diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-02-04 23:06:20 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-02-04 23:06:20 +0000 |
commit | f2198e7d1a85a7f07f9e3c18a0517de9f3d6ee8b (patch) | |
tree | 7b0a42a4e36627249beef818989ed5e9da469ebc /dev-perl/extutils-parsexs | |
parent | fix attribution (diff) | |
download | gentoo-2-f2198e7d1a85a7f07f9e3c18a0517de9f3d6ee8b.tar.gz gentoo-2-f2198e7d1a85a7f07f9e3c18a0517de9f3d6ee8b.tar.bz2 gentoo-2-f2198e7d1a85a7f07f9e3c18a0517de9f3d6ee8b.zip |
Version bump
(Portage version: 2.1.2-r5)
Diffstat (limited to 'dev-perl/extutils-parsexs')
-rw-r--r-- | dev-perl/extutils-parsexs/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/extutils-parsexs/extutils-parsexs-2.18.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/extutils-parsexs/files/digest-extutils-parsexs-2.18 | 3 |
3 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/extutils-parsexs/ChangeLog b/dev-perl/extutils-parsexs/ChangeLog index d16bec1fbd31..a9c3967bf5a4 100644 --- a/dev-perl/extutils-parsexs/ChangeLog +++ b/dev-perl/extutils-parsexs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/extutils-parsexs # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/ChangeLog,v 1.38 2007/01/08 17:25:15 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/ChangeLog,v 1.39 2007/02/04 23:06:19 mcummings Exp $ + +*extutils-parsexs-2.18 (04 Feb 2007) + + 04 Feb 2007; Michael Cummings <mcummings@gentoo.org> + +extutils-parsexs-2.18.ebuild: + Version bump 08 Jan 2007; Michael Cummings <mcummings@gentoo.org> extutils-parsexs-2.17.ebuild: diff --git a/dev-perl/extutils-parsexs/extutils-parsexs-2.18.ebuild b/dev-perl/extutils-parsexs/extutils-parsexs-2.18.ebuild new file mode 100644 index 000000000000..bc9031835d35 --- /dev/null +++ b/dev-perl/extutils-parsexs/extutils-parsexs-2.18.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/extutils-parsexs-2.18.ebuild,v 1.1 2007/02/04 23:06:19 mcummings Exp $ + +inherit perl-module + +MY_P=ExtUtils-ParseXS-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Converts Perl XS code into C code" +HOMEPAGE="http://search.cpan.org/~kwilliams/${MY_P}/" +SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${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="dev-perl/ExtUtils-CBuilder + dev-perl/module-build + dev-lang/perl" + +SRC_TEST="do" diff --git a/dev-perl/extutils-parsexs/files/digest-extutils-parsexs-2.18 b/dev-perl/extutils-parsexs/files/digest-extutils-parsexs-2.18 new file mode 100644 index 000000000000..9533997a1f0a --- /dev/null +++ b/dev-perl/extutils-parsexs/files/digest-extutils-parsexs-2.18 @@ -0,0 +1,3 @@ +MD5 473a59a9a4b9887137dab156e5312ff7 ExtUtils-ParseXS-2.18.tar.gz 25173 +RMD160 67aed073bdb838cfe5e741417997d8b5c61834fe ExtUtils-ParseXS-2.18.tar.gz 25173 +SHA256 4d1bd2237814895be93df88b770638cb1850df122d63f70653a05cf38e185af0 ExtUtils-ParseXS-2.18.tar.gz 25173 |