diff options
author | Torsten Veller <tove@gentoo.org> | 2008-11-02 07:33:21 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-11-02 07:33:21 +0000 |
commit | 47f24ae63814950969604a36edf0f28a8073809f (patch) | |
tree | 0b17cc9999cca8188623cce8e9fa96b39c15bf7f /perl-core/version/version-0.73.ebuild | |
parent | Cleanup ebuild and add ppc64 love for KDE 4. (diff) | |
download | gentoo-2-47f24ae63814950969604a36edf0f28a8073809f.tar.gz gentoo-2-47f24ae63814950969604a36edf0f28a8073809f.tar.bz2 gentoo-2-47f24ae63814950969604a36edf0f28a8073809f.zip |
dev-perl => perl-core migration
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'perl-core/version/version-0.73.ebuild')
-rw-r--r-- | perl-core/version/version-0.73.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/perl-core/version/version-0.73.ebuild b/perl-core/version/version-0.73.ebuild new file mode 100644 index 000000000000..450a4061ab56 --- /dev/null +++ b/perl-core/version/version-0.73.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/version/version-0.73.ebuild,v 1.1 2008/11/02 07:33:21 tove Exp $ + +inherit versionator perl-module + +MY_P="${PN}-$(delete_version_separator 2)" +S="${WORKDIR}/${MY_P}" + +DESCRIPTION="Perl extension for Version Objects" +HOMEPAGE="http://search.cpan.org/~jpeacock" +SRC_URI="mirror://cpan/authors/id/J/JP/JPEACOCK/${MY_P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=virtual/perl-Module-Build-0.28 + dev-lang/perl" + +SRC_TEST="do" |