public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Passwd-Unix/
@ 2016-03-19 22:42 Andreas Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2016-03-19 22:42 UTC (permalink / raw
  To: gentoo-commits

commit:     7024d27a87a30922c734f5d7a50eb8736643b447
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 19 05:25:08 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 22:41:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7024d27a

dev-perl/Passwd-Unix: Added at version 0.710.0

For Monsieurp

Package-Manager: portage-2.2.28

 dev-perl/Passwd-Unix/Manifest                   |  1 +
 dev-perl/Passwd-Unix/Passwd-Unix-0.710.0.ebuild | 33 +++++++++++++++++++++++++
 dev-perl/Passwd-Unix/metadata.xml               | 12 +++++++++
 3 files changed, 46 insertions(+)

diff --git a/dev-perl/Passwd-Unix/Manifest b/dev-perl/Passwd-Unix/Manifest
new file mode 100644
index 0000000..deb84c4
--- /dev/null
+++ b/dev-perl/Passwd-Unix/Manifest
@@ -0,0 +1 @@
+DIST Passwd-Unix-0.71.tar.gz 12220 SHA256 9f45986f440032d38a61a322fd117c626be4e48d64b18930c3c678d498910975 SHA512 5ab487d8e6aa9caff32ed6e78182a5d397ee20eb115cc836eafca0b6588fe3b17b3900f910d39d187c4cbc228981a4f4af07708c4f8d33a6b784692c900ffcf8 WHIRLPOOL 68b0fb565853c218e1a09b7601b73e1773c5ccb78378e2d7dc5d0f2a429f4b0259ecfa6360b3483a0e859b867abbe0b31cfd9420cdd25e9722ed599b84b3ca49

diff --git a/dev-perl/Passwd-Unix/Passwd-Unix-0.710.0.ebuild b/dev-perl/Passwd-Unix/Passwd-Unix-0.710.0.ebuild
new file mode 100644
index 0000000..eeb38e5
--- /dev/null
+++ b/dev-perl/Passwd-Unix/Passwd-Unix-0.710.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=STRZELEC
+DIST_VERSION=0.71
+inherit perl-module
+
+DESCRIPTION="access to standard unix passwd files"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	virtual/perl-Carp
+	dev-perl/Crypt-PasswdMD5
+	virtual/perl-Exporter
+	virtual/perl-File-Path
+	virtual/perl-File-Spec
+	>=virtual/perl-IO-Compress-2.15.0
+	dev-perl/Struct-Compare
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"
+src_prepare() {
+	mkdir t/
+	mv test.pl t/test.t
+	sed -i 's|test\.pl$|t/test.t|' MANIFEST
+	perl-module_src_prepare
+}

diff --git a/dev-perl/Passwd-Unix/metadata.xml b/dev-perl/Passwd-Unix/metadata.xml
new file mode 100644
index 0000000..caca694
--- /dev/null
+++ b/dev-perl/Passwd-Unix/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+  <upstream>
+    <remote-id type="cpan">Passwd-Unix</remote-id>
+    <remote-id type="cpan-module">Passwd::Unix</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Passwd-Unix/
@ 2021-07-24 22:00 Andreas K. Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-07-24 22:00 UTC (permalink / raw
  To: gentoo-commits

commit:     a81cccb194fe3043456997692f027f2739a5df1e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 24 21:54:09 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 24 21:54:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a81cccb1

dev-perl/Passwd-Unix: EAPI=8 bump

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

 ...{Passwd-Unix-0.710.0.ebuild => Passwd-Unix-0.710.0-r1.ebuild} | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Passwd-Unix/Passwd-Unix-0.710.0.ebuild b/dev-perl/Passwd-Unix/Passwd-Unix-0.710.0-r1.ebuild
similarity index 88%
rename from dev-perl/Passwd-Unix/Passwd-Unix-0.710.0.ebuild
rename to dev-perl/Passwd-Unix/Passwd-Unix-0.710.0-r1.ebuild
index 904b568a5a9..26eb87bd2e9 100644
--- a/dev-perl/Passwd-Unix/Passwd-Unix-0.710.0.ebuild
+++ b/dev-perl/Passwd-Unix/Passwd-Unix-0.710.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=STRZELEC
 DIST_VERSION=0.71
@@ -10,7 +10,6 @@ inherit perl-module
 DESCRIPTION="access to standard unix passwd files"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 RDEPEND="
 	virtual/perl-Carp
@@ -21,9 +20,11 @@ RDEPEND="
 	>=virtual/perl-IO-Compress-2.15.0
 	dev-perl/Struct-Compare
 "
-DEPEND="${RDEPEND}
+
+BDEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
 "
+
 src_prepare() {
 	mkdir t/
 	mv test.pl t/test.t


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Passwd-Unix/
@ 2023-06-19 23:05 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-06-19 23:05 UTC (permalink / raw
  To: gentoo-commits

commit:     339f29f0387125a15be74f39bbd791552e110780
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 23:01:20 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 23:01:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=339f29f0

dev-perl/Passwd-Unix: add 1.90.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Passwd-Unix/Manifest                  |  1 +
 dev-perl/Passwd-Unix/Passwd-Unix-1.90.0.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-perl/Passwd-Unix/Manifest b/dev-perl/Passwd-Unix/Manifest
index ab5f655dd417..7ab04ed739d9 100644
--- a/dev-perl/Passwd-Unix/Manifest
+++ b/dev-perl/Passwd-Unix/Manifest
@@ -1 +1,2 @@
 DIST Passwd-Unix-0.71.tar.gz 12220 BLAKE2B 1409e24d81d984294de354c2089bf47ea5e1857e3a4a4642a46bbf94ce0b37d5a50a92acded9d7665fc8e07f15f5d164893ab037ee71ef114949b4189377f6ea SHA512 5ab487d8e6aa9caff32ed6e78182a5d397ee20eb115cc836eafca0b6588fe3b17b3900f910d39d187c4cbc228981a4f4af07708c4f8d33a6b784692c900ffcf8
+DIST Passwd-Unix-1.09.tar.gz 23071 BLAKE2B 604f056a92515c0e1fd371cee206ebbd418c1e46087ce00df97ded2dec37c0bb0f59223e23ca984aa95c18562122d80ded0cf3c3e75b05709f133f9b4bc056b5 SHA512 687d7ab51462176a115c6bb87a1c5d107f3fb1b81d006c840092eba5308f8c5f2b3a0cc5537aeb61964fc078d15228c3a4f75f3d82a25c8ea028b9ba81efc912

diff --git a/dev-perl/Passwd-Unix/Passwd-Unix-1.90.0.ebuild b/dev-perl/Passwd-Unix/Passwd-Unix-1.90.0.ebuild
new file mode 100644
index 000000000000..2e3ca57b897e
--- /dev/null
+++ b/dev-perl/Passwd-Unix/Passwd-Unix-1.90.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=STRZELEC
+DIST_VERSION=1.09
+inherit perl-module
+
+DESCRIPTION="Access to standard unix passwd files"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-perl/Crypt-Password
+	dev-perl/Exporter-Tiny
+	>=virtual/perl-IO-Compress-2.15.0
+	dev-perl/Path-Tiny
+	dev-perl/Tie-Array-CSV
+"
+# Technically works w/ older MM but has a bunch of conditions to try make it work
+BDEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.630.0
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Passwd-Unix/
@ 2023-06-21 12:31 Arthur Zamarin
  0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2023-06-21 12:31 UTC (permalink / raw
  To: gentoo-commits

commit:     f1a1f90efcb45576f7e71a3c881b3a7b873687c2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 12:31:30 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 12:31:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a1f90e

dev-perl/Passwd-Unix: Keyword 1.90.0 x86, #908847

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/Passwd-Unix/Passwd-Unix-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Passwd-Unix/Passwd-Unix-1.90.0.ebuild b/dev-perl/Passwd-Unix/Passwd-Unix-1.90.0.ebuild
index 2e3ca57b897e..0497e436a182 100644
--- a/dev-perl/Passwd-Unix/Passwd-Unix-1.90.0.ebuild
+++ b/dev-perl/Passwd-Unix/Passwd-Unix-1.90.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Access to standard unix passwd files"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
 	dev-perl/Crypt-Password


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

end of thread, other threads:[~2023-06-21 12:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-21 12:31 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Passwd-Unix/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2023-06-19 23:05 Sam James
2021-07-24 22:00 Andreas K. Hüttel
2016-03-19 22:42 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