summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2022-10-29 08:47:45 +0200
committerHans de Graaff <hans@degraaff.org>2022-10-29 08:47:45 +0200
commit2586c9dccc7095fbfdb1b544acbd6424cabbfa58 (patch)
tree5ad88c7be10623b008330ca5da114ea595ffcea3 /www-apache
parentdev-ruby/ice_cube: drop 0.16.3-r1 (diff)
downloadgraaff-2586c9dccc7095fbfdb1b544acbd6424cabbfa58.tar.gz
graaff-2586c9dccc7095fbfdb1b544acbd6424cabbfa58.tar.bz2
graaff-2586c9dccc7095fbfdb1b544acbd6424cabbfa58.zip
www-apache/mod_auth_mellon: drop 0.16.0
Signed-off-by: Hans de Graaff <hans@degraaff.org>
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_auth_mellon/Manifest1
-rw-r--r--www-apache/mod_auth_mellon/mod_auth_mellon-0.16.0.ebuild52
2 files changed, 0 insertions, 53 deletions
diff --git a/www-apache/mod_auth_mellon/Manifest b/www-apache/mod_auth_mellon/Manifest
index 6d95a3dc..ac81b09a 100644
--- a/www-apache/mod_auth_mellon/Manifest
+++ b/www-apache/mod_auth_mellon/Manifest
@@ -1,2 +1 @@
DIST v0.18.0.tar.gz 918471 BLAKE2B 71d2e847f35c9d1f192df2d4a378e5f0fa9d219f7190f083ec27114df6a821892296051608e06fa766e19991bb50fa0816d1cb62beb72035ad675c9667a72045 SHA512 477ac302fda9ed33b2ca51e88379250a41cc85111e71cacc8ba9f16cd8a2b63af6393fb038fc8f5c211b97926ef368c5989c92570c2e3c9eae072c7b4d32d7d5
-DIST v0_16_0.tar.gz 916782 BLAKE2B 9e16e7a272a04a599e4159a0eace8be7a814e57fd85415bec188bba58c870ec1799590def09ae5a29a9c763bd79ebecaaee9c5cc37caa8e7ce6e6ce2b8bceb56 SHA512 9d914185c53a4ae9da200a99bfa2427db45e5c8d2788f41e92032211407a12d516d5b45658a79a7969867df72d8abb2aa1392c74c0d9af5063e2b30163ccdc32
diff --git a/www-apache/mod_auth_mellon/mod_auth_mellon-0.16.0.ebuild b/www-apache/mod_auth_mellon/mod_auth_mellon-0.16.0.ebuild
deleted file mode 100644
index 75476c2b..00000000
--- a/www-apache/mod_auth_mellon/mod_auth_mellon-0.16.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools apache-module
-
-MY_PV=${PV//./_}
-
-SRC_URI="https://github.com/latchset/mod_auth_mellon/archive/v${MY_PV}.tar.gz"
-KEYWORDS="~amd64"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-DESCRIPTION="An Apache module with a simple SAML 2.0 service provider"
-HOMEPAGE="https://github.com/latchset/mod_auth_mellon"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="diagnostics"
-need_apache2_4
-
-CDEPEND=">=dev-libs/lasso-2.1 net-misc/curl dev-libs/openssl:0= "
-DEPEND+=" virtual/pkgconfig ${CDEPEND}"
-RDEPEND=${CDEPEND}
-
-DOCFILES="ECP.rst NEWS README.md"
-
-APACHE2_MOD_CONF="10_${PN}"
-APACHE2_MOD_DEFINE="AUTH_MELLON"
-
-pkg_setup() {
- _init_apache2
- _init_apache2_late
-}
-
-src_prepare() {
- eapply_user
-
- eautoreconf
-
- econf $(use_enable diagnostics)
-}
-
-src_compile() {
- # Use -j1 to ensure that the apxs step is run first
- emake -j1
-}
-
-src_install() {
- apache-module_src_install
-
- newbin mellon_create_metadata.sh mellon_create_metadata
-}