diff options
author | Torsten Veller <tove@gentoo.org> | 2009-12-24 19:56:18 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-12-24 19:56:18 +0000 |
commit | 82ad5eaad7fa5fce89308c90b3342ba760fcd5ad (patch) | |
tree | d23fe02f422d708ab404ce790f461c1bd577629e /dev-perl/Inline-Python | |
parent | Cleanup (diff) | |
download | gentoo-2-82ad5eaad7fa5fce89308c90b3342ba760fcd5ad.tar.gz gentoo-2-82ad5eaad7fa5fce89308c90b3342ba760fcd5ad.tar.bz2 gentoo-2-82ad5eaad7fa5fce89308c90b3342ba760fcd5ad.zip |
Cleanup
(Portage version: 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" |