* [gentoo-commits] proj/kde:master commit in: kde-base/kubrick/
@ 2011-03-02 18:28 Theo Chatzimichos
0 siblings, 0 replies; 5+ messages in thread
From: Theo Chatzimichos @ 2011-03-02 18:28 UTC (permalink / raw
To: gentoo-commits
commit: 0a721ea1973b5ec7191ebce467937fd5f290cf61
Author: Theo Chatzimichos <tampakrap <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 2 18:27:37 2011 +0000
Commit: Theo Chatzimichos <tampakrap <AT> gentoo <DOT> org>
CommitDate: Wed Mar 2 18:27:37 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0a721ea1
[kde-base/kubrick] Fix description, bug 356875
---
kde-base/kubrick/kubrick-4.6.9999.ebuild | 2 +-
kde-base/kubrick/kubrick-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-base/kubrick/kubrick-4.6.9999.ebuild b/kde-base/kubrick/kubrick-4.6.9999.ebuild
index 3df2cb6..dbc7357 100644
--- a/kde-base/kubrick/kubrick-4.6.9999.ebuild
+++ b/kde-base/kubrick/kubrick-4.6.9999.ebuild
@@ -9,6 +9,6 @@ KMNAME="kdegames"
OPENGL_REQUIRED="always"
inherit kde4-meta
-DESCRIPTION="KDE: Kubrick is a games based on \"Rubik\'s Cube\" puzzle."
+DESCRIPTION="KDE: Kubrick is a game based on \"Rubik's Cube\" puzzle."
KEYWORDS=""
IUSE="debug"
diff --git a/kde-base/kubrick/kubrick-9999.ebuild b/kde-base/kubrick/kubrick-9999.ebuild
index 3df2cb6..dbc7357 100644
--- a/kde-base/kubrick/kubrick-9999.ebuild
+++ b/kde-base/kubrick/kubrick-9999.ebuild
@@ -9,6 +9,6 @@ KMNAME="kdegames"
OPENGL_REQUIRED="always"
inherit kde4-meta
-DESCRIPTION="KDE: Kubrick is a games based on \"Rubik\'s Cube\" puzzle."
+DESCRIPTION="KDE: Kubrick is a game based on \"Rubik's Cube\" puzzle."
KEYWORDS=""
IUSE="debug"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kubrick/
@ 2011-03-02 18:33 Theo Chatzimichos
0 siblings, 0 replies; 5+ messages in thread
From: Theo Chatzimichos @ 2011-03-02 18:33 UTC (permalink / raw
To: gentoo-commits
commit: 8baed6dd3070ed230460a320976fe8f51f8da607
Author: Theo Chatzimichos <tampakrap <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 2 18:33:40 2011 +0000
Commit: Theo Chatzimichos <tampakrap <AT> gentoo <DOT> org>
CommitDate: Wed Mar 2 18:33:40 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8baed6dd
[kde-base/kubrick] forgot 4.6.1
---
kde-base/kubrick/kubrick-4.6.1.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kde-base/kubrick/kubrick-4.6.1.ebuild b/kde-base/kubrick/kubrick-4.6.1.ebuild
index c2d712d..1993a85 100644
--- a/kde-base/kubrick/kubrick-4.6.1.ebuild
+++ b/kde-base/kubrick/kubrick-4.6.1.ebuild
@@ -9,6 +9,6 @@ KMNAME="kdegames"
OPENGL_REQUIRED="always"
inherit kde4-meta
-DESCRIPTION="KDE: Kubrick is a games based on \"Rubik\'s Cube\" puzzle."
+DESCRIPTION="KDE: Kubrick is a game based on \"Rubik's Cube\" puzzle."
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kubrick/
@ 2012-10-01 16:05 Johannes Huber
0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber @ 2012-10-01 16:05 UTC (permalink / raw
To: gentoo-commits
commit: fccb87b6a96ccdcf36cab5af0f7123df53cc4d15
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 1 15:09:42 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Oct 1 15:09:42 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fccb87b6
[kde-base/kubrick] Move 4.9 branch to git. Add switch to keep it bumpable.
(Portage version: 2.2.0_alpha134/git/Linux x86_64, unsigned Manifest commit)
---
kde-base/kubrick/kubrick-4.9.49.9999.ebuild | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/kde-base/kubrick/kubrick-4.9.49.9999.ebuild b/kde-base/kubrick/kubrick-4.9.49.9999.ebuild
index c639c02..aac6778 100644
--- a/kde-base/kubrick/kubrick-4.9.49.9999.ebuild
+++ b/kde-base/kubrick/kubrick-4.9.49.9999.ebuild
@@ -4,12 +4,19 @@
EAPI=4
+if [[ ${PV} == *9999 ]]; then
+ eclass="kde4-base"
+else
+ eclass="kde4-meta"
+ KMNAME="kdegames"
+fi
KDE_HANDBOOK="optional"
-KMNAME="kdegames"
-KDE_SCM="svn"
OPENGL_REQUIRED="always"
-inherit kde4-meta
+inherit ${eclass}
DESCRIPTION="KDE: Kubrick is a game based on \"Rubik's Cube\" puzzle."
KEYWORDS=""
IUSE="debug"
+
+DEPEND="$(add_kdebase_dep libkdegames)"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kubrick/
@ 2012-11-27 15:11 Michael Palimaka
0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2012-11-27 15:11 UTC (permalink / raw
To: gentoo-commits
commit: 62d65d42db4dbd7c464792219489cc3f4133a32c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 27 15:08:19 2012 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Nov 27 15:08:19 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=62d65d42
[kde-base/kubrick] Update dependencies, wrt bug #444312. Improve DESCRIPTION.
Package-Manager: portage-2.1.11.31
---
kde-base/kubrick/kubrick-4.9.49.9999.ebuild | 10 +++++++---
kde-base/kubrick/kubrick-4.9.80.ebuild | 10 +++++++---
kde-base/kubrick/kubrick-9999.ebuild | 10 +++++++---
3 files changed, 21 insertions(+), 9 deletions(-)
diff --git a/kde-base/kubrick/kubrick-4.9.49.9999.ebuild b/kde-base/kubrick/kubrick-4.9.49.9999.ebuild
index aac6778..ed33e33 100644
--- a/kde-base/kubrick/kubrick-4.9.49.9999.ebuild
+++ b/kde-base/kubrick/kubrick-4.9.49.9999.ebuild
@@ -14,9 +14,13 @@ KDE_HANDBOOK="optional"
OPENGL_REQUIRED="always"
inherit ${eclass}
-DESCRIPTION="KDE: Kubrick is a game based on \"Rubik's Cube\" puzzle."
+DESCRIPTION="A game based on the \"Rubik's Cube\" puzzle."
KEYWORDS=""
IUSE="debug"
-DEPEND="$(add_kdebase_dep libkdegames)"
-RDEPEND="${DEPEND}"
+RDEPEND="$(add_kdebase_dep libkdegames)
+ virtual/glu
+"
+DEPEND="${RDEPEND}
+ virtual/opengl
+"
diff --git a/kde-base/kubrick/kubrick-4.9.80.ebuild b/kde-base/kubrick/kubrick-4.9.80.ebuild
index 94a39aa..d7698a3 100644
--- a/kde-base/kubrick/kubrick-4.9.80.ebuild
+++ b/kde-base/kubrick/kubrick-4.9.80.ebuild
@@ -8,9 +8,13 @@ KDE_HANDBOOK="optional"
OPENGL_REQUIRED="always"
inherit kde4-base
-DESCRIPTION="KDE: Kubrick is a game based on \"Rubik's Cube\" puzzle."
+DESCRIPTION="A game based on the \"Rubik's Cube\" puzzle."
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
-DEPEND="$(add_kdebase_dep libkdegames)"
-RDEPEND="${DEPEND}"
+RDEPEND="$(add_kdebase_dep libkdegames)
+ virtual/glu
+"
+DEPEND="${RDEPEND}
+ virtual/opengl
+"
diff --git a/kde-base/kubrick/kubrick-9999.ebuild b/kde-base/kubrick/kubrick-9999.ebuild
index aa59621..b414c47 100644
--- a/kde-base/kubrick/kubrick-9999.ebuild
+++ b/kde-base/kubrick/kubrick-9999.ebuild
@@ -8,9 +8,13 @@ KDE_HANDBOOK="optional"
OPENGL_REQUIRED="always"
inherit kde4-base
-DESCRIPTION="KDE: Kubrick is a game based on \"Rubik's Cube\" puzzle."
+DESCRIPTION="A game based on the \"Rubik's Cube\" puzzle."
KEYWORDS=""
IUSE="debug"
-DEPEND="$(add_kdebase_dep libkdegames)"
-RDEPEND="${DEPEND}"
+RDEPEND="$(add_kdebase_dep libkdegames)
+ virtual/glu
+"
+DEPEND="${RDEPEND}
+ virtual/opengl
+"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/kubrick/
@ 2013-08-27 17:11 Michael Palimaka
0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2013-08-27 17:11 UTC (permalink / raw
To: gentoo-commits
commit: edce0a2f17e5147b85e9a9176cef2593f4864cee
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 27 17:08:57 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 17:08:57 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=edce0a2f
[kde-base/kubrick] Update HOMEPAGE wrt bug #479214.
Package-Manager: portage-2.2.1
---
kde-base/kubrick/kubrick-4.11.49.9999.ebuild | 1 +
kde-base/kubrick/kubrick-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-base/kubrick/kubrick-4.11.49.9999.ebuild b/kde-base/kubrick/kubrick-4.11.49.9999.ebuild
index fcdc293..15d7edf 100644
--- a/kde-base/kubrick/kubrick-4.11.49.9999.ebuild
+++ b/kde-base/kubrick/kubrick-4.11.49.9999.ebuild
@@ -9,6 +9,7 @@ OPENGL_REQUIRED="always"
inherit kde4-base
DESCRIPTION="A game based on the \"Rubik's Cube\" puzzle."
+HOMEPAGE="http://www.kde.org/applications/games/kubrick/"
KEYWORDS=""
IUSE="debug"
diff --git a/kde-base/kubrick/kubrick-9999.ebuild b/kde-base/kubrick/kubrick-9999.ebuild
index fcdc293..15d7edf 100644
--- a/kde-base/kubrick/kubrick-9999.ebuild
+++ b/kde-base/kubrick/kubrick-9999.ebuild
@@ -9,6 +9,7 @@ OPENGL_REQUIRED="always"
inherit kde4-base
DESCRIPTION="A game based on the \"Rubik's Cube\" puzzle."
+HOMEPAGE="http://www.kde.org/applications/games/kubrick/"
KEYWORDS=""
IUSE="debug"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-08-27 17:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-01 16:05 [gentoo-commits] proj/kde:master commit in: kde-base/kubrick/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2013-08-27 17:11 Michael Palimaka
2012-11-27 15:11 Michael Palimaka
2011-03-02 18:33 Theo Chatzimichos
2011-03-02 18:28 Theo Chatzimichos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox