public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/shunit2/
@ 2021-08-27  6:47 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2021-08-27  6:47 UTC (permalink / raw
  To: gentoo-commits

commit:     32ed970576637bc47b01acfb908f3bc5179d2f85
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 27 06:21:57 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 27 06:46:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ed9705

dev-util/shunit2: add myself as a maintainer

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/shunit2/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-util/shunit2/metadata.xml b/dev-util/shunit2/metadata.xml
index 71b73457931..62f235e8fe7 100644
--- a/dev-util/shunit2/metadata.xml
+++ b/dev-util/shunit2/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!--maintainer-needed-->
+	<maintainer type="person">
+		<email>arthurzam@gentoo.org</email>
+		<name>Arthur Zamarin</name>
+	</maintainer>
 	<longdescription>
 		shUnit2 is a xUnit unit test framework for Bourne based shell scripts, and
 		it is designed to work in a similar manner to JUnit, PyUnit, etc. If you


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/shunit2/
@ 2022-09-17  6:24 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2022-09-17  6:24 UTC (permalink / raw
  To: gentoo-commits

commit:     ffa7b75fea687a23c306370f3eefd8e646737595
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 06:23:24 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 06:23:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa7b75f

dev-util/shunit2: drop 2.1.6-r1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/shunit2/Manifest                |  1 -
 dev-util/shunit2/shunit2-2.1.6-r1.ebuild | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/dev-util/shunit2/Manifest b/dev-util/shunit2/Manifest
index 295f2a1406c1..9b63bc6082d4 100644
--- a/dev-util/shunit2/Manifest
+++ b/dev-util/shunit2/Manifest
@@ -1,2 +1 @@
-DIST shunit2-2.1.6.tgz 61558 BLAKE2B 0568dbe6ff9234346d85925a7f27dc2c8e9003a3266ef0bf7c1bb5f73e06ce758c7ff82933899c9a99e37c189d2efdc111fe5132c69a4d80535dc4d14b7ec8d5 SHA512 c78cf349d72a9048e4932108a62b2d1873019b9b1909c3fb1bd7e873e7bb62df58c1941d916508dc60ef6ba0261a2bc6ee9e25d654eefdcce997682f2bc748d7
 DIST shunit2-2.1.8.tar.gz 52458 BLAKE2B 8b9a6f9d39636816369662a3fe3118901710bbb7b0fb5f3d367b3a7344b0c87d576982f0aedbd71a55ec57d4ad15eb0c57d1345bc6b68087d953373d6de2fb99 SHA512 15aaf28996c9fb5ee5419f63b50013a194a7416dea04eb34eae2481f05e0580bd2c6977ad002b421e2785e2024978fda869cad1ef4125857c2a5ea21bf44a06e

diff --git a/dev-util/shunit2/shunit2-2.1.6-r1.ebuild b/dev-util/shunit2/shunit2-2.1.6-r1.ebuild
deleted file mode 100644
index dd75e0e1c249..000000000000
--- a/dev-util/shunit2/shunit2-2.1.6-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Unit-test framework for Bourne-based shell scripts"
-HOMEPAGE="https://github.com/kward/shunit2"
-SRC_URI="https://shunit2.googlecode.com/files/${P}.tgz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-src_install() {
-	dobin src/shunit2
-
-	# For backwards compat to <=2.1.5
-	dosym /usr/bin/shunit2 /usr/share/shunit2/shunit2
-
-	dodoc -r examples
-	dodoc doc/*.txt
-
-	docinto html
-	dodoc doc/*.{html,css}
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/shunit2/
@ 2022-09-17  6:11 Agostino Sarubbo
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo @ 2022-09-17  6:11 UTC (permalink / raw
  To: gentoo-commits

commit:     32970af6fe823cbd6358d0985422e21de7fa06af
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 06:11:19 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 06:11:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32970af6

dev-util/shunit2: Stabilize 2.1.8 x86, #817875

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-util/shunit2/shunit2-2.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/shunit2/shunit2-2.1.8.ebuild b/dev-util/shunit2/shunit2-2.1.8.ebuild
index 3a87b2f0f279..a07c852f81e9 100644
--- a/dev-util/shunit2/shunit2-2.1.8.ebuild
+++ b/dev-util/shunit2/shunit2-2.1.8.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/kward/shunit2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~riscv x86"
 
 src_test() {
 	SHELL="/bin/bash" ./test_runner -s /bin/bash || die "bash tests failed"


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/shunit2/
@ 2022-09-17  6:09 Agostino Sarubbo
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo @ 2022-09-17  6:09 UTC (permalink / raw
  To: gentoo-commits

commit:     a809370800e16ea506954d2b2b4452398b05c69d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 06:09:34 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 06:09:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8093708

dev-util/shunit2: Stabilize 2.1.8 amd64, #817875

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-util/shunit2/shunit2-2.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/shunit2/shunit2-2.1.8.ebuild b/dev-util/shunit2/shunit2-2.1.8.ebuild
index 102081d4d15d..3a87b2f0f279 100644
--- a/dev-util/shunit2/shunit2-2.1.8.ebuild
+++ b/dev-util/shunit2/shunit2-2.1.8.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/kward/shunit2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~x86"
 
 src_test() {
 	SHELL="/bin/bash" ./test_runner -s /bin/bash || die "bash tests failed"


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/shunit2/
@ 2022-09-16 10:37 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2022-09-16 10:37 UTC (permalink / raw
  To: gentoo-commits

commit:     378cd27308b90b9fa48c69f3e8102ebdaa04f82e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 16 10:36:43 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 16 10:37:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378cd273

dev-util/shunit2: targets tests at bash only

Closes: https://bugs.gentoo.org/821922
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/shunit2/shunit2-2.1.8.ebuild | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/dev-util/shunit2/shunit2-2.1.8.ebuild b/dev-util/shunit2/shunit2-2.1.8.ebuild
index eff08c9107a3..102081d4d15d 100644
--- a/dev-util/shunit2/shunit2-2.1.8.ebuild
+++ b/dev-util/shunit2/shunit2-2.1.8.ebuild
@@ -10,20 +10,9 @@ SRC_URI="https://github.com/kward/shunit2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-	test? (
-		app-shells/dash
-		app-shells/ksh
-		app-shells/zsh
-	)
-"
 
 src_test() {
-	rm shunit2_macros_test.sh || die
-	./test_runner || die
+	SHELL="/bin/bash" ./test_runner -s /bin/bash || die "bash tests failed"
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/shunit2/
@ 2021-12-28 14:54 Georgy Yakovlev
  0 siblings, 0 replies; 14+ messages in thread
From: Georgy Yakovlev @ 2021-12-28 14:54 UTC (permalink / raw
  To: gentoo-commits

commit:     26f46c42799c66e710c8ccb3fcedddd46c04a215
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 28 14:52:34 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Dec 28 14:52:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f46c42

dev-util/shunit2: keyword 2.1.8 for ~ppc64

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 dev-util/shunit2/shunit2-2.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/shunit2/shunit2-2.1.8.ebuild b/dev-util/shunit2/shunit2-2.1.8.ebuild
index 34e9c4ad0714..1433c42d350f 100644
--- a/dev-util/shunit2/shunit2-2.1.8.ebuild
+++ b/dev-util/shunit2/shunit2-2.1.8.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/kward/shunit2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/shunit2/
@ 2021-08-27  7:14 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2021-08-27  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     5f2c303d88cf2e5fa15524e389bb5a77f5cd3e44
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 27 07:13:13 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 27 07:14:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f2c303d

dev-util/shunit2: Revert drop 2.1.6-r1

This reverts commit 23eeeba86c64ac878c8556219e5fbddc3b746aea.

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/shunit2/Manifest                |  1 +
 dev-util/shunit2/shunit2-2.1.6-r1.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-util/shunit2/Manifest b/dev-util/shunit2/Manifest
index 9b63bc6082d..295f2a1406c 100644
--- a/dev-util/shunit2/Manifest
+++ b/dev-util/shunit2/Manifest
@@ -1 +1,2 @@
+DIST shunit2-2.1.6.tgz 61558 BLAKE2B 0568dbe6ff9234346d85925a7f27dc2c8e9003a3266ef0bf7c1bb5f73e06ce758c7ff82933899c9a99e37c189d2efdc111fe5132c69a4d80535dc4d14b7ec8d5 SHA512 c78cf349d72a9048e4932108a62b2d1873019b9b1909c3fb1bd7e873e7bb62df58c1941d916508dc60ef6ba0261a2bc6ee9e25d654eefdcce997682f2bc748d7
 DIST shunit2-2.1.8.tar.gz 52458 BLAKE2B 8b9a6f9d39636816369662a3fe3118901710bbb7b0fb5f3d367b3a7344b0c87d576982f0aedbd71a55ec57d4ad15eb0c57d1345bc6b68087d953373d6de2fb99 SHA512 15aaf28996c9fb5ee5419f63b50013a194a7416dea04eb34eae2481f05e0580bd2c6977ad002b421e2785e2024978fda869cad1ef4125857c2a5ea21bf44a06e

diff --git a/dev-util/shunit2/shunit2-2.1.6-r1.ebuild b/dev-util/shunit2/shunit2-2.1.6-r1.ebuild
new file mode 100644
index 00000000000..dd75e0e1c24
--- /dev/null
+++ b/dev-util/shunit2/shunit2-2.1.6-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="Unit-test framework for Bourne-based shell scripts"
+HOMEPAGE="https://github.com/kward/shunit2"
+SRC_URI="https://shunit2.googlecode.com/files/${P}.tgz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="amd64 ~ppc x86"
+IUSE=""
+
+src_install() {
+	dobin src/shunit2
+
+	# For backwards compat to <=2.1.5
+	dosym /usr/bin/shunit2 /usr/share/shunit2/shunit2
+
+	dodoc -r examples
+	dodoc doc/*.txt
+
+	docinto html
+	dodoc doc/*.{html,css}
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/shunit2/
@ 2021-08-27  6:47 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2021-08-27  6:47 UTC (permalink / raw
  To: gentoo-commits

commit:     3aee4a342f0270b809e0c613c09762f8694c9b00
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 27 06:22:09 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 27 06:46:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aee4a34

dev-util/shunit2: add 2.1.8

- Add test
- Change LICENSE to Apache-2.0
- EAPI=8

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/shunit2/Manifest             |  1 +
 dev-util/shunit2/shunit2-2.1.8.ebuild | 37 +++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-util/shunit2/Manifest b/dev-util/shunit2/Manifest
index 69f40733130..295f2a1406c 100644
--- a/dev-util/shunit2/Manifest
+++ b/dev-util/shunit2/Manifest
@@ -1 +1,2 @@
 DIST shunit2-2.1.6.tgz 61558 BLAKE2B 0568dbe6ff9234346d85925a7f27dc2c8e9003a3266ef0bf7c1bb5f73e06ce758c7ff82933899c9a99e37c189d2efdc111fe5132c69a4d80535dc4d14b7ec8d5 SHA512 c78cf349d72a9048e4932108a62b2d1873019b9b1909c3fb1bd7e873e7bb62df58c1941d916508dc60ef6ba0261a2bc6ee9e25d654eefdcce997682f2bc748d7
+DIST shunit2-2.1.8.tar.gz 52458 BLAKE2B 8b9a6f9d39636816369662a3fe3118901710bbb7b0fb5f3d367b3a7344b0c87d576982f0aedbd71a55ec57d4ad15eb0c57d1345bc6b68087d953373d6de2fb99 SHA512 15aaf28996c9fb5ee5419f63b50013a194a7416dea04eb34eae2481f05e0580bd2c6977ad002b421e2785e2024978fda869cad1ef4125857c2a5ea21bf44a06e

diff --git a/dev-util/shunit2/shunit2-2.1.8.ebuild b/dev-util/shunit2/shunit2-2.1.8.ebuild
new file mode 100644
index 00000000000..34e9c4ad071
--- /dev/null
+++ b/dev-util/shunit2/shunit2-2.1.8.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Unit-test framework for Bourne-based shell scripts"
+HOMEPAGE="https://github.com/kward/shunit2"
+SRC_URI="https://github.com/kward/shunit2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+	test? (
+		app-shells/dash
+		app-shells/ksh
+		app-shells/zsh
+	)
+"
+
+src_test() {
+	rm shunit2_macros_test.sh || die
+	./test_runner || die
+}
+
+src_install() {
+	dobin shunit2
+
+	# For backwards compat to <=2.1.5
+	dosym -r /usr/bin/shunit2 /usr/share/shunit2/shunit2
+
+	dodoc -r examples
+	dodoc doc/*.txt
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/shunit2/
@ 2021-08-27  6:47 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2021-08-27  6:47 UTC (permalink / raw
  To: gentoo-commits

commit:     23eeeba86c64ac878c8556219e5fbddc3b746aea
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 27 06:23:52 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 27 06:46:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23eeeba8

dev-util/shunit2: drop 2.1.6-r1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/shunit2/Manifest                |  1 -
 dev-util/shunit2/shunit2-2.1.6-r1.ebuild | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/dev-util/shunit2/Manifest b/dev-util/shunit2/Manifest
index 295f2a1406c..9b63bc6082d 100644
--- a/dev-util/shunit2/Manifest
+++ b/dev-util/shunit2/Manifest
@@ -1,2 +1 @@
-DIST shunit2-2.1.6.tgz 61558 BLAKE2B 0568dbe6ff9234346d85925a7f27dc2c8e9003a3266ef0bf7c1bb5f73e06ce758c7ff82933899c9a99e37c189d2efdc111fe5132c69a4d80535dc4d14b7ec8d5 SHA512 c78cf349d72a9048e4932108a62b2d1873019b9b1909c3fb1bd7e873e7bb62df58c1941d916508dc60ef6ba0261a2bc6ee9e25d654eefdcce997682f2bc748d7
 DIST shunit2-2.1.8.tar.gz 52458 BLAKE2B 8b9a6f9d39636816369662a3fe3118901710bbb7b0fb5f3d367b3a7344b0c87d576982f0aedbd71a55ec57d4ad15eb0c57d1345bc6b68087d953373d6de2fb99 SHA512 15aaf28996c9fb5ee5419f63b50013a194a7416dea04eb34eae2481f05e0580bd2c6977ad002b421e2785e2024978fda869cad1ef4125857c2a5ea21bf44a06e

diff --git a/dev-util/shunit2/shunit2-2.1.6-r1.ebuild b/dev-util/shunit2/shunit2-2.1.6-r1.ebuild
deleted file mode 100644
index dd75e0e1c24..00000000000
--- a/dev-util/shunit2/shunit2-2.1.6-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Unit-test framework for Bourne-based shell scripts"
-HOMEPAGE="https://github.com/kward/shunit2"
-SRC_URI="https://shunit2.googlecode.com/files/${P}.tgz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-src_install() {
-	dobin src/shunit2
-
-	# For backwards compat to <=2.1.5
-	dosym /usr/bin/shunit2 /usr/share/shunit2/shunit2
-
-	dodoc -r examples
-	dodoc doc/*.txt
-
-	docinto html
-	dodoc doc/*.{html,css}
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/shunit2/
@ 2017-11-26 11:39 David Seifert
  0 siblings, 0 replies; 14+ messages in thread
From: David Seifert @ 2017-11-26 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     aef35812fe6001ecd7b62c2fb0077057ad95eefe
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 22:45:38 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 11:38:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef35812

dev-util/shunit2: [QA] Consistent whitespace in metadata.xml

 dev-util/shunit2/metadata.xml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-util/shunit2/metadata.xml b/dev-util/shunit2/metadata.xml
index 52490b64142..45da850feec 100644
--- a/dev-util/shunit2/metadata.xml
+++ b/dev-util/shunit2/metadata.xml
@@ -1,10 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<longdescription>shUnit2 is a xUnit unit test framework for Bourne based shell scripts, and
-  	it is designed to work in a similar manner to JUnit, PyUnit, etc. If you
-  	have ever had the desire to write a unit test for a shell script, shUnit2
-  	can do the job.</longdescription>
+	<longdescription>
+		shUnit2 is a xUnit unit test framework for Bourne based shell scripts, and
+		it is designed to work in a similar manner to JUnit, PyUnit, etc. If you
+		have ever had the desire to write a unit test for a shell script, shUnit2
+		can do the job.
+	</longdescription>
 	<upstream>
 		<remote-id type="google-code">shunit2</remote-id>
 		<remote-id type="github">kward/shunit2</remote-id>


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/shunit2/
@ 2016-12-29 10:55 Michael Palimaka
  0 siblings, 0 replies; 14+ messages in thread
From: Michael Palimaka @ 2016-12-29 10:55 UTC (permalink / raw
  To: gentoo-commits

commit:     20e487be835ed1381686840152b3cf468c1e9f7c
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 10:53:56 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 10:55:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e487be

dev-util/shunit2: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/shunit2/shunit2-2.1.6.ebuild | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/dev-util/shunit2/shunit2-2.1.6.ebuild b/dev-util/shunit2/shunit2-2.1.6.ebuild
deleted file mode 100644
index c18eb6c..00000000
--- a/dev-util/shunit2/shunit2-2.1.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils
-
-DESCRIPTION="Unit-test framework for Bourne-based shell scripts"
-HOMEPAGE="https://github.com/kward/shunit2"
-SRC_URI="https://shunit2.googlecode.com/files/${P}.tgz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	dev-lang/perl
-	net-misc/curl"
-
-src_install() {
-	dobin src/shunit2 || die
-
-	# For backwards compat to <=2.1.5
-	dosym /usr/bin/shunit2 /usr/share/shunit2/shunit2 || die
-
-	dodoc -r examples || die
-	dodoc doc/*.txt || die
-	dohtml doc/*.{html,css} || die
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/shunit2/
@ 2016-08-10 19:02 Michael Palimaka
  0 siblings, 0 replies; 14+ messages in thread
From: Michael Palimaka @ 2016-08-10 19:02 UTC (permalink / raw
  To: gentoo-commits

commit:     44cf20d6bf920378d0e1e7a66d8e9869c99124d7
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 10 19:01:44 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 10 19:01:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44cf20d6

dev-util/shunit2: revision bump with various fixes

* Port to EAPI 6
* Remove unused dependencies (there no longer is a compile phase)
* Remove unused eclass inherit
* Remove unused USE flags
* Remove redundant die calls

Package-Manager: portage-2.3.0

 dev-util/shunit2/shunit2-2.1.6-r1.ebuild | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/dev-util/shunit2/shunit2-2.1.6-r1.ebuild b/dev-util/shunit2/shunit2-2.1.6-r1.ebuild
new file mode 100644
index 0000000..22a6bf7
--- /dev/null
+++ b/dev-util/shunit2/shunit2-2.1.6-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+DESCRIPTION="Unit-test framework for Bourne-based shell scripts"
+HOMEPAGE="https://github.com/kward/shunit2"
+SRC_URI="https://shunit2.googlecode.com/files/${P}.tgz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+src_install() {
+	dobin src/shunit2
+
+	# For backwards compat to <=2.1.5
+	dosym /usr/bin/shunit2 /usr/share/shunit2/shunit2
+
+	dodoc -r examples
+	dodoc doc/*.txt
+
+	docinto html
+	dodoc doc/*.{html,css}
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/shunit2/
@ 2016-08-06  8:24 Pacho Ramos
  0 siblings, 0 replies; 14+ messages in thread
From: Pacho Ramos @ 2016-08-06  8:24 UTC (permalink / raw
  To: gentoo-commits

commit:     b3e1cf07c725ab58a0b17bc2f6c52c93fee0b989
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 08:21:04 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 08:21:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e1cf07

dev-util/shunit2: Move to maintainer-needed per #22715

Package-Manager: portage-2.3.0

 dev-util/shunit2/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-util/shunit2/metadata.xml b/dev-util/shunit2/metadata.xml
index 3938129..52490b6 100644
--- a/dev-util/shunit2/metadata.xml
+++ b/dev-util/shunit2/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>dberkholz@gentoo.org</email>
-		<name>Donnie Berkholz</name>
-	</maintainer>
 	<longdescription>shUnit2 is a xUnit unit test framework for Bourne based shell scripts, and
   	it is designed to work in a similar manner to JUnit, PyUnit, etc. If you
   	have ever had the desire to write a unit test for a shell script, shUnit2


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/shunit2/
@ 2015-09-01 19:43 Tobias Klausmann
  0 siblings, 0 replies; 14+ messages in thread
From: Tobias Klausmann @ 2015-09-01 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     800afb01d0ba45a57e42d29f932ac71f91354b9a
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 19:31:42 2015 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 19:31:42 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=800afb01

dev-util/shunit2: Fixing HOMEPAGE move due to code.google.com shutdown

Package-Manager: portage-2.2.20.1

 dev-util/shunit2/shunit2-2.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/shunit2/shunit2-2.1.6.ebuild b/dev-util/shunit2/shunit2-2.1.6.ebuild
index 84373dd..c18eb6c 100644
--- a/dev-util/shunit2/shunit2-2.1.6.ebuild
+++ b/dev-util/shunit2/shunit2-2.1.6.ebuild
@@ -7,7 +7,7 @@ EAPI="4"
 inherit eutils
 
 DESCRIPTION="Unit-test framework for Bourne-based shell scripts"
-HOMEPAGE="https://code.google.com/p/shunit2/wiki/ProjectInfo"
+HOMEPAGE="https://github.com/kward/shunit2"
 SRC_URI="https://shunit2.googlecode.com/files/${P}.tgz"
 
 LICENSE="LGPL-2.1"


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

end of thread, other threads:[~2022-09-17  6:24 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-27  6:47 [gentoo-commits] repo/gentoo:master commit in: dev-util/shunit2/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2022-09-17  6:24 Arthur Zamarin
2022-09-17  6:11 Agostino Sarubbo
2022-09-17  6:09 Agostino Sarubbo
2022-09-16 10:37 Arthur Zamarin
2021-12-28 14:54 Georgy Yakovlev
2021-08-27  7:14 Arthur Zamarin
2021-08-27  6:47 Arthur Zamarin
2021-08-27  6:47 Arthur Zamarin
2017-11-26 11:39 David Seifert
2016-12-29 10:55 Michael Palimaka
2016-08-10 19:02 Michael Palimaka
2016-08-06  8:24 Pacho Ramos
2015-09-01 19:43 Tobias Klausmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox