summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2011-08-25 18:15:32 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2011-08-25 18:15:32 +0000
commit27bfee7f7c676c255c0fed0c7fbb90944856f48e (patch)
tree1656f06e02a3ceeb3b870bd060146ac024686a1e /net-news
parentMarked ~m68k-mint, bug #380531 (diff)
downloadgentoo-2-27bfee7f7c676c255c0fed0c7fbb90944856f48e.tar.gz
gentoo-2-27bfee7f7c676c255c0fed0c7fbb90944856f48e.tar.bz2
gentoo-2-27bfee7f7c676c255c0fed0c7fbb90944856f48e.zip
Add net-news/leechcraft-aggregator
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'net-news')
-rw-r--r--net-news/leechcraft-aggregator/ChangeLog12
-rw-r--r--net-news/leechcraft-aggregator/leechcraft-aggregator-0.4.85.ebuild31
-rw-r--r--net-news/leechcraft-aggregator/leechcraft-aggregator-9999.ebuild31
-rw-r--r--net-news/leechcraft-aggregator/metadata.xml5
4 files changed, 79 insertions, 0 deletions
diff --git a/net-news/leechcraft-aggregator/ChangeLog b/net-news/leechcraft-aggregator/ChangeLog
new file mode 100644
index 000000000000..92d65db79fb2
--- /dev/null
+++ b/net-news/leechcraft-aggregator/ChangeLog
@@ -0,0 +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.1 2011/08/25 18:15:32 maksbotan Exp $
+
+*leechcraft-aggregator-9999 (25 Aug 2011)
+*leechcraft-aggregator-0.4.85 (25 Aug 2011)
+
+ 25 Aug 2011; Maxim Koltsov <maksbotan@gentoo.org>
+ +leechcraft-aggregator-0.4.85.ebuild, +leechcraft-aggregator-9999.ebuild,
+ +metadata.xml:
+ Copy net-news/leechcraft-aggregator from rion-overlay, thanks to 0xd34df00d
+
diff --git a/net-news/leechcraft-aggregator/leechcraft-aggregator-0.4.85.ebuild b/net-news/leechcraft-aggregator/leechcraft-aggregator-0.4.85.ebuild
new file mode 100644
index 000000000000..c95b47a09d3b
--- /dev/null
+++ b/net-news/leechcraft-aggregator/leechcraft-aggregator-0.4.85.ebuild
@@ -0,0 +1,31 @@
+# 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.85.ebuild,v 1.1 2011/08/25 18:15:32 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-9999.ebuild b/net-news/leechcraft-aggregator/leechcraft-aggregator-9999.ebuild
new file mode 100644
index 000000000000..e6af54bc6f41
--- /dev/null
+++ b/net-news/leechcraft-aggregator/leechcraft-aggregator-9999.ebuild
@@ -0,0 +1,31 @@
+# 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-9999.ebuild,v 1.1 2011/08/25 18:15:32 maksbotan Exp $
+
+EAPI="4"
+
+inherit leechcraft
+
+DESCRIPTION="Full-featured RSS/Atom feed reader for LeechCraft"
+
+SLOT="0"
+KEYWORDS=""
+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/metadata.xml b/net-news/leechcraft-aggregator/metadata.xml
new file mode 100644
index 000000000000..2c857dda08d3
--- /dev/null
+++ b/net-news/leechcraft-aggregator/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>leechcraft</herd>
+</pkgmetadata>