From 9b0c3654a9e88bfff1e57d97dcc5092d5665370e Mon Sep 17 00:00:00 2001 From: Benedikt Boehm Date: Thu, 17 Sep 2009 08:20:05 +0000 Subject: version bump (Portage version: 2.2_rc40/cvs/Linux i686) --- www-apache/mod_auth_openid/ChangeLog | 10 ++++-- .../mod_auth_openid/mod_auth_openid-0.2.ebuild | 39 ---------------------- .../mod_auth_openid/mod_auth_openid-0.4.ebuild | 37 ++++++++++++++++++++ 3 files changed, 45 insertions(+), 41 deletions(-) delete mode 100644 www-apache/mod_auth_openid/mod_auth_openid-0.2.ebuild create mode 100644 www-apache/mod_auth_openid/mod_auth_openid-0.4.ebuild (limited to 'www-apache/mod_auth_openid') diff --git a/www-apache/mod_auth_openid/ChangeLog b/www-apache/mod_auth_openid/ChangeLog index 8081f283c677..912345d6168e 100644 --- a/www-apache/mod_auth_openid/ChangeLog +++ b/www-apache/mod_auth_openid/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-apache/mod_auth_openid -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_openid/ChangeLog,v 1.2 2008/05/08 19:13:27 hollow Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_openid/ChangeLog,v 1.3 2009/09/17 08:20:05 hollow Exp $ + +*mod_auth_openid-0.4 (17 Sep 2009) + + 17 Sep 2009; Benedikt Böhm + -mod_auth_openid-0.2.ebuild, +mod_auth_openid-0.4.ebuild: + version bump *mod_auth_openid-0.2-r1 (08 May 2008) diff --git a/www-apache/mod_auth_openid/mod_auth_openid-0.2.ebuild b/www-apache/mod_auth_openid/mod_auth_openid-0.2.ebuild deleted file mode 100644 index a6c1229f2419..000000000000 --- a/www-apache/mod_auth_openid/mod_auth_openid-0.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# 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_openid/mod_auth_openid-0.2.ebuild,v 1.1 2008/03/22 19:20:30 hollow Exp $ - -inherit eutils apache-module autotools - -DESCRIPTION="an OpenID authentication module for the apache webserver" -HOMEPAGE="http://trac.butterfat.net/public/mod_auth_openid" -SRC_URI="http://butterfat.net/releases/mod_auth_openid/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="net-libs/libopkele - >=dev-db/sqlite-3" -RDEPEND="${DEPEND}" - -APACHE2_MOD_CONF="10_${PN}" -APACHE2_MOD_DEFINE="AUTH_OPENID" - -need_apache2 - -src_unpack() { - unpack ${A} - cd "${S}" - - AT_M4DIR="acinclude.d" - eautoreconf -} - -src_compile() { - econf --with-apxs="${APXS}" \ - --without-bdb-dir \ - --with-sqlite3=/usr \ - || die "econf failed" - emake || die "emake failed" -} diff --git a/www-apache/mod_auth_openid/mod_auth_openid-0.4.ebuild b/www-apache/mod_auth_openid/mod_auth_openid-0.4.ebuild new file mode 100644 index 000000000000..5d1370cd8bca --- /dev/null +++ b/www-apache/mod_auth_openid/mod_auth_openid-0.4.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2009 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.4.ebuild,v 1.1 2009/09/17 08:20:05 hollow Exp $ + +EAPI="2" + +inherit apache-module + +DESCRIPTION="An OpenID authentication module for the apache webserver" +HOMEPAGE="http://trac.butterfat.net/public/mod_auth_openid" +SRC_URI="http://butterfat.net/releases/mod_auth_openid/${P}.tar.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=net-libs/libopkele-2.0 + >=dev-db/sqlite-3" +RDEPEND="${DEPEND}" + +APACHE2_MOD_CONF="10_${PN}" +APACHE2_MOD_DEFINE="AUTH_OPENID" + +need_apache2 + +src_configure() { + econf --with-apxs="${APXS}" \ + --without-bdb-dir \ + --with-sqlite3=/usr \ + --with-apr-config=/usr/bin/apr-1-config \ + || die "econf failed" +} + +src_compile() { + emake || die "emake failed" +} -- cgit v1.2.3-65-gdbad