diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-06-06 14:42:20 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-06-06 14:42:20 +0000 |
commit | e7f6f629021b5b1313abfdbd99e5315bc37bd253 (patch) | |
tree | cd026859ffaed41b841bbeb1b61682c330f5c75a /kde-base/kigo | |
parent | arm stable wrt #300828 (diff) | |
download | gentoo-2-e7f6f629021b5b1313abfdbd99e5315bc37bd253.tar.gz gentoo-2-e7f6f629021b5b1313abfdbd99e5315bc37bd253.tar.bz2 gentoo-2-e7f6f629021b5b1313abfdbd99e5315bc37bd253.zip |
Drop old. Version bump.
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kigo')
-rw-r--r-- | kde-base/kigo/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kigo/kigo-4.4.2-r1.ebuild | 33 | ||||
-rw-r--r-- | kde-base/kigo/kigo-4.4.4.ebuild (renamed from kde-base/kigo/kigo-4.4.3.ebuild) | 2 |
3 files changed, 8 insertions, 35 deletions
diff --git a/kde-base/kigo/ChangeLog b/kde-base/kigo/ChangeLog index 6b26540953d3..f523708ffdca 100644 --- a/kde-base/kigo/ChangeLog +++ b/kde-base/kigo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kigo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kigo/ChangeLog,v 1.9 2010/05/04 00:11:21 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kigo/ChangeLog,v 1.10 2010/06/06 14:41:45 scarabeus Exp $ + +*kigo-4.4.4 (06 Jun 2010) + + 06 Jun 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -kigo-4.4.2-r1.ebuild, -kigo-4.4.3.ebuild, +kigo-4.4.4.ebuild: + Remove old. Version bump. *kigo-4.4.2-r1 (04 May 2010) diff --git a/kde-base/kigo/kigo-4.4.2-r1.ebuild b/kde-base/kigo/kigo-4.4.2-r1.ebuild deleted file mode 100644 index 3983c491e408..000000000000 --- a/kde-base/kigo/kigo-4.4.2-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kigo/kigo-4.4.2-r1.ebuild,v 1.1 2010/05/04 00:11:21 reavertm Exp $ - -EAPI="3" - -KMNAME="kdegames" -inherit games-ggz kde4-meta - -DESCRIPTION="KDE Go game" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug +handbook" - -RDEPEND=" - games-board/gnugo -" - -src_install() { - kde4-meta_src_install - # and also we have to prepare the ggz dir - insinto /usr/share/ggz/modules - newins ${PN}/src/module.dsc ${P}.dsc || die "couldn't install .dsc file" -} - -pkg_postinst() { - kde4-meta_pkg_postinst - games-ggz_pkg_postinst -} - -pkg_postrm() { - kde4-meta_pkg_postrm - games-ggz_pkg_postrm -} diff --git a/kde-base/kigo/kigo-4.4.3.ebuild b/kde-base/kigo/kigo-4.4.4.ebuild index 86962696001c..3d05aff313ed 100644 --- a/kde-base/kigo/kigo-4.4.3.ebuild +++ b/kde-base/kigo/kigo-4.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kigo/kigo-4.4.3.ebuild,v 1.1 2010/05/03 20:54:34 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kigo/kigo-4.4.4.ebuild,v 1.1 2010/06/06 14:41:45 scarabeus Exp $ EAPI="3" |