summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-arch/unzip/ChangeLog5
-rw-r--r--app-arch/unzip/unzip-5.52.ebuild4
-rw-r--r--dev-perl/HTML-Parser/ChangeLog6
-rw-r--r--dev-perl/HTML-Parser/HTML-Parser-3.45.ebuild4
-rw-r--r--mail-client/sylpheed-claws/ChangeLog6
-rw-r--r--mail-client/sylpheed-claws/sylpheed-claws-1.0.5.ebuild4
-rw-r--r--net-misc/openntpd/ChangeLog6
-rw-r--r--net-misc/openntpd/openntpd-3.7_p1.ebuild4
-rw-r--r--sys-apps/grep/ChangeLog5
-rw-r--r--sys-apps/grep/grep-2.5.1-r8.ebuild4
-rw-r--r--sys-devel/m4/ChangeLog5
-rw-r--r--sys-devel/m4/m4-1.4.3.ebuild4
-rw-r--r--sys-devel/make/ChangeLog5
-rw-r--r--sys-devel/make/make-3.80-r2.ebuild4
-rw-r--r--sys-process/psmisc/ChangeLog5
-rw-r--r--sys-process/psmisc/psmisc-21.6.ebuild4
16 files changed, 51 insertions, 24 deletions
diff --git a/app-arch/unzip/ChangeLog b/app-arch/unzip/ChangeLog
index b76028119196..e63b0dba7a24 100644
--- a/app-arch/unzip/ChangeLog
+++ b/app-arch/unzip/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/unzip
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/ChangeLog,v 1.31 2005/08/18 13:58:50 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/ChangeLog,v 1.32 2005/08/18 18:40:03 hansmi Exp $
+
+ 18 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> unzip-5.52.ebuild:
+ Stable on ppc.
18 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> unzip-5.52.ebuild:
Stable on mips.
diff --git a/app-arch/unzip/unzip-5.52.ebuild b/app-arch/unzip/unzip-5.52.ebuild
index 0cacb5f88d28..c97811a4a110 100644
--- a/app-arch/unzip/unzip-5.52.ebuild
+++ b/app-arch/unzip/unzip-5.52.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/app-arch/unzip/unzip-5.52.ebuild,v 1.6 2005/08/18 13:58:50 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.52.ebuild,v 1.7 2005/08/18 18:40:03 hansmi Exp $
inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.info-zip.org/pub/infozip/src/${PN}${PV/.}.tar.gz"
LICENSE="Info-ZIP"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 m68k mips ~ppc ~ppc-macos ~ppc64 s390 sh sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ia64 m68k mips ppc ~ppc-macos ~ppc64 s390 sh sparc x86"
IUSE=""
DEPEND=""
diff --git a/dev-perl/HTML-Parser/ChangeLog b/dev-perl/HTML-Parser/ChangeLog
index 7c1ec4b546e4..24e887f68fc6 100644
--- a/dev-perl/HTML-Parser/ChangeLog
+++ b/dev-perl/HTML-Parser/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/HTML-Parser
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.50 2005/08/15 10:46:29 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/ChangeLog,v 1.51 2005/08/18 18:43:08 hansmi Exp $
+
+ 18 Aug 2005; Michael Hanselmann <hansmi@gentoo.org>
+ HTML-Parser-3.45.ebuild:
+ Stable on ppc.
15 Aug 2005; Michael Cummings <mcummings@gentoo.org>
-HTML-Parser-3.28.ebuild, -HTML-Parser-3.34-r1.ebuild,
diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.45.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.45.ebuild
index 638370ddc3b7..812f86ab0f18 100644
--- a/dev-perl/HTML-Parser/HTML-Parser-3.45.ebuild
+++ b/dev-perl/HTML-Parser/HTML-Parser-3.45.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/dev-perl/HTML-Parser/HTML-Parser-3.45.ebuild,v 1.4 2005/08/15 10:46:29 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.45.ebuild,v 1.5 2005/08/18 18:43:08 hansmi Exp $
inherit perl-module
@@ -9,7 +9,7 @@ HOMEPAGE="http://search.cpan.org/~gaas/${P}/"
SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz"
SLOT="0"
LICENSE="Artistic"
-KEYWORDS="x86 ~amd64 ~ppc sparc ~alpha ~hppa ~ia64 ~ppc64 ~mips"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc x86"
IUSE="unicode"
DEPEND=">=dev-perl/HTML-Tagset-3.03"
mydoc="ANNOUNCEMENT TODO"
diff --git a/mail-client/sylpheed-claws/ChangeLog b/mail-client/sylpheed-claws/ChangeLog
index 6e058bdb9cef..e92a6c0b9773 100644
--- a/mail-client/sylpheed-claws/ChangeLog
+++ b/mail-client/sylpheed-claws/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/sylpheed-claws
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/ChangeLog,v 1.57 2005/08/18 04:21:08 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/ChangeLog,v 1.58 2005/08/18 18:41:04 hansmi Exp $
+
+ 18 Aug 2005; Michael Hanselmann <hansmi@gentoo.org>
+ sylpheed-claws-1.0.5.ebuild:
+ Stable on ppc.
18 Aug 2005; Jason Wever <weeve@gentoo.org> sylpheed-claws-1.0.5.ebuild,
sylpheed-claws-1.9.13-r1.ebuild:
diff --git a/mail-client/sylpheed-claws/sylpheed-claws-1.0.5.ebuild b/mail-client/sylpheed-claws/sylpheed-claws-1.0.5.ebuild
index 5ab368735d2f..57e83d60f914 100644
--- a/mail-client/sylpheed-claws/sylpheed-claws-1.0.5.ebuild
+++ b/mail-client/sylpheed-claws/sylpheed-claws-1.0.5.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/mail-client/sylpheed-claws/sylpheed-claws-1.0.5.ebuild,v 1.3 2005/08/18 04:21:08 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/sylpheed-claws-1.0.5.ebuild,v 1.4 2005/08/18 18:41:04 hansmi Exp $
IUSE="nls gnome dillo crypt spell imlib ssl ldap ipv6 pda clamav pdflib maildir xface kde" # mbox
@@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ppc ~ppc64 sparc x86"
COMMONDEPEND="=x11-libs/gtk+-1.2*
pda? ( >=app-pda/jpilot-0.99 )
diff --git a/net-misc/openntpd/ChangeLog b/net-misc/openntpd/ChangeLog
index b7ecfbbe7ee0..7d7889f6810b 100644
--- a/net-misc/openntpd/ChangeLog
+++ b/net-misc/openntpd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/openntpd
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.19 2005/08/16 19:41:38 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.20 2005/08/18 18:43:35 hansmi Exp $
+
+ 18 Aug 2005; Michael Hanselmann <hansmi@gentoo.org>
+ openntpd-3.7_p1.ebuild:
+ Stable on ppc.
16 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org>
openntpd-3.7_p1.ebuild:
diff --git a/net-misc/openntpd/openntpd-3.7_p1.ebuild b/net-misc/openntpd/openntpd-3.7_p1.ebuild
index ed9f8f24fd26..e590d88ad8d6 100644
--- a/net-misc/openntpd/openntpd-3.7_p1.ebuild
+++ b/net-misc/openntpd/openntpd-3.7_p1.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/net-misc/openntpd/openntpd-3.7_p1.ebuild,v 1.4 2005/08/16 19:41:38 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-3.7_p1.ebuild,v 1.5 2005/08/18 18:43:35 hansmi Exp $
inherit eutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://openbsd/OpenNTPD/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86"
IUSE="ssl selinux"
RDEPEND="ssl? ( dev-libs/openssl )
diff --git a/sys-apps/grep/ChangeLog b/sys-apps/grep/ChangeLog
index fb21aff4ef3c..b7aee2371a80 100644
--- a/sys-apps/grep/ChangeLog
+++ b/sys-apps/grep/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/grep
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.48 2005/08/16 13:13:17 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.49 2005/08/18 18:39:38 hansmi Exp $
+
+ 18 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> grep-2.5.1-r8.ebuild:
+ Stable on ppc.
16 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> grep-2.5.1-r8.ebuild:
Stable on sparc
diff --git a/sys-apps/grep/grep-2.5.1-r8.ebuild b/sys-apps/grep/grep-2.5.1-r8.ebuild
index cefeb06f6222..abab9c6d4919 100644
--- a/sys-apps/grep/grep-2.5.1-r8.ebuild
+++ b/sys-apps/grep/grep-2.5.1-r8.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/sys-apps/grep/grep-2.5.1-r8.ebuild,v 1.4 2005/08/16 13:13:17 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.1-r8.ebuild,v 1.5 2005/08/18 18:39:38 hansmi Exp $
inherit flag-o-matic eutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86"
IUSE="build nls pcre static"
RDEPEND=""
diff --git a/sys-devel/m4/ChangeLog b/sys-devel/m4/ChangeLog
index aaa510af346b..a28c1365569b 100644
--- a/sys-devel/m4/ChangeLog
+++ b/sys-devel/m4/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/m4
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.40 2005/08/16 13:02:21 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.41 2005/08/18 18:42:11 hansmi Exp $
+
+ 18 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> m4-1.4.3.ebuild:
+ Stable on ppc.
16 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> m4-1.4.3.ebuild:
Stable on sparc
diff --git a/sys-devel/m4/m4-1.4.3.ebuild b/sys-devel/m4/m4-1.4.3.ebuild
index ec49800a5b08..411da6624476 100644
--- a/sys-devel/m4/m4-1.4.3.ebuild
+++ b/sys-devel/m4/m4-1.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/sys-devel/m4/m4-1.4.3.ebuild,v 1.7 2005/08/16 13:02:21 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.3.ebuild,v 1.8 2005/08/18 18:42:11 hansmi Exp $
inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86"
IUSE="nls"
DEPEND="nls? ( sys-devel/gettext )"
diff --git a/sys-devel/make/ChangeLog b/sys-devel/make/ChangeLog
index ddeb1ce5e263..bfc47361e2eb 100644
--- a/sys-devel/make/ChangeLog
+++ b/sys-devel/make/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/make
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.26 2005/08/16 13:08:48 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.27 2005/08/18 18:41:38 hansmi Exp $
+
+ 18 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> make-3.80-r2.ebuild:
+ Stable on ppc.
16 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> make-3.80-r2.ebuild:
Stable on sparc
diff --git a/sys-devel/make/make-3.80-r2.ebuild b/sys-devel/make/make-3.80-r2.ebuild
index 562583d81c48..344c2ab50624 100644
--- a/sys-devel/make/make-3.80-r2.ebuild
+++ b/sys-devel/make/make-3.80-r2.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/sys-devel/make/make-3.80-r2.ebuild,v 1.5 2005/08/16 13:08:48 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.80-r2.ebuild,v 1.6 2005/08/18 18:41:38 hansmi Exp $
inherit eutils flag-o-matic
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/make/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86"
IUSE="nls static build hardened"
DEPEND="nls? ( sys-devel/gettext )"
diff --git a/sys-process/psmisc/ChangeLog b/sys-process/psmisc/ChangeLog
index ba44eecce142..f55e96bb4b28 100644
--- a/sys-process/psmisc/ChangeLog
+++ b/sys-process/psmisc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/psmisc
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/psmisc/ChangeLog,v 1.10 2005/08/16 13:19:13 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/psmisc/ChangeLog,v 1.11 2005/08/18 18:44:21 hansmi Exp $
+
+ 18 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> psmisc-21.6.ebuild:
+ Stable on ppc.
16 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> psmisc-21.6.ebuild:
Stable on sparc
diff --git a/sys-process/psmisc/psmisc-21.6.ebuild b/sys-process/psmisc/psmisc-21.6.ebuild
index 9c409b0ebad3..743be1d7d01e 100644
--- a/sys-process/psmisc/psmisc-21.6.ebuild
+++ b/sys-process/psmisc/psmisc-21.6.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/sys-process/psmisc/psmisc-21.6.ebuild,v 1.5 2005/08/16 13:19:13 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/psmisc/psmisc-21.6.ebuild,v 1.6 2005/08/18 18:44:21 hansmi Exp $
inherit eutils
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/psmisc/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86"
IUSE="nls selinux"
RDEPEND=">=sys-libs/ncurses-5.2-r2