14 lines
466 B
Bash
14 lines
466 B
Bash
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/app-misc/pip/pip-1.2.ebuild,v 1.9 2011/01/05 16:26:31 jlec Exp $
|
|
|
|
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 x86 ppc"
|
|
IUSE=""
|