diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-05-31 21:04:33 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-05-31 21:04:33 +0000 |
commit | 917d7a8a45d06d3464335a0879b006ed61244fb2 (patch) | |
tree | c138096922f24697c3d4aa8514b50f47ef897956 /net-news | |
parent | Bump LeechCraft to 0.5.70 "Hessian Blade" (diff) | |
download | gentoo-2-917d7a8a45d06d3464335a0879b006ed61244fb2.tar.gz gentoo-2-917d7a8a45d06d3464335a0879b006ed61244fb2.tar.bz2 gentoo-2-917d7a8a45d06d3464335a0879b006ed61244fb2.zip |
Bump LeechCraft to 0.5.70 "Hessian Blade"
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/leechcraft-aggregator/ChangeLog | 8 | ||||
-rw-r--r-- | net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.70.ebuild | 32 |
2 files changed, 39 insertions, 1 deletions
diff --git a/net-news/leechcraft-aggregator/ChangeLog b/net-news/leechcraft-aggregator/ChangeLog index 48cedbacb871..ab1beca01a1e 100644 --- a/net-news/leechcraft-aggregator/ChangeLog +++ b/net-news/leechcraft-aggregator/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-news/leechcraft-aggregator # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog,v 1.12 2012/04/22 13:16:47 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog,v 1.13 2012/05/31 21:04:33 maksbotan Exp $ + +*leechcraft-aggregator-0.5.70 (31 May 2012) + + 31 May 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-aggregator-0.5.70.ebuild: + Bump LeechCraft to 0.5.70 "Hessian Blade" *leechcraft-aggregator-0.5.65 (22 Apr 2012) diff --git a/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.70.ebuild b/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.70.ebuild new file mode 100644 index 000000000000..20624b86876c --- /dev/null +++ b/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.70.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $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 $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Full-featured RSS/Atom feed reader for LeechCraft" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug mysql +sqlite postgres" + +DEPEND="~net-misc/leechcraft-core-${PV}[postgres?,sqlite?] + x11-libs/qt-webkit" +RDEPEND="${DEPEND} + virtual/leechcraft-downloader-http" + +REQUIRED_USE="|| ( mysql sqlite postgres )" + +pkg_setup(){ + if use mysql; then + ewarn "Support for MySQL databases is experimental and is more likely" + ewarn "to contain bugs or mishandle your data than other storage" + ewarn "backends. If you do not plan testing the MySQL storage backend" + ewarn "itself, consider using other backends." + ewarn "Anyway, it is perfectly safe to enable the mysql use flag as" + ewarn "long as at least one other storage is enabled since you will" + ewarn "be able to choose another storage backend at run time." + fi +} |