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 E8BCC138247 for ; Wed, 8 Jan 2014 09:58:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3BF5E0ADF; Wed, 8 Jan 2014 09:58:07 +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 499F5E0ADF for ; Wed, 8 Jan 2014 09:58:07 +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 7657F33EC99 for ; Wed, 8 Jan 2014 09:58:06 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2294) id 3CB1C2004C; Wed, 8 Jan 2014 09:58:05 +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-xtazy: lc-xtazy-0.6.60.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: lc-xtazy-0.6.60.ebuild ChangeLog X-VCS-Directories: app-leechcraft/lc-xtazy X-VCS-Committer: maksbotan X-VCS-Committer-Name: Maxim Koltsov Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140108095805.3CB1C2004C@flycatcher.gentoo.org> Date: Wed, 8 Jan 2014 09:58:05 +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: 795a1732-f49b-4753-a7b1-f03c965a4c7b X-Archives-Hash: 93f2c2fe903ffe0ccc3b47cf695ba1d2 maksbotan 14/01/08 09:58:05 Modified: ChangeLog Added: lc-xtazy-0.6.60.ebuild Log: Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE) Revision Changes Path 1.2 app-leechcraft/lc-xtazy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-xtazy/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-xtazy/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-xtazy/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-xtazy/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 8 May 2013 12:11:14 -0000 1.1 +++ ChangeLog 8 Jan 2014 09:58:05 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for app-leechcraft/lc-xtazy -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-xtazy/ChangeLog,v 1.1 2013/05/08 12:11:14 maksbotan Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-xtazy/ChangeLog,v 1.2 2014/01/08 09:58:05 maksbotan Exp $ + +*lc-xtazy-0.6.60 (08 Jan 2014) + + 08 Jan 2014; Maxim Koltsov +lc-xtazy-0.6.60.ebuild: + Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d. *lc-xtazy-9999 (08 May 2013) 1.1 app-leechcraft/lc-xtazy/lc-xtazy-0.6.60.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-xtazy/lc-xtazy-0.6.60.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-xtazy/lc-xtazy-0.6.60.ebuild?rev=1.1&content-type=text/plain Index: lc-xtazy-0.6.60.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-xtazy/lc-xtazy-0.6.60.ebuild,v 1.1 2014/01/08 09:58:05 maksbotan Exp $ EAPI="5" inherit leechcraft DESCRIPTION="Fetches info about current tune and provides it to other plugins" SLOT="0" KEYWORDS=" ~amd64 ~x86" IUSE="debug" DEPEND="~app-leechcraft/lc-core-${PV} dev-qt/qtdbus:4" RDEPEND="${DEPEND}"