diff options
-rw-r--r-- | net-misc/rsync/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/rsync/rsync-2.5.5-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/wget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wget/wget-1.8.2.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/net-misc/rsync/ChangeLog b/net-misc/rsync/ChangeLog index 92193e4b5b3f..04185906763b 100644 --- a/net-misc/rsync/ChangeLog +++ b/net-misc/rsync/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for net-misc/rsync # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v 1.14 2002/12/29 01:49:38 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v 1.15 2003/01/18 18:26:18 tuxus Exp $ *rsync-2.5.6_pre20021105-r1 (29 Dec 2002) @@ -21,6 +21,9 @@ *rsync-2.5.5-r1 (07 May 2002) + 18 Jan 2003; Jan Seidel <tuxus@gentoo.org> : + Added mips to keywords + 29 Jul 2002; Mark Guertin <gerk@gentoo.org> : Added ppc to keywords diff --git a/net-misc/rsync/rsync-2.5.5-r1.ebuild b/net-misc/rsync/rsync-2.5.5-r1.ebuild index cfbc0718a21e..5ba8acf8a5a2 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.8 2002/12/15 10:44:21 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.5.5-r1.ebuild,v 1.9 2003/01/18 18:26:18 tuxus 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 mips" LICENSE="GPL-2" SLOT="0" diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index b37c1821ecf6..b6f3c344363b 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for net-misc/wget # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.10 2002/12/20 16:45:06 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.11 2003/01/18 18:28:45 tuxus Exp $ 20 Dec 2002; Daniel Ahlberg <aliz@gentoo.org> wget-1.8.2.ebuild, wget-1.8.2-r1.ebuild wget-1.8.2-r2.ebuild : @@ -23,6 +23,9 @@ *wget-1.8.2 (29 May 2002) + 18 Jan 2003; Jan Seidel <tuxus@gentoo.org> : + Added mips to keywords + 23 Oct 2002; Mike Frysinger <vapier@gentoo.org> : Removed bootcd USE flag diff --git a/net-misc/wget/wget-1.8.2.ebuild b/net-misc/wget/wget-1.8.2.ebuild index 6f28aac58007..b14957a0446b 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.11 2002/12/20 16:45:06 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.8.2.ebuild,v 1.12 2003/01/18 18:28:45 tuxus Exp $ IUSE="ssl nls static" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz HOMEPAGE="http://wget.sunsite.dk" 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 mips" LICENSE="GPL-2" SLOT="0" |