diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-04-24 14:29:03 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-04-24 14:29:03 +0000 |
commit | 9b0195f6c51d517f3289b77b39706469cf838ee0 (patch) | |
tree | c628a0c457c5ea0efb5de0590afc85c5704cd15d /dev-python/yolk | |
parent | stable ppc64, bug 259313 (diff) | |
download | gentoo-2-9b0195f6c51d517f3289b77b39706469cf838ee0.tar.gz gentoo-2-9b0195f6c51d517f3289b77b39706469cf838ee0.tar.bz2 gentoo-2-9b0195f6c51d517f3289b77b39706469cf838ee0.zip |
Remove old
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/yolk')
-rw-r--r-- | dev-python/yolk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/yolk/yolk-0.3.0.ebuild | 31 |
2 files changed, 4 insertions, 32 deletions
diff --git a/dev-python/yolk/ChangeLog b/dev-python/yolk/ChangeLog index fb19e085399b..3f7718da15d6 100644 --- a/dev-python/yolk/ChangeLog +++ b/dev-python/yolk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/yolk # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/ChangeLog,v 1.8 2009/02/15 13:46:18 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/ChangeLog,v 1.9 2009/04/24 14:29:03 patrick Exp $ + + 24 Apr 2009; Patrick Lauer <patrick@gentoo.org> -yolk-0.3.0.ebuild: + Remove old *yolk-0.4.1 (15 Feb 2009) diff --git a/dev-python/yolk/yolk-0.3.0.ebuild b/dev-python/yolk/yolk-0.3.0.ebuild deleted file mode 100644 index 29b1a74b7306..000000000000 --- a/dev-python/yolk/yolk-0.3.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/yolk-0.3.0.ebuild,v 1.2 2007/07/17 15:09:05 mr_bones_ Exp $ - -NEED_PYTHON=2.4 - -inherit distutils - -DESCRIPTION="Tool and library for querying PyPI and locally installed Python packages" -HOMEPAGE="http://cheeseshop.python.org/pypi/yolk" -SRC_URI="http://cheeseshop.python.org/packages/source/y/yolk/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" -DEPEND="dev-python/setuptools" -RDEPEND="${DEPEND} - dev-python/yolk-portage" - -src_install() { - distutils_src_install - if use examples ; then - docinto examples/plugins - dodoc ${S}/examples/plugins/* - docinto examples/plugins/yolk_portage - dodoc ${S}/examples/plugins/yolk_portage/* - docinto examples/plugins/yolk_pkg_manager - dodoc ${S}/examples/plugins/yolk_pkg_manager/* - prepalldocs - fi -} |