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 CC0BB1381F3 for ; Fri, 16 Aug 2013 15:24:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 711C3E0F90; Fri, 16 Aug 2013 15:24:06 +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 E897EE0F90 for ; Fri, 16 Aug 2013 15:24:05 +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 0971C33E121 for ; Fri, 16 Aug 2013 15:24:05 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2294) id 020812171C; Fri, 16 Aug 2013 15:24:02 +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-lmp: lc-lmp-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: lc-lmp-9999.ebuild ChangeLog X-VCS-Directories: app-leechcraft/lc-lmp X-VCS-Committer: maksbotan X-VCS-Committer-Name: Maxim Koltsov Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130816152403.020812171C@flycatcher.gentoo.org> Date: Fri, 16 Aug 2013 15:24:02 +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: b49be623-9634-4d73-8647-aee3a36e3a79 X-Archives-Hash: dbad3ff2ff7826bb530e06a69cb6682b maksbotan 13/08/16 15:24:02 Modified: lc-lmp-9999.ebuild ChangeLog Log: Drop phonon dependecy and USE flag, add media-libs/gstreamer dependency. Thanks to 0xd34df00d (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE) Revision Changes Path 1.2 app-leechcraft/lc-lmp/lc-lmp-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild?r1=1.1&r2=1.2 Index: lc-lmp-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lc-lmp-9999.ebuild 8 Mar 2013 22:02:05 -0000 1.1 +++ lc-lmp-9999.ebuild 16 Aug 2013 15:24:02 -0000 1.2 @@ -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/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild,v 1.1 2013/03/08 22:02:05 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild,v 1.2 2013/08/16 15:24:02 maksbotan Exp $ EAPI="4" @@ -10,12 +10,12 @@ SLOT="0" KEYWORDS="" -IUSE="debug +graffiti kde +mpris +mp3tunes" +IUSE="debug +graffiti +mpris +mp3tunes" +# depend on gstreamer:0.10 to match current Qt deps DEPEND="~app-leechcraft/lc-core-${PV} graffiti? ( media-libs/flac ) - kde? ( media-libs/phonon ) - !kde? ( dev-qt/qtphonon:4 ) + media-libs/gstreamer:0.10 media-libs/taglib mpris? ( dev-qt/qtdbus:4 ) dev-qt/qtdeclarative:4" 1.7 app-leechcraft/lc-lmp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-lmp/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-lmp/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-lmp/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lmp/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 18 Jul 2013 12:47:25 -0000 1.6 +++ ChangeLog 16 Aug 2013 15:24:02 -0000 1.7 @@ -1,6 +1,10 @@ # ChangeLog for app-leechcraft/lc-lmp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lmp/ChangeLog,v 1.6 2013/07/18 12:47:25 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lmp/ChangeLog,v 1.7 2013/08/16 15:24:02 maksbotan Exp $ + + 16 Aug 2013; Maxim Koltsov lc-lmp-9999.ebuild: + Drop phonon dependecy and USE flag, add media-libs/gstreamer dependency. + Thanks to 0xd34df00d *lc-lmp-0.5.99 (18 Jul 2013)