Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/anomy-sanitizer: anomy-sanitizer-1.76-r1.ebuild ChangeLog
Date: Thu, 28 Feb 2013 04:22:19
Message-Id: 20130228042214.D90A52171D@flycatcher.gentoo.org
1 mr_bones_ 13/02/28 04:22:14
2
3 Modified: anomy-sanitizer-1.76-r1.ebuild ChangeLog
4 Log:
5 quote ROOT
6
7 (Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.6 mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild?r1=1.5&r2=1.6
15
16 Index: anomy-sanitizer-1.76-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- anomy-sanitizer-1.76-r1.ebuild 4 Jun 2012 23:33:37 -0000 1.5
23 +++ anomy-sanitizer-1.76-r1.ebuild 28 Feb 2013 04:22:14 -0000 1.6
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild,v 1.5 2012/06/04 23:33:37 zmedico Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild,v 1.6 2013/02/28 04:22:14 mr_bones_ Exp $
30
31 EAPI=4
32 inherit eutils user
33 @@ -72,20 +72,20 @@
34 }
35
36 pkg_postinst() {
37 - chown -R sanitizer:sanitizer ${ROOT}/${SANI_WORKDIR}
38 - chmod -R a-rwx,g+X,u+rwX ${ROOT}/${SANI_WORKDIR}
39 - chown -R sanitizer:sanitizer ${ROOT}/${DEST}
40 - chmod -R a-rwx,g+rX,u+rX ${ROOT}/${DEST}
41 - chown sanitizer:sanitizer ${ROOT}/${SANI_CONFDIR}/anomy.conf
42 - chmod 0640 ${ROOT}/${SANI_CONFDIR}/anomy.conf
43 - chmod u+x ${ROOT}/${DEST}/bin/*.pl
44 - chmod u+x ${ROOT}/${DEST}/testcases/*.sh
45 - chmod u+w ${ROOT}/${DEST}/*
46 - chmod u+w ${ROOT}/${DEST}/bin
47 - chmod u+w ${ROOT}/${DEST}/bin/Anomy
48 - chmod u+w ${ROOT}/${DEST}/bin/Anomy/Sanitizer
49 - chmod u+w ${ROOT}/${DEST}/testcases
50 - chmod u+w ${ROOT}/${DEST}/testcases/results.def
51 + chown -R sanitizer:sanitizer "${ROOT}"/${SANI_WORKDIR}
52 + chmod -R a-rwx,g+X,u+rwX "${ROOT}"/${SANI_WORKDIR}
53 + chown -R sanitizer:sanitizer "${ROOT}"/${DEST}
54 + chmod -R a-rwx,g+rX,u+rX "${ROOT}"/${DEST}
55 + chown sanitizer:sanitizer "${ROOT}"/${SANI_CONFDIR}/anomy.conf
56 + chmod 0640 "${ROOT}"/${SANI_CONFDIR}/anomy.conf
57 + chmod u+x "${ROOT}"/${DEST}/bin/*.pl
58 + chmod u+x "${ROOT}"/${DEST}/testcases/*.sh
59 + chmod u+w "${ROOT}"/${DEST}/*
60 + chmod u+w "${ROOT}"/${DEST}/bin
61 + chmod u+w "${ROOT}"/${DEST}/bin/Anomy
62 + chmod u+w "${ROOT}"/${DEST}/bin/Anomy/Sanitizer
63 + chmod u+w "${ROOT}"/${DEST}/testcases
64 + chmod u+w "${ROOT}"/${DEST}/testcases/results.def
65
66 elog ""
67 elog "There is a howto for the integration of sanitizer"
68
69
70
71 1.19 mail-filter/anomy-sanitizer/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/anomy-sanitizer/ChangeLog?rev=1.19&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/anomy-sanitizer/ChangeLog?rev=1.19&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/anomy-sanitizer/ChangeLog?r1=1.18&r2=1.19
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/ChangeLog,v
80 retrieving revision 1.18
81 retrieving revision 1.19
82 diff -u -r1.18 -r1.19
83 --- ChangeLog 4 Jun 2012 23:33:37 -0000 1.18
84 +++ ChangeLog 28 Feb 2013 04:22:14 -0000 1.19
85 @@ -1,6 +1,10 @@
86 # ChangeLog for mail-filter/anomy-sanitizer
87 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/ChangeLog,v 1.18 2012/06/04 23:33:37 zmedico Exp $
89 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
90 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/ChangeLog,v 1.19 2013/02/28 04:22:14 mr_bones_ Exp $
91 +
92 + 28 Feb 2013; Michael Sterrett <mr_bones_@g.o>
93 + anomy-sanitizer-1.76-r1.ebuild:
94 + quote ROOT
95
96 04 Jun 2012; Zac Medico <zmedico@g.o> anomy-sanitizer-1.76-r1.ebuild:
97 inherit user for enewgroup and enewuser
98 @@ -81,4 +85,3 @@
99 files/sample_e-mail-architektur.flw, files/sample_mailfiler.sh:
100 Anomy-sanitizer mail filter, originally posted by Thiemo Kellner
101 <thiemo@×××××.ch> and worked on by Alessandro Pisani <alextxm@×××.it>.
102 -