From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SfwEf-0008Hw-Sk for garchives@archives.gentoo.org; Sat, 16 Jun 2012 16:52:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44E7FE0992; Sat, 16 Jun 2012 16:52:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 03AB7E0992 for ; Sat, 16 Jun 2012 16:52:06 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 346B11B4013 for ; Sat, 16 Jun 2012 16:52:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EA947E5430 for ; Sat, 16 Jun 2012 16:52:04 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1339865449.1751142cbaf0b6effb34a78bff2a43064eb4eb93.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/cantor/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/cantor/cantor-4.8.4.ebuild kde-base/cantor/cantor-4.8.49.9999.ebuild kde-base/cantor/cantor-4.8.80.ebuild kde-base/cantor/cantor-4.8.90.ebuild kde-base/cantor/cantor-9999.ebuild kde-base/cantor/metadata.xml X-VCS-Directories: kde-base/cantor/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1751142cbaf0b6effb34a78bff2a43064eb4eb93 X-VCS-Branch: master Date: Sat, 16 Jun 2012 16:52:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 98c43878-41d7-4238-baa7-83ff65a6a9f3 X-Archives-Hash: fb6e548b736d7187271ab709077d3a28 commit: 1751142cbaf0b6effb34a78bff2a43064eb4eb93 Author: Michael Palimaka gentoo org> AuthorDate: Sat Jun 16 16:50:49 2012 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Jun 16 16:50:49 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D1751142c [kde-base/cantor] Use global USE flag "postscript" instead of local USE f= lag "ps" for PostScript support, wrt bug #421453. (Portage version: 2.1.10.65/git/Linux x86_64, unsigned Manifest commit) --- kde-base/cantor/cantor-4.8.4.ebuild | 6 +++--- kde-base/cantor/cantor-4.8.49.9999.ebuild | 6 +++--- kde-base/cantor/cantor-4.8.80.ebuild | 6 +++--- kde-base/cantor/cantor-4.8.90.ebuild | 6 +++--- kde-base/cantor/cantor-9999.ebuild | 6 +++--- kde-base/cantor/metadata.xml | 1 - 6 files changed, 15 insertions(+), 16 deletions(-) diff --git a/kde-base/cantor/cantor-4.8.4.ebuild b/kde-base/cantor/cantor= -4.8.4.ebuild index 79abe3b..8fb2039 100644 --- a/kde-base/cantor/cantor-4.8.4.ebuild +++ b/kde-base/cantor/cantor-4.8.4.ebuild @@ -9,12 +9,12 @@ inherit kde4-base =20 DESCRIPTION=3D"KDE4 interface for doing mathematics and scientific compu= ting" KEYWORDS=3D"~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE=3D"analitza debug ps +R" +IUSE=3D"analitza debug postscript +R" =20 # TODO Add Sage Mathematics Software backend (http://www.sagemath.org) RDEPEND=3D" analitza? ( $(add_kdebase_dep analitza) ) - ps? ( app-text/libspectre ) + postscript? ( app-text/libspectre ) R? ( dev-lang/R ) " DEPEND=3D"${RDEPEND} @@ -24,7 +24,7 @@ DEPEND=3D"${RDEPEND} src_configure() { mycmakeargs=3D( $(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/cantor-4.8.49.9999.ebuild b/kde-base/cantor/= cantor-4.8.49.9999.ebuild index 6ae04e5..35b844b 100644 --- a/kde-base/cantor/cantor-4.8.49.9999.ebuild +++ b/kde-base/cantor/cantor-4.8.49.9999.ebuild @@ -10,12 +10,12 @@ inherit kde4-base =20 DESCRIPTION=3D"KDE4 interface for doing mathematics and scientific compu= ting" KEYWORDS=3D"" -IUSE=3D"analitza debug ps +R" +IUSE=3D"analitza debug postscript +R" =20 # TODO Add Sage Mathematics Software backend (http://www.sagemath.org) RDEPEND=3D" analitza? ( $(add_kdebase_dep analitza) ) - ps? ( app-text/libspectre ) + postscript? ( app-text/libspectre ) R? ( dev-lang/R ) " DEPEND=3D"${RDEPEND} @@ -25,7 +25,7 @@ DEPEND=3D"${RDEPEND} src_configure() { mycmakeargs=3D( $(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/cantor-4.8.80.ebuild b/kde-base/cantor/canto= r-4.8.80.ebuild index 0c1180e..41e4bdf 100644 --- a/kde-base/cantor/cantor-4.8.80.ebuild +++ b/kde-base/cantor/cantor-4.8.80.ebuild @@ -10,12 +10,12 @@ inherit kde4-base =20 DESCRIPTION=3D"KDE4 interface for doing mathematics and scientific compu= ting" KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE=3D"analitza debug ps +R" +IUSE=3D"analitza debug postscript +R" =20 # TODO Add Sage Mathematics Software backend (http://www.sagemath.org) RDEPEND=3D" analitza? ( $(add_kdebase_dep analitza) ) - ps? ( app-text/libspectre ) + postscript? ( app-text/libspectre ) R? ( dev-lang/R ) " DEPEND=3D"${RDEPEND} @@ -25,7 +25,7 @@ DEPEND=3D"${RDEPEND} src_configure() { mycmakeargs=3D( $(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/cantor-4.8.90.ebuild b/kde-base/cantor/canto= r-4.8.90.ebuild index 0c1180e..41e4bdf 100644 --- a/kde-base/cantor/cantor-4.8.90.ebuild +++ b/kde-base/cantor/cantor-4.8.90.ebuild @@ -10,12 +10,12 @@ inherit kde4-base =20 DESCRIPTION=3D"KDE4 interface for doing mathematics and scientific compu= ting" KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE=3D"analitza debug ps +R" +IUSE=3D"analitza debug postscript +R" =20 # TODO Add Sage Mathematics Software backend (http://www.sagemath.org) RDEPEND=3D" analitza? ( $(add_kdebase_dep analitza) ) - ps? ( app-text/libspectre ) + postscript? ( app-text/libspectre ) R? ( dev-lang/R ) " DEPEND=3D"${RDEPEND} @@ -25,7 +25,7 @@ DEPEND=3D"${RDEPEND} src_configure() { mycmakeargs=3D( $(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/cantor-9999.ebuild b/kde-base/cantor/cantor-= 9999.ebuild index 6ae04e5..35b844b 100644 --- a/kde-base/cantor/cantor-9999.ebuild +++ b/kde-base/cantor/cantor-9999.ebuild @@ -10,12 +10,12 @@ inherit kde4-base =20 DESCRIPTION=3D"KDE4 interface for doing mathematics and scientific compu= ting" KEYWORDS=3D"" -IUSE=3D"analitza debug ps +R" +IUSE=3D"analitza debug postscript +R" =20 # TODO Add Sage Mathematics Software backend (http://www.sagemath.org) RDEPEND=3D" analitza? ( $(add_kdebase_dep analitza) ) - ps? ( app-text/libspectre ) + postscript? ( app-text/libspectre ) R? ( dev-lang/R ) " DEPEND=3D"${RDEPEND} @@ -25,7 +25,7 @@ DEPEND=3D"${RDEPEND} src_configure() { mycmakeargs=3D( $(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 77971e2..9e268d5 100644 --- a/kde-base/cantor/metadata.xml +++ b/kde-base/cantor/metadata.xml @@ -4,7 +4,6 @@ kde Enable support kde-base/analitza - Enable rendering EPS files Enable R backend support