Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/popfile: popfile-1.1.1.ebuild
Date: Thu, 07 Jan 2010 16:12:16
Message-Id: E1NSuy6-00033D-23@stork.gentoo.org
1 ssuominen 10/01/07 16:12:14
2
3 Modified: popfile-1.1.1.ebuild
4 Log:
5 fail
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 mail-filter/popfile/popfile-1.1.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/popfile/popfile-1.1.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/popfile/popfile-1.1.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/popfile/popfile-1.1.1.ebuild?r1=1.1&r2=1.2
14
15 Index: popfile-1.1.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-filter/popfile/popfile-1.1.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- popfile-1.1.1.ebuild 7 Jan 2010 16:05:18 -0000 1.1
22 +++ popfile-1.1.1.ebuild 7 Jan 2010 16:12:13 -0000 1.2
23 @@ -1,7 +1,8 @@
24 # Copyright 1999-2010 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.1.1.ebuild,v 1.1 2010/01/07 16:05:18 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/popfile/popfile-1.1.1.ebuild,v 1.2 2010/01/07 16:12:13 ssuominen Exp $
28
29 +EAPI=2
30 inherit eutils
31
32 DESCRIPTION="Anti-spam bayesian filter"
33 @@ -32,6 +33,13 @@
34
35 DEPEND="app-arch/unzip"
36
37 +src_prepare() {
38 + local f
39 + for f in `find ./ -type f`; do
40 + edos2unix "${f}"
41 + done
42 +}
43 +
44 src_install() {
45 dodoc *.change*
46 rm -rf *.change* license
47 @@ -39,11 +47,6 @@
48 insinto /usr/share/${PN}
49 doins -r * || die
50
51 - local f
52 - for f in `find "${D}"/usr/share/${PN} -type f`; do
53 - edos2unix "${f}"
54 - done
55 -
56 fperms 755 /usr/share/${PN}/*.pl
57
58 dosbin "${FILESDIR}"/${PN} || die