summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-06-21 15:53:54 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-06-21 15:53:54 +0000
commitad0923563c98a039f39749ac48d242625d8a256e (patch)
tree02b11ac42d36c3074f519c736457135d2aa4f0e2 /kde-base/ksquares
parentAutomated update of use.local.desc (diff)
downloadhistorical-ad0923563c98a039f39749ac48d242625d8a256e.tar.gz
historical-ad0923563c98a039f39749ac48d242625d8a256e.tar.bz2
historical-ad0923563c98a039f39749ac48d242625d8a256e.zip
Drop 4.3.3. Drop hppa keywords per bug #304363.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'kde-base/ksquares')
-rw-r--r--kde-base/ksquares/ChangeLog6
-rw-r--r--kde-base/ksquares/ksquares-4.3.3.ebuild38
-rw-r--r--kde-base/ksquares/ksquares-4.3.5.ebuild4
-rw-r--r--kde-base/ksquares/ksquares-4.4.4.ebuild4
4 files changed, 9 insertions, 43 deletions
diff --git a/kde-base/ksquares/ChangeLog b/kde-base/ksquares/ChangeLog
index 3762bdf7f5a4..e40a62bbc450 100644
--- a/kde-base/ksquares/ChangeLog
+++ b/kde-base/ksquares/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/ksquares
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksquares/ChangeLog,v 1.59 2010/06/06 14:41:31 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksquares/ChangeLog,v 1.60 2010/06/21 15:53:09 scarabeus Exp $
+
+ 21 Jun 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ -ksquares-4.3.3.ebuild, ksquares-4.3.5.ebuild, ksquares-4.4.4.ebuild:
+ Drop 4.3.3. Drop hppa keywords per bug #304363
*ksquares-4.4.4 (06 Jun 2010)
diff --git a/kde-base/ksquares/ksquares-4.3.3.ebuild b/kde-base/ksquares/ksquares-4.3.3.ebuild
deleted file mode 100644
index 9f7bd7f37cfd..000000000000
--- a/kde-base/ksquares/ksquares-4.3.3.ebuild
+++ /dev/null
@@ -1,38 +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/ksquares/ksquares-4.3.3.ebuild,v 1.6 2010/01/19 02:05:39 jer Exp $
-
-EAPI="2"
-
-KMNAME="kdegames"
-inherit games-ggz kde4-meta
-
-DESCRIPTION="KSquares is an implementation of the game squares for KDE4"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86"
-IUSE="debug +handbook"
-
-src_prepare() {
- # cmake is doing this really weird
- sed -i \
- -e "s:register_ggz_module:#register_ggz_module:g" \
- ${PN}/src/CMakeLists.txt || die "ggz removal failed"
-
- kde4-meta_src_prepare
-}
-
-src_install() {
- kde4-meta_src_install
- # and also we have to prepare the ggz dir
- mkdir -p "${D}"/usr/share/ggz/modules
- cp ${PN}/src/module.dsc "${D}"/usr/share/ggz/modules/${P}.dsc
-}
-
-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/ksquares/ksquares-4.3.5.ebuild b/kde-base/ksquares/ksquares-4.3.5.ebuild
index 4009479bbac3..a67f20446876 100644
--- a/kde-base/ksquares/ksquares-4.3.5.ebuild
+++ b/kde-base/ksquares/ksquares-4.3.5.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/ksquares/ksquares-4.3.5.ebuild,v 1.4 2010/03/11 18:34:23 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksquares/ksquares-4.3.5.ebuild,v 1.5 2010/06/21 15:53:09 scarabeus Exp $
EAPI="2"
@@ -8,7 +8,7 @@ KMNAME="kdegames"
inherit games-ggz kde4-meta
DESCRIPTION="KSquares is an implementation of the game squares for KDE4"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="debug +handbook"
src_prepare() {
diff --git a/kde-base/ksquares/ksquares-4.4.4.ebuild b/kde-base/ksquares/ksquares-4.4.4.ebuild
index 7fceab5154d3..3da8ea36b1f9 100644
--- a/kde-base/ksquares/ksquares-4.4.4.ebuild
+++ b/kde-base/ksquares/ksquares-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/ksquares/ksquares-4.4.4.ebuild,v 1.1 2010/06/06 14:41:31 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksquares/ksquares-4.4.4.ebuild,v 1.2 2010/06/21 15:53:09 scarabeus Exp $
EAPI="3"
@@ -8,7 +8,7 @@ KMNAME="kdegames"
inherit games-ggz kde4-meta
DESCRIPTION="KSquares is an implementation of the game squares for KDE4"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug +handbook"
src_prepare() {