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.0.4.ebuild varnish-1.1.1.ebuild varnish-1.1.ebuild
Date: Fri, 21 Dec 2007 22:39:27
Message-Id: E1J5qWY-0004dN-Op@stork.gentoo.org
1 bangert 07/12/21 22:39:22
2
3 Modified: ChangeLog varnish-1.0.4.ebuild varnish-1.1.1.ebuild
4 Removed: varnish-1.1.ebuild
5 Log:
6 remove old version - fix quoting
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.13 www-servers/varnish/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/varnish/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/varnish/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/varnish/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 21 Dec 2007 22:26:22 -0000 1.12
23 +++ ChangeLog 21 Dec 2007 22:39:22 -0000 1.13
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.12 2007/12/21 22:26:22 bangert Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.13 2007/12/21 22:39:22 bangert Exp $
29 +
30 + 21 Dec 2007; Thilo Bangert <bangert@g.o>
31 + -files/varnish-1.1-build-DESTDIR.patch, varnish-1.0.4.ebuild,
32 + -varnish-1.1.ebuild, varnish-1.1.1.ebuild:
33 + remove old version - fix quoting
34
35 *varnish-1.1.2 (21 Dec 2007)
36
37
38
39
40 1.3 www-servers/varnish/varnish-1.0.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/varnish/varnish-1.0.4.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/varnish/varnish-1.0.4.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/varnish/varnish-1.0.4.ebuild?r1=1.2&r2=1.3
45
46 Index: varnish-1.0.4.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-1.0.4.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- varnish-1.0.4.ebuild 15 Jul 2007 00:12:16 -0000 1.2
53 +++ varnish-1.0.4.ebuild 21 Dec 2007 22:39:22 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2007 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-1.0.4.ebuild,v 1.2 2007/07/15 00:12:16 mr_bones_ Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-1.0.4.ebuild,v 1.3 2007/12/21 22:39:22 bangert Exp $
59
60 inherit eutils
61 DESCRIPTION="Varnish is an HTTP accelerator"
62 @@ -19,8 +19,8 @@
63
64 src_install() {
65 emake DESTDIR="${D}" install || die "emake install failed"
66 - newinitd ${FILESDIR}/varnishd.initd varnishd || die
67 - newconfd ${FILESDIR}/varnishd.confd varnishd || die
68 + newinitd "${FILESDIR}"/varnishd.initd varnishd || die
69 + newconfd "${FILESDIR}"/varnishd.confd varnishd || die
70 }
71
72 pkg_postinst () {
73
74
75
76 1.2 www-servers/varnish/varnish-1.1.1.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/varnish/varnish-1.1.1.ebuild?rev=1.2&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/varnish/varnish-1.1.1.ebuild?rev=1.2&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/varnish/varnish-1.1.1.ebuild?r1=1.1&r2=1.2
81
82 Index: varnish-1.1.1.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-1.1.1.ebuild,v
85 retrieving revision 1.1
86 retrieving revision 1.2
87 diff -u -r1.1 -r1.2
88 --- varnish-1.1.1.ebuild 21 Aug 2007 06:40:13 -0000 1.1
89 +++ varnish-1.1.1.ebuild 21 Dec 2007 22:39:22 -0000 1.2
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2007 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-1.1.1.ebuild,v 1.1 2007/08/21 06:40:13 bangert Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-1.1.1.ebuild,v 1.2 2007/12/21 22:39:22 bangert Exp $
95
96 inherit eutils
97 DESCRIPTION="Varnish is an HTTP accelerator"
98 @@ -19,8 +19,8 @@
99
100 src_install() {
101 emake DESTDIR="${D}" install || die "emake install failed"
102 - newinitd ${FILESDIR}/varnishd.initd varnishd || die
103 - newconfd ${FILESDIR}/varnishd.confd varnishd || die
104 + newinitd "${FILESDIR}"/varnishd.initd varnishd || die
105 + newconfd "${FILESDIR}"/varnishd.confd varnishd || die
106 }
107
108 pkg_postinst () {
109
110
111
112 --
113 gentoo-commits@g.o mailing list