Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-nntp/kwooty: ChangeLog kwooty-0.6.2.ebuild
Date: Sun, 02 Jan 2011 15:45:22
Message-Id: 20110102154513.4FAC120054@flycatcher.gentoo.org
1 dilfridge 11/01/02 15:45:13
2
3 Modified: ChangeLog
4 Added: kwooty-0.6.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.9.26/cvs/Linux i686)
9
10 Revision Changes Path
11 1.11 net-nntp/kwooty/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/kwooty/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/kwooty/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/kwooty/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-nntp/kwooty/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 2 Aug 2010 13:08:26 -0000 1.10
24 +++ ChangeLog 2 Jan 2011 15:45:13 -0000 1.11
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-nntp/kwooty
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/ChangeLog,v 1.10 2010/08/02 13:08:26 ssuominen Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/ChangeLog,v 1.11 2011/01/02 15:45:13 dilfridge Exp $
31 +
32 +*kwooty-0.6.2 (02 Jan 2011)
33 +
34 + 02 Jan 2011; Andreas K. Huettel <dilfridge@g.o>
35 + +kwooty-0.6.2.ebuild:
36 + Version bump
37
38 *kwooty-0.5.1 (02 Aug 2010)
39
40
41
42
43 1.1 net-nntp/kwooty/kwooty-0.6.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/kwooty/kwooty-0.6.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/kwooty/kwooty-0.6.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: kwooty-0.6.2.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/kwooty-0.6.2.ebuild,v 1.1 2011/01/02 15:45:13 dilfridge Exp $
53
54 EAPI=2
55 inherit kde4-base
56
57 DESCRIPTION="A friendly nzb linux usenet binary client"
58 HOMEPAGE="http://sourceforge.net/projects/kwooty/"
59 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="4"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="debug"
65
66 DEPEND=">=kde-base/libkworkspace-${KDE_MINIMAL}
67 >=kde-base/solid-${KDE_MINIMAL}"
68 RDEPEND="${DEPEND}
69 app-arch/unrar
70 app-arch/par2cmdline"
71
72 DOCS="README.txt"
73
74 src_prepare() {
75 sed -i \
76 -e 's:${KDE4WORKSPACE_SOLIDCONTROL_LIBS}:solidcontrol:' \
77 src/CMakeLists.txt || die
78 kde4-base_src_prepare
79 }