summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2005-11-24 21:29:49 +0000
committerMarkus Rothe <corsair@gentoo.org>2005-11-24 21:29:49 +0000
commit622c39a93fe7c131154e6c497a91695bcc0f40a1 (patch)
tree3761c213ad751a4d6f7bd1ffb7db80a938218944
parentNew ebuild, closes bug #111513. (diff)
downloadgentoo-2-622c39a93fe7c131154e6c497a91695bcc0f40a1.tar.gz
gentoo-2-622c39a93fe7c131154e6c497a91695bcc0f40a1.tar.bz2
gentoo-2-622c39a93fe7c131154e6c497a91695bcc0f40a1.zip
Stable on ppc64
(Portage version: 2.0.51.22-r3)
-rw-r--r--kde-base/ark/ChangeLog5
-rw-r--r--kde-base/ark/ark-3.4.2.ebuild4
-rw-r--r--kde-base/kedit/ChangeLog5
-rw-r--r--kde-base/kedit/kedit-3.4.3.ebuild4
-rw-r--r--kde-base/khexedit/ChangeLog5
-rw-r--r--kde-base/khexedit/khexedit-3.4.3.ebuild4
-rw-r--r--kde-base/kmilo/ChangeLog5
-rw-r--r--kde-base/kmilo/kmilo-3.4.3.ebuild4
-rw-r--r--kde-base/kregexpeditor/ChangeLog5
-rw-r--r--kde-base/kregexpeditor/kregexpeditor-3.4.3.ebuild4
10 files changed, 30 insertions, 15 deletions
diff --git a/kde-base/ark/ChangeLog b/kde-base/ark/ChangeLog
index 0b854749e5f8..0071be93c8be 100644
--- a/kde-base/ark/ChangeLog
+++ b/kde-base/ark/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/ark
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.22 2005/11/24 13:31:01 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.23 2005/11/24 21:26:23 corsair Exp $
+
+ 24 Nov 2005; Markus Rothe <corsair@gentoo.org> ark-3.4.2.ebuild:
+ Stable on ppc64
24 Nov 2005; Gustavo Zacarias <gustavoz@gentoo.org> ark-3.4.2.ebuild:
Stable on sparc wrt #112842
diff --git a/kde-base/ark/ark-3.4.2.ebuild b/kde-base/ark/ark-3.4.2.ebuild
index 2b7e8c4a96cf..7be56e8032f4 100644
--- a/kde-base/ark/ark-3.4.2.ebuild
+++ b/kde-base/ark/ark-3.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-3.4.2.ebuild,v 1.4 2005/11/24 13:31:01 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-3.4.2.ebuild,v 1.5 2005/11/24 21:26:23 corsair Exp $
KMNAME=kdeutils
MAXKDEVER=3.4.3
@@ -8,5 +8,5 @@ KM_DEPRANGE="$PV $MAXKDEVER"
inherit kde-meta
DESCRIPTION="KDE Archiving tool"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ppc64 sparc ~x86"
IUSE=""
diff --git a/kde-base/kedit/ChangeLog b/kde-base/kedit/ChangeLog
index c6c37c3f9bf3..26b460c975d9 100644
--- a/kde-base/kedit/ChangeLog
+++ b/kde-base/kedit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kedit
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kedit/ChangeLog,v 1.23 2005/11/24 13:30:09 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kedit/ChangeLog,v 1.24 2005/11/24 21:25:11 corsair Exp $
+
+ 24 Nov 2005; Markus Rothe <corsair@gentoo.org> kedit-3.4.3.ebuild:
+ Stable on ppc64
24 Nov 2005; Gustavo Zacarias <gustavoz@gentoo.org> kedit-3.4.3.ebuild:
Stable on sparc wrt #112842
diff --git a/kde-base/kedit/kedit-3.4.3.ebuild b/kde-base/kedit/kedit-3.4.3.ebuild
index 9c84cc630fca..ce50a66ea5c7 100644
--- a/kde-base/kedit/kedit-3.4.3.ebuild
+++ b/kde-base/kedit/kedit-3.4.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kedit/kedit-3.4.3.ebuild,v 1.2 2005/11/24 13:30:09 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kedit/kedit-3.4.3.ebuild,v 1.3 2005/11/24 21:25:11 corsair Exp $
KMNAME=kdeutils
MAXKDEVER=$PV
@@ -8,5 +8,5 @@ KM_DEPRANGE="$PV $MAXKDEVER"
inherit kde-meta eutils
DESCRIPTION="KDE: very simple text editor"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ppc64 sparc ~x86"
IUSE=""
diff --git a/kde-base/khexedit/ChangeLog b/kde-base/khexedit/ChangeLog
index 6089902b76e7..ba8078265308 100644
--- a/kde-base/khexedit/ChangeLog
+++ b/kde-base/khexedit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/khexedit
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/khexedit/ChangeLog,v 1.25 2005/11/24 13:54:18 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/khexedit/ChangeLog,v 1.26 2005/11/24 21:29:49 corsair Exp $
+
+ 24 Nov 2005; Markus Rothe <corsair@gentoo.org> khexedit-3.4.3.ebuild:
+ Stable on ppc64
24 Nov 2005; Gustavo Zacarias <gustavoz@gentoo.org> khexedit-3.4.3.ebuild:
Stable on sparc wrt #112842
diff --git a/kde-base/khexedit/khexedit-3.4.3.ebuild b/kde-base/khexedit/khexedit-3.4.3.ebuild
index d27631e1b471..7eb290edec1c 100644
--- a/kde-base/khexedit/khexedit-3.4.3.ebuild
+++ b/kde-base/khexedit/khexedit-3.4.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/khexedit/khexedit-3.4.3.ebuild,v 1.2 2005/11/24 13:54:18 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/khexedit/khexedit-3.4.3.ebuild,v 1.3 2005/11/24 21:29:49 corsair Exp $
KMNAME=kdeutils
MAXKDEVER=$PV
@@ -8,7 +8,7 @@ KM_DEPRANGE="$PV $MAXKDEVER"
inherit kde-meta eutils
DESCRIPTION="KDE hex editor"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ppc64 sparc ~x86"
IUSE=""
PATCHES="$FILESDIR/khexedit-configure-magic.diff"
diff --git a/kde-base/kmilo/ChangeLog b/kde-base/kmilo/ChangeLog
index b7a6a4206d5d..f4df15d3dd6a 100644
--- a/kde-base/kmilo/ChangeLog
+++ b/kde-base/kmilo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kmilo
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/ChangeLog,v 1.27 2005/11/24 13:24:36 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/ChangeLog,v 1.28 2005/11/24 21:28:40 corsair Exp $
+
+ 24 Nov 2005; Markus Rothe <corsair@gentoo.org> kmilo-3.4.3.ebuild:
+ Stable on ppc64
24 Nov 2005; Gustavo Zacarias <gustavoz@gentoo.org> kmilo-3.4.3.ebuild:
Stable on sparc wrt #112842
diff --git a/kde-base/kmilo/kmilo-3.4.3.ebuild b/kde-base/kmilo/kmilo-3.4.3.ebuild
index bf6c22725b2d..dcaa6abde2fb 100644
--- a/kde-base/kmilo/kmilo-3.4.3.ebuild
+++ b/kde-base/kmilo/kmilo-3.4.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/kmilo-3.4.3.ebuild,v 1.2 2005/11/24 13:24:36 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/kmilo-3.4.3.ebuild,v 1.3 2005/11/24 21:28:40 corsair Exp $
KMNAME=kdeutils
MAXKDEVER=$PV
@@ -9,7 +9,7 @@ inherit kde-meta eutils
DESCRIPTION="kmilo - a kded module that can be extended to support various types of hardware
input devices that exist, such as those on keyboards."
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ppc64 sparc ~x86"
IUSE="pbbuttonsd"
DEPEND="pbbuttonsd? ( app-laptop/pbbuttonsd )"
RDEPEND="${DEPEND}"
diff --git a/kde-base/kregexpeditor/ChangeLog b/kde-base/kregexpeditor/ChangeLog
index eac0ff241e5c..99e64f22e6c1 100644
--- a/kde-base/kregexpeditor/ChangeLog
+++ b/kde-base/kregexpeditor/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kregexpeditor
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kregexpeditor/ChangeLog,v 1.24 2005/11/24 13:26:30 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kregexpeditor/ChangeLog,v 1.25 2005/11/24 21:27:25 corsair Exp $
+
+ 24 Nov 2005; Markus Rothe <corsair@gentoo.org> kregexpeditor-3.4.3.ebuild:
+ Stable on ppc64
24 Nov 2005; Gustavo Zacarias <gustavoz@gentoo.org>
kregexpeditor-3.4.3.ebuild:
diff --git a/kde-base/kregexpeditor/kregexpeditor-3.4.3.ebuild b/kde-base/kregexpeditor/kregexpeditor-3.4.3.ebuild
index 0bd26fe0f411..50c3c56779f2 100644
--- a/kde-base/kregexpeditor/kregexpeditor-3.4.3.ebuild
+++ b/kde-base/kregexpeditor/kregexpeditor-3.4.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kregexpeditor/kregexpeditor-3.4.3.ebuild,v 1.2 2005/11/24 13:26:30 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kregexpeditor/kregexpeditor-3.4.3.ebuild,v 1.3 2005/11/24 21:27:25 corsair Exp $
KMNAME=kdeutils
MAXKDEVER=$PV
@@ -8,7 +8,7 @@ KM_DEPRANGE="$PV $MAXKDEVER"
inherit kde-meta eutils
DESCRIPTION="KDE: Editor for Regular Expressions"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ppc64 sparc ~x86"
IUSE=""
KMEXTRA="doc/KRegExpEditor"