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

commit:     384cd27cff79b0d78d1748fee9b8ca225fa3dfec
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 01:40:37 2011 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Mon May 30 01:40:37 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=384cd27c

[kde-base/rocs] 4.6.80 version bump.

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

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

diff --git a/kde-base/rocs/rocs-4.6.80.ebuild b/kde-base/rocs/rocs-4.6.80.ebuild
new file mode 100644
index 0000000..9912649
--- /dev/null
+++ b/kde-base/rocs/rocs-4.6.80.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+KDE_HANDBOOK="optional"
+KDE_SCM="git"
+inherit kde4-base
+
+DESCRIPTION="KDE4 interface to work with Graph Theory"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	>=dev-cpp/eigen-2.0.3:2
+"
+RDEPEND=""



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

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

commit:     559793493ecf8bd78b3b9682f8cc14ae9761f44c
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sat Aug 20 20:54:02 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 20:54:11 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=55979349

[kde-base/rocs] Restrict tests, bug 376909

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

---
 kde-base/rocs/rocs-4.7.49.9999.ebuild |    3 +++
 kde-base/rocs/rocs-9999.ebuild        |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/kde-base/rocs/rocs-4.7.49.9999.ebuild b/kde-base/rocs/rocs-4.7.49.9999.ebuild
index 75fa4e3..7061039 100644
--- a/kde-base/rocs/rocs-4.7.49.9999.ebuild
+++ b/kde-base/rocs/rocs-4.7.49.9999.ebuild
@@ -16,3 +16,6 @@ DEPEND="
 	>=dev-cpp/eigen-2.0.3:2
 "
 RDEPEND=""
+
+RESTRICT="test"
+# bug 376909

diff --git a/kde-base/rocs/rocs-9999.ebuild b/kde-base/rocs/rocs-9999.ebuild
index 75fa4e3..7061039 100644
--- a/kde-base/rocs/rocs-9999.ebuild
+++ b/kde-base/rocs/rocs-9999.ebuild
@@ -16,3 +16,6 @@ DEPEND="
 	>=dev-cpp/eigen-2.0.3:2
 "
 RDEPEND=""
+
+RESTRICT="test"
+# bug 376909



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

