Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
hollow 08/06/01 10:45:45
Modified: mod_auth_tkt-2.0.0_rc2.ebuild ChangeLog
Log:
fix #224129
(Portage version: 2.1.5.2)
Revision Changes Path
1.3 www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild
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
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
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
Index: mod_auth_tkt-2.0.0_rc2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mod_auth_tkt-2.0.0_rc2.ebuild 31 Jan 2008 17:10:43 -0000 1.2
+++ mod_auth_tkt-2.0.0_rc2.ebuild 1 Jun 2008 10:45:45 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
inherit apache-module versionator
@@ -15,7 +15,7 @@
SLOT="0"
IUSE=""
-DEPEND=""
+DEPEND="dev-lang/perl"
RDEPEND=""
APACHE2_MOD_CONF="10_${PN}"
@@ -32,6 +32,12 @@
emake || die "emake failed"
}
+src_install() {
+ apache-module_src_install
+ pod2man --section=5 --release=${PV} doc/${PN}.{pod,5}
+ doman doc/${PN}.5
+}
+
pkg_postinst() {
apache-module_pkg_postinst
einfo "See 'man mod_auth_tkt' for details on the individual directives."
1.4 www-apache/mod_auth_tkt/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_tkt/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_tkt/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_tkt/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_tkt/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 31 Jan 2008 17:10:43 -0000 1.3
+++ ChangeLog 1 Jun 2008 10:45:45 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for www-apache/mod_auth_tkt
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_tkt/ChangeLog,v 1.3 2008/01/31 17:10:43 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_tkt/ChangeLog,v 1.4 2008/06/01 10:45:45 hollow Exp $
+
+ 01 Jun 2008; Benedikt Böhm <hollow@g.o>
+ mod_auth_tkt-2.0.0_rc2.ebuild:
+ fix #224129
31 Jan 2008; Benedikt Böhm <hollow@g.o>
mod_auth_tkt-2.0.0_rc2.ebuild:
--
gentoo-commits@g.o mailing list
|
|