diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-01 22:50:18 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-01 22:50:18 +0000 |
commit | bbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab (patch) | |
tree | 49d616af62e2c0c9030262361deb009eccbede7f /dev-perl/Inline-Python | |
parent | Drop obsolete version. (diff) | |
download | historical-bbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab.tar.gz historical-bbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab.tar.bz2 historical-bbc9d1ef8d9e889c6d0197c8e5a2bb9053850fab.zip |
Cleanup
Package-Manager: portage-2.2_rc31/cvs/Linux i686
Diffstat (limited to 'dev-perl/Inline-Python')
-rw-r--r-- | dev-perl/Inline-Python/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Inline-Python/Inline-Python-0.27.ebuild | 19 |
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" |