summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-11-21 10:24:47 +0000
committerTorsten Veller <tove@gentoo.org>2008-11-21 10:24:47 +0000
commita7aa0b8e681427f8163c3d0617d126b91e11302b (patch)
treeab8dc507611fe37b46716c07ad0a827ee77bf77d /dev-perl/Inline-Python
parentia64/sparc/x86 stable wrt #246652 (diff)
downloadhistorical-a7aa0b8e681427f8163c3d0617d126b91e11302b.tar.gz
historical-a7aa0b8e681427f8163c3d0617d126b91e11302b.tar.bz2
historical-a7aa0b8e681427f8163c3d0617d126b91e11302b.zip
Version bump
Package-Manager: portage-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"