diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-02-04 19:55:32 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-02-04 19:55:32 +0000 |
commit | 5b7b6bb0de72866d02bc36a39c8163141811bda4 (patch) | |
tree | a0c36beb5d1239c53db84dbdd602c87d1fffd4bf /net-ftp | |
parent | initial import (diff) | |
download | historical-5b7b6bb0de72866d02bc36a39c8163141811bda4.tar.gz historical-5b7b6bb0de72866d02bc36a39c8163141811bda4.tar.bz2 historical-5b7b6bb0de72866d02bc36a39c8163141811bda4.zip |
stable on amd64
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/yafc/ChangeLog | 7 | ||||
-rw-r--r-- | net-ftp/yafc/Manifest | 6 | ||||
-rw-r--r-- | net-ftp/yafc/yafc-1.0.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/yafc/yafc-1.1.ebuild | 6 |
4 files changed, 13 insertions, 10 deletions
diff --git a/net-ftp/yafc/ChangeLog b/net-ftp/yafc/ChangeLog index 82e14b1f854e..9d5e43a1fa64 100644 --- a/net-ftp/yafc/ChangeLog +++ b/net-ftp/yafc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/yafc -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v 1.12 2004/06/24 22:48:39 agriffis Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v 1.13 2005/02/04 19:55:32 luckyduck Exp $ + + 04 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> yafc-1.1.ebuild: + stable on amd64 19 Jun 2004; Jason Wever <weeve@gentoo.org> yafc-1.1.ebuild: Marked ~arch for everyone since this was initially imported as stable for x86, diff --git a/net-ftp/yafc/Manifest b/net-ftp/yafc/Manifest index b55fb849d2e1..01180dcac854 100644 --- a/net-ftp/yafc/Manifest +++ b/net-ftp/yafc/Manifest @@ -1,5 +1,5 @@ -MD5 f9129709d6ddbd482c1b540acce6e02a yafc-1.1.ebuild 767 -MD5 fecf6213febb5c7210b0d59417159003 yafc-1.0.ebuild 800 -MD5 8c1bbe74d128a6b2f1754ad01c992c09 ChangeLog 1465 +MD5 7012fddb5846c4722d1e2b8192f9bba1 yafc-1.1.ebuild 767 +MD5 44011aac929360f02f786a44321d861a yafc-1.0.ebuild 801 +MD5 eeadab94e745ecd18819f82872fb4796 ChangeLog 1554 MD5 fc53f7d8ad4e855bf0cfa4139baae246 files/digest-yafc-1.0 61 MD5 17a81b5b4a16ec89dfe5963c885f96ab files/digest-yafc-1.1 61 diff --git a/net-ftp/yafc/yafc-1.0.ebuild b/net-ftp/yafc/yafc-1.0.ebuild index 641ff0a1ccc6..98fad0f69a1d 100644 --- a/net-ftp/yafc/yafc-1.0.ebuild +++ b/net-ftp/yafc/yafc-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-1.0.ebuild,v 1.3 2004/06/24 22:48:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-1.0.ebuild,v 1.4 2005/02/04 19:55:32 luckyduck Exp $ inherit flag-o-matic diff --git a/net-ftp/yafc/yafc-1.1.ebuild b/net-ftp/yafc/yafc-1.1.ebuild index 736b625cefc8..44322916a7d5 100644 --- a/net-ftp/yafc/yafc-1.1.ebuild +++ b/net-ftp/yafc/yafc-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-1.1.ebuild,v 1.3 2004/06/24 22:48:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-1.1.ebuild,v 1.4 2005/02/04 19:55:32 luckyduck Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/yafc/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~amd64" +KEYWORDS="~x86 ~ppc ~sparc amd64" IUSE="readline" DEPEND="readline? ( >=sys-libs/readline-4.1-r4 )" |