summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/python-fchksum/ChangeLog5
-rw-r--r--dev-python/python-fchksum/python-fchksum-1.6.1-r1.ebuild4
-rw-r--r--dev-python/python-fchksum/python-fchksum-1.6.1.ebuild4
-rw-r--r--sys-apps/bash/ChangeLog5
-rw-r--r--sys-apps/bash/bash-2.05b-r3.ebuild4
-rw-r--r--sys-apps/bash/files/digest-bash-2.05b-r31
-rw-r--r--sys-apps/groff/ChangeLog5
-rw-r--r--sys-apps/groff/groff-1.18.1.ebuild4
-rw-r--r--sys-devel/libtool/ChangeLog5
-rw-r--r--sys-devel/libtool/libtool-1.4.1-r10.ebuild4
-rw-r--r--sys-devel/m4/ChangeLog5
-rw-r--r--sys-devel/m4/m4-1.4p-r1.ebuild4
-rw-r--r--sys-devel/m4/m4-1.4p.ebuild4
13 files changed, 34 insertions, 20 deletions
diff --git a/dev-python/python-fchksum/ChangeLog b/dev-python/python-fchksum/ChangeLog
index eb91e6de81f8..da1efe91e9e9 100644
--- a/dev-python/python-fchksum/ChangeLog
+++ b/dev-python/python-fchksum/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-fchksum
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fchksum/ChangeLog,v 1.6 2003/01/19 16:44:40 tuxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fchksum/ChangeLog,v 1.7 2003/02/07 20:37:18 gmsoft Exp $
+
+ 07 Feb 2003; Guy Martin <gmsoft@gentoo.org> :
+ Added hppa to keywords.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/dev-python/python-fchksum/python-fchksum-1.6.1-r1.ebuild b/dev-python/python-fchksum/python-fchksum-1.6.1-r1.ebuild
index ca376ac069e6..fa7f311b29f9 100644
--- a/dev-python/python-fchksum/python-fchksum-1.6.1-r1.ebuild
+++ b/dev-python/python-fchksum/python-fchksum-1.6.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fchksum/python-fchksum-1.6.1-r1.ebuild,v 1.7 2002/12/15 10:44:19 bjb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fchksum/python-fchksum-1.6.1-r1.ebuild,v 1.8 2003/02/07 20:37:18 gmsoft Exp $
S=${WORKDIR}/${P}
DESCRIPTION="fchksum is a Python module to find the checksum of files."
@@ -8,7 +8,7 @@ SRC_URI="http://www.azstarnet.com/~donut/programs/fchksum/${P}.tar.gz"
HOMEPAGE="http://www.azstarnet.com/~donut/programs/fchksum.html"
DEPEND="sys-libs/zlib"
-KEYWORDS="x86 ppc sparc alpha"
+KEYWORDS="x86 ppc sparc alpha hppa"
LICENSE="GPL-2"
SLOT="0"
diff --git a/dev-python/python-fchksum/python-fchksum-1.6.1.ebuild b/dev-python/python-fchksum/python-fchksum-1.6.1.ebuild
index bd430bdb5a88..be754335af20 100644
--- a/dev-python/python-fchksum/python-fchksum-1.6.1.ebuild
+++ b/dev-python/python-fchksum/python-fchksum-1.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fchksum/python-fchksum-1.6.1.ebuild,v 1.13 2003/01/19 16:44:40 tuxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fchksum/python-fchksum-1.6.1.ebuild,v 1.14 2003/02/07 20:37:18 gmsoft Exp $
S=${WORKDIR}/${P}
DESCRIPTION="fchksum is a Python module to find the checksum of files."
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.azstarnet.com/~donut/programs/fchksum.html"
DEPEND="sys-libs/zlib"
#RDEPEND=""
-KEYWORDS="x86 ppc sparc alpha mips"
+KEYWORDS="x86 ppc sparc alpha mips hppa"
LICENSE="GPL-2"
SLOT="0"
diff --git a/sys-apps/bash/ChangeLog b/sys-apps/bash/ChangeLog
index cac8b32a7e4e..c665070be1e2 100644
--- a/sys-apps/bash/ChangeLog
+++ b/sys-apps/bash/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/bash
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/ChangeLog,v 1.19 2003/01/18 19:36:54 tuxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/ChangeLog,v 1.20 2003/02/07 20:38:08 gmsoft Exp $
+
+ 07 Feb 2003; Guy Martin <gmsoft@gentoo.org> bash-2.05b-r3.ebuild :
+ Added hppa to keywords.
03 Dec 2002; Martin Schlemmer <azarah@gentoo.org> bash-2.05b-r3.ebuild :
Remove autoconf dependency, resolving stage0 -> stage1 breakage, thanks
diff --git a/sys-apps/bash/bash-2.05b-r3.ebuild b/sys-apps/bash/bash-2.05b-r3.ebuild
index f8b9f217eacd..df4298f357c9 100644
--- a/sys-apps/bash/bash-2.05b-r3.ebuild
+++ b/sys-apps/bash/bash-2.05b-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.05b-r3.ebuild,v 1.16 2003/01/19 16:13:04 bjb Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.05b-r3.ebuild,v 1.17 2003/02/07 20:38:08 gmsoft Exp $
inherit eutils flag-o-matic
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.gnu.org/software/bash/bash.html"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc ~sparc alpha ~mips"
+KEYWORDS="x86 ~ppc ~sparc alpha ~mips hppa"
IUSE="nls build"
DEPEND=">=sys-libs/ncurses-5.2-r2"
diff --git a/sys-apps/bash/files/digest-bash-2.05b-r3 b/sys-apps/bash/files/digest-bash-2.05b-r3
index 82ba2741a08c..9e2103210e00 100644
--- a/sys-apps/bash/files/digest-bash-2.05b-r3
+++ b/sys-apps/bash/files/digest-bash-2.05b-r3
@@ -1,6 +1,5 @@
MD5 5238251b4926d778dfe162f6ce729733 bash-2.05b.tar.gz 1956216
MD5 acac0949285525a5920d80f2aa4668de bash-2.05b-gentoo.diff.bz2 2744
-MD5 94e520fa0272b06fb03fc46042095b62 bash205b-001 1132
MD5 2957bbe5f6db1830d649d1071baba63c bash205b-002 755
MD5 2828e78563927b806246e2b4806ee0f5 bash205b-003 2356
MD5 6bf89831209ba6d208943d2ebaa7fe3a bash205b-004 1110
diff --git a/sys-apps/groff/ChangeLog b/sys-apps/groff/ChangeLog
index b3d8fe408120..a362d5d0961c 100644
--- a/sys-apps/groff/ChangeLog
+++ b/sys-apps/groff/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/groff
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.12 2003/01/08 17:53:25 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.13 2003/02/07 20:40:26 gmsoft Exp $
+
+ 07 Feb 2003; Guy Martin <gmsoft@gentoo.org> groff-1.18.1.ebuild :
+ Added hppa to keywords.
08 Jan 2003; Martin Schlemmer <azarah@gentoo.org> groff-1.18-r3.ebuild :
Mark stable for x86.
diff --git a/sys-apps/groff/groff-1.18.1.ebuild b/sys-apps/groff/groff-1.18.1.ebuild
index 6f143b2a248d..2caf0993f8ff 100644
--- a/sys-apps/groff/groff-1.18.1.ebuild
+++ b/sys-apps/groff/groff-1.18.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.18.1.ebuild,v 1.5 2003/01/19 16:13:04 bjb Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.18.1.ebuild,v 1.6 2003/02/07 20:40:26 gmsoft Exp $
IUSE=""
@@ -11,7 +11,7 @@ DESCRIPTION="Text formatter used for man pages"
SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/groff/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/groff/groff.html"
-KEYWORDS="x86 ~ppc ~sparc alpha ~mips"
+KEYWORDS="x86 ~ppc ~sparc alpha ~mips hppa"
SLOT="0"
LICENSE="GPL-2"
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog
index b3a3d0fdb615..933bba9ccdd0 100644
--- a/sys-devel/libtool/ChangeLog
+++ b/sys-devel/libtool/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/libtool
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.14 2002/12/20 19:07:00 tuxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.15 2003/02/07 20:35:55 gmsoft Exp $
+
+ 07 Feb 2003; Guy Martin <gmsoft@gentoo.org> libtool-1.4.1-r10-ebuild :
+ Added hppa to keywords.
*libtool-1.4.1-r10 (20 Dec 2002)
20 Dec 2002; Jan Seidel <tuxus@gentoo.org> libtool-1.4.1-r10-ebuild :
diff --git a/sys-devel/libtool/libtool-1.4.1-r10.ebuild b/sys-devel/libtool/libtool-1.4.1-r10.ebuild
index 2718956048b6..394dbeb74de1 100644
--- a/sys-devel/libtool/libtool-1.4.1-r10.ebuild
+++ b/sys-devel/libtool/libtool-1.4.1-r10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.1-r10.ebuild,v 1.4 2002/12/20 19:07:00 tuxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.1-r10.ebuild,v 1.5 2003/02/07 20:35:55 gmsoft Exp $
IUSE=""
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.gnu.org/software/libtool/libtool.html"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc sparc alpha mips"
+KEYWORDS="x86 ppc sparc alpha mips hppa"
DEPEND="virtual/glibc"
diff --git a/sys-devel/m4/ChangeLog b/sys-devel/m4/ChangeLog
index 4c33a671287c..0b102207fdd4 100644
--- a/sys-devel/m4/ChangeLog
+++ b/sys-devel/m4/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/m4
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.6 2003/01/07 20:17:44 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.7 2003/02/07 20:39:22 gmsoft Exp $
+
+ 07 Feb 2003; Guy Martin <gmsoft@gentoo.org> :
+ Added hppa to keywords.
*m4-1.4p-r1 (07 Jan 2003)
diff --git a/sys-devel/m4/m4-1.4p-r1.ebuild b/sys-devel/m4/m4-1.4p-r1.ebuild
index e496152efc0e..7af572e8ff1a 100644
--- a/sys-devel/m4/m4-1.4p-r1.ebuild
+++ b/sys-devel/m4/m4-1.4p-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4p-r1.ebuild,v 1.1 2003/01/07 20:17:44 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4p-r1.ebuild,v 1.2 2003/02/07 20:39:22 gmsoft Exp $
inherit gnuconfig
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.gnu.org/software/m4/m4.html"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa"
DEPEND="virtual/glibc
sys-devel/perl
diff --git a/sys-devel/m4/m4-1.4p.ebuild b/sys-devel/m4/m4-1.4p.ebuild
index 0ea0d18a7790..a00927820b74 100644
--- a/sys-devel/m4/m4-1.4p.ebuild
+++ b/sys-devel/m4/m4-1.4p.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4p.ebuild,v 1.12 2002/12/12 22:25:48 tuxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4p.ebuild,v 1.13 2003/02/07 20:39:22 gmsoft Exp $
inherit gnuconfig
@@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.seindal.dk/gnu/${MY_P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/m4/m4.html"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc sparc alpha mips"
+KEYWORDS="x86 ppc sparc alpha mips hppa"
DEPEND="virtual/glibc
nls? ( sys-devel/gettext )