diff options
Diffstat (limited to 'app-text/wklej/wklej-0.1.1.ebuild')
-rw-r--r-- | app-text/wklej/wklej-0.1.1.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/app-text/wklej/wklej-0.1.1.ebuild b/app-text/wklej/wklej-0.1.1.ebuild deleted file mode 100644 index 9991d4c65181..000000000000 --- a/app-text/wklej/wklej-0.1.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wklej/wklej-0.1.1.ebuild,v 1.1 2008/08/20 18:51:57 cla Exp $ - -DESCRIPTION="A wklej.org submitter" -HOMEPAGE="http://wklej.org" -SRC_URI="http://wklej.org/m/apps/wklej-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND="${RDEPEND}" -RDEPEND="dev-lang/python" - -src_install() { - dobin "${WORKDIR}"/${P}.py - dosym ${P}.py /usr/bin/${PN} -} |