diff options
author | Dawid Węgliński <cla@gentoo.org> | 2008-09-18 16:19:30 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2008-09-18 16:19:30 +0000 |
commit | fd28b53168c0e2b34334ceaa014c202af457a747 (patch) | |
tree | 8aab0028b02a8cfd56680a7d079d0d5f49433166 | |
parent | stable amd64, bug 237770 (diff) | |
download | gentoo-2-fd28b53168c0e2b34334ceaa014c202af457a747.tar.gz gentoo-2-fd28b53168c0e2b34334ceaa014c202af457a747.tar.bz2 gentoo-2-fd28b53168c0e2b34334ceaa014c202af457a747.zip |
Version bump (bug 238015), thanks to Paweł Kilian
(Portage version: 2.1.4.4)
-rw-r--r-- | app-text/wklej/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/wklej/wklej-0.1.3.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/app-text/wklej/ChangeLog b/app-text/wklej/ChangeLog index a1bfa8623a96..f6278deae290 100644 --- a/app-text/wklej/ChangeLog +++ b/app-text/wklej/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/wklej # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wklej/ChangeLog,v 1.8 2008/09/17 01:42:57 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wklej/ChangeLog,v 1.9 2008/09/18 16:19:30 cla Exp $ + +*wklej-0.1.3 (18 Sep 2008) + + 18 Sep 2008; Dawid Węgliński <cla@gentoo.org> +wklej-0.1.3.ebuild: + Version bump (bug #238015), thanks to Paweł Kilian 17 Sep 2008; Dawid Węgliński <cla@gentoo.org> -wklej-0.0.5.ebuild, -wklej-0.0.9.ebuild: diff --git a/app-text/wklej/wklej-0.1.3.ebuild b/app-text/wklej/wklej-0.1.3.ebuild new file mode 100644 index 000000000000..14291c5461d9 --- /dev/null +++ b/app-text/wklej/wklej-0.1.3.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.3.ebuild,v 1.1 2008/09/18 16:19:30 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} +} |