diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-01 09:23:35 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-01 09:23:35 +0000 |
commit | 666c1aacfd56b95e075431e1904ff4c5a672e08c (patch) | |
tree | e0d3cd1b49859249bd4cf2604c32653d2917e899 /net-nntp/kwooty | |
parent | more use deps for libsdl (diff) | |
download | gentoo-2-666c1aacfd56b95e075431e1904ff4c5a672e08c.tar.gz gentoo-2-666c1aacfd56b95e075431e1904ff4c5a672e08c.tar.bz2 gentoo-2-666c1aacfd56b95e075431e1904ff4c5a672e08c.zip |
Version bump.
(Portage version: 2.2_rc54/cvs/Linux x86_64)
Diffstat (limited to 'net-nntp/kwooty')
-rw-r--r-- | net-nntp/kwooty/ChangeLog | 7 | ||||
-rw-r--r-- | net-nntp/kwooty/kwooty-0.2.0.ebuild | 19 |
2 files changed, 25 insertions, 1 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/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" |