diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-02-09 11:26:02 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-02-09 11:26:02 +0000 |
commit | 7c8b098518cc19ec644b525a778402916076f5ef (patch) | |
tree | e4af6e430c1740105be66c321dd2dcc47d16b640 /net-news/leechcraft-aggregator | |
parent | Bumped LeechCraft to 0.5.0, removed 0.4.96-r1 and 0.4.97 (diff) | |
download | gentoo-2-7c8b098518cc19ec644b525a778402916076f5ef.tar.gz gentoo-2-7c8b098518cc19ec644b525a778402916076f5ef.tar.bz2 gentoo-2-7c8b098518cc19ec644b525a778402916076f5ef.zip |
Bumped LeechCraft to 0.5.0, removed 0.4.96-r1 and 0.4.97
(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 | 9 | ||||
-rw-r--r-- | net-news/leechcraft-aggregator/leechcraft-aggregator-0.4.96-r1.ebuild | 31 | ||||
-rw-r--r-- | net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.0.ebuild (renamed from net-news/leechcraft-aggregator/leechcraft-aggregator-0.4.97.ebuild) | 4 |
3 files changed, 10 insertions, 34 deletions
diff --git a/net-news/leechcraft-aggregator/ChangeLog b/net-news/leechcraft-aggregator/ChangeLog index 95180ba83584..19d667dfb504 100644 --- a/net-news/leechcraft-aggregator/ChangeLog +++ b/net-news/leechcraft-aggregator/ChangeLog @@ -1,6 +1,13 @@ # 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.7 2012/02/04 19:18:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog,v 1.8 2012/02/09 11:26:02 maksbotan Exp $ + +*leechcraft-aggregator-0.5.0 (09 Feb 2012) + + 09 Feb 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-aggregator-0.5.0.ebuild, -leechcraft-aggregator-0.4.96-r1.ebuild, + -leechcraft-aggregator-0.4.97.ebuild: + Bumped LeechCraft to 0.5.0, removed 0.4.96-r1 and 0.4.97 04 Feb 2012; Agostino Sarubbo <ago@gentoo.org> leechcraft-aggregator-0.4.99.ebuild: diff --git a/net-news/leechcraft-aggregator/leechcraft-aggregator-0.4.96-r1.ebuild b/net-news/leechcraft-aggregator/leechcraft-aggregator-0.4.96-r1.ebuild deleted file mode 100644 index 66174a64332e..000000000000 --- a/net-news/leechcraft-aggregator/leechcraft-aggregator-0.4.96-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 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.96-r1.ebuild,v 1.1 2011/12/16 18:47:36 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 -} diff --git a/net-news/leechcraft-aggregator/leechcraft-aggregator-0.4.97.ebuild b/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.0.ebuild index cfb8929f7424..23e3dc3c1586 100644 --- a/net-news/leechcraft-aggregator/leechcraft-aggregator-0.4.97.ebuild +++ b/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.97.ebuild,v 1.1 2011/12/31 12:18:08 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.0.ebuild,v 1.1 2012/02/09 11:26:02 maksbotan Exp $ EAPI="4" |