Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] criterion FOSS unit test for c/c++
@ 2022-05-01 13:19 ayoubelmhamdi
  2022-05-02  3:18 ` [PR PATCH] [Updated] " ayoubelmhamdi
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ayoubelmhamdi @ 2022-05-01 13:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 503 bytes --]

There is a new pull request by ayoubelmhamdi against master on the void-packages repository

https://github.com/ayoub-fork/void-packages criterion
https://github.com/void-linux/void-packages/pull/36935

criterion FOSS unit test for c/c++

#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)



A patch file from https://github.com/void-linux/void-packages/pull/36935.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-criterion-36935.patch --]
[-- Type: text/x-diff, Size: 1716 bytes --]

From 3cd0c03f495d21194eb99be8a0c8c64cf68b0903 Mon Sep 17 00:00:00 2001
From: Ayoub EL Mhamdi <ayoub.elmhamdi@gmail.com>
Date: Sun, 1 May 2022 14:16:12 +0100
Subject: [PATCH] criterion FOSS unit test for c/c++

---
 srcpkgs/criterion/template | 41 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 srcpkgs/criterion/template

diff --git a/srcpkgs/criterion/template b/srcpkgs/criterion/template
new file mode 100644
index 000000000000..dbc66134efd8
--- /dev/null
+++ b/srcpkgs/criterion/template
@@ -0,0 +1,41 @@
+# Maintainer: László Várady <laszlo.varady93@gmail.com>
+# Contributor: Snaipe
+pkgname=criterion
+version=2.4.1
+revision=1
+short_desc="A cross-platform C and C++ unit testing framework for the 21th century"
+hostmakedepends="meson python3-cram glibc ninja pkg-config cmake libffi-devel"
+depends="gettext nanomsg libffi libgit2"
+checkdepends="python3-cram"
+maintainer="ayoubelmhamdi@gmail.com"
+build_style=meson
+license="MIT"
+homepage="https://github.com/Snaipe/Criterion"
+distfiles="https://github.com/Snaipe/Criterion/releases/download/v${version}/${pkgname}-${version}.tar.xz"
+checksum=d0f86a8fc868e2c7b83894ad058313023176d406501a4ee8863e5357e31a80e7
+archs="x86_64"
+
+##do_build() {
+##	cd $wrksrc
+##	meson build
+##}
+
+
+##do_build() {
+##cd $wrksrc
+##arch-meson -Db_pie=false -Db_lto=false build
+##meson compile -C build
+
+
+##do_check() {
+##  cd "${pkgname}-${version}"
+##  meson test -C build
+##}
+##
+##do_install() {
+##	cd ${wrksrc}
+##  #meson install -C build --skip-subprojects --destdir "${DESTDIR}"
+##	ninja -C build install
+##	ldconfig
+##  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+##}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] criterion FOSS unit test for c/c++
  2022-05-01 13:19 [PR PATCH] criterion FOSS unit test for c/c++ ayoubelmhamdi
@ 2022-05-02  3:18 ` ayoubelmhamdi
  2022-05-02  3:20 ` ayoubelmhamdi
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ayoubelmhamdi @ 2022-05-02  3:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 508 bytes --]

There is an updated pull request by ayoubelmhamdi against master on the void-packages repository

https://github.com/ayoub-fork/void-packages criterion
https://github.com/void-linux/void-packages/pull/36935

criterion FOSS unit test for c/c++

#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)



A patch file from https://github.com/void-linux/void-packages/pull/36935.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-criterion-36935.patch --]
[-- Type: text/x-diff, Size: 2955 bytes --]

From 3cd0c03f495d21194eb99be8a0c8c64cf68b0903 Mon Sep 17 00:00:00 2001
From: Ayoub EL Mhamdi <ayoub.elmhamdi@gmail.com>
Date: Sun, 1 May 2022 14:16:12 +0100
Subject: [PATCH 1/2] criterion FOSS unit test for c/c++

---
 srcpkgs/criterion/template | 41 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 srcpkgs/criterion/template

diff --git a/srcpkgs/criterion/template b/srcpkgs/criterion/template
new file mode 100644
index 000000000000..dbc66134efd8
--- /dev/null
+++ b/srcpkgs/criterion/template
@@ -0,0 +1,41 @@
+# Maintainer: László Várady <laszlo.varady93@gmail.com>
+# Contributor: Snaipe
+pkgname=criterion
+version=2.4.1
+revision=1
+short_desc="A cross-platform C and C++ unit testing framework for the 21th century"
+hostmakedepends="meson python3-cram glibc ninja pkg-config cmake libffi-devel"
+depends="gettext nanomsg libffi libgit2"
+checkdepends="python3-cram"
+maintainer="ayoubelmhamdi@gmail.com"
+build_style=meson
+license="MIT"
+homepage="https://github.com/Snaipe/Criterion"
+distfiles="https://github.com/Snaipe/Criterion/releases/download/v${version}/${pkgname}-${version}.tar.xz"
+checksum=d0f86a8fc868e2c7b83894ad058313023176d406501a4ee8863e5357e31a80e7
+archs="x86_64"
+
+##do_build() {
+##	cd $wrksrc
+##	meson build
+##}
+
+
+##do_build() {
+##cd $wrksrc
+##arch-meson -Db_pie=false -Db_lto=false build
+##meson compile -C build
+
+
+##do_check() {
+##  cd "${pkgname}-${version}"
+##  meson test -C build
+##}
+##
+##do_install() {
+##	cd ${wrksrc}
+##  #meson install -C build --skip-subprojects --destdir "${DESTDIR}"
+##	ninja -C build install
+##	ldconfig
+##  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+##}

From cf19a7664b714338a947b9cc593b1a9f511d0f66 Mon Sep 17 00:00:00 2001
From: AYOUB EL MHAMDI <34358145+ayoubelmhamdi@users.noreply.github.com>
Date: Mon, 2 May 2022 04:18:30 +0100
Subject: [PATCH 2/2] remove ectra line

---
 srcpkgs/criterion/template | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/srcpkgs/criterion/template b/srcpkgs/criterion/template
index dbc66134efd8..7bea38785151 100644
--- a/srcpkgs/criterion/template
+++ b/srcpkgs/criterion/template
@@ -14,28 +14,3 @@ homepage="https://github.com/Snaipe/Criterion"
 distfiles="https://github.com/Snaipe/Criterion/releases/download/v${version}/${pkgname}-${version}.tar.xz"
 checksum=d0f86a8fc868e2c7b83894ad058313023176d406501a4ee8863e5357e31a80e7
 archs="x86_64"
-
-##do_build() {
-##	cd $wrksrc
-##	meson build
-##}
-
-
-##do_build() {
-##cd $wrksrc
-##arch-meson -Db_pie=false -Db_lto=false build
-##meson compile -C build
-
-
-##do_check() {
-##  cd "${pkgname}-${version}"
-##  meson test -C build
-##}
-##
-##do_install() {
-##	cd ${wrksrc}
-##  #meson install -C build --skip-subprojects --destdir "${DESTDIR}"
-##	ninja -C build install
-##	ldconfig
-##  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-##}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] criterion FOSS unit test for c/c++
  2022-05-01 13:19 [PR PATCH] criterion FOSS unit test for c/c++ ayoubelmhamdi
  2022-05-02  3:18 ` [PR PATCH] [Updated] " ayoubelmhamdi
