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
commit6ac46463fc5afdd4299b1c8a2fbd90830b9ebb76 (patch)
treef44246473e58007b5ddbc117fedb48c1bb1b577a /net-www/mod_vdbh/mod_vdbh-1.0.2-r1.ebuild
parentIUSE (Manifest recommit) (diff)
downloadgentoo-2-6ac46463fc5afdd4299b1c8a2fbd90830b9ebb76.tar.gz
gentoo-2-6ac46463fc5afdd4299b1c8a2fbd90830b9ebb76.tar.bz2
gentoo-2-6ac46463fc5afdd4299b1c8a2fbd90830b9ebb76.zip
don't assign default to S; tidy
Diffstat (limited to 'net-www/mod_vdbh/mod_vdbh-1.0.2-r1.ebuild')
-rw-r--r--net-www/mod_vdbh/mod_vdbh-1.0.2-r1.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/net-www/mod_vdbh/mod_vdbh-1.0.2-r1.ebuild b/net-www/mod_vdbh/mod_vdbh-1.0.2-r1.ebuild
index f004ca466e53..ff8aae79772d 100644
--- a/net-www/mod_vdbh/mod_vdbh-1.0.2-r1.ebuild
+++ b/net-www/mod_vdbh/mod_vdbh-1.0.2-r1.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-r1.ebuild,v 1.3 2004/06/25 01:04:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_vdbh/mod_vdbh-1.0.2-r1.ebuild,v 1.4 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 \