pacho       15/05/09 08:05:54

  Modified:             ChangeLog
  Added:                mod_auth_tkt-2.1.0-r1.ebuild
  Removed:              mod_auth_tkt-2.1.0.ebuild
  Log:
  Support apache 2.4 (#532800)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.7                  www-apache/mod_auth_tkt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_tkt/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_tkt/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_tkt/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_tkt/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   27 Nov 2012 19:06:34 -0000      1.6
+++ ChangeLog   9 May 2015 08:05:54 -0000       1.7
@@ -1,6 +1,13 @@
 # ChangeLog for www-apache/mod_auth_tkt
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_tkt/ChangeLog,v 1.6 
2012/11/27 19:06:34 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_tkt/ChangeLog,v 1.7 
2015/05/09 08:05:54 pacho Exp $
+
+*mod_auth_tkt-2.1.0-r1 (09 May 2015)
+
+  09 May 2015; Pacho Ramos <[email protected]>
+  +files/mod_auth_tkt-2.1.0-apache-2.4.patch, +mod_auth_tkt-2.1.0-r1.ebuild,
+  -mod_auth_tkt-2.1.0.ebuild:
+  Support apache 2.4 (#532800)
 
   27 Nov 2012; Pacho Ramos <[email protected]> -mod_auth_tkt-2.0.0_rc2.ebuild,
   metadata.xml:



1.1                  www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_tkt/mod_auth_tkt-2.1.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: mod_auth_tkt-2.1.0-r1.ebuild
===================================================================
# Copyright 1999-2015 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.1.0-r1.ebuild,v 
1.1 2015/05/09 08:05:54 pacho Exp $

EAPI=5
inherit apache-module eutils

DESCRIPTION="Apache module for cookie based authentication"
HOMEPAGE="http://www.openfusion.com.au/labs/mod_auth_tkt/";
SRC_URI="http://www.openfusion.com.au/labs/dist/${PN}/${P}.tar.gz";

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-lang/perl"
RDEPEND=""

APACHE2_MOD_CONF="10_${PN}"
APACHE2_MOD_DEFINE="AUTH_TKT"

DOCFILES="README"

# test suite is completely broken
RESTRICT="test"

need_apache2

src_prepare() {
        epatch "${FILESDIR}"/${P}-apache-2.4.patch
}

src_configure() {
        ./configure --apachever=2.2 --apxs=${APXS}
}

src_compile() {
        emake
}

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."
        einfo "Remember to change shared secret 'TKTAuthSecret' before using!"
        einfo
}




Reply via email to