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 A7CB81381F3 for ; Thu, 11 Jul 2013 15:36:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FB58E09F3; Thu, 11 Jul 2013 15:36:13 +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 BA955E09F3 for ; Thu, 11 Jul 2013 15:36:12 +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 6CD1633E769 for ; Thu, 11 Jul 2013 15:36:11 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2323) id 34E1E2171C; Thu, 11 Jul 2013 15:36:10 +0000 (UTC) From: "Michael Palimaka (kensington)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, kensington@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/tellico: tellico-2.3.8.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: tellico-2.3.8.ebuild ChangeLog X-VCS-Directories: kde-misc/tellico X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130711153610.34E1E2171C@flycatcher.gentoo.org> Date: Thu, 11 Jul 2013 15:36:10 +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: 6687cceb-73c4-4962-b3bc-c2dce1eb275c X-Archives-Hash: adf132601bd141f9f9cf66e3d6d2d39a kensington 13/07/11 15:36:10 Modified: tellico-2.3.8.ebuild ChangeLog Log: Remove semantic-desktop USE flag. Remove poppler subslot dependency since this package links against the stable qt4 interface. (Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C) Revision Changes Path 1.2 kde-misc/tellico/tellico-2.3.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/tellico-2.3.8.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/tellico-2.3.8.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/tellico-2.3.8.ebuild?r1=1.1&r2=1.2 Index: tellico-2.3.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.8.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tellico-2.3.8.ebuild 11 Jul 2013 15:17:05 -0000 1.1 +++ tellico-2.3.8.ebuild 11 Jul 2013 15:36:09 -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/kde-misc/tellico/tellico-2.3.8.ebuild,v 1.1 2013/07/11 15:17:05 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.8.ebuild,v 1.2 2013/07/11 15:36:09 kensington Exp $ EAPI=5 @@ -17,20 +17,19 @@ LICENSE="GPL-2" SLOT="4" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="addressbook cddb debug pdf scanner semantic-desktop taglib v4l xmp yaz" +IUSE="addressbook cddb debug pdf scanner taglib v4l xmp yaz" DEPEND=" dev-libs/libxml2 dev-libs/libxslt dev-libs/qjson - $(add_kdebase_dep kdelibs 'semantic-desktop?') + $(add_kdebase_dep kdelibs 'semantic-desktop(+)') media-libs/qimageblitz dev-qt/qtdbus:4 addressbook? ( $(add_kdebase_dep kdepimlibs) ) cddb? ( $(add_kdebase_dep libkcddb) ) - pdf? ( app-text/poppler:=[qt4] ) + pdf? ( app-text/poppler[qt4] ) scanner? ( $(add_kdebase_dep libksane) ) - semantic-desktop? ( dev-libs/soprano[raptor,redland] ) taglib? ( >=media-libs/taglib-1.5 ) v4l? ( >=media-libs/libv4l-0.8.3 ) xmp? ( >=media-libs/exempi-2 ) 1.123 kde-misc/tellico/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/ChangeLog?rev=1.123&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/ChangeLog?rev=1.123&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/ChangeLog?r1=1.122&r2=1.123 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v retrieving revision 1.122 retrieving revision 1.123 diff -u -r1.122 -r1.123 --- ChangeLog 11 Jul 2013 15:17:05 -0000 1.122 +++ ChangeLog 11 Jul 2013 15:36:09 -0000 1.123 @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/tellico # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.122 2013/07/11 15:17:05 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.123 2013/07/11 15:36:09 kensington Exp $ + + 11 Jul 2013; Michael Palimaka tellico-2.3.8.ebuild: + Remove semantic-desktop USE flag. Remove poppler subslot dependency since this + package links against the stable qt4 interface. *tellico-2.3.8 (11 Jul 2013)