diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-14 06:15:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-14 06:15:54 +0000 |
commit | 6ac46463fc5afdd4299b1c8a2fbd90830b9ebb76 (patch) | |
tree | f44246473e58007b5ddbc117fedb48c1bb1b577a /net-www | |
parent | IUSE (Manifest recommit) (diff) | |
download | gentoo-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')
-rw-r--r-- | net-www/mod_vdbh/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_vdbh/mod_vdbh-1.0.2-r1.ebuild | 12 | ||||
-rw-r--r-- | net-www/mod_vdbh/mod_vdbh-1.0.2.ebuild | 12 |
3 files changed, 19 insertions, 11 deletions
diff --git a/net-www/mod_vdbh/ChangeLog b/net-www/mod_vdbh/ChangeLog index ab6698a3318d..5eb60b1faca1 100644 --- a/net-www/mod_vdbh/ChangeLog +++ b/net-www/mod_vdbh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_vdbh # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_vdbh/ChangeLog,v 1.6 2004/06/25 01:04:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_vdbh/ChangeLog,v 1.7 2004/07/14 06:15:54 mr_bones_ Exp $ + + 13 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> + mod_vdbh-1.0.2-r1.ebuild, mod_vdbh-1.0.2.ebuild: + don't assign default to S; tidy 21 May 2004; Robin H. Johnson <robbat2@gentoo.org> mod_vdbh-1.0.2-r1.ebuild: bug #37577, bump to stable. 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 \ 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 \ |