diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 20:24:36 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 20:24:36 +0000 |
commit | 5ffffa82bb032293afbfa80c95c7105cf6776e94 (patch) | |
tree | 9e0ec28ddcaf44f4c0129fcf6ad04042ee41bf15 /net-ftp | |
parent | Stable on x86. Bug 111167. (diff) | |
download | historical-5ffffa82bb032293afbfa80c95c7105cf6776e94.tar.gz historical-5ffffa82bb032293afbfa80c95c7105cf6776e94.tar.bz2 historical-5ffffa82bb032293afbfa80c95c7105cf6776e94.zip |
Stable on x86. Bug 111171.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/yafc/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/yafc/Manifest | 14 | ||||
-rw-r--r-- | net-ftp/yafc/yafc-1.1.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/net-ftp/yafc/ChangeLog b/net-ftp/yafc/ChangeLog index 605f8f25121a..3ad38fdff985 100644 --- a/net-ftp/yafc/ChangeLog +++ b/net-ftp/yafc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/yafc # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v 1.15 2005/10/09 08:45:53 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/ChangeLog,v 1.16 2005/11/01 20:24:36 nelchael Exp $ + + 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> yafc-1.1.ebuild: + Stable on x86. Bug 111171. *yafc-1.1.1 (09 Oct 2005) diff --git a/net-ftp/yafc/Manifest b/net-ftp/yafc/Manifest index e61ccc120e66..53b69cb93df0 100644 --- a/net-ftp/yafc/Manifest +++ b/net-ftp/yafc/Manifest @@ -1,17 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 cb0639360f76cdb1b9e09ce38487a323 ChangeLog 1783 +MD5 01413c0092978b38dbded9d07a0bf08b ChangeLog 1880 MD5 fc53f7d8ad4e855bf0cfa4139baae246 files/digest-yafc-1.0 61 MD5 17a81b5b4a16ec89dfe5963c885f96ab files/digest-yafc-1.1 61 MD5 ef6247904f7210ae0c5c607a8db1e828 files/digest-yafc-1.1.1 63 MD5 44011aac929360f02f786a44321d861a yafc-1.0.ebuild 801 MD5 8dadb30fcf4ac7e7eae9aaf999ccb59e yafc-1.1.1.ebuild 1324 -MD5 7012fddb5846c4722d1e2b8192f9bba1 yafc-1.1.ebuild 767 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDSQz2I1lqEGTUzyQRAj4eAKCrYtrhW1eEsC09MEPro4nBv1nVtACfXKct -95QSpUZQDIu5npPiexOUOxk= -=U8oF ------END PGP SIGNATURE----- +MD5 134fcf87f6aa2fd7ecdff8a3b17a69b8 yafc-1.1.ebuild 765 diff --git a/net-ftp/yafc/yafc-1.1.ebuild b/net-ftp/yafc/yafc-1.1.ebuild index 44322916a7d5..57c937d4b02b 100644 --- a/net-ftp/yafc/yafc-1.1.ebuild +++ b/net-ftp/yafc/yafc-1.1.ebuild @@ -1,6 +1,6 @@ # 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.4 2005/02/04 19:55:32 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/yafc/yafc-1.1.ebuild,v 1.5 2005/11/01 20:24:36 nelchael 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 )" |