net-nds/gosa-*: Remove last rite packages
authorBrian Evans <grknight@gentoo.org>
Wed, 23 Jan 2019 18:09:37 +0000 (13:09 -0500)
committerBrian Evans <grknight@gentoo.org>
Wed, 23 Jan 2019 18:09:37 +0000 (13:09 -0500)
Closes: https://bugs.gentoo.org/651092
Signed-off-by: Brian Evans <grknight@gentoo.org>
17 files changed:
net-nds/gosa-core/Manifest [deleted file]
net-nds/gosa-core/files/gosa.include [deleted file]
net-nds/gosa-core/gosa-core-2.6.12.ebuild [deleted file]
net-nds/gosa-core/metadata.xml [deleted file]
net-nds/gosa-plugin-mail/Manifest [deleted file]
net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.12-r1.ebuild [deleted file]
net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.12.ebuild [deleted file]
net-nds/gosa-plugin-mail/metadata.xml [deleted file]
net-nds/gosa-plugin-samba/Manifest [deleted file]
net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12-r1.ebuild [deleted file]
net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12.ebuild [deleted file]
net-nds/gosa-plugin-samba/metadata.xml [deleted file]
net-nds/gosa-plugin-systems/Manifest [deleted file]
net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.12-r1.ebuild [deleted file]
net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.12.ebuild [deleted file]
net-nds/gosa-plugin-systems/metadata.xml [deleted file]
profiles/package.mask

