diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-06-03 21:59:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-06-03 22:01:58 +0200 |
commit | a0e603c8cc43e54d9d81e82e215432a11be1f73d (patch) | |
tree | fefc81321c95850fbd626cfa46ff9ae612a22c8b /www-apache | |
parent | dev-python/django: Version Bump (diff) | |
download | gentoo-a0e603c8cc43e54d9d81e82e215432a11be1f73d.tar.gz gentoo-a0e603c8cc43e54d9d81e82e215432a11be1f73d.tar.bz2 gentoo-a0e603c8cc43e54d9d81e82e215432a11be1f73d.zip |
www-apache/mod_authnz_persona: Remove last-rited pkg
Diffstat (limited to 'www-apache')
4 files changed, 0 insertions, 46 deletions
diff --git a/www-apache/mod_authnz_persona/Manifest b/www-apache/mod_authnz_persona/Manifest deleted file mode 100644 index c61c771714e9..000000000000 --- a/www-apache/mod_authnz_persona/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mod_authnz_persona-0.8.1.tar.gz 22809 SHA256 b583f54b19aefc1c8a2bbaf9ea8e2d1170d9f1ed39fa91c7b76fdab55cfb9b39 SHA512 38e0231427509f5d6a2ee22c427040347d04c243cdb4d767990bfd4918cdb8ce1da043c8762389ca78898536fa0a86b88d52360e05367169bf86a3575a484de7 WHIRLPOOL 3e66a53cacd29e4ad4e0efb3234bd62cd051b952b1b0a2acc4bca3e2ac1dec5b00adbdce6157b881025f89c06b9247860fdaf45e68fe744af00eb8b3d2931063 diff --git a/www-apache/mod_authnz_persona/files/70_mod_authnz_persona.conf b/www-apache/mod_authnz_persona/files/70_mod_authnz_persona.conf deleted file mode 100644 index e61f7536fa9e..000000000000 --- a/www-apache/mod_authnz_persona/files/70_mod_authnz_persona.conf +++ /dev/null @@ -1,3 +0,0 @@ -<IfDefine PERSONA_AUTHNZ> -LoadModule authnz_persona_module modules/mod_authnz_persona.so -</IfDefine> diff --git a/www-apache/mod_authnz_persona/metadata.xml b/www-apache/mod_authnz_persona/metadata.xml deleted file mode 100644 index 7ab7a8871fff..000000000000 --- a/www-apache/mod_authnz_persona/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>djc@gentoo.org</email> - <name>Dirkjan Ochtman</name> - </maintainer> - <upstream> - <remote-id type="github">mozilla/mod_authnz_persona</remote-id> - </upstream> -</pkgmetadata> diff --git a/www-apache/mod_authnz_persona/mod_authnz_persona-0.8.1.ebuild b/www-apache/mod_authnz_persona/mod_authnz_persona-0.8.1.ebuild deleted file mode 100644 index d89adda1da82..000000000000 --- a/www-apache/mod_authnz_persona/mod_authnz_persona-0.8.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit apache-module eutils - -DESCRIPTION="An Apache2 module for easy Persona authentication" -HOMEPAGE="https://github.com/mozilla/mod_authnz_persona" -SRC_URI="https://github.com/mozilla/mod_authnz_persona/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-libs/yajl - net-misc/curl" -RDEPEND="${DEPEND}" - -APACHE2_MOD_CONF="70_${PN}" -APACHE2_MOD_DEFINE="PERSONA_AUTHNZ" -APACHE2_MOD_FILE="${S}/build/.libs/${PN}.so" - -DOCFILES="README.md" - -need_apache2 - -src_compile() { - emake APXS_PATH="${APXS}" all -} |