summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-10-02 06:17:53 +0000
committerJohannes Huber <johu@gentoo.org>2012-10-02 06:17:53 +0000
commit6f68809c1d18687d4663548245a33c26690a05b8 (patch)
tree250cf66ef4b6e16e037d0f5c42bf907dab6e05ab /net-nntp/kwooty
parentFix non-fatal typo effectively disabling the link-check (diff)
downloadgentoo-2-6f68809c1d18687d4663548245a33c26690a05b8.tar.gz
gentoo-2-6f68809c1d18687d4663548245a33c26690a05b8.tar.bz2
gentoo-2-6f68809c1d18687d4663548245a33c26690a05b8.zip
Version bump.
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'net-nntp/kwooty')
-rw-r--r--net-nntp/kwooty/ChangeLog7
-rw-r--r--net-nntp/kwooty/kwooty-0.9.1.ebuild28
2 files changed, 34 insertions, 1 deletions
diff --git a/net-nntp/kwooty/ChangeLog b/net-nntp/kwooty/ChangeLog
index 33a5b2a1c58e..bfae60782051 100644
--- a/net-nntp/kwooty/ChangeLog
+++ b/net-nntp/kwooty/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-nntp/kwooty
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/ChangeLog,v 1.30 2012/09/07 16:47:24 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/ChangeLog,v 1.31 2012/10/02 06:17:53 johu Exp $
+
+*kwooty-0.9.1 (02 Oct 2012)
+
+ 02 Oct 2012; Johannes Huber <johu@gentoo.org> +kwooty-0.9.1.ebuild:
+ Version bump.
07 Sep 2012; Johannes Huber <johu@gentoo.org> -kwooty-0.8.4.ebuild:
Remove old.
diff --git a/net-nntp/kwooty/kwooty-0.9.1.ebuild b/net-nntp/kwooty/kwooty-0.9.1.ebuild
new file mode 100644
index 000000000000..dc213a01535c
--- /dev/null
+++ b/net-nntp/kwooty/kwooty-0.9.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/kwooty-0.9.1.ebuild,v 1.1 2012/10/02 06:17:53 johu Exp $
+
+EAPI=4
+
+KDE_LINGUAS="cs de fr"
+inherit kde4-base
+
+DESCRIPTION="Friendly nzb linux usenet binary client"
+HOMEPAGE="http://kwooty.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="
+ $(add_kdebase_dep libkworkspace)
+"
+RDEPEND="
+ ${DEPEND}
+ app-arch/unrar
+ app-arch/par2cmdline
+"
+
+DOCS=( README.txt TODO )