public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apache/mod_ftpd: ChangeLog mod_ftpd-0.14-r1.ebuild mod_ftpd-0.13.0.ebuild mod_ftpd-0.13.1.ebuild
@ 2007-09-21 20:35 Benedikt Boehm (hollow)
  0 siblings, 0 replies; only message in thread
From: Benedikt Boehm (hollow) @ 2007-09-21 20:35 UTC (permalink / raw
  To: gentoo-commits

hollow      07/09/21 20:35:11

  Modified:             ChangeLog
  Added:                mod_ftpd-0.14-r1.ebuild
  Removed:              mod_ftpd-0.13.0.ebuild mod_ftpd-0.13.1.ebuild
  Log:
  fix #192862, cleanup
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.3                  www-apache/mod_ftpd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_ftpd/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_ftpd/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_ftpd/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_ftpd/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	4 Aug 2007 17:17:43 -0000	1.2
+++ ChangeLog	21 Sep 2007 20:35:10 -0000	1.3
@@ -1,6 +1,13 @@
 # ChangeLog for www-apache/mod_ftpd
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_ftpd/ChangeLog,v 1.2 2007/08/04 17:17:43 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_ftpd/ChangeLog,v 1.3 2007/09/21 20:35:10 hollow Exp $
+
+*mod_ftpd-0.14-r1 (21 Sep 2007)
+
+  21 Sep 2007; Benedikt Böhm <hollow@gentoo.org>
+  +files/0.14-r1/45_mod_ftpd.conf, -mod_ftpd-0.13.0.ebuild,
+  -mod_ftpd-0.13.1.ebuild, +mod_ftpd-0.14-r1.ebuild:
+  fix #192862, cleanup
 
   29 Jul 2007; Christian Heim <phreak@gentoo.org> +files/45_mod_ftpd.conf,
   +metadata.xml, +mod_ftpd-0.13.0.ebuild, +mod_ftpd-0.13.1.ebuild,



1.1                  www-apache/mod_ftpd/mod_ftpd-0.14-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_ftpd/mod_ftpd-0.14-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_ftpd/mod_ftpd-0.14-r1.ebuild?rev=1.1&content-type=text/plain

Index: mod_ftpd-0.14-r1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_ftpd/mod_ftpd-0.14-r1.ebuild,v 1.1 2007/09/21 20:35:10 hollow Exp $

inherit apache-module

KEYWORDS="~amd64 ~ppc ~x86"

DESCRIPTION="Apache2 module which provides an FTP server."
HOMEPAGE="http://www.outoforder.cc/projects/apache/mod_ftpd/"
SRC_URI="http://www.outoforder.cc/downloads/${PN}/${P}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
IUSE="dbi gdbm"

DEPEND="dbi? ( dev-db/libdbi )
		gdbm? ( sys-libs/gdbm )"
RDEPEND="${DEPEND}"

APACHE2_EXECFILES="providers/*/.libs/*.so"
APACHE2_MOD_CONF="0.14-r1/45_${PN}"
APACHE2_MOD_DEFINE="FTPD"

DOCFILES="docs/manual.html AUTHORS ChangeLog NOTICE README TODO"

need_apache2_2

src_compile() {
	local providers="default fail"

	use dbi && providers="dbi ${providers}"
	use gdbm && providers="dbm ${providers}"

	econf \
		--with-apxs=${APXS2} \
		--enable-providers="${providers}" \
		|| die "econf failed"
	emake || die "emake failed"
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-21 20:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-21 20:35 [gentoo-commits] gentoo-x86 commit in www-apache/mod_ftpd: ChangeLog mod_ftpd-0.14-r1.ebuild mod_ftpd-0.13.0.ebuild mod_ftpd-0.13.1.ebuild Benedikt Boehm (hollow)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox