diff options
author | Jason Wever <weeve@gentoo.org> | 2004-06-19 18:31:17 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-06-19 18:31:17 +0000 |
commit | 87f11a5337eccb01096b70ad203a7614134e1791 (patch) | |
tree | 7599051a27a6668ddc8d3035af87226b277ae78e /net-ftp | |
parent | First part of BUG #54139. (diff) | |
download | historical-87f11a5337eccb01096b70ad203a7614134e1791.tar.gz historical-87f11a5337eccb01096b70ad203a7614134e1791.tar.bz2 historical-87f11a5337eccb01096b70ad203a7614134e1791.zip |
Stable on sparc.
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/ftpcube/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/ftpcube/ftpcube-0.4.3-r1.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/ftpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/ftpd/ftpd-0.17-r1.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/net-ftp/ftpcube/ChangeLog b/net-ftp/ftpcube/ChangeLog index 3e733683d0aa..51ae9f4e5c91 100644 --- a/net-ftp/ftpcube/ChangeLog +++ b/net-ftp/ftpcube/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/ftpcube # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ChangeLog,v 1.22 2004/05/04 12:44:17 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ChangeLog,v 1.23 2004/06/19 18:28:59 weeve Exp $ + + 19 Jun 2004; Jason Wever <weeve@gentoo.org> ftpcube-0.4.3-r1.ebuild: + Stable on sparc. 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> ftpcube-0.4.0.ebuild: Add missing IUSE. diff --git a/net-ftp/ftpcube/ftpcube-0.4.3-r1.ebuild b/net-ftp/ftpcube/ftpcube-0.4.3-r1.ebuild index 2f50877f4a2f..45b8b5c4a0ed 100644 --- a/net-ftp/ftpcube/ftpcube-0.4.3-r1.ebuild +++ b/net-ftp/ftpcube/ftpcube-0.4.3-r1.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-ftp/ftpcube/ftpcube-0.4.3-r1.ebuild,v 1.3 2004/05/04 11:34:44 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.4.3-r1.ebuild,v 1.4 2004/06/19 18:28:59 weeve Exp $ IUSE="" @@ -14,7 +14,7 @@ DEPEND="virtual/python SLOT="0" LICENSE="Artistic" -KEYWORDS="x86 ~sparc" +KEYWORDS="x86 sparc" src_unpack() { unpack ${A} diff --git a/net-ftp/ftpd/ChangeLog b/net-ftp/ftpd/ChangeLog index 50e1415fb2f1..b1b745291a89 100644 --- a/net-ftp/ftpd/ChangeLog +++ b/net-ftp/ftpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/ftpd # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ChangeLog,v 1.12 2004/06/09 21:41:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ChangeLog,v 1.13 2004/06/19 18:31:17 weeve Exp $ + + 19 Jun 2004; Jason Wever <weeve@gentoo.org> ftpd-0.17-r1.ebuild: + Stable on sparc. 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> ftpd-0.17-r1.ebuild, ftpd-0.17.ebuild: diff --git a/net-ftp/ftpd/ftpd-0.17-r1.ebuild b/net-ftp/ftpd/ftpd-0.17-r1.ebuild index 7dc86fd5bdd8..00731681ebd6 100644 --- a/net-ftp/ftpd/ftpd-0.17-r1.ebuild +++ b/net-ftp/ftpd/ftpd-0.17-r1.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-ftp/ftpd/ftpd-0.17-r1.ebuild,v 1.6 2004/06/09 21:41:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpd/ftpd-0.17-r1.ebuild,v 1.7 2004/06/19 18:31:17 weeve Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/linux-${P}.tar.gz" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ~sparc alpha" +KEYWORDS="x86 sparc alpha" DEPEND="ssl? ( dev-libs/openssl )" |