johu 14/04/12 13:20:50 Modified: ktp-contact-list-0.8.0.ebuild ChangeLog Log: Add semantic-desktop use flag by Uwe L. Korn <[email protected]>. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path 1.2 net-im/ktp-contact-list/ktp-contact-list-0.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-contact-list/ktp-contact-list-0.8.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-contact-list/ktp-contact-list-0.8.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-contact-list/ktp-contact-list-0.8.0.ebuild?r1=1.1&r2=1.2 Index: ktp-contact-list-0.8.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ktp-contact-list-0.8.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ktp-contact-list-0.8.0.ebuild 12 Mar 2014 10:49:15 -0000 1.1 +++ ktp-contact-list-0.8.0.ebuild 12 Apr 2014 13:20:50 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ktp-contact-list-0.8.0.ebuild,v 1.1 2014/03/12 10:49:15 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ktp-contact-list-0.8.0.ebuild,v 1.2 2014/04/12 13:20:50 johu Exp $ EAPI=5 @@ -20,12 +20,20 @@ LICENSE="GPL-2" SLOT="4" -IUSE="debug" +IUSE="debug semantic-desktop" DEPEND=" >=net-im/ktp-accounts-kcm-${PV} - >=net-im/ktp-common-internals-${PV} - >=net-libs/libkpeople-0.2.1 + >=net-im/ktp-common-internals-${PV}[semantic-desktop?] >=net-libs/telepathy-qt-0.9.3 + semantic-desktop? ( >=net-libs/libkpeople-0.2.1 ) " RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package semantic-desktop KPeople) + ) + + kde4-base_src_configure +} 1.25 net-im/ktp-contact-list/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-contact-list/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-contact-list/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-contact-list/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 12 Mar 2014 11:21:06 -0000 1.24 +++ ChangeLog 12 Apr 2014 13:20:50 -0000 1.25 @@ -1,6 +1,9 @@ # ChangeLog for net-im/ktp-contact-list # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v 1.24 2014/03/12 11:21:06 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v 1.25 2014/04/12 13:20:50 johu Exp $ + + 12 Apr 2014; Johannes Huber <[email protected]> ktp-contact-list-0.8.0.ebuild: + Add semantic-desktop use flag by Uwe L. Korn <[email protected]>. 12 Mar 2014; Johannes Huber <[email protected]> -ktp-contact-list-0.6.3.ebuild: Remove KDE Telepathy 0.6.3.
