* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Linux-Distribution/
@ 2016-07-15 15:35 Andreas Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Hüttel @ 2016-07-15 15:35 UTC (permalink / raw
To: gentoo-commits
commit: d214fba078363bf33201e9084b1db4f7e3a3936f
Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 15:29:57 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 15:30:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d214fba0
dev-perl/Linux-Distribution: New package
Package-Manager: portage-2.3.0
.../Linux-Distribution-0.230.0.ebuild | 21 +++++++++++++++++++++
dev-perl/Linux-Distribution/Manifest | 1 +
dev-perl/Linux-Distribution/metadata.xml | 8 ++++++++
3 files changed, 30 insertions(+)
diff --git a/dev-perl/Linux-Distribution/Linux-Distribution-0.230.0.ebuild b/dev-perl/Linux-Distribution/Linux-Distribution-0.230.0.ebuild
new file mode 100644
index 0000000..d2e3774
--- /dev/null
+++ b/dev-perl/Linux-Distribution/Linux-Distribution-0.230.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=CHORNY
+DIST_VERSION=0.23
+inherit perl-module
+
+DESCRIPTION="Perl extension to detect on which Linux distribution we are running"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-perl/Module-Build
+ test? ( virtual/perl-Test-Simple )
+"
diff --git a/dev-perl/Linux-Distribution/Manifest b/dev-perl/Linux-Distribution/Manifest
new file mode 100644
index 0000000..8cb32e7
--- /dev/null
+++ b/dev-perl/Linux-Distribution/Manifest
@@ -0,0 +1 @@
+DIST Linux-Distribution-0.23.tar.gz 8785 SHA256 603e27da607b3e872a669d7a66d75982f0969153eab2d4b20c341347b4ebda5f SHA512 43ae48498ce3e140606cc3966db2cc41a57b7768fc04af4856e2109f685f7c12b07eadd20d208f04d46a6a3787b91335ad2d402a635ebb9f96746dbf5c455571 WHIRLPOOL 390916dc82250d5d6806b1636bbd5894793f0ac265eb351d7357ecab06e85ddd4f539e63272418da4a721aa2e3316126a3b3c70a6bc0d5c54081447cb42261e7
diff --git a/dev-perl/Linux-Distribution/metadata.xml b/dev-perl/Linux-Distribution/metadata.xml
new file mode 100644
index 0000000..2b9a936
--- /dev/null
+++ b/dev-perl/Linux-Distribution/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Linux-Distribution/
@ 2017-10-29 15:07 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2017-10-29 15:07 UTC (permalink / raw
To: gentoo-commits
commit: cdb1a1ef8d6a866390b4a1d4cfc7f63e629adbe5
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 14:10:23 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 15:07:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb1a1ef
dev-perl/Linux-Distribution: Add CPAN remote-id's
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/Linux-Distribution/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-perl/Linux-Distribution/metadata.xml b/dev-perl/Linux-Distribution/metadata.xml
index 2b9a936fc0a..0fd2024b358 100644
--- a/dev-perl/Linux-Distribution/metadata.xml
+++ b/dev-perl/Linux-Distribution/metadata.xml
@@ -5,4 +5,8 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="cpan">Linux-Distribution</remote-id>
+ <remote-id type="cpan-module">Linux::Distribution</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Linux-Distribution/
@ 2021-11-08 21:11 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-11-08 21:11 UTC (permalink / raw
To: gentoo-commits
commit: 684d09a9378c40cd55f41706d763556c8641bf5f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 8 21:06:05 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Nov 8 21:11:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=684d09a9
dev-perl/Linux-Distribution: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...bution-0.230.0.ebuild => Linux-Distribution-0.230.0-r1.ebuild} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Linux-Distribution/Linux-Distribution-0.230.0.ebuild b/dev-perl/Linux-Distribution/Linux-Distribution-0.230.0-r1.ebuild
similarity index 75%
rename from dev-perl/Linux-Distribution/Linux-Distribution-0.230.0.ebuild
rename to dev-perl/Linux-Distribution/Linux-Distribution-0.230.0-r1.ebuild
index 4955dbf1471..568f2723888 100644
--- a/dev-perl/Linux-Distribution/Linux-Distribution-0.230.0.ebuild
+++ b/dev-perl/Linux-Distribution/Linux-Distribution-0.230.0-r1.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=CHORNY
DIST_VERSION=0.23
@@ -11,11 +11,9 @@ DESCRIPTION="Perl extension to detect on which Linux distribution we are running
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND=""
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
dev-perl/Module-Build
test? ( virtual/perl-Test-Simple )
"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-11-08 21:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-29 15:07 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Linux-Distribution/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2021-11-08 21:11 Andreas K. Hüttel
2016-07-15 15:35 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