summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-04-22 11:55:05 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-04-22 11:55:05 +0000
commit88f2f1d36edf2193af7d22b40a288878cc54d422 (patch)
tree47d179c37b0f9b13415a0c634e3a0077ac4eac74 /dev-perl/Clone/Clone-0.23.ebuild
parentversion bump to 2.0.5 which fixes PowerPC64 handling; added ~ppc64; bug #175272 (diff)
downloadgentoo-2-88f2f1d36edf2193af7d22b40a288878cc54d422.tar.gz
gentoo-2-88f2f1d36edf2193af7d22b40a288878cc54d422.tar.bz2
gentoo-2-88f2f1d36edf2193af7d22b40a288878cc54d422.zip
Version bump
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-perl/Clone/Clone-0.23.ebuild')
-rw-r--r--dev-perl/Clone/Clone-0.23.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Clone/Clone-0.23.ebuild b/dev-perl/Clone/Clone-0.23.ebuild
new file mode 100644
index 000000000000..9925a3b6ee52
--- /dev/null
+++ b/dev-perl/Clone/Clone-0.23.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.23.ebuild,v 1.1 2007/04/22 11:55:05 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Recursively copy Perl datatypes"
+SRC_URI="mirror://cpan/modules/by-authors/id/R/RD/RDF/${P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-authors/id/R/RD/RDF/${P}.readme"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND="dev-lang/perl"