dlan 14/12/03 03:21:27 Modified: ChangeLog qutim-0.3.2.ebuild Log: add dev-qt/qtdeclarative as unconditional dependency, bug 531364, proxy for maintainer (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path 1.33 net-im/qutim/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 2 Dec 2014 08:24:43 -0000 1.32 +++ ChangeLog 3 Dec 2014 03:21:26 -0000 1.33 @@ -1,6 +1,10 @@ # ChangeLog for net-im/qutim # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v 1.32 2014/12/02 08:24:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v 1.33 2014/12/03 03:21:26 dlan Exp $ + + 03 Dec 2014; Yixun Lan <[email protected]> qutim-0.3.2.ebuild: + add dev-qt/qtdeclarative as unconditional dependency, bug 531364, proxy for + maintainer 02 Dec 2014; Jeroen Roovers <[email protected]> metadata.xml: Tag ordering. 1.3 net-im/qutim/qutim-0.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild?r1=1.2&r2=1.3 Index: qutim-0.3.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- qutim-0.3.2.ebuild 30 Nov 2014 13:58:35 -0000 1.2 +++ qutim-0.3.2.ebuild 3 Dec 2014 03:21:26 -0000 1.3 @@ -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/qutim/qutim-0.3.2.ebuild,v 1.2 2014/11/30 13:58:35 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.3.2.ebuild,v 1.3 2014/12/03 03:21:26 dlan Exp $ EAPI=5 @@ -38,6 +38,7 @@ >=dev-qt/qtcore-${QT_PV}[ssl?] >=dev-qt/qtgui-${QT_PV} >=dev-qt/qtscript-${QT_PV} + >=dev-qt/qtdeclarative-${QT_PV} telepathy? ( >=net-libs/telepathy-qt-0.3 ) jabber? ( @@ -53,7 +54,6 @@ awn? ( >=dev-qt/qtdbus-${QT_PV} ) crypt? ( app-crypt/qca:2 ) dbus? ( >=dev-qt/qtdbus-${QT_PV} ) - debug? ( >=dev-qt/qtdeclarative-${QT_PV} ) espionage? ( app-crypt/qca:2 ) histman? ( >=dev-qt/qtsql-${QT_PV} ) ayatana? ( >=dev-libs/libindicate-qt-0.2.2 ) @@ -74,10 +74,8 @@ plugman? ( dev-libs/libattica app-arch/libarchive - >=dev-qt/qtdeclarative-${QT_PV} ) qml? ( - >=dev-qt/qtdeclarative-${QT_PV} >=dev-qt/qtopengl-${QT_PV} ) sdl? ( media-libs/sdl-mixer )
