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

commit:     8de6ec85e188495eeb65e308c3f82276b69d1776
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 06:36:51 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 08:37:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de6ec85

dev-perl/Fatal-Exception: EAPI6 / Test

- EAPI6
- Enable tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../Fatal-Exception-0.50.0-r2.ebuild               | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r2.ebuild b/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r2.ebuild
new file mode 100644
index 00000000000..8fb3915b080
--- /dev/null
+++ b/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DEXTER
+DIST_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION="Succeed or throw exception"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-perl/Exception-Died
+	>=dev-perl/Exception-Base-0.22.01"
+DEPEND="${RDEPEND}
+	dev-perl/Module-Build
+	test? ( >=dev-perl/Test-Unit-Lite-0.12
+		dev-perl/Test-Assert
+		dev-perl/Exception-Warning )"


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

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

commit:     b4408ebd4be06bdcdb9f430ecd2a730b3cc1376b
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  8 06:11:04 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jun  8 11:59:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4408ebd

dev-perl/Fatal-Exception: Cleanup old version 0.50.0-r1

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 .../Fatal-Exception-0.50.0-r1.ebuild               | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r1.ebuild b/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r1.ebuild
deleted file mode 100644
index 552c7564baf..00000000000
--- a/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r1.ebuild
+++ /dev/null
@@ -1,22 +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.05
-inherit perl-module
-
-DESCRIPTION="Succeed or throw exception"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-perl/Exception-Died
-	>=dev-perl/Exception-Base-0.22.01"
-DEPEND="${RDEPEND}
-	dev-perl/Module-Build"
-#	test? ( >=dev-perl/Test-Unit-Lite-0.12
-#		dev-perl/Test-Assert
-#		dev-perl/Exception-Warning )"


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

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

commit:     46bc3e69345987985dedefd92f33e90dd64e4e92
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 27 21:17:26 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Oct 27 21:51:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46bc3e69

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

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

 ....0-r2.ebuild => Fatal-Exception-0.50.0-r3.ebuild} | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r2.ebuild b/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r3.ebuild
similarity index 50%
rename from dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r2.ebuild
rename to dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r3.ebuild
index ce270094eac..db25bba018a 100644
--- a/dev-perl/Fatal-Exception/Fatal-Exception-0.50.0-r2.ebuild
+++ b/dev-perl/Fatal-Exception/Fatal-Exception-0.50.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.05
@@ -11,13 +11,15 @@ DESCRIPTION="Succeed or throw exception"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-RDEPEND="dev-perl/Exception-Died
-	>=dev-perl/Exception-Base-0.22.01"
-DEPEND="${RDEPEND}
+RDEPEND="
+	dev-perl/Exception-Died
+	>=dev-perl/Exception-Base-0.22.01
+"
+BDEPEND="${RDEPEND}
 	dev-perl/Module-Build
-	test? ( >=dev-perl/Test-Unit-Lite-0.12
+	test? (
+		>=dev-perl/Test-Unit-Lite-0.12
 		dev-perl/Test-Assert
-		dev-perl/Exception-Warning )"
+		dev-perl/Exception-Warning )
+"


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

end of thread, other threads:[~2021-10-27 21:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-21  8:38 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Fatal-Exception/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2018-06-08 11:59 Kent Fredric
2021-10-27 21:52 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