diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-01-02 15:45:13 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-01-02 15:45:13 +0000 |
commit | b3c5900f3d87b71cee01f2d479c4d4b4489a6347 (patch) | |
tree | 625f1e486df4e64567edbb25c7c4a4b5f8f07bdd /net-nntp | |
parent | Version bump. (diff) | |
download | gentoo-2-b3c5900f3d87b71cee01f2d479c4d4b4489a6347.tar.gz gentoo-2-b3c5900f3d87b71cee01f2d479c4d4b4489a6347.tar.bz2 gentoo-2-b3c5900f3d87b71cee01f2d479c4d4b4489a6347.zip |
Version bump
(Portage version: 2.1.9.26/cvs/Linux i686)
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/kwooty/ChangeLog | 10 | ||||
-rw-r--r-- | net-nntp/kwooty/kwooty-0.6.2.ebuild | 30 |
2 files changed, 38 insertions, 2 deletions
diff --git a/net-nntp/kwooty/ChangeLog b/net-nntp/kwooty/ChangeLog index 87a8184c9507..d3cd6080f4dc 100644 --- a/net-nntp/kwooty/ChangeLog +++ b/net-nntp/kwooty/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-nntp/kwooty -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/ChangeLog,v 1.10 2010/08/02 13:08:26 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/ChangeLog,v 1.11 2011/01/02 15:45:13 dilfridge Exp $ + +*kwooty-0.6.2 (02 Jan 2011) + + 02 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org> + +kwooty-0.6.2.ebuild: + Version bump *kwooty-0.5.1 (02 Aug 2010) diff --git a/net-nntp/kwooty/kwooty-0.6.2.ebuild b/net-nntp/kwooty/kwooty-0.6.2.ebuild new file mode 100644 index 000000000000..94e60d2cb1c7 --- /dev/null +++ b/net-nntp/kwooty/kwooty-0.6.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/kwooty-0.6.2.ebuild,v 1.1 2011/01/02 15:45:13 dilfridge 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=">=kde-base/libkworkspace-${KDE_MINIMAL} + >=kde-base/solid-${KDE_MINIMAL}" +RDEPEND="${DEPEND} + app-arch/unrar + app-arch/par2cmdline" + +DOCS="README.txt" + +src_prepare() { + sed -i \ + -e 's:${KDE4WORKSPACE_SOLIDCONTROL_LIBS}:solidcontrol:' \ + src/CMakeLists.txt || die + kde4-base_src_prepare +} |