summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-11-14 05:20:04 +1100
committerMichael Palimaka <kensington@gentoo.org>2012-11-14 05:20:04 +1100
commit83a6b4e65f218b9049a2c8564bdef433de8752ae (patch)
treece33be3459fa499c5e30b21e28262982bab9816b
parent595a941ddc0ce2b4ef27b4575ce3baab5b45cc4f (diff)
downloadkde-83a6b4e65f218b9049a2c8564bdef433de8752ae.tar.gz
kde-83a6b4e65f218b9049a2c8564bdef433de8752ae.tar.bz2
kde-83a6b4e65f218b9049a2c8564bdef433de8752ae.zip
[kde-base/kigo] GGZ support has been removed upstream.
Package-Manager: portage-2.1.11.31
-rw-r--r--kde-base/kigo/kigo-4.9.49.9999.ebuild23
-rw-r--r--kde-base/kigo/kigo-9999.ebuild19
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 e3af5cb638d..71ef6326491 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 5feb63ce5df..263a9525c3f 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
-}