public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-base/kalgebra/
@ 2011-05-26 21:14 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; 10+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-05-26 21:14 UTC (permalink / raw
  To: gentoo-commits

commit:     1a215ba3aae07a66d22250d017acca01af0a10b6
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 20:57:03 2011 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Thu May 26 20:57:03 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1a215ba3

[kde-base/kalgebra] 4.6.80 version bump.

(Portage version: 2.2.0_alpha35/git/Linux x86_64, signed Manifest commit with key BB0E6E98)

---
 kde-base/kalgebra/kalgebra-4.6.80.ebuild |   51 ++++++++++++++++++++++++++++++
 1 files changed, 51 insertions(+), 0 deletions(-)

diff --git a/kde-base/kalgebra/kalgebra-4.6.80.ebuild b/kde-base/kalgebra/kalgebra-4.6.80.ebuild
new file mode 100644
index 0000000..93cdb50
--- /dev/null
+++ b/kde-base/kalgebra/kalgebra-4.6.80.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+KDE_HANDBOOK="optional"
+OPENGL_REQUIRED="optional"
+KDE_SCM="git"
+inherit "kde4-base"
+
+DESCRIPTION="MathML-based graph calculator for KDE."
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug +plasma readline"
+
+DEPEND="
+	readline? ( sys-libs/readline )
+"
+RDEPEND="${DEPEND}"
+
+KMEXTRACTONLY="
+	libkdeedu/kdeeduui/
+"
+KMEXTRA="
+	libkdeedu/qtmmlwidget/
+"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-4.5.73-solaris-graph2d.patch
+)
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use_with readline)
+		$(cmake-utils_use_with plasma)
+		$(cmake-utils_use_with opengl OpenGL)
+	)
+
+	kde4-base_src_configure
+}
+
+src_test() {
+	# disable broken test
+	local dir
+	dir="${S}"
+	sed -i -e '/mathmlpresentationtest/ s/^/#DO_NOT_RUN_TEST /' \
+		"${dir}"/analitza/tests/CMakeLists.txt || \
+		die "sed to disable mathmlpresentationtest failed."
+
+	kde4-base_src_test
+}



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kalgebra/
@ 2011-06-11 11:39 Marc Schiffbauer
  0 siblings, 0 replies; 10+ messages in thread
From: Marc Schiffbauer @ 2011-06-11 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     1424b6721937df17c9028c6a27a5b1dcb615412c
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 11:38:31 2011 +0000
Commit:     Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
CommitDate: Sat Jun 11 11:38:31 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1424b672

[kde-base/kalgebra] has moved to git

---
 kde-base/kalgebra/kalgebra-4.6.49.9999.ebuild |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/kde-base/kalgebra/kalgebra-4.6.49.9999.ebuild b/kde-base/kalgebra/kalgebra-4.6.49.9999.ebuild
index d462437..bc48cac 100644
--- a/kde-base/kalgebra/kalgebra-4.6.49.9999.ebuild
+++ b/kde-base/kalgebra/kalgebra-4.6.49.9999.ebuild
@@ -5,9 +5,15 @@
 EAPI=4
 
 KDE_HANDBOOK="optional"
-KMNAME="kdeedu"
 OPENGL_REQUIRED="optional"
-inherit kde4-meta
+KDE_SCM="git"
+if [[ ${PV} == *9999 ]]; then
+	kde_eclass="kde4-base"
+else
+	KMNAME="kdeedu"
+	kde_eclass="kde4-meta"
+fi
+inherit ${kde_eclass}
 
 DESCRIPTION="MathML-based graph calculator for KDE."
 KEYWORDS=""
