summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-12-01 09:23:35 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-12-01 09:23:35 +0000
commitbd95c65c214ffc348d897ac43bf9b0c26ef324af (patch)
treea5ad67a02ab391efd3e69e57f9a9f75a285f0156 /net-nntp
parentmore use deps for libsdl (diff)
downloadhistorical-bd95c65c214ffc348d897ac43bf9b0c26ef324af.tar.gz
historical-bd95c65c214ffc348d897ac43bf9b0c26ef324af.tar.bz2
historical-bd95c65c214ffc348d897ac43bf9b0c26ef324af.zip
Version bump.
Package-Manager: portage-2.2_rc54/cvs/Linux x86_64
Diffstat (limited to 'net-nntp')
-rw-r--r--net-nntp/kwooty/ChangeLog7
-rw-r--r--net-nntp/kwooty/Manifest4
-rw-r--r--net-nntp/kwooty/kwooty-0.2.0.ebuild19
3 files changed, 28 insertions, 2 deletions
diff --git a/net-nntp/kwooty/ChangeLog b/net-nntp/kwooty/ChangeLog
index 4eb6988d6e35..493f0d9bfe13 100644
--- a/net-nntp/kwooty/ChangeLog
+++ b/net-nntp/kwooty/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-nntp/kwooty
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/ChangeLog,v 1.1 2009/11/08 21:47:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/ChangeLog,v 1.2 2009/12/01 09:23:35 ssuominen Exp $
+
+*kwooty-0.2.0 (01 Dec 2009)
+
+ 01 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> +kwooty-0.2.0.ebuild:
+ Version bump.
*kwooty-0.1.2 (08 Nov 2009)
diff --git a/net-nntp/kwooty/Manifest b/net-nntp/kwooty/Manifest
index 47608e9b939f..9e1eed5b4e85 100644
--- a/net-nntp/kwooty/Manifest
+++ b/net-nntp/kwooty/Manifest
@@ -1,4 +1,6 @@
DIST kwooty-0.1.2.tar.gz 75865 RMD160 e63f558c4b71b39420f343178bf7499aea546f10 SHA1 20f1d7e0c355fd88bcc47b6a157d20d7f241e5fc SHA256 fac7b44c9527951abba31407030ec7e3f0599e1c3a0a0595c06a5e9fea9fc073
+DIST kwooty-0.2.0.tar.gz 89422 RMD160 34146a794acb4d1b41867f04f7a991a47df0923b SHA1 59e7044e55d8c7eae49d22e76fbd9acccae746e7 SHA256 2ceaa9aaa70d7adb271f8bc171746655824d16daf4147808d56f4d0af1bb2d95
EBUILD kwooty-0.1.2.ebuild 509 RMD160 3559704c21e99b3493b7bf06114b98cde5d7e338 SHA1 25b1dfd25086ee7b672dfb5a39ee91fe5cc0d683 SHA256 5cccb882cc21f54d7b4b6bd87196c56a455b23f4e577e912bc550135f0780f80
-MISC ChangeLog 330 RMD160 b51eb0e2ec62cdc81ae58ec01a884c75be69f847 SHA1 c0cdcbe120f42d0600c73920e79f8b7815eed57b SHA256 30551dc0ef4d6b5ec64301695581477140d0dd7855b2d03409921cd8f3f00be4
+EBUILD kwooty-0.2.0.ebuild 509 RMD160 c71df29da313b1226f04a9d86c877e54eeed1b5d SHA1 8183331bfdbe39c8b2726f38259e3e85b4e0eeba SHA256 d8b87896b5fae7c1806c1527ab9b98b6faadc3026a67df53b32cb3c846e45b2c
+MISC ChangeLog 452 RMD160 de1e445b9daeaa0cffca7515b5ee18bcaf477fe1 SHA1 5d2527d4380aa7bdfc7281ba5a9bb0b1f466e41a SHA256 1f159918003497b187606ce0faf3c648a0c188a8698d4f12b745dd87e366487b
MISC metadata.xml 178 RMD160 4c8608b72f91a6aca0c82ffb7e8aae8727098560 SHA1 bd8fe96c46cccece0113d7317874705209bca2c8 SHA256 d1341521353f25384a079b8fbda002888812eaec3a953d54cd433f6c04f58f4e
diff --git a/net-nntp/kwooty/kwooty-0.2.0.ebuild b/net-nntp/kwooty/kwooty-0.2.0.ebuild
new file mode 100644
index 000000000000..5aef572d6c53
--- /dev/null
+++ b/net-nntp/kwooty/kwooty-0.2.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/kwooty-0.2.0.ebuild,v 1.1 2009/12/01 09:23:35 ssuominen Exp $
+
+EAPI=2
+inherit kde4-base
+
+DESCRIPTION="A friendly nzb linux usenet binary client"
+HOMEPAGE="http://sourceforge.net/projects/kwooty/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="dev-libs/uulib"
+
+DOCS="README.txt"