public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-base/ksquares/
@ 2012-02-21 16:16 Johannes Huber
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber @ 2012-02-21 16:16 UTC (permalink / raw
  To: gentoo-commits

commit:     b63baef0ed9fb3ec52a8cb4285e392c481a4eb8a
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 16:16:18 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 16:16:18 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b63baef0

[kde-base/ksquares] Dep for kggz is removed by upstream, fixes bug #404969.

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

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

diff --git a/kde-base/ksquares/ksquares-9999.ebuild b/kde-base/ksquares/ksquares-9999.ebuild
index bec4ca7..f83425a 100644
--- a/kde-base/ksquares/ksquares-9999.ebuild
+++ b/kde-base/ksquares/ksquares-9999.ebuild
@@ -11,29 +11,3 @@ inherit games-ggz kde4-meta
 DESCRIPTION="KSquares is an implementation of the game squares for KDE4"
 KEYWORDS=""
 IUSE="debug"
-
-src_prepare() {
-	# cmake is doing this really weird
-	sed -i \
-		-e "s:register_ggz_module:#register_ggz_module:g" \
-		${PN}/src/CMakeLists.txt || die "ggz removal failed"
-
-	kde4-meta_src_prepare
-}
-
-src_install() {
-	kde4-meta_src_install
-	# and also we have to prepare the ggz dir
-	insinto "${GGZ_MODDIR}"
-	newins ${PN}/src/module.dsc ${P}.dsc
-}
-
-pkg_postinst() {
-	kde4-meta_pkg_postinst
-	games-ggz_pkg_postinst
-}
-
-pkg_postrm() {
-	kde4-meta_pkg_postrm
-	games-ggz_pkg_postrm
-}



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

* [gentoo-commits] proj/kde:master commit in: kde-base/ksquares/
@ 2012-10-01 16:05 Johannes Huber
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber @ 2012-10-01 16:05 UTC (permalink / raw
  To: gentoo-commits

commit:     0ee3e06d0d3f5ac47731a589d2ef79d609278e8b
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  1 15:01:48 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Oct  1 15:01:48 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0ee3e06d

[kde-base/ksquares] 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/ksquares/ksquares-4.9.49.9999.ebuild |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/kde-base/ksquares/ksquares-4.9.49.9999.ebuild b/kde-base/ksquares/ksquares-4.9.49.9999.ebuild
index ff58fed..6e5880e 100644
--- a/kde-base/ksquares/ksquares-4.9.49.9999.ebuild
+++ b/kde-base/ksquares/ksquares-4.9.49.9999.ebuild
@@ -4,11 +4,18 @@
 
 EAPI=4
 
+if [[ ${PV} == *9999 ]]; then
+	eclass="kde4-base"
+else
+	eclass="kde4-meta"
+	KMNAME="kdegames"
+fi
 KDE_HANDBOOK="optional"
-KMNAME="kdegames"
-KDE_SCM="svn"
-inherit games-ggz kde4-meta
+inherit games-ggz ${eclass}
 
 DESCRIPTION="KSquares is an implementation of the game squares for KDE4"
 KEYWORDS=""
 IUSE="debug"
+
+DEPEND="$(add_kdebase_dep libkdegames)"
+RDEPEND="${DEPEND}"


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

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

commit:     173eeb8b12e14e8f9631110f465aa1967fcac17b
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 13 18:05:34 2012 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Nov 13 18:05:34 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=173eeb8b

[kde-base/ksquares] GGZ support has been removed upstream.

Package-Manager: portage-2.1.11.31

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

diff --git a/kde-base/ksquares/ksquares-4.9.49.9999.ebuild b/kde-base/ksquares/ksquares-4.9.49.9999.ebuild
index 6e5880e..5d9e1ea 100644
--- a/kde-base/ksquares/ksquares-4.9.49.9999.ebuild
+++ b/kde-base/ksquares/ksquares-4.9.49.9999.ebuild
@@ -11,7 +11,7 @@ else
 	KMNAME="kdegames"
 fi
 KDE_HANDBOOK="optional"
-inherit games-ggz ${eclass}
+inherit ${eclass}
 
 DESCRIPTION="KSquares is an implementation of the game squares for KDE4"
 KEYWORDS=""

diff --git a/kde-base/ksquares/ksquares-9999.ebuild b/kde-base/ksquares/ksquares-9999.ebuild
index 0d81044..f17323e 100644
--- a/kde-base/ksquares/ksquares-9999.ebuild
+++ b/kde-base/ksquares/ksquares-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=4
 
 KDE_HANDBOOK="optional"
-inherit games-ggz kde4-base
+inherit kde4-base
 
 DESCRIPTION="KSquares is an implementation of the game squares for KDE4"
 KEYWORDS=""


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

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

commit:     bcf4104534b79a1c19f39394a64c8e13ecbbcb28
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 27 17:14:31 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 17:14:31 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bcf41045

[kde-base/ksquares] Update HOMEPAGE wrt bug #479190.

Package-Manager: portage-2.2.1

---
 kde-base/ksquares/ksquares-4.11.49.9999.ebuild | 4 ++++
 kde-base/ksquares/ksquares-9999.ebuild         | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/kde-base/ksquares/ksquares-4.11.49.9999.ebuild b/kde-base/ksquares/ksquares-4.11.49.9999.ebuild
index 44cbbb9..0dc91ef 100644
--- a/kde-base/ksquares/ksquares-4.11.49.9999.ebuild
+++ b/kde-base/ksquares/ksquares-4.11.49.9999.ebuild
@@ -8,6 +8,10 @@ KDE_HANDBOOK="optional"
 inherit kde4-base
 
 DESCRIPTION="KSquares is an implementation of the game squares for KDE4"
+HOMEPAGE="
+	http://www.kde.org/applications/games/ksquares/
+	http://games.kde.org/game.php?game=ksquares
+"
 KEYWORDS=""
 IUSE="debug"
 

diff --git a/kde-base/ksquares/ksquares-9999.ebuild b/kde-base/ksquares/ksquares-9999.ebuild
index 44cbbb9..0dc91ef 100644
--- a/kde-base/ksquares/ksquares-9999.ebuild
+++ b/kde-base/ksquares/ksquares-9999.ebuild
@@ -8,6 +8,10 @@ KDE_HANDBOOK="optional"
 inherit kde4-base
 
 DESCRIPTION="KSquares is an implementation of the game squares for KDE4"
+HOMEPAGE="
+	http://www.kde.org/applications/games/ksquares/
+	http://games.kde.org/game.php?game=ksquares
+"
 KEYWORDS=""
 IUSE="debug"
 


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

end of thread, other threads:[~2013-08-27 17:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-13 18:13 [gentoo-commits] proj/kde:master commit in: kde-base/ksquares/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2013-08-27 17:17 Michael Palimaka
2012-10-01 16:05 Johannes Huber
2012-02-21 16:16 Johannes Huber

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