Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-nntp/kwooty: ChangeLog kwooty-0.3.0.ebuild kwooty-0.1.2.ebuild
Date: Wed, 27 Jan 2010 10:31:45
Message-Id: E1Na5BS-0000Qy-C3@stork.gentoo.org
1 ssuominen 10/01/27 10:31:38
2
3 Modified: ChangeLog
4 Added: kwooty-0.3.0.ebuild
5 Removed: kwooty-0.1.2.ebuild
6 Log:
7 Version bump.
8 (Portage version: 2.2_rc61/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 net-nntp/kwooty/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/kwooty/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/kwooty/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/kwooty/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-nntp/kwooty/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 1 Dec 2009 09:23:35 -0000 1.2
24 +++ ChangeLog 27 Jan 2010 10:31:37 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-nntp/kwooty
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/ChangeLog,v 1.2 2009/12/01 09:23:35 ssuominen Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/ChangeLog,v 1.3 2010/01/27 10:31:37 ssuominen Exp $
31 +
32 +*kwooty-0.3.0 (27 Jan 2010)
33 +
34 + 27 Jan 2010; Samuli Suominen <ssuominen@g.o> +kwooty-0.3.0.ebuild:
35 + Version bump.
36
37 *kwooty-0.2.0 (01 Dec 2009)
38
39
40
41
42 1.1 net-nntp/kwooty/kwooty-0.3.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/kwooty/kwooty-0.3.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nntp/kwooty/kwooty-0.3.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: kwooty-0.3.0.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/kwooty-0.3.0.ebuild,v 1.1 2010/01/27 10:31:37 ssuominen Exp $
52
53 EAPI=2
54 inherit kde4-base
55
56 DESCRIPTION="A friendly nzb linux usenet binary client"
57 HOMEPAGE="http://sourceforge.net/projects/kwooty/"
58 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="4"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="debug"
64
65 DEPEND="dev-libs/uulib"
66
67 DOCS="README.txt"
68
69 src_prepare() {
70 sed -i \
71 -e 's:${KDE4WORKSPACE_SOLIDCONTROL_LIBS}:solidcontrol:' \
72 src/CMakeLists.txt || die
73 kde4-base_src_prepare
74 }