Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_auth_kerb/
Date: Sun, 02 Jan 2022 06:38:53
Message-Id: 1641105519.be4dd3d866ae5600ef7e788f4bdf38b32fcc0146.sam@gentoo
1 commit: be4dd3d866ae5600ef7e788f4bdf38b32fcc0146
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 06:38:39 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 06:38:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be4dd3d8
7
8 www-apache/mod_auth_kerb: drop 5.4-r2, 5.4-r3
9
10 Closes: https://bugs.gentoo.org/827679
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild | 58 ---------------------
14 .../mod_auth_kerb/mod_auth_kerb-5.4-r3.ebuild | 60 ----------------------
15 2 files changed, 118 deletions(-)
16
17 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
18 deleted file mode 100644
19 index a83b2926d126..000000000000
20 --- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r2.ebuild
21 +++ /dev/null
22 @@ -1,58 +0,0 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -inherit apache-module epatch tmpfiles
28 -
29 -DESCRIPTION="An Apache authentication module using Kerberos"
30 -HOMEPAGE="http://modauthkerb.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/modauthkerb/${P}.tar.gz
32 - https://dev.gentoo.org/~mgorny/dist/${P}-gentoo-patchset.tar.bz2"
33 -
34 -LICENSE="BSD openafs-krb5-a HPND"
35 -SLOT="0"
36 -KEYWORDS="amd64 x86"
37 -IUSE=""
38 -
39 -DEPEND="virtual/krb5"
40 -RDEPEND="${DEPEND}"
41 -
42 -APACHE2_MOD_CONF="11_${PN}"
43 -APACHE2_MOD_DEFINE="AUTH_KERB"
44 -
45 -DOCFILES="INSTALL README"
46 -
47 -need_apache2
48 -
49 -PATCHES=(
50 - "${WORKDIR}/${P}-gentoo-patchset"/${P}-rcopshack.patch
51 - "${WORKDIR}/${P}-gentoo-patchset"/${P}-fixes.patch
52 - "${WORKDIR}/${P}-gentoo-patchset"/${P}-s4u2proxy.patch
53 - "${WORKDIR}/${P}-gentoo-patchset"/${P}-httpd24.patch
54 - "${WORKDIR}/${P}-gentoo-patchset"/${P}-delegation.patch
55 - "${WORKDIR}/${P}-gentoo-patchset"/${P}-cachedir.patch
56 - "${WORKDIR}/${P}-gentoo-patchset"/${P}-longuser.patch
57 - "${WORKDIR}/${P}-gentoo-patchset"/${P}-handle-continue.patch
58 - "${WORKDIR}/${P}-gentoo-patchset"/${P}-heimdal.patch
59 -)
60 -
61 -src_prepare() {
62 - epatch "${PATCHES[@]}"
63 -}
64 -
65 -src_configure() {
66 - CFLAGS="" APXS="${APXS}" econf --with-krb5=/usr --without-krb4
67 -}
68 -
69 -src_compile() {
70 - emake
71 -}
72 -
73 -src_install() {
74 - apache-module_src_install
75 - dotmpfiles "${FILESDIR}/${PN}.conf"
76 -}
77 -
78 -pkg_postinst() {
79 - tmpfiles_process ${PN}.conf
80 -}
81
82 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
83 deleted file mode 100644
84 index 0a59d3214ff2..000000000000
85 --- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.4-r3.ebuild
86 +++ /dev/null
87 @@ -1,60 +0,0 @@
88 -# Copyright 1999-2021 Gentoo Authors
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=7
92 -
93 -inherit apache-module depend.apache tmpfiles
94 -
95 -DESCRIPTION="An Apache authentication module using Kerberos"
96 -HOMEPAGE="http://modauthkerb.sourceforge.net/"
97 -SRC_URI="mirror://sourceforge/project/modauthkerb/${PN}/${P}/${P}.tar.gz
98 - https://dev.gentoo.org/~mgorny/dist/${P}-gentoo-patchset.tar.bz2"
99 -
100 -LICENSE="BSD openafs-krb5-a HPND"
101 -SLOT="0"
102 -KEYWORDS="~amd64 ~x86"
103 -
104 -DEPEND="virtual/krb5"
105 -RDEPEND="${DEPEND}"
106 -
107 -APACHE2_MOD_CONF="11_${PN}"
108 -APACHE2_MOD_DEFINE="AUTH_KERB"
109 -
110 -DOCFILES="INSTALL README"
111 -
112 -need_apache2
113 -
114 -PATCHES=(
115 - "${WORKDIR}/${P}-gentoo-patchset"/${P}-rcopshack.patch
116 - "${WORKDIR}/${P}-gentoo-patchset"/${P}-fixes.patch
117 - "${WORKDIR}/${P}-gentoo-patchset"/${P}-s4u2proxy.patch
118 - "${WORKDIR}/${P}-gentoo-patchset"/${P}-httpd24.patch
119 - "${WORKDIR}/${P}-gentoo-patchset"/${P}-delegation.patch
120 - "${WORKDIR}/${P}-gentoo-patchset"/${P}-cachedir.patch
121 - "${WORKDIR}/${P}-gentoo-patchset"/${P}-longuser.patch
122 - "${WORKDIR}/${P}-gentoo-patchset"/${P}-handle-continue.patch
123 - "${WORKDIR}/${P}-gentoo-patchset"/${P}-heimdal.patch
124 -)
125 -
126 -# Work around Bug #616612
127 -pkg_setup() {
128 - _init_apache2
129 - _init_apache2_late
130 -}
131 -
132 -src_configure() {
133 - CFLAGS="" APXS="${APXS}" econf --with-krb5=/usr --without-krb4
134 -}
135 -
136 -src_compile() {
137 - emake
138 -}
139 -
140 -src_install() {
141 - apache-module_src_install
142 - dotmpfiles "${FILESDIR}/${PN}.conf"
143 -}
144 -
145 -pkg_postinst() {
146 - tmpfiles_process ${PN}.conf
147 -}