Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/nginx: nginx-1.0.8.ebuild ChangeLog nginx-1.1.6.ebuild
Date: Mon, 31 Oct 2011 06:27:42
Message-Id: 20111031062730.E470C2004B@flycatcher.gentoo.org
1 hollow 11/10/31 06:27:30
2
3 Modified: nginx-1.0.8.ebuild ChangeLog nginx-1.1.6.ebuild
4 Log:
5 fix location of README for cache purge module
6
7 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 www-servers/nginx/nginx-1.0.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/nginx-1.0.8.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/nginx-1.0.8.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/nginx-1.0.8.ebuild?r1=1.2&r2=1.3
15
16 Index: nginx-1.0.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-1.0.8.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- nginx-1.0.8.ebuild 28 Oct 2011 08:02:27 -0000 1.2
23 +++ nginx-1.0.8.ebuild 31 Oct 2011 06:27:30 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-1.0.8.ebuild,v 1.2 2011/10/28 08:02:27 hollow Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-1.0.8.ebuild,v 1.3 2011/10/31 06:27:30 hollow Exp $
29
30 EAPI="4"
31
32 @@ -317,7 +317,7 @@
33
34 if use nginx_modules_http_cache_purge; then
35 docinto ${HTTP_CACHE_PURGE_MODULE_P}
36 - dodoc "${WORKDIR}"/${HTTP_CACHE_PURGE_MODULE_P}/{CHANGES,README}
37 + dodoc "${WORKDIR}"/${HTTP_CACHE_PURGE_MODULE_P}/{CHANGES,README.md,TODO.md}
38 fi
39
40 if use nginx_modules_http_upload; then
41
42
43
44 1.295 www-servers/nginx/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/ChangeLog?rev=1.295&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/ChangeLog?rev=1.295&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/ChangeLog?r1=1.294&r2=1.295
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/www-servers/nginx/ChangeLog,v
53 retrieving revision 1.294
54 retrieving revision 1.295
55 diff -u -r1.294 -r1.295
56 --- ChangeLog 28 Oct 2011 08:02:27 -0000 1.294
57 +++ ChangeLog 31 Oct 2011 06:27:30 -0000 1.295
58 @@ -1,6 +1,10 @@
59 # ChangeLog for www-servers/nginx
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/ChangeLog,v 1.294 2011/10/28 08:02:27 hollow Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/ChangeLog,v 1.295 2011/10/31 06:27:30 hollow Exp $
63 +
64 + 31 Oct 2011; Benedikt Böhm <hollow@g.o> nginx-1.0.8.ebuild,
65 + nginx-1.1.6.ebuild:
66 + fix location of README for cache purge module
67
68 28 Oct 2011; Benedikt Böhm <hollow@g.o> nginx-1.0.8.ebuild,
69 nginx-1.1.6.ebuild:
70
71
72
73 1.3 www-servers/nginx/nginx-1.1.6.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/nginx-1.1.6.ebuild?rev=1.3&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/nginx-1.1.6.ebuild?rev=1.3&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/nginx/nginx-1.1.6.ebuild?r1=1.2&r2=1.3
78
79 Index: nginx-1.1.6.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-1.1.6.ebuild,v
82 retrieving revision 1.2
83 retrieving revision 1.3
84 diff -u -r1.2 -r1.3
85 --- nginx-1.1.6.ebuild 28 Oct 2011 08:02:27 -0000 1.2
86 +++ nginx-1.1.6.ebuild 31 Oct 2011 06:27:30 -0000 1.3
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2011 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-1.1.6.ebuild,v 1.2 2011/10/28 08:02:27 hollow Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-1.1.6.ebuild,v 1.3 2011/10/31 06:27:30 hollow Exp $
92
93 EAPI="4"
94
95 @@ -317,7 +317,7 @@
96
97 if use nginx_modules_http_cache_purge; then
98 docinto ${HTTP_CACHE_PURGE_MODULE_P}
99 - dodoc "${WORKDIR}"/${HTTP_CACHE_PURGE_MODULE_P}/{CHANGES,README}
100 + dodoc "${WORKDIR}"/${HTTP_CACHE_PURGE_MODULE_P}/{CHANGES,README.md,TODO.md}
101 fi
102
103 if use nginx_modules_http_upload; then