diff options
author | Torsten Veller <tove@gentoo.org> | 2011-05-31 11:53:47 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-05-31 11:53:47 +0000 |
commit | 1730269791a3a6aec8b7405230ffabe78dae6e62 (patch) | |
tree | f71aee387ddaa40f5e8e7b396d8d705f13144bf2 /perl-core/version/version-0.890.0.ebuild | |
parent | Initial import from sunrise (bug #317791). Thanks to Michail Denev for the in... (diff) | |
download | historical-1730269791a3a6aec8b7405230ffabe78dae6e62.tar.gz historical-1730269791a3a6aec8b7405230ffabe78dae6e62.tar.bz2 historical-1730269791a3a6aec8b7405230ffabe78dae6e62.zip |
[bump] perl-core/version-0.890.0
Package-Manager: portage-2.2.0_alpha37/cvs/Linux x86_64
Diffstat (limited to 'perl-core/version/version-0.890.0.ebuild')
-rw-r--r-- | perl-core/version/version-0.890.0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/perl-core/version/version-0.890.0.ebuild b/perl-core/version/version-0.890.0.ebuild new file mode 100644 index 000000000000..aca1e94b7ef0 --- /dev/null +++ b/perl-core/version/version-0.890.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/version/version-0.890.0.ebuild,v 1.1 2011/05/31 11:53:47 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=JPEACOCK +MODULE_VERSION=0.89 +inherit perl-module + +DESCRIPTION="Perl extension for Version Objects" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +SRC_TEST="do" |