diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-09-13 04:56:04 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-09-13 04:56:04 +0000 |
commit | cf57e2d6984d95e1e9fcd380d6f6b5fb88f19816 (patch) | |
tree | 681a9186eb94fb550cc84114695fd6baadc7b18e /dev-perl/Clone/Clone-0.350.0.ebuild | |
parent | Bump (diff) | |
download | gentoo-2-cf57e2d6984d95e1e9fcd380d6f6b5fb88f19816.tar.gz gentoo-2-cf57e2d6984d95e1e9fcd380d6f6b5fb88f19816.tar.bz2 gentoo-2-cf57e2d6984d95e1e9fcd380d6f6b5fb88f19816.zip |
Bump
(Portage version: 2.2.3/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/Clone/Clone-0.350.0.ebuild')
-rw-r--r-- | dev-perl/Clone/Clone-0.350.0.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Clone/Clone-0.350.0.ebuild b/dev-perl/Clone/Clone-0.350.0.ebuild new file mode 100644 index 000000000000..bff6ceb4745a --- /dev/null +++ b/dev-perl/Clone/Clone-0.350.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.350.0.ebuild,v 1.1 2013/09/13 04:56:04 patrick Exp $ + +EAPI=4 + +MODULE_AUTHOR=GARU +MODULE_VERSION=0.35 +inherit perl-module + +DESCRIPTION="Recursively copy Perl datatypes" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" + +SRC_TEST="do" +mymake='OPTIMIZE=${CFLAGS}' |