summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kigo')
-rw-r--r--kde-base/kigo/ChangeLog5
-rw-r--r--kde-base/kigo/kigo-4.9.2.ebuild43
2 files changed, 4 insertions, 44 deletions
diff --git a/kde-base/kigo/ChangeLog b/kde-base/kigo/ChangeLog
index c0b165d0d040..1650b6ee7575 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.84 2012/11/13 20:03:55 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kigo/ChangeLog,v 1.85 2012/11/13 20:20:48 johu Exp $
+
+ 13 Nov 2012; Johannes Huber <johu@gentoo.org> -kigo-4.9.2.ebuild:
+ Remove KDE SC 4.9.2
13 Nov 2012; Johannes Huber <johu@gentoo.org> -kigo-4.9.1.ebuild:
Remove KDE SC 4.9.1
diff --git a/kde-base/kigo/kigo-4.9.2.ebuild b/kde-base/kigo/kigo-4.9.2.ebuild
deleted file mode 100644
index 66860be80851..000000000000
--- a/kde-base/kigo/kigo-4.9.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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.2.ebuild,v 1.1 2012/10/02 18:11:58 johu Exp $
-
-EAPI=4
-
-if [[ ${PV} == *9999 ]]; then
- eclass="kde4-base"
-else
- eclass="kde4-meta"
- KMNAME="kdegames"
-fi
-KDE_HANDBOOK="optional"
-inherit games-ggz ${eclass}
-
-DESCRIPTION="KDE Go game"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-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
-}