summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-11-13 18:34:51 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-11-13 18:34:51 +0000
commit1fbd46dbbd0d03d2b5c230f02537a28255b5e730 (patch)
tree40d8205f223f1b7a49c31b4ceb49fa5f83613b2a /kde-base
parentGGZ support has been removed upstream. (diff)
downloadgentoo-2-1fbd46dbbd0d03d2b5c230f02537a28255b5e730.tar.gz
gentoo-2-1fbd46dbbd0d03d2b5c230f02537a28255b5e730.tar.bz2
gentoo-2-1fbd46dbbd0d03d2b5c230f02537a28255b5e730.zip
GGZ support has been removed upstream.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kigo/ChangeLog6
-rw-r--r--kde-base/kigo/kigo-4.9.3.ebuild25
2 files changed, 6 insertions, 25 deletions
diff --git a/kde-base/kigo/ChangeLog b/kde-base/kigo/ChangeLog
index 82a87713add8..77f33f644e7a 100644
--- a/kde-base/kigo/ChangeLog
+++ b/kde-base/kigo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kigo
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kigo/ChangeLog,v 1.82 2012/11/08 23:26:46 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kigo/ChangeLog,v 1.83 2012/11/13 18:34:51 kensington Exp $
+
+ 13 Nov 2012; Michael Palimaka <kensington@gentoo.org> kigo-4.9.3.ebuild:
+ GGZ support has been removed upstream.
*kigo-4.9.3 (08 Nov 2012)
@@ -318,4 +321,3 @@
08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +kigo-4.4.0.ebuild:
Version bump to KDE SC 4.4.0
-
diff --git a/kde-base/kigo/kigo-4.9.3.ebuild b/kde-base/kigo/kigo-4.9.3.ebuild
index 591f539d7f5d..3c38db4d3483 100644
--- a/kde-base/kigo/kigo-4.9.3.ebuild
+++ b/kde-base/kigo/kigo-4.9.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kigo/kigo-4.9.3.ebuild,v 1.1 2012/11/08 23:26:46 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kigo/kigo-4.9.3.ebuild,v 1.2 2012/11/13 18:34:51 kensington Exp $
EAPI=4
@@ -11,7 +11,7 @@ else
KMNAME="kdegames"
fi
KDE_HANDBOOK="optional"
-inherit games-ggz ${eclass}
+inherit ${eclass}
DESCRIPTION="KDE Go game"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
@@ -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
-}