commit:     a0e603c8cc43e54d9d81e82e215432a11be1f73d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 19:59:57 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 20:01:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0e603c8

www-apache/mod_authnz_persona: Remove last-rited pkg

 profiles/package.mask                              |  4 ---
 www-apache/mod_authnz_persona/Manifest             |  1 -
 .../files/70_mod_authnz_persona.conf               |  3 ---
 www-apache/mod_authnz_persona/metadata.xml         | 11 --------
 .../mod_authnz_persona-0.8.1.ebuild                | 31 ----------------------
 5 files changed, 50 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index ad498725c96..aaccd99229d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -283,10 +283,6 @@ dev-python/protorpc
 # Bug #615480
 =sys-kernel/vanilla-sources-4.1.39
 
-# Dirkjan Ochtman <d...@gentoo.org> (27 Apr 2017)
-# Persona service has been discontinued. Masked for removal in 30 days.
-www-apache/mod_authnz_persona
-
 # Rick Farina <zeroch...@gentoo.org> (17 Apr 2017)
 # Masking old versions because upstream changed versioning
 # Please keep this mask for 1 year to ease upgrades for users

diff --git a/www-apache/mod_authnz_persona/Manifest 
b/www-apache/mod_authnz_persona/Manifest
deleted file mode 100644
index c61c771714e..00000000000
--- 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 e61f7536fa9..00000000000
--- 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 7ab7a8871ff..00000000000
--- 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>d...@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 d89adda1da8..00000000000
--- 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
-}

Reply via email to