From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Authen-DecHpwd/
Date: Sun, 8 May 2011 16:10:33 +0000 (UTC) [thread overview]
Message-ID: <b1455001a9303e6cd20a6b06097001d8a15aefcc.kent@gentoo> (raw)
commit: b1455001a9303e6cd20a6b06097001d8a15aefcc
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun May 8 12:54:45 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May 8 14:18:51 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b1455001
[newversion] Authen-DecHpwd-2.6.0
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
.../Authen-DecHpwd/Authen-DecHpwd-2.6.0.ebuild | 48 ++++++++++++++++++++
dev-perl/Authen-DecHpwd/ChangeLog | 6 +++
dev-perl/Authen-DecHpwd/metadata.xml | 6 ++-
3 files changed, 59 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Authen-DecHpwd/Authen-DecHpwd-2.6.0.ebuild b/dev-perl/Authen-DecHpwd/Authen-DecHpwd-2.6.0.ebuild
new file mode 100644
index 0000000..a0d53bc
--- /dev/null
+++ b/dev-perl/Authen-DecHpwd/Authen-DecHpwd-2.6.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=ZEFRAM
+MODULE_VERSION="2.006"
+inherit perl-module
+
+DESCRIPTION="DEC VMS password hashing"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test +recommended"
+comment() { echo ''; }
+COMMON_DEPEND="
+ >=dev-perl/Data-Integer-0.003 $(comment 0.3.0)
+ >=dev-perl/Digest-CRC-0.14 $(comment 0.140.0)
+ $(comment virtual/perl-Exporter)
+ dev-perl/Scalar-String
+ $(comment virtual/perl-constant)
+ virtual/perl-parent
+ $(comment virtual/perl-strict)
+ $(comment virtual/perl-warnings)
+ recommended? ( virtual/perl-XSLoader )
+"
+DEPEND="
+ ${COMMON_DEPEND}
+$(comment config requires)
+ virtual/perl-Module-Build
+ $(comment virtual/perl-strict)
+ $(comment virtual/perl-warnings)
+$(comment config recommends)
+ recommended? ( >=virtual/perl-ExtUtils-CBuilder-0.15.0 $(comment 0.150.0) )
+$(comment build requires)
+ virtual/perl-Module-Build
+ dev-perl/Scalar-String
+ virtual/perl-Test-Simple
+ $(comment virtual/perl-strict)
+ $(comment virtual/perl-warnings)
+$(comment build recommends)
+ recommended? ( >=virtual/perl-ExtUtils-CBuilder-0.15.0 $(comment 0.150.0) )
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/Authen-DecHpwd/ChangeLog b/dev-perl/Authen-DecHpwd/ChangeLog
index 9aed09b..1ea64ce 100644
--- a/dev-perl/Authen-DecHpwd/ChangeLog
+++ b/dev-perl/Authen-DecHpwd/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Authen-DecHpwd-2.6.0 (08 May 2011)
+
+ 08 May 2011; Kent Fredric <kentfredric@gmail.com>
+ +Authen-DecHpwd-2.6.0.ebuild, metadata.xml:
+ Bump
+
*Authen-DecHpwd-2.5.0 (12 Apr 2011)
*Authen-DecHpwd-2.4.0 (12 Apr 2011)
diff --git a/dev-perl/Authen-DecHpwd/metadata.xml b/dev-perl/Authen-DecHpwd/metadata.xml
index ccc7e0f..277753f 100644
--- a/dev-perl/Authen-DecHpwd/metadata.xml
+++ b/dev-perl/Authen-DecHpwd/metadata.xml
@@ -5,5 +5,9 @@
<maintainer>
<email>kentfredric@gmail.com</email>
<name>Kent Fredric</name>
- </maintainer>
+ </maintainer>
+ <use>
+ <flag name="recommended">Pull in recommended dependencies to ensure XS
+ Modules are built</flag>
+ </use>
</pkgmetadata>
WARNING: multiple messages have this Message-ID (diff)
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/Authen-DecHpwd/
Date: Sun, 8 May 2011 16:10:53 +0000 (UTC) [thread overview]
Message-ID: <b1455001a9303e6cd20a6b06097001d8a15aefcc.kent@gentoo> (raw)
Message-ID: <20110508161053.TS1yK1gNvv1gOx-AvbKwH0I6fFz_DJh8HE98XlPv_Y0@z> (raw)
commit: b1455001a9303e6cd20a6b06097001d8a15aefcc
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun May 8 12:54:45 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May 8 14:18:51 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b1455001
[newversion] Authen-DecHpwd-2.6.0
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
.../Authen-DecHpwd/Authen-DecHpwd-2.6.0.ebuild | 48 ++++++++++++++++++++
dev-perl/Authen-DecHpwd/ChangeLog | 6 +++
dev-perl/Authen-DecHpwd/metadata.xml | 6 ++-
3 files changed, 59 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Authen-DecHpwd/Authen-DecHpwd-2.6.0.ebuild b/dev-perl/Authen-DecHpwd/Authen-DecHpwd-2.6.0.ebuild
new file mode 100644
index 0000000..a0d53bc
--- /dev/null
+++ b/dev-perl/Authen-DecHpwd/Authen-DecHpwd-2.6.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=ZEFRAM
+MODULE_VERSION="2.006"
+inherit perl-module
+
+DESCRIPTION="DEC VMS password hashing"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test +recommended"
+comment() { echo ''; }
+COMMON_DEPEND="
+ >=dev-perl/Data-Integer-0.003 $(comment 0.3.0)
+ >=dev-perl/Digest-CRC-0.14 $(comment 0.140.0)
+ $(comment virtual/perl-Exporter)
+ dev-perl/Scalar-String
+ $(comment virtual/perl-constant)
+ virtual/perl-parent
+ $(comment virtual/perl-strict)
+ $(comment virtual/perl-warnings)
+ recommended? ( virtual/perl-XSLoader )
+"
+DEPEND="
+ ${COMMON_DEPEND}
+$(comment config requires)
+ virtual/perl-Module-Build
+ $(comment virtual/perl-strict)
+ $(comment virtual/perl-warnings)
+$(comment config recommends)
+ recommended? ( >=virtual/perl-ExtUtils-CBuilder-0.15.0 $(comment 0.150.0) )
+$(comment build requires)
+ virtual/perl-Module-Build
+ dev-perl/Scalar-String
+ virtual/perl-Test-Simple
+ $(comment virtual/perl-strict)
+ $(comment virtual/perl-warnings)
+$(comment build recommends)
+ recommended? ( >=virtual/perl-ExtUtils-CBuilder-0.15.0 $(comment 0.150.0) )
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/Authen-DecHpwd/ChangeLog b/dev-perl/Authen-DecHpwd/ChangeLog
index 9aed09b..1ea64ce 100644
--- a/dev-perl/Authen-DecHpwd/ChangeLog
+++ b/dev-perl/Authen-DecHpwd/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Authen-DecHpwd-2.6.0 (08 May 2011)
+
+ 08 May 2011; Kent Fredric <kentfredric@gmail.com>
+ +Authen-DecHpwd-2.6.0.ebuild, metadata.xml:
+ Bump
+
*Authen-DecHpwd-2.5.0 (12 Apr 2011)
*Authen-DecHpwd-2.4.0 (12 Apr 2011)
diff --git a/dev-perl/Authen-DecHpwd/metadata.xml b/dev-perl/Authen-DecHpwd/metadata.xml
index ccc7e0f..277753f 100644
--- a/dev-perl/Authen-DecHpwd/metadata.xml
+++ b/dev-perl/Authen-DecHpwd/metadata.xml
@@ -5,5 +5,9 @@
<maintainer>
<email>kentfredric@gmail.com</email>
<name>Kent Fredric</name>
- </maintainer>
+ </maintainer>
+ <use>
+ <flag name="recommended">Pull in recommended dependencies to ensure XS
+ Modules are built</flag>
+ </use>
</pkgmetadata>
WARNING: multiple messages have this Message-ID (diff)
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Authen-DecHpwd/
Date: Sun, 8 May 2011 14:19:27 +0000 (UTC) [thread overview]
Message-ID: <b1455001a9303e6cd20a6b06097001d8a15aefcc.kent@gentoo> (raw)
Message-ID: <20110508141927.CCMuXfydkwKrwUqAbuPzQzoIWSKtXRl4CV9m5VZawtg@z> (raw)
commit: b1455001a9303e6cd20a6b06097001d8a15aefcc
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun May 8 12:54:45 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May 8 14:18:51 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b1455001
[newversion] Authen-DecHpwd-2.6.0
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
.../Authen-DecHpwd/Authen-DecHpwd-2.6.0.ebuild | 48 ++++++++++++++++++++
dev-perl/Authen-DecHpwd/ChangeLog | 6 +++
dev-perl/Authen-DecHpwd/metadata.xml | 6 ++-
3 files changed, 59 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Authen-DecHpwd/Authen-DecHpwd-2.6.0.ebuild b/dev-perl/Authen-DecHpwd/Authen-DecHpwd-2.6.0.ebuild
new file mode 100644
index 0000000..a0d53bc
--- /dev/null
+++ b/dev-perl/Authen-DecHpwd/Authen-DecHpwd-2.6.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=ZEFRAM
+MODULE_VERSION="2.006"
+inherit perl-module
+
+DESCRIPTION="DEC VMS password hashing"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test +recommended"
+comment() { echo ''; }
+COMMON_DEPEND="
+ >=dev-perl/Data-Integer-0.003 $(comment 0.3.0)
+ >=dev-perl/Digest-CRC-0.14 $(comment 0.140.0)
+ $(comment virtual/perl-Exporter)
+ dev-perl/Scalar-String
+ $(comment virtual/perl-constant)
+ virtual/perl-parent
+ $(comment virtual/perl-strict)
+ $(comment virtual/perl-warnings)
+ recommended? ( virtual/perl-XSLoader )
+"
+DEPEND="
+ ${COMMON_DEPEND}
+$(comment config requires)
+ virtual/perl-Module-Build
+ $(comment virtual/perl-strict)
+ $(comment virtual/perl-warnings)
+$(comment config recommends)
+ recommended? ( >=virtual/perl-ExtUtils-CBuilder-0.15.0 $(comment 0.150.0) )
+$(comment build requires)
+ virtual/perl-Module-Build
+ dev-perl/Scalar-String
+ virtual/perl-Test-Simple
+ $(comment virtual/perl-strict)
+ $(comment virtual/perl-warnings)
+$(comment build recommends)
+ recommended? ( >=virtual/perl-ExtUtils-CBuilder-0.15.0 $(comment 0.150.0) )
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/Authen-DecHpwd/ChangeLog b/dev-perl/Authen-DecHpwd/ChangeLog
index 9aed09b..1ea64ce 100644
--- a/dev-perl/Authen-DecHpwd/ChangeLog
+++ b/dev-perl/Authen-DecHpwd/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Authen-DecHpwd-2.6.0 (08 May 2011)
+
+ 08 May 2011; Kent Fredric <kentfredric@gmail.com>
+ +Authen-DecHpwd-2.6.0.ebuild, metadata.xml:
+ Bump
+
*Authen-DecHpwd-2.5.0 (12 Apr 2011)
*Authen-DecHpwd-2.4.0 (12 Apr 2011)
diff --git a/dev-perl/Authen-DecHpwd/metadata.xml b/dev-perl/Authen-DecHpwd/metadata.xml
index ccc7e0f..277753f 100644
--- a/dev-perl/Authen-DecHpwd/metadata.xml
+++ b/dev-perl/Authen-DecHpwd/metadata.xml
@@ -5,5 +5,9 @@
<maintainer>
<email>kentfredric@gmail.com</email>
<name>Kent Fredric</name>
- </maintainer>
+ </maintainer>
+ <use>
+ <flag name="recommended">Pull in recommended dependencies to ensure XS
+ Modules are built</flag>
+ </use>
</pkgmetadata>
next reply other threads:[~2011-05-08 16:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-08 16:10 Kent Fredric [this message]
2011-05-08 14:19 ` [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Authen-DecHpwd/ Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b1455001a9303e6cd20a6b06097001d8a15aefcc.kent@gentoo \
--to=kentfredric@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox