summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2012-07-19 20:11:31 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2012-07-19 20:11:31 +0000
commitbad33a5a6b7e40dd6c118f219f96de5c38922129 (patch)
treeb532b096b4321e46dc69861864e2ae359cc82057 /net-news
parentRemoved old versions, bumped to 0.5.75 (diff)
downloadgentoo-2-bad33a5a6b7e40dd6c118f219f96de5c38922129.tar.gz
gentoo-2-bad33a5a6b7e40dd6c118f219f96de5c38922129.tar.bz2
gentoo-2-bad33a5a6b7e40dd6c118f219f96de5c38922129.zip
Removed old versions, bumped to 0.5.75
(Portage version: 2.1.11.4/cvs/Linux x86_64)
Diffstat (limited to 'net-news')
-rw-r--r--net-news/leechcraft-aggregator/ChangeLog10
-rw-r--r--net-news/leechcraft-aggregator/leechcraft-aggregator-0.4.99.ebuild31
-rw-r--r--net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.60.ebuild32
-rw-r--r--net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.65.ebuild32
-rw-r--r--net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.75.ebuild (renamed from net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.0.ebuild)2
5 files changed, 10 insertions, 97 deletions
diff --git a/net-news/leechcraft-aggregator/ChangeLog b/net-news/leechcraft-aggregator/ChangeLog
index d488f362fa37..2a1ff37dd2c5 100644
--- a/net-news/leechcraft-aggregator/ChangeLog
+++ b/net-news/leechcraft-aggregator/ChangeLog
@@ -1,6 +1,14 @@
# 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.16 2012/07/15 15:45:06 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog,v 1.17 2012/07/19 20:11:31 maksbotan Exp $
+
+*leechcraft-aggregator-0.5.75 (19 Jul 2012)
+
+ 19 Jul 2012; Maxim Koltsov <maksbotan@gentoo.org>
+ +leechcraft-aggregator-0.5.75.ebuild, -leechcraft-aggregator-0.4.99.ebuild,
+ -leechcraft-aggregator-0.5.0.ebuild, -leechcraft-aggregator-0.5.60.ebuild,
+ -leechcraft-aggregator-0.5.65.ebuild:
+ Removed old versions, bumped to 0.5.75
15 Jul 2012; Michael Palimaka <kensington@gentoo.org>
leechcraft-aggregator-0.4.99.ebuild, leechcraft-aggregator-0.5.0.ebuild,
diff --git a/net-news/leechcraft-aggregator/leechcraft-aggregator-0.4.99.ebuild b/net-news/leechcraft-aggregator/leechcraft-aggregator-0.4.99.ebuild
deleted file mode 100644
index d57847605f36..000000000000
--- a/net-news/leechcraft-aggregator/leechcraft-aggregator-0.4.99.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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.3 2012/04/07 17:35:12 maekke 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.5.60.ebuild b/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.60.ebuild
deleted file mode 100644
index 2c83422d4c56..000000000000
--- a/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.60.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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.60.ebuild,v 1.2 2012/07/15 15:45:06 kensington 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
-}
diff --git a/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.65.ebuild b/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.65.ebuild
deleted file mode 100644
index a28695eda588..000000000000
--- a/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.65.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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.65.ebuild,v 1.2 2012/07/15 15:45:06 kensington 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
-}
diff --git a/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.0.ebuild b/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.75.ebuild
index 9f284a021499..cb602c9b7ffc 100644
--- a/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.0.ebuild
+++ b/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.75.ebuild
@@ -1,6 +1,6 @@
# 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.0.ebuild,v 1.3 2012/07/15 15:45:06 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.75.ebuild,v 1.1 2012/07/19 20:11:31 maksbotan Exp $
EAPI="4"