public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-base/kigo/
@ 2012-11-13 18:29 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2012-11-13 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     83a6b4e65f218b9049a2c8564bdef433de8752ae
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 13 18:20:04 2012 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Nov 13 18:20:04 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=83a6b4e6

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

Package-Manager: portage-2.1.11.31

---
 kde-base/kigo/kigo-4.9.49.9999.ebuild |   23 +----------------------
 kde-base/kigo/kigo-9999.ebuild        |   19 +------------------
 2 files changed, 2 insertions(+), 40 deletions(-)

diff --git a/kde-base/kigo/kigo-4.9.49.9999.ebuild b/kde-base/kigo/kigo-4.9.49.9999.ebuild
index e3af5cb..71ef632 100644
--- a/kde-base/kigo/kigo-4.9.49.9999.ebuild
+++ b/kde-base/kigo/kigo-4.9.49.9999.ebuild
@@ -11,7 +11,7 @@ else
 	KMNAME="kdegames"
 fi
 KDE_HANDBOOK="optional"
-inherit games-ggz ${eclass}
+inherit ${eclass}
 
 DESCRIPTION="KDE Go game"
 KEYWORDS=""
@@ -20,24 +20,3 @@ IUSE="debug"
 RDEPEND="
 	games-board/gnugo
 "
-
-src_install() {
-	${eclass}_src_install
-	# and also we have to prepare the ggz dir
-	insinto "${GGZ_MODDIR}"
-	if [[ ${PV} == *9999 ]]; then
-		newins src/module.dsc ${P}.dsc
-	else
-		newins ${PN}/src/module.dsc ${P}.dsc
-	fi
-}
-
-pkg_postinst() {
-	${eclass}_pkg_postinst
-	games-ggz_pkg_postinst
-}
-
-pkg_postrm() {
-	${eclass}_pkg_postrm
-	games-ggz_pkg_postrm
-}

diff --git a/kde-base/kigo/kigo-9999.ebuild b/kde-base/kigo/kigo-9999.ebuild
index 5feb63c..263a952 100644
--- a/kde-base/kigo/kigo-9999.ebuild
+++ b/kde-base/kigo/kigo-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=4
 
 KDE_HANDBOOK="optional"
-inherit games-ggz kde4-base
+inherit kde4-base
 
 DESCRIPTION="KDE Go game"
 KEYWORDS=""
@@ -14,20 +14,3 @@ IUSE="debug"
 RDEPEND="
 	games-board/gnugo
 "
-
-src_install() {
-	kde4-meta_src_install
-	# and also we have to prepare the ggz dir
-	insinto "${GGZ_MODDIR}"
-	newins src/module.dsc ${P}.dsc
-}
-
-pkg_postinst() {
-	kde4-base_pkg_postinst
-	games-ggz_pkg_postinst
-}
-
-pkg_postrm() {
-	kde4-base_pkg_postrm
-	games-ggz_pkg_postrm
-}


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

* [gentoo-commits] proj/kde:master commit in: kde-base/kigo/
@ 2013-02-11 15:00 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2013-02-11 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     a43b894819b66c16147daafd2a0a9040cc43ae41
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 11 15:00:12 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Feb 11 15:00:12 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a43b8948

[kde-base/kigo] Add missing dependency wrt bug #456688.

Package-Manager: portage-2.1.11.50

---
 kde-base/kigo/kigo-4.10.49.9999.ebuild |    2 ++
 kde-base/kigo/kigo-9999.ebuild         |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/kde-base/kigo/kigo-4.10.49.9999.ebuild b/kde-base/kigo/kigo-4.10.49.9999.ebuild
index ef178b1..fa837d2 100644
--- a/kde-base/kigo/kigo-4.10.49.9999.ebuild
+++ b/kde-base/kigo/kigo-4.10.49.9999.ebuild
@@ -11,6 +11,8 @@ DESCRIPTION="KDE Go game"
 KEYWORDS=""
 IUSE="debug"
 
+DEPEND="$(add_kdebase_dep libkdegames)"
 RDEPEND="
+	${DEPEND}
 	games-board/gnugo
 "

diff --git a/kde-base/kigo/kigo-9999.ebuild b/kde-base/kigo/kigo-9999.ebuild
index ef178b1..fa837d2 100644
--- a/kde-base/kigo/kigo-9999.ebuild
+++ b/kde-base/kigo/kigo-9999.ebuild
@@ -11,6 +11,8 @@ DESCRIPTION="KDE Go game"
 KEYWORDS=""
 IUSE="debug"
 
+DEPEND="$(add_kdebase_dep libkdegames)"
 RDEPEND="
+	${DEPEND}
 	games-board/gnugo
 "


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

* [gentoo-commits] proj/kde:master commit in: kde-base/kigo/
@ 2013-08-29 11:56 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2013-08-29 11:56 UTC (permalink / raw
  To: gentoo-commits

commit:     90067deac1927b488fd714471aa5faf7b4d7c517
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 11:53:27 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 11:53:27 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=90067dea

[kde-base/kigo] Update HOMEPAGE wrt bug #479012.

Package-Manager: portage-2.2.1

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

diff --git a/kde-base/kigo/kigo-4.11.49.9999.ebuild b/kde-base/kigo/kigo-4.11.49.9999.ebuild
index fa837d2..017f7b8 100644
--- a/kde-base/kigo/kigo-4.11.49.9999.ebuild
+++ b/kde-base/kigo/kigo-4.11.49.9999.ebuild
@@ -8,6 +8,7 @@ KDE_HANDBOOK="optional"
 inherit kde4-base
 
 DESCRIPTION="KDE Go game"
+HOMEPAGE="http://www.kde.org/applications/games/kigo/"
 KEYWORDS=""
 IUSE="debug"
 

diff --git a/kde-base/kigo/kigo-9999.ebuild b/kde-base/kigo/kigo-9999.ebuild
index fa837d2..017f7b8 100644
--- a/kde-base/kigo/kigo-9999.ebuild
+++ b/kde-base/kigo/kigo-9999.ebuild
@@ -8,6 +8,7 @@ KDE_HANDBOOK="optional"
 inherit kde4-base
 
 DESCRIPTION="KDE Go game"
+HOMEPAGE="http://www.kde.org/applications/games/kigo/"
 KEYWORDS=""
 IUSE="debug"
 


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

end of thread, other threads:[~2013-08-29 11:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-11 15:00 [gentoo-commits] proj/kde:master commit in: kde-base/kigo/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2013-08-29 11:56 Michael Palimaka
2012-11-13 18:29 Michael Palimaka

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