diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-07-20 13:56:02 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-07-20 13:56:02 +0000 |
commit | 7fe74b6122ff172de04f20dab700a4a2184706ae (patch) | |
tree | 78ac1c13a56bc29fe91f8ac2353160cae988ada4 /www-servers | |
parent | remove i2c-hwmon, libnvidia-cfg, nvidia-xconfig, and README.txt from 7185 sin... (diff) | |
download | gentoo-2-7fe74b6122ff172de04f20dab700a4a2184706ae.tar.gz gentoo-2-7fe74b6122ff172de04f20dab700a4a2184706ae.tar.bz2 gentoo-2-7fe74b6122ff172de04f20dab700a4a2184706ae.zip |
And use PVR too
(Portage version: 2.1.2.9)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/lighttpd/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.15-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog index 019ee2397b6b..404c781a64a0 100644 --- a/www-servers/lighttpd/ChangeLog +++ b/www-servers/lighttpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/lighttpd # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.124 2007/07/20 13:50:52 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.125 2007/07/20 13:56:02 gustavoz Exp $ + + 20 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org> + lighttpd-1.4.15-r1.ebuild: + And use PVR too 20 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org> +files/1.4.15-r1/03_all_lighttpd-1.4.11-errorlog-pipe.diff, diff --git a/www-servers/lighttpd/lighttpd-1.4.15-r1.ebuild b/www-servers/lighttpd/lighttpd-1.4.15-r1.ebuild index d664a328ac52..a246e2423eda 100644 --- a/www-servers/lighttpd/lighttpd-1.4.15-r1.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.15-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.15-r1.ebuild,v 1.2 2007/07/20 13:50:52 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.15-r1.ebuild,v 1.3 2007/07/20 13:56:02 gustavoz Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=latest @@ -98,7 +98,7 @@ src_unpack() { unpack ${A} cd ${S} - EPATCH_SUFFIX="diff" EPATCH_OPTS="-l" epatch ${FILESDIR}/${PV} || die "Patching failed!" + EPATCH_SUFFIX="diff" EPATCH_OPTS="-l" epatch ${FILESDIR}/${PVR} || die "Patching failed!" eautoreconf || die |