diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-01-03 10:12:18 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-01-03 10:12:18 +0000 |
commit | 62a8a4e340e71145c56722bbc4cf52f76a9ca728 (patch) | |
tree | 6a485ac8b8917d3098292df2878bcb1e8e814a98 /app-leechcraft | |
parent | Re-add CDB support, thanks to Nico Erfurth in bug #534230 (diff) | |
download | gentoo-2-62a8a4e340e71145c56722bbc4cf52f76a9ca728.tar.gz gentoo-2-62a8a4e340e71145c56722bbc4cf52f76a9ca728.tar.bz2 gentoo-2-62a8a4e340e71145c56722bbc4cf52f76a9ca728.zip |
qtdbus is needed (#532774 by Toralf Förster)
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-leechcraft')
-rw-r--r-- | app-leechcraft/lc-core/ChangeLog | 8 | ||||
-rw-r--r-- | app-leechcraft/lc-core/lc-core-0.6.60.ebuild | 5 | ||||
-rw-r--r-- | app-leechcraft/lc-core/lc-core-0.6.65.ebuild | 5 | ||||
-rw-r--r-- | app-leechcraft/lc-core/lc-core-0.6.70.ebuild | 5 | ||||
-rw-r--r-- | app-leechcraft/lc-core/lc-core-9999.ebuild | 5 |
5 files changed, 18 insertions, 10 deletions
diff --git a/app-leechcraft/lc-core/ChangeLog b/app-leechcraft/lc-core/ChangeLog index f578cab27bce..862b96aa0fb7 100644 --- a/app-leechcraft/lc-core/ChangeLog +++ b/app-leechcraft/lc-core/ChangeLog @@ -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.21 2014/12/04 12:44:49 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/ChangeLog,v 1.22 2015/01/03 10:12:18 pacho Exp $ + + 03 Jan 2015; Pacho Ramos <pacho@gentoo.org> lc-core-0.6.60.ebuild, + lc-core-0.6.65.ebuild, lc-core-0.6.70.ebuild, lc-core-9999.ebuild: + qtdbus is needed (#532774 by Toralf Förster) 04 Dec 2014; Manuel Rüger <mrueg@gentoo.org> lc-core-0.6.60.ebuild, lc-core-0.6.65.ebuild, lc-core-0.6.70.ebuild, lc-core-9999.ebuild: diff --git a/app-leechcraft/lc-core/lc-core-0.6.60.ebuild b/app-leechcraft/lc-core/lc-core-0.6.60.ebuild index cd59097f1895..e715506f6c7d 100644 --- a/app-leechcraft/lc-core/lc-core-0.6.60.ebuild +++ b/app-leechcraft/lc-core/lc-core-0.6.60.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.60.ebuild,v 1.4 2014/12/04 12:44:49 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.60.ebuild,v 1.5 2015/01/03 10:12:18 pacho Exp $ EAPI="5" @@ -17,6 +17,7 @@ IUSE="debug doc +sqlite postgres +qwt" COMMON_DEPEND=">=dev-libs/boost-1.46 dev-qt/qtcore:4 + dev-qt/qtdbus:4 dev-qt/qtdeclarative:4 dev-qt/qtgui:4 dev-qt/qtscript:4 diff --git a/app-leechcraft/lc-core/lc-core-0.6.65.ebuild b/app-leechcraft/lc-core/lc-core-0.6.65.ebuild index a633e7f0c16d..6ae298b7da28 100644 --- a/app-leechcraft/lc-core/lc-core-0.6.65.ebuild +++ b/app-leechcraft/lc-core/lc-core-0.6.65.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.4 2014/12/04 12:44:49 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.65.ebuild,v 1.5 2015/01/03 10:12:18 pacho Exp $ EAPI="5" @@ -17,6 +17,7 @@ IUSE="debug doc +sqlite postgres +qwt" COMMON_DEPEND=">=dev-libs/boost-1.46 dev-qt/qtcore:4 + dev-qt/qtdbus:4 dev-qt/qtdeclarative:4 dev-qt/qtgui:4 dev-qt/qtscript:4 diff --git a/app-leechcraft/lc-core/lc-core-0.6.70.ebuild b/app-leechcraft/lc-core/lc-core-0.6.70.ebuild index 13963a52dd11..6c7294ed3526 100644 --- a/app-leechcraft/lc-core/lc-core-0.6.70.ebuild +++ b/app-leechcraft/lc-core/lc-core-0.6.70.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.70.ebuild,v 1.2 2014/12/04 12:44:49 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.70.ebuild,v 1.3 2015/01/03 10:12:18 pacho Exp $ EAPI="5" @@ -17,6 +17,7 @@ IUSE="debug doc +sqlite postgres +qwt" COMMON_DEPEND=">=dev-libs/boost-1.46 dev-qt/qtcore:4 + dev-qt/qtdbus:4 dev-qt/qtdeclarative:4 dev-qt/qtgui:4 dev-qt/qtscript:4 diff --git a/app-leechcraft/lc-core/lc-core-9999.ebuild b/app-leechcraft/lc-core/lc-core-9999.ebuild index bf0cf12f3a01..dcbdca756b8f 100644 --- a/app-leechcraft/lc-core/lc-core-9999.ebuild +++ b/app-leechcraft/lc-core/lc-core-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.7 2014/12/04 12:44:49 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-9999.ebuild,v 1.8 2015/01/03 10:12:18 pacho Exp $ EAPI="5" @@ -17,6 +17,7 @@ IUSE="debug doc +sqlite postgres +qwt" COMMON_DEPEND=">=dev-libs/boost-1.46 dev-qt/qtcore:4 + dev-qt/qtdbus:4 dev-qt/qtdeclarative:4 dev-qt/qtgui:4 dev-qt/qtscript:4 |