Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/thttpd: thttpd-2.26.4-r1.ebuild ChangeLog
Date: Thu, 22 Nov 2012 14:34:19
Message-Id: 20121122143407.E135220C65@flycatcher.gentoo.org
1 blueness 12/11/22 14:34:07
2
3 Modified: thttpd-2.26.4-r1.ebuild ChangeLog
4 Log:
5 Move chown/chmod to src_install, where they belong, bug #444183
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.8 www-servers/thttpd/thttpd-2.26.4-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/thttpd-2.26.4-r1.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/thttpd-2.26.4-r1.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/thttpd-2.26.4-r1.ebuild?r1=1.7&r2=1.8
15
16 Index: thttpd-2.26.4-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/thttpd/thttpd-2.26.4-r1.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- thttpd-2.26.4-r1.ebuild 21 Nov 2012 10:14:17 -0000 1.7
23 +++ thttpd-2.26.4-r1.ebuild 22 Nov 2012 14:34:07 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 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.26.4-r1.ebuild,v 1.7 2012/11/21 10:14:17 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/thttpd-2.26.4-r1.ebuild,v 1.8 2012/11/22 14:34:07 blueness Exp $
29
30 EAPI="4"
31
32 @@ -58,13 +58,11 @@
33 mkdir "${ED}"${WEBROOT}/htdocs
34
35 keepdir ${WEBROOT}/htdocs
36 -}
37
38 -pkg_postinst() {
39 - chown root:${THTTPD_GROUP} "${EROOT}/usr/sbin/makeweb" \
40 + chown root:${THTTPD_GROUP} "${ED}/usr/sbin/makeweb" \
41 || die "Failed chown makeweb"
42 - chmod 2751 "${EROOT}/usr/sbin/makeweb" \
43 + chmod 2751 "${ED}/usr/sbin/makeweb" \
44 || die "Failed chmod makeweb"
45 - chmod 755 "${EROOT}/usr/share/doc/${PF}/htdocs.dist/cgi-bin/printenv" \
46 + chmod 755 "${ED}/usr/share/doc/${PF}/htdocs.dist/cgi-bin/printenv" \
47 || die "Failed chmod printenv"
48 }
49
50
51
52 1.53 www-servers/thttpd/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/ChangeLog?rev=1.53&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/ChangeLog?rev=1.53&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thttpd/ChangeLog?r1=1.52&r2=1.53
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v
61 retrieving revision 1.52
62 retrieving revision 1.53
63 diff -u -r1.52 -r1.53
64 --- ChangeLog 21 Nov 2012 10:14:17 -0000 1.52
65 +++ ChangeLog 22 Nov 2012 14:34:07 -0000 1.53
66 @@ -1,6 +1,9 @@
67 # ChangeLog for www-servers/thttpd
68 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v 1.52 2012/11/21 10:14:17 ago Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/www-servers/thttpd/ChangeLog,v 1.53 2012/11/22 14:34:07 blueness Exp $
71 +
72 + 22 Nov 2012; Anthony G. Basile <blueness@g.o> thttpd-2.26.4-r1.ebuild:
73 + Move chown/chmod to src_install, where they belong, bug #444183
74
75 21 Nov 2012; Agostino Sarubbo <ago@g.o> thttpd-2.26.4-r1.ebuild:
76 Stable for x86, wrt bug #441548