diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-12-26 06:29:34 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-12-26 06:29:34 +0000 |
commit | ed6587365b7e6c1163fc4a3d0a423f047ebbf784 (patch) | |
tree | 81cebea118358882953acc3b0407bffca8782be4 /net-www | |
parent | Removing libddmpeg (diff) | |
download | historical-ed6587365b7e6c1163fc4a3d0a423f047ebbf784.tar.gz historical-ed6587365b7e6c1163fc4a3d0a423f047ebbf784.tar.bz2 historical-ed6587365b7e6c1163fc4a3d0a423f047ebbf784.zip |
Marked ~ppc for bug #116721.
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_ftpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mod_ftpd/Manifest | 10 | ||||
-rw-r--r-- | net-www/mod_ftpd/mod_ftpd-0.13.0.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/net-www/mod_ftpd/ChangeLog b/net-www/mod_ftpd/ChangeLog index d8086121ff3b..efc08cea0850 100644 --- a/net-www/mod_ftpd/ChangeLog +++ b/net-www/mod_ftpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mod_ftpd # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ftpd/ChangeLog,v 1.6 2005/09/18 20:13:38 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ftpd/ChangeLog,v 1.7 2005/12/26 06:29:34 josejx Exp $ + + 26 Dec 2005; Joseph Jezak <josejx@gentoo.org> mod_ftpd-0.13.0.ebuild: + Marked ~ppc for bug #116721. 18 Sep 2005; Michael Stewart <vericgar@gentoo.org> mod_ftpd-0.13.0.ebuild: Stable on x86 diff --git a/net-www/mod_ftpd/Manifest b/net-www/mod_ftpd/Manifest index aa34d1432920..3c47dc84e3fb 100644 --- a/net-www/mod_ftpd/Manifest +++ b/net-www/mod_ftpd/Manifest @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 57165fc53127a04a303a2647ac3881f8 ChangeLog 945 +MD5 7ee7f4b40ae1b53db900419cccef873b ChangeLog 1047 MD5 e4b00c859e767293dba0066453b34da2 files/0.12.3-mod_ftpd-ipv6.patch 513 MD5 a19bb3dea57c7efbb399e53762e5e5fd files/45_mod_ftpd.conf 1644 MD5 853c5251554ad3b0b04dd46bd6f3ce90 files/digest-mod_ftpd-0.12.3 68 @@ -9,11 +9,11 @@ MD5 9e2557ac727b6290531393710ae6cf72 files/digest-mod_ftpd-0.13.0 68 MD5 7ff83240a58205cd17a0324bd1122702 files/mod_ftpd.conf 1673 MD5 7272d8b6d09e3e301b6a08aa9c912eb0 metadata.xml 226 MD5 2b33a28d8d4fddcf0307662c183a4be1 mod_ftpd-0.12.3.ebuild 1139 -MD5 2d878449cd91075b6d28befe73abaa65 mod_ftpd-0.13.0.ebuild 985 +MD5 41ba0a84dfb6ea4654674fdfc4eebae7 mod_ftpd-0.13.0.ebuild 988 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDSXVSKf2g/qXtneoRAsAVAJ9VgsVCoDcH04NqB33oYkS5UncSXwCbBuCW -UdjdcUA3wggSzZT8DP0bvOE= -=/DYg +iD8DBQFDr43fcsIHjyDViGQRAlGJAKCCIVzW5h/l4aJGqith2OWkIwMGqgCfX8sj +dy+moD0BmZuLFh837ik5fZU= +=2Yj4 -----END PGP SIGNATURE----- diff --git a/net-www/mod_ftpd/mod_ftpd-0.13.0.ebuild b/net-www/mod_ftpd/mod_ftpd-0.13.0.ebuild index 1388b487c56f..56b8ceb6a124 100644 --- a/net-www/mod_ftpd/mod_ftpd-0.13.0.ebuild +++ b/net-www/mod_ftpd/mod_ftpd-0.13.0.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-www/mod_ftpd/mod_ftpd-0.13.0.ebuild,v 1.3 2005/09/18 20:13:38 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ftpd/mod_ftpd-0.13.0.ebuild,v 1.4 2005/12/26 06:29:34 josejx Exp $ inherit eutils apache-module @@ -10,7 +10,7 @@ SRC_URI="http://www.outoforder.cc/downloads/${PN}/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~ppc x86" IUSE="dbi gdbm" DEPEND="gdbm? ( >=sys-libs/gdbm-1.8.0-r5 )" |