Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/popfile: popfile-1.0.1.ebuild
Date: Wed, 10 Sep 2008 15:45:12
Message-Id: E1KdRsS-0006w2-VS@stork.gentoo.org
1 darkside 08/09/10 15:45:08
2
3 Modified: popfile-1.0.1.ebuild
4 Log:
5 (non-maintainer commit) Fixed fperms line for bug 234417, comment #1.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.22-gentoo-r2 i686)
7
8 Revision Changes Path
9 1.2 mail-filter/popfile/popfile-1.0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/popfile/popfile-1.0.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/popfile/popfile-1.0.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/popfile/popfile-1.0.1.ebuild?r1=1.1&r2=1.2
14
15 Index: popfile-1.0.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-filter/popfile/popfile-1.0.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- popfile-1.0.1.ebuild 22 Jun 2008 20:03:53 -0000 1.1
22 +++ popfile-1.0.1.ebuild 10 Sep 2008 15:45:08 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/popfile/popfile-1.0.1.ebuild,v 1.1 2008/06/22 20:03:53 darkside Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/popfile/popfile-1.0.1.ebuild,v 1.2 2008/09/10 15:45:08 darkside Exp $
28
29 DESCRIPTION="Anti-spam bayesian filter"
30 HOMEPAGE="http://getpopfile.org"
31 @@ -36,6 +36,6 @@
32 rm -rf manual *.change license
33 insinto /usr/share/${PN}
34 doins -r *
35 - fperms 755 /usr/share/${PN}/*.pl
36 + fperms 755 /usr/share/${PN}/{popfile,insert,pipe,bayes}.pl
37 dosbin "${FILESDIR}"/${PN}
38 }