diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Inline-Python/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Inline-Python/Inline-Python-0.31.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/maybe/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/maybe/maybe-0.0202.ebuild | 20 |
4 files changed, 52 insertions, 2 deletions
diff --git a/dev-perl/Inline-Python/ChangeLog b/dev-perl/Inline-Python/ChangeLog index 997843fc5725..7dfbae396fc6 100644 --- a/dev-perl/Inline-Python/ChangeLog +++ b/dev-perl/Inline-Python/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Inline-Python # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.13 2009/07/08 08:42:55 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.14 2009/12/10 08:30:21 tove Exp $ + +*Inline-Python-0.31 (10 Dec 2009) + + 10 Dec 2009; Torsten Veller <tove@gentoo.org> +Inline-Python-0.31.ebuild: + Version bump *Inline-Python-0.29 (08 Jul 2009) diff --git a/dev-perl/Inline-Python/Inline-Python-0.31.ebuild b/dev-perl/Inline-Python/Inline-Python-0.31.ebuild new file mode 100644 index 000000000000..3f6a94b0c55a --- /dev/null +++ b/dev-perl/Inline-Python/Inline-Python-0.31.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.31.ebuild,v 1.1 2009/12/10 08:30:21 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=NINE +inherit perl-module + +DESCRIPTION="Easy implementation of Python extensions" + +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-perl/Inline-0.42 + dev-lang/python" +RDEPEND="${DEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/maybe/ChangeLog b/dev-perl/maybe/ChangeLog index 2fd47514261a..67a221c85506 100644 --- a/dev-perl/maybe/ChangeLog +++ b/dev-perl/maybe/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/maybe # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/maybe/ChangeLog,v 1.2 2009/11/24 07:04:51 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/maybe/ChangeLog,v 1.3 2009/12/10 08:25:46 tove Exp $ + +*maybe-0.0202 (10 Dec 2009) + + 10 Dec 2009; Torsten Veller <tove@gentoo.org> +maybe-0.0202.ebuild: + Version bump 24 Nov 2009; Torsten Veller <tove@gentoo.org> maybe-0.0201.ebuild: Depend on Module-Build (#294314) and run tests diff --git a/dev-perl/maybe/maybe-0.0202.ebuild b/dev-perl/maybe/maybe-0.0202.ebuild new file mode 100644 index 000000000000..d5bd025f6633 --- /dev/null +++ b/dev-perl/maybe/maybe-0.0202.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/maybe/maybe-0.0202.ebuild,v 1.1 2009/12/10 08:25:46 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR="DEXTER" +inherit perl-module + +DESCRIPTION="Use a Perl module and ignore error if can't be loaded" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" + +SRC_TEST=do |