summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-01 22:31:47 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-01 22:31:47 +0000
commit90fc78f9321dc203f84171fb15ec547bdccebca8 (patch)
tree545171e1f953298f351f88e9028fa019a38c9019 /dev-perl/Inline-Python
parentCleanup (diff)
downloadgentoo-2-90fc78f9321dc203f84171fb15ec547bdccebca8.tar.gz
gentoo-2-90fc78f9321dc203f84171fb15ec547bdccebca8.tar.bz2
gentoo-2-90fc78f9321dc203f84171fb15ec547bdccebca8.zip
Cleanup
(Portage version: 2.2_rc31/cvs/Linux 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, 5 insertions, 21 deletions
diff --git a/dev-perl/Inline-Python/ChangeLog b/dev-perl/Inline-Python/ChangeLog
index 378d37f92f1e..a2680aa6c156 100644
--- a/dev-perl/Inline-Python/ChangeLog
+++ b/dev-perl/Inline-Python/ChangeLog
@@ -1,6 +1,9 @@
# 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.7 2008/12/17 16:27:55 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.8 2009/05/01 22:31:47 tove Exp $
+
+ 01 May 2009; Torsten Veller <tove@gentoo.org> -Inline-Python-0.27.ebuild:
+ Cleanup
*Inline-Python-0.28 (17 Dec 2008)
diff --git a/dev-perl/Inline-Python/Inline-Python-0.27.ebuild b/dev-perl/Inline-Python/Inline-Python-0.27.ebuild
deleted file mode 100644
index 38405c355b93..000000000000
--- a/dev-perl/Inline-Python/Inline-Python-0.27.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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"