public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_auth_kerb/
Date: Sun,  2 Jan 2022 06:38:49 +0000 (UTC)	[thread overview]
Message-ID: <1641105519.be4dd3d866ae5600ef7e788f4bdf38b32fcc0146.sam@gentoo> (raw)

commit:     be4dd3d866ae5600ef7e788f4bdf38b32fcc0146
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  2 06:38:39 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  2 06:38:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be4dd3d8

www-apache/mod_auth_kerb: drop 5.4-r2, 5.4-r3

Closes: https://bugs.gentoo.org/827679
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild      | 58 ---------------------
 .../mod_auth_kerb/mod_auth_kerb-5.4-r3.ebuild      | 60 ----------------------
 2 files changed, 118 deletions(-)

diff --git a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild
deleted file mode 100644
index a83b2926d126..000000000000
--- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit apache-module epatch tmpfiles
-
-DESCRIPTION="An Apache authentication module using Kerberos"
-HOMEPAGE="http://modauthkerb.sourceforge.net/"
-SRC_URI="mirror://sourceforge/modauthkerb/${P}.tar.gz
-	https://dev.gentoo.org/~mgorny/dist/${P}-gentoo-patchset.tar.bz2"
-
-LICENSE="BSD openafs-krb5-a HPND"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="virtual/krb5"
-RDEPEND="${DEPEND}"
-
-APACHE2_MOD_CONF="11_${PN}"
-APACHE2_MOD_DEFINE="AUTH_KERB"
-
-DOCFILES="INSTALL README"
-
-need_apache2
-
-PATCHES=(
-	"${WORKDIR}/${P}-gentoo-patchset"/${P}-rcopshack.patch
-	"${WORKDIR}/${P}-gentoo-patchset"/${P}-fixes.patch
-	"${WORKDIR}/${P}-gentoo-patchset"/${P}-s4u2proxy.patch
-	"${WORKDIR}/${P}-gentoo-patchset"/${P}-httpd24.patch
-	"${WORKDIR}/${P}-gentoo-patchset"/${P}-delegation.patch
-	"${WORKDIR}/${P}-gentoo-patchset"/${P}-cachedir.patch
-	"${WORKDIR}/${P}-gentoo-patchset"/${P}-longuser.patch
-	"${WORKDIR}/${P}-gentoo-patchset"/${P}-handle-continue.patch
-	"${WORKDIR}/${P}-gentoo-patchset"/${P}-heimdal.patch
-)
-
-src_prepare() {
-	epatch "${PATCHES[@]}"
-}
-
-src_configure() {
-	CFLAGS="" APXS="${APXS}" econf --with-krb5=/usr --without-krb4
-}
-
-src_compile() {
-	emake
-}
-
-src_install() {
-	apache-module_src_install
-	dotmpfiles "${FILESDIR}/${PN}.conf"
-}
-
-pkg_postinst() {
-	tmpfiles_process ${PN}.conf
-}

diff --git a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r3.ebuild b/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r3.ebuild
deleted file mode 100644
index 0a59d3214ff2..000000000000
--- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit apache-module depend.apache tmpfiles
-
-DESCRIPTION="An Apache authentication module using Kerberos"
-HOMEPAGE="http://modauthkerb.sourceforge.net/"
-SRC_URI="mirror://sourceforge/project/modauthkerb/${PN}/${P}/${P}.tar.gz
-	https://dev.gentoo.org/~mgorny/dist/${P}-gentoo-patchset.tar.bz2"
-
-LICENSE="BSD openafs-krb5-a HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="virtual/krb5"
-RDEPEND="${DEPEND}"
-
-APACHE2_MOD_CONF="11_${PN}"
-APACHE2_MOD_DEFINE="AUTH_KERB"
-
-DOCFILES="INSTALL README"
-
-need_apache2
-
-PATCHES=(
-	"${WORKDIR}/${P}-gentoo-patchset"/${P}-rcopshack.patch
-	"${WORKDIR}/${P}-gentoo-patchset"/${P}-fixes.patch
-	"${WORKDIR}/${P}-gentoo-patchset"/${P}-s4u2proxy.patch
-	"${WORKDIR}/${P}-gentoo-patchset"/${P}-httpd24.patch
-	"${WORKDIR}/${P}-gentoo-patchset"/${P}-delegation.patch
-	"${WORKDIR}/${P}-gentoo-patchset"/${P}-cachedir.patch
-	"${WORKDIR}/${P}-gentoo-patchset"/${P}-longuser.patch
-	"${WORKDIR}/${P}-gentoo-patchset"/${P}-handle-continue.patch
-	"${WORKDIR}/${P}-gentoo-patchset"/${P}-heimdal.patch
-)
-
-# Work around Bug #616612
-pkg_setup() {
-	_init_apache2
-	_init_apache2_late
-}
-
-src_configure() {
-	CFLAGS="" APXS="${APXS}" econf --with-krb5=/usr --without-krb4
-}
-
-src_compile() {
-	emake
-}
-
-src_install() {
-	apache-module_src_install
-	dotmpfiles "${FILESDIR}/${PN}.conf"
-}
-
-pkg_postinst() {
-	tmpfiles_process ${PN}.conf
-}


             reply	other threads:[~2022-01-02  6:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-02  6:38 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-01-02  0:04 [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_auth_kerb/ Sam James
2022-01-01 11:07 Sam James
2021-11-27 13:04 Marek Szuba
2021-07-30 23:31 Sam James
2021-03-07 11:58 David Seifert
2016-08-18 16:45 Pacho Ramos
2015-10-06 13:18 Mikle Kolyada
2015-09-24 12:47 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1641105519.be4dd3d866ae5600ef7e788f4bdf38b32fcc0146.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox