summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-11-21 10:06:09 +0000
committerTorsten Veller <tove@gentoo.org>2008-11-21 10:06:09 +0000
commitd3fe65209253377f3fdc24392a98db5fd8a31a1b (patch)
tree9fff037d0df273dcbb96066c36a1814864d2f3a9 /dev-perl/Inline-Python
parentia64/sparc/x86 stable wrt #246652 (diff)
downloadgentoo-2-d3fe65209253377f3fdc24392a98db5fd8a31a1b.tar.gz
gentoo-2-d3fe65209253377f3fdc24392a98db5fd8a31a1b.tar.bz2
gentoo-2-d3fe65209253377f3fdc24392a98db5fd8a31a1b.zip
Version bump
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-tuxonice i686)
Diffstat (limited to 'dev-perl/Inline-Python')
-rw-r--r--dev-perl/Inline-Python/ChangeLog7
-rw-r--r--dev-perl/Inline-Python/Inline-Python-0.27.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/Inline-Python/ChangeLog b/dev-perl/Inline-Python/ChangeLog
index 93b29824cc7e..65807581d0c1 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.5 2008/04/22 18:42:08 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.6 2008/11/21 10:06:09 tove Exp $
+
+*Inline-Python-0.27 (21 Nov 2008)
+
+ 21 Nov 2008; Torsten Veller <tove@gentoo.org> +Inline-Python-0.27.ebuild:
+ Version bump
22 Apr 2008; Torsten Veller <tove@gentoo.org> metadata.xml,
Inline-Python-0.22.ebuild:
diff --git a/dev-perl/Inline-Python/Inline-Python-0.27.ebuild b/dev-perl/Inline-Python/Inline-Python-0.27.ebuild
new file mode 100644
index 000000000000..38405c355b93
--- /dev/null
+++ b/dev-perl/Inline-Python/Inline-Python-0.27.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.27.ebuild,v 1.1 2008/11/21 10:06:09 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"