summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-06-01 10:45:45 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-06-01 10:45:45 +0000
commita125087d1f1053b10e384d112303d343aac0b907 (patch)
treed9087a93a319baff18301756b6651e1311a0e62f /www-apache/mod_auth_tkt
parentversion bump, fixes #212594 (diff)
downloadgentoo-2-a125087d1f1053b10e384d112303d343aac0b907.tar.gz
gentoo-2-a125087d1f1053b10e384d112303d343aac0b907.tar.bz2
gentoo-2-a125087d1f1053b10e384d112303d343aac0b907.zip
fix #224129
(Portage version: 2.1.5.2)
Diffstat (limited to 'www-apache/mod_auth_tkt')
-rw-r--r--www-apache/mod_auth_tkt/ChangeLog6
-rw-r--r--www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild10
2 files changed, 13 insertions, 3 deletions
diff --git a/www-apache/mod_auth_tkt/ChangeLog b/www-apache/mod_auth_tkt/ChangeLog
index bca3f2a0ce73..9b6904de979d 100644
--- a/www-apache/mod_auth_tkt/ChangeLog
+++ b/www-apache/mod_auth_tkt/ChangeLog
@@ -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@gentoo.org>
+ mod_auth_tkt-2.0.0_rc2.ebuild:
+ fix #224129
31 Jan 2008; Benedikt Böhm <hollow@gentoo.org>
mod_auth_tkt-2.0.0_rc2.ebuild:
diff --git a/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild b/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild
index 48f2ba03ff59..4d34546058c9 100644
--- a/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild
+++ b/www-apache/mod_auth_tkt/mod_auth_tkt-2.0.0_rc2.ebuild
@@ -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 @@ LICENSE="as-is"
SLOT="0"
IUSE=""
-DEPEND=""
+DEPEND="dev-lang/perl"
RDEPEND=""
APACHE2_MOD_CONF="10_${PN}"
@@ -32,6 +32,12 @@ src_compile() {
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."