diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-11-06 15:45:04 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-11-06 15:45:04 +0000 |
commit | ed620684ad28f9a9d152ccc22d85e73979570adb (patch) | |
tree | cbfdb3d638d121530b4dccb930d297acfe170863 /dev-perl/PAR-Dist | |
parent | Version bump (diff) | |
download | gentoo-2-ed620684ad28f9a9d152ccc22d85e73979570adb.tar.gz gentoo-2-ed620684ad28f9a9d152ccc22d85e73979570adb.tar.bz2 gentoo-2-ed620684ad28f9a9d152ccc22d85e73979570adb.zip |
Version bump
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'dev-perl/PAR-Dist')
-rw-r--r-- | dev-perl/PAR-Dist/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/PAR-Dist/PAR-Dist-0.21.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/PAR-Dist/files/digest-PAR-Dist-0.21 | 3 |
3 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/PAR-Dist/ChangeLog b/dev-perl/PAR-Dist/ChangeLog index 7abfcc330e4b..d184bdf76448 100644 --- a/dev-perl/PAR-Dist/ChangeLog +++ b/dev-perl/PAR-Dist/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/PAR-Dist # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.15 2006/10/15 17:23:25 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/ChangeLog,v 1.16 2006/11/06 15:45:04 mcummings Exp $ + +*PAR-Dist-0.21 (06 Nov 2006) + + 06 Nov 2006; Michael Cummings <mcummings@gentoo.org> + +PAR-Dist-0.21.ebuild: + Version bump 15 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> PAR-Dist-0.19.ebuild: Stable on ia64. diff --git a/dev-perl/PAR-Dist/PAR-Dist-0.21.ebuild b/dev-perl/PAR-Dist/PAR-Dist-0.21.ebuild new file mode 100644 index 000000000000..c903fe4a9537 --- /dev/null +++ b/dev-perl/PAR-Dist/PAR-Dist-0.21.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PAR-Dist/PAR-Dist-0.21.ebuild,v 1.1 2006/11/06 15:45:04 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Create and manipulate PAR distributions" +HOMEPAGE="http://search.cpan.org/search?query=${PN}" +SRC_URI="mirror://cpan/authors/id/S/SM/SMUELLER/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + + +DEPEND="dev-lang/perl" diff --git a/dev-perl/PAR-Dist/files/digest-PAR-Dist-0.21 b/dev-perl/PAR-Dist/files/digest-PAR-Dist-0.21 new file mode 100644 index 000000000000..7d9f3f8ba9af --- /dev/null +++ b/dev-perl/PAR-Dist/files/digest-PAR-Dist-0.21 @@ -0,0 +1,3 @@ +MD5 0cd2f70204c234905c8906057ae84e21 PAR-Dist-0.21.tar.gz 23704 +RMD160 29176b7b66028d85fe19fe21bd91c0891c22b323 PAR-Dist-0.21.tar.gz 23704 +SHA256 a2241c6ac22d84dbdefc0b27700dfb80a57c82ae6a5a85605fe5880f43d3c281 PAR-Dist-0.21.tar.gz 23704 |