diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-05 19:03:46 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-05 19:03:46 +0000 |
commit | 5d339f7d7921df738517e4e942ffd92bdb3e85da (patch) | |
tree | dcee87708de3604d3a734e8a724f78f5e22f52e4 /dev-perl | |
parent | Version bump (diff) | |
download | gentoo-2-5d339f7d7921df738517e4e942ffd92bdb3e85da.tar.gz gentoo-2-5d339f7d7921df738517e4e942ffd92bdb3e85da.tar.bz2 gentoo-2-5d339f7d7921df738517e4e942ffd92bdb3e85da.zip |
Version bump
(Portage version: 2.1.2_rc4-r3)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Carp-Assert/Carp-Assert-0.18.ebuild | 5 | ||||
-rw-r--r-- | dev-perl/Carp-Assert/Carp-Assert-0.19.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Carp-Assert/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Carp-Assert/files/digest-Carp-Assert-0.19 | 3 |
4 files changed, 32 insertions, 5 deletions
diff --git a/dev-perl/Carp-Assert/Carp-Assert-0.18.ebuild b/dev-perl/Carp-Assert/Carp-Assert-0.18.ebuild index fafabd3d8415..927418f0ec65 100644 --- a/dev-perl/Carp-Assert/Carp-Assert-0.18.ebuild +++ b/dev-perl/Carp-Assert/Carp-Assert-0.18.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert/Carp-Assert-0.18.ebuild,v 1.12 2006/08/06 18:58:25 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert/Carp-Assert-0.18.ebuild,v 1.13 2007/01/05 19:03:46 mcummings Exp $ inherit perl-module @@ -17,4 +17,3 @@ SRC_TEST="do" DEPEND="virtual/perl-Test-Simple dev-lang/perl" -RDEPEND="${DEPEND}" diff --git a/dev-perl/Carp-Assert/Carp-Assert-0.19.ebuild b/dev-perl/Carp-Assert/Carp-Assert-0.19.ebuild new file mode 100644 index 000000000000..26493e4c6c4d --- /dev/null +++ b/dev-perl/Carp-Assert/Carp-Assert-0.19.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert/Carp-Assert-0.19.ebuild,v 1.1 2007/01/05 19:03:46 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="executable comments in carp" +HOMEPAGE="http://search.cpan.org/~mschwern/${P}/" +SRC_URI="mirror://cpan/authors/id/M/MS/MSCHWERN/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="virtual/perl-Test-Simple + dev-lang/perl" diff --git a/dev-perl/Carp-Assert/ChangeLog b/dev-perl/Carp-Assert/ChangeLog index d4ba931670de..32801c4f8da4 100644 --- a/dev-perl/Carp-Assert/ChangeLog +++ b/dev-perl/Carp-Assert/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Carp-Assert -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert/ChangeLog,v 1.12 2006/08/06 18:58:25 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert/ChangeLog,v 1.13 2007/01/05 19:03:46 mcummings Exp $ + +*Carp-Assert-0.19 (05 Jan 2007) + + 05 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Carp-Assert-0.18.ebuild, +Carp-Assert-0.19.ebuild: + Version bump 06 Aug 2006; Michael Cummings <mcummings@gentoo.org> Carp-Assert-0.18.ebuild: diff --git a/dev-perl/Carp-Assert/files/digest-Carp-Assert-0.19 b/dev-perl/Carp-Assert/files/digest-Carp-Assert-0.19 new file mode 100644 index 000000000000..b1cc9f51e94d --- /dev/null +++ b/dev-perl/Carp-Assert/files/digest-Carp-Assert-0.19 @@ -0,0 +1,3 @@ +MD5 3e2da6128f97c489b1b1cdf0dca09dc3 Carp-Assert-0.19.tar.gz 10624 +RMD160 c694f6384ae19873effb339008572f97176161fa Carp-Assert-0.19.tar.gz 10624 +SHA256 ba8a44aff1c7c92e1bd61a3bad49e55e200d67593a8a68d88a84bb91f8a6cff4 Carp-Assert-0.19.tar.gz 10624 |