Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-nntp/kwooty: kwooty-1.0.0.ebuild ChangeLog
Date: Tue, 26 Feb 2013 08:07:37
Message-Id: 20130226080733.06C432171D@flycatcher.gentoo.org
1 kensington 13/02/26 08:07:32
2
3 Modified: ChangeLog
4 Added: kwooty-1.0.0.ebuild
5 Log:
6 Version bump wrt bug #459214.
7
8 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
9
10 Revision Changes Path
11 1.35 net-nntp/kwooty/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/kwooty/ChangeLog?rev=1.35&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/kwooty/ChangeLog?rev=1.35&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/kwooty/ChangeLog?r1=1.34&r2=1.35
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-nntp/kwooty/ChangeLog,v
20 retrieving revision 1.34
21 retrieving revision 1.35
22 diff -u -r1.34 -r1.35
23 --- ChangeLog 14 Nov 2012 20:54:07 -0000 1.34
24 +++ ChangeLog 26 Feb 2013 08:07:32 -0000 1.35
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-nntp/kwooty
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/ChangeLog,v 1.34 2012/11/14 20:54:07 johu Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/ChangeLog,v 1.35 2013/02/26 08:07:32 kensington Exp $
31 +
32 +*kwooty-1.0.0 (26 Feb 2013)
33 +
34 + 26 Feb 2013; Michael Palimaka <kensington@g.o> +kwooty-1.0.0.ebuild:
35 + Version bump wrt bug #459214.
36
37 14 Nov 2012; Johannes Huber <johu@g.o> -kwooty-0.9.0.ebuild:
38 Remove old.
39
40
41
42 1.1 net-nntp/kwooty/kwooty-1.0.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/kwooty/kwooty-1.0.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/kwooty/kwooty-1.0.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: kwooty-1.0.0.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-nntp/kwooty/kwooty-1.0.0.ebuild,v 1.1 2013/02/26 08:07:32 kensington Exp $
52
53 EAPI=5
54 KDE_LINGUAS="cs de fr"
55
56 inherit kde4-base
57
58 DESCRIPTION="Friendly nzb linux usenet binary client"
59 HOMEPAGE="http://kwooty.sourceforge.net/"
60 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="4"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="debug"
66
67 DEPEND="
68 $(add_kdebase_dep libkworkspace)
69 "
70 RDEPEND="
71 ${DEPEND}
72 app-arch/unrar
73 app-arch/par2cmdline
74 "
75
76 DOCS=( README.txt TODO )