summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-office/calligra/ChangeLog6
-rw-r--r--app-office/calligra/calligra-2.8.5.ebuild5
-rw-r--r--app-office/calligra/calligra-2.8.6.ebuild5
-rw-r--r--app-office/calligra/calligra-2.8.7.ebuild5
-rw-r--r--app-office/calligra/calligra-9999.ebuild5
5 files changed, 17 insertions, 9 deletions
diff --git a/app-office/calligra/ChangeLog b/app-office/calligra/ChangeLog
index bdea78347a0c..bd8a9575ab4e 100644
--- a/app-office/calligra/ChangeLog
+++ b/app-office/calligra/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/calligra
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v 1.116 2014/12/12 15:46:31 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v 1.117 2014/12/21 15:57:11 kensington Exp $
+
+ 21 Dec 2014; Michael Palimaka <kensington@gentoo.org> calligra-2.8.5.ebuild,
+ calligra-2.8.6.ebuild, calligra-2.8.7.ebuild, calligra-9999.ebuild:
+ Enforce dev-qt/qtcore[exceptions] dependency wrt bug #532762.
12 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> calligra-2.8.5.ebuild:
amd64 stable wrt bug #517344
diff --git a/app-office/calligra/calligra-2.8.5.ebuild b/app-office/calligra/calligra-2.8.5.ebuild
index acadf3ca890f..64c3c7b193d2 100644
--- a/app-office/calligra/calligra-2.8.5.ebuild
+++ b/app-office/calligra/calligra-2.8.5.ebuild
@@ -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-office/calligra/calligra-2.8.5.ebuild,v 1.3 2014/12/12 15:46:31 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.8.5.ebuild,v 1.4 2014/12/21 15:57:11 kensington Exp $
# note: files that need to be checked for dependencies etc:
# CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt
@@ -74,9 +74,10 @@ RDEPEND="
!app-office/kspread
!app-office/kword
$(add_kdebase_dep kdelibs 'nepomuk?')
+ $(add_kdebase_dep knewstuff)
dev-lang/perl
dev-libs/boost
- $(add_kdebase_dep knewstuff)
+ dev-qt/qtcore:4[exceptions]
media-libs/libpng
sys-libs/zlib
>=dev-qt/qtgui-4.8.1-r1:4
diff --git a/app-office/calligra/calligra-2.8.6.ebuild b/app-office/calligra/calligra-2.8.6.ebuild
index 6d5923583c2f..0677e06c2649 100644
--- a/app-office/calligra/calligra-2.8.6.ebuild
+++ b/app-office/calligra/calligra-2.8.6.ebuild
@@ -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-office/calligra/calligra-2.8.6.ebuild,v 1.1 2014/11/27 10:15:44 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.8.6.ebuild,v 1.2 2014/12/21 15:57:11 kensington Exp $
# note: files that need to be checked for dependencies etc:
# CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt
@@ -74,9 +74,10 @@ RDEPEND="
!app-office/kspread
!app-office/kword
$(add_kdebase_dep kdelibs 'nepomuk?')
+ $(add_kdebase_dep knewstuff)
dev-lang/perl
dev-libs/boost
- $(add_kdebase_dep knewstuff)
+ dev-qt/qtcore:4[exceptions]
media-libs/libpng
sys-libs/zlib
>=dev-qt/qtgui-4.8.1-r1:4
diff --git a/app-office/calligra/calligra-2.8.7.ebuild b/app-office/calligra/calligra-2.8.7.ebuild
index dccc21933f7f..54d6c128fe50 100644
--- a/app-office/calligra/calligra-2.8.7.ebuild
+++ b/app-office/calligra/calligra-2.8.7.ebuild
@@ -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-office/calligra/calligra-2.8.7.ebuild,v 1.1 2014/12/04 13:19:51 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.8.7.ebuild,v 1.2 2014/12/21 15:57:11 kensington Exp $
# note: files that need to be checked for dependencies etc:
# CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt
@@ -74,9 +74,10 @@ RDEPEND="
!app-office/kspread
!app-office/kword
$(add_kdebase_dep kdelibs 'nepomuk?')
+ $(add_kdebase_dep knewstuff)
dev-lang/perl
dev-libs/boost
- $(add_kdebase_dep knewstuff)
+ dev-qt/qtcore:4[exceptions]
media-libs/libpng
sys-libs/zlib
>=dev-qt/qtgui-4.8.1-r1:4
diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild
index 637f42082d6f..3d03dee53203 100644
--- a/app-office/calligra/calligra-9999.ebuild
+++ b/app-office/calligra/calligra-9999.ebuild
@@ -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-office/calligra/calligra-9999.ebuild,v 1.48 2014/11/03 11:15:35 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-9999.ebuild,v 1.49 2014/12/21 15:57:11 kensington Exp $
# note: files that need to be checked for dependencies etc:
# CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt
@@ -74,9 +74,10 @@ RDEPEND="
!app-office/kspread
!app-office/kword
$(add_kdebase_dep kdelibs 'nepomuk?')
+ $(add_kdebase_dep knewstuff)
dev-lang/perl
dev-libs/boost
- $(add_kdebase_dep knewstuff)
+ dev-qt/qtcore:4[exceptions]
media-libs/libpng
sys-libs/zlib
>=dev-qt/qtgui-4.8.1-r1:4