diff options
author | 2012-02-02 17:49:19 +0000 | |
---|---|---|
committer | 2012-02-02 17:49:19 +0000 | |
commit | f9c2b34db6b0378a9e859a3c00888d15ab8354b6 (patch) | |
tree | 1501769c37194503f4134da29aca02866a7a6c88 /net-news/leechcraft-aggregator | |
parent | Big leechcraft bump to 0.4.99, thanks to 0xd34df00d (diff) | |
download | gentoo-2-f9c2b34db6b0378a9e859a3c00888d15ab8354b6.tar.gz gentoo-2-f9c2b34db6b0378a9e859a3c00888d15ab8354b6.tar.bz2 gentoo-2-f9c2b34db6b0378a9e859a3c00888d15ab8354b6.zip |
Big leechcraft bump to 0.4.99, thanks to 0xd34df00d
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'net-news/leechcraft-aggregator')
-rw-r--r-- | net-news/leechcraft-aggregator/ChangeLog | 10 | ||||
-rw-r--r-- | net-news/leechcraft-aggregator/leechcraft-aggregator-0.4.99.ebuild | 31 |
2 files changed, 39 insertions, 2 deletions
diff --git a/net-news/leechcraft-aggregator/ChangeLog b/net-news/leechcraft-aggregator/ChangeLog index c11f2bcb3962..062d5c769e3f 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog,v 1.5 2011/12/31 12:18:08 maksbotan Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog,v 1.6 2012/02/02 17:49:19 maksbotan Exp $ + +*leechcraft-aggregator-0.4.99 (02 Feb 2012) + + 02 Feb 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-aggregator-0.4.99.ebuild: + Bump net-news/leechcraft-aggregator to 0.4.99, thanks to 0xd34df00d *leechcraft-aggregator-0.4.97 (31 Dec 2011) diff --git a/net-news/leechcraft-aggregator/leechcraft-aggregator-0.4.99.ebuild b/net-news/leechcraft-aggregator/leechcraft-aggregator-0.4.99.ebuild new file mode 100644 index 000000000000..3459f3c06f02 --- /dev/null +++ b/net-news/leechcraft-aggregator/leechcraft-aggregator-0.4.99.ebuild @@ -0,0 +1,31 @@ +# 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.4.99.ebuild,v 1.1 2012/02/02 17:49:19 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?]" +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 +} |