Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-news/leechcraft-aggregator: ChangeLog leechcraft-aggregator-0.4.99.ebuild
Date: Thu, 02 Feb 2012 17:49:29
Message-Id: 20120202174919.490BA2004B@flycatcher.gentoo.org
1 maksbotan 12/02/02 17:49:19
2
3 Modified: ChangeLog
4 Added: leechcraft-aggregator-0.4.99.ebuild
5 Log:
6 Big leechcraft bump to 0.4.99, thanks to 0xd34df00d
7
8 (Portage version: 2.1.10.44/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 net-news/leechcraft-aggregator/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 31 Dec 2011 12:18:08 -0000 1.5
24 +++ ChangeLog 2 Feb 2012 17:49:19 -0000 1.6
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-news/leechcraft-aggregator
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog,v 1.5 2011/12/31 12:18:08 maksbotan Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog,v 1.6 2012/02/02 17:49:19 maksbotan Exp $
31 +
32 +*leechcraft-aggregator-0.4.99 (02 Feb 2012)
33 +
34 + 02 Feb 2012; Maxim Koltsov <maksbotan@g.o>
35 + +leechcraft-aggregator-0.4.99.ebuild:
36 + Bump net-news/leechcraft-aggregator to 0.4.99, thanks to 0xd34df00d
37
38 *leechcraft-aggregator-0.4.97 (31 Dec 2011)
39
40
41
42
43 1.1 net-news/leechcraft-aggregator/leechcraft-aggregator-0.4.99.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/leechcraft-aggregator-0.4.99.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/leechcraft-aggregator-0.4.99.ebuild?rev=1.1&content-type=text/plain
47
48 Index: leechcraft-aggregator-0.4.99.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/leechcraft-aggregator-0.4.99.ebuild,v 1.1 2012/02/02 17:49:19 maksbotan Exp $
53
54 EAPI="4"
55
56 inherit leechcraft
57
58 DESCRIPTION="Full-featured RSS/Atom feed reader for LeechCraft"
59
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="debug mysql +sqlite postgres"
63
64 DEPEND="~net-misc/leechcraft-core-${PV}[postgres?,sqlite?]"
65 RDEPEND="${DEPEND}
66 virtual/leechcraft-downloader-http"
67
68 REQUIRED_USE="|| ( mysql sqlite postgres )"
69
70 pkg_setup(){
71 if use mysql; then
72 ewarn "Support for MySQL databases is experimental and is more likely"
73 ewarn "to contain bugs or mishandle your data than other storage"
74 ewarn "backends. If you do not plan testing the MySQL storage backend"
75 ewarn "itself, consider using other backends."
76 ewarn "Anyway, it is perfectly safe to enable the mysql use flag as"
77 ewarn "long as at least one other storage is enabled since you will"
78 ewarn "be able to choose another storage backend at run time."
79 fi
80 }