Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/popfile: popfile-0.22.5.ebuild
Date: Sun, 09 Dec 2007 06:51:21
Message-Id: E1J1G0S-0004p7-Ux@stork.gentoo.org
1 drac 07/12/09 06:51:16
2
3 Modified: popfile-0.22.5.ebuild
4 Log:
5 oops, take 2.
6 (Portage version: 2.1.4_rc9)
7
8 Revision Changes Path
9 1.3 mail-filter/popfile/popfile-0.22.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/popfile/popfile-0.22.5.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/popfile/popfile-0.22.5.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/popfile/popfile-0.22.5.ebuild?r1=1.2&r2=1.3
14
15 Index: popfile-0.22.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-filter/popfile/popfile-0.22.5.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- popfile-0.22.5.ebuild 9 Dec 2007 06:45:10 -0000 1.2
22 +++ popfile-0.22.5.ebuild 9 Dec 2007 06:51:16 -0000 1.3
23 @@ -1,10 +1,10 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/popfile/popfile-0.22.5.ebuild,v 1.2 2007/12/09 06:45:10 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/popfile/popfile-0.22.5.ebuild,v 1.3 2007/12/09 06:51:16 drac Exp $
28
29 DESCRIPTION="Anti-spam bayesian filter"
30 -HOMEPAGE="http://popfile.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/popfile/${P}.zip"
32 +HOMEPAGE="http://popfile.sourceforge.net"
33 +SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 @@ -17,7 +17,6 @@
38 dev-perl/HTML-Tagset
39 dev-perl/HTML-Template
40 dev-perl/TimeDate
41 - app-arch/unzip
42 cjk? ( dev-perl/Encode-compat
43 dev-perl/Text-Kakasi )
44 mysql? ( dev-perl/DBD-mysql )
45 @@ -35,5 +34,5 @@
46 insinto /usr/share/${PN}
47 doins -r *
48 fperms 755 /usr/share/${PN}/*.pl
49 - dosbin "${FILESDIR}"/popfile
50 + dosbin "${FILESDIR}"/${PN}
51 }
52
53
54
55 --
56 gentoo-commits@g.o mailing list