From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QJ6e7-0001Fu-Mh for garchives@archives.gentoo.org; Sun, 08 May 2011 16:15:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 600831C0CC; Sun, 8 May 2011 16:10:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1CC6E1C0CD for ; Sun, 8 May 2011 16:10:33 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A125F1BC0DF for ; Sun, 8 May 2011 16:10:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 026C445C54 for ; Sun, 8 May 2011 16:10:33 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: Subject: [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Authen-DecHpwd/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Authen-DecHpwd/Authen-DecHpwd-2.6.0.ebuild dev-perl/Authen-DecHpwd/ChangeLog dev-perl/Authen-DecHpwd/metadata.xml X-VCS-Directories: dev-perl/Authen-DecHpwd/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b1455001a9303e6cd20a6b06097001d8a15aefcc Date: Sun, 8 May 2011 16:10:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 905a44e8429c419143659abaf3cf0a4c commit: b1455001a9303e6cd20a6b06097001d8a15aefcc Author: Kent Fredric gmail com> AuthorDate: Sun May 8 12:54:45 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun May 8 14:18:51 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Db1455001 [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-pe= rl/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=3D4 + +MODULE_AUTHOR=3DZEFRAM +MODULE_VERSION=3D"2.006" +inherit perl-module + +DESCRIPTION=3D"DEC VMS password hashing" + +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"test +recommended" +comment() { echo ''; } +COMMON_DEPEND=3D" + >=3Ddev-perl/Data-Integer-0.003 $(comment 0.3.0) + >=3Ddev-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=3D" + ${COMMON_DEPEND} +$(comment config requires) + virtual/perl-Module-Build + $(comment virtual/perl-strict) + $(comment virtual/perl-warnings) +$(comment config recommends) + recommended? ( >=3Dvirtual/perl-ExtUtils-CBuilder-0.15.0 $(comment 0.15= 0.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? ( >=3Dvirtual/perl-ExtUtils-CBuilder-0.15.0 $(comment 0.15= 0.0) ) +" +RDEPEND=3D" + ${COMMON_DEPEND} +" +SRC_TEST=3D"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: $ =20 +*Authen-DecHpwd-2.6.0 (08 May 2011) + + 08 May 2011; Kent Fredric + +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) =20 diff --git a/dev-perl/Authen-DecHpwd/metadata.xml b/dev-perl/Authen-DecHp= wd/metadata.xml index ccc7e0f..277753f 100644 --- a/dev-perl/Authen-DecHpwd/metadata.xml +++ b/dev-perl/Authen-DecHpwd/metadata.xml @@ -5,5 +5,9 @@ kentfredric@gmail.com Kent Fredric - + + + Pull in recommended dependencies to ensure = XS + Modules are built + From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QJ6kf-0002Pu-Ut for garchives@archives.gentoo.org; Sun, 08 May 2011 16:22:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A868E05CF; Sun, 8 May 2011 16:14:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0A9471C0F8 for ; Sun, 8 May 2011 16:10:54 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E8D11BC0D9 for ; Sun, 8 May 2011 16:10:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E635045C54 for ; Sun, 8 May 2011 16:10:53 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: Subject: [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/Authen-DecHpwd/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Authen-DecHpwd/Authen-DecHpwd-2.6.0.ebuild dev-perl/Authen-DecHpwd/ChangeLog dev-perl/Authen-DecHpwd/metadata.xml X-VCS-Directories: dev-perl/Authen-DecHpwd/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b1455001a9303e6cd20a6b06097001d8a15aefcc Date: Sun, 8 May 2011 16:10:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 1109af82bfc32d2661e86b0598708464 Message-ID: <20110508161053.TS1yK1gNvv1gOx-AvbKwH0I6fFz_DJh8HE98XlPv_Y0@z> commit: b1455001a9303e6cd20a6b06097001d8a15aefcc Author: Kent Fredric gmail com> AuthorDate: Sun May 8 12:54:45 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun May 8 14:18:51 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Db1455001 [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-pe= rl/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=3D4 + +MODULE_AUTHOR=3DZEFRAM +MODULE_VERSION=3D"2.006" +inherit perl-module + +DESCRIPTION=3D"DEC VMS password hashing" + +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"test +recommended" +comment() { echo ''; } +COMMON_DEPEND=3D" + >=3Ddev-perl/Data-Integer-0.003 $(comment 0.3.0) + >=3Ddev-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=3D" + ${COMMON_DEPEND} +$(comment config requires) + virtual/perl-Module-Build + $(comment virtual/perl-strict) + $(comment virtual/perl-warnings) +$(comment config recommends) + recommended? ( >=3Dvirtual/perl-ExtUtils-CBuilder-0.15.0 $(comment 0.15= 0.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? ( >=3Dvirtual/perl-ExtUtils-CBuilder-0.15.0 $(comment 0.15= 0.0) ) +" +RDEPEND=3D" + ${COMMON_DEPEND} +" +SRC_TEST=3D"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: $ =20 +*Authen-DecHpwd-2.6.0 (08 May 2011) + + 08 May 2011; Kent Fredric + +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) =20 diff --git a/dev-perl/Authen-DecHpwd/metadata.xml b/dev-perl/Authen-DecHp= wd/metadata.xml index ccc7e0f..277753f 100644 --- a/dev-perl/Authen-DecHpwd/metadata.xml +++ b/dev-perl/Authen-DecHpwd/metadata.xml @@ -5,5 +5,9 @@ kentfredric@gmail.com Kent Fredric - + + + Pull in recommended dependencies to ensure = XS + Modules are built + From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QJ4pl-00075T-Vx for garchives@archives.gentoo.org; Sun, 08 May 2011 14:19:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 350C01C082; Sun, 8 May 2011 14:19:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E84141C07D for ; Sun, 8 May 2011 14:19:28 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 448321BC004 for ; Sun, 8 May 2011 14:19:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A43B945B2A for ; Sun, 8 May 2011 14:19:27 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Authen-DecHpwd/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Authen-DecHpwd/Authen-DecHpwd-2.6.0.ebuild dev-perl/Authen-DecHpwd/ChangeLog dev-perl/Authen-DecHpwd/metadata.xml X-VCS-Directories: dev-perl/Authen-DecHpwd/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b1455001a9303e6cd20a6b06097001d8a15aefcc Date: Sun, 8 May 2011 14:19:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: d3a8260772478bdd0e6bf6a88477370f Message-ID: <20110508141927.CCMuXfydkwKrwUqAbuPzQzoIWSKtXRl4CV9m5VZawtg@z> commit: b1455001a9303e6cd20a6b06097001d8a15aefcc Author: Kent Fredric gmail com> AuthorDate: Sun May 8 12:54:45 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun May 8 14:18:51 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Db1455001 [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-pe= rl/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=3D4 + +MODULE_AUTHOR=3DZEFRAM +MODULE_VERSION=3D"2.006" +inherit perl-module + +DESCRIPTION=3D"DEC VMS password hashing" + +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"test +recommended" +comment() { echo ''; } +COMMON_DEPEND=3D" + >=3Ddev-perl/Data-Integer-0.003 $(comment 0.3.0) + >=3Ddev-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=3D" + ${COMMON_DEPEND} +$(comment config requires) + virtual/perl-Module-Build + $(comment virtual/perl-strict) + $(comment virtual/perl-warnings) +$(comment config recommends) + recommended? ( >=3Dvirtual/perl-ExtUtils-CBuilder-0.15.0 $(comment 0.15= 0.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? ( >=3Dvirtual/perl-ExtUtils-CBuilder-0.15.0 $(comment 0.15= 0.0) ) +" +RDEPEND=3D" + ${COMMON_DEPEND} +" +SRC_TEST=3D"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: $ =20 +*Authen-DecHpwd-2.6.0 (08 May 2011) + + 08 May 2011; Kent Fredric + +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) =20 diff --git a/dev-perl/Authen-DecHpwd/metadata.xml b/dev-perl/Authen-DecHp= wd/metadata.xml index ccc7e0f..277753f 100644 --- a/dev-perl/Authen-DecHpwd/metadata.xml +++ b/dev-perl/Authen-DecHpwd/metadata.xml @@ -5,5 +5,9 @@ kentfredric@gmail.com Kent Fredric - + + + Pull in recommended dependencies to ensure = XS + Modules are built +