diff --git a/net-nds/gosa-core/Manifest b/net-nds/gosa-core/Manifest
deleted file mode 100644 (file)
index 93c1f72..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST gosa-core-2.6.12.tar.bz2 2541062 BLAKE2B 2322313378eb87101be938713995fef3224dec093ea6b8938f7222a3dfa9b7d6773097685fb3f396f2978d9639e8c85f966280c22179077a2249cd3383b6be68 SHA512 541a7ec780e41cfe025303cb627281e857227aa64cdb831732f527a6221d107cd77f3e55bec7641911fff03836bb9d49ceac45bcacd662020b19497b6aa2ab3d
diff --git a/net-nds/gosa-core/files/gosa.include b/net-nds/gosa-core/files/gosa.include
deleted file mode 100644 (file)
index dcd3434..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-Alias /gosa /usr/share/gosa/html
-
-<Directory /usr/share/gosa/html>
-    Options None
-    AllowOverride None
-    Order deny,allow
-    Allow from all
-</Directory>
-
-<IfModule mod_php5.c>
-<Location /gosa>
-    php_admin_flag engine on
-    php_admin_flag register_globals off
-    php_admin_flag allow_call_time_pass_reference off
-    php_admin_flag expose_php off
-    php_admin_flag zend.ze1_compatibility_mode off
-    php_admin_flag register_long_arrays off
-    php_admin_flag magic_quotes_gpc on
-    php_admin_value upload_tmp_dir /var/spool/gosa/
-    php_admin_value session.cookie_lifetime 0
-    include /etc/gosa/gosa.secrets
-</Location>
-</IfModule>
-
-<IfModule mod_fcgid.c>
-   PHP_Fix_Pathinfo_Enable 1
-   <Location /gosa>
-     Options +ExecCGI
-     AddHandler fcgid-script .php
-     FCGIWrapper /var/www/php-fcgi/php-fcgi-starter .php
-     include /etc/gosa/gosa.secrets
-   </Location>
-</IfModule>
-
-
-# vim: ts=4 filetype=apache
diff --git a/net-nds/gosa-core/gosa-core-2.6.12.ebuild b/net-nds/gosa-core/gosa-core-2.6.12.ebuild
deleted file mode 100644 (file)
index 20773e8..0000000
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="LDAP administration frontend for user administration"
-HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart."
-SRC_URI="ftp://oss.gonicus.de/pub/gosa/${P}.tar.bz2
-       http://oss.gonicus.de/pub/gosa/${P}.tar.bz2
-       ftp://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2
-       http://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2     "
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="mail samba"
-
-DEPEND="dev-lang/php[iconv,imap,ldap,mysql,session,zip]
-       sys-devel/gettext"
-RDEPEND="${DEPEND}
-       virtual/httpd-php
-       dev-perl/Crypt-SmbHash
-       media-gfx/imagemagick"
-PDEPEND="mail? ( ~net-nds/gosa-plugin-mail-${PV} )
-       samba? ( ~net-nds/gosa-plugin-samba-${PV} )"
-
-src_prepare() {
-       epatch \
-               "${S}/redhat/02_fix_class_mapping.patch" \
-               "${S}/redhat/03_fix_locale_location.patch" \
-               "${S}/redhat/04_fix_online_help_location.patch"
-       sed -i \
-               -e 's|../contrib|/usr/share/gosa/template|' \
-               include/functions.inc || die "sed failed"
-}
-
-src_install() {
-       insinto /usr/share/gosa
-       doins -r doc html ihtml include locale plugins setup
-
-       insinto /usr/share/gosa/template
-       doins contrib/gosa.conf
-
-       dosbin \
-               update-gosa \
-               bin/gosa-encrypt-passwords
-
-       dobin \
-               update-locale \
-               update-online-help \
-               update-pdf-help \
-               dh-make-gosa \
-               contrib/gosa
-
-       insinto /etc/gosa
-       doins \
-               contrib/shells \
-               contrib/encodings \
-               contrib/desktoprc
-       touch "${D}/etc/gosa/gosa.secrets"
-
-       doicon debian/*.xpm
-       domenu debian/gosa-desktop.desktop
-
-       doman *.1 contrib/*.1 contrib/*.5
-
-       dodoc contrib/openldap/slapd.conf
-       insinto /etc/openldap/schema/gosa
-       doins contrib/openldap/*.schema
-
-       insinto /etc/apache2/vhosts.d
-       doins "${FILESDIR}/gosa.include"
-
-       dodoc AUTHORS Changelog FAQ README README.safemode
-
-       keepdir /etc/gosa
-       keepdir /var/spool/gosa
-       keepdir /var/cache/gosa
-}
-
-pkg_prerm() {
-       ebegin "Flushing the class and locale cache"
-       rm -r "${EROOT}"var/cache/gosa/*
-       eend $?
-       ebegin "Clearing the spool directory"
-       rm -r "${EROOT}"var/spool/gosa/*
-       eend $?
-}
-
-pkg_postinst() {
-       ebegin "Generating class cache and locales"
-       "${EROOT}"usr/sbin/update-gosa
-       eend $?
-
-       elog "Please make sure that the web server you are going to use has"
-       elog "read-write access to ${EROOT}var/spool/gosa"
-
-       elog "For Apache there is the gosa.include file in ${EROOT}etc/apache/vhosts.d."
-       elog "You can either use it as a template for your configuration or directly"
-       elog "include it in your apache configuration."
-
-       elog "GOsa requires some objectclasses and attributes to be present in the"
-       elog "directory. A sample configuration for slapd.conf can be found here:"
-       elog "    ${EROOR}usr/share/doc/${PF}/slapd.conf[.gz]"
-}
diff --git a/net-nds/gosa-core/metadata.xml b/net-nds/gosa-core/metadata.xml
deleted file mode 100644 (file)
index 1af2e77..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="person">
-               <email>dev-zero@gentoo.org</email>
-               <name>Tiziano Müller</name>
-       </maintainer>
-       <use>
-               <flag name="mail">Manage mail accounts and servers with gosa.</flag>
-               <flag name="samba">Manage samba accounts with gosa.</flag>
-       </use>
-       <upstream>
-               <changelog>http://oss.gonicus.de/pub/gosa/Changelog</changelog>
-       </upstream>
-</pkgmetadata>
diff --git a/net-nds/gosa-plugin-mail/Manifest b/net-nds/gosa-plugin-mail/Manifest
deleted file mode 100644 (file)
index 667dded..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST gosa-plugins-mail-2.6.12.tar.bz2 169052 BLAKE2B b747cd7ecb75b3181106f6b6cd06c0359aac8547120480e12c52a67b9706231f3b688d33cd097600b9efb5baf0a420b19d1e715f0bfb6a36e4c8b5843ed73fb8 SHA512 270acb86cc31e45c3e58be8fc00d4ce86181e25af08a3d66bb21c5a6ae3a0ce62d0a8b18a9380f953934276114e1a7ff34c8fd0900bc6af7930bedd67d33d522
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
deleted file mode 100644 (file)
index 124cd1a..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MY_P="${P/plugin/plugins}"
-
-DESCRIPTION="GOsa plugin for Mail integration"
-HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart."
-SRC_URI="ftp://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
-       http://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
-       ftp://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2
-       http://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2  "
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="~net-nds/gosa-core-${PV}
-       ~net-nds/gosa-plugin-systems-${PV}"
-
-S="${WORKDIR}/${MY_P}"
-GOSA_COMPONENT="${PN/gosa-plugin-}"
-
-src_install() {
-       insinto /etc/gosa
-       doins -r etc/*
-
-       insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/
-       doins -r html/*
-
-       insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/
-       doins -r locale/*
-
-       insinto /usr/share/gosa/plugins
-       doins -r addons admin personal
-
-       insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/
-       doins help/guide.xml
-
-       dodoc -r contrib/*
-       insinto /usr/share/doc/${PF}
-}
-
-pkg_postinst() {
-       ebegin "Updating class cache and locales"
-       "${EROOT}"usr/sbin/update-gosa
-       eend $?
-}
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
deleted file mode 100644 (file)
index 5ec3260..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MY_P="${P/plugin/plugins}"
-
-DESCRIPTION="GOsa plugin for Mail integration"
-HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart."
-SRC_URI="ftp://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
-       http://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
-       ftp://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2
-       http://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2  "
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="~net-nds/gosa-core-${PV}
-       ~net-nds/gosa-plugin-systems-${PV}"
-
-S="${WORKDIR}/${MY_P}"
-GOSA_COMPONENT="${PN/gosa-plugins-}"
-
-src_install() {
-       insinto /etc/gosa
-       doins -r etc/*
-
-       insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/
-       doins -r html/*
-
-       insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/
-       doins -r locale/*
-
-       insinto /usr/share/gosa/plugins
-       doins -r addons admin personal
-
-       insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/
-       doins help/guide.xml
-
-       dodoc contrib/*
-       insinto /usr/share/doc/${PF}
-       doins -r contrib/sieve_vacation
-}
-
-pkg_postinst() {
-       ebegin "Updating class cache and locales"
-       "${EROOT}"usr/sbin/update-gosa
-       eend $?
-}
diff --git a/net-nds/gosa-plugin-mail/metadata.xml b/net-nds/gosa-plugin-mail/metadata.xml
deleted file mode 100644 (file)
index f908d52..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="person">
-               <email>dev-zero@gentoo.org</email>
-               <name>Tiziano Müller</name>
-       </maintainer>
-       <upstream>
-               <changelog>http://oss.gonicus.de/pub/gosa/Changelog</changelog>
-       </upstream>
-</pkgmetadata>
diff --git a/net-nds/gosa-plugin-samba/Manifest b/net-nds/gosa-plugin-samba/Manifest
deleted file mode 100644 (file)
index 596398a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST gosa-plugins-samba-2.6.12.tar.bz2 52284 BLAKE2B 24a23cba6722479e63421c0f7b74300067c014beafec133fa327d15659b3a7320974413e3643773b08417fec68160000a7632d2bd6fb6c107983b6e2b37ce0d6 SHA512 843ba69d27d421b3a2e3797456c3ecc7d969e42c9f45ff681f11540938b2bac6c16d15f75ade04ff03fa8aa05559f17fe0324e8c03102970c691fcb54a08804f
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
deleted file mode 100644 (file)
index f888dd9..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MY_P="${P/plugin/plugins}"
-
-DESCRIPTION="GOsa plugin for Samba integration"
-HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart."
-SRC_URI="ftp://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
-       http://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
-       ftp://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2
-       http://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2  "
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="~net-nds/gosa-core-${PV}
-       ~net-nds/gosa-plugin-systems-${PV}"
-
-S="${WORKDIR}/${MY_P}"
-GOSA_COMPONENT="${PN/gosa-plugin-}"
-
-src_install() {
-       insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/
-       doins -r html/*
-
-       insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/
-       doins -r locale/*
-
-       insinto /usr/share/gosa/plugins
-       doins -r admin personal
-
-       insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/
-       doins -r help/*
-
-       dodoc contrib/*
-}
-
-pkg_postinst() {
-       ebegin "Updating class cache and locales"
-       "${EROOT}"usr/sbin/update-gosa
-       eend $?
-}
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
deleted file mode 100644 (file)
index 6fd6875..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MY_P="${P/plugin/plugins}"
-
-DESCRIPTION="GOsa plugin for Samba integration"
-HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart."
-SRC_URI="ftp://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
-       http://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
-       ftp://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2
-       http://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2  "
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="~net-nds/gosa-core-${PV}
-       ~net-nds/gosa-plugin-systems-${PV}"
-
-S="${WORKDIR}/${MY_P}"
-GOSA_COMPONENT="${PN/gosa-plugins-}"
-
-src_install() {
-       insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/
-       doins -r html/*
-
-       insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/
-       doins -r locale/*
-
-       insinto /usr/share/gosa/plugins
-       doins -r admin personal
-
-       insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/
-       doins -r help/*
-
-       dodoc contrib/*
-}
-
-pkg_postinst() {
-       ebegin "Updating class cache and locales"
-       "${EROOT}"usr/sbin/update-gosa
-       eend $?
-}
diff --git a/net-nds/gosa-plugin-samba/metadata.xml b/net-nds/gosa-plugin-samba/metadata.xml
deleted file mode 100644 (file)
index f908d52..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="person">
-               <email>dev-zero@gentoo.org</email>
-               <name>Tiziano Müller</name>
-       </maintainer>
-       <upstream>
-               <changelog>http://oss.gonicus.de/pub/gosa/Changelog</changelog>
-       </upstream>
-</pkgmetadata>
diff --git a/net-nds/gosa-plugin-systems/Manifest b/net-nds/gosa-plugin-systems/Manifest
deleted file mode 100644 (file)
index 88ea68d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST gosa-plugins-systems-2.6.12.tar.bz2 160384 BLAKE2B ad528348f360c904dd25249473f215204f7433970a306667bec4898e8bf244ffe7cd535d13249e52aa979b674e52c16a5bcd6156a27afaab0fc4f1698fa0a0e3 SHA512 bfac3e5f7ea75c0df1f23e2a156f49184307026b2917dba34c697b02412c2a8ee1313efe4d8c224098a418be4fbf9e0e558707820fd45fb143ff3b85973f5f8e
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
deleted file mode 100644 (file)
index bab9961..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MY_P="${P/plugin/plugins}"
-
-DESCRIPTION="GOsa plugin for common systems integration"
-HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart."
-SRC_URI="ftp://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
-       http://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
-       ftp://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2
-       http://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2  "
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="~net-nds/gosa-core-${PV}"
-
-S="${WORKDIR}/${MY_P}"
-GOSA_COMPONENT="${PN/gosa-plugin-}"
-
-src_install() {
-       insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/
-       doins -r html/*
-
-       insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/
-       doins -r locale/*
-
-       insinto /usr/share/gosa/plugins
-       doins -r admin
-
-       insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/
-       doins -r help/*
-}
-
-pkg_postinst() {
-       ebegin "Updating class cache and locales"
-       "${EROOT}"usr/sbin/update-gosa
-       eend $?
-}
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
deleted file mode 100644 (file)
index 60d670d..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MY_P="${P/plugin/plugins}"
-
-DESCRIPTION="GOsa plugin for common systems integration"
-HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart."
-SRC_URI="ftp://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
-       http://oss.gonicus.de/pub/gosa/${MY_P}.tar.bz2
-       ftp://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2
-       http://oss.gonicus.de/pub/gosa/archive/${MY_P}.tar.bz2  "
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="~net-nds/gosa-core-${PV}"
-
-S="${WORKDIR}/${MY_P}"
-GOSA_COMPONENT="${PN/gosa-plugins-}"
-
-src_install() {
-       insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/
-       doins -r html/*
-
-       insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/
-       doins -r locale/*
-
-       insinto /usr/share/gosa/plugins
-       doins -r admin
-
-       insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/
-       doins -r help/*
-}
-
-pkg_postinst() {
-       ebegin "Updating class cache and locales"
-       "${EROOT}"usr/sbin/update-gosa
-       eend $?
-}
diff --git a/net-nds/gosa-plugin-systems/metadata.xml b/net-nds/gosa-plugin-systems/metadata.xml
deleted file mode 100644 (file)
index f908d52..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="person">
-               <email>dev-zero@gentoo.org</email>
-               <name>Tiziano Müller</name>
-       </maintainer>
-       <upstream>
-               <changelog>http://oss.gonicus.de/pub/gosa/Changelog</changelog>
-       </upstream>
-</pkgmetadata>
index f70a114cd2dab2d5828adf80feef6317b5be5fa1..0275abd348b896dc3e9637c0b4fc4a62a0e5fb49 100644 (file)
@@ -146,16 +146,6 @@ dev-go/sarama
 # corrupts object files: bug #671760
 >=dev-libs/elfutils-0.175
 
-# Tiziano Müller <dev-zero@gentoo.org> (21 Nov 2018)
-# Project is in maintenance-only mode with the last big release in 2012.
-# Needs a dedicated maintainer with a matching LDAP setup (extra schemas required).
-# Several open issues (#370985, #356827, #399845, #544562, #651092) and one security
-# bug (bug #66912). Therefore removal in 30 days.
-net-nds/gosa-core
-net-nds/gosa-plugin-mail
-net-nds/gosa-plugin-samba
-net-nds/gosa-plugin-systems
-
 # Mike Gilbert <floppym@gentoo.org> (10 Nov 2018)
 # Open bugs and no Gentoo maintainer.
 # Removal in 30 days.