Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/gssproxy/
Date: Wed, 05 Jun 2019 17:58:05
Message-Id: 1559757455.9f61941a017ceb39ebbd91fccf7fa1849167b38b.mattst88@gentoo
1 commit: 9f61941a017ceb39ebbd91fccf7fa1849167b38b
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 5 17:56:28 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 5 17:57:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f61941a
7
8 net-nds/gssproxy: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-nds/gssproxy/Manifest | 2 -
13 net-nds/gssproxy/gssproxy-0.7.0-r1.ebuild | 85 -------------------------------
14 net-nds/gssproxy/gssproxy-0.8.0.ebuild | 85 -------------------------------
15 3 files changed, 172 deletions(-)
16
17 diff --git a/net-nds/gssproxy/Manifest b/net-nds/gssproxy/Manifest
18 index 78f367107f3..d0bdb94b914 100644
19 --- a/net-nds/gssproxy/Manifest
20 +++ b/net-nds/gssproxy/Manifest
21 @@ -1,3 +1 @@
22 -DIST gssproxy-0.7.0.tar.gz 552041 BLAKE2B 78ec58e151c801ea65e01bf12ac38591442073eef051302afbbd8c11e20c753ae481542a9cdaeb321551ac1ba14be5875b5dc0f9514a0d436bc28e71a5d28c9e SHA512 00cd1d05e12f93f81c11062ccf4950e521960f752a6121f2055e47294a51894eda2415c558d3bc0d4c496146ab8f82a1162328acfb5eb3405c7b116774fa9f89
23 -DIST gssproxy-0.8.0.tar.gz 557386 BLAKE2B 14948bbd4c08834375ed00d9f9c6624797eadef3a4313af55a3f3cc9fa3133627ed11da97c1414caa1731ef6da1286dbc1e1c41af8e6c4f96dd42e5b0b2b69e6 SHA512 f3b8f053d6750d7ee6ab2bfb6bfc4dc1ac2e2f354f923590340bb3c522f57cc881df5a2850750bc00c0dcacf2ae173549dc3bb9ece4512cf2f39869527afc2ec
24 DIST gssproxy-0.8.2.tar.gz 563300 BLAKE2B 104637af6f43d118ef5194ee8bdfd0a8a8155df43691ac80394de0482f718f2672996b698a80d5c4db7bdc1b164be7f8dc6ffd9a5346affd5923b78362f10333 SHA512 68ce39b36ee83d77da19e9a9fb322ba901366999828a2b427bc2275c4187b4d2291de140c202cce02bdf53eb5cf64da2fafa022ea482258c102f28b0af5d7c63
25
26 diff --git a/net-nds/gssproxy/gssproxy-0.7.0-r1.ebuild b/net-nds/gssproxy/gssproxy-0.7.0-r1.ebuild
27 deleted file mode 100644
28 index be1691b9b6a..00000000000
29 --- a/net-nds/gssproxy/gssproxy-0.7.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,85 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -DESCRIPTION="daemon to proxy GSSAPI context establishment and channel handling"
38 -HOMEPAGE="https://pagure.io/gssproxy"
39 -SRC_URI="http://releases.pagure.org/gssproxy/${P}.tar.gz"
40 -
41 -LICENSE="BSD-1"
42 -SLOT="0"
43 -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86"
44 -IUSE="debug selinux systemd hardened"
45 -
46 -COMMON_DEPEND=">=dev-libs/libverto-0.2.2
47 - >=dev-libs/ding-libs-0.5.0
48 - virtual/krb5
49 - selinux? ( sys-libs/libselinux )"
50 -RDEPEND="${COMMON_DEPEND}
51 - selinux? ( sec-policy/selinux-gssproxy )"
52 -# We need xml stuff to build the man pages, and people really want/need
53 -# the man pages for this package :). #585200
54 -DEPEND="${COMMON_DEPEND}
55 - app-text/docbook-xml-dtd:4.4
56 - dev-libs/libxslt
57 - virtual/pkgconfig"
58 -
59 -# Many requirements to run tests, including running slapd as root, hence
60 -# unfeasible.
61 -RESTRICT="test"
62 -
63 -# pkg_setup() {
64 -# # Here instead of flag-logic in DEPEND, since virtual/krb5 does not
65 -# # allow to specify the openldap use flag, which heimdal doesn't
66 -# # support.
67 -# # Using mit-krb5 explicitly because heimdal doesn't install kerberos
68 -# # schemata required for the tests of gss-proxy.
69 -# if use test && ! has_version "app-crypt/mit-krb5[openldap]"; then
70 -# eerror "Tests of this package require the kerberos schemata installed from app-crypt/mit-krb5[openldap]."
71 -# die "Tests enabled but no app-crypt/mit-krb5[openldap] being installed."
72 -# fi
73 -# }
74 -
75 -# Was required in 0.7.0 to fix the schema- and slapd-path. Reason for
76 -# comment: see RESTRICT comment
77 -# src_prepare() {
78 -# default
79 -# # The tests look for kerberos schemata in the documentation
80 -# # directory of krb5, however these are installed in /etc/openldap
81 -# # and only if the openldap useflag is supplied
82 -# sed -i \
83 -# -e 's#/usr/share/doc/krb5-server-ldap*#/etc/openldap/schema#' \
84 -# -e "s#\(subprocess.Popen..\"\)slapd#\1/usr/$(get_libdir)/openldap/slapd#" \
85 -# "${S}/tests/testlib.py" || die
86 -# }
87 -
88 -src_configure() {
89 - local myeconfargs=(
90 - # The build assumes localstatedir is /var and takes care of
91 - # using all the right subdirs itself.
92 - "--localstatedir=${EPREFIX}/var"
93 - "--with-os=gentoo"
94 - "--with-initscript=$(usex systemd systemd none)"
95 - "$(use_with selinux)"
96 - "$(use_with debug gssidebug)"
97 - "$(use_with hardened hardening)"
98 - )
99 -
100 - econf "${myeconfargs[@]}"
101 -}
102 -
103 -src_install() {
104 - default
105 - # This is a plugin module, so no need for la file.
106 - find "${ED%/}"/usr -name proxymech.la -delete
107 -
108 - doinitd "${FILESDIR}"/gssproxy
109 - insinto /etc/gssproxy
110 - doins examples/*.conf
111 - insinto /etc/gss/mech.d
112 - newins examples/mech gssproxy.conf
113 -
114 - # The build installs a bunch of empty dirs, so prune them.
115 - find "${ED}" -depth -type d -exec rmdir {} + 2>/dev/null
116 -}
117
118 diff --git a/net-nds/gssproxy/gssproxy-0.8.0.ebuild b/net-nds/gssproxy/gssproxy-0.8.0.ebuild
119 deleted file mode 100644
120 index f71a78f3963..00000000000
121 --- a/net-nds/gssproxy/gssproxy-0.8.0.ebuild
122 +++ /dev/null
123 @@ -1,85 +0,0 @@
124 -# Copyright 1999-2018 Gentoo Foundation
125 -# Distributed under the terms of the GNU General Public License v2
126 -
127 -EAPI=6
128 -
129 -DESCRIPTION="daemon to proxy GSSAPI context establishment and channel handling"
130 -HOMEPAGE="https://pagure.io/gssproxy"
131 -SRC_URI="http://releases.pagure.org/gssproxy/${P}.tar.gz"
132 -
133 -LICENSE="BSD-1"
134 -SLOT="0"
135 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
136 -IUSE="debug selinux systemd hardened"
137 -
138 -COMMON_DEPEND=">=dev-libs/libverto-0.2.2
139 - >=dev-libs/ding-libs-0.6.1
140 - virtual/krb5
141 - selinux? ( sys-libs/libselinux )"
142 -RDEPEND="${COMMON_DEPEND}
143 - selinux? ( sec-policy/selinux-gssproxy )"
144 -# We need xml stuff to build the man pages, and people really want/need
145 -# the man pages for this package :). #585200
146 -DEPEND="${COMMON_DEPEND}
147 - app-text/docbook-xml-dtd:4.4
148 - dev-libs/libxslt
149 - virtual/pkgconfig"
150 -
151 -# Many requirements to run tests, including running slapd as root, hence
152 -# unfeasible.
153 -RESTRICT="test"
154 -
155 -# pkg_setup() {
156 -# # Here instead of flag-logic in DEPEND, since virtual/krb5 does not
157 -# # allow to specify the openldap use flag, which heimdal doesn't
158 -# # support.
159 -# # Using mit-krb5 explicitly because heimdal doesn't install kerberos
160 -# # schemata required for the tests of gss-proxy.
161 -# if use test && ! has_version "app-crypt/mit-krb5[openldap]"; then
162 -# eerror "Tests of this package require the kerberos schemata installed from app-crypt/mit-krb5[openldap]."
163 -# die "Tests enabled but no app-crypt/mit-krb5[openldap] being installed."
164 -# fi
165 -# }
166 -
167 -# Was required in 0.7.0 to fix the schema- and slapd-path. Reason for
168 -# comment: see RESTRICT comment
169 -# src_prepare() {
170 -# default
171 -# # The tests look for kerberos schemata in the documentation
172 -# # directory of krb5, however these are installed in /etc/openldap
173 -# # and only if the openldap useflag is supplied
174 -# sed -i \
175 -# -e 's#/usr/share/doc/krb5-server-ldap*#/etc/openldap/schema#' \
176 -# -e "s#\(subprocess.Popen..\"\)slapd#\1/usr/$(get_libdir)/openldap/slapd#" \
177 -# "${S}/tests/testlib.py" || die
178 -# }
179 -
180 -src_configure() {
181 - local myeconfargs=(
182 - # The build assumes localstatedir is /var and takes care of
183 - # using all the right subdirs itself.
184 - "--localstatedir=${EPREFIX}/var"
185 - "--with-os=gentoo"
186 - "--with-initscript=$(usex systemd systemd none)"
187 - "$(use_with selinux)"
188 - "$(use_with debug gssidebug)"
189 - "$(use_with hardened hardening)"
190 - )
191 -
192 - econf "${myeconfargs[@]}"
193 -}
194 -
195 -src_install() {
196 - default
197 - # This is a plugin module, so no need for la file.
198 - find "${ED%/}"/usr -name proxymech.la -delete
199 -
200 - doinitd "${FILESDIR}"/gssproxy
201 - insinto /etc/gssproxy
202 - doins examples/*.conf
203 - insinto /etc/gss/mech.d
204 - newins examples/mech gssproxy.conf
205 -
206 - # The build installs a bunch of empty dirs, so prune them.
207 - find "${ED}" -depth -type d -exec rmdir {} + 2>/dev/null
208 -}