diff options
author | Bjoern Brauel <bjb@gentoo.org> | 2002-09-14 15:51:24 +0000 |
---|---|---|
committer | Bjoern Brauel <bjb@gentoo.org> | 2002-09-14 15:51:24 +0000 |
commit | a67b641718097147fa18af7164c4eb6790885d73 (patch) | |
tree | 9b02ec9966383d7c2306467e135cc400d11921d8 | |
parent | Changed to econf and einstall. Patched configure to squash the (diff) | |
download | historical-a67b641718097147fa18af7164c4eb6790885d73.tar.gz historical-a67b641718097147fa18af7164c4eb6790885d73.tar.bz2 historical-a67b641718097147fa18af7164c4eb6790885d73.zip |
initial alpha (axp) support for gentoo
49 files changed, 391 insertions, 85 deletions
diff --git a/app-admin/gentoolkit/gentoolkit-0.1.17-r1.ebuild b/app-admin/gentoolkit/gentoolkit-0.1.17-r1.ebuild index 94bc0f247a1a..a4df64fe4497 100644 --- a/app-admin/gentoolkit/gentoolkit-0.1.17-r1.ebuild +++ b/app-admin/gentoolkit/gentoolkit-0.1.17-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/app-admin/gentoolkit/gentoolkit-0.1.17-r1.ebuild,v 1.1 2002/09/09 15:14:51 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoolkit/gentoolkit-0.1.17-r1.ebuild,v 1.2 2002/09/14 15:51:24 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="Collection of unofficial administration scripts for Gentoo" @@ -8,7 +8,7 @@ SRC_URI="" HOMEPAGE="http://www.gentoo.org/~karltk/projects/gentoolkit/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND=">=dev-lang/python-2.0 >=dev-util/dialog-0.7 diff --git a/app-admin/gentoolkit/gentoolkit-0.1.17.ebuild b/app-admin/gentoolkit/gentoolkit-0.1.17.ebuild index b21c5dc826c0..8873e0b6612e 100644 --- a/app-admin/gentoolkit/gentoolkit-0.1.17.ebuild +++ b/app-admin/gentoolkit/gentoolkit-0.1.17.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/app-admin/gentoolkit/gentoolkit-0.1.17.ebuild,v 1.1 2002/09/04 17:21:59 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoolkit/gentoolkit-0.1.17.ebuild,v 1.2 2002/09/14 15:51:24 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="Collection of unofficial administration scripts for Gentoo" @@ -8,7 +8,7 @@ SRC_URI="" HOMEPAGE="http://www.gentoo.org/~karltk/projects/gentoolkit/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND=">=dev-lang/python-2.0 >=dev-util/dialog-0.7 diff --git a/app-arch/cabextract/cabextract-0.5.ebuild b/app-arch/cabextract/cabextract-0.5.ebuild index fb20d67ed0a6..a11845a4f538 100644 --- a/app-arch/cabextract/cabextract-0.5.ebuild +++ b/app-arch/cabextract/cabextract-0.5.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/app-arch/cabextract/cabextract-0.5.ebuild,v 1.8 2002/09/11 17:42:23 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/cabextract-0.5.ebuild,v 1.9 2002/09/14 15:51:24 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="Extracts files from Microsoft .cab files" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.kyz.uklinux.net/cabextract.php3" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND="virtual/glibc" diff --git a/app-arch/ncompress/ncompress-4.2.4.ebuild b/app-arch/ncompress/ncompress-4.2.4.ebuild index 2f0a66494b55..74b5ace41b2e 100644 --- a/app-arch/ncompress/ncompress-4.2.4.ebuild +++ b/app-arch/ncompress/ncompress-4.2.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/app-arch/ncompress/ncompress-4.2.4.ebuild,v 1.6 2002/08/16 02:34:18 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/ncompress/ncompress-4.2.4.ebuild,v 1.7 2002/09/14 15:51:24 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="Another uncompressor for compatibility" @@ -9,7 +9,7 @@ HOMEPAGE="ftp://ftp.leo.org/pub/comp/os/unix/linux/sunsite/utils/compress/" SLOT="0" LICENSE="public-domain" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" src_compile() { cd ${S} diff --git a/app-editors/nano/nano-1.0.8-r1.ebuild b/app-editors/nano/nano-1.0.8-r1.ebuild index 5b412de50cc1..3c96ca66887b 100644 --- a/app-editors/nano/nano-1.0.8-r1.ebuild +++ b/app-editors/nano/nano-1.0.8-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/app-editors/nano/nano-1.0.8-r1.ebuild,v 1.7 2002/08/14 18:36:02 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.0.8-r1.ebuild,v 1.8 2002/09/14 15:51:24 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="clone of Pico with more functions in a smaller size" @@ -14,7 +14,7 @@ DEPEND="virtual/glibc SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" src_compile() { local myconf diff --git a/app-editors/vim-core/vim-core-6.1.ebuild b/app-editors/vim-core/vim-core-6.1.ebuild index b97301140733..30f64fa6ba93 100644 --- a/app-editors/vim-core/vim-core-6.1.ebuild +++ b/app-editors/vim-core/vim-core-6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.1.ebuild,v 1.1 2002/09/13 09:16:58 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.1.ebuild,v 1.2 2002/09/14 15:51:24 bjb Exp $ # Please name the ebuild as follows. If this is followed, there # should be no need to modify this ebuild when the Vim version is @@ -63,7 +63,7 @@ HOMEPAGE="http://www.vim.org/" SLOT="0" LICENSE="vim" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND="dev-util/cscope >=sys-libs/ncurses-5.2-r2 diff --git a/app-editors/vim/vim-6.1-r10.ebuild b/app-editors/vim/vim-6.1-r10.ebuild index ad2c032bc833..91f212b60e97 100644 --- a/app-editors/vim/vim-6.1-r10.ebuild +++ b/app-editors/vim/vim-6.1-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.1-r10.ebuild,v 1.4 2002/09/13 09:19:01 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.1-r10.ebuild,v 1.5 2002/09/14 15:51:24 bjb Exp $ # Please name the ebuild as follows. If this is followed, there # should be no need to modify this ebuild when the Vim version is @@ -63,7 +63,7 @@ HOMEPAGE="http://www.vim.org/" SLOT="0" LICENSE="vim" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND="dev-util/cscope >=sys-libs/ncurses-5.2-r2 diff --git a/app-editors/vim/vim-6.1-r11.ebuild b/app-editors/vim/vim-6.1-r11.ebuild index c84ae0b33b63..d89e09e13faa 100644 --- a/app-editors/vim/vim-6.1-r11.ebuild +++ b/app-editors/vim/vim-6.1-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.1-r11.ebuild,v 1.1 2002/09/13 09:19:01 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.1-r11.ebuild,v 1.2 2002/09/14 15:51:24 bjb Exp $ # Please name the ebuild as follows. If this is followed, there # should be no need to modify this ebuild when the Vim version is @@ -63,7 +63,7 @@ HOMEPAGE="http://www.vim.org/" SLOT="0" LICENSE="vim" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND="=app-editors/vim-core-6.1 dev-util/cscope diff --git a/app-shells/sash/sash-3.4-r5.ebuild b/app-shells/sash/sash-3.4-r5.ebuild index c473eaad28ef..b9aeef8c1d3f 100644 --- a/app-shells/sash/sash-3.4-r5.ebuild +++ b/app-shells/sash/sash-3.4-r5.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/app-shells/sash/sash-3.4-r5.ebuild,v 1.5 2002/08/16 02:37:45 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r5.ebuild,v 1.6 2002/09/14 15:51:24 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="A small static UNIX Shell with readline suppport" @@ -15,7 +15,7 @@ DEPEND="virtual/glibc readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )" RDEPEND="" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" src_unpack() { unpack ${P}.tar.gz diff --git a/dev-lang/python/python-2.2.1-r2.ebuild b/dev-lang/python/python-2.2.1-r2.ebuild index 4b27255bb2a4..b5619a50414f 100644 --- a/dev-lang/python/python-2.2.1-r2.ebuild +++ b/dev-lang/python/python-2.2.1-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/dev-lang/python/python-2.2.1-r2.ebuild,v 1.5 2002/08/14 03:57:07 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.1-r2.ebuild,v 1.6 2002/09/14 15:51:24 bjb Exp $ PYVER_MAJOR="`echo ${PV} | cut -d '.' -f 1`" PYVER_MINOR="`echo ${PV} | cut -d '.' -f 2`" @@ -11,7 +11,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/Python-${PV}.tgz" HOMEPAGE="http://www.python.org" LICENSE="PSF-2.2" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 ) diff --git a/dev-lang/python/python-2.2.1-r3.ebuild b/dev-lang/python/python-2.2.1-r3.ebuild index 723a0de00383..88a344ae6e54 100644 --- a/dev-lang/python/python-2.2.1-r3.ebuild +++ b/dev-lang/python/python-2.2.1-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/dev-lang/python/python-2.2.1-r3.ebuild,v 1.1 2002/09/03 03:21:04 jnelson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.1-r3.ebuild,v 1.2 2002/09/14 15:51:24 bjb Exp $ PYVER_MAJOR="`echo ${PV} | cut -d '.' -f 1`" PYVER_MINOR="`echo ${PV} | cut -d '.' -f 2`" @@ -11,7 +11,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/Python-${PV}.tgz" HOMEPAGE="http://www.python.org" LICENSE="PSF-2.2" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 ) diff --git a/dev-lang/python/python-2.2.1-r4.ebuild b/dev-lang/python/python-2.2.1-r4.ebuild index 8ff7a9028602..c99985f54592 100644 --- a/dev-lang/python/python-2.2.1-r4.ebuild +++ b/dev-lang/python/python-2.2.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/dev-lang/python/python-2.2.1-r4.ebuild,v 1.1 2002/09/08 08:12:25 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.1-r4.ebuild,v 1.2 2002/09/14 15:51:24 bjb Exp $ PYVER_MAJOR="`echo ${PV} | cut -d '.' -f 1`" PYVER_MINOR="`echo ${PV} | cut -d '.' -f 2`" @@ -11,7 +11,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/Python-${PV}.tgz" HOMEPAGE="http://www.python.org" LICENSE="PSF-2.2" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 ) diff --git a/dev-libs/expat/expat-1.95.4.ebuild b/dev-libs/expat/expat-1.95.4.ebuild index fd56c694b83f..9b21456002f9 100644 --- a/dev-libs/expat/expat-1.95.4.ebuild +++ b/dev-libs/expat/expat-1.95.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/dev-libs/expat/expat-1.95.4.ebuild,v 1.5 2002/09/01 18:48:36 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.4.ebuild,v 1.6 2002/09/14 15:51:24 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="XML parsing libraries" @@ -12,7 +12,7 @@ RDEPEND="${DEPEND}" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" src_compile() { ./configure \ diff --git a/dev-libs/glib/glib-1.2.10-r4.ebuild b/dev-libs/glib/glib-1.2.10-r4.ebuild index 186b4e39c7b7..e7bdf7b5f2c6 100644 --- a/dev-libs/glib/glib-1.2.10-r4.ebuild +++ b/dev-libs/glib/glib-1.2.10-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/dev-libs/glib/glib-1.2.10-r4.ebuild,v 1.5 2002/08/14 11:52:27 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.10-r4.ebuild,v 1.6 2002/09/14 15:51:24 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="The GLib library of C routines" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.gtk.org/" SLOT="1" LICENSE="LGPL-2.1" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND="virtual/glibc" @@ -20,7 +20,11 @@ src_compile() { --with-threads=posix \ --enable-debug=yes || die - emake || die + if [ ${ARCH} = "alpha" ] ; then + emake CFLAGS="$CFLAGS -fPIC" || die + else + emake || die + fi } src_install() { diff --git a/dev-libs/libpcre/libpcre-3.9-r1.ebuild b/dev-libs/libpcre/libpcre-3.9-r1.ebuild index 8278adc99faa..e9c8aee31d9c 100644 --- a/dev-libs/libpcre/libpcre-3.9-r1.ebuild +++ b/dev-libs/libpcre/libpcre-3.9-r1.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="http://www.pcre.org/" SLOT="3" LICENSE="as-is" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND="virtual/glibc" diff --git a/dev-libs/openssl/openssl-0.9.6e.ebuild b/dev-libs/openssl/openssl-0.9.6e.ebuild index b3046f3112ff..608bc0536470 100644 --- a/dev-libs/openssl/openssl-0.9.6e.ebuild +++ b/dev-libs/openssl/openssl-0.9.6e.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-libs/openssl/openssl-0.9.6e.ebuild,v 1.4 2002/08/14 04:57:22 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.6e.ebuild,v 1.5 2002/09/14 15:51:24 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="Toolkit for SSL v2/v3 and TLS v1" @@ -11,7 +11,7 @@ RDEPEND="virtual/glibc" DEPEND="${RDEPEND} >=sys-devel/perl-5" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" src_unpack() { unpack ${A} ; cd ${S} diff --git a/dev-libs/openssl/openssl-0.9.6g.ebuild b/dev-libs/openssl/openssl-0.9.6g.ebuild index f824482ec199..fe570261a8b4 100644 --- a/dev-libs/openssl/openssl-0.9.6g.ebuild +++ b/dev-libs/openssl/openssl-0.9.6g.ebuild @@ -10,7 +10,7 @@ RDEPEND="virtual/glibc" DEPEND="${RDEPEND} >=sys-devel/perl-5" LICENSE="as-is" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 alpha" src_unpack() { unpack ${A} ; cd ${S} diff --git a/dev-libs/popt/popt-1.6.3.ebuild b/dev-libs/popt/popt-1.6.3.ebuild index a3cdad60006b..962cf21c9348 100644 --- a/dev-libs/popt/popt-1.6.3.ebuild +++ b/dev-libs/popt/popt-1.6.3.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/dev-libs/popt/popt-1.6.3.ebuild,v 1.7 2002/08/14 11:52:28 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.6.3.ebuild,v 1.8 2002/09/14 15:51:24 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="Parse Options - Command line parser" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.rpm.org" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND="nls? ( sys-devel/gettext )" 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 0f3bfe51b284..b5926a90834e 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 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fchksum/python-fchksum-1.6.1-r1.ebuild,v 1.2 2002/08/14 03:52:00 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fchksum/python-fchksum-1.6.1-r1.ebuild,v 1.3 2002/09/14 15:51:24 bjb 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="${DEPEND}" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" 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 0f5a4920d5dc..c5e4ab9650d6 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 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fchksum/python-fchksum-1.6.1.ebuild,v 1.8 2002/08/14 03:52:00 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fchksum/python-fchksum-1.6.1.ebuild,v 1.9 2002/09/14 15:51:24 bjb 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 sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" LICENSE="GPL-2" SLOT="0" diff --git a/dev-util/cscope/cscope-15.3.ebuild b/dev-util/cscope/cscope-15.3.ebuild index 79d01e8a03ea..1feb2c5c8bc6 100644 --- a/dev-util/cscope/cscope-15.3.ebuild +++ b/dev-util/cscope/cscope-15.3.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/dev-util/cscope/cscope-15.3.ebuild,v 1.10 2002/08/16 04:04:41 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.3.ebuild,v 1.11 2002/09/14 15:51:24 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="CScope - interactively examine a C program" @@ -9,7 +9,7 @@ HOMEPAGE="http://cscope.sourceforge.net" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" RDEPEND=">=sys-libs/ncurses-5.2" DEPEND="${RDEPEND} diff --git a/dev-util/dialog/dialog-0.9_beta20020519.ebuild b/dev-util/dialog/dialog-0.9_beta20020519.ebuild index 06b61dc7dd46..4a3ab2251316 100644 --- a/dev-util/dialog/dialog-0.9_beta20020519.ebuild +++ b/dev-util/dialog/dialog-0.9_beta20020519.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/dev-util/dialog/dialog-0.9_beta20020519.ebuild,v 1.6 2002/08/16 04:04:41 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-0.9_beta20020519.ebuild,v 1.7 2002/09/14 15:51:24 bjb Exp $ MY_PV="0.9b-20020519" S=${WORKDIR}/dialog-${MY_PV} @@ -10,7 +10,7 @@ HOMEPAGE="http://www.advancedresearch.org/dialog/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND=">=sys-apps/bash-2.04-r3 >=sys-libs/ncurses-5.2-r5" diff --git a/dev-util/insight/insight-5.2.1.ebuild b/dev-util/insight/insight-5.2.1.ebuild index 74442db47c60..f2ce99007d68 100644 --- a/dev-util/insight/insight-5.2.1.ebuild +++ b/dev-util/insight/insight-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 -# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-5.2.1.ebuild,v 1.2 2002/09/01 19:44:30 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-5.2.1.ebuild,v 1.3 2002/09/14 15:51:24 bjb Exp $ DESCRIPTION="A graphical interface to the GNU debugger" HOMEPAGE="http://sources.redhat.com/insight/index.html" @@ -10,7 +10,7 @@ RDEPEND="${DEPEND} nls? ( sys-devel/gettext )" SLOT="0" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc sparc64 alpha" SRC_URI="ftp://sources.redhat.com/pub/gdb/releases/${P}.tar.bz2" S=${WORKDIR}/${P} diff --git a/dev-util/intltool/intltool-0.22.ebuild b/dev-util/intltool/intltool-0.22.ebuild index e728d1d5ac0a..bb634a3fdc11 100644 --- a/dev-util/intltool/intltool-0.22.ebuild +++ b/dev-util/intltool/intltool-0.22.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-util/intltool/intltool-0.22.ebuild,v 1.4 2002/08/16 04:04:42 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/intltool/intltool-0.22.ebuild,v 1.5 2002/09/14 15:51:24 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="Scripts for extracting translatable strings from various sourcefiles" @@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND=">=dev-libs/popt-1.5 >=sys-devel/perl-5.6.0" diff --git a/gnome-base/ORBit/ORBit-0.5.17.ebuild b/gnome-base/ORBit/ORBit-0.5.17.ebuild index a1ba17c567ee..a765265de175 100644 --- a/gnome-base/ORBit/ORBit-0.5.17.ebuild +++ b/gnome-base/ORBit/ORBit-0.5.17.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/gnome-base/ORBit/ORBit-0.5.17.ebuild,v 1.2 2002/08/16 04:09:22 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.17.ebuild,v 1.3 2002/09/14 15:51:24 bjb Exp $ inherit libtool @@ -19,7 +19,7 @@ RDEPEND="virtual/glibc SLOT="0" LICENSE="GPL" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc sparc64 alpha" src_compile() { if [ -z "`use nls`" ] ; then diff --git a/gnome-base/gnome-libs/gnome-libs-1.4.1.7.ebuild b/gnome-base/gnome-libs/gnome-libs-1.4.1.7.ebuild index e37427cf5d8d..3355e4bdf708 100644 --- a/gnome-base/gnome-libs/gnome-libs-1.4.1.7.ebuild +++ b/gnome-base/gnome-libs/gnome-libs-1.4.1.7.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/gnome-base/gnome-libs/gnome-libs-1.4.1.7.ebuild,v 1.9 2002/08/30 14:08:42 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-libs/gnome-libs-1.4.1.7.ebuild,v 1.10 2002/09/14 15:51:24 bjb Exp $ inherit libtool @@ -9,7 +9,7 @@ DESCRIPTION="GNOME Core Libraries" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.bz2" HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND=">=media-libs/imlib-1.9.10 >=media-sound/esound-0.2.23 diff --git a/media-libs/audiofile/audiofile-0.2.3-r1.ebuild b/media-libs/audiofile/audiofile-0.2.3-r1.ebuild index f4ce28b11ac4..8c17ecf810e3 100644 --- a/media-libs/audiofile/audiofile-0.2.3-r1.ebuild +++ b/media-libs/audiofile/audiofile-0.2.3-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/media-libs/audiofile/audiofile-0.2.3-r1.ebuild,v 1.7 2002/08/14 13:08:09 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.2.3-r1.ebuild,v 1.8 2002/09/14 15:51:24 bjb Exp $ inherit libtool @@ -13,7 +13,7 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" src_compile() { diff --git a/media-libs/giflib/giflib-4.1.0-r3.ebuild b/media-libs/giflib/giflib-4.1.0-r3.ebuild index dc0394d738fc..2fcd68848d2a 100644 --- a/media-libs/giflib/giflib-4.1.0-r3.ebuild +++ b/media-libs/giflib/giflib-4.1.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/media-libs/giflib/giflib-4.1.0-r3.ebuild,v 1.8 2002/08/14 13:08:09 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/giflib/giflib-4.1.0-r3.ebuild,v 1.9 2002/09/14 15:51:24 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="Library to handle, display and manipulate GIF images" @@ -12,7 +12,7 @@ DEPEND="X? ( virtual/x11 )" SLOT="0" LICENSE="as-is|BSD" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" src_compile() { diff --git a/media-libs/imlib/imlib-1.9.14-r1.ebuild b/media-libs/imlib/imlib-1.9.14-r1.ebuild index 87a1fa93c124..4d3ce85fe9a1 100644 --- a/media-libs/imlib/imlib-1.9.14-r1.ebuild +++ b/media-libs/imlib/imlib-1.9.14-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/media-libs/imlib/imlib-1.9.14-r1.ebuild,v 1.6 2002/08/14 13:08:09 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.14-r1.ebuild,v 1.7 2002/09/14 15:51:24 bjb Exp $ inherit libtool @@ -19,7 +19,7 @@ DEPEND="=x11-libs/gtk+-1.2* SLOT="0" LICENSE="GPL" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" src_compile() { diff --git a/media-libs/jpeg/jpeg-6b-r2.ebuild b/media-libs/jpeg/jpeg-6b-r2.ebuild index b16100cf2f0f..505563cc2640 100644 --- a/media-libs/jpeg/jpeg-6b-r2.ebuild +++ b/media-libs/jpeg/jpeg-6b-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/media-libs/jpeg/jpeg-6b-r2.ebuild,v 1.6 2002/08/14 13:08:09 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-6b-r2.ebuild,v 1.7 2002/09/14 15:51:24 bjb Exp $ MY_P=${PN}src.v${PV} S=${WORKDIR}/${P} @@ -10,7 +10,7 @@ HOMEPAGE="http://www.ijg.org/" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND="virtual/glibc" diff --git a/media-libs/libpng/libpng-1.2.4.ebuild b/media-libs/libpng/libpng-1.2.4.ebuild index 166db837d2bd..412ee5089cfa 100644 --- a/media-libs/libpng/libpng-1.2.4.ebuild +++ b/media-libs/libpng/libpng-1.2.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/media-libs/libpng/libpng-1.2.4.ebuild,v 1.4 2002/08/14 13:08:09 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.2.4.ebuild,v 1.5 2002/09/14 15:51:24 bjb Exp $ S=${WORKDIR}/${P} @@ -9,7 +9,7 @@ SRC_URI="ftp://swrinde.nde.swri.edu/pub/png/src/${P}.tar.gz" HOMEPAGE="http://www.libpng.org/" SLOT="1.2" LICENSE="as-is" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND=">=sys-libs/zlib-1.1.4" diff --git a/media-libs/tiff/tiff-3.5.7-r1.ebuild b/media-libs/tiff/tiff-3.5.7-r1.ebuild index d75d113d5e44..abf40515f71e 100644 --- a/media-libs/tiff/tiff-3.5.7-r1.ebuild +++ b/media-libs/tiff/tiff-3.5.7-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/media-libs/tiff/tiff-3.5.7-r1.ebuild,v 1.4 2002/08/14 13:08:10 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.5.7-r1.ebuild,v 1.5 2002/09/14 15:51:24 bjb Exp $ MY_P=${P/tiff-/tiff-v} S=${WORKDIR}/${MY_P} @@ -13,7 +13,7 @@ DEPEND=">=media-libs/jpeg-6b SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" src_unpack() { unpack ${A} diff --git a/media-sound/esound/esound-0.2.28-r1.ebuild b/media-sound/esound/esound-0.2.28-r1.ebuild index 64dee5e998af..1c078757fb3a 100644 --- a/media-sound/esound/esound-0.2.28-r1.ebuild +++ b/media-sound/esound/esound-0.2.28-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/media-sound/esound/esound-0.2.28-r1.ebuild,v 1.5 2002/08/14 13:04:21 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.28-r1.ebuild,v 1.6 2002/09/14 15:51:24 bjb Exp $ inherit libtool @@ -11,7 +11,7 @@ ftp://download.sourceforge.net/pub/mirrors/gnome/stable/sources/esound/${P}.tar. HOMEPAGE="http://www.tux.org/~ricdude/EsounD.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND=" >=media-libs/audiofile-0.1.9 alsa? ( >=media-libs/alsa-lib-0.5.9 ) diff --git a/net-fs/nfs-utils/nfs-utils-0.3.3-r1.ebuild b/net-fs/nfs-utils/nfs-utils-0.3.3-r1.ebuild index 3a9a04dff04f..e3c161bca98d 100644 --- a/net-fs/nfs-utils/nfs-utils-0.3.3-r1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-0.3.3-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/net-fs/nfs-utils/nfs-utils-0.3.3-r1.ebuild,v 1.7 2002/08/14 16:54:00 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-0.3.3-r1.ebuild,v 1.8 2002/09/14 15:51:24 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="kernel NFS client and server daemons" @@ -9,7 +9,7 @@ HOMEPAGE="http://nfs.sourceforge.net/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc alpha" DEPEND="tcpd? ( sys-apps/tcp-wrappers )" RDEPEND=">=net-nds/portmap-5b-r6" diff --git a/net-ftp/ftp/ftp-0.17-r1.ebuild b/net-ftp/ftp/ftp-0.17-r1.ebuild index 610c3846b7c0..804f76446ac9 100644 --- a/net-ftp/ftp/ftp-0.17-r1.ebuild +++ b/net-ftp/ftp/ftp-0.17-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/net-ftp/ftp/ftp-0.17-r1.ebuild,v 1.9 2002/08/16 14:24:47 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17-r1.ebuild,v 1.10 2002/09/14 15:51:24 bjb Exp $ MY_P=netkit-${P} S=${WORKDIR}/${MY_P} @@ -12,7 +12,7 @@ DEPEND="virtual/glibc SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" src_compile() { diff --git a/net-mail/mailbase/mailbase-0.00-r4.ebuild b/net-mail/mailbase/mailbase-0.00-r4.ebuild index 8bd7cab07a40..b3ddb314c8c4 100644 --- a/net-mail/mailbase/mailbase-0.00-r4.ebuild +++ b/net-mail/mailbase/mailbase-0.00-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/net-mail/mailbase/mailbase-0.00-r4.ebuild,v 1.3 2002/08/14 12:05:25 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailbase/mailbase-0.00-r4.ebuild,v 1.4 2002/09/14 15:51:24 bjb Exp $ S=${WORKDIR} DESCRIPTION="MTA layout package" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gentoo.org/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND="" RDEPEND="" diff --git a/net-mail/ssmtp/ssmtp-2.38.14-r1.ebuild b/net-mail/ssmtp/ssmtp-2.38.14-r1.ebuild index 4427602cb243..3fdb99dce26e 100644 --- a/net-mail/ssmtp/ssmtp-2.38.14-r1.ebuild +++ b/net-mail/ssmtp/ssmtp-2.38.14-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/net-mail/ssmtp/ssmtp-2.38.14-r1.ebuild,v 1.13 2002/09/05 15:18:39 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ssmtp/ssmtp-2.38.14-r1.ebuild,v 1.14 2002/09/14 15:51:24 bjb Exp $ S=${WORKDIR}/${P} @@ -12,7 +12,7 @@ RDEPEND="!virtual/mta net-mail/mailbase" PROVIDE="virtual/mta" SLOT="0" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" LICENSE="GPL-2" src_compile() { diff --git a/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild index 65064fd8a89e..42c0168e9451 100644 --- a/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild +++ b/net-misc/dhcpcd/dhcpcd-1.3.20_p0-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/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild,v 1.12 2002/08/14 12:08:07 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild,v 1.13 2002/09/14 15:51:24 bjb Exp $ MYV=1.3.20-pl0 S=${WORKDIR}/${PN}-${MYV} @@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.phystech.com/pub/${PN}-${MYV}.tar.gz" HOMEPAGE="http://" DEPEND="" SLOT="0" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" LICENSE="GPL-2" src_compile() { diff --git a/net-misc/ntp/ntp-4.1.1a.ebuild b/net-misc/ntp/ntp-4.1.1a.ebuild index ab811a6b8e0e..d8c6a80d3147 100644 --- a/net-misc/ntp/ntp-4.1.1a.ebuild +++ b/net-misc/ntp/ntp-4.1.1a.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/net-misc/ntp/ntp-4.1.1a.ebuild,v 1.5 2002/08/14 12:08:08 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.1a.ebuild,v 1.6 2002/09/14 15:51:24 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="Network Time Protocol suite/programs" SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${P}.tar.gz" HOMEPAGE="http://www.ntp.org/" LICENSE="as-is" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" SLOT="0" DEPEND="virtual/glibc diff --git a/net-misc/openssh/openssh-3.4_p1-r3.ebuild b/net-misc/openssh/openssh-3.4_p1-r3.ebuild index 3ed725d8ac01..2b831a4456ed 100644 --- a/net-misc/openssh/openssh-3.4_p1-r3.ebuild +++ b/net-misc/openssh/openssh-3.4_p1-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/net-misc/openssh/openssh-3.4_p1-r3.ebuild,v 1.5 2002/08/14 04:58:12 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.4_p1-r3.ebuild,v 1.6 2002/09/14 15:51:24 bjb Exp $ # Make it more portable between straight releases # and _p? releases. @@ -25,7 +25,7 @@ DEPEND="${RDEPEND} SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" src_compile() { local myconf diff --git a/net-misc/rsync/rsync-2.5.5-r1.ebuild b/net-misc/rsync/rsync-2.5.5-r1.ebuild index a35ff6781a80..5f839e527c55 100644 --- a/net-misc/rsync/rsync-2.5.5-r1.ebuild +++ b/net-misc/rsync/rsync-2.5.5-r1.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/net-misc/rsync/rsync-2.5.5-r1.ebuild,v 1.4 2002/08/14 12:08:08 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.5.5-r1.ebuild,v 1.5 2002/09/14 15:51:24 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="File transfer program to keep remote files into sync" SRC_URI="http://rsync.samba.org/ftp/rsync/${P}.tar.gz" HOMEPAGE="http://rsync.samba.org" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" LICENSE="GPL-2" SLOT="0" diff --git a/net-misc/wget/wget-1.8.2.ebuild b/net-misc/wget/wget-1.8.2.ebuild index c5167ee62934..9a665fdaaaac 100644 --- a/net-misc/wget/wget-1.8.2.ebuild +++ b/net-misc/wget/wget-1.8.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/net-misc/wget/wget-1.8.2.ebuild,v 1.4 2002/08/14 12:08:08 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.8.2.ebuild,v 1.5 2002/09/14 15:51:24 bjb Exp $ NPVER=20011209 S=${WORKDIR}/${P} @@ -11,7 +11,7 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/wget/${P}.tar.gz HOMEPAGE="http://www.cg.tuwien.ac.at/~prikryl/wget.html" RDEPEND="virtual/glibc ssl? ( >=dev-libs/openssl-0.9.6b )" DEPEND="$RDEPEND nls? ( sys-devel/gettext )" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" LICENSE="GPL-2" SLOT="0" diff --git a/net-nds/portmap/portmap-5b-r6.ebuild b/net-nds/portmap/portmap-5b-r6.ebuild index ac546fabef6f..c855b7353d1d 100644 --- a/net-nds/portmap/portmap-5b-r6.ebuild +++ b/net-nds/portmap/portmap-5b-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/net-nds/portmap/portmap-5b-r6.ebuild,v 1.6 2002/08/16 03:55:04 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/portmap/portmap-5b-r6.ebuild,v 1.7 2002/09/14 15:51:24 bjb Exp $ MY_P=${PN}_${PV}eta A0=portmap_5beta.dif @@ -14,7 +14,7 @@ DEPEND="virtual/glibc SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" src_unpack() { unpack ${A} diff --git a/profiles/default-alpha-1.4/make.defaults b/profiles/default-alpha-1.4/make.defaults new file mode 100644 index 000000000000..0746f8a3ba11 --- /dev/null +++ b/profiles/default-alpha-1.4/make.defaults @@ -0,0 +1,30 @@ +# Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc. +# System-wide defaults for the Portage system + +ARCH="alpha" + +# Host-type + +CHOST=alphaev5-unknown-linux-gnu +PLATFORM=$CHOST + +# Options passed to make during the build process +MAKEOPTS="-j2" + +# Fetching command (5 tries, passive ftp for firewall compatibility) +FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -P \${DISTDIR}" +# Global configure options + +# C Compiler flags +CFLAGS="-O3 -pipe " +# C++ Compiler flags +CXXFLAGS=${CFLAGS} + +USE="oss dvd xv slang readline gpm berkdb gdbm tcpd pam libwww ssl jpeg +nls mitshm perl python esd gif imlib sdl oggvorbis gnome gtk X qt kde +motif opengl mozilla alpha" + +ACCEPT_KEYWORDS="alpha" + +COMPILER="gcc3" + diff --git a/profiles/default-alpha-1.4/packages b/profiles/default-alpha-1.4/packages new file mode 100644 index 000000000000..97e427cb4bc8 --- /dev/null +++ b/profiles/default-alpha-1.4/packages @@ -0,0 +1,108 @@ +# IMPORTANT: In order to parse this new format, you need Portage 1.6 or later! +# OK; you're staring at this file and you have no idea what these stars are +# for. Here's the scoop. An initial "*" marks a package that is part of the +# official "base" system profile. If there's a "*", then "emerge system" will +# use the line in its calculations of what "should" be installed for this +# profile. Lines without a "*" prefix will be ignored for profile +# calculations. +# Now, this is new: *all* lines (star or no star) will be used as a special +# package *inclusion* mask. For example, the line *=sys-devel/gcc-2.95.3-r1 +# will cause Portage to totally ignore all gcc ebuilds other than +# gcc-2.95.3-r1. >=, <=, <, > and ~ can be used to offer a bit more +# flexibility. For example, >=sys-libs/glibc-2.2.4 will cause emerge to ignore +# all glibc ebuilds with a version less than 2.2.4. This allows us to have +# profile-specific package.mask settings. *All* lines are used for this +# masking process, whether they are prefixed with a * or not. And if a generic +# dep is used, like "sys-apps/foo", then all versions of foo are included. If +# there is no entry, then all versions of an app are included. The key thing +# to note is that this file does not need to end up being an exhaustive list +# of portage packages; just the ones critical to this profile. +# So, what happens to /usr/portage/profiles/package.mask? It's still around, +# and still useful. But it should mainly be used for broken ebuilds only. +# package.mask continues to function as normal, masking out ebuilds from *all* +# system profiles. +# Which to use? Use the profile-specific stuff to "lock down" specific +# versions of ebuilds. Gentoo Linux 1.0_rc6 uses certain known-compatible +# versions of binutils, gcc and glibc, so we lock them down here. This +# prevents the user from shooting himself/herself in the foot by installing a +# wacky version. +!dev-lang/gpc +*>=sys-apps/baselayout-1.8.3 +*>=sys-apps/portage-2.0.36 +*~sys-devel/binutils-2.13.90.0.4 +*>=sys-devel/gcc-3.2 +*=sys-libs/glibc-2.2.5-r6 +~sys-kernel/linux-headers-2.4.18-r2 +>=sys-apps/sysklogd-1.4.1 +*dev-lang/python +# xfree 4.2.1 will be the initial version for alpha but its not finished yet +#>=x11-base/xfree-4.2.1 +# sash - static shell for system recovery +*app-shells/sash +*sys-devel/perl +*app-editors/nano +#no real cost for nano, since we already have ncurses +*net-ftp/ftp +*net-misc/dhcpcd +*net-misc/rsync +*net-misc/wget +*sys-apps/bash +*sys-apps/bzip2 +*sys-apps/kbd +*sys-apps/cpio +*sys-apps/debianutils +*sys-apps/diffutils +*sys-apps/e2fsprogs +*sys-apps/ed +*sys-apps/fbset +*sys-apps/file +*sys-apps/fileutils +*sys-apps/findutils +*sys-apps/gawk +*sys-apps/grep +*sys-apps/groff +*sys-apps/gzip +*sys-apps/hdparm +*sys-apps/iptables +*sys-apps/less +*sys-apps/man +*sys-apps/man-pages +*sys-apps/modutils +*sys-apps/net-tools +*sys-apps/netkit-base +*sys-apps/procps +*sys-apps/psmisc +*sys-apps/sed +*sys-apps/setserial +*sys-apps/sh-utils +*<sys-apps/shadow-5 +*sys-apps/pam-login +*sys-apps/sharutils +*sys-apps/tar +*>=sys-apps/texinfo-4.2-r5 +*sys-apps/textutils +*sys-apps/util-linux +*sys-apps/which +*sys-devel/autoconf +*>=sys-devel/automake-1.6.1-r6 +*sys-devel/bc +*sys-devel/bison +*sys-devel/flex +*sys-devel/gettext +*>=sys-devel/libtool-1.4.1-r9 +*sys-devel/m4 +*sys-devel/make +*sys-devel/patch +*sys-libs/cracklib +*<sys-libs/db-3.2.9-r1 +*sys-libs/gdbm +*>=sys-libs/ncurses-5.2.20020511-r2 +*sys-libs/pam +*sys-libs/pwdb +*sys-libs/readline +*sys-libs/slang +*sys-libs/zlib +*net-misc/openssh +*sys-apps/devfsd +# not using supersed yet +# *sys-apps/supersed diff --git a/profiles/default-alpha-1.4/packages.build b/profiles/default-alpha-1.4/packages.build new file mode 100644 index 000000000000..ae71fdbcd93d --- /dev/null +++ b/profiles/default-alpha-1.4/packages.build @@ -0,0 +1,31 @@ +sys-apps/baselayout +sys-libs/glibc +sys-apps/texinfo +sys-apps/bash +sys-apps/bzip2 +sys-apps/debianutils +sys-apps/diffutils +sys-apps/file +sys-apps/fileutils +sys-apps/findutils +sys-apps/gawk +sys-apps/grep +sys-apps/gzip +sys-apps/portage +sys-apps/sed +sys-apps/sh-utils +sys-apps/tar +sys-apps/textutils +sys-devel/binutils +sys-devel/bison +sys-devel/flex +sys-devel/gcc +sys-devel/make +sys-devel/patch +dev-lang/python +dev-libs/popt +net-misc/wget +net-misc/rsync +app-editors/nano +sys-apps/net-tools +sys-apps/less diff --git a/profiles/default-alpha-1.4/packages.cdimage b/profiles/default-alpha-1.4/packages.cdimage new file mode 100644 index 000000000000..1bf048a6de46 --- /dev/null +++ b/profiles/default-alpha-1.4/packages.cdimage @@ -0,0 +1,56 @@ +sys-apps/baselayout +net-ftp/ftp +net-misc/dhcpcd +net-misc/openssh +net-misc/rsync +net-misc/wget +sys-apps/bash +sys-apps/bzip2 +sys-apps/console-data +sys-apps/kbd +sys-apps/cpio +sys-apps/debianutils +sys-apps/devfsd +sys-apps/diffutils +sys-apps/e2fsprogs +sys-apps/ed +sys-apps/fileutils +sys-apps/findutils +sys-apps/gawk +sys-apps/grep +sys-apps/hfsutils +sys-apps/yaboot +sys-apps/gzip +sys-apps/hdparm +sys-apps/less +sys-apps/modutils +sys-apps/net-tools +sys-apps/netkit-base +sys-apps/portage +sys-apps/procps +sys-apps/psmisc +sys-apps/raidtools +sys-apps/reiserfsprogs +sys-apps/sed +sys-apps/setserial +sys-apps/sh-utils +sys-apps/shadow +sys-apps/sharutils +sys-apps/star +sys-apps/tar +sys-apps/textutils +sys-apps/util-linux +sys-apps/xfsdump +sys-apps/xfsprogs +app-editors/vim +sys-apps/which +sys-devel/bc +sys-libs/cracklib +sys-libs/glibc +sys-libs/lib-compat +sys-libs/ncurses +sys-libs/pam +sys-libs/pwdb +sys-libs/readline +sys-libs/slang +sys-libs/zlib diff --git a/profiles/default-alpha-1.4/use.defaults b/profiles/default-alpha-1.4/use.defaults new file mode 100644 index 000000000000..bf63676500ff --- /dev/null +++ b/profiles/default-alpha-1.4/use.defaults @@ -0,0 +1,51 @@ +#gif +#ldap +#odbc +#fbcon +#qtmt +#oss +#libg++ +#objprelink +#nls +#mitshm +gnome-libs gnome-base/gnome-libs +directfb dev-libs/DirectFB +ungif media-libs/ungif +gtkhtml gnome-extra/gtkhtml +alsa media-libs/alsa-lib +gdbm sys-libs/gdbm +berkdb sys-libs/db +slang sys-libs/slang +readline sys-libs/readline +arts kde-base/kdelibs +tetex app-text/tetex +aalib media-libs/aalib +nas media-libs/nas +bonobo gnome-base/bonobo +svga media-libs/svgalib +ggi media-libs/libggi +tcltk dev-lang/tcl dev-lang/tk +java virtual/jre +guile dev-util/guile +ruby dev-lang/ruby +mysql dev-db/mysql +postgres dev-db/postgresql +X x11-base/xfree +sdl media-libs/libsdl +gpm sys-libs/gpm +tcpd sys-apps/tcp-wrappers +pam sys-libs/pam +libwww net-libs/libwww +ssl dev-libs/openssl +perl sys-devel/perl +python dev-lang/python +esd media-sound/esound +imlib media-libs/imlib +oggvorbis media-libs/libvorbis +gnome gnome-base/gnome +gtk x11-libs/gtk+ +qt x11-libs/qt +kde kde-base/kde +motif x11-libs/openmotif +opengl virtual/opengl +mozilla net-www/mozilla diff --git a/profiles/default-alpha-1.4/virtuals b/profiles/default-alpha-1.4/virtuals new file mode 100644 index 000000000000..249ff99317bd --- /dev/null +++ b/profiles/default-alpha-1.4/virtuals @@ -0,0 +1,26 @@ +virtual/lpr net-print/cups +virtual/python dev-lang/python +virtual/mta net-mail/ssmtp +virtual/alsa media-sound/alsa-driver +virtual/kernel sys-kernel/linux-headers +virtual/linux-sources sys-kernel/vanilla-sources +virtual/glibc sys-libs/glibc +virtual/x11 x11-base/xfree +virtual/opengl x11-base/xfree +virtual/glu x11-base/xfree +virtual/glut media-libs/glut +virtual/imapd net-mail/courier-imap +virtual/imapUW net-mail/uw-imap +x11-libs/xaw x11-libs/Xaw3d +virtual/jdk dev-java/blackdown-jdk +virtual/jre dev-java/blackdown-jre +virtual/imapd net-mail/courier-imap +sys-apps/console-tools sys-apps/kbd +virtual/blackbox x11-wm/blackbox +virtual/emacs app-editors/emacs +virtual/cron sys-apps/dcron +sys-apps/reiserfs-utils sys-apps/reiserfsprogs +virtual/sylpheed net-mail/sylpheed +virtual/php dev-php/mod_php +virtual/textbrowser net-www/links +virtual/mda net-mail/procmail |