diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-05-15 16:10:09 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-05-15 16:10:09 +0000 |
commit | ae2ecfb77c7a1f4110d7697ef1047de403fd2aad (patch) | |
tree | e57aa41f47c2b7307a701ddb57627c958d8d2623 /net-ftp/oftpd | |
parent | Initial version (diff) | |
download | gentoo-2-ae2ecfb77c7a1f4110d7697ef1047de403fd2aad.tar.gz gentoo-2-ae2ecfb77c7a1f4110d7697ef1047de403fd2aad.tar.bz2 gentoo-2-ae2ecfb77c7a1f4110d7697ef1047de403fd2aad.zip |
+ ~amd64 keyword
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'net-ftp/oftpd')
-rw-r--r-- | net-ftp/oftpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/oftpd/Manifest | 18 | ||||
-rw-r--r-- | net-ftp/oftpd/oftpd-0.3.7-r1.ebuild | 6 |
3 files changed, 11 insertions, 18 deletions
diff --git a/net-ftp/oftpd/ChangeLog b/net-ftp/oftpd/ChangeLog index ae84c4a91d67..469f88b34048 100644 --- a/net-ftp/oftpd/ChangeLog +++ b/net-ftp/oftpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/oftpd # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/ChangeLog,v 1.13 2004/07/01 22:16:21 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/ChangeLog,v 1.14 2005/05/15 16:10:09 voxus Exp $ + + 15 May 2005; Konstantin Arkhipov <voxus@gentoo.org> oftpd-0.3.7-r1.ebuild: + Added ~amd64 keyword wrt bug #92567. Header fixed. 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> oftpd-0.3.7-r1.ebuild: diff --git a/net-ftp/oftpd/Manifest b/net-ftp/oftpd/Manifest index e14220438658..ef9643ecde46 100644 --- a/net-ftp/oftpd/Manifest +++ b/net-ftp/oftpd/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 e9e881dd0433999ecf2b2d2c0fa5cfc5 ChangeLog 1987 -MD5 c477715b0207435ad3b50f300a9a1c5f oftpd-0.3.7-r1.ebuild 877 +MD5 144deffcac93b890a809007b9661a6b0 oftpd-0.3.7-r1.ebuild 884 +MD5 f73f511549c9955baa6341262e41d6e2 ChangeLog 2118 MD5 0f7a846dd3f2197538502db078109b71 metadata.xml 351 -MD5 14eb385d2dee30be94c941c01703ab40 files/digest-oftpd-0.3.7-r1 62 -MD5 b0ba4d96ae0eb98abce711409607eda4 files/conf.d.oftpd 469 MD5 e172cb3380495952dbccdc43d5168a16 files/init.d.oftpd 671 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBYx89HTu7gpaalycRAjF7AJ9JhgV5A1N93Gf0//nv66C6HbKXHgCcCdgf -uJ7wv2gYQWLCOeGcxRMX5Cs= -=Bfcw ------END PGP SIGNATURE----- +MD5 b0ba4d96ae0eb98abce711409607eda4 files/conf.d.oftpd 469 +MD5 14eb385d2dee30be94c941c01703ab40 files/digest-oftpd-0.3.7-r1 62 diff --git a/net-ftp/oftpd/oftpd-0.3.7-r1.ebuild b/net-ftp/oftpd/oftpd-0.3.7-r1.ebuild index d588fdffc56d..e5e565b6a0f9 100644 --- a/net-ftp/oftpd/oftpd-0.3.7-r1.ebuild +++ b/net-ftp/oftpd/oftpd-0.3.7-r1.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/oftpd/oftpd-0.3.7-r1.ebuild,v 1.5 2004/07/01 22:16:21 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/oftpd-0.3.7-r1.ebuild,v 1.6 2005/05/15 16:10:09 voxus Exp $ DESCRIPTION="Secure, small, anonymous only ftpd" HOMEPAGE="http://www.time-travellers.org/oftpd" @@ -8,7 +8,7 @@ SRC_URI="http://www.time-travellers.org/oftpd/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ~ppc sparc arm ~ppc64" +KEYWORDS="~amd64 x86 ~ppc sparc arm ~ppc64" IUSE="" DEPEND="virtual/libc" |