summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Brauel <bjb@gentoo.org>2002-09-14 15:51:26 +0000
committerBjoern Brauel <bjb@gentoo.org>2002-09-14 15:51:26 +0000
commit50601c48630eba91228a4683210e2327007bbdf0 (patch)
tree7e24a7c3e8881261bd199fa0ae74081f458dc8d5
parentinitial alpha (axp) support for gentoo (diff)
downloadhistorical-50601c48630eba91228a4683210e2327007bbdf0.tar.gz
historical-50601c48630eba91228a4683210e2327007bbdf0.tar.bz2
historical-50601c48630eba91228a4683210e2327007bbdf0.zip
initial alpha (axp) support for gentoo
-rw-r--r--sys-devel/autoconf/autoconf-2.53a.ebuild4
-rw-r--r--sys-devel/automake/automake-1.6.1-r6.ebuild2
-rw-r--r--sys-devel/bc/bc-1.06-r3.ebuild4
-rw-r--r--sys-devel/binutils/binutils-2.13.90.0.4.ebuild4
-rw-r--r--sys-devel/bison/bison-1.35.ebuild4
-rw-r--r--sys-devel/flex/flex-2.5.4a-r4.ebuild4
-rw-r--r--sys-devel/gcc/gcc-3.2-r1.ebuild4
-rw-r--r--sys-devel/gcc/gcc-3.2.ebuild4
-rw-r--r--sys-devel/gdb/gdb-5.2.1.ebuild4
-rw-r--r--sys-devel/gettext/gettext-0.11.1.ebuild4
-rw-r--r--sys-devel/libtool/libtool-1.4.1-r9.ebuild4
-rw-r--r--sys-devel/m4/m4-1.4p.ebuild4
-rw-r--r--sys-devel/make/make-3.79.1-r4.ebuild4
-rw-r--r--sys-devel/patch/patch-2.5.4-r4.ebuild4
-rw-r--r--sys-devel/perl/perl-5.6.1-r6.ebuild4
-rw-r--r--sys-kernel/linux-headers/linux-headers-2.4.18-r2.ebuild4
-rw-r--r--sys-kernel/linux-headers/linux-headers-2.4.18.ebuild4
-rw-r--r--sys-kernel/vanilla-sources/vanilla-sources-2.4.19.ebuild4
-rw-r--r--sys-libs/cracklib/cracklib-2.7-r5.ebuild4
-rw-r--r--sys-libs/db/db-1.85-r1.ebuild4
-rw-r--r--sys-libs/db/db-3.2.9-r1.ebuild4
-rw-r--r--sys-libs/gdbm/gdbm-1.8.0-r5.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.2.5-r6.ebuild4
-rw-r--r--sys-libs/gpm/gpm-1.20.0-r3.ebuild4
-rw-r--r--sys-libs/ncurses/ncurses-5.2.20020511-r2.ebuild4
-rw-r--r--sys-libs/pam/pam-0.75-r7.ebuild4
-rw-r--r--sys-libs/pwdb/pwdb-0.61-r3.ebuild4
-rw-r--r--sys-libs/readline/readline-4.2a.ebuild4
-rw-r--r--sys-libs/slang/slang-1.4.5-r2.ebuild4
-rw-r--r--sys-libs/zlib/zlib-1.1.4.ebuild11
-rw-r--r--x11-base/opengl-update/opengl-update-1.4.ebuild4
-rw-r--r--x11-base/xfree/xfree-4.2.1.ebuild4
-rw-r--r--x11-libs/gtk+/gtk+-1.2.10-r8.ebuild4
33 files changed, 71 insertions, 66 deletions
diff --git a/sys-devel/autoconf/autoconf-2.53a.ebuild b/sys-devel/autoconf/autoconf-2.53a.ebuild
index 9a59ce539f4d..730db64929a5 100644
--- a/sys-devel/autoconf/autoconf-2.53a.ebuild
+++ b/sys-devel/autoconf/autoconf-2.53a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.53a.ebuild,v 1.6 2002/08/14 03:48:45 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.53a.ebuild,v 1.7 2002/09/14 15:51:25 bjb Exp $
OLD_PV=2.13
OLD_P=${PN}-${OLD_PV}
@@ -11,7 +11,7 @@ SRC_URI="ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.bz2
ftp://ftp.gnu.org/gnu/${PN}/${OLD_P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html"
LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
DEPEND=">=sys-devel/m4-1.4p
sys-devel/perl"
diff --git a/sys-devel/automake/automake-1.6.1-r6.ebuild b/sys-devel/automake/automake-1.6.1-r6.ebuild
index 162f6791e4d2..e10eee079419 100644
--- a/sys-devel/automake/automake-1.6.1-r6.ebuild
+++ b/sys-devel/automake/automake-1.6.1-r6.ebuild
@@ -47,7 +47,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz
ftp://ftp.gnu.org/gnu/${PN}/${OLD14_P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/automake/automake.html"
LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
DEPEND="sys-devel/perl
>=sys-devel/autoconf-2.53-r1"
diff --git a/sys-devel/bc/bc-1.06-r3.ebuild b/sys-devel/bc/bc-1.06-r3.ebuild
index 094f5c3ee396..3681bd108021 100644
--- a/sys-devel/bc/bc-1.06-r3.ebuild
+++ b/sys-devel/bc/bc-1.06-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06-r3.ebuild,v 1.8 2002/08/14 03:46:05 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06-r3.ebuild,v 1.9 2002/09/14 15:51:25 bjb Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Handy console-based calculator utility"
@@ -11,7 +11,7 @@ SLOT="0"
RDEPEND="readline? ( >=sys-libs/readline-4.1
>=sys-libs/ncurses-5.2 )"
DEPEND="$RDEPEND sys-devel/flex"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
src_unpack() {
diff --git a/sys-devel/binutils/binutils-2.13.90.0.4.ebuild b/sys-devel/binutils/binutils-2.13.90.0.4.ebuild
index ff0c5db5c2d4..56ff286e620d 100644
--- a/sys-devel/binutils/binutils-2.13.90.0.4.ebuild
+++ b/sys-devel/binutils/binutils-2.13.90.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.13.90.0.4.ebuild,v 1.3 2002/08/21 18:22:53 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.13.90.0.4.ebuild,v 1.4 2002/09/14 15:51:25 bjb Exp $
# NOTE to Maintainer: ChangeLog states that it no longer use perl to build
# the manpages, but seems this is incorrect ....
@@ -17,7 +17,7 @@ HOMEPAGE="http://sources.redhat.com/binutils/"
SLOT="0"
LICENSE="GPL-2|LGPL-2"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
DEPEND="virtual/glibc
>=sys-apps/portage-2.0.21
diff --git a/sys-devel/bison/bison-1.35.ebuild b/sys-devel/bison/bison-1.35.ebuild
index 32f1e7c9768d..4617929ad35a 100644
--- a/sys-devel/bison/bison-1.35.ebuild
+++ b/sys-devel/bison/bison-1.35.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.35.ebuild,v 1.2 2002/08/14 03:47:11 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.35.ebuild,v 1.3 2002/09/14 15:51:25 bjb Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A yacc-compatible parser generator"
@@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.gnu.org/pub/gnu/bison/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
DEPEND="nls? ( sys-devel/gettext )"
diff --git a/sys-devel/flex/flex-2.5.4a-r4.ebuild b/sys-devel/flex/flex-2.5.4a-r4.ebuild
index 5e593ecd14af..99db9b6811ed 100644
--- a/sys-devel/flex/flex-2.5.4a-r4.ebuild
+++ b/sys-devel/flex/flex-2.5.4a-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r4.ebuild,v 1.7 2002/08/14 03:45:33 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r4.ebuild,v 1.8 2002/09/14 15:51:25 bjb Exp $
S=${WORKDIR}/flex-2.5.4
DESCRIPTION="GNU lexical analyser generator"
@@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/non-gnu/flex/flex-2.5.4a.tar.gz"
HOMEPAGE="http://www.gnu.org/software/flex/flex.html"
LICENSE="FLEX"
SLOT="0"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
DEPEND="virtual/glibc"
RDEPEND="virtual/glibc"
diff --git a/sys-devel/gcc/gcc-3.2-r1.ebuild b/sys-devel/gcc/gcc-3.2-r1.ebuild
index 3bf51d2b5eea..c66f43b9f735 100644
--- a/sys-devel/gcc/gcc-3.2-r1.ebuild
+++ b/sys-devel/gcc/gcc-3.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2-r1.ebuild,v 1.2 2002/09/09 20:35:01 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2-r1.ebuild,v 1.3 2002/09/14 15:51:25 bjb Exp $
# NOTE TO MAINTAINER: Info pages get nuked for multiple version installs.
# Ill fix it later if i get a chance.
@@ -36,7 +36,7 @@ HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html"
LICENSE="GPL-2 LGPL-2.1"
SLOT="${MY_PV}"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
DEPEND="virtual/glibc
!build? ( >=sys-libs/ncurses-5.2-r2
diff --git a/sys-devel/gcc/gcc-3.2.ebuild b/sys-devel/gcc/gcc-3.2.ebuild
index 20b2086feef9..24ae0d692cdb 100644
--- a/sys-devel/gcc/gcc-3.2.ebuild
+++ b/sys-devel/gcc/gcc-3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.ebuild,v 1.5 2002/08/21 11:43:27 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.ebuild,v 1.6 2002/09/14 15:51:25 bjb Exp $
# NOTE TO MAINTAINER: Info pages get nuked for multiple version installs.
# Ill fix it later if i get a chance.
@@ -36,7 +36,7 @@ HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html"
LICENSE="GPL-2 LGPL-2.1"
SLOT="${MY_PV}"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
DEPEND="virtual/glibc
!build? ( >=sys-libs/ncurses-5.2-r2
diff --git a/sys-devel/gdb/gdb-5.2.1.ebuild b/sys-devel/gdb/gdb-5.2.1.ebuild
index 34073a6f81e2..cf004a8ed23e 100644
--- a/sys-devel/gdb/gdb-5.2.1.ebuild
+++ b/sys-devel/gdb/gdb-5.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.2.1.ebuild,v 1.1 2002/08/21 13:56:00 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.2.1.ebuild,v 1.2 2002/09/14 15:51:25 bjb Exp $
S=${WORKDIR}/${P}
@@ -10,7 +10,7 @@ SRC_URI="http://mirrors.rcn.net/pub/sourceware/gdb/releases/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
DEPEND="virtual/glibc
>=sys-libs/ncurses-5.2-r2
diff --git a/sys-devel/gettext/gettext-0.11.1.ebuild b/sys-devel/gettext/gettext-0.11.1.ebuild
index af228cfd087e..f2e503972797 100644
--- a/sys-devel/gettext/gettext-0.11.1.ebuild
+++ b/sys-devel/gettext/gettext-0.11.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.11.1.ebuild,v 1.9 2002/09/11 17:57:20 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.11.1.ebuild,v 1.10 2002/09/14 15:51:25 bjb Exp $
S=${WORKDIR}/${P}
DESCRIPTION="GNU locale utilities"
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnu.org/software/gettext/gettext.html"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
src_unpack() {
unpack ${A}
diff --git a/sys-devel/libtool/libtool-1.4.1-r9.ebuild b/sys-devel/libtool/libtool-1.4.1-r9.ebuild
index 728d517c87b9..362d68467cd5 100644
--- a/sys-devel/libtool/libtool-1.4.1-r9.ebuild
+++ b/sys-devel/libtool/libtool-1.4.1-r9.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.1-r9.ebuild,v 1.6 2002/08/14 03:49:37 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.1-r9.ebuild,v 1.7 2002/09/14 15:51:25 bjb Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A shared library tool for developers"
SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/libtool/libtool.html"
LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
DEPEND="virtual/glibc"
diff --git a/sys-devel/m4/m4-1.4p.ebuild b/sys-devel/m4/m4-1.4p.ebuild
index 3f990aa77643..1677ea24bd3b 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 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4p.ebuild,v 1.6 2002/08/14 03:44:18 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4p.ebuild,v 1.7 2002/09/14 15:51:25 bjb Exp $
MY_P=${P/p/ppre2}
S=${WORKDIR}/${MY_P}
@@ -9,7 +9,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 sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
DEPEND="virtual/glibc
nls? ( sys-devel/gettext )
diff --git a/sys-devel/make/make-3.79.1-r4.ebuild b/sys-devel/make/make-3.79.1-r4.ebuild
index a209de4a0c81..1c1528ec8080 100644
--- a/sys-devel/make/make-3.79.1-r4.ebuild
+++ b/sys-devel/make/make-3.79.1-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.79.1-r4.ebuild,v 1.2 2002/08/14 03:44:39 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.79.1-r4.ebuild,v 1.3 2002/09/14 15:51:25 bjb Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Standard tool to compile source trees"
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnu.org/software/make/make.html"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
DEPEND="virtual/glibc nls? ( sys-devel/gettext )"
RDEPEND="virtual/glibc"
diff --git a/sys-devel/patch/patch-2.5.4-r4.ebuild b/sys-devel/patch/patch-2.5.4-r4.ebuild
index 3fcfdd5c087c..a0184189cb08 100644
--- a/sys-devel/patch/patch-2.5.4-r4.ebuild
+++ b/sys-devel/patch/patch-2.5.4-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.4-r4.ebuild,v 1.7 2002/08/14 03:47:30 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.4-r4.ebuild,v 1.8 2002/09/14 15:51:25 bjb Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnu.org/software/patch/patch.html"
DEPEND="virtual/glibc"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
src_compile() {
diff --git a/sys-devel/perl/perl-5.6.1-r6.ebuild b/sys-devel/perl/perl-5.6.1-r6.ebuild
index 8a49760bc982..6a0fa8441d4b 100644
--- a/sys-devel/perl/perl-5.6.1-r6.ebuild
+++ b/sys-devel/perl/perl-5.6.1-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.1-r6.ebuild,v 1.4 2002/08/27 17:59:25 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.1-r6.ebuild,v 1.5 2002/09/14 15:51:26 bjb Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Larry Wall's Practical Extraction and Reporting Language"
@@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.perl.org/pub/CPAN/src/${P}.tar.gz"
HOMEPAGE="http://www.perl.org"
LICENSE="Artistic GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
DEPEND="sys-apps/groff berkdb? ( >=sys-libs/db-3.2.3h-r3 =sys-libs/db-1.85-r1 ) gdbm? ( >=sys-libs/gdbm-1.8.0 )"
diff --git a/sys-kernel/linux-headers/linux-headers-2.4.18-r2.ebuild b/sys-kernel/linux-headers/linux-headers-2.4.18-r2.ebuild
index 6955c1b4d73e..40c7160cf9fc 100644
--- a/sys-kernel/linux-headers/linux-headers-2.4.18-r2.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-2.4.18-r2.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-kernel/linux-headers/linux-headers-2.4.18-r2.ebuild,v 1.7 2002/08/14 02:46:34 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.18-r2.ebuild,v 1.8 2002/09/14 15:51:26 bjb Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
#we use this next variable to avoid duplicating stuff on cvs
@@ -18,7 +18,7 @@ PROVIDE="virtual/kernel"
HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
KERNEL_ARCH=`echo $ARCH |\
sed -e s/[i]*.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/`
diff --git a/sys-kernel/linux-headers/linux-headers-2.4.18.ebuild b/sys-kernel/linux-headers/linux-headers-2.4.18.ebuild
index 06469661ed7e..54f5ea7bda77 100644
--- a/sys-kernel/linux-headers/linux-headers-2.4.18.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-2.4.18.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-kernel/linux-headers/linux-headers-2.4.18.ebuild,v 1.3 2002/07/11 06:30:56 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.18.ebuild,v 1.4 2002/09/14 15:51:26 bjb Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
#we use this next variable to avoid duplicating stuff on cvs
@@ -10,7 +10,7 @@ KV=2.4.18
S=${WORKDIR}/linux-${KV}
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="x86 alpha"
#These are *stock* 2.4.18 headers, for niceness.
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.4.19.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.4.19.ebuild
index 1ac770f34c45..5da9bbb46ed3 100644
--- a/sys-kernel/vanilla-sources/vanilla-sources-2.4.19.ebuild
+++ b/sys-kernel/vanilla-sources/vanilla-sources-2.4.19.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-kernel/vanilla-sources/vanilla-sources-2.4.19.ebuild,v 1.2 2002/08/14 04:00:42 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.19.ebuild,v 1.3 2002/09/14 15:51:26 bjb Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
#we use this next variable to avoid duplicating stuff on cvs
@@ -21,7 +21,7 @@ PROVIDE="virtual/linux-sources"
HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
if [ $ETYPE = "sources" ] && [ -z "`use build`" ]
then
diff --git a/sys-libs/cracklib/cracklib-2.7-r5.ebuild b/sys-libs/cracklib/cracklib-2.7-r5.ebuild
index 07d373a07ef0..14c5d31aa691 100644
--- a/sys-libs/cracklib/cracklib-2.7-r5.ebuild
+++ b/sys-libs/cracklib/cracklib-2.7-r5.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.7-r5.ebuild,v 1.9 2002/08/14 04:17:48 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.7-r5.ebuild,v 1.10 2002/09/14 15:51:26 bjb Exp $
S=${WORKDIR}/cracklib,${PV}
DESCRIPTION="Cracklib"
SRC_URI="ftp://ftp.debian.org/debian/dists/potato/main/source/utils/cracklib2_${PV}.orig.tar.gz"
DEPEND="virtual/glibc sys-apps/miscfiles"
LICENSE="CRACKLIB"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
SLOT="0"
HOMEPAGE="http://www.users.dircon.co.uk/~crypto/"
diff --git a/sys-libs/db/db-1.85-r1.ebuild b/sys-libs/db/db-1.85-r1.ebuild
index db2202ff1bb1..7ef5114ec732 100644
--- a/sys-libs/db/db-1.85-r1.ebuild
+++ b/sys-libs/db/db-1.85-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-libs/db/db-1.85-r1.ebuild,v 1.10 2002/08/14 04:06:42 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r1.ebuild,v 1.11 2002/09/14 15:51:26 bjb Exp $
S=${WORKDIR}/db.${PV}
DESCRIPTION="db 1.85 -- required for RPM 4.0 to compile; that's about it."
@@ -10,7 +10,7 @@ DEPEND="virtual/glibc"
RDEPEND=$DEPEND
SLOT="1"
LICENSE="DB"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
src_unpack() {
diff --git a/sys-libs/db/db-3.2.9-r1.ebuild b/sys-libs/db/db-3.2.9-r1.ebuild
index 76771f67c49c..059dafc847c8 100644
--- a/sys-libs/db/db-3.2.9-r1.ebuild
+++ b/sys-libs/db/db-3.2.9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r1.ebuild,v 1.3 2002/08/14 04:06:42 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r1.ebuild,v 1.4 2002/09/14 15:51:26 bjb Exp $
S=${WORKDIR}/${P}/build_unix
DESCRIPTION="Berkeley DB for transaction support in MySQL"
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.sleepycat.com/"
SLOT="3"
LICENSE="DB"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
RDEPEND="virtual/glibc"
DEPEND="${RDEPEND}
diff --git a/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild b/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild
index 9c16473d9f17..e151d6b19bca 100644
--- a/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild
+++ b/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Chad Huneycutt <chad.huneycutt@acm.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild,v 1.7 2002/08/14 04:07:14 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild,v 1.8 2002/09/14 15:51:26 bjb Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Standard GNU database libraries included for compatibility with Perl"
@@ -9,7 +9,7 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/gdbm/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/gdbm/gdbm.html"
LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
SLOT="0"
DEPEND="virtual/glibc
diff --git a/sys-libs/glibc/glibc-2.2.5-r6.ebuild b/sys-libs/glibc/glibc-2.2.5-r6.ebuild
index ef1216e72271..7cf126741bb2 100644
--- a/sys-libs/glibc/glibc-2.2.5-r6.ebuild
+++ b/sys-libs/glibc/glibc-2.2.5-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.5-r6.ebuild,v 1.4 2002/09/08 16:33:24 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.5-r6.ebuild,v 1.5 2002/09/14 15:51:26 bjb Exp $
inherit flag-o-matic
filter-flags "-fomit-frame-pointer -malign-double"
@@ -10,7 +10,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library"
SRC_URI="ftp://sources.redhat.com/pub/glibc/releases/glibc-${PV}.tar.bz2
ftp://sources.redhat.com/pub/glibc/releases/glibc-linuxthreads-${PV}.tar.bz2"
HOMEPAGE="http://www.gnu.org/software/libc/libc.html"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
LICENSE="GPL-2"
SLOT="2.2"
diff --git a/sys-libs/gpm/gpm-1.20.0-r3.ebuild b/sys-libs/gpm/gpm-1.20.0-r3.ebuild
index 642a4dd846d1..3499a41a47c9 100644
--- a/sys-libs/gpm/gpm-1.20.0-r3.ebuild
+++ b/sys-libs/gpm/gpm-1.20.0-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.0-r3.ebuild,v 1.6 2002/09/11 14:16:09 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.0-r3.ebuild,v 1.7 2002/09/14 15:51:26 bjb Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Console-based mouse driver"
@@ -12,7 +12,7 @@ DEPEND=">=sys-libs/ncurses-5.2
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
src_compile() {
#this little hack turns off EMACS byte compilation. Really don't want
diff --git a/sys-libs/ncurses/ncurses-5.2.20020511-r2.ebuild b/sys-libs/ncurses/ncurses-5.2.20020511-r2.ebuild
index 39d7265b60c2..50dee0ff2357 100644
--- a/sys-libs/ncurses/ncurses-5.2.20020511-r2.ebuild
+++ b/sys-libs/ncurses/ncurses-5.2.20020511-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.2.20020511-r2.ebuild,v 1.1 2002/09/03 21:11:29 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.2.20020511-r2.ebuild,v 1.2 2002/09/14 15:51:26 bjb Exp $
inherit flag-o-matic
@@ -20,7 +20,7 @@ HOMEPAGE="http://www.gnu.org/software/ncurses/ncurses.html"
LICENSE="MIT"
SLOT="5"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
DEPEND="virtual/glibc
sys-apps/bzip2"
diff --git a/sys-libs/pam/pam-0.75-r7.ebuild b/sys-libs/pam/pam-0.75-r7.ebuild
index 2f93af34be78..43c8831f504c 100644
--- a/sys-libs/pam/pam-0.75-r7.ebuild
+++ b/sys-libs/pam/pam-0.75-r7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.75-r7.ebuild,v 1.4 2002/08/14 05:09:59 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.75-r7.ebuild,v 1.5 2002/09/14 15:51:26 bjb Exp $
S=${WORKDIR}/Linux-PAM-${PV}
S2=${WORKDIR}/pam
@@ -9,7 +9,7 @@ SRC_URI="http://www.kernel.org/pub/linux/libs/pam/pre/library/Linux-PAM-${PV}.ta
HOMEPAGE="http://www.redhat.com/linux-info/pam/"
LICENSE="PAM"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
SLOT="0"
DEPEND=">=sys-libs/cracklib-2.7-r3
diff --git a/sys-libs/pwdb/pwdb-0.61-r3.ebuild b/sys-libs/pwdb/pwdb-0.61-r3.ebuild
index 75553b12847d..30141168f029 100644
--- a/sys-libs/pwdb/pwdb-0.61-r3.ebuild
+++ b/sys-libs/pwdb/pwdb-0.61-r3.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.61-r3.ebuild,v 1.12 2002/08/14 04:09:06 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.61-r3.ebuild,v 1.13 2002/09/14 15:51:26 bjb Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Password database"
SRC_URI="ftp://gentoolinux.sourceforge.net/pub/gentoolinux/current/distfiles/${P}.tar.gz"
DEPEND="virtual/glibc"
LICENSE="PWDB"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
SLOT="0"
src_unpack () {
diff --git a/sys-libs/readline/readline-4.2a.ebuild b/sys-libs/readline/readline-4.2a.ebuild
index 01e3183ab64f..49176272a1da 100644
--- a/sys-libs/readline/readline-4.2a.ebuild
+++ b/sys-libs/readline/readline-4.2a.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.2a.ebuild,v 1.8 2002/08/14 04:04:40 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.2a.ebuild,v 1.9 2002/09/14 15:51:26 bjb Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Another cute console display library"
SRC_URI="ftp://ftp.gnu.org/gnu/readline/${P}.tar.gz
ftp://gatekeeper.dec.com/pub/GNU/readline/${P}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
SLOT="0"
HOMEPAGE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
diff --git a/sys-libs/slang/slang-1.4.5-r2.ebuild b/sys-libs/slang/slang-1.4.5-r2.ebuild
index bf052df5fff0..4d9a90285997 100644
--- a/sys-libs/slang/slang-1.4.5-r2.ebuild
+++ b/sys-libs/slang/slang-1.4.5-r2.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-1.4.5-r2.ebuild,v 1.7 2002/08/14 04:47:25 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-1.4.5-r2.ebuild,v 1.8 2002/09/14 15:51:26 bjb Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Console display library used by most text viewer"
SRC_URI="ftp://space.mit.edu/pub/davis/slang/v1.4/${P}.tar.gz"
LICENSE="GPL-2 or Artistic"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
SLOT="0"
HOMEPAGE="http://space.mit.edu/~davis/slang/"
diff --git a/sys-libs/zlib/zlib-1.1.4.ebuild b/sys-libs/zlib/zlib-1.1.4.ebuild
index 9a26924e1b72..325bb41a4a1f 100644
--- a/sys-libs/zlib/zlib-1.1.4.ebuild
+++ b/sys-libs/zlib/zlib-1.1.4.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.1.4.ebuild,v 1.7 2002/08/14 04:08:47 murphy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.1.4.ebuild,v 1.8 2002/09/14 15:51:26 bjb Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Standard (de)compression library"
SRC_URI="http://www.gzip.org/zlib/${P}.tar.bz2"
HOMEPAGE="http://www.gzip.org/zlib"
LICENSE="ZLIB"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
SLOT="0"
DEPEND="virtual/glibc"
@@ -15,7 +15,12 @@ DEPEND="virtual/glibc"
src_compile() {
./configure --shared --prefix=/usr || die
- emake || die
+
+ if [ ${ARCH} = "alpha" ] ; then
+ emake CFLAGS="$CFLAGS -fPIC" || die
+ else
+ emake || die
+ fi
make test || die
diff --git a/x11-base/opengl-update/opengl-update-1.4.ebuild b/x11-base/opengl-update/opengl-update-1.4.ebuild
index bab742bf2cd5..8570d1d30ea2 100644
--- a/x11-base/opengl-update/opengl-update-1.4.ebuild
+++ b/x11-base/opengl-update/opengl-update-1.4.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/x11-base/opengl-update/opengl-update-1.4.ebuild,v 1.1 2002/09/07 21:35:08 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/opengl-update/opengl-update-1.4.ebuild,v 1.2 2002/09/14 15:51:26 bjb Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Utility to change the OpenGL interface being used."
SRC_URI=""
HOMEPAGE="http://www.gentoo.org/"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
SLOT="0"
LICENSE="GPL-2"
diff --git a/x11-base/xfree/xfree-4.2.1.ebuild b/x11-base/xfree/xfree-4.2.1.ebuild
index 9152c770cd62..04c8e23b952a 100644
--- a/x11-base/xfree/xfree-4.2.1.ebuild
+++ b/x11-base/xfree/xfree-4.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.2.1.ebuild,v 1.5 2002/09/14 00:45:23 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.2.1.ebuild,v 1.6 2002/09/14 15:51:26 bjb Exp $
inherit flag-o-matic gcc
# Compile problems with these ...
@@ -51,7 +51,7 @@ SRC_URI="${SRC_PATH0}/X${MY_SV}src-1.tgz
LICENSE="X11 MSttfEULA"
SLOT="0"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
DEPEND=">=sys-apps/baselayout-1.8.3
>=sys-libs/ncurses-5.1
diff --git a/x11-libs/gtk+/gtk+-1.2.10-r8.ebuild b/x11-libs/gtk+/gtk+-1.2.10-r8.ebuild
index 865fffce7076..b24c71a4d7ca 100644
--- a/x11-libs/gtk+/gtk+-1.2.10-r8.ebuild
+++ b/x11-libs/gtk+/gtk+-1.2.10-r8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.10-r8.ebuild,v 1.9 2002/08/30 16:50:01 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.10-r8.ebuild,v 1.10 2002/09/14 15:51:26 bjb Exp $
S=${WORKDIR}/${P}
DESCRIPTION="The GIMP Toolkit"
@@ -17,7 +17,7 @@ DEPEND="virtual/x11
SLOT="1"
LICENSE="LGPL-2.1"
-KEYWORDS="x86 ppc sparc sparc64"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
src_unpack() {