public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Getopt-GUI-Long/
@ 2017-10-24  2:43 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2017-10-24  2:43 UTC (permalink / raw
  To: gentoo-commits

commit:     d8a6ff012bf0705c92464cba4c6e28bce4d8be69
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 00:06:09 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 01:48:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a6ff01

dev-perl/Getopt-GUI-Long: Enable tests

- EAPI6
- Add basic compile tests
- Add USE=examples

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../Getopt-GUI-Long-0.930.0-r2.ebuild              | 39 ++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r2.ebuild b/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r2.ebuild
new file mode 100644
index 00000000000..d38b4859425
--- /dev/null
+++ b/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=HARDAKER
+DIST_VERSION=0.93
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Auto-GUI extending Getopt::Long"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="virtual/perl-File-Temp
+	virtual/perl-Getopt-Long"
+
+src_test() {
+	local MODULES=(
+		"Getopt::GUI::Long ${DIST_VERSION}"
+	)
+	local failed=()
+	for dep in "${MODULES[@]}"; do
+		ebegin "Compile testing ${dep}"
+			perl -Mblib="${S}" -M"${dep} ()" -e1
+		eend $? || failed+=( "$dep" )
+	done
+	if [[ ${failed[@]} ]]; then
+		echo
+		eerror "One or more modules failed compile:";
+		for dep in "${failed[@]}"; do
+			eerror "  ${dep}"
+		done
+		die "Failing due to module compilation errors";
+	fi
+	perl-module_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Getopt-GUI-Long/
@ 2017-10-24 10:10 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2017-10-24 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     784e7fa3fd6505d861fc6e473ceeb194d5aa3406
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 10:09:41 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 10:10:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784e7fa3

dev-perl/Getopt-GUI-Long: keyword ~arm

Tested-by: Conrad Kostecki
Closes: https://bugs.gentoo.org/621446
Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r1.ebuild | 4 ++--
 dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r2.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r1.ebuild b/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r1.ebuild
index 297985ddd81..08d9b39ab9a 100644
--- a/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r1.ebuild
+++ b/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Auto-GUI extending Getopt::Long"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 RDEPEND="virtual/perl-File-Temp

diff --git a/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r2.ebuild b/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r2.ebuild
index d38b4859425..1a39061a421 100644
--- a/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r2.ebuild
+++ b/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r2.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Auto-GUI extending Getopt::Long"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 RDEPEND="virtual/perl-File-Temp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Getopt-GUI-Long/
@ 2018-06-09  1:24 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2018-06-09  1:24 UTC (permalink / raw
  To: gentoo-commits

commit:     8dca15dcbd3669200a7e54718ea1df74832d8ae7
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  8 12:26:21 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jun  9 01:24:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dca15dc

dev-perl/Getopt-GUI-Long: Cleanup old version 0.930.0-r1

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 .../Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r1.ebuild   | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r1.ebuild b/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r1.ebuild
deleted file mode 100644
index 08d9b39ab9a..00000000000
--- a/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR="HARDAKER"
-MODULE_VERSION=0.93
-inherit perl-module
-
-DESCRIPTION="Auto-GUI extending Getopt::Long"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-RDEPEND="virtual/perl-File-Temp
-	virtual/perl-Getopt-Long"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Getopt-GUI-Long/
@ 2021-10-30 18:46 Andreas K. Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-10-30 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     30a737eee1a8a3840db7020b04512256c6567f46
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 30 18:35:30 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 30 18:46:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a737ee

dev-perl/Getopt-GUI-Long: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...ng-0.930.0-r2.ebuild => Getopt-GUI-Long-0.930.0-r3.ebuild} | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r2.ebuild b/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r3.ebuild
similarity index 85%
rename from dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r2.ebuild
rename to dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r3.ebuild
index 1a39061a421..e0a59e3b4c4 100644
--- a/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r2.ebuild
+++ b/dev-perl/Getopt-GUI-Long/Getopt-GUI-Long-0.930.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=HARDAKER
 DIST_VERSION=0.93
@@ -12,10 +12,11 @@ DESCRIPTION="Auto-GUI extending Getopt::Long"
 
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
 
-RDEPEND="virtual/perl-File-Temp
-	virtual/perl-Getopt-Long"
+RDEPEND="
+	virtual/perl-File-Temp
+	virtual/perl-Getopt-Long
+"
 
 src_test() {
 	local MODULES=(


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

end of thread, other threads:[~2021-10-30 18:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-24 10:10 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Getopt-GUI-Long/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2021-10-30 18:46 Andreas K. Hüttel
2018-06-09  1:24 Kent Fredric
2017-10-24  2:43 Kent Fredric

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