kensington 14/04/02 16:09:09 Modified: qutim-0.3.1.ebuild ChangeLog Log: Remove telepathy USE flag because it requires an old version of telepathy-qt that will be removed soon. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.8 net-im/qutim/qutim-0.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/qutim-0.3.1.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/qutim-0.3.1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/qutim-0.3.1.ebuild?r1=1.7&r2=1.8 Index: qutim-0.3.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.3.1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- qutim-0.3.1.ebuild 4 Jul 2013 16:49:30 -0000 1.7 +++ qutim-0.3.1.ebuild 2 Apr 2014 16:09:09 -0000 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.3.1.ebuild,v 1.7 2013/07/04 16:49:30 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.3.1.ebuild,v 1.8 2014/04/02 16:09:09 kensington Exp $ EAPI=4 @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="aspell awn ayatana crypt dbus debug doc histman hunspell irc jabber kde kinetic mrim - multimedia oscar otr phonon purple qml sdl +ssl telepathy vkontakte webkit +xscreensaver" + multimedia oscar otr phonon purple qml sdl +ssl vkontakte webkit +xscreensaver" REQUIRED_USE=" oscar? ( ssl ) @@ -60,7 +60,6 @@ >=dev-qt/qtopengl-${QT_PV} ) sdl? ( media-libs/sdl-mixer ) - telepathy? ( =net-libs/telepathy-qt-0.8* ) vkontakte? ( >=dev-qt/qtwebkit-${QT_PV} ) webkit? ( >=dev-qt/qtwebkit-${QT_PV} ) xscreensaver? ( x11-libs/libXScrnSaver ) @@ -126,7 +125,6 @@ $(cmake-utils_use mrim) $(cmake-utils_use oscar) $(cmake-utils_use purple QUETZAL) - $(cmake-utils_use telepathy ASTRAL) $(cmake-utils_use vkontakte) ) cmake-utils_src_configure 1.26 net-im/qutim/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 4 Jul 2013 16:49:30 -0000 1.25 +++ ChangeLog 2 Apr 2014 16:09:09 -0000 1.26 @@ -1,6 +1,10 @@ # ChangeLog for net-im/qutim -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v 1.25 2013/07/04 16:49:30 kensington Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v 1.26 2014/04/02 16:09:09 kensington Exp $ + + 02 Apr 2014; Michael Palimaka <[email protected]> qutim-0.3.1.ebuild: + Remove telepathy USE flag because it requires an old version of telepathy-qt + that will be removed soon. 04 Jul 2013; Michael Palimaka <[email protected]> qutim-0.3.1.ebuild: Switch to cmake-utils_src_prepare.
