diff options
author | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:24 +0000 |
---|---|---|
committer | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:24 +0000 |
commit | e7da186df46f565b5466057fd0befa87d44edffe (patch) | |
tree | 678dc517b12aaa8d4d579c9497f9e9439dbb17c6 /net-misc | |
parent | fix info and remove old line (diff) | |
download | gentoo-2-e7da186df46f565b5466057fd0befa87d44edffe.tar.gz gentoo-2-e7da186df46f565b5466057fd0befa87d44edffe.tar.bz2 gentoo-2-e7da186df46f565b5466057fd0befa87d44edffe.zip |
During removal of sparc64 keywords from the ebuilds a bad sed introduced problematic KEYWORDS line that contained an illegal character before the alpha keyword. Fixed.
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/dyndnsupdate/dyndnsupdate-0.6.14.ebuild | 4 | ||||
-rw-r--r-- | net-misc/fakeidentd/fakeidentd-1.7.ebuild | 4 | ||||
-rw-r--r-- | net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild | 4 | ||||
-rw-r--r-- | net-misc/ntp/ntp-4.1.1a.ebuild | 4 | ||||
-rw-r--r-- | net-misc/ntp/ntp-4.1.1b.ebuild | 4 | ||||
-rw-r--r-- | net-misc/openssh/openssh-3.4_p1-r3.ebuild | 4 | ||||
-rw-r--r-- | net-misc/openssh/openssh-3.5_p1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/rfb/rfb-0.6.1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/rsync/rsync-2.5.5-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/shorewall/shorewall-1.3.9b.ebuild | 2 | ||||
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.2.3-r2.ebuild | 2 | ||||
-rw-r--r-- | net-misc/wget/wget-1.8.2-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/wget/wget-1.8.2.ebuild | 4 |
16 files changed, 30 insertions, 30 deletions
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 73cda30d1e19..5ac2134ada95 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 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild,v 1.16 2002/12/09 04:33:15 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild,v 1.17 2002/12/15 10:44:21 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://www.phystech.com/download/" DEPEND="" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2" src_compile() { diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild index 867ad0f4ac6d..1aa865c906fd 100644 --- a/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild +++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p3-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/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild,v 1.3 2002/12/09 04:33:15 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild,v 1.4 2002/12/15 10:44:21 bjb Exp $ inherit gnuconfig @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.phystech.com/pub/${P/_p/-pl}.tar.gz" HOMEPAGE="http://www.phystech.com/download/" DEPEND="" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" LICENSE="GPL-2" src_unpack() { diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild index 8b5b8ad9e476..e52fd3f2217d 100644 --- a/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild +++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p3-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/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild,v 1.2 2002/12/09 04:33:15 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild,v 1.3 2002/12/15 10:44:21 bjb Exp $ inherit gnuconfig @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.phystech.com/pub/${P/_p/-pl}.tar.gz" HOMEPAGE="http://www.phystech.com/download/" DEPEND="" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" LICENSE="GPL-2" src_unpack() { diff --git a/net-misc/dyndnsupdate/dyndnsupdate-0.6.14.ebuild b/net-misc/dyndnsupdate/dyndnsupdate-0.6.14.ebuild index fcb0de28c411..6acd12f7ea6f 100644 --- a/net-misc/dyndnsupdate/dyndnsupdate-0.6.14.ebuild +++ b/net-misc/dyndnsupdate/dyndnsupdate-0.6.14.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dyndnsupdate/dyndnsupdate-0.6.14.ebuild,v 1.2 2002/12/09 04:33:15 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dyndnsupdate/dyndnsupdate-0.6.14.ebuild,v 1.3 2002/12/15 10:44:21 bjb Exp $ DESCRIPTION="updates the DNS for your hostname/hostnames and other variables at dyndns.org" SRC_URI="http://xzabite.org/dyndnsupdate/${P}.tar.gz" HOMEPAGE="http://xzabite.org/dyndnsupdate/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" DEPEND="" diff --git a/net-misc/fakeidentd/fakeidentd-1.7.ebuild b/net-misc/fakeidentd/fakeidentd-1.7.ebuild index a129c1dda305..8ca9f542f2bb 100644 --- a/net-misc/fakeidentd/fakeidentd-1.7.ebuild +++ b/net-misc/fakeidentd/fakeidentd-1.7.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/net-misc/fakeidentd/fakeidentd-1.7.ebuild,v 1.2 2002/12/09 04:33:15 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/fakeidentd/fakeidentd-1.7.ebuild,v 1.3 2002/12/15 10:44:21 bjb Exp $ # This identd is nearly perfect for a NAT box. It runs in one # process (doesn't fork()) and isnt very susceptible to DOS attack. @@ -13,7 +13,7 @@ SRC_URI="http://www.guru-group.fi/~too/sw/releases/identd.c LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" IUSE="" DEPEND="virtual/glibc" diff --git a/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild b/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild index fd60d512b910..5a5b4ad8c9f9 100644 --- a/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild +++ b/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild,v 1.12 2002/12/09 04:33:17 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-telnetd/netkit-telnetd-0.17-r3.ebuild,v 1.13 2002/12/15 10:44:21 bjb Exp $ P2=netkit-telnet-${PV} S=${WORKDIR}/${P2} DESCRIPTION="Standard Linux telnet client" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${P2}.tar.gz" HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="BSD" SLOT="0" diff --git a/net-misc/ntp/ntp-4.1.1a.ebuild b/net-misc/ntp/ntp-4.1.1a.ebuild index 9899b89edbe8..4db23bd729b1 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 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.1a.ebuild,v 1.9 2002/12/09 04:33:17 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.1a.ebuild,v 1.10 2002/12/15 10:44:21 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 alpha" +KEYWORDS="x86 ppc sparc alpha" SLOT="0" DEPEND="virtual/glibc diff --git a/net-misc/ntp/ntp-4.1.1b.ebuild b/net-misc/ntp/ntp-4.1.1b.ebuild index 7c4418bd7cc2..80774b602686 100644 --- a/net-misc/ntp/ntp-4.1.1b.ebuild +++ b/net-misc/ntp/ntp-4.1.1b.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.1b.ebuild,v 1.3 2002/12/09 04:33:17 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.1b.ebuild,v 1.4 2002/12/15 10:44:21 bjb Exp $ 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 alpha" +KEYWORDS="x86 ppc sparc 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 76d1d74bd5aa..cdea6623505f 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 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.4_p1-r3.ebuild,v 1.10 2002/12/10 04:12:02 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.4_p1-r3.ebuild,v 1.11 2002/12/15 10:44:21 bjb Exp $ IUSE="ipv6 static pam tcpd" @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" src_compile() { local myconf diff --git a/net-misc/openssh/openssh-3.5_p1.ebuild b/net-misc/openssh/openssh-3.5_p1.ebuild index e3c87d1baf43..ded4bd040263 100644 --- a/net-misc/openssh/openssh-3.5_p1.ebuild +++ b/net-misc/openssh/openssh-3.5_p1.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/net-misc/openssh/openssh-3.5_p1.ebuild,v 1.9 2002/12/10 04:12:02 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.5_p1.ebuild,v 1.10 2002/12/15 10:44:21 bjb Exp $ IUSE="ipv6 static pam tcpd" @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ~ppc sparc alpha" +KEYWORDS="x86 ~ppc sparc alpha" src_unpack() { unpack ${A} diff --git a/net-misc/rfb/rfb-0.6.1.ebuild b/net-misc/rfb/rfb-0.6.1.ebuild index 480f5231a301..e9778e75721c 100644 --- a/net-misc/rfb/rfb-0.6.1.ebuild +++ b/net-misc/rfb/rfb-0.6.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rfb/rfb-0.6.1.ebuild,v 1.2 2002/12/09 04:33:19 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rfb/rfb-0.6.1.ebuild,v 1.3 2002/12/15 10:44:21 bjb Exp $ DESCRIPTION="comprehensive collection of rfb enabled tools and applications" HOMEPAGE="http://forums.hexonet.com/" SRC_URI="http://download.hexonet.com/software/rfb/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" IUSE="" DEPEND="x11-libs/xclass" diff --git a/net-misc/rsync/rsync-2.5.5-r1.ebuild b/net-misc/rsync/rsync-2.5.5-r1.ebuild index bd57d70c9c39..cfbc0718a21e 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 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.5.5-r1.ebuild,v 1.7 2002/12/09 04:33:19 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.5.5-r1.ebuild,v 1.8 2002/12/15 10:44:21 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 alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2" SLOT="0" diff --git a/net-misc/shorewall/shorewall-1.3.9b.ebuild b/net-misc/shorewall/shorewall-1.3.9b.ebuild index 8aaf46fe4b79..44341a2500e9 100644 --- a/net-misc/shorewall/shorewall-1.3.9b.ebuild +++ b/net-misc/shorewall/shorewall-1.3.9b.ebuild @@ -7,7 +7,7 @@ SRC_URI="http://www.shorewall.net/pub/shorewall/${P}.tgz" HOMEPAGE="http://www.shorewall.net/" LICENSE="GPL" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" SLOT="0" DEPEND="virtual/glibc diff --git a/net-misc/tightvnc/tightvnc-1.2.3-r2.ebuild b/net-misc/tightvnc/tightvnc-1.2.3-r2.ebuild index 23e6a9c50617..256b114d6afc 100644 --- a/net-misc/tightvnc/tightvnc-1.2.3-r2.ebuild +++ b/net-misc/tightvnc/tightvnc-1.2.3-r2.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A great client/server software package allowing remote network acce SRC_URI="mirror://sourceforge/vnc-tight/${P}_unixsrc.tar.bz2" HOMEPAGE="http://www.tightvnc.com" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2" SLOT="0" diff --git a/net-misc/wget/wget-1.8.2-r1.ebuild b/net-misc/wget/wget-1.8.2-r1.ebuild index 1959eb071266..657f8d36be0d 100644 --- a/net-misc/wget/wget-1.8.2-r1.ebuild +++ b/net-misc/wget/wget-1.8.2-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/net-misc/wget/wget-1.8.2-r1.ebuild,v 1.4 2002/12/09 04:33:19 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.8.2-r1.ebuild,v 1.5 2002/12/15 10:44:21 bjb Exp $ IUSE="ssl nls static ipv6" @@ -18,7 +18,7 @@ DEPEND="nls? ( sys-devel/gettext )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" src_unpack() { unpack ${A} diff --git a/net-misc/wget/wget-1.8.2.ebuild b/net-misc/wget/wget-1.8.2.ebuild index e4e847d6f686..f1831ffdac9a 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 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.8.2.ebuild,v 1.9 2002/12/09 04:33:19 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.8.2.ebuild,v 1.10 2002/12/15 10:44:21 bjb Exp $ IUSE="ssl nls static" @@ -13,7 +13,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 alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-2" SLOT="0" |