summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawid Węgliński <cla@gentoo.org>2008-09-29 21:46:56 +0000
committerDawid Węgliński <cla@gentoo.org>2008-09-29 21:46:56 +0000
commit1636376e9f565bbc0365cb1ca1816641af03547a (patch)
tree08feee6ba4ad1c73053a63e6d1fbb2e67edb6164 /app-text/wklej/wklej-0.1.4.ebuild
parentremove unused bundled-adodb use flag (diff)
downloadgentoo-2-1636376e9f565bbc0365cb1ca1816641af03547a.tar.gz
gentoo-2-1636376e9f565bbc0365cb1ca1816641af03547a.tar.bz2
gentoo-2-1636376e9f565bbc0365cb1ca1816641af03547a.zip
Version bump (bug #238982)
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-text/wklej/wklej-0.1.4.ebuild')
-rw-r--r--app-text/wklej/wklej-0.1.4.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-text/wklej/wklej-0.1.4.ebuild b/app-text/wklej/wklej-0.1.4.ebuild
new file mode 100644
index 000000000000..1910e403015c
--- /dev/null
+++ b/app-text/wklej/wklej-0.1.4.ebuild
@@ -0,0 +1,20 @@
+# 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.4.ebuild,v 1.1 2008/09/29 21:46:56 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}
+}