diff options
-rw-r--r-- | dev-perl/extutils-parsexs/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/extutils-parsexs/extutils-parsexs-2.19.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/extutils-parsexs/ChangeLog b/dev-perl/extutils-parsexs/ChangeLog index cea794237ee8..2cdb7a30e363 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/ChangeLog,v 1.49 2008/03/19 03:30:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/ChangeLog,v 1.50 2008/04/30 11:31:09 tove Exp $ + +*extutils-parsexs-2.19 (30 Apr 2008) + + 30 Apr 2008; Torsten Veller <tove@gentoo.org> + +extutils-parsexs-2.19.ebuild: + Version bump 19 Mar 2008; Jeroen Roovers <jer@gentoo.org> extutils-parsexs-2.18.ebuild: Stable for HPPA too. diff --git a/dev-perl/extutils-parsexs/extutils-parsexs-2.19.ebuild b/dev-perl/extutils-parsexs/extutils-parsexs-2.19.ebuild new file mode 100644 index 000000000000..9244ba956f7c --- /dev/null +++ b/dev-perl/extutils-parsexs/extutils-parsexs-2.19.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 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.19.ebuild,v 1.1 2008/04/30 11:31:09 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" +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/ExtUtils-CBuilder + dev-perl/module-build" + +SRC_TEST="do" |