Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-misc/htdig: ChangeLog htdig-3.2.0_beta6-r3.ebuild
Date: Tue, 04 Dec 2007 03:12:12
Message-Id: E1IzOCY-0004R3-Ie@stork.gentoo.org
1 beandog 07/12/04 03:12:02
2
3 Modified: ChangeLog htdig-3.2.0_beta6-r3.ebuild
4 Log:
5 amd64 stable, bug 200285
6 (Portage version: 2.1.4_rc6)
7
8 Revision Changes Path
9 1.37 www-misc/htdig/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.37&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.37&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/ChangeLog?r1=1.36&r2=1.37
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v
18 retrieving revision 1.36
19 retrieving revision 1.37
20 diff -u -r1.36 -r1.37
21 --- ChangeLog 3 Dec 2007 12:19:44 -0000 1.36
22 +++ ChangeLog 4 Dec 2007 03:12:02 -0000 1.37
23 @@ -1,6 +1,9 @@
24 # ChangeLog for www-misc/htdig
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.36 2007/12/03 12:19:44 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.37 2007/12/04 03:12:02 beandog Exp $
28 +
29 + 04 Dec 2007; Steve Dibb <beandog@g.o> htdig-3.2.0_beta6-r3.ebuild:
30 + amd64 stable, bug 200285
31
32 03 Dec 2007; Markus Meier <maekke@g.o> htdig-3.2.0_beta6-r3.ebuild:
33 x86 stable, security bug #200285
34
35
36
37 1.3 www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?r1=1.2&r2=1.3
42
43 Index: htdig-3.2.0_beta6-r3.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- htdig-3.2.0_beta6-r3.ebuild 3 Dec 2007 12:19:44 -0000 1.2
50 +++ htdig-3.2.0_beta6-r3.ebuild 4 Dec 2007 03:12:02 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.2 2007/12/03 12:19:44 maekke Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.3 2007/12/04 03:12:02 beandog Exp $
56
57 inherit eutils autotools
58
59 @@ -10,7 +10,7 @@
60 DESCRIPTION="HTTP/HTML indexing and searching system"
61 SRC_URI="http://www.htdig.org/files/${PN}-${MY_PV}.tar.gz"
62 HOMEPAGE="http://www.htdig.org"
63 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
64 +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
65 LICENSE="GPL-2"
66
67 DEPEND=">=sys-libs/zlib-1.1.3
68 @@ -51,7 +51,7 @@
69 src_install () {
70 emake DESTDIR="${D}" install || die "make install failed"
71
72 - dodoc ChangeLog COPYING README
73 + dodoc ChangeLog README
74 dohtml -r htdoc
75
76 dosed /etc/${PN}/${PN}.conf
77
78
79
80 --
81 gentoo-commits@g.o mailing list