summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawid Węgliński <cla@gentoo.org>2008-08-20 18:51:57 +0000
committerDawid Węgliński <cla@gentoo.org>2008-08-20 18:51:57 +0000
commit38ea6e18e079340a367f05524e9444208479b348 (patch)
tree9b8c346c76fc8200ef506eb187f805c3b0367374 /app-text/wklej
parentamd64 stable, bug #235058 (diff)
downloadgentoo-2-38ea6e18e079340a367f05524e9444208479b348.tar.gz
gentoo-2-38ea6e18e079340a367f05524e9444208479b348.tar.bz2
gentoo-2-38ea6e18e079340a367f05524e9444208479b348.zip
Version bump, thanks to Paweł Kilian for ebuild
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-text/wklej')
-rw-r--r--app-text/wklej/ChangeLog9
-rw-r--r--app-text/wklej/wklej-0.1.1.ebuild20
2 files changed, 27 insertions, 2 deletions
diff --git a/app-text/wklej/ChangeLog b/app-text/wklej/ChangeLog
index a861b4f2850a..fd897df722a2 100644
--- a/app-text/wklej/ChangeLog
+++ b/app-text/wklej/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/wklej
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wklej/ChangeLog,v 1.5 2007/08/19 00:45:44 jurek Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/wklej/ChangeLog,v 1.6 2008/08/20 18:51:57 cla Exp $
+
+*wklej-0.1.1 (20 Aug 2008)
+
+ 20 Aug 2008; Dawid Węgliński <cla@gentoo.org> +wklej-0.1.1.ebuild:
+ Version bump, thanks to Paweł Kilian for ebuild
*wklej-0.0.9 (19 Aug 2007)
diff --git a/app-text/wklej/wklej-0.1.1.ebuild b/app-text/wklej/wklej-0.1.1.ebuild
new file mode 100644
index 000000000000..9991d4c65181
--- /dev/null
+++ b/app-text/wklej/wklej-0.1.1.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.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}
+}