@@ -28,7 +34,6 @@ KMEXTRA="
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-4.5.73-solaris-graph2d.patch
-	"${FILESDIR}"/${PN}-4.6.4-nolib.patch
 )
 
 src_configure() {
@@ -38,7 +43,7 @@ src_configure() {
 		$(cmake-utils_use_with opengl OpenGL)
 	)
 
-	kde4-meta_src_configure
+	${kde_eclass}_src_configure
 }
 
 src_test() {
@@ -47,5 +52,5 @@ src_test() {
 		"${S}"/"${PN}"/analitza/tests/CMakeLists.txt || \
 		die "sed to disable mathmlpresentationtest failed."
 
-	kde4-meta_src_test
+	${kde_eclass}_src_test
 }



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kalgebra/
@ 2011-07-28 21:36 Andreas Hüttel
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Hüttel @ 2011-07-28 21:36 UTC (permalink / raw
  To: gentoo-commits

commit:     02225c4890e5baf39fb8834089f02d2c146b6073
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Thu Jul 28 21:36:04 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 21:36:04 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=02225c48

[kde-base/kalgebra] Add missing dependency on libkdeedu, bug 375011

(Portage version: 2.1.10.7/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)

---
 kde-base/kalgebra/kalgebra-4.7.49.9999.ebuild |    1 +
 kde-base/kalgebra/kalgebra-9999.ebuild        |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/kde-base/kalgebra/kalgebra-4.7.49.9999.ebuild b/kde-base/kalgebra/kalgebra-4.7.49.9999.ebuild
index d86b2e9..e622253 100644
--- a/kde-base/kalgebra/kalgebra-4.7.49.9999.ebuild
+++ b/kde-base/kalgebra/kalgebra-4.7.49.9999.ebuild
@@ -14,6 +14,7 @@ KEYWORDS=""
 IUSE="debug +plasma readline"
 
 DEPEND="
+	$(add_kdebase_dep libkdeedu)
 	readline? ( sys-libs/readline )
 "
 RDEPEND="${DEPEND}"

diff --git a/kde-base/kalgebra/kalgebra-9999.ebuild b/kde-base/kalgebra/kalgebra-9999.ebuild
index d86b2e9..e622253 100644
--- a/kde-base/kalgebra/kalgebra-9999.ebuild
+++ b/kde-base/kalgebra/kalgebra-9999.ebuild
@@ -14,6 +14,7 @@ KEYWORDS=""
 IUSE="debug +plasma readline"
 
 DEPEND="
+	$(add_kdebase_dep libkdeedu)
 	readline? ( sys-libs/readline )
 "
 RDEPEND="${DEPEND}"



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kalgebra/
@ 2011-10-16 20:15 Andreas Hüttel
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Hüttel @ 2011-10-16 20:15 UTC (permalink / raw
  To: gentoo-commits

commit:     0291235f1cd188085bedc5e85feb235a0933f736
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sun Oct 16 20:15:06 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 20:15:20 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0291235f

[kde-base/kalgebra] dont appply patch, it fails

(Portage version: 2.1.10.27/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)

---
 kde-base/kalgebra/kalgebra-9999.ebuild |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/kde-base/kalgebra/kalgebra-9999.ebuild b/kde-base/kalgebra/kalgebra-9999.ebuild
index e622253..9590bf0 100644
--- a/kde-base/kalgebra/kalgebra-9999.ebuild
+++ b/kde-base/kalgebra/kalgebra-9999.ebuild
@@ -26,10 +26,6 @@ KMEXTRA="
 	libkdeedu/qtmmlwidget/
 "
 
-PATCHES=(
-	"${FILESDIR}"/${PN}-4.5.73-solaris-graph2d.patch
-)
-
 src_configure() {
 	mycmakeargs=(
 		$(cmake-utils_use_with readline)



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kalgebra/
@ 2011-11-06 14:03 Johannes Huber
  0 siblings, 0 replies; 10+ messages in thread
From: Johannes Huber @ 2011-11-06 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3db89be522d932a21490ced151f6b6c651c42976
Author:     Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Sun Nov  6 13:59:21 2011 +0000
Commit:     Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Sun Nov  6 13:59:21 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3db89be5

[kde-base/kalgebra] Update deps

(Portage version: 2.2.0_alpha72/git/Linux x86_64, unsigned Manifest commit)

---
 kde-base/kalgebra/kalgebra-9999.ebuild |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/kde-base/kalgebra/kalgebra-9999.ebuild b/kde-base/kalgebra/kalgebra-9999.ebuild
index 9590bf0..943737f 100644
--- a/kde-base/kalgebra/kalgebra-9999.ebuild
+++ b/kde-base/kalgebra/kalgebra-9999.ebuild
@@ -14,6 +14,7 @@ KEYWORDS=""
 IUSE="debug +plasma readline"
 
 DEPEND="
+	$(add_kdebase_dep analitza)
 	$(add_kdebase_dep libkdeedu)
 	readline? ( sys-libs/readline )
 "



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kalgebra/
@ 2011-12-04 15:51 Andreas Hüttel
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Hüttel @ 2011-12-04 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     ac5d1976a0966c2fbe7320ca0553d5cf13c83062
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 15:51:33 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 15:51:33 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ac5d1976

[kde-base/kalgebra] Restrict tests, bug 382561

(Portage version: 2.1.10.39/git/Linux x86_64, unsigned Manifest commit)

---
 kde-base/kalgebra/kalgebra-4.7.4.ebuild       |    3 +++
 kde-base/kalgebra/kalgebra-4.7.49.9999.ebuild |    3 +++
 kde-base/kalgebra/kalgebra-4.7.80.ebuild      |    3 +++
 kde-base/kalgebra/kalgebra-4.7.90.ebuild      |    3 +++
 kde-base/kalgebra/kalgebra-9999.ebuild        |    3 +++
 5 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/kde-base/kalgebra/kalgebra-4.7.4.ebuild b/kde-base/kalgebra/kalgebra-4.7.4.ebuild
index c7490af..790f011 100644
--- a/kde-base/kalgebra/kalgebra-4.7.4.ebuild
+++ b/kde-base/kalgebra/kalgebra-4.7.4.ebuild
@@ -26,6 +26,9 @@ KMEXTRA="
 	libkdeedu/qtmmlwidget/
 "
 
+RESTRICT="test"
+# bug 382561
+
 PATCHES=(
 	"${FILESDIR}"/${PN}-4.5.73-solaris-graph2d.patch
 )

diff --git a/kde-base/kalgebra/kalgebra-4.7.49.9999.ebuild b/kde-base/kalgebra/kalgebra-4.7.49.9999.ebuild
index e622253..3a97989 100644
--- a/kde-base/kalgebra/kalgebra-4.7.49.9999.ebuild
+++ b/kde-base/kalgebra/kalgebra-4.7.49.9999.ebuild
@@ -26,6 +26,9 @@ KMEXTRA="
 	libkdeedu/qtmmlwidget/
 "
 
+RESTRICT="test"
+# bug 382561
+
 PATCHES=(
 	"${FILESDIR}"/${PN}-4.5.73-solaris-graph2d.patch
 )

diff --git a/kde-base/kalgebra/kalgebra-4.7.80.ebuild b/kde-base/kalgebra/kalgebra-4.7.80.ebuild
index 630db3b..37ec82d 100644
--- a/kde-base/kalgebra/kalgebra-4.7.80.ebuild
+++ b/kde-base/kalgebra/kalgebra-4.7.80.ebuild
@@ -27,6 +27,9 @@ KMEXTRA="
 	libkdeedu/qtmmlwidget/
 "
 
+RESTRICT="test"
+# bug 382561
+
 src_configure() {
 	mycmakeargs=(
 		$(cmake-utils_use_with readline)

diff --git a/kde-base/kalgebra/kalgebra-4.7.90.ebuild b/kde-base/kalgebra/kalgebra-4.7.90.ebuild
index 630db3b..37ec82d 100644
--- a/kde-base/kalgebra/kalgebra-4.7.90.ebuild
+++ b/kde-base/kalgebra/kalgebra-4.7.90.ebuild
@@ -27,6 +27,9 @@ KMEXTRA="
 	libkdeedu/qtmmlwidget/
 "
 
+RESTRICT="test"
+# bug 382561
+
 src_configure() {
 	mycmakeargs=(
 		$(cmake-utils_use_with readline)

diff --git a/kde-base/kalgebra/kalgebra-9999.ebuild b/kde-base/kalgebra/kalgebra-9999.ebuild
index 943737f..11b0137 100644
--- a/kde-base/kalgebra/kalgebra-9999.ebuild
+++ b/kde-base/kalgebra/kalgebra-9999.ebuild
@@ -27,6 +27,9 @@ KMEXTRA="
 	libkdeedu/qtmmlwidget/
 "
 
+RESTRICT="test"
+# bug 382561
+
 src_configure() {
 	mycmakeargs=(
 		$(cmake-utils_use_with readline)



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kalgebra/
@ 2012-05-15 19:25 Michael Palimaka
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Palimaka @ 2012-05-15 19:25 UTC (permalink / raw
  To: gentoo-commits

commit:     0bf7c978a50acc0393685e49d694ae4f0cafe9ec
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue May 15 19:25:06 2012 +0000
Commit:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Tue May 15 19:25:06 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0bf7c978

[kde-base/kalgebra] Unrestrict tests - all tests moved to analitza when upstream repos split. Remove useless variables and src_test.

(Portage version: 2.1.10.60/git/Linux x86_64, unsigned Manifest commit)

---
 kde-base/kalgebra/kalgebra-4.8.49.9999.ebuild |   19 -------------------
 kde-base/kalgebra/kalgebra-9999.ebuild        |   19 -------------------
 2 files changed, 0 insertions(+), 38 deletions(-)

diff --git a/kde-base/kalgebra/kalgebra-4.8.49.9999.ebuild b/kde-base/kalgebra/kalgebra-4.8.49.9999.ebuild
index 4a6323e..84329b9 100644
--- a/kde-base/kalgebra/kalgebra-4.8.49.9999.ebuild
+++ b/kde-base/kalgebra/kalgebra-4.8.49.9999.ebuild
@@ -20,16 +20,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-KMEXTRACTONLY="
-	libkdeedu/kdeeduui/
-"
-KMEXTRA="
-	libkdeedu/qtmmlwidget/
-"
-
-RESTRICT="test"
-# bug 382561
-
 src_configure() {
 	mycmakeargs=(
 		$(cmake-utils_use_with readline)
@@ -39,12 +29,3 @@ src_configure() {
 
 	kde4-base_src_configure
 }
-
-src_test() {
-	# disable broken test
-	sed -i -e '/mathmlpresentationtest/ s/^/#DO_NOT_RUN_TEST /' \
-		"${S}"/analitza/tests/CMakeLists.txt || \
-		die "sed to disable mathmlpresentationtest failed."
-
-	kde4-base_src_test
-}

diff --git a/kde-base/kalgebra/kalgebra-9999.ebuild b/kde-base/kalgebra/kalgebra-9999.ebuild
index 4a6323e..84329b9 100644
--- a/kde-base/kalgebra/kalgebra-9999.ebuild
+++ b/kde-base/kalgebra/kalgebra-9999.ebuild
@@ -20,16 +20,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-KMEXTRACTONLY="
-	libkdeedu/kdeeduui/
-"
-KMEXTRA="
-	libkdeedu/qtmmlwidget/
-"
-
-RESTRICT="test"
-# bug 382561
-
 src_configure() {
 	mycmakeargs=(
 		$(cmake-utils_use_with readline)
@@ -39,12 +29,3 @@ src_configure() {
 
 	kde4-base_src_configure
 }
-
-src_test() {
-	# disable broken test
-	sed -i -e '/mathmlpresentationtest/ s/^/#DO_NOT_RUN_TEST /' \
-		"${S}"/analitza/tests/CMakeLists.txt || \
-		die "sed to disable mathmlpresentationtest failed."
-
-	kde4-base_src_test
-}



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kalgebra/
@ 2013-07-31 19:58 Johannes Huber
  0 siblings, 0 replies; 10+ messages in thread
From: Johannes Huber @ 2013-07-31 19:58 UTC (permalink / raw
  To: gentoo-commits

commit:     d5e54b72c2a35ec6c7323e398cad20e9c5302918
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 19:58:12 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 19:58:12 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d5e54b72

[kde-base/kalgebra] Update HOMEPAGE wrt bug #478928.

Package-Manager: portage-2.2.0_alpha191

---
 kde-base/kalgebra/kalgebra-4.10.97.ebuild      | 2 ++
 kde-base/kalgebra/kalgebra-4.11.49.9999.ebuild | 2 ++
 kde-base/kalgebra/kalgebra-9999.ebuild         | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/kde-base/kalgebra/kalgebra-4.10.97.ebuild b/kde-base/kalgebra/kalgebra-4.10.97.ebuild
index 1a15b57..aaeaf8b 100644
--- a/kde-base/kalgebra/kalgebra-4.10.97.ebuild
+++ b/kde-base/kalgebra/kalgebra-4.10.97.ebuild
@@ -9,6 +9,8 @@ OPENGL_REQUIRED="optional"
 inherit kde4-base
 
 DESCRIPTION="MathML-based graph calculator for KDE."
+HOMEPAGE="http://www.kde.org/applications/education/kalgebra
+http://edu.kde.org/kalgebra"
 KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug +plasma readline"
 

diff --git a/kde-base/kalgebra/kalgebra-4.11.49.9999.ebuild b/kde-base/kalgebra/kalgebra-4.11.49.9999.ebuild
index d456f74..5fa1647 100644
--- a/kde-base/kalgebra/kalgebra-4.11.49.9999.ebuild
+++ b/kde-base/kalgebra/kalgebra-4.11.49.9999.ebuild
@@ -9,6 +9,8 @@ OPENGL_REQUIRED="optional"
 inherit kde4-base
 
 DESCRIPTION="MathML-based graph calculator for KDE."
+HOMEPAGE="http://www.kde.org/applications/education/kalgebra
+http://edu.kde.org/kalgebra"
 KEYWORDS=""
 IUSE="debug +plasma readline"
 

diff --git a/kde-base/kalgebra/kalgebra-9999.ebuild b/kde-base/kalgebra/kalgebra-9999.ebuild
index d456f74..5fa1647 100644
--- a/kde-base/kalgebra/kalgebra-9999.ebuild
+++ b/kde-base/kalgebra/kalgebra-9999.ebuild
@@ -9,6 +9,8 @@ OPENGL_REQUIRED="optional"
 inherit kde4-base
 
 DESCRIPTION="MathML-based graph calculator for KDE."
+HOMEPAGE="http://www.kde.org/applications/education/kalgebra
+http://edu.kde.org/kalgebra"
 KEYWORDS=""
 IUSE="debug +plasma readline"
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kalgebra/
@ 2013-08-22 17:07 Michael Palimaka
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Palimaka @ 2013-08-22 17:07 UTC (permalink / raw
  To: gentoo-commits

commit:     487da69bdabec38b0f846fde9df5d52c6f4d92db
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 17:03:55 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 17:03:55 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=487da69b

[kde-base/kalgebra] Add missing dependencies. Remove USE flags that no longer do anything.

Package-Manager: portage-2.2.1

---
 kde-base/kalgebra/kalgebra-4.11.49.9999.ebuild | 9 ++++-----
 kde-base/kalgebra/kalgebra-9999.ebuild         | 9 ++++-----
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/kde-base/kalgebra/kalgebra-4.11.49.9999.ebuild b/kde-base/kalgebra/kalgebra-4.11.49.9999.ebuild
index 5fa1647..655d81a 100644
--- a/kde-base/kalgebra/kalgebra-4.11.49.9999.ebuild
+++ b/kde-base/kalgebra/kalgebra-4.11.49.9999.ebuild
@@ -5,6 +5,7 @@
 EAPI=5
 
 KDE_HANDBOOK="optional"
+DECLARATIVE_REQUIRED="always"
 OPENGL_REQUIRED="optional"
 inherit kde4-base
 
@@ -12,19 +13,17 @@ DESCRIPTION="MathML-based graph calculator for KDE."
 HOMEPAGE="http://www.kde.org/applications/education/kalgebra
 http://edu.kde.org/kalgebra"
 KEYWORDS=""
-IUSE="debug +plasma readline"
+IUSE="debug"
 
 DEPEND="
 	$(add_kdebase_dep analitza)
 	$(add_kdebase_dep libkdeedu)
-	readline? ( sys-libs/readline )
+	opengl? ( virtual/glu )
 "
 RDEPEND="${DEPEND}"
 
 src_configure() {
-	mycmakeargs=(
-		$(cmake-utils_use_with readline)
-		$(cmake-utils_use_with plasma)
+	local mycmakeargs=(
 		$(cmake-utils_use_with opengl OpenGL)
 	)
 

diff --git a/kde-base/kalgebra/kalgebra-9999.ebuild b/kde-base/kalgebra/kalgebra-9999.ebuild
index 5fa1647..655d81a 100644
--- a/kde-base/kalgebra/kalgebra-9999.ebuild
+++ b/kde-base/kalgebra/kalgebra-9999.ebuild
@@ -5,6 +5,7 @@
 EAPI=5
 
 KDE_HANDBOOK="optional"
+DECLARATIVE_REQUIRED="always"
 OPENGL_REQUIRED="optional"
 inherit kde4-base
 
@@ -12,19 +13,17 @@ DESCRIPTION="MathML-based graph calculator for KDE."
 HOMEPAGE="http://www.kde.org/applications/education/kalgebra
 http://edu.kde.org/kalgebra"
 KEYWORDS=""
-IUSE="debug +plasma readline"
+IUSE="debug"
 
 DEPEND="
 	$(add_kdebase_dep analitza)
 	$(add_kdebase_dep libkdeedu)
-	readline? ( sys-libs/readline )
+	opengl? ( virtual/glu )
 "
 RDEPEND="${DEPEND}"
 
 src_configure() {
-	mycmakeargs=(
-		$(cmake-utils_use_with readline)
-		$(cmake-utils_use_with plasma)
+	local mycmakeargs=(
 		$(cmake-utils_use_with opengl OpenGL)
 	)
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-base/kalgebra/
@ 2013-10-02  5:30 Chris Reffett
  0 siblings, 0 replies; 10+ messages in thread
From: Chris Reffett @ 2013-10-02  5:30 UTC (permalink / raw
  To: gentoo-commits

commit:     6828ee96b4a92c32a81f3ffc138f5fd8d10d2fa1
Author:     Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  2 05:30:25 2013 +0000
Commit:     Chris Reffett <creffett <AT> gentoo <DOT> org>
CommitDate: Wed Oct  2 05:30:25 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6828ee96

[kde-base/kalgebra] Add kde-base/analitza[opengl?] dep wrt bug 485876

Package-Manager: portage-2.2.7

---
 .../kalgebra/{kalgebra-4.11.49.9999.ebuild => kalgebra-4.11.2.ebuild}   | 2 +-
 kde-base/kalgebra/kalgebra-4.11.49.9999.ebuild                          | 2 +-
 kde-base/kalgebra/kalgebra-9999.ebuild                                  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-base/kalgebra/kalgebra-4.11.49.9999.ebuild b/kde-base/kalgebra/kalgebra-4.11.2.ebuild
similarity index 90%
copy from kde-base/kalgebra/kalgebra-4.11.49.9999.ebuild
copy to kde-base/kalgebra/kalgebra-4.11.2.ebuild
index 655d81a..89e556a 100644
--- a/kde-base/kalgebra/kalgebra-4.11.49.9999.ebuild
+++ b/kde-base/kalgebra/kalgebra-4.11.2.ebuild
@@ -12,7 +12,7 @@ inherit kde4-base
 DESCRIPTION="MathML-based graph calculator for KDE."
 HOMEPAGE="http://www.kde.org/applications/education/kalgebra
 http://edu.kde.org/kalgebra"
-KEYWORDS=""
+KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="

diff --git a/kde-base/kalgebra/kalgebra-4.11.49.9999.ebuild b/kde-base/kalgebra/kalgebra-4.11.49.9999.ebuild
index 655d81a..f86cd7e 100644
--- a/kde-base/kalgebra/kalgebra-4.11.49.9999.ebuild
+++ b/kde-base/kalgebra/kalgebra-4.11.49.9999.ebuild
@@ -16,7 +16,7 @@ KEYWORDS=""
 IUSE="debug"
 
 DEPEND="
-	$(add_kdebase_dep analitza)
+	$(add_kdebase_dep analitza opengl?)
 	$(add_kdebase_dep libkdeedu)
 	opengl? ( virtual/glu )
 "

diff --git a/kde-base/kalgebra/kalgebra-9999.ebuild b/kde-base/kalgebra/kalgebra-9999.ebuild
index 655d81a..f86cd7e 100644
--- a/kde-base/kalgebra/kalgebra-9999.ebuild
+++ b/kde-base/kalgebra/kalgebra-9999.ebuild
@@ -16,7 +16,7 @@ KEYWORDS=""
 IUSE="debug"
 
 DEPEND="
-	$(add_kdebase_dep analitza)
+	$(add_kdebase_dep analitza opengl?)
 	$(add_kdebase_dep libkdeedu)
 	opengl? ( virtual/glu )
 "


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-10-02  5:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-15 19:25 [gentoo-commits] proj/kde:master commit in: kde-base/kalgebra/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2013-10-02  5:30 Chris Reffett
2013-08-22 17:07 Michael Palimaka
2013-07-31 19:58 Johannes Huber
2011-12-04 15:51 Andreas Hüttel
2011-11-06 14:03 Johannes Huber
2011-10-16 20:15 Andreas Hüttel
2011-07-28 21:36 Andreas Hüttel
2011-06-11 11:39 Marc Schiffbauer
2011-05-26 21:14 Jorge Manuel B. S. Vicetto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox