Gentoo Archives: gentoo-dev

From: Tom Eastman <tom@×××××××××××.nz>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Bogofilter utilities.
Date: Sun, 24 Nov 2002 23:12:06
Message-Id: 20021124231529.GA12670@luna.int
1 Hey all,
2
3 First of all, kudos to those who provided the bogofilter ebuild... it's great to
4 have! However, I've noticed that the additional tools that are build in the
5 source tarball are not included in the merge, why is this? While 'bogolexer'
6 looks like it's a tool for the developers, 'bogoupgrade' and, *especially*,
7 'bogoutil' look to be very useful utilities that should be included with the
8 bogofilter installation.
9
10 I've never dealt with the internals of ebuilds, but as far as I understand it,
11 all that would be required is a few more 'doexe' and 'doman' statements.
12
13 Would something like this do it?
14
15
16 -- bogofilter-0.8.0.ebuild 2002-11-24 23:28:00.000000000 +1300
17 +++ bogofilter-0.8.0-r1.ebuild 2002-11-24 23:34:40.000000000 +1300
18 @@ -25,8 +25,15 @@
19 src_install() {
20 exeinto /usr/bin
21 doexe bogofilter
22 + doexe bogoutil
23 + doexe bogoupgrade
24 + doexe bogolexer
25
26 doman bogofilter.1
27 + doman bogoutil.1
28 + doman bogoupgrade.1
29 + doman bogolexer.1
30 +
31 dodoc NEWS README TODO
32
33 einfo "Read bogofilter's manual 'man bogofilter' for tips on how"
34
35
36
37
38 It's just a thought, anyways :-) At the very least, I think having 'bogoutil'
39 in there would be a good idea.
40
41 Tom
42
43 --
44 Tom Eastman <tom@×××××××××××.nz>
45
46 GnuPG Key: 12834220
47 Fingerprint: AF47 70FA 03B5 0EE7 E9B5
48 B91F 3636 C516 1283 4220
49
50 This message is transmitted using 100% recycled electrons.
51
52 --
53 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Bogofilter utilities. Grant Goodyear <g2boojum@g.o>