diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-08 16:02:54 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-08 16:02:54 +0000 |
commit | 793be8453b798dab95d524b9b2288a0d3c3f5add (patch) | |
tree | 6cce4348ff44f287848a7af4573699e7a2cfc1db /net-news | |
parent | Bump LeechCraft to 0.5.85, thanks to 0xd34df00d (diff) | |
download | gentoo-2-793be8453b798dab95d524b9b2288a0d3c3f5add.tar.gz gentoo-2-793be8453b798dab95d524b9b2288a0d3c3f5add.tar.bz2 gentoo-2-793be8453b798dab95d524b9b2288a0d3c3f5add.zip |
Bump LeechCraft to 0.5.85, thanks to 0xd34df00d
(Portage version: 2.2.0_alpha134/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.85.ebuild | 32 |
2 files changed, 39 insertions, 1 deletions
diff --git a/net-news/leechcraft-aggregator/ChangeLog b/net-news/leechcraft-aggregator/ChangeLog index 4952e3a13d3e..c1d9592ebca5 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.18 2012/08/13 14:12:50 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog,v 1.19 2012/10/08 16:02:54 pinkbyte Exp $ + +*leechcraft-aggregator-0.5.85 (08 Oct 2012) + + 08 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> + +leechcraft-aggregator-0.5.85.ebuild: + Bump LeechCraft to 0.5.85, thanks to 0xd34df00d *leechcraft-aggregator-0.5.80 (13 Aug 2012) diff --git a/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.85.ebuild b/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.85.ebuild new file mode 100644 index 000000000000..185068078691 --- /dev/null +++ b/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.85.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.85.ebuild,v 1.1 2012/10/08 16:02:54 pinkbyte 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:4" +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 +} |