public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-news/leechcraft-aggregator: leechcraft-aggregator-0.5.90.ebuild ChangeLog
@ 2012-12-25 16:52 Maxim Koltsov (maksbotan)
  0 siblings, 0 replies; 3+ messages in thread
From: Maxim Koltsov (maksbotan) @ 2012-12-25 16:52 UTC (permalink / raw
  To: gentoo-commits

maksbotan    12/12/25 16:52:28

  Modified:             ChangeLog
  Added:                leechcraft-aggregator-0.5.90.ebuild
  Log:
  Bump LeechCraft to 0.5.90, thanks to 0xd34df00d
  
  (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)

Revision  Changes    Path
1.21                 net-news/leechcraft-aggregator/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	19 Dec 2012 08:07:51 -0000	1.20
+++ ChangeLog	25 Dec 2012 16:52:28 -0000	1.21
@@ -1,6 +1,12 @@
 # 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.20 2012/12/19 08:07:51 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog,v 1.21 2012/12/25 16:52:28 maksbotan Exp $
+
+*leechcraft-aggregator-0.5.90 (25 Dec 2012)
+
+  25 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org>
+  +leechcraft-aggregator-0.5.90.ebuild:
+  Bump LeechCraft to 0.5.90, thanks to 0xd34df00d
 
   19 Dec 2012; Maxim Koltsov <maksbotan@gentoo.org>
   -leechcraft-aggregator-0.5.70.ebuild, -leechcraft-aggregator-0.5.75.ebuild,



1.1                  net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.90.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.90.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.90.ebuild?rev=1.1&content-type=text/plain

Index: leechcraft-aggregator-0.5.90.ebuild
===================================================================
# 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.90.ebuild,v 1.1 2012/12/25 16:52:28 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?]
	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
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-news/leechcraft-aggregator: leechcraft-aggregator-0.5.90.ebuild ChangeLog
@ 2013-02-16 21:12 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-16 21:12 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/16 21:12:48

  Modified:             leechcraft-aggregator-0.5.90.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #457824
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.90.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.90.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.90.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.90.ebuild?r1=1.1&r2=1.2

Index: leechcraft-aggregator-0.5.90.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.90.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- leechcraft-aggregator-0.5.90.ebuild	25 Dec 2012 16:52:28 -0000	1.1
+++ leechcraft-aggregator-0.5.90.ebuild	16 Feb 2013 21:12:48 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 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.90.ebuild,v 1.1 2012/12/25 16:52:28 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.90.ebuild,v 1.2 2013/02/16 21:12:48 ago Exp $
 
 EAPI="4"
 
@@ -9,7 +9,7 @@
 DESCRIPTION="Full-featured RSS/Atom feed reader for LeechCraft"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug mysql +sqlite postgres"
 
 DEPEND="~net-misc/leechcraft-core-${PV}[postgres?,sqlite?]



1.22                 net-news/leechcraft-aggregator/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	25 Dec 2012 16:52:28 -0000	1.21
+++ ChangeLog	16 Feb 2013 21:12:48 -0000	1.22
@@ -1,6 +1,10 @@
 # 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.21 2012/12/25 16:52:28 maksbotan Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog,v 1.22 2013/02/16 21:12:48 ago Exp $
+
+  16 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
+  leechcraft-aggregator-0.5.90.ebuild:
+  Stable for amd64, wrt bug #457824
 
 *leechcraft-aggregator-0.5.90 (25 Dec 2012)
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-news/leechcraft-aggregator: leechcraft-aggregator-0.5.90.ebuild ChangeLog
@ 2013-02-16 21:32 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-16 21:32 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/16 21:32:16

  Modified:             leechcraft-aggregator-0.5.90.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #457824
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.90.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.90.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.90.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.90.ebuild?r1=1.2&r2=1.3

Index: leechcraft-aggregator-0.5.90.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.90.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- leechcraft-aggregator-0.5.90.ebuild	16 Feb 2013 21:12:48 -0000	1.2
+++ leechcraft-aggregator-0.5.90.ebuild	16 Feb 2013 21:32:16 -0000	1.3
@@ -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/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.90.ebuild,v 1.2 2013/02/16 21:12:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/leechcraft-aggregator-0.5.90.ebuild,v 1.3 2013/02/16 21:32:16 ago Exp $
 
 EAPI="4"
 
@@ -9,7 +9,7 @@
 DESCRIPTION="Full-featured RSS/Atom feed reader for LeechCraft"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug mysql +sqlite postgres"
 
 DEPEND="~net-misc/leechcraft-core-${PV}[postgres?,sqlite?]



1.23                 net-news/leechcraft-aggregator/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	16 Feb 2013 21:12:48 -0000	1.22
+++ ChangeLog	16 Feb 2013 21:32:16 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for net-news/leechcraft-aggregator
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog,v 1.22 2013/02/16 21:12:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/leechcraft-aggregator/ChangeLog,v 1.23 2013/02/16 21:32:16 ago Exp $
+
+  16 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
+  leechcraft-aggregator-0.5.90.ebuild:
+  Stable for x86, wrt bug #457824
 
   16 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
   leechcraft-aggregator-0.5.90.ebuild:





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-16 21:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-16 21:32 [gentoo-commits] gentoo-x86 commit in net-news/leechcraft-aggregator: leechcraft-aggregator-0.5.90.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-16 21:12 Agostino Sarubbo (ago)
2012-12-25 16:52 Maxim Koltsov (maksbotan)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox