diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 20:43:03 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 20:43:03 +0000 |
commit | 949bd1c9bc92c2ba5345e30e550d4e8afef0a266 (patch) | |
tree | 063cd378d8415817f5d7fae145a80e93f1cd1955 /www-servers | |
parent | dev-db/mysql => virtual/mysql (diff) | |
download | gentoo-2-949bd1c9bc92c2ba5345e30e550d4e8afef0a266.tar.gz gentoo-2-949bd1c9bc92c2ba5345e30e550d4e8afef0a266.tar.bz2 gentoo-2-949bd1c9bc92c2ba5345e30e550d4e8afef0a266.zip |
dev-db/mysql => virtual/mysql
(Portage version: 2.1.1-r1)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/lighttpd/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.3.16.ebuild | 4 | ||||
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.11.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog index f008e8f0adc9..749462e68f4a 100644 --- a/www-servers/lighttpd/ChangeLog +++ b/www-servers/lighttpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/lighttpd # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.87 2006/11/23 19:54:19 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.88 2006/11/23 20:43:03 vivo Exp $ + + 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> lighttpd-1.3.16.ebuild, + lighttpd-1.4.11.ebuild: + dev-db/mysql => virtual/mysql 23 Nov 2006; Tobias Scherbaum <dertobi123@gentoo.org> lighttpd-1.4.11.ebuild: diff --git a/www-servers/lighttpd/lighttpd-1.3.16.ebuild b/www-servers/lighttpd/lighttpd-1.3.16.ebuild index 2878bb4a705b..37e707542d8c 100644 --- a/www-servers/lighttpd/lighttpd-1.3.16.ebuild +++ b/www-servers/lighttpd/lighttpd-1.3.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.3.16.ebuild,v 1.11 2006/03/20 22:10:35 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.3.16.ebuild,v 1.12 2006/11/23 20:43:03 vivo Exp $ inherit eutils depend.php @@ -20,7 +20,7 @@ RDEPEND="app-arch/bzip2 >=sys-libs/zlib-1.1 xattr? ( sys-apps/attr ) ldap? ( >=net-nds/openldap-2.1.26 ) - mysql? ( >=dev-db/mysql-4.0.0 ) + mysql? ( >=virtual/mysql-4.0 ) ssl? ( >=dev-libs/openssl-0.9.7 ) php? ( virtual/httpd-php diff --git a/www-servers/lighttpd/lighttpd-1.4.11.ebuild b/www-servers/lighttpd/lighttpd-1.4.11.ebuild index 5e1deef59f78..5869791e66ca 100644 --- a/www-servers/lighttpd/lighttpd-1.4.11.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.11.ebuild,v 1.15 2006/11/23 19:54:19 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.11.ebuild,v 1.16 2006/11/23 20:43:03 vivo Exp $ inherit eutils autotools depend.php @@ -10,7 +10,7 @@ SRC_URI="http://www.lighttpd.net/download/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="bzip2 doc fam fastcgi gdbm ipv6 ldap lua minimal memcache mysql pcre php rrdtool ssl test webdav xattr" RDEPEND=">=sys-libs/zlib-1.1 @@ -20,7 +20,7 @@ RDEPEND=">=sys-libs/zlib-1.1 ldap? ( >=net-nds/openldap-2.1.26 ) lua? ( dev-lang/lua ) memcache? ( dev-libs/libmemcache ) - mysql? ( >=dev-db/mysql-4.0.0 ) + mysql? ( >=virtual/mysql-4.0 ) pcre? ( >=dev-libs/libpcre-3.1 ) php? ( virtual/httpd-php |