diff options
Diffstat (limited to 'perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.19.ebuild')
-rw-r--r-- | perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.19.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.19.ebuild b/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.19.ebuild index d528de9251f5..771a920912a2 100644 --- a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.19.ebuild +++ b/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.19.ebuild @@ -1,15 +1,11 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.19.ebuild,v 1.2 2008/11/04 09:46:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.19.ebuild,v 1.3 2009/01/11 15:07:28 tove Exp $ MODULE_AUTHOR=KWILLIAMS - inherit perl-module -MY_P=ExtUtils-ParseXS-${PV} -S=${WORKDIR}/${MY_P} DESCRIPTION="Converts Perl XS code into C code" -SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" |