diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-02-20 18:49:31 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-02-20 18:51:06 +0100 |
commit | 760e17fcbac1b8c04a96ab08306dbcc644131dfb (patch) | |
tree | e89f1b472226b0439a5a08e98af7fca11f0e892c /www-apache | |
parent | sys-fs/pytagsfs: distutils-r1 + EAPI 5 (diff) | |
download | gentoo-760e17fcbac1b8c04a96ab08306dbcc644131dfb.tar.gz gentoo-760e17fcbac1b8c04a96ab08306dbcc644131dfb.tar.bz2 gentoo-760e17fcbac1b8c04a96ab08306dbcc644131dfb.zip |
Remove masked for removal packages
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_auth_openid/Manifest | 1 | ||||
-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 | 7 | ||||
-rw-r--r-- | www-apache/mod_auth_openid/mod_auth_openid-0.8.ebuild | 39 |
4 files changed, 0 insertions, 52 deletions
diff --git a/www-apache/mod_auth_openid/Manifest b/www-apache/mod_auth_openid/Manifest deleted file mode 100644 index 010709f8fd8a..000000000000 --- a/www-apache/mod_auth_openid/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mod_auth_openid-0.8.tar.gz 355531 SHA256 86812c9659e2b36b3d2cac98cdcb97d743d08ca76120159f20cc77800947445a SHA512 3994585fa26c42fde8ab76992c62c8a486316bd418bc2eac65e1390bbcd87e3b96fc1b58cb3645e749cb0cfc74811bb5035bc014f0b95bf6f037ec9f5c0ac7e2 WHIRLPOOL 3963b743735b0557503b186d8d0b1d2d35e6b6554bb155a1e595d512e93a84ea28123b1fa3ef2d493f4e8bddbe9fd141f68fdc72d31200fed5d601dd7ba20eb0 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 deleted file mode 100644 index 2364dc36b3e9..000000000000 --- a/www-apache/mod_auth_openid/files/10_mod_auth_openid.conf +++ /dev/null @@ -1,5 +0,0 @@ -<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 deleted file mode 100644 index 0a9650cf0026..000000000000 --- a/www-apache/mod_auth_openid/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <remote-id type="github">bmuller/mod_auth_openid</remote-id> - </upstream> -</pkgmetadata> diff --git a/www-apache/mod_auth_openid/mod_auth_openid-0.8.ebuild b/www-apache/mod_auth_openid/mod_auth_openid-0.8.ebuild deleted file mode 100644 index 8caec457bcde..000000000000 --- a/www-apache/mod_auth_openid/mod_auth_openid-0.8.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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 - -src_configure() { - econf --with-apxs="${APXS}" \ - --with-sqlite3=/usr \ - --with-apr-config=/usr/bin/apr-1-config -} - -src_compile() { - # default src_compile fails - emake -} |