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 46D861381F3 for ; Sun, 26 May 2013 19:41:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE94EE0C8D; Sun, 26 May 2013 19:41:43 +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 5359BE0C8D for ; Sun, 26 May 2013 19:41:43 +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 727DB33DFA8 for ; Sun, 26 May 2013 19:41:42 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2294) id 3D02F2171D; Sun, 26 May 2013 19:41:41 +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 app-leechcraft/lc-gmailnotifier: lc-gmailnotifier-0.5.96.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: lc-gmailnotifier-0.5.96.ebuild ChangeLog X-VCS-Directories: app-leechcraft/lc-gmailnotifier X-VCS-Committer: maksbotan X-VCS-Committer-Name: Maxim Koltsov Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130526194141.3D02F2171D@flycatcher.gentoo.org> Date: Sun, 26 May 2013 19:41:41 +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: 4d333ab7-2110-4ea2-ac4e-e8e76c3ac9a1 X-Archives-Hash: b0f7f8d2b80397c079974f9813c90603 maksbotan 13/05/26 19:41:41 Modified: ChangeLog Added: lc-gmailnotifier-0.5.96.ebuild Log: Bump LeechCraft suite to 0.5.96, thanks to 0xd34df00d (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE) Revision Changes Path 1.3 app-leechcraft/lc-gmailnotifier/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-gmailnotifier/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-gmailnotifier/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-gmailnotifier/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gmailnotifier/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 2 May 2013 15:29:00 -0000 1.2 +++ ChangeLog 26 May 2013 19:41:41 -0000 1.3 @@ -1,6 +1,12 @@ # ChangeLog for app-leechcraft/lc-gmailnotifier # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gmailnotifier/ChangeLog,v 1.2 2013/05/02 15:29:00 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gmailnotifier/ChangeLog,v 1.3 2013/05/26 19:41:41 maksbotan Exp $ + +*lc-gmailnotifier-0.5.96 (26 May 2013) + + 26 May 2013; Maxim Koltsov + +lc-gmailnotifier-0.5.96.ebuild: + Bump LeechCraft suite to 0.5.96, thanks to 0xd34df00d *lc-gmailnotifier-0.5.95 (02 May 2013) @@ -13,4 +19,3 @@ 01 May 2013; Sergey Popov +lc-gmailnotifier-9999.ebuild, +metadata.xml: Initial commit, thanks to 0xd34df00d - 1.1 app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.5.96.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.5.96.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.5.96.ebuild?rev=1.1&content-type=text/plain Index: lc-gmailnotifier-0.5.96.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-0.5.96.ebuild,v 1.1 2013/05/26 19:41:41 maksbotan Exp $ EAPI="5" inherit leechcraft DESCRIPTION="Notifier about new mail in a GMail inbox for LeechCraft" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug notify quark" DEPEND="~app-leechcraft/lc-core-${PV} dev-qt/qtdeclarative:4" RDEPEND="${DEPEND} quark? ( ~virtual/leechcraft-quark-sideprovider-${PV} ) notify? ( ~virtual/leechcraft-notifier-${PV} )"