From 0f26bd4cd04aadc0a8d810e9330e0629f5aca40f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Wed, 23 Oct 2019 05:28:19 +0200 Subject: [PATCH] app-misc/pip: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel --- app-misc/pip/pip-1.2-r2.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 app-misc/pip/pip-1.2-r2.ebuild diff --git a/app-misc/pip/pip-1.2-r2.ebuild b/app-misc/pip/pip-1.2-r2.ebuild deleted file mode 100644 index 4455eec5191e..000000000000 --- a/app-misc/pip/pip-1.2-r2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils perl-app - -DESCRIPTION="Wrapper around programs that don't support stdin/stdout" -HOMEPAGE="http://membled.com/work/apps/pip/" -SRC_URI="http://membled.com/work/apps/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -src_install() { - perl-module_src_install - mv "${ED}"/usr/bin/{pip,gpip} || die 'rename failed' -} - -pkg_postinst() { - ewarn "To avoid collisions with dev-python/pip executable file of this package was renamed to 'gpip'" -} -- 2.26.2