diff options
author | 2005-07-17 22:02:50 +0000 | |
---|---|---|
committer | 2005-07-17 22:02:50 +0000 | |
commit | 578968e36aebc34ec428196509fa592c398b91c1 (patch) | |
tree | 829c442bdc177caefe5f0e036ffc3dbbead0467f /dev-perl/extutils-parsexs | |
parent | Version bump upstream (diff) | |
download | gentoo-2-578968e36aebc34ec428196509fa592c398b91c1.tar.gz gentoo-2-578968e36aebc34ec428196509fa592c398b91c1.tar.bz2 gentoo-2-578968e36aebc34ec428196509fa592c398b91c1.zip |
Version bump upstream
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-perl/extutils-parsexs')
-rw-r--r-- | dev-perl/extutils-parsexs/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/extutils-parsexs/Manifest | 14 | ||||
-rw-r--r-- | dev-perl/extutils-parsexs/extutils-parsexs-2.11.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/extutils-parsexs/files/digest-extutils-parsexs-2.11 | 1 |
4 files changed, 32 insertions, 12 deletions
diff --git a/dev-perl/extutils-parsexs/ChangeLog b/dev-perl/extutils-parsexs/ChangeLog index 37ce41df74bf..a0b08bdb82ce 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/ChangeLog,v 1.16 2005/04/29 17:03:31 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/ChangeLog,v 1.17 2005/07/17 22:02:50 mcummings Exp $ + +*extutils-parsexs-2.11 (17 Jul 2005) + + 17 Jul 2005; Michael Cummings <mcummings@gentoo.org> + +extutils-parsexs-2.11.ebuild: + Version bump upstream 29 Apr 2005; Michael Cummings <mcummings@gentoo.org> -extutils-parsexs-2.02.ebuild: diff --git a/dev-perl/extutils-parsexs/Manifest b/dev-perl/extutils-parsexs/Manifest index ff12a464c525..69af235e2f95 100644 --- a/dev-perl/extutils-parsexs/Manifest +++ b/dev-perl/extutils-parsexs/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 0cea0a81ed062a10bf51daf1de10c5e3 ChangeLog 2036 -MD5 0c9477932f5e077a96ae9a67e86f64ad extutils-parsexs-2.08.ebuild 653 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 0c9477932f5e077a96ae9a67e86f64ad extutils-parsexs-2.08.ebuild 653 +MD5 ef03924a698a572c5fd9e353f27b9392 extutils-parsexs-2.11.ebuild 545 +MD5 43048c2e059d54482062e5f90f6a8d1e files/digest-extutils-parsexs-2.11 72 MD5 4f4928dc4faae48f54f55afe8eec4726 files/digest-extutils-parsexs-2.08 72 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCcmj1tG5z4I8BtQoRAl+lAJsEaERtVMJh0/lN7emuHx2QEoE6dACggYO7 -8dj6sXX7CKDuujoZcdWnvMI= -=EVrI ------END PGP SIGNATURE----- diff --git a/dev-perl/extutils-parsexs/extutils-parsexs-2.11.ebuild b/dev-perl/extutils-parsexs/extutils-parsexs-2.11.ebuild new file mode 100644 index 000000000000..99a496865ec5 --- /dev/null +++ b/dev-perl/extutils-parsexs/extutils-parsexs-2.11.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 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.11.ebuild,v 1.1 2005/07/17 22:02:50 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 ~hppa ~mips ~ppc ~sparc ~x86 ~ppc64" +IUSE="" + +DEPEND="dev-perl/ExtUtils-CBuilder + dev-perl/module-build" + +SRC_TEST="do" diff --git a/dev-perl/extutils-parsexs/files/digest-extutils-parsexs-2.11 b/dev-perl/extutils-parsexs/files/digest-extutils-parsexs-2.11 new file mode 100644 index 000000000000..f7f56536f10c --- /dev/null +++ b/dev-perl/extutils-parsexs/files/digest-extutils-parsexs-2.11 @@ -0,0 +1 @@ +MD5 e533686a77b181caff36db09064b38e4 ExtUtils-ParseXS-2.11.tar.gz 23205 |