patrick 14/06/25 06:36:31 Modified: lc-core-0.6.65.ebuild lc-core-9999.ebuild ChangeLog Log: Add missing qtdbus dependency (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.2 app-leechcraft/lc-core/lc-core-0.6.65.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.65.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.65.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.65.ebuild?r1=1.1&r2=1.2 Index: lc-core-0.6.65.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.65.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lc-core-0.6.65.ebuild 10 Apr 2014 17:51:51 -0000 1.1 +++ lc-core-0.6.65.ebuild 25 Jun 2014 06:36:31 -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/app-leechcraft/lc-core/lc-core-0.6.65.ebuild,v 1.1 2014/04/10 17:51:51 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.65.ebuild,v 1.2 2014/06/25 06:36:31 patrick Exp $ EAPI="5" @@ -22,6 +22,7 @@ dev-qt/qtscript:4 dev-qt/qtsql:4[postgres?,sqlite?] dev-qt/qtwebkit:4 + dev-qt/qtdbus:4 qwt? ( x11-libs/qwt:6 )" DEPEND="${COMMON_DEPEND} doc? ( app-doc/doxygen )" 1.6 app-leechcraft/lc-core/lc-core-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-9999.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-9999.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-9999.ebuild?r1=1.5&r2=1.6 Index: lc-core-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-9999.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- lc-core-9999.ebuild 3 Dec 2013 17:23:47 -0000 1.5 +++ lc-core-9999.ebuild 25 Jun 2014 06:36:31 -0000 1.6 @@ -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/app-leechcraft/lc-core/lc-core-9999.ebuild,v 1.5 2013/12/03 17:23:47 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-9999.ebuild,v 1.6 2014/06/25 06:36:31 patrick Exp $ EAPI="5" @@ -22,6 +22,7 @@ dev-qt/qtscript:4 dev-qt/qtsql:4[postgres?,sqlite?] dev-qt/qtwebkit:4 + dev-qt/qtdbus:4 qwt? ( x11-libs/qwt:6 )" DEPEND="${COMMON_DEPEND} doc? ( app-doc/doxygen )" 1.18 app-leechcraft/lc-core/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 10 Apr 2014 17:51:51 -0000 1.17 +++ ChangeLog 25 Jun 2014 06:36:31 -0000 1.18 @@ -1,6 +1,10 @@ # ChangeLog for app-leechcraft/lc-core # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/ChangeLog,v 1.17 2014/04/10 17:51:51 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/ChangeLog,v 1.18 2014/06/25 06:36:31 patrick Exp $ + + 25 Jun 2014; Patrick Lauer <patr...@gentoo.org> lc-core-0.6.65.ebuild, + lc-core-9999.ebuild: + Add missing qtdbus dependency *lc-core-0.6.65 (10 Apr 2014)