public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Exception-Died/
@ 2017-10-21  3:32 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2017-10-21  3:32 UTC (permalink / raw
  To: gentoo-commits

commit:     7a4bf542a3d9e15d8c05641174aa3a5260ad6416
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 03:31:32 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 03:31:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4bf542

dev-perl/Exception-Died: EAPI6 + Tests

- EAPI6ify
- Enable tests
- Add missing test dependencies

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../Exception-Died/Exception-Died-0.60.0-r2.ebuild | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/dev-perl/Exception-Died/Exception-Died-0.60.0-r2.ebuild b/dev-perl/Exception-Died/Exception-Died-0.60.0-r2.ebuild
new file mode 100644
index 00000000000..0ac7c6d52f3
--- /dev/null
+++ b/dev-perl/Exception-Died/Exception-Died-0.60.0-r2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DEXTER
+DIST_VERSION=0.06
+DIST_EXAMPLES=( "eg/*" )
+inherit perl-module
+
+DESCRIPTION="Convert simple die into real exception object"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	dev-perl/constant-boolean
+	>=dev-perl/Exception-Base-0.210.0"
+DEPEND="${RDEPEND}
+	dev-perl/Module-Build
+	test? ( virtual/perl-parent
+		>=dev-perl/Test-Unit-Lite-0.110.0
+		>=dev-perl/Test-Assert-0.50.0
+	)"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Exception-Died/
@ 2018-06-08  5:16 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2018-06-08  5:16 UTC (permalink / raw
  To: gentoo-commits

commit:     2ce117ac19d954c9fd75994121be864e7168b356
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  8 05:11:18 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jun  8 05:15:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce117ac

dev-perl/Exception-Died: Cleanup old version 0.60.0-r1

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 .../Exception-Died/Exception-Died-0.60.0-r1.ebuild | 23 ----------------------
 1 file changed, 23 deletions(-)

diff --git a/dev-perl/Exception-Died/Exception-Died-0.60.0-r1.ebuild b/dev-perl/Exception-Died/Exception-Died-0.60.0-r1.ebuild
deleted file mode 100644
index 1816dfd1d5d..00000000000
--- a/dev-perl/Exception-Died/Exception-Died-0.60.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DEXTER
-MODULE_VERSION=0.06
-inherit perl-module
-
-DESCRIPTION="Convert simple die into real exception object"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	dev-perl/constant-boolean
-	>=dev-perl/Exception-Base-0.22.01"
-DEPEND="${RDEPEND}
-	dev-perl/Module-Build"
-#	test? ( virtual/perl-parent
-#		>=dev-perl/Test-Unit-Lite-0.12
-#		>=dev-perl/Test-Assert-0.0501 )"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Exception-Died/
@ 2021-10-24 14:46 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-10-24 14:46 UTC (permalink / raw
  To: gentoo-commits

commit:     45604909237cb846b489040d72dd1363defb9441
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 14:42:22 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 14:46:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45604909

dev-perl/Exception-Died: EAPI=8 bump

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

 ...-Died-0.60.0-r2.ebuild => Exception-Died-0.60.0-r3.ebuild} | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-perl/Exception-Died/Exception-Died-0.60.0-r2.ebuild b/dev-perl/Exception-Died/Exception-Died-0.60.0-r3.ebuild
similarity index 80%
rename from dev-perl/Exception-Died/Exception-Died-0.60.0-r2.ebuild
rename to dev-perl/Exception-Died/Exception-Died-0.60.0-r3.ebuild
index a6900804fe0..634c603a04d 100644
--- a/dev-perl/Exception-Died/Exception-Died-0.60.0-r2.ebuild
+++ b/dev-perl/Exception-Died/Exception-Died-0.60.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=DEXTER
 DIST_VERSION=0.06
@@ -12,15 +12,14 @@ DESCRIPTION="Convert simple die into real exception object"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
 	dev-perl/constant-boolean
 	>=dev-perl/Exception-Base-0.210.0"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
 	dev-perl/Module-Build
 	test? ( virtual/perl-parent
 		>=dev-perl/Test-Unit-Lite-0.110.0
 		>=dev-perl/Test-Assert-0.50.0
-	)"
+	)
+"


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-21  3:32 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Exception-Died/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2018-06-08  5:16 Kent Fredric
2021-10-24 14:46 Andreas K. Hüttel

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