summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-06-16 16:45:24 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-06-16 16:45:24 +0000
commit02fcc5d0e51d6892411052a5b225d094dd79bab8 (patch)
treeacc31f2d03c514267c457cb07e63995bac142fa0 /kde-base
parentUse global USE flag "postscript" instead of local USE flag "ps" for PostScrip... (diff)
downloadgentoo-2-02fcc5d0e51d6892411052a5b225d094dd79bab8.tar.gz
gentoo-2-02fcc5d0e51d6892411052a5b225d094dd79bab8.tar.bz2
gentoo-2-02fcc5d0e51d6892411052a5b225d094dd79bab8.zip
Use global USE flag "postscript" instead of local USE flag "ps" for PostScript support
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/cantor/ChangeLog7
-rw-r--r--kde-base/cantor/cantor-4.7.4.ebuild8
-rw-r--r--kde-base/cantor/cantor-4.8.3.ebuild8
-rw-r--r--kde-base/cantor/metadata.xml1
4 files changed, 14 insertions, 10 deletions
diff --git a/kde-base/cantor/ChangeLog b/kde-base/cantor/ChangeLog
index d1169ce0b54e..ca3a0b6cc14a 100644
--- a/kde-base/cantor/ChangeLog
+++ b/kde-base/cantor/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/cantor
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/cantor/ChangeLog,v 1.70 2012/05/24 11:37:47 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/cantor/ChangeLog,v 1.71 2012/06/16 16:45:24 ssuominen Exp $
+
+ 16 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> cantor-4.7.4.ebuild,
+ cantor-4.8.3.ebuild, metadata.xml:
+ Use global USE flag "postscript" instead of local USE flag "ps" for
+ PostScript support
24 May 2012; Johannes Huber <johu@gentoo.org> -cantor-4.8.1.ebuild:
Remove KDE SC 4.8.1
diff --git a/kde-base/cantor/cantor-4.7.4.ebuild b/kde-base/cantor/cantor-4.7.4.ebuild
index ac3e531bf48e..b4ae2c72654d 100644
--- a/kde-base/cantor/cantor-4.7.4.ebuild
+++ b/kde-base/cantor/cantor-4.7.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/cantor/cantor-4.7.4.ebuild,v 1.5 2012/02/18 14:46:38 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/cantor/cantor-4.7.4.ebuild,v 1.6 2012/06/16 16:45:24 ssuominen Exp $
EAPI=4
@@ -10,11 +10,11 @@ inherit kde4-base
DESCRIPTION="KDE4 interface for doing mathematics and scientific computing"
KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug ps +R"
+IUSE="debug postscript +R"
# TODO Add Sage Mathematics Software backend (http://www.sagemath.org)
RDEPEND="
- ps? ( app-text/libspectre )
+ postscript? ( app-text/libspectre )
R? ( dev-lang/R )
"
DEPEND="${RDEPEND}
@@ -23,7 +23,7 @@ DEPEND="${RDEPEND}
src_configure() {
mycmakeargs+="
- $(cmake-utils_use_with ps LibSpectre)
+ $(cmake-utils_use_with postscript LibSpectre)
$(cmake-utils_use_with R)
"
kde4-base_src_configure
diff --git a/kde-base/cantor/cantor-4.8.3.ebuild b/kde-base/cantor/cantor-4.8.3.ebuild
index 6120ff912940..c48b95612c8b 100644
--- a/kde-base/cantor/cantor-4.8.3.ebuild
+++ b/kde-base/cantor/cantor-4.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/cantor/cantor-4.8.3.ebuild,v 1.4 2012/05/24 08:05:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/cantor/cantor-4.8.3.ebuild,v 1.5 2012/06/16 16:45:24 ssuominen Exp $
EAPI=4
@@ -10,12 +10,12 @@ inherit kde4-base
DESCRIPTION="KDE4 interface for doing mathematics and scientific computing"
KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="analitza debug ps +R"
+IUSE="analitza debug postscript +R"
# TODO Add Sage Mathematics Software backend (http://www.sagemath.org)
RDEPEND="
analitza? ( $(add_kdebase_dep analitza) )
- ps? ( app-text/libspectre )
+ postscript? ( app-text/libspectre )
R? ( dev-lang/R )
"
DEPEND="${RDEPEND}
@@ -25,7 +25,7 @@ DEPEND="${RDEPEND}
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with analitza)
- $(cmake-utils_use_with ps LibSpectre)
+ $(cmake-utils_use_with postscript LibSpectre)
$(cmake-utils_use_with R)
)
kde4-base_src_configure
diff --git a/kde-base/cantor/metadata.xml b/kde-base/cantor/metadata.xml
index 77971e25cb8e..9e268d5263b1 100644
--- a/kde-base/cantor/metadata.xml
+++ b/kde-base/cantor/metadata.xml
@@ -4,7 +4,6 @@
<herd>kde</herd>
<use>
<flag name="analitza">Enable support <pkg>kde-base/analitza</pkg></flag>
- <flag name="ps">Enable rendering EPS files</flag>
<flag name="R">Enable R backend support</flag>
</use>
</pkgmetadata>