diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-11-28 05:45:54 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-11-28 05:45:54 +0000 |
commit | 23b718d8d193d9c4a7ba3f0e7ead7e93cd2342cc (patch) | |
tree | f212909430730b5f54feb489b87127666c16d617 /www-servers/varnish | |
parent | Fix autotools-utils usage (bug #392137). Fix python module CFLAGS handling. (diff) | |
download | gentoo-2-23b718d8d193d9c4a7ba3f0e7ead7e93cd2342cc.tar.gz gentoo-2-23b718d8d193d9c4a7ba3f0e7ead7e93cd2342cc.tar.bz2 gentoo-2-23b718d8d193d9c4a7ba3f0e7ead7e93cd2342cc.zip |
Fix autotools-utils usage (bug #392131).
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'www-servers/varnish')
-rw-r--r-- | www-servers/varnish/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/varnish/varnish-3.0.2.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/www-servers/varnish/ChangeLog b/www-servers/varnish/ChangeLog index 84b210dda628..370ccdccdf7f 100644 --- a/www-servers/varnish/ChangeLog +++ b/www-servers/varnish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/varnish # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.38 2011/11/05 08:48:33 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.39 2011/11/28 05:45:54 radhermit Exp $ + + 28 Nov 2011; Tim Harder <radhermit@gentoo.org> varnish-3.0.2.ebuild: + Fix autotools-utils usage (bug #392131). *varnish-3.0.2 (05 Nov 2011) diff --git a/www-servers/varnish/varnish-3.0.2.ebuild b/www-servers/varnish/varnish-3.0.2.ebuild index 3629fb0e032a..1b9e2e808b68 100644 --- a/www-servers/varnish/varnish-3.0.2.ebuild +++ b/www-servers/varnish/varnish-3.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-3.0.2.ebuild,v 1.1 2011/11/05 08:48:33 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-3.0.2.ebuild,v 1.2 2011/11/28 05:45:54 radhermit Exp $ EAPI="4" @@ -21,11 +21,10 @@ DEPEND="dev-python/docutils" RESTRICT="test" #315725 -AUTOTOOLS_IN_SOURCE_BUILD=1 +DOCS=( README doc/changes.rst ) src_install() { - emake DESTDIR="${D}" install - remove_libtool_files all + autotools-utils_src_install newinitd "${FILESDIR}"/varnishd.initd varnishd newconfd "${FILESDIR}"/varnishd.confd varnishd |