summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-06-03 16:22:07 +0000
committerTorsten Veller <tove@gentoo.org>2009-06-03 16:22:07 +0000
commit02506331bc0ccfdef77332de897ec526d94bf11f (patch)
tree3bafe1efa1c1075af09323f939f3e8154b6c947c /dev-perl/Inline-Python
parentclean up (diff)
downloadhistorical-02506331bc0ccfdef77332de897ec526d94bf11f.tar.gz
historical-02506331bc0ccfdef77332de897ec526d94bf11f.tar.bz2
historical-02506331bc0ccfdef77332de897ec526d94bf11f.zip
Cleanup
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'dev-perl/Inline-Python')
-rw-r--r--dev-perl/Inline-Python/ChangeLog5
-rw-r--r--dev-perl/Inline-Python/Inline-Python-0.22.ebuild21
2 files changed, 4 insertions, 22 deletions
diff --git a/dev-perl/Inline-Python/ChangeLog b/dev-perl/Inline-Python/ChangeLog
index fc1189004d85..54dd31ed2cad 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.11 2009/05/08 20:09:04 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.12 2009/06/03 16:04:11 tove Exp $
+
+ 03 Jun 2009; Torsten Veller <tove@gentoo.org> -Inline-Python-0.22.ebuild:
+ Cleanup
08 May 2009; Tiago Cunha <tcunha@gentoo.org> Inline-Python-0.28.ebuild:
stable sparc, bug 268206
diff --git a/dev-perl/Inline-Python/Inline-Python-0.22.ebuild b/dev-perl/Inline-Python/Inline-Python-0.22.ebuild
deleted file mode 100644
index 7eb9d899ce9a..000000000000
--- a/dev-perl/Inline-Python/Inline-Python-0.22.ebuild
+++ /dev/null
@@ -1,21 +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.22.ebuild,v 1.6 2008/04/22 18:42:08 tove Exp $
-
-inherit perl-module
-
-DESCRIPTION="Easy implementation of Python extensions"
-HOMEPAGE="http://search.cpan.org/~neilw/"
-SRC_URI="mirror://cpan/authors/id/N/NE/NEILW/${P}.tar.gz"
-
-LICENSE="Artistic"
-#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"