summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-07-14 06:15:54 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-07-14 06:15:54 +0000
commit10ce7967f3e18f4974acb245f6f769b0d2b39d00 (patch)
tree87e4ece637d3da3dd073d68bd5ae80d4e3f18c44 /net-www/mod_vdbh/mod_vdbh-1.0.2.ebuild
parentIUSE (diff)
downloadhistorical-10ce7967f3e18f4974acb245f6f769b0d2b39d00.tar.gz
historical-10ce7967f3e18f4974acb245f6f769b0d2b39d00.tar.bz2
historical-10ce7967f3e18f4974acb245f6f769b0d2b39d00.zip
don't assign default to S; tidy
Diffstat (limited to 'net-www/mod_vdbh/mod_vdbh-1.0.2.ebuild')
-rw-r--r--net-www/mod_vdbh/mod_vdbh-1.0.2.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/net-www/mod_vdbh/mod_vdbh-1.0.2.ebuild b/net-www/mod_vdbh/mod_vdbh-1.0.2.ebuild
index 57f9a2e92a4b..7609e3a2e945 100644
--- a/net-www/mod_vdbh/mod_vdbh-1.0.2.ebuild
+++ b/net-www/mod_vdbh/mod_vdbh-1.0.2.ebuild
@@ -1,17 +1,19 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_vdbh/mod_vdbh-1.0.2.ebuild,v 1.4 2004/06/25 01:04:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_vdbh/mod_vdbh-1.0.2.ebuild,v 1.5 2004/07/14 06:15:54 mr_bones_ Exp $
DESCRIPTION="An Apache2 DSO for mass virtual hosting using a MySQL database"
HOMEPAGE="http://www.synthemesc.com/mod_vdbh/"
-
-S=${WORKDIR}/${P}
SRC_URI="http://www.synthemesc.com/downloads/${PN}/${P}.tar.gz"
-DEPEND="=net-www/apache-2* =dev-db/mysql-3.23* >=sys-libs/zlib-1.1.4"
+
LICENSE="Apache-1.1"
+SLOT="0"
KEYWORDS="x86"
IUSE=""
-SLOT="0"
+
+DEPEND="=net-www/apache-2*
+ =dev-db/mysql-3.23*
+ >=sys-libs/zlib-1.1.4"
src_compile() {
apxs2 -DHAVE_STDDEF_H -I/usr/include/mysql -Wl,-lmysqlclient \