Skip to content

Commit

Permalink
app-misc/pip: revbump: EAPI 7, perl-module.eclass
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <[email protected]>
  • Loading branch information
akhuettel committed Oct 17, 2019
1 parent 5916d7d commit 7bd7a74
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions app-misc/pip/pip-1.2-r3.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

GENTOO_DEPEND_ON_PERL=noslotop
inherit perl-module

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=""

BDEPEND="virtual/perl-ExtUtils-MakeMaker"

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'"
}

0 comments on commit 7bd7a74

Please sign in to comment.