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: leechcraft-aggregator-0.5.70.ebuild ChangeLog
Date: Thu, 31 May 2012 21:04:43
Message-Id: 20120531210434.04EE62004B@flycatcher.gentoo.org
1 maksbotan 12/05/31 21:04:34
2
3 Modified: ChangeLog
4 Added: leechcraft-aggregator-0.5.70.ebuild
5 Log:
6 Bump LeechCraft to 0.5.70 "Hessian Blade"
7
8 (Portage version: 2.1.10.63/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.13 net-news/leechcraft-aggregator/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 22 Apr 2012 13:16:47 -0000 1.12
24 +++ ChangeLog 31 May 2012 21:04:33 -0000 1.13
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-news/leechcraft-aggregator
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog,v 1.12 2012/04/22 13:16:47 maksbotan Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog,v 1.13 2012/05/31 21:04:33 maksbotan Exp $
30 +
31 +*leechcraft-aggregator-0.5.70 (31 May 2012)
32 +
33 + 31 May 2012; Maxim Koltsov <maksbotan@g.o>
34 + +leechcraft-aggregator-0.5.70.ebuild:
35 + Bump LeechCraft to 0.5.70 "Hessian Blade"
36
37 *leechcraft-aggregator-0.5.65 (22 Apr 2012)
38
39
40
41
42 1.1 net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.70.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.70.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.70.ebuild?rev=1.1&content-type=text/plain
46
47 Index: leechcraft-aggregator-0.5.70.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.70.ebuild,v 1.1 2012/05/31 21:04:33 maksbotan Exp $
52
53 EAPI="4"
54
55 inherit leechcraft
56
57 DESCRIPTION="Full-featured RSS/Atom feed reader for LeechCraft"
58
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="debug mysql +sqlite postgres"
62
63 DEPEND="~net-misc/leechcraft-core-${PV}[postgres?,sqlite?]
64 x11-libs/qt-webkit"
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 }