summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2013-07-18 12:39:50 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2013-07-18 12:39:50 +0000
commitae0bfa73719cb762a424f7c0413907f1b79ee7c1 (patch)
treeadac252a2142474b9639ad234c35ad2c7ee7e00b /app-leechcraft/lc-aggregator
parentBump, delete old, fix qwt deps in lemon & liznoo, add vader use to azoth and ... (diff)
downloadgentoo-2-ae0bfa73719cb762a424f7c0413907f1b79ee7c1.tar.gz
gentoo-2-ae0bfa73719cb762a424f7c0413907f1b79ee7c1.tar.bz2
gentoo-2-ae0bfa73719cb762a424f7c0413907f1b79ee7c1.zip
Bump, delete old, fix qwt deps in lemon & liznoo, add vader use to azoth and fix metacontacts use.
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-aggregator')
-rw-r--r--app-leechcraft/lc-aggregator/ChangeLog7
-rw-r--r--app-leechcraft/lc-aggregator/lc-aggregator-0.5.95.ebuild32
-rw-r--r--app-leechcraft/lc-aggregator/lc-aggregator-0.5.96.ebuild32
-rw-r--r--app-leechcraft/lc-aggregator/lc-aggregator-0.5.97.ebuild32
-rw-r--r--app-leechcraft/lc-aggregator/lc-aggregator-0.5.98.ebuild32
-rw-r--r--app-leechcraft/lc-aggregator/lc-aggregator-0.5.99.ebuild (renamed from app-leechcraft/lc-aggregator/lc-aggregator-0.5.85.ebuild)2
6 files changed, 7 insertions, 130 deletions
diff --git a/app-leechcraft/lc-aggregator/ChangeLog b/app-leechcraft/lc-aggregator/ChangeLog
index b882d11d7415..3b7bbea5e2f4 100644
--- a/app-leechcraft/lc-aggregator/ChangeLog
+++ b/app-leechcraft/lc-aggregator/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-leechcraft/lc-aggregator
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-aggregator/ChangeLog,v 1.5 2013/07/03 15:53:25 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-aggregator/ChangeLog,v 1.6 2013/07/18 12:39:50 maksbotan Exp $
+
+*lc-aggregator-0.5.99 (18 Jul 2013)
+
+ 18 Jul 2013; <maks@gentoo.org> +lc-aggregator-0.5.99.ebuild:
+ Bump app-leechcraft/lc-aggregator to 0.5.99, thanks to 0xd34df00d
*lc-aggregator-0.5.98 (03 Jul 2013)
diff --git a/app-leechcraft/lc-aggregator/lc-aggregator-0.5.95.ebuild b/app-leechcraft/lc-aggregator/lc-aggregator-0.5.95.ebuild
deleted file mode 100644
index 1b701d3214db..000000000000
--- a/app-leechcraft/lc-aggregator/lc-aggregator-0.5.95.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-aggregator/lc-aggregator-0.5.95.ebuild,v 1.1 2013/05/02 15:26:04 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="~app-leechcraft/lc-core-${PV}[postgres?,sqlite?]
- dev-qt/qtwebkit: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/app-leechcraft/lc-aggregator/lc-aggregator-0.5.96.ebuild b/app-leechcraft/lc-aggregator/lc-aggregator-0.5.96.ebuild
deleted file mode 100644
index cb604e869ab8..000000000000
--- a/app-leechcraft/lc-aggregator/lc-aggregator-0.5.96.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-aggregator/lc-aggregator-0.5.96.ebuild,v 1.1 2013/05/26 19:33:14 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="~app-leechcraft/lc-core-${PV}[postgres?,sqlite?]
- dev-qt/qtwebkit: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/app-leechcraft/lc-aggregator/lc-aggregator-0.5.97.ebuild b/app-leechcraft/lc-aggregator/lc-aggregator-0.5.97.ebuild
deleted file mode 100644
index 58d936875d81..000000000000
--- a/app-leechcraft/lc-aggregator/lc-aggregator-0.5.97.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-aggregator/lc-aggregator-0.5.97.ebuild,v 1.1 2013/06/11 17:12:13 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="~app-leechcraft/lc-core-${PV}[postgres?,sqlite?]
- dev-qt/qtwebkit: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/app-leechcraft/lc-aggregator/lc-aggregator-0.5.98.ebuild b/app-leechcraft/lc-aggregator/lc-aggregator-0.5.98.ebuild
deleted file mode 100644
index a8ca8a237758..000000000000
--- a/app-leechcraft/lc-aggregator/lc-aggregator-0.5.98.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-aggregator/lc-aggregator-0.5.98.ebuild,v 1.1 2013/07/03 15:53:24 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="~app-leechcraft/lc-core-${PV}[postgres?,sqlite?]
- dev-qt/qtwebkit: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/app-leechcraft/lc-aggregator/lc-aggregator-0.5.85.ebuild b/app-leechcraft/lc-aggregator/lc-aggregator-0.5.99.ebuild
index 8afbbf9c9812..160be93a95db 100644
--- a/app-leechcraft/lc-aggregator/lc-aggregator-0.5.85.ebuild
+++ b/app-leechcraft/lc-aggregator/lc-aggregator-0.5.99.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-aggregator/lc-aggregator-0.5.85.ebuild,v 1.1 2013/03/08 21:54:30 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-aggregator/lc-aggregator-0.5.99.ebuild,v 1.1 2013/07/18 12:39:50 maksbotan Exp $
EAPI="4"