diff options
author | Thilo Bangert <bangert@gentoo.org> | 2010-08-09 10:39:26 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2010-08-09 10:39:26 +0000 |
commit | 94afb6cecb273e4776f9f693f2083eaf209e32d8 (patch) | |
tree | 434490837dfa289c5f0005ed7e9ed467f092cb1e /www-servers/varnish | |
parent | Don't enable USE nautilus by default because it's enabled in gnome's desktop ... (diff) | |
download | gentoo-2-94afb6cecb273e4776f9f693f2083eaf209e32d8.tar.gz gentoo-2-94afb6cecb273e4776f9f693f2083eaf209e32d8.tar.bz2 gentoo-2-94afb6cecb273e4776f9f693f2083eaf209e32d8.zip |
remove old ebuilds - RESTRICT=test (#315725)
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'www-servers/varnish')
-rw-r--r-- | www-servers/varnish/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/varnish/varnish-2.0.4-r1.ebuild | 5 | ||||
-rw-r--r-- | www-servers/varnish/varnish-2.0.4.ebuild | 38 | ||||
-rw-r--r-- | www-servers/varnish/varnish-2.0.5.ebuild | 47 | ||||
-rw-r--r-- | www-servers/varnish/varnish-2.0.6.ebuild | 3 |
5 files changed, 10 insertions, 89 deletions
diff --git a/www-servers/varnish/ChangeLog b/www-servers/varnish/ChangeLog index fb465a7d0231..1672b21b0781 100644 --- a/www-servers/varnish/ChangeLog +++ b/www-servers/varnish/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/varnish # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.30 2010/04/13 09:20:39 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.31 2010/08/09 10:39:26 bangert Exp $ + + 09 Aug 2010; Thilo Bangert <bangert@gentoo.org> -varnish-2.0.4.ebuild, + varnish-2.0.4-r1.ebuild, -varnish-2.0.5.ebuild, varnish-2.0.6.ebuild: + remove old ebuilds - RESTRICT=test (#315725) *varnish-2.0.6 (13 Apr 2010) diff --git a/www-servers/varnish/varnish-2.0.4-r1.ebuild b/www-servers/varnish/varnish-2.0.4-r1.ebuild index 5dcd436f3e7e..34474b99fd8e 100644 --- a/www-servers/varnish/varnish-2.0.4-r1.ebuild +++ b/www-servers/varnish/varnish-2.0.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.4-r1.ebuild,v 1.4 2009/10/07 13:10:34 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-2.0.4-r1.ebuild,v 1.5 2010/08/09 10:39:26 bangert Exp $ EAPI="2" @@ -17,6 +17,7 @@ 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() { diff --git a/www-servers/varnish/varnish-2.0.4.ebuild b/www-servers/varnish/varnish-2.0.4.ebuild deleted file mode 100644 index 9bcb8e0d54d6..000000000000 --- a/www-servers/varnish/varnish-2.0.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-2.0.4.ebuild,v 1.2 2009/06/11 09:50:42 hollow 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" - -src_prepare() { - epatch "${FILESDIR}"/${P}-link-order.patch - epatch "${FILESDIR}"/${P}-virtual-ncsa.patch - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - newinitd "${FILESDIR}"/varnishd.initd varnishd || die - newconfd "${FILESDIR}"/varnishd.confd varnishd || die -} - -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.0.5.ebuild b/www-servers/varnish/varnish-2.0.5.ebuild deleted file mode 100644 index 0c51bb40d939..000000000000 --- a/www-servers/varnish/varnish-2.0.5.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-2.0.5.ebuild,v 1.1 2009/11/20 09:05:35 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" - -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.0.6.ebuild b/www-servers/varnish/varnish-2.0.6.ebuild index ab3403fcd816..d580ca1524d6 100644 --- a/www-servers/varnish/varnish-2.0.6.ebuild +++ b/www-servers/varnish/varnish-2.0.6.ebuild @@ -1,6 +1,6 @@ # 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.1 2010/04/13 09:20:39 bangert Exp $ +# $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" @@ -17,6 +17,7 @@ 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() { |