summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-06-08 08:57:56 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-06-08 08:57:56 +0000
commitec07439bcfd8775aed4f63b154330bbbc96af903 (patch)
tree69914a132869cbb390ad1c2b14489cc19a79246f /net-misc
parentStable on alpha. (Manifest recommit) (diff)
downloadgentoo-2-ec07439bcfd8775aed4f63b154330bbbc96af903.tar.gz
gentoo-2-ec07439bcfd8775aed4f63b154330bbbc96af903.tar.bz2
gentoo-2-ec07439bcfd8775aed4f63b154330bbbc96af903.zip
Stable on alpha.
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/wget/ChangeLog5
-rw-r--r--net-misc/wget/wget-1.9.1-r2.ebuild4
-rw-r--r--net-misc/whois/ChangeLog5
-rw-r--r--net-misc/whois/whois-4.6.13.ebuild4
-rw-r--r--net-misc/ytalk/ChangeLog5
-rw-r--r--net-misc/ytalk/ytalk-3.1.1.ebuild4
6 files changed, 18 insertions, 9 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog
index 8d7495d3bfb7..d4ae9d3b76fe 100644
--- a/net-misc/wget/ChangeLog
+++ b/net-misc/wget/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/wget
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.39 2004/06/02 05:23:17 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.40 2004/06/08 08:53:21 kloeri Exp $
+
+ 08 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> wget-1.9.1-r2.ebuild:
+ Stable on alpha.
02 Jun 2004; Travis Tilley <lv@gentoo.org> wget-1.9.1-r2.ebuild:
stable on amd64
diff --git a/net-misc/wget/wget-1.9.1-r2.ebuild b/net-misc/wget/wget-1.9.1-r2.ebuild
index 952209d157e5..9ef2c34cea95 100644
--- a/net-misc/wget/wget-1.9.1-r2.ebuild
+++ b/net-misc/wget/wget-1.9.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r2.ebuild,v 1.11 2004/06/02 05:23:17 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r2.ebuild,v 1.12 2004/06/08 08:53:21 kloeri Exp $
inherit gnuconfig eutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ppc64 ~sparc ~mips ~alpha arm hppa amd64 ~ia64 s390"
+KEYWORDS="~x86 ~ppc ppc64 ~sparc ~mips alpha arm hppa amd64 ~ia64 s390"
IUSE="ssl nls static ipv6 debug socks5"
RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )"
diff --git a/net-misc/whois/ChangeLog b/net-misc/whois/ChangeLog
index 8a7e8b9e64dd..876b49db6b73 100644
--- a/net-misc/whois/ChangeLog
+++ b/net-misc/whois/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/whois
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.35 2004/04/27 21:55:22 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/ChangeLog,v 1.36 2004/06/08 08:56:34 kloeri Exp $
+
+ 08 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> whois-4.6.13.ebuild:
+ Stable on alpha.
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> whois-4.6.13.ebuild,
whois-4.6.6-r2.ebuild, whois-4.6.9.ebuild:
diff --git a/net-misc/whois/whois-4.6.13.ebuild b/net-misc/whois/whois-4.6.13.ebuild
index e8b3e71bdfb5..d80974f9ae99 100644
--- a/net-misc/whois/whois-4.6.13.ebuild
+++ b/net-misc/whois/whois-4.6.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.6.13.ebuild,v 1.2 2004/04/27 21:55:22 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.6.13.ebuild,v 1.3 2004/06/08 08:56:34 kloeri Exp $
inherit eutils
@@ -11,7 +11,7 @@ SRC_URI="http://www.linux.it/~md/software/${MY_P}.tar.gz"
HOMEPAGE="http://www.linux.it/~md/software/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~mips hppa ~ia64 ~alpha ~amd64"
+KEYWORDS="~x86 ~ppc ~sparc ~mips hppa ~ia64 alpha ~amd64"
DEPEND=">=sys-apps/sed-4
>=dev-lang/perl-5"
diff --git a/net-misc/ytalk/ChangeLog b/net-misc/ytalk/ChangeLog
index 80dccf15763d..15560376bcf9 100644
--- a/net-misc/ytalk/ChangeLog
+++ b/net-misc/ytalk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/ytalk
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ytalk/ChangeLog,v 1.6 2004/01/14 18:23:54 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ytalk/ChangeLog,v 1.7 2004/06/08 08:57:56 kloeri Exp $
+
+ 08 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> ytalk-3.1.1.ebuild:
+ Stable on alpha.
14 Jan 2004; Aron Griffis <agriffis@gentoo.org> ytalk-3.1.1.ebuild:
add ~alpha
diff --git a/net-misc/ytalk/ytalk-3.1.1.ebuild b/net-misc/ytalk/ytalk-3.1.1.ebuild
index 6cda923795a1..0418e2077de2 100644
--- a/net-misc/ytalk/ytalk-3.1.1.ebuild
+++ b/net-misc/ytalk/ytalk-3.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ytalk/ytalk-3.1.1.ebuild,v 1.13 2004/02/23 00:17:37 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ytalk/ytalk-3.1.1.ebuild,v 1.14 2004/06/08 08:57:56 kloeri Exp $
IUSE="X"
@@ -9,7 +9,7 @@ S=${WORKDIR}/${P}
DESCRIPTION="Multi-user replacement for UNIX talk"
SRC_URI="http://www.iagora.com/~espel/ytalk/${P}.tar.gz"
HOMEPAGE="http://www.iagora.com/~espel/ytalk/ytalk.html"
-KEYWORDS="x86 sparc ppc ~alpha"
+KEYWORDS="x86 sparc ppc alpha"
LICENSE="freedist"
SLOT="0"