* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Exception-Base/
@ 2016-01-04 23:53 Andreas Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Hüttel @ 2016-01-04 23:53 UTC (permalink / raw
To: gentoo-commits
commit: 7e3af30ec5007c1cd1607ac8c9c58a1d4f05b2ad
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 4 23:53:10 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jan 4 23:53:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3af30e
dev-perl/Exception-Base: Version bump; remove old
Package-Manager: portage-2.2.26
...ase-0.250-r1.ebuild => Exception-Base-0.250.100.ebuild} | 14 ++++++--------
dev-perl/Exception-Base/Manifest | 1 +
2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/dev-perl/Exception-Base/Exception-Base-0.250-r1.ebuild b/dev-perl/Exception-Base/Exception-Base-0.250.100.ebuild
similarity index 68%
rename from dev-perl/Exception-Base/Exception-Base-0.250-r1.ebuild
rename to dev-perl/Exception-Base/Exception-Base-0.250.100.ebuild
index 5f646d9..96b2ad3 100644
--- a/dev-perl/Exception-Base/Exception-Base-0.250-r1.ebuild
+++ b/dev-perl/Exception-Base/Exception-Base-0.250.100.ebuild
@@ -1,26 +1,24 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-MODULE_AUTHOR=DEXTER
-MODULE_VERSION=0.25
+DIST_AUTHOR=DEXTER
+DIST_VERSION=0.2501
inherit perl-module
DESCRIPTION="Error handling with exception class"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-# Package warrants IUSE examples
IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}
dev-perl/Module-Build
- test? ( >=dev-perl/Test-Unit-Lite-0.12 )"
-
-SRC_TEST="do"
+ test? ( >=dev-perl/Test-Unit-Lite-0.120.0 )
+"
src_install(){
perl-module_src_install
diff --git a/dev-perl/Exception-Base/Manifest b/dev-perl/Exception-Base/Manifest
index 6af0813..efe7b2f 100644
--- a/dev-perl/Exception-Base/Manifest
+++ b/dev-perl/Exception-Base/Manifest
@@ -1 +1,2 @@
DIST Exception-Base-0.25.tar.gz 59534 SHA256 1c4ec484ec6154b4b3c477d1ce69f666289fe9b4c2f2318cf742ad2e0cd251e8 SHA512 4bc416a8a4096b2149a205dc3129aabaa49bfa9f29746b31a09cbade01e15d53ed82649b75d69c508568a7fb12726e319360aba128102fdc1e0a7ba583473e65 WHIRLPOOL 75ccac808f019da61d3ed843ed680274cabf5a509f332bc0b13e64b075961ce383243cabe821cbf11116f08d96609fd9d380604e0dd094524febaf24908519af
+DIST Exception-Base-0.2501.tar.gz 59965 SHA256 5723dd78f4ac0b4d262a05ea46af663ea00d8096b2e9c0a43515c210760e1e75 SHA512 848993b3d72f3a8f79467c69afdff848e61aed7d24977bafe4cfea56631a5c4746f9993330a4373a1c727f440c0cdc70e4001d7841f17125cf603772a6805acd WHIRLPOOL 87ab8ad1c9909d0585af48ab02ac2013fc52b153dd08fe0be5c122014d2f859315ae90a5250d40a2fb2e6d5f1780d91c3907b1d3bf54698559f8948e799e31ed
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Exception-Base/
@ 2020-08-14 18:58 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-08-14 18:58 UTC (permalink / raw
To: gentoo-commits
commit: 38e9b0ca2db8509a8eca4f9f695705d26b1366d6
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 18:57:57 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 18:57:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e9b0ca
dev-perl/Exception-Base: -r bump for EAPI7 + minor fixes
- EAPI7
- Move unconditional examples installation to USE="examples"
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Exception-Base-0.250.100-r1.ebuild | 24 ++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/dev-perl/Exception-Base/Exception-Base-0.250.100-r1.ebuild b/dev-perl/Exception-Base/Exception-Base-0.250.100-r1.ebuild
new file mode 100644
index 00000000000..68e7705249c
--- /dev/null
+++ b/dev-perl/Exception-Base/Exception-Base-0.250.100-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DEXTER
+DIST_VERSION=0.2501
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Error handling with exception class"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="dev-perl/Module-Build"
+BDEPEND="
+ dev-perl/Module-Build
+ test? (
+ >=dev-perl/Test-Unit-Lite-0.120.0
+ )
+"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Exception-Base/
@ 2020-09-17 12:35 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-09-17 12:35 UTC (permalink / raw
To: gentoo-commits
commit: 24091f823e3d5595fa3160d53a97667ab5b7ab51
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 12:33:09 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 12:35:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24091f82
dev-perl/Exception-Base: Cleanup old 0.250.100
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Exception-Base/Exception-Base-0.250.100.ebuild | 28 ----------------------
1 file changed, 28 deletions(-)
diff --git a/dev-perl/Exception-Base/Exception-Base-0.250.100.ebuild b/dev-perl/Exception-Base/Exception-Base-0.250.100.ebuild
deleted file mode 100644
index 264e509fb39..00000000000
--- a/dev-perl/Exception-Base/Exception-Base-0.250.100.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DEXTER
-DIST_VERSION=0.2501
-inherit perl-module
-
-DESCRIPTION="Error handling with exception class"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-perl/Module-Build
- test? ( >=dev-perl/Test-Unit-Lite-0.120.0 )
-"
-
-src_install() {
- perl-module_src_install
- docompress -x usr/share/doc/${PF}/examples
- insinto usr/share/doc/${PF}/
- doins -r examples/
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-09-17 12:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-17 12:35 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Exception-Base/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2020-08-14 18:58 Kent Fredric
2016-01-04 23:53 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox