summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJurek Bartuszek <jurek@gentoo.org>2007-08-19 00:45:44 +0000
committerJurek Bartuszek <jurek@gentoo.org>2007-08-19 00:45:44 +0000
commitcec5e7c9bdb58d18e60d02a0a86c0c0ec3ca8727 (patch)
tree256a84542ef7893ad30292977b963d83ddef294d /app-text/wklej
parentFixed problems with failing seds to Makefile.rule. (diff)
downloadgentoo-2-cec5e7c9bdb58d18e60d02a0a86c0c0ec3ca8727.tar.gz
gentoo-2-cec5e7c9bdb58d18e60d02a0a86c0c0ec3ca8727.tar.bz2
gentoo-2-cec5e7c9bdb58d18e60d02a0a86c0c0ec3ca8727.zip
app-text/wklej: version bump (bug #189122), changed description
(Portage version: 2.1.2.11)
Diffstat (limited to 'app-text/wklej')
-rw-r--r--app-text/wklej/ChangeLog9
-rw-r--r--app-text/wklej/files/digest-wklej-0.0.93
-rw-r--r--app-text/wklej/wklej-0.0.5.ebuild4
-rw-r--r--app-text/wklej/wklej-0.0.9.ebuild22
4 files changed, 35 insertions, 3 deletions
diff --git a/app-text/wklej/ChangeLog b/app-text/wklej/ChangeLog
index 16950969a21e..a861b4f2850a 100644
--- a/app-text/wklej/ChangeLog
+++ b/app-text/wklej/ChangeLog
@@ -1,6 +1,13 @@
# 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.4 2007/06/21 06:45:39 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wklej/ChangeLog,v 1.5 2007/08/19 00:45:44 jurek Exp $
+
+*wklej-0.0.9 (19 Aug 2007)
+
+ 19 Aug 2007; Jurek Bartuszek <jurek@gentoo.org> wklej-0.0.5.ebuild,
+ +wklej-0.0.9.ebuild:
+ - Version bump (bug #189122)
+ - Changed description
21 Jun 2007; Christian Faulhammer <opfer@gentoo.org> wklej-0.0.5.ebuild:
stable x86, bug 173282
diff --git a/app-text/wklej/files/digest-wklej-0.0.9 b/app-text/wklej/files/digest-wklej-0.0.9
new file mode 100644
index 000000000000..c650f608ecd5
--- /dev/null
+++ b/app-text/wklej/files/digest-wklej-0.0.9
@@ -0,0 +1,3 @@
+MD5 a5896dbd7b0da6b53e3aebd173346228 wklej-0.0.9.tar.gz 2936
+RMD160 5be4ef815622dae798d973ae96dd1c3e88d2dd90 wklej-0.0.9.tar.gz 2936
+SHA256 38e4a5695ca96a88da31c59fb5e620152f9fafad0445aa1a0c2897b872018e1a wklej-0.0.9.tar.gz 2936
diff --git a/app-text/wklej/wklej-0.0.5.ebuild b/app-text/wklej/wklej-0.0.5.ebuild
index 6cfb9e205e6a..6a574767b5ab 100644
--- a/app-text/wklej/wklej-0.0.5.ebuild
+++ b/app-text/wklej/wklej-0.0.5.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wklej/wklej-0.0.5.ebuild,v 1.4 2007/06/21 06:45:39 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wklej/wklej-0.0.5.ebuild,v 1.5 2007/08/19 00:45:44 jurek Exp $
-DESCRIPTION="a wklej.org submitter supporting UTF-8"
+DESCRIPTION="a wklej.org submitter"
HOMEPAGE="http://wklej.org"
SRC_URI="http://wklej.org/apps/${P}.tar.gz"
diff --git a/app-text/wklej/wklej-0.0.9.ebuild b/app-text/wklej/wklej-0.0.9.ebuild
new file mode 100644
index 000000000000..4ce7dce8a743
--- /dev/null
+++ b/app-text/wklej/wklej-0.0.9.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/wklej/wklej-0.0.9.ebuild,v 1.1 2007/08/19 00:45:44 jurek Exp $
+
+DESCRIPTION="a wklej.org submitter"
+HOMEPAGE="http://wklej.org"
+SRC_URI="http://wklej.org/apps/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/perl
+ dev-perl/libwww-perl
+ dev-perl/Config-Simple"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ dobin ${WORKDIR}/${P}.pl
+ dosym ${P}.pl /usr/bin/${PN}
+}