summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-01-21 03:25:45 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-01-21 03:25:45 +0000
commit86a3666ed9b145304523afe787240da046ef149d (patch)
treeb807f090127a6c40c991786828c7813cc8a3d5ed /dev-python/yolk
parentRemove old (diff)
downloadgentoo-2-86a3666ed9b145304523afe787240da046ef149d.tar.gz
gentoo-2-86a3666ed9b145304523afe787240da046ef149d.tar.bz2
gentoo-2-86a3666ed9b145304523afe787240da046ef149d.zip
Remove old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/yolk')
-rw-r--r--dev-python/yolk/ChangeLog8
-rw-r--r--dev-python/yolk/yolk-0.4.1-r1.ebuild39
-rw-r--r--dev-python/yolk/yolk-0.4.3.ebuild32
3 files changed, 6 insertions, 73 deletions
diff --git a/dev-python/yolk/ChangeLog b/dev-python/yolk/ChangeLog
index a38b6dd83b04..fced73a33148 100644
--- a/dev-python/yolk/ChangeLog
+++ b/dev-python/yolk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/yolk
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/ChangeLog,v 1.17 2013/09/05 18:46:05 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/ChangeLog,v 1.18 2014/01/21 03:25:45 patrick Exp $
+
+ 21 Jan 2014; Patrick Lauer <patrick@gentoo.org> -yolk-0.4.1-r1.ebuild,
+ -yolk-0.4.3.ebuild:
+ Remove old
05 Sep 2013; Michał Górny <mgorny@gentoo.org> yolk-0.4.3-r1.ebuild:
Clean up PYTHON_COMPAT from old implementations.
diff --git a/dev-python/yolk/yolk-0.4.1-r1.ebuild b/dev-python/yolk/yolk-0.4.1-r1.ebuild
deleted file mode 100644
index 34bf1c4deeb5..000000000000
--- a/dev-python/yolk/yolk-0.4.1-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/yolk-0.4.1-r1.ebuild,v 1.1 2011/07/20 17:53:54 neurogeek Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit eutils distutils
-
-DESCRIPTION="Tool and library for querying PyPI and locally installed Python packages"
-HOMEPAGE="http://pypi.python.org/pypi/yolk"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-DEPEND="dev-python/setuptools"
-RDEPEND="dev-python/yolk-portage"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}_entry_map.patch"
-}
-
-src_install() {
- distutils_src_install
-
- if use examples; then
- docinto examples/plugins
- dodoc examples/plugins/*
- docinto examples/plugins/yolk_portage
- dodoc examples/plugins/yolk_portage/*
- docinto examples/plugins/yolk_pkg_manager
- dodoc examples/plugins/yolk_pkg_manager/*
- fi
-}
diff --git a/dev-python/yolk/yolk-0.4.3.ebuild b/dev-python/yolk/yolk-0.4.3.ebuild
deleted file mode 100644
index bc2c587c81c3..000000000000
--- a/dev-python/yolk/yolk-0.4.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/yolk-0.4.3.ebuild,v 1.2 2012/03/13 03:04:52 floppym Exp $
-
-EAPI="4"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="Tool and library for querying PyPI and locally installed Python packages"
-HOMEPAGE="http://pypi.python.org/pypi/yolk"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-DEPEND="dev-python/setuptools
- dev-python/yolk-portage"
-RDEPEND="${DEPEND}"
-
-src_install() {
- distutils_src_install
-
- if use examples; then
- docinto examples/plugins
- dodoc -r examples/plugins/*
- fi
-}