summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-02-08 15:37:09 +0000
committerMichael Palimaka <kensington@gentoo.org>2013-02-08 15:37:09 +0000
commit456258033e67c77f23d846e607d9a3a10f9be2dd (patch)
tree13ac9fb3c4f5b2b248e4aa3d0de46dd1c4a423fa /app-office
parentupgrading keystone to 2012.2.3 for bug 456134, CVE-2013-0270 (diff)
downloadgentoo-2-456258033e67c77f23d846e607d9a3a10f9be2dd.tar.gz
gentoo-2-456258033e67c77f23d846e607d9a3a10f9be2dd.tar.bz2
gentoo-2-456258033e67c77f23d846e607d9a3a10f9be2dd.zip
Migrate to EAPI 5 and add dev-libs/icu subslot dependency.
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/calligra/ChangeLog6
-rw-r--r--app-office/calligra/calligra-2.5.49.9999.ebuild9
-rw-r--r--app-office/calligra/calligra-2.5.5.ebuild7
-rw-r--r--app-office/calligra/calligra-9999.ebuild9
4 files changed, 16 insertions, 15 deletions
diff --git a/app-office/calligra/ChangeLog b/app-office/calligra/ChangeLog
index 1ca57109a1b2..12e3957969a3 100644
--- a/app-office/calligra/ChangeLog
+++ b/app-office/calligra/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/calligra
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v 1.77 2013/01/25 09:34:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v 1.78 2013/02/08 15:37:09 kensington Exp $
+
+ 08 Feb 2013; Michael Palimaka <kensington@gentoo.org>
+ calligra-2.5.49.9999.ebuild, calligra-2.5.5.ebuild, calligra-9999.ebuild:
+ Migrate to EAPI 5 and add dev-libs/icu subslot dependency.
*calligra-2.5.5 (25 Jan 2013)
diff --git a/app-office/calligra/calligra-2.5.49.9999.ebuild b/app-office/calligra/calligra-2.5.49.9999.ebuild
index 29d26a4bb9df..4543768f2d6a 100644
--- a/app-office/calligra/calligra-2.5.49.9999.ebuild
+++ b/app-office/calligra/calligra-2.5.49.9999.ebuild
@@ -1,16 +1,15 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.5.49.9999.ebuild,v 1.3 2012/09/21 07:16:55 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.5.49.9999.ebuild,v 1.4 2013/02/08 15:37:09 kensington Exp $
# note: files that need to be checked for dependencies etc:
# CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt
# krita/CMakeLists.txt
-EAPI=4
+EAPI=5
EGIT_BRANCH="calligra/2.5"
-KDE_SCM=git
KDE_MINIMAL=4.6.4
QT_MINIMAL=4.8.1
OPENGL_REQUIRED=optional
@@ -130,7 +129,7 @@ RDEPEND="
xslt? ( dev-libs/libxslt )
calligra_features_kexi? (
>=dev-db/sqlite-3.7.9:3[extensions]
- dev-libs/icu
+ dev-libs/icu:=
)
"
DEPEND="${RDEPEND}"
diff --git a/app-office/calligra/calligra-2.5.5.ebuild b/app-office/calligra/calligra-2.5.5.ebuild
index 48c730c6aac3..740103b08cd5 100644
--- a/app-office/calligra/calligra-2.5.5.ebuild
+++ b/app-office/calligra/calligra-2.5.5.ebuild
@@ -1,16 +1,15 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.5.5.ebuild,v 1.1 2013/01/25 09:34:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.5.5.ebuild,v 1.2 2013/02/08 15:37:09 kensington Exp $
# note: files that need to be checked for dependencies etc:
# CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt
# krita/CMakeLists.txt
-EAPI=4
+EAPI=5
EGIT_BRANCH="calligra/2.5"
-KDE_SCM=git
KDE_MINIMAL=4.6.4
QT_MINIMAL=4.8.1
OPENGL_REQUIRED=optional
@@ -132,7 +131,7 @@ RDEPEND="
xslt? ( dev-libs/libxslt )
calligra_features_kexi? (
>=dev-db/sqlite-3.7.9:3[extensions]
- dev-libs/icu
+ dev-libs/icu:=
)
"
DEPEND="${RDEPEND}"
diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild
index 37c7c9bbd131..67d4eb471370 100644
--- a/app-office/calligra/calligra-9999.ebuild
+++ b/app-office/calligra/calligra-9999.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 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.31 2012/09/21 07:16:55 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-9999.ebuild,v 1.32 2013/02/08 15:37:09 kensington Exp $
# note: files that need to be checked for dependencies etc:
# CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt
# krita/CMakeLists.txt
-EAPI=4
+EAPI=5
-KDE_SCM=git
KDE_MINIMAL=4.6.4
QT_MINIMAL=4.8.1
OPENGL_REQUIRED=optional
@@ -128,7 +127,7 @@ RDEPEND="
xslt? ( dev-libs/libxslt )
calligra_features_kexi? (
>=dev-db/sqlite-3.7.9:3[extensions]
- dev-libs/icu
+ dev-libs/icu:=
)
"
DEPEND="${RDEPEND}"