* [gentoo-commits] proj/kde:master commit in: kde-base/rocs/
@ 2011-08-27  7:46 Andreas Hüttel
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2011-08-27  7:46 UTC (permalink / raw
  To: gentoo-commits

commit:     8fb9add04aa5a919555946efa80bcc94c781b322
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sat Aug 27 07:47:01 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Aug 27 07:47:01 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8fb9add0

[kde-base/rocs] Add missing boost dependency, bug 379763

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

---
 kde-base/rocs/rocs-4.7.49.9999.ebuild |    3 ++-
 kde-base/rocs/rocs-9999.ebuild        |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/kde-base/rocs/rocs-4.7.49.9999.ebuild b/kde-base/rocs/rocs-4.7.49.9999.ebuild
index 7061039..15eb59f 100644
--- a/kde-base/rocs/rocs-4.7.49.9999.ebuild
+++ b/kde-base/rocs/rocs-4.7.49.9999.ebuild
@@ -12,10 +12,11 @@ DESCRIPTION="KDE4 interface to work with Graph Theory"
 KEYWORDS=""
 IUSE="debug"
 
+RDEPEND="dev-libs/boost"
 DEPEND="
+	${RDEPEND}
 	>=dev-cpp/eigen-2.0.3:2
 "
-RDEPEND=""
 
 RESTRICT="test"
 # bug 376909

diff --git a/kde-base/rocs/rocs-9999.ebuild b/kde-base/rocs/rocs-9999.ebuild
index 7061039..15eb59f 100644
--- a/kde-base/rocs/rocs-9999.ebuild
+++ b/kde-base/rocs/rocs-9999.ebuild
@@ -12,10 +12,11 @@ DESCRIPTION="KDE4 interface to work with Graph Theory"
 KEYWORDS=""
 IUSE="debug"
 
+RDEPEND="dev-libs/boost"
 DEPEND="
+	${RDEPEND}
 	>=dev-cpp/eigen-2.0.3:2
 "
-RDEPEND=""
 
 RESTRICT="test"
 # bug 376909



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

* [gentoo-commits] proj/kde:master commit in: kde-base/rocs/
@ 2012-02-09 14:48 Johannes Huber
  0 siblings, 0 replies; 13+ messages in thread
From: Johannes Huber @ 2012-02-09 14:48 UTC (permalink / raw
  To: gentoo-commits

commit:     42f73fd31866259ac2c0d77953518e4d0d842c56
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  9 14:46:59 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 14:46:59 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=42f73fd3

[kde-base/rocs] Raise dev-libs/boost dep, fixes bug 402863.

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

---
 kde-base/rocs/rocs-4.8.49.9999.ebuild |    2 +-
 kde-base/rocs/rocs-9999.ebuild        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-base/rocs/rocs-4.8.49.9999.ebuild b/kde-base/rocs/rocs-4.8.49.9999.ebuild
index 8773dcc..47ee437 100644
--- a/kde-base/rocs/rocs-4.8.49.9999.ebuild
+++ b/kde-base/rocs/rocs-4.8.49.9999.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="KDE4 interface to work with Graph Theory"
 KEYWORDS=""
 IUSE="debug"
 
-RDEPEND="dev-libs/boost"
+RDEPEND=">=dev-libs/boost-1.43"
 DEPEND="
 	${RDEPEND}
 	>=dev-cpp/eigen-2.0.3:2

diff --git a/kde-base/rocs/rocs-9999.ebuild b/kde-base/rocs/rocs-9999.ebuild
index 8773dcc..47ee437 100644
--- a/kde-base/rocs/rocs-9999.ebuild
+++ b/kde-base/rocs/rocs-9999.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="KDE4 interface to work with Graph Theory"
 KEYWORDS=""
 IUSE="debug"
 
-RDEPEND="dev-libs/boost"
+RDEPEND=">=dev-libs/boost-1.43"
 DEPEND="
 	${RDEPEND}
 	>=dev-cpp/eigen-2.0.3:2



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

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

commit:     205bb4e494e6ca83456b8dab160003a9a26e0752
Author:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
AuthorDate: Tue May 15 15:14:32 2012 +0000
Commit:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Tue May 15 15:15:26 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=205bb4e4

[kde-base/rocs] Add custom src_test phase to run tests correctly.

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

---
 kde-base/rocs/rocs-9999.ebuild |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/kde-base/rocs/rocs-9999.ebuild b/kde-base/rocs/rocs-9999.ebuild
index 47ee437..1e4082c 100644
--- a/kde-base/rocs/rocs-9999.ebuild
+++ b/kde-base/rocs/rocs-9999.ebuild
@@ -18,5 +18,14 @@ DEPEND="
 	>=dev-cpp/eigen-2.0.3:2
 "
 
-RESTRICT="test"
-# bug 376909
+src_test() {
+	local mycmakeargs=(-DKDE4_BUILD_TESTS=ON)
+	cmake-utils_src_configure
+	kde4-base_src_compile
+
+	cd "${CMAKE_BUILD_DIR}"
+	emake DESTDIR="${T}/tests" install
+	export KDEDIRS="${KDEDIRS}:${T}/tests/${PREFIX}"
+	kbuildsycoca4
+	ctest || die "tests failed"
+}



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

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

commit:     3da7ea7a5be02b5484d47051df88fc4c8639ee32
Author:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
AuthorDate: Tue May 15 16:32:05 2012 +0000
Commit:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Tue May 15 16:32:05 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3da7ea7a

[kde-base/rocs] Re-restrict tests, one still fails due to dbus problems.

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

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

diff --git a/kde-base/rocs/rocs-9999.ebuild b/kde-base/rocs/rocs-9999.ebuild
index 1e4082c..e4343ea 100644
--- a/kde-base/rocs/rocs-9999.ebuild
+++ b/kde-base/rocs/rocs-9999.ebuild
@@ -18,6 +18,9 @@ DEPEND="
 	>=dev-cpp/eigen-2.0.3:2
 "
 
+RESTRICT="test"
+# bug 376909
+
 src_test() {
 	local mycmakeargs=(-DKDE4_BUILD_TESTS=ON)
 	cmake-utils_src_configure



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

* [gentoo-commits] proj/kde:master commit in: kde-base/rocs/
@ 2012-05-20 18:21 Michael Palimaka
  0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2012-05-20 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     0e11dc8a0e60dbf96a965b5abfd8c5db0b4d7930
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 18:20:32 2012 +0000
Commit:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Sun May 20 18:20:32 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0e11dc8a

[kde-base/rocs] Unrestrict tests that are now working.

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

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

diff --git a/kde-base/rocs/rocs-9999.ebuild b/kde-base/rocs/rocs-9999.ebuild
index e4343ea..1e4082c 100644
--- a/kde-base/rocs/rocs-9999.ebuild
+++ b/kde-base/rocs/rocs-9999.ebuild
@@ -18,9 +18,6 @@ DEPEND="
 	>=dev-cpp/eigen-2.0.3:2
 "
 
-RESTRICT="test"
-# bug 376909
-
 src_test() {
 	local mycmakeargs=(-DKDE4_BUILD_TESTS=ON)
 	cmake-utils_src_configure



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

* [gentoo-commits] proj/kde:master commit in: kde-base/rocs/
@ 2012-11-18 10:03 Andreas Hüttel
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2012-11-18 10:03 UTC (permalink / raw
  To: gentoo-commits

commit:     fddeb6f48e1e15e486d4d9046e16ac51d351c346
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sun Nov 18 10:07:34 2012 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Nov 18 10:07:34 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fddeb6f4

[kde-base/rocs] Restrict tests, bug 443752

Package-Manager: portage-2.2.0_alpha142

---
 kde-base/rocs/rocs-4.9.80.ebuild |    3 +++
 kde-base/rocs/rocs-9999.ebuild   |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/kde-base/rocs/rocs-4.9.80.ebuild b/kde-base/rocs/rocs-4.9.80.ebuild
index 81c2efb..e976370 100644
--- a/kde-base/rocs/rocs-4.9.80.ebuild
+++ b/kde-base/rocs/rocs-4.9.80.ebuild
@@ -17,6 +17,9 @@ DEPEND="
 	>=dev-cpp/eigen-2.0.3:2
 "
 
+RESTRICT=test
+# bug 443752
+
 src_test() {
 	local mycmakeargs=(-DKDE4_BUILD_TESTS=ON)
 	cmake-utils_src_configure

diff --git a/kde-base/rocs/rocs-9999.ebuild b/kde-base/rocs/rocs-9999.ebuild
index 77d7f8a..4df3c6f 100644
--- a/kde-base/rocs/rocs-9999.ebuild
+++ b/kde-base/rocs/rocs-9999.ebuild
@@ -17,6 +17,9 @@ DEPEND="
 	>=dev-cpp/eigen-2.0.3:2
 "
 
+RESTRICT=test
+# bug 443752
+
 src_test() {
 	local mycmakeargs=(-DKDE4_BUILD_TESTS=ON)
 	cmake-utils_src_configure


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

* [gentoo-commits] proj/kde:master commit in: kde-base/rocs/
@ 2013-03-03 15:56 Michael Palimaka
  0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2013-03-03 15:56 UTC (permalink / raw
  To: gentoo-commits

commit:     5d54616cf47f6d2ab81309d0522913c7e4be6cff
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 15:55:41 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 15:55:41 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5d54616c

[kde-base/rocs] Add subslot dependency for boost.

Package-Manager: portage-2.1.11.53

---
 kde-base/rocs/rocs-4.10.1.ebuild       |    2 +-
 kde-base/rocs/rocs-4.10.49.9999.ebuild |    2 +-
 kde-base/rocs/rocs-9999.ebuild         |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-base/rocs/rocs-4.10.1.ebuild b/kde-base/rocs/rocs-4.10.1.ebuild
index 566bd9c..9969d73 100644
--- a/kde-base/rocs/rocs-4.10.1.ebuild
+++ b/kde-base/rocs/rocs-4.10.1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="KDE4 interface to work with Graph Theory"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
-RDEPEND=">=dev-libs/boost-1.43"
+RDEPEND=">=dev-libs/boost-1.43:="
 DEPEND="
 	${RDEPEND}
 	>=dev-cpp/eigen-2.0.3:2

diff --git a/kde-base/rocs/rocs-4.10.49.9999.ebuild b/kde-base/rocs/rocs-4.10.49.9999.ebuild
index 39f1d83..a6672a0 100644
--- a/kde-base/rocs/rocs-4.10.49.9999.ebuild
+++ b/kde-base/rocs/rocs-4.10.49.9999.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="KDE4 interface to work with Graph Theory"
 KEYWORDS=""
 IUSE="debug"
 
-RDEPEND=">=dev-libs/boost-1.43"
+RDEPEND=">=dev-libs/boost-1.43:="
 DEPEND="
 	${RDEPEND}
 	>=dev-cpp/eigen-2.0.3:2

diff --git a/kde-base/rocs/rocs-9999.ebuild b/kde-base/rocs/rocs-9999.ebuild
index 39f1d83..a6672a0 100644
--- a/kde-base/rocs/rocs-9999.ebuild
+++ b/kde-base/rocs/rocs-9999.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="KDE4 interface to work with Graph Theory"
 KEYWORDS=""
 IUSE="debug"
 
-RDEPEND=">=dev-libs/boost-1.43"
+RDEPEND=">=dev-libs/boost-1.43:="
 DEPEND="
 	${RDEPEND}
 	>=dev-cpp/eigen-2.0.3:2


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

* [gentoo-commits] proj/kde:master commit in: kde-base/rocs/
@ 2013-06-21 16:34 Andreas Hüttel
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2013-06-21 16:34 UTC (permalink / raw
  To: gentoo-commits

commit:     6e1f5a5dbbc130bb5c6ea27d5b97ccc689573d8a
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 16:36:33 2013 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jun 21 16:36:33 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6e1f5a5d

[kde-base/rocs] adding missing grantlee dep

Package-Manager: portage-2.2.0_alpha183

---
 kde-base/rocs/rocs-4.10.80.ebuild | 5 ++++-
 kde-base/rocs/rocs-9999.ebuild    | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/kde-base/rocs/rocs-4.10.80.ebuild b/kde-base/rocs/rocs-4.10.80.ebuild
index 96f247c..1445942 100644
--- a/kde-base/rocs/rocs-4.10.80.ebuild
+++ b/kde-base/rocs/rocs-4.10.80.ebuild
@@ -11,7 +11,10 @@ DESCRIPTION="KDE4 interface to work with Graph Theory"
 KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
-RDEPEND=">=dev-libs/boost-1.43:="
+RDEPEND="
+	>=dev-libs/boost-1.43:=
+	dev-libs/grantlee
+"
 DEPEND="
 	${RDEPEND}
 	>=dev-cpp/eigen-2.0.3:2

diff --git a/kde-base/rocs/rocs-9999.ebuild b/kde-base/rocs/rocs-9999.ebuild
index a6672a0..a6b4925 100644
--- a/kde-base/rocs/rocs-9999.ebuild
+++ b/kde-base/rocs/rocs-9999.ebuild
@@ -11,7 +11,10 @@ DESCRIPTION="KDE4 interface to work with Graph Theory"
 KEYWORDS=""
 IUSE="debug"
 
-RDEPEND=">=dev-libs/boost-1.43:="
+RDEPEND="
+	>=dev-libs/boost-1.43:=
+	dev-libs/grantlee
+"
 DEPEND="
 	${RDEPEND}
 	>=dev-cpp/eigen-2.0.3:2


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

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

commit:     18afae5b6bd0195bef1d5c5ae56a11d7716ceb55
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 21:36:04 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 21:36:04 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=18afae5b

[kde-base/rocs] Update HOMEPAGE wrt bug #479258.

Package-Manager: portage-2.2.0_alpha191

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

diff --git a/kde-base/rocs/rocs-4.10.97.ebuild b/kde-base/rocs/rocs-4.10.97.ebuild
index 1445942..39a94ce 100644
--- a/kde-base/rocs/rocs-4.10.97.ebuild
+++ b/kde-base/rocs/rocs-4.10.97.ebuild
@@ -8,6 +8,8 @@ KDE_HANDBOOK="optional"
 inherit kde4-base
 
 DESCRIPTION="KDE4 interface to work with Graph Theory"
+HOMEPAGE="http://kde.org/applications/education/rocs
+http://edu.kde.org/applications/mathematics/rocs"
 KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 

diff --git a/kde-base/rocs/rocs-4.11.49.9999.ebuild b/kde-base/rocs/rocs-4.11.49.9999.ebuild
index a6b4925..8cf6cf2 100644
--- a/kde-base/rocs/rocs-4.11.49.9999.ebuild
+++ b/kde-base/rocs/rocs-4.11.49.9999.ebuild
@@ -8,6 +8,8 @@ KDE_HANDBOOK="optional"
 inherit kde4-base
 
 DESCRIPTION="KDE4 interface to work with Graph Theory"
+HOMEPAGE="http://kde.org/applications/education/rocs
+http://edu.kde.org/applications/mathematics/rocs"
 KEYWORDS=""
 IUSE="debug"
 

diff --git a/kde-base/rocs/rocs-9999.ebuild b/kde-base/rocs/rocs-9999.ebuild
index a6b4925..8cf6cf2 100644
--- a/kde-base/rocs/rocs-9999.ebuild
+++ b/kde-base/rocs/rocs-9999.ebuild
@@ -8,6 +8,8 @@ KDE_HANDBOOK="optional"
 inherit kde4-base
 
 DESCRIPTION="KDE4 interface to work with Graph Theory"
+HOMEPAGE="http://kde.org/applications/education/rocs
+http://edu.kde.org/applications/mathematics/rocs"
 KEYWORDS=""
 IUSE="debug"
 


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

* [gentoo-commits] proj/kde:master commit in: kde-base/rocs/
@ 2013-08-06  8:55 Michael Palimaka
  0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2013-08-06  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     40edcee0c522745e59b5d60b40e712dc59e2b874
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  6 08:52:22 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Aug  6 08:52:22 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=40edcee0

[kde-base/rocs] Correct dependencies.

Package-Manager: portage-2.1.13.5

---
 kde-base/rocs/rocs-4.10.97.ebuild      | 6 +++---
 kde-base/rocs/rocs-4.11.49.9999.ebuild | 4 ++--
 kde-base/rocs/rocs-9999.ebuild         | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/kde-base/rocs/rocs-4.10.97.ebuild b/kde-base/rocs/rocs-4.10.97.ebuild
index 39a94ce..7b0576c 100644
--- a/kde-base/rocs/rocs-4.10.97.ebuild
+++ b/kde-base/rocs/rocs-4.10.97.ebuild
@@ -10,16 +10,16 @@ inherit kde4-base
 DESCRIPTION="KDE4 interface to work with Graph Theory"
 HOMEPAGE="http://kde.org/applications/education/rocs
 http://edu.kde.org/applications/mathematics/rocs"
-KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND="
-	>=dev-libs/boost-1.43:=
 	dev-libs/grantlee
+	dev-qt/qtxmlpatterns:4
 "
 DEPEND="
 	${RDEPEND}
-	>=dev-cpp/eigen-2.0.3:2
+	>=dev-libs/boost-1.49
 "
 
 RESTRICT=test

diff --git a/kde-base/rocs/rocs-4.11.49.9999.ebuild b/kde-base/rocs/rocs-4.11.49.9999.ebuild
index 8cf6cf2..447ab65 100644
--- a/kde-base/rocs/rocs-4.11.49.9999.ebuild
+++ b/kde-base/rocs/rocs-4.11.49.9999.ebuild
@@ -14,12 +14,12 @@ KEYWORDS=""
 IUSE="debug"
 
 RDEPEND="
-	>=dev-libs/boost-1.43:=
 	dev-libs/grantlee
+	dev-qt/qtxmlpatterns:4
 "
 DEPEND="
 	${RDEPEND}
-	>=dev-cpp/eigen-2.0.3:2
+	>=dev-libs/boost-1.49
 "
 
 RESTRICT=test

diff --git a/kde-base/rocs/rocs-9999.ebuild b/kde-base/rocs/rocs-9999.ebuild
index 8cf6cf2..447ab65 100644
--- a/kde-base/rocs/rocs-9999.ebuild
+++ b/kde-base/rocs/rocs-9999.ebuild
@@ -14,12 +14,12 @@ KEYWORDS=""
 IUSE="debug"
 
 RDEPEND="
-	>=dev-libs/boost-1.43:=
 	dev-libs/grantlee
+	dev-qt/qtxmlpatterns:4
 "
 DEPEND="
 	${RDEPEND}
-	>=dev-cpp/eigen-2.0.3:2
+	>=dev-libs/boost-1.49
 "
 
 RESTRICT=test


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

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

commit:     ac52882f74c3f1fdee808a8246cb67ab57cd78c8
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 19:25:48 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 19:25:48 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ac52882f

[kde-base/rocs] Use non deprecated BUILD_DIR var.

Package-Manager: portage-2.2.7

---
 kde-base/rocs/rocs-4.11.49.9999.ebuild | 2 +-
 kde-base/rocs/rocs-9999.ebuild         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-base/rocs/rocs-4.11.49.9999.ebuild b/kde-base/rocs/rocs-4.11.49.9999.ebuild
index 3dcc34b..ba7d5c4 100644
--- a/kde-base/rocs/rocs-4.11.49.9999.ebuild
+++ b/kde-base/rocs/rocs-4.11.49.9999.ebuild
@@ -30,7 +30,7 @@ src_test() {
 	cmake-utils_src_configure
 	kde4-base_src_compile
 
-	cd "${CMAKE_BUILD_DIR}"
+	cd "${BUILD_DIR}"
 	emake DESTDIR="${T}/tests" install
 	export KDEDIRS="${KDEDIRS}:${T}/tests/${PREFIX}"
 	kbuildsycoca4

diff --git a/kde-base/rocs/rocs-9999.ebuild b/kde-base/rocs/rocs-9999.ebuild
index 3dcc34b..ba7d5c4 100644
--- a/kde-base/rocs/rocs-9999.ebuild
+++ b/kde-base/rocs/rocs-9999.ebuild
@@ -30,7 +30,7 @@ src_test() {
 	cmake-utils_src_configure
 	kde4-base_src_compile
 
-	cd "${CMAKE_BUILD_DIR}"
+	cd "${BUILD_DIR}"
 	emake DESTDIR="${T}/tests" install
 	export KDEDIRS="${KDEDIRS}:${T}/tests/${PREFIX}"
 	kbuildsycoca4


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

end of thread, other threads:[~2013-10-17 19:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-06  8:55 [gentoo-commits] proj/kde:master commit in: kde-base/rocs/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2013-10-17 19:26 Johannes Huber
2013-07-31 21:36 Johannes Huber
2013-06-21 16:34 Andreas Hüttel
2013-03-03 15:56 Michael Palimaka
2012-11-18 10:03 Andreas Hüttel
2012-05-20 18:21 Michael Palimaka
2012-05-15 16:32 Michael Palimaka
2012-05-15 15:16 Michael Palimaka
2012-02-09 14:48 Johannes Huber
2011-08-27  7:46 Andreas Hüttel
2011-08-20 20:54 Andreas Hüttel
2011-05-30  2:23 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