From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 631F61381FB for ; Tue, 25 Dec 2012 16:53:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2C3821C0F5; Tue, 25 Dec 2012 16:52:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3905321C0F5 for ; Tue, 25 Dec 2012 16:52:31 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1E1433DA21 for ; Tue, 25 Dec 2012 16:52:29 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2294) id BC8992171D; Tue, 25 Dec 2012 16:52:28 +0000 (UTC) From: "Maxim Koltsov (maksbotan)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, maksbotan@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-news/leechcraft-aggregator: leechcraft-aggregator-0.5.90.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: leechcraft-aggregator-0.5.90.ebuild ChangeLog X-VCS-Directories: net-news/leechcraft-aggregator X-VCS-Committer: maksbotan X-VCS-Committer-Name: Maxim Koltsov Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121225165228.BC8992171D@flycatcher.gentoo.org> Date: Tue, 25 Dec 2012 16:52:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e53cada1-a254-4307-9135-8ed78a7698d1 X-Archives-Hash: 9cdc660157e49443371a7e813ddb6ccb 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 + +leechcraft-aggregator-0.5.90.ebuild: + Bump LeechCraft to 0.5.90, thanks to 0xd34df00d 19 Dec 2012; Maxim Koltsov -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 }