diff options
author | 2008-12-17 16:27:55 +0000 | |
---|---|---|
committer | 2008-12-17 16:27:55 +0000 | |
commit | 182a3639938a55ad79a05395ed7fb4ec57c8af1c (patch) | |
tree | 00ce4574271080404c84cdc1b8d96f004c6dc76a /dev-perl/Inline-Python | |
parent | version bump (diff) | |
download | gentoo-2-182a3639938a55ad79a05395ed7fb4ec57c8af1c.tar.gz gentoo-2-182a3639938a55ad79a05395ed7fb4ec57c8af1c.tar.bz2 gentoo-2-182a3639938a55ad79a05395ed7fb4ec57c8af1c.zip |
Version bump
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-tuxonice i686)
Diffstat (limited to 'dev-perl/Inline-Python')
-rw-r--r-- | dev-perl/Inline-Python/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Inline-Python/Inline-Python-0.28.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
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 <tove@gentoo.org> +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" |