Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/gosa-core/files/, net-nds/gosa-plugin-samba/, net-nds/gosa-core/, ...
Date: Wed, 23 Jan 2019 18:11:25
Message-Id: 1548266977.feb8e8f644098610b6eaf7bba6c8f51aae483225.grknight@gentoo
1 commit: feb8e8f644098610b6eaf7bba6c8f51aae483225
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 23 18:09:37 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 23 18:09:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb8e8f6
7
8 net-nds/gosa-*: Remove last rite packages
9
10 Closes: https://bugs.gentoo.org/651092
11 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
12
13 net-nds/gosa-core/Manifest | 1 -
14 net-nds/gosa-core/files/gosa.include | 36 -------
15 net-nds/gosa-core/gosa-core-2.6.12.ebuild | 107 ---------------------
16 net-nds/gosa-core/metadata.xml | 15 ---
17 net-nds/gosa-plugin-mail/Manifest | 1 -
18 .../gosa-plugin-mail-2.6.12-r1.ebuild | 51 ----------
19 .../gosa-plugin-mail-2.6.12.ebuild | 52 ----------
20 net-nds/gosa-plugin-mail/metadata.xml | 11 ---
21 net-nds/gosa-plugin-samba/Manifest | 1 -
22 .../gosa-plugin-samba-2.6.12-r1.ebuild | 47 ---------
23 .../gosa-plugin-samba-2.6.12.ebuild | 47 ---------
24 net-nds/gosa-plugin-samba/metadata.xml | 11 ---
25 net-nds/gosa-plugin-systems/Manifest | 1 -
26 .../gosa-plugin-systems-2.6.12-r1.ebuild | 44 ---------
27 .../gosa-plugin-systems-2.6.12.ebuild | 44 ---------
28 net-nds/gosa-plugin-systems/metadata.xml | 11 ---
29 profiles/package.mask | 10 --
30 17 files changed, 490 deletions(-)
31
32 diff --git a/net-nds/gosa-core/Manifest b/net-nds/gosa-core/Manifest
33 deleted file mode 100644
34 index 93c1f72e65e..00000000000
35 --- a/net-nds/gosa-core/Manifest
36 +++ /dev/null
37 @@ -1 +0,0 @@
38 -DIST gosa-core-2.6.12.tar.bz2 2541062 BLAKE2B 2322313378eb87101be938713995fef3224dec093ea6b8938f7222a3dfa9b7d6773097685fb3f396f2978d9639e8c85f966280c22179077a2249cd3383b6be68 SHA512 541a7ec780e41cfe025303cb627281e857227aa64cdb831732f527a6221d107cd77f3e55bec7641911fff03836bb9d49ceac45bcacd662020b19497b6aa2ab3d
39
40 diff --git a/net-nds/gosa-core/files/gosa.include b/net-nds/gosa-core/files/gosa.include
41 deleted file mode 100644
42 index dcd3434964a..00000000000
43 --- a/net-nds/gosa-core/files/gosa.include
44 +++ /dev/null
45 @@ -1,36 +0,0 @@
46 -Alias /gosa /usr/share/gosa/html
47 -
48 -<Directory /usr/share/gosa/html>
49 - Options None
50 - AllowOverride None
51 - Order deny,allow
52 - Allow from all
53 -</Directory>
54 -
55 -<IfModule mod_php5.c>
56 -<Location /gosa>
57 - php_admin_flag engine on
58 - php_admin_flag register_globals off
59 - php_admin_flag allow_call_time_pass_reference off
60 - php_admin_flag expose_php off
61 - php_admin_flag zend.ze1_compatibility_mode off
62 - php_admin_flag register_long_arrays off
63 - php_admin_flag magic_quotes_gpc on
64 - php_admin_value upload_tmp_dir /var/spool/gosa/
65 - php_admin_value session.cookie_lifetime 0
66 - include /etc/gosa/gosa.secrets
67 -</Location>
68 -</IfModule>
69 -
70 -<IfModule mod_fcgid.c>
71 - PHP_Fix_Pathinfo_Enable 1
72 - <Location /gosa>
73 - Options +ExecCGI
74 - AddHandler fcgid-script .php
75 - FCGIWrapper /var/www/php-fcgi/php-fcgi-starter .php
76 - include /etc/gosa/gosa.secrets
77 - </Location>
78 -</IfModule>
79 -
80 -
81 -# vim: ts=4 filetype=apache
82
83 diff --git a/net-nds/gosa-core/gosa-core-2.6.12.ebuild b/net-nds/gosa-core/gosa-core-2.6.12.ebuild
84 deleted file mode 100644
85 index 20773e8aee5..00000000000
86 --- a/net-nds/gosa-core/gosa-core-2.6.12.ebuild
87 +++ /dev/null
88 @@ -1,107 +0,0 @@
89 -# Copyright 1999-2014 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=4
93 -
94 -inherit eutils
95 -
96 -DESCRIPTION="LDAP administration frontend for user administration"
97 -HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart."
98 -SRC_URI="ftp://oss.gonicus.de/pub/gosa/${P}.tar.bz2
99 - http://oss.gonicus.de/pub/gosa/${P}.tar.bz2
100 - ftp://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2
101 - http://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 "
102 -
103 -LICENSE="GPL-3"
104 -SLOT="0"
105 -KEYWORDS="~amd64"
106 -IUSE="mail samba"
107 -
108 -DEPEND="dev-lang/php[iconv,imap,ldap,mysql,session,zip]
109 - sys-devel/gettext"
110 -RDEPEND="${DEPEND}
111 - virtual/httpd-php
112 - dev-perl/Crypt-SmbHash
113 - media-gfx/imagemagick"
114 -PDEPEND="mail? ( ~net-nds/gosa-plugin-mail-${PV} )
115 - samba? ( ~net-nds/gosa-plugin-samba-${PV} )"
116 -
117 -src_prepare() {
118 - epatch \
119 - "${S}/redhat/02_fix_class_mapping.patch" \
120 - "${S}/redhat/03_fix_locale_location.patch" \
121 - "${S}/redhat/04_fix_online_help_location.patch"
122 - sed -i \
123 - -e 's|../contrib|/usr/share/gosa/template|' \
124 - include/functions.inc || die "sed failed"
125 -}
126 -
127 -src_install() {
128 - insinto /usr/share/gosa
129 - doins -r doc html ihtml include locale plugins setup
130 -
131 - insinto /usr/share/gosa/template
132 - doins contrib/gosa.conf
133 -
134 - dosbin \
135 - update-gosa \
136 - bin/gosa-encrypt-passwords
137 -
138 - dobin \
139 - update-locale \
140 - update-online-help \
141 - update-pdf-help \
142 - dh-make-gosa \
143 - contrib/gosa
144 -
145 - insinto /etc/gosa
146 - doins \
147 - contrib/shells \
148 - contrib/encodings \
149 - contrib/desktoprc
150 - touch "${D}/etc/gosa/gosa.secrets"
151 -
152 - doicon debian/*.xpm
153 - domenu debian/gosa-desktop.desktop
154 -
155 - doman *.1 contrib/*.1 contrib/*.5
156 -
157 - dodoc contrib/openldap/slapd.conf
158 - insinto /etc/openldap/schema/gosa
159 - doins contrib/openldap/*.schema
160 -
161 - insinto /etc/apache2/vhosts.d
162 - doins "${FILESDIR}/gosa.include"
163 -
164 - dodoc AUTHORS Changelog FAQ README README.safemode
165 -
166 - keepdir /etc/gosa
167 - keepdir /var/spool/gosa
168 - keepdir /var/cache/gosa
169 -}
170 -
171 -pkg_prerm() {
172 - ebegin "Flushing the class and locale cache"
173 - rm -r "${EROOT}"var/cache/gosa/*
174 - eend $?
175 - ebegin "Clearing the spool directory"
176 - rm -r "${EROOT}"var/spool/gosa/*
177 - eend $?
178 -}
179 -
180 -pkg_postinst() {
181 - ebegin "Generating class cache and locales"
182 - "${EROOT}"usr/sbin/update-gosa
183 - eend $?
184 -
185 - elog "Please make sure that the web server you are going to use has"
186 - elog "read-write access to ${EROOT}var/spool/gosa"
187 -
188 - elog "For Apache there is the gosa.include file in ${EROOT}etc/apache/vhosts.d."
189 - elog "You can either use it as a template for your configuration or directly"
190 - elog "include it in your apache configuration."
191 -
192 - elog "GOsa requires some objectclasses and attributes to be present in the"
193 - elog "directory. A sample configuration for slapd.conf can be found here:"
194 - elog " ${EROOR}usr/share/doc/${PF}/slapd.conf[.gz]"
195 -}
196
197 diff --git a/net-nds/gosa-core/metadata.xml b/net-nds/gosa-core/metadata.xml
198 deleted file mode 100644
199 index 1af2e776ba9..00000000000
200 --- a/net-nds/gosa-core/metadata.xml
201 +++ /dev/null
202 @@ -1,15 +0,0 @@
203 -<?xml version="1.0" encoding="UTF-8"?>
204 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
205 -<pkgmetadata>
206 - <maintainer type="person">
207 - <email>dev-zero@g.o</email>
208 - <name>Tiziano Müller</name>
209 - </maintainer>
210 - <use>
211 - <flag name="mail">Manage mail accounts and servers with gosa.</flag>
212 - <flag name="samba">Manage samba accounts with gosa.</flag>
213 - </use>
214 - <upstream>
215 - <changelog>http://oss.gonicus.de/pub/gosa/Changelog</changelog>
216 - </upstream>
217 -</pkgmetadata>
218
219 diff --git a/net-nds/gosa-plugin-mail/Manifest b/net-nds/gosa-plugin-mail/Manifest
220 deleted file mode 100644
221 index 667dded848d..00000000000
222 --- a/net-nds/gosa-plugin-mail/Manifest
223 +++ /dev/null
224 @@ -1 +0,0 @@
225 -DIST gosa-plugins-mail-2.6.12.tar.bz2 169052 BLAKE2B b747cd7ecb75b3181106f6b6cd06c0359aac8547120480e12c52a67b9706231f3b688d33cd097600b9efb5baf0a420b19d1e715f0bfb6a36e4c8b5843ed73fb8 SHA512 270acb86cc31e45c3e58be8fc00d4ce86181e25af08a3d66bb21c5a6ae3a0ce62d0a8b18a9380f953934276114e1a7ff34c8fd0900bc6af7930bedd67d33d522
226
227 diff --git a/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.12-r1.ebuild b/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.12-r1.ebuild
228 deleted file mode 100644
229 index 124cd1a393d..00000000000
230 --- a/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.12-r1.ebuild
231 +++ /dev/null
232 @@ -1,51 +0,0 @@
233 -# Copyright 1999-2011 Gentoo Foundation
234 -# Distributed under the terms of the GNU General Public License v2
235 -
236 -EAPI=4
237 -
238 -MY_P="${P/plugin/plugins}"
239 -
240 -DESCRIPTION="GOsa plugin for Mail integration"
241 -HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart."
242 -SRC_URI="ftp://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
243 - http://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
244 - ftp://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2
245 - http://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2 "
246 -
247 -LICENSE="GPL-3"
248 -SLOT="0"
249 -KEYWORDS="~amd64"
250 -IUSE=""
251 -
252 -DEPEND=""
253 -RDEPEND="~net-nds/gosa-core-${PV}
254 - ~net-nds/gosa-plugin-systems-${PV}"
255 -
256 -S="${WORKDIR}/${MY_P}"
257 -GOSA_COMPONENT="${PN/gosa-plugin-}"
258 -
259 -src_install() {
260 - insinto /etc/gosa
261 - doins -r etc/*
262 -
263 - insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/
264 - doins -r html/*
265 -
266 - insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/
267 - doins -r locale/*
268 -
269 - insinto /usr/share/gosa/plugins
270 - doins -r addons admin personal
271 -
272 - insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/
273 - doins help/guide.xml
274 -
275 - dodoc -r contrib/*
276 - insinto /usr/share/doc/${PF}
277 -}
278 -
279 -pkg_postinst() {
280 - ebegin "Updating class cache and locales"
281 - "${EROOT}"usr/sbin/update-gosa
282 - eend $?
283 -}
284
285 diff --git a/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.12.ebuild b/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.12.ebuild
286 deleted file mode 100644
287 index 5ec32600538..00000000000
288 --- a/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.12.ebuild
289 +++ /dev/null
290 @@ -1,52 +0,0 @@
291 -# Copyright 1999-2011 Gentoo Foundation
292 -# Distributed under the terms of the GNU General Public License v2
293 -
294 -EAPI=4
295 -
296 -MY_P="${P/plugin/plugins}"
297 -
298 -DESCRIPTION="GOsa plugin for Mail integration"
299 -HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart."
300 -SRC_URI="ftp://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
301 - http://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
302 - ftp://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2
303 - http://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2 "
304 -
305 -LICENSE="GPL-3"
306 -SLOT="0"
307 -KEYWORDS="~amd64"
308 -IUSE=""
309 -
310 -DEPEND=""
311 -RDEPEND="~net-nds/gosa-core-${PV}
312 - ~net-nds/gosa-plugin-systems-${PV}"
313 -
314 -S="${WORKDIR}/${MY_P}"
315 -GOSA_COMPONENT="${PN/gosa-plugins-}"
316 -
317 -src_install() {
318 - insinto /etc/gosa
319 - doins -r etc/*
320 -
321 - insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/
322 - doins -r html/*
323 -
324 - insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/
325 - doins -r locale/*
326 -
327 - insinto /usr/share/gosa/plugins
328 - doins -r addons admin personal
329 -
330 - insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/
331 - doins help/guide.xml
332 -
333 - dodoc contrib/*
334 - insinto /usr/share/doc/${PF}
335 - doins -r contrib/sieve_vacation
336 -}
337 -
338 -pkg_postinst() {
339 - ebegin "Updating class cache and locales"
340 - "${EROOT}"usr/sbin/update-gosa
341 - eend $?
342 -}
343
344 diff --git a/net-nds/gosa-plugin-mail/metadata.xml b/net-nds/gosa-plugin-mail/metadata.xml
345 deleted file mode 100644
346 index f908d52059f..00000000000
347 --- a/net-nds/gosa-plugin-mail/metadata.xml
348 +++ /dev/null
349 @@ -1,11 +0,0 @@
350 -<?xml version="1.0" encoding="UTF-8"?>
351 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
352 -<pkgmetadata>
353 - <maintainer type="person">
354 - <email>dev-zero@g.o</email>
355 - <name>Tiziano Müller</name>
356 - </maintainer>
357 - <upstream>
358 - <changelog>http://oss.gonicus.de/pub/gosa/Changelog</changelog>
359 - </upstream>
360 -</pkgmetadata>
361
362 diff --git a/net-nds/gosa-plugin-samba/Manifest b/net-nds/gosa-plugin-samba/Manifest
363 deleted file mode 100644
364 index 596398ae2d8..00000000000
365 --- a/net-nds/gosa-plugin-samba/Manifest
366 +++ /dev/null
367 @@ -1 +0,0 @@
368 -DIST gosa-plugins-samba-2.6.12.tar.bz2 52284 BLAKE2B 24a23cba6722479e63421c0f7b74300067c014beafec133fa327d15659b3a7320974413e3643773b08417fec68160000a7632d2bd6fb6c107983b6e2b37ce0d6 SHA512 843ba69d27d421b3a2e3797456c3ecc7d969e42c9f45ff681f11540938b2bac6c16d15f75ade04ff03fa8aa05559f17fe0324e8c03102970c691fcb54a08804f
369
370 diff --git a/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12-r1.ebuild b/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12-r1.ebuild
371 deleted file mode 100644
372 index f888dd90226..00000000000
373 --- a/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12-r1.ebuild
374 +++ /dev/null
375 @@ -1,47 +0,0 @@
376 -# Copyright 1999-2011 Gentoo Foundation
377 -# Distributed under the terms of the GNU General Public License v2
378 -
379 -EAPI=4
380 -
381 -MY_P="${P/plugin/plugins}"
382 -
383 -DESCRIPTION="GOsa plugin for Samba integration"
384 -HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart."
385 -SRC_URI="ftp://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
386 - http://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
387 - ftp://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2
388 - http://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2 "
389 -
390 -LICENSE="GPL-3"
391 -SLOT="0"
392 -KEYWORDS="~amd64"
393 -IUSE=""
394 -
395 -DEPEND=""
396 -RDEPEND="~net-nds/gosa-core-${PV}
397 - ~net-nds/gosa-plugin-systems-${PV}"
398 -
399 -S="${WORKDIR}/${MY_P}"
400 -GOSA_COMPONENT="${PN/gosa-plugin-}"
401 -
402 -src_install() {
403 - insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/
404 - doins -r html/*
405 -
406 - insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/
407 - doins -r locale/*
408 -
409 - insinto /usr/share/gosa/plugins
410 - doins -r admin personal
411 -
412 - insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/
413 - doins -r help/*
414 -
415 - dodoc contrib/*
416 -}
417 -
418 -pkg_postinst() {
419 - ebegin "Updating class cache and locales"
420 - "${EROOT}"usr/sbin/update-gosa
421 - eend $?
422 -}
423
424 diff --git a/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12.ebuild b/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12.ebuild
425 deleted file mode 100644
426 index 6fd68752dca..00000000000
427 --- a/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12.ebuild
428 +++ /dev/null
429 @@ -1,47 +0,0 @@
430 -# Copyright 1999-2011 Gentoo Foundation
431 -# Distributed under the terms of the GNU General Public License v2
432 -
433 -EAPI=4
434 -
435 -MY_P="${P/plugin/plugins}"
436 -
437 -DESCRIPTION="GOsa plugin for Samba integration"
438 -HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart."
439 -SRC_URI="ftp://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
440 - http://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
441 - ftp://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2
442 - http://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2 "
443 -
444 -LICENSE="GPL-3"
445 -SLOT="0"
446 -KEYWORDS="~amd64"
447 -IUSE=""
448 -
449 -DEPEND=""
450 -RDEPEND="~net-nds/gosa-core-${PV}
451 - ~net-nds/gosa-plugin-systems-${PV}"
452 -
453 -S="${WORKDIR}/${MY_P}"
454 -GOSA_COMPONENT="${PN/gosa-plugins-}"
455 -
456 -src_install() {
457 - insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/
458 - doins -r html/*
459 -
460 - insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/
461 - doins -r locale/*
462 -
463 - insinto /usr/share/gosa/plugins
464 - doins -r admin personal
465 -
466 - insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/
467 - doins -r help/*
468 -
469 - dodoc contrib/*
470 -}
471 -
472 -pkg_postinst() {
473 - ebegin "Updating class cache and locales"
474 - "${EROOT}"usr/sbin/update-gosa
475 - eend $?
476 -}
477
478 diff --git a/net-nds/gosa-plugin-samba/metadata.xml b/net-nds/gosa-plugin-samba/metadata.xml
479 deleted file mode 100644
480 index f908d52059f..00000000000
481 --- a/net-nds/gosa-plugin-samba/metadata.xml
482 +++ /dev/null
483 @@ -1,11 +0,0 @@
484 -<?xml version="1.0" encoding="UTF-8"?>
485 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
486 -<pkgmetadata>
487 - <maintainer type="person">
488 - <email>dev-zero@g.o</email>
489 - <name>Tiziano Müller</name>
490 - </maintainer>
491 - <upstream>
492 - <changelog>http://oss.gonicus.de/pub/gosa/Changelog</changelog>
493 - </upstream>
494 -</pkgmetadata>
495
496 diff --git a/net-nds/gosa-plugin-systems/Manifest b/net-nds/gosa-plugin-systems/Manifest
497 deleted file mode 100644
498 index 88ea68d2be3..00000000000
499 --- a/net-nds/gosa-plugin-systems/Manifest
500 +++ /dev/null
501 @@ -1 +0,0 @@
502 -DIST gosa-plugins-systems-2.6.12.tar.bz2 160384 BLAKE2B ad528348f360c904dd25249473f215204f7433970a306667bec4898e8bf244ffe7cd535d13249e52aa979b674e52c16a5bcd6156a27afaab0fc4f1698fa0a0e3 SHA512 bfac3e5f7ea75c0df1f23e2a156f49184307026b2917dba34c697b02412c2a8ee1313efe4d8c224098a418be4fbf9e0e558707820fd45fb143ff3b85973f5f8e
503
504 diff --git a/net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.12-r1.ebuild b/net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.12-r1.ebuild
505 deleted file mode 100644
506 index bab9961b16d..00000000000
507 --- a/net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.12-r1.ebuild
508 +++ /dev/null
509 @@ -1,44 +0,0 @@
510 -# Copyright 1999-2011 Gentoo Foundation
511 -# Distributed under the terms of the GNU General Public License v2
512 -
513 -EAPI=4
514 -
515 -MY_P="${P/plugin/plugins}"
516 -
517 -DESCRIPTION="GOsa plugin for common systems integration"
518 -HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart."
519 -SRC_URI="ftp://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
520 - http://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
521 - ftp://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2
522 - http://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2 "
523 -
524 -LICENSE="GPL-3"
525 -SLOT="0"
526 -KEYWORDS="~amd64"
527 -IUSE=""
528 -
529 -DEPEND=""
530 -RDEPEND="~net-nds/gosa-core-${PV}"
531 -
532 -S="${WORKDIR}/${MY_P}"
533 -GOSA_COMPONENT="${PN/gosa-plugin-}"
534 -
535 -src_install() {
536 - insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/
537 - doins -r html/*
538 -
539 - insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/
540 - doins -r locale/*
541 -
542 - insinto /usr/share/gosa/plugins
543 - doins -r admin
544 -
545 - insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/
546 - doins -r help/*
547 -}
548 -
549 -pkg_postinst() {
550 - ebegin "Updating class cache and locales"
551 - "${EROOT}"usr/sbin/update-gosa
552 - eend $?
553 -}
554
555 diff --git a/net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.12.ebuild b/net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.12.ebuild
556 deleted file mode 100644
557 index 60d670d1bf8..00000000000
558 --- a/net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.12.ebuild
559 +++ /dev/null
560 @@ -1,44 +0,0 @@
561 -# Copyright 1999-2011 Gentoo Foundation
562 -# Distributed under the terms of the GNU General Public License v2
563 -
564 -EAPI=4
565 -
566 -MY_P="${P/plugin/plugins}"
567 -
568 -DESCRIPTION="GOsa plugin for common systems integration"
569 -HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart."
570 -SRC_URI="ftp://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
571 - http://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
572 - ftp://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2
573 - http://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2 "
574 -
575 -LICENSE="GPL-3"
576 -SLOT="0"
577 -KEYWORDS="~amd64"
578 -IUSE=""
579 -
580 -DEPEND=""
581 -RDEPEND="~net-nds/gosa-core-${PV}"
582 -
583 -S="${WORKDIR}/${MY_P}"
584 -GOSA_COMPONENT="${PN/gosa-plugins-}"
585 -
586 -src_install() {
587 - insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/
588 - doins -r html/*
589 -
590 - insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/
591 - doins -r locale/*
592 -
593 - insinto /usr/share/gosa/plugins
594 - doins -r admin
595 -
596 - insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/
597 - doins -r help/*
598 -}
599 -
600 -pkg_postinst() {
601 - ebegin "Updating class cache and locales"
602 - "${EROOT}"usr/sbin/update-gosa
603 - eend $?
604 -}
605
606 diff --git a/net-nds/gosa-plugin-systems/metadata.xml b/net-nds/gosa-plugin-systems/metadata.xml
607 deleted file mode 100644
608 index f908d52059f..00000000000
609 --- a/net-nds/gosa-plugin-systems/metadata.xml
610 +++ /dev/null
611 @@ -1,11 +0,0 @@
612 -<?xml version="1.0" encoding="UTF-8"?>
613 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
614 -<pkgmetadata>
615 - <maintainer type="person">
616 - <email>dev-zero@g.o</email>
617 - <name>Tiziano Müller</name>
618 - </maintainer>
619 - <upstream>
620 - <changelog>http://oss.gonicus.de/pub/gosa/Changelog</changelog>
621 - </upstream>
622 -</pkgmetadata>
623
624 diff --git a/profiles/package.mask b/profiles/package.mask
625 index f70a114cd2d..0275abd348b 100644
626 --- a/profiles/package.mask
627 +++ b/profiles/package.mask
628 @@ -146,16 +146,6 @@ dev-go/sarama
629 # corrupts object files: bug #671760
630 >=dev-libs/elfutils-0.175
631
632 -# Tiziano Müller <dev-zero@g.o> (21 Nov 2018)
633 -# Project is in maintenance-only mode with the last big release in 2012.
634 -# Needs a dedicated maintainer with a matching LDAP setup (extra schemas required).
635 -# Several open issues (#370985, #356827, #399845, #544562, #651092) and one security
636 -# bug (bug #66912). Therefore removal in 30 days.
637 -net-nds/gosa-core
638 -net-nds/gosa-plugin-mail
639 -net-nds/gosa-plugin-samba
640 -net-nds/gosa-plugin-systems
641 -
642 # Mike Gilbert <floppym@g.o> (10 Nov 2018)
643 # Open bugs and no Gentoo maintainer.
644 # Removal in 30 days.