polynomial-c    14/05/26 05:27:46

  Modified:             ChangeLog
  Added:                mod_auth_openid-0.8.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  Changes    Path
1.9                  www-apache/mod_auth_openid/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_openid/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   9 Dec 2012 16:49:44 -0000       1.8
+++ ChangeLog   26 May 2014 05:27:45 -0000      1.9
@@ -1,6 +1,12 @@
 # ChangeLog for www-apache/mod_auth_openid
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_openid/ChangeLog,v 1.8 
2012/12/09 16:49:44 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_openid/ChangeLog,v 1.9 
2014/05/26 05:27:45 polynomial-c Exp $
+
+*mod_auth_openid-0.8 (26 May 2014)
+
+  26 May 2014; Lars Wendler <[email protected]>
+  +mod_auth_openid-0.8.ebuild:
+  non-maintainer commit: Version bump.
 
   09 Dec 2012; Ulrich Müller <[email protected]> mod_auth_openid-0.6.ebuild:
   Fix LICENSE, MIT (Expat) license according to COPYING.



1.1                  www-apache/mod_auth_openid/mod_auth_openid-0.8.ebuild

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

Index: mod_auth_openid-0.8.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-apache/mod_auth_openid/mod_auth_openid-0.8.ebuild,v 
1.1 2014/05/26 05:27:45 polynomial-c Exp $

EAPI=5

inherit apache-module

DESCRIPTION="An OpenID authentication module for the apache webserver"
HOMEPAGE="http://findingscience.com/mod_auth_openid/";
SRC_URI="https://github.com/bmuller/mod_auth_openid/releases/download/v${PV}/${P}.tar.gz";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-db/sqlite-3
        dev-libs/libpcre
        >=net-libs/libopkele-2.0
        net-misc/curl"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

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

need_apache2_2

src_configure() {
        econf --with-apxs="${APXS}" \
                --with-sqlite3=/usr \
                --with-apr-config=/usr/bin/apr-1-config
}

src_compile() {
        # default src_compile fails
        emake
}




Reply via email to