@ 2022-05-02  3:20 ` ayoubelmhamdi
  2022-05-02  3:22 ` ayoubelmhamdi
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ayoubelmhamdi @ 2022-05-02  3:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 508 bytes --]

There is an updated pull request by ayoubelmhamdi against master on the void-packages repository

https://github.com/ayoub-fork/void-packages criterion
https://github.com/void-linux/void-packages/pull/36935

criterion FOSS unit test for c/c++

#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)



A patch file from https://github.com/void-linux/void-packages/pull/36935.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-criterion-36935.patch --]
[-- Type: text/x-diff, Size: 3922 bytes --]

From 3cd0c03f495d21194eb99be8a0c8c64cf68b0903 Mon Sep 17 00:00:00 2001
From: Ayoub EL Mhamdi <ayoub.elmhamdi@gmail.com>
Date: Sun, 1 May 2022 14:16:12 +0100
Subject: [PATCH 1/3] criterion FOSS unit test for c/c++

---
 srcpkgs/criterion/template | 41 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 srcpkgs/criterion/template

diff --git a/srcpkgs/criterion/template b/srcpkgs/criterion/template
new file mode 100644
index 000000000000..dbc66134efd8
--- /dev/null
+++ b/srcpkgs/criterion/template
@@ -0,0 +1,41 @@
+# Maintainer: László Várady <laszlo.varady93@gmail.com>
+# Contributor: Snaipe
+pkgname=criterion
+version=2.4.1
+revision=1
+short_desc="A cross-platform C and C++ unit testing framework for the 21th century"
+hostmakedepends="meson python3-cram glibc ninja pkg-config cmake libffi-devel"
+depends="gettext nanomsg libffi libgit2"
+checkdepends="python3-cram"
+maintainer="ayoubelmhamdi@gmail.com"
+build_style=meson
+license="MIT"
+homepage="https://github.com/Snaipe/Criterion"
+distfiles="https://github.com/Snaipe/Criterion/releases/download/v${version}/${pkgname}-${version}.tar.xz"
+checksum=d0f86a8fc868e2c7b83894ad058313023176d406501a4ee8863e5357e31a80e7
+archs="x86_64"
+
+##do_build() {
+##	cd $wrksrc
+##	meson build
+##}
+
+
+##do_build() {
+##cd $wrksrc
+##arch-meson -Db_pie=false -Db_lto=false build
+##meson compile -C build
+
+
+##do_check() {
+##  cd "${pkgname}-${version}"
+##  meson test -C build
+##}
+##
+##do_install() {
+##	cd ${wrksrc}
+##  #meson install -C build --skip-subprojects --destdir "${DESTDIR}"
+##	ninja -C build install
+##	ldconfig
+##  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+##}

From cf19a7664b714338a947b9cc593b1a9f511d0f66 Mon Sep 17 00:00:00 2001
From: AYOUB EL MHAMDI <34358145+ayoubelmhamdi@users.noreply.github.com>
Date: Mon, 2 May 2022 04:18:30 +0100
Subject: [PATCH 2/3] remove ectra line

---
 srcpkgs/criterion/template | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/srcpkgs/criterion/template b/srcpkgs/criterion/template
index dbc66134efd8..7bea38785151 100644
--- a/srcpkgs/criterion/template
+++ b/srcpkgs/criterion/template
@@ -14,28 +14,3 @@ homepage="https://github.com/Snaipe/Criterion"
 distfiles="https://github.com/Snaipe/Criterion/releases/download/v${version}/${pkgname}-${version}.tar.xz"
 checksum=d0f86a8fc868e2c7b83894ad058313023176d406501a4ee8863e5357e31a80e7
 archs="x86_64"
-
-##do_build() {
-##	cd $wrksrc
-##	meson build
-##}
-
-
-##do_build() {
-##cd $wrksrc
-##arch-meson -Db_pie=false -Db_lto=false build
-##meson compile -C build
-
-
-##do_check() {
-##  cd "${pkgname}-${version}"
-##  meson test -C build
-##}
-##
-##do_install() {
-##	cd ${wrksrc}
-##  #meson install -C build --skip-subprojects --destdir "${DESTDIR}"
-##	ninja -C build install
-##	ldconfig
-##  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-##}

From f51c65154e50bcc99b49b5d1d25920cca9265f36 Mon Sep 17 00:00:00 2001
From: AYOUB EL MHAMDI <34358145+ayoubelmhamdi@users.noreply.github.com>
Date: Mon, 2 May 2022 04:20:45 +0100
Subject: [PATCH 3/3] up

---
 srcpkgs/criterion/template | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/srcpkgs/criterion/template b/srcpkgs/criterion/template
index 7bea38785151..af23e17f42ec 100644
--- a/srcpkgs/criterion/template
+++ b/srcpkgs/criterion/template
@@ -1,5 +1,3 @@
-# Maintainer: László Várady <laszlo.varady93@gmail.com>
-# Contributor: Snaipe
 pkgname=criterion
 version=2.4.1
 revision=1
@@ -7,7 +5,6 @@ short_desc="A cross-platform C and C++ unit testing framework for the 21th centu
 hostmakedepends="meson python3-cram glibc ninja pkg-config cmake libffi-devel"
 depends="gettext nanomsg libffi libgit2"
 checkdepends="python3-cram"
-maintainer="ayoubelmhamdi@gmail.com"
 build_style=meson
 license="MIT"
 homepage="https://github.com/Snaipe/Criterion"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: criterion FOSS unit test for c/c++
  2022-05-01 13:19 [PR PATCH] criterion FOSS unit test for c/c++ ayoubelmhamdi
  2022-05-02  3:18 ` [PR PATCH] [Updated] " ayoubelmhamdi
  2022-05-02  3:20 ` ayoubelmhamdi
@ 2022-05-02  3:22 ` ayoubelmhamdi
  2022-08-01  2:14 ` github-actions
  2022-08-16  2:15 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: ayoubelmhamdi @ 2022-05-02  3:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 185 bytes --]

New comment by ayoubelmhamdi on void-packages repository

https://github.com/void-linux/void-packages/pull/36935#issuecomment-1114459361

Comment:
this is the first `PR` for this `pkg`

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: criterion FOSS unit test for c/c++
  2022-05-01 13:19 [PR PATCH] criterion FOSS unit test for c/c++ ayoubelmhamdi
                   ` (2 preceding siblings ...)
  2022-05-02  3:22 ` ayoubelmhamdi
@ 2022-08-01  2:14 ` github-actions
  2022-08-16  2:15 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-08-01  2:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36935#issuecomment-1200605364

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Closed]: criterion FOSS unit test for c/c++
  2022-05-01 13:19 [PR PATCH] criterion FOSS unit test for c/c++ ayoubelmhamdi
                   ` (3 preceding siblings ...)
  2022-08-01  2:14 ` github-actions
@ 2022-08-16  2:15 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-08-16  2:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

There's a closed pull request on the void-packages repository

criterion FOSS unit test for c/c++
https://github.com/void-linux/void-packages/pull/36935

Description:

#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-08-16  2:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-01 13:19 [PR PATCH] criterion FOSS unit test for c/c++ ayoubelmhamdi
2022-05-02  3:18 ` [PR PATCH] [Updated] " ayoubelmhamdi
2022-05-02  3:20 ` ayoubelmhamdi
2022-05-02  3:22 ` ayoubelmhamdi
2022-08-01  2:14 ` github-actions
2022-08-16  2:15 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).