diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-12-14 20:06:42 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-12-14 20:06:42 +0000 |
commit | 036e66ad9d245c9bc18803d21b5b3b5d81ead3d0 (patch) | |
tree | cd032eefaf052067c521432c04dcafc5f2af2d96 /www-servers/varnish | |
parent | Stable for AMD64, wrt bug #394275 (diff) | |
download | gentoo-2-036e66ad9d245c9bc18803d21b5b3b5d81ead3d0.tar.gz gentoo-2-036e66ad9d245c9bc18803d21b5b3b5d81ead3d0.tar.bz2 gentoo-2-036e66ad9d245c9bc18803d21b5b3b5d81ead3d0.zip |
Remove old.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'www-servers/varnish')
-rw-r--r-- | www-servers/varnish/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/varnish/varnish-2.0.6.ebuild | 48 | ||||
-rw-r--r-- | www-servers/varnish/varnish-2.1.3.ebuild | 44 | ||||
-rw-r--r-- | www-servers/varnish/varnish-2.1.4.ebuild | 49 | ||||
-rw-r--r-- | www-servers/varnish/varnish-3.0.0.ebuild | 43 |
5 files changed, 5 insertions, 185 deletions
diff --git a/www-servers/varnish/ChangeLog b/www-servers/varnish/ChangeLog index 370ccdccdf7f..20a25b306321 100644 --- a/www-servers/varnish/ChangeLog +++ b/www-servers/varnish/ChangeLog @@ -1,6 +1,10 @@ # 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.39 2011/11/28 05:45:54 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.40 2011/12/14 20:06:42 radhermit Exp $ + + 14 Dec 2011; Tim Harder <radhermit@gentoo.org> -varnish-2.0.6.ebuild, + -varnish-2.1.3.ebuild, -varnish-2.1.4.ebuild, -varnish-3.0.0.ebuild: + Remove old. 28 Nov 2011; Tim Harder <radhermit@gentoo.org> varnish-3.0.2.ebuild: Fix autotools-utils usage (bug #392131). diff --git a/www-servers/varnish/varnish-2.0.6.ebuild b/www-servers/varnish/varnish-2.0.6.ebuild deleted file mode 100644 index d580ca1524d6..000000000000 --- a/www-servers/varnish/varnish-2.0.6.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-2.0.6.ebuild,v 1.2 2010/08/09 10:39:26 bangert Exp $ - -EAPI="2" - -inherit autotools - -DESCRIPTION="Varnish is a state-of-the-art, high-performance HTTP accelerator." -HOMEPAGE="http://varnish.projects.linpro.no/" -SRC_URI="mirror://sourceforge/varnish/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -#varnish compiles stuff at run time -RDEPEND="sys-devel/gcc" - -RESTRICT="test" #315725 -HTTP_HDR_MAX_VAL=${HTTP_HDR_MAX_VAL:-32} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.0.4-link-order.patch - epatch "${FILESDIR}"/${PN}-2.0.4-virtual-ncsa.patch - sed -e "s/#define HTTP_HDR_MAX_VAL .*/#define HTTP_HDR_MAX_VAL ${HTTP_HDR_MAX_VAL}/" \ - -i bin/varnishd/cache.h - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - newinitd "${FILESDIR}"/varnishd.initd varnishd || die - newconfd "${FILESDIR}"/varnishd.confd varnishd || die - - insinto /etc/logrotate.d - newins "${FILESDIR}/varnishd.logrotate" varnishd - - dodir /var/log/varnish -} - -pkg_postinst () { - elog "No demo-/sample-configfile is included in the distribution -" - elog "please read the man-page for more info." - elog "A sample (localhost:8080 -> localhost:80) for gentoo is given in" - elog " /etc/conf.d/varnishd" - echo -} diff --git a/www-servers/varnish/varnish-2.1.3.ebuild b/www-servers/varnish/varnish-2.1.3.ebuild deleted file mode 100644 index 97efda6c3ad9..000000000000 --- a/www-servers/varnish/varnish-2.1.3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-2.1.3.ebuild,v 1.1 2010/10/21 20:31:50 bangert Exp $ - -EAPI="3" - -inherit eutils - -DESCRIPTION="Varnish is a state-of-the-art, high-performance HTTP accelerator." -HOMEPAGE="http://www.varnish-cache.org/" -SRC_URI="http://www.varnish-software.com/sites/default/files/${P}.tar.gz" -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -#varnish compiles stuff at run time -RDEPEND="sys-devel/gcc" - -RESTRICT="test" #315725 - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.0.4-virtual-ncsa.patch -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - newinitd "${FILESDIR}"/varnishd.initd varnishd || die - newconfd "${FILESDIR}"/varnishd.confd varnishd || die - - insinto /etc/logrotate.d - newins "${FILESDIR}/varnishd.logrotate" varnishd - - dodir /var/log/varnish -} - -pkg_postinst () { - elog "No demo-/sample-configfile is included in the distribution -" - elog "please read the man-page for more info." - elog "A sample (localhost:8080 -> localhost:80) for gentoo is given in" - elog " /etc/conf.d/varnishd" - echo - ewarn "Varnish 2.1.x introduces VCL changes wrt. 2.0.x. See also" - ewarn "http://www.varnish-cache.org/docs/2.1/reference/vcl.html" -} diff --git a/www-servers/varnish/varnish-2.1.4.ebuild b/www-servers/varnish/varnish-2.1.4.ebuild deleted file mode 100644 index a6e509983d3b..000000000000 --- a/www-servers/varnish/varnish-2.1.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-2.1.4.ebuild,v 1.1 2010/10/21 21:43:30 bangert Exp $ - -EAPI="3" - -inherit eutils autotools - -DESCRIPTION="Varnish is a state-of-the-art, high-performance HTTP accelerator." -HOMEPAGE="http://www.varnish-cache.org/" -SRC_URI="http://www.varnish-software.com/sites/default/files/${P}.tar.gz" -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" -#varnish compiles stuff at run time -RDEPEND="sys-devel/gcc" -DEPEND="dev-python/docutils" - -RESTRICT="test" #315725 - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.1.4-virtual-ncsa.patch - epatch "${FILESDIR}"/${PN}-2.1.4-find-rst2man.py.patch - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - newinitd "${FILESDIR}"/varnishd.initd varnishd || die - newconfd "${FILESDIR}"/varnishd.confd varnishd || die - - insinto /etc/logrotate.d - newins "${FILESDIR}/varnishd.logrotate" varnishd - - dodir /var/log/varnish - - use doc && dohtml -r "doc/sphinx/=build/html/" -} - -pkg_postinst () { - elog "No demo-/sample-configfile is included in the distribution -" - elog "please read the man-page for more info." - elog "A sample (localhost:8080 -> localhost:80) for gentoo is given in" - elog " /etc/conf.d/varnishd" - echo - ewarn "Varnish 2.1.x introduces VCL changes wrt. 2.0.x. See also" - ewarn "http://www.varnish-cache.org/docs/2.1/reference/vcl.html" -} diff --git a/www-servers/varnish/varnish-3.0.0.ebuild b/www-servers/varnish/varnish-3.0.0.ebuild deleted file mode 100644 index 9c94b0455c46..000000000000 --- a/www-servers/varnish/varnish-3.0.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# 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.0.ebuild,v 1.1 2011/07/30 22:27:28 patrick Exp $ - -EAPI="3" - -inherit eutils autotools - -DESCRIPTION="Varnish is a state-of-the-art, high-performance HTTP accelerator." -HOMEPAGE="http://www.varnish-cache.org/" -SRC_URI="http://repo.varnish-cache.org/source/${P}.tar.gz" -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" -#varnish compiles stuff at run time -RDEPEND="sys-devel/gcc" -DEPEND="dev-python/docutils" - -RESTRICT="test" #315725 - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - newinitd "${FILESDIR}"/varnishd.initd varnishd || die - newconfd "${FILESDIR}"/varnishd.confd varnishd || die - - insinto /etc/logrotate.d - newins "${FILESDIR}/varnishd.logrotate" varnishd - - dodir /var/log/varnish - - use doc && dohtml -r "doc/sphinx/=build/html/" -} - -pkg_postinst () { - elog "No demo-/sample-configfile is included in the distribution -" - elog "please read the man-page for more info." - elog "A sample (localhost:8080 -> localhost:80) for gentoo is given in" - elog " /etc/conf.d/varnishd" - echo - ewarn "Varnish 2.1.x introduces VCL changes wrt. 2.0.x. See also" - ewarn "http://www.varnish-cache.org/docs/2.1/reference/vcl.html" -} |