diff options
author | 2008-03-22 19:20:31 +0000 | |
---|---|---|
committer | 2008-03-22 19:20:31 +0000 | |
commit | 9be58bc949589d547fdbbe3ffadf17766c2f92da (patch) | |
tree | b520147781bd93360dc7eafeb4310dda95cb5eba /www-apache | |
parent | initial ebuild wrt #209573 (diff) | |
download | gentoo-2-9be58bc949589d547fdbbe3ffadf17766c2f92da.tar.gz gentoo-2-9be58bc949589d547fdbbe3ffadf17766c2f92da.tar.bz2 gentoo-2-9be58bc949589d547fdbbe3ffadf17766c2f92da.zip |
initial ebuild wrt #209573
(Portage version: 2.1.4.4)
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_auth_openid/ChangeLog | 11 | ||||
-rw-r--r-- | www-apache/mod_auth_openid/Manifest | 5 | ||||
-rw-r--r-- | www-apache/mod_auth_openid/files/10_mod_auth_openid.conf | 5 | ||||
-rw-r--r-- | www-apache/mod_auth_openid/metadata.xml | 5 | ||||
-rw-r--r-- | www-apache/mod_auth_openid/mod_auth_openid-0.2.ebuild | 39 |
5 files changed, 65 insertions, 0 deletions
diff --git a/www-apache/mod_auth_openid/ChangeLog b/www-apache/mod_auth_openid/ChangeLog new file mode 100644 index 000000000000..840f34f9e37f --- /dev/null +++ b/www-apache/mod_auth_openid/ChangeLog @@ -0,0 +1,11 @@ +# 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.1 2008/03/22 19:20:30 hollow Exp $ + +*mod_auth_openid-0.2 (22 Mar 2008) + + 22 Mar 2008; Benedikt Böhm <hollow@gentoo.org> + +files/10_mod_auth_openid.conf, +metadata.xml, + +mod_auth_openid-0.2.ebuild: + initial ebuild wrt #209573 + diff --git a/www-apache/mod_auth_openid/Manifest b/www-apache/mod_auth_openid/Manifest new file mode 100644 index 000000000000..7426885baadf --- /dev/null +++ b/www-apache/mod_auth_openid/Manifest @@ -0,0 +1,5 @@ +AUX 10_mod_auth_openid.conf 120 RMD160 507fbd820a87e4f406f50533ee84616ffda7caca SHA1 a4dd31c0cbed5ce007e4b9e80a2d7351273a5d24 SHA256 91395872e4bd2a5a6cd16705f886ceb4a2561ad89c981208844a0f6363678f81 +DIST mod_auth_openid-0.2.tar.gz 287183 RMD160 af5f2e75b0ff43f259022fa36c97d2be2ff03e70 SHA1 84763e86bb8ca7e2bc02acf9078e4ca424a15e08 SHA256 bca62e289934cb5deeaba23ed1ccdd8873f96d706b5e5131c059df30221deb72 +EBUILD mod_auth_openid-0.2.ebuild 893 RMD160 260e955c40f99532e3cf0574b9d314eefde97aab SHA1 0b30e8463120424f309616d2ee6d3a663daaff4d SHA256 4011764ada55edd8fa297c2838e9004fec15539064444228f9c97446b2a653be +MISC ChangeLog 323 RMD160 39d78147df03031a228abe7483760f5f582282bc SHA1 09999aa29243ce84440c3ff543dac9c2a742359b SHA256 eace025a8d2b3af5db8ea0bc961531ebf66314154242f0739fb32ac4c186c2bb +MISC metadata.xml 160 RMD160 a0f6e133e170b7477018d8584c20e8723f6914fa SHA1 a3b9b520ec43ee1f9b1c7b5c5b8745bf84454c03 SHA256 3c312146c4cb5b912d6f56292242ce3a85c629ca98ee7ef0a84ca575708b44fe diff --git a/www-apache/mod_auth_openid/files/10_mod_auth_openid.conf b/www-apache/mod_auth_openid/files/10_mod_auth_openid.conf new file mode 100644 index 000000000000..2364dc36b3e9 --- /dev/null +++ b/www-apache/mod_auth_openid/files/10_mod_auth_openid.conf @@ -0,0 +1,5 @@ +<IfDefine AUTH_OPENID> +LoadModule authopenid_module modules/mod_auth_openid.so +</IfDefine> + +# vim: ts=4 filetype=apache diff --git a/www-apache/mod_auth_openid/metadata.xml b/www-apache/mod_auth_openid/metadata.xml new file mode 100644 index 000000000000..64a719ea1bfd --- /dev/null +++ b/www-apache/mod_auth_openid/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>apache</herd> +</pkgmetadata> 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 new file mode 100644 index 000000000000..a6c1229f2419 --- /dev/null +++ b/www-apache/mod_auth_openid/mod_auth_openid-0.2.ebuild @@ -0,0 +1,39 @@ +# 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" +} |