Gentoo Archives: gentoo-commits

From: "JosA MarAa Alonso (nimiux)" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/thttpd: thttpd-2.27.0.ebuild ChangeLog
Date: Mon, 02 Mar 2015 17:21:21
Message-Id: 20150302172117.DCB4D12E41@oystercatcher.gentoo.org
1 nimiux 15/03/02 17:21:17
2
3 Modified: thttpd-2.27.0.ebuild ChangeLog
4 Log:
5 Add missing || die (bug #535694 comment #4
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key F253DB15)
8
9 Revision Changes Path
10 1.5 www-servers/thttpd/thttpd-2.27.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/thttpd-2.27.0.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/thttpd-2.27.0.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/thttpd-2.27.0.ebuild?r1=1.4&r2=1.5
15
16 Index: thttpd-2.27.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/thttpd/thttpd-2.27.0.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- thttpd-2.27.0.ebuild 2 Mar 2015 09:27:07 -0000 1.4
23 +++ thttpd-2.27.0.ebuild 2 Mar 2015 17:21:17 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/thttpd-2.27.0.ebuild,v 1.4 2015/03/02 09:27:07 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/thttpd-2.27.0.ebuild,v 1.5 2015/03/02 17:21:17 nimiux Exp $
29
30 EAPI="5"
31
32 @@ -44,7 +44,7 @@
33
34 src_prepare() {
35 epatch "${FILESDIR}"/thttpd-renamed-htpasswd.patch
36 - mv "${S}"/extras/{htpasswd.c,th_htpasswd.c}
37 + mv "${S}"/extras/{htpasswd.c,th_htpasswd.c} || die
38 eautoreconf -f -i
39 }
40
41 @@ -67,8 +67,8 @@
42 #move htdocs to docdir, bug #429632
43 docompress -x /usr/share/doc/"${PF}"/htdocs.dist
44 mv "${ED}"${WEBROOT}/htdocs \
45 - "${ED}"/usr/share/doc/"${PF}"/htdocs.dist
46 - mkdir "${ED}"${WEBROOT}/htdocs
47 + "${ED}"/usr/share/doc/"${PF}"/htdocs.dist || die
48 + mkdir "${ED}"${WEBROOT}/htdocs || die
49
50 keepdir ${WEBROOT}/htdocs
51
52
53
54
55 1.83 www-servers/thttpd/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/ChangeLog?rev=1.83&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/ChangeLog?rev=1.83&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/ChangeLog?r1=1.82&r2=1.83
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v
64 retrieving revision 1.82
65 retrieving revision 1.83
66 diff -u -r1.82 -r1.83
67 --- ChangeLog 2 Mar 2015 09:27:07 -0000 1.82
68 +++ ChangeLog 2 Mar 2015 17:21:17 -0000 1.83
69 @@ -1,6 +1,9 @@
70 # ChangeLog for www-servers/thttpd
71 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v 1.82 2015/03/02 09:27:07 ago Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v 1.83 2015/03/02 17:21:17 nimiux Exp $
74 +
75 + 02 Mar 2015; Chema Alonso <nimiux@g.o> thttpd-2.27.0.ebuild:
76 + Add missing || die (bug #535694 comment #4
77
78 02 Mar 2015; Agostino Sarubbo <ago@g.o> thttpd-2.27.0.ebuild:
79 Stable for ppc, wrt bug #535694