diff options
author | Torsten Veller <tove@gentoo.org> | 2008-07-22 07:16:09 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-07-22 07:16:09 +0000 |
commit | 1183ef101a2c21ae3662a3abaee8cb58f6ccfd85 (patch) | |
tree | 875fa961b4fe22b61588bbdf3558654baf06f920 /dev-perl/version/version-0.76.ebuild | |
parent | Change setuptools to RDEPEND, tests were importing installed version, added e... (diff) | |
download | gentoo-2-1183ef101a2c21ae3662a3abaee8cb58f6ccfd85.tar.gz gentoo-2-1183ef101a2c21ae3662a3abaee8cb58f6ccfd85.tar.bz2 gentoo-2-1183ef101a2c21ae3662a3abaee8cb58f6ccfd85.zip |
Version bump
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-tuxonice-r6 i686)
Diffstat (limited to 'dev-perl/version/version-0.76.ebuild')
-rw-r--r-- | dev-perl/version/version-0.76.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/version/version-0.76.ebuild b/dev-perl/version/version-0.76.ebuild new file mode 100644 index 000000000000..5c37fa42f3d2 --- /dev/null +++ b/dev-perl/version/version-0.76.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/version/version-0.76.ebuild,v 1.1 2008/07/22 07:16:09 tove Exp $ + +MODULE_AUTHOR=JPEACOCK +inherit perl-module + +DESCRIPTION="Perl extension for Version Objects" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND} + >=dev-perl/module-build-0.28" + +SRC_TEST="do" |