Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_tkt: mod_auth_tkt-2.0.0_rc2.ebuild ChangeLog
Date: Sun, 01 Jun 2008 10:45:51
Message-Id: E1K2l4L-0005CI-O7@stork.gentoo.org
1 hollow 08/06/01 10:45:45
2
3 Modified: mod_auth_tkt-2.0.0_rc2.ebuild ChangeLog
4 Log:
5 fix #224129
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.3 www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild?r1=1.2&r2=1.3
14
15 Index: mod_auth_tkt-2.0.0_rc2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- mod_auth_tkt-2.0.0_rc2.ebuild 31 Jan 2008 17:10:43 -0000 1.2
22 +++ mod_auth_tkt-2.0.0_rc2.ebuild 1 Jun 2008 10:45:45 -0000 1.3
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/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild,v 1.2 2008/01/31 17:10:43 hollow Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild,v 1.3 2008/06/01 10:45:45 hollow Exp $
28
29 inherit apache-module versionator
30
31 @@ -15,7 +15,7 @@
32 SLOT="0"
33 IUSE=""
34
35 -DEPEND=""
36 +DEPEND="dev-lang/perl"
37 RDEPEND=""
38
39 APACHE2_MOD_CONF="10_${PN}"
40 @@ -32,6 +32,12 @@
41 emake || die "emake failed"
42 }
43
44 +src_install() {
45 + apache-module_src_install
46 + pod2man --section=5 --release=${PV} doc/${PN}.{pod,5}
47 + doman doc/${PN}.5
48 +}
49 +
50 pkg_postinst() {
51 apache-module_pkg_postinst
52 einfo "See 'man mod_auth_tkt' for details on the individual directives."
53
54
55
56 1.4 www-apache/mod_auth_tkt/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_tkt/ChangeLog?rev=1.4&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_tkt/ChangeLog?rev=1.4&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_tkt/ChangeLog?r1=1.3&r2=1.4
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_tkt/ChangeLog,v
65 retrieving revision 1.3
66 retrieving revision 1.4
67 diff -u -r1.3 -r1.4
68 --- ChangeLog 31 Jan 2008 17:10:43 -0000 1.3
69 +++ ChangeLog 1 Jun 2008 10:45:45 -0000 1.4
70 @@ -1,6 +1,10 @@
71 # ChangeLog for www-apache/mod_auth_tkt
72 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_tkt/ChangeLog,v 1.3 2008/01/31 17:10:43 hollow Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_tkt/ChangeLog,v 1.4 2008/06/01 10:45:45 hollow Exp $
75 +
76 + 01 Jun 2008; Benedikt Böhm <hollow@g.o>
77 + mod_auth_tkt-2.0.0_rc2.ebuild:
78 + fix #224129
79
80 31 Jan 2008; Benedikt Böhm <hollow@g.o>
81 mod_auth_tkt-2.0.0_rc2.ebuild:
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list