diff options
author | Thilo Bangert <bangert@gentoo.org> | 2008-10-23 19:34:24 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2008-10-23 19:34:24 +0000 |
commit | 03185c61c0c71d9ffcc98c89366425570cd2a943 (patch) | |
tree | 7cc88c79c54e1e2c07569ff4d725470d503ff16c /www-servers | |
parent | amd64/x86 stable, bug #243116 (diff) | |
download | gentoo-2-03185c61c0c71d9ffcc98c89366425570cd2a943.tar.gz gentoo-2-03185c61c0c71d9ffcc98c89366425570cd2a943.tar.bz2 gentoo-2-03185c61c0c71d9ffcc98c89366425570cd2a943.zip |
remove old versions
(Portage version: 2.1.4.5)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/varnish/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/varnish/varnish-1.0.4.ebuild | 32 | ||||
-rw-r--r-- | www-servers/varnish/varnish-1.1.1.ebuild | 32 |
3 files changed, 5 insertions, 65 deletions
diff --git a/www-servers/varnish/ChangeLog b/www-servers/varnish/ChangeLog index 7caf87d7cea2..ca6079966b6d 100644 --- a/www-servers/varnish/ChangeLog +++ b/www-servers/varnish/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/varnish # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.16 2008/10/23 19:30:05 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.17 2008/10/23 19:34:24 bangert Exp $ + + 23 Oct 2008; Thilo Bangert <bangert@gentoo.org> -varnish-1.0.4.ebuild, + -varnish-1.1.1.ebuild: + remove old versions *varnish-2.0.1-r1 (23 Oct 2008) diff --git a/www-servers/varnish/varnish-1.0.4.ebuild b/www-servers/varnish/varnish-1.0.4.ebuild deleted file mode 100644 index 8f310d00c0de..000000000000 --- a/www-servers/varnish/varnish-1.0.4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-1.0.4.ebuild,v 1.3 2007/12/21 22:39:22 bangert Exp $ - -inherit eutils -DESCRIPTION="Varnish is an HTTP accelerator" -HOMEPAGE="http://varnish.linpro.no/" -SRC_URI="mirror://sourceforge/varnish/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - -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-1.1.1.ebuild b/www-servers/varnish/varnish-1.1.1.ebuild deleted file mode 100644 index 0359bca50d8c..000000000000 --- a/www-servers/varnish/varnish-1.1.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-1.1.1.ebuild,v 1.2 2007/12/21 22:39:22 bangert Exp $ - -inherit eutils -DESCRIPTION="Varnish is an HTTP accelerator" -HOMEPAGE="http://varnish.linpro.no/" -SRC_URI="mirror://sourceforge/varnish/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - -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 -} |