From 182a3639938a55ad79a05395ed7fb4ec57c8af1c Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Wed, 17 Dec 2008 16:27:55 +0000 Subject: Version bump (Portage version: 2.2_rc17/cvs/Linux 2.6.27-tuxonice i686) --- dev-perl/Inline-Python/ChangeLog | 7 ++++++- dev-perl/Inline-Python/Inline-Python-0.28.ebuild | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 dev-perl/Inline-Python/Inline-Python-0.28.ebuild (limited to 'dev-perl/Inline-Python') diff --git a/dev-perl/Inline-Python/ChangeLog b/dev-perl/Inline-Python/ChangeLog index 65807581d0c1..378d37f92f1e 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.6 2008/11/21 10:06:09 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.7 2008/12/17 16:27:55 tove Exp $ + +*Inline-Python-0.28 (17 Dec 2008) + + 17 Dec 2008; Torsten Veller +Inline-Python-0.28.ebuild: + Version bump *Inline-Python-0.27 (21 Nov 2008) diff --git a/dev-perl/Inline-Python/Inline-Python-0.28.ebuild b/dev-perl/Inline-Python/Inline-Python-0.28.ebuild new file mode 100644 index 000000000000..487f00680974 --- /dev/null +++ b/dev-perl/Inline-Python/Inline-Python-0.28.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 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.28.ebuild,v 1.1 2008/12/17 16:27:55 tove Exp $ + +MODULE_AUTHOR=NINE +inherit perl-module + +DESCRIPTION="Easy implementation of Python extensions" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND=">=dev-perl/Inline-0.42 + dev-lang/python + dev-lang/perl" -- cgit v1.2.3-65-gdbad