From 6c95429dff75755beaf335932e4f1beb8ebbb99f Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Wed, 27 Jan 2010 10:31:37 +0000 Subject: Version bump. (Portage version: 2.2_rc61/cvs/Linux x86_64) --- net-nntp/kwooty/ChangeLog | 9 +++++++-- net-nntp/kwooty/kwooty-0.1.2.ebuild | 19 ------------------- net-nntp/kwooty/kwooty-0.3.0.ebuild | 26 ++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 21 deletions(-) delete mode 100644 net-nntp/kwooty/kwooty-0.1.2.ebuild create mode 100644 net-nntp/kwooty/kwooty-0.3.0.ebuild (limited to 'net-nntp/kwooty') diff --git a/net-nntp/kwooty/ChangeLog b/net-nntp/kwooty/ChangeLog index 493f0d9bfe13..a40d156b022b 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.2 2009/12/01 09:23:35 ssuominen Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/ChangeLog,v 1.3 2010/01/27 10:31:37 ssuominen Exp $ + +*kwooty-0.3.0 (27 Jan 2010) + + 27 Jan 2010; Samuli Suominen +kwooty-0.3.0.ebuild: + Version bump. *kwooty-0.2.0 (01 Dec 2009) diff --git a/net-nntp/kwooty/kwooty-0.1.2.ebuild b/net-nntp/kwooty/kwooty-0.1.2.ebuild deleted file mode 100644 index 00ce6c96bf9d..000000000000 --- a/net-nntp/kwooty/kwooty-0.1.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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.1.2.ebuild,v 1.1 2009/11/08 21:47:14 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" diff --git a/net-nntp/kwooty/kwooty-0.3.0.ebuild b/net-nntp/kwooty/kwooty-0.3.0.ebuild new file mode 100644 index 000000000000..928e8d73ffbc --- /dev/null +++ b/net-nntp/kwooty/kwooty-0.3.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/kwooty-0.3.0.ebuild,v 1.1 2010/01/27 10:31:37 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" + +src_prepare() { + sed -i \ + -e 's:${KDE4WORKSPACE_SOLIDCONTROL_LIBS}:solidcontrol:' \ + src/CMakeLists.txt || die + kde4-base_src_prepare +} -- cgit v1.2.3-65-gdbad