Gentoo Archives: gentoo-commits

From: "Thilo Bangert (bangert)" <bangert@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/varnish: ChangeLog varnish-1.1.2.ebuild
Date: Fri, 21 Dec 2007 22:26:33
Message-Id: E1J5qJy-0004Tm-Sx@stork.gentoo.org
1 bangert 07/12/21 22:26:22
2
3 Modified: ChangeLog
4 Added: varnish-1.1.2.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.12 www-servers/varnish/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/varnish/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/varnish/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/varnish/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 21 Aug 2007 06:40:13 -0000 1.11
23 +++ ChangeLog 21 Dec 2007 22:26:22 -0000 1.12
24 @@ -1,6 +1,11 @@
25 # ChangeLog for www-servers/varnish
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.11 2007/08/21 06:40:13 bangert Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.12 2007/12/21 22:26:22 bangert Exp $
29 +
30 +*varnish-1.1.2 (21 Dec 2007)
31 +
32 + 21 Dec 2007; Thilo Bangert <bangert@g.o> +varnish-1.1.2.ebuild:
33 + version bump
34
35 *varnish-1.1.1 (21 Aug 2007)
36
37
38
39
40 1.1 www-servers/varnish/varnish-1.1.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/varnish/varnish-1.1.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/varnish/varnish-1.1.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: varnish-1.1.2.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-1.1.2.ebuild,v 1.1 2007/12/21 22:26:22 bangert Exp $
50
51 inherit eutils
52 DESCRIPTION="Varnish is an HTTP accelerator"
53 HOMEPAGE="http://varnish.linpro.no/"
54 SRC_URI="mirror://sourceforge/varnish/${P}.tar.gz"
55
56 LICENSE="BSD-2"
57 SLOT="0"
58 KEYWORDS="~x86"
59 IUSE=""
60
61 src_compile() {
62 econf || die "econf failed"
63 emake || die "emake failed"
64 }
65
66 src_install() {
67 emake DESTDIR="${D}" install || die "emake install failed"
68 newinitd "${FILESDIR}"/varnishd.initd varnishd || die
69 newconfd "${FILESDIR}"/varnishd.confd varnishd || die
70 }
71
72 pkg_postinst () {
73 elog "No demo-/sample-configfile is included in the distribution -"
74 elog "please read the man-page for more info."
75 elog "A sample (localhost:8080 -> localhost:80) for gentoo is given in"
76 elog " /etc/conf.d/varnishd"
77 echo
78 }
79
80
81
82 --
83 gentoo-commits@g.o mailing list