diff options
author | 2009-12-24 20:39:10 +0000 | |
---|---|---|
committer | 2009-12-24 20:39:10 +0000 | |
commit | f617b8f64a77b2e501617d6a44d4412b15e2c138 (patch) | |
tree | f98a10fdefca0fbcf93f2bc493f3b4289c4d98dc /dev-perl/Inline-Python | |
parent | Version bump. (diff) | |
download | historical-f617b8f64a77b2e501617d6a44d4412b15e2c138.tar.gz historical-f617b8f64a77b2e501617d6a44d4412b15e2c138.tar.bz2 historical-f617b8f64a77b2e501617d6a44d4412b15e2c138.zip |
Cleanup
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Inline-Python')
-rw-r--r-- | dev-perl/Inline-Python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Inline-Python/Inline-Python-0.29.ebuild | 20 |
2 files changed, 4 insertions, 21 deletions
diff --git a/dev-perl/Inline-Python/ChangeLog b/dev-perl/Inline-Python/ChangeLog index 7dfbae396fc6..2564a3cf06ba 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.14 2009/12/10 08:30:21 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.15 2009/12/24 19:56:18 tove Exp $ + + 24 Dec 2009; Torsten Veller <tove@gentoo.org> -Inline-Python-0.29.ebuild: + Cleanup *Inline-Python-0.31 (10 Dec 2009) diff --git a/dev-perl/Inline-Python/Inline-Python-0.29.ebuild b/dev-perl/Inline-Python/Inline-Python-0.29.ebuild deleted file mode 100644 index b0364c167b45..000000000000 --- a/dev-perl/Inline-Python/Inline-Python-0.29.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2009 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.29.ebuild,v 1.1 2009/07/08 08:42:55 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=NINE -inherit perl-module - -DESCRIPTION="Easy implementation of Python extensions" - -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" - -DEPEND=">=dev-perl/Inline-0.42 - dev-lang/python" -RDEPEND="${DEPEND}" - -SRC_TEST="do" |