diff options
author | Jason Wever <weeve@gentoo.org> | 2004-03-26 05:13:38 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-03-26 05:13:38 +0000 |
commit | 7d4c3beab563d6e080670484a370b26fbb154028 (patch) | |
tree | 297c25e618f0831c46dd6e27ca93956d7e9d2eb3 /net-ftp/oftpd | |
parent | Correction gaim dependency (diff) | |
download | historical-7d4c3beab563d6e080670484a370b26fbb154028.tar.gz historical-7d4c3beab563d6e080670484a370b26fbb154028.tar.bz2 historical-7d4c3beab563d6e080670484a370b26fbb154028.zip |
Marked stable on sparc wrt bug #45738.
Diffstat (limited to 'net-ftp/oftpd')
-rw-r--r-- | net-ftp/oftpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/oftpd/Manifest | 10 | ||||
-rw-r--r-- | net-ftp/oftpd/oftpd-0.3.7.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/net-ftp/oftpd/ChangeLog b/net-ftp/oftpd/ChangeLog index e198145dd561..c995975832b0 100644 --- a/net-ftp/oftpd/ChangeLog +++ b/net-ftp/oftpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/oftpd # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/ChangeLog,v 1.7 2004/03/26 03:02:50 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/ChangeLog,v 1.8 2004/03/26 05:13:38 weeve Exp $ + + 25 Mar 2004; Jason Wever <weeve@gentoo.org> oftpd-0.3.7.ebuild: + Marked stable on sparc wrt bug #45738. 25 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> metadata.xml, oftpd-0.3.6-r7.ebuild, oftpd-0.3.7.ebuild, files/conf.d.oftpd, diff --git a/net-ftp/oftpd/Manifest b/net-ftp/oftpd/Manifest index e6e4138c45c1..a5928410dd70 100644 --- a/net-ftp/oftpd/Manifest +++ b/net-ftp/oftpd/Manifest @@ -1,8 +1,8 @@ -MD5 5a81a86a0f78385ffefa7aede4d36c2b oftpd-0.3.7.ebuild 991 -MD5 ee8481debb3c655eda4991227dc21dc7 ChangeLog 1266 -MD5 0f7a846dd3f2197538502db078109b71 metadata.xml 351 +MD5 c5d85c8b4ef469adf8d13dd6c378302b ChangeLog 1369 MD5 94c08e096ce06b086c4176e68d4983e8 oftpd-0.3.6-r7.ebuild 993 -MD5 a8787fb0c452c7d62131d869a7117a73 files/init.d.oftpd 685 -MD5 b0ba4d96ae0eb98abce711409607eda4 files/conf.d.oftpd 469 +MD5 0f7a846dd3f2197538502db078109b71 metadata.xml 351 +MD5 833a192cbc2650af140ba7de91184450 oftpd-0.3.7.ebuild 985 MD5 56b946d01010a7a4f6eab6dfb5f1313a files/digest-oftpd-0.3.6-r7 62 +MD5 b0ba4d96ae0eb98abce711409607eda4 files/conf.d.oftpd 469 MD5 14eb385d2dee30be94c941c01703ab40 files/digest-oftpd-0.3.7 62 +MD5 a8787fb0c452c7d62131d869a7117a73 files/init.d.oftpd 685 diff --git a/net-ftp/oftpd/oftpd-0.3.7.ebuild b/net-ftp/oftpd/oftpd-0.3.7.ebuild index f65195f96a67..fa38aec9ca9c 100644 --- a/net-ftp/oftpd/oftpd-0.3.7.ebuild +++ b/net-ftp/oftpd/oftpd-0.3.7.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/oftpd/oftpd-0.3.7.ebuild,v 1.3 2004/03/26 03:02:50 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/oftpd-0.3.7.ebuild,v 1.4 2004/03/26 05:13:38 weeve Exp $ S=${WORKDIR}/${P} DESCRIPTION="Secure, small, anonymous only ftpd" @@ -11,7 +11,7 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ~sparc ~ppc ~ppc64" +KEYWORDS="x86 sparc ~ppc ~ppc64" src_compile() { # local myconf |