From: Brian Evans Date: Wed, 23 Jan 2019 18:09:37 +0000 (-0500) Subject: net-nds/gosa-*: Remove last rite packages X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=feb8e8f644098610b6eaf7bba6c8f51aae483225;p=gentoo.git net-nds/gosa-*: Remove last rite packages Closes: https://bugs.gentoo.org/651092 Signed-off-by: Brian Evans --- diff --git a/net-nds/gosa-core/Manifest b/net-nds/gosa-core/Manifest deleted file mode 100644 index 93c1f72e65ea..000000000000 --- a/net-nds/gosa-core/Manifest +++ /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 index dcd3434964a4..000000000000 --- a/net-nds/gosa-core/files/gosa.include +++ /dev/null @@ -1,36 +0,0 @@ -Alias /gosa /usr/share/gosa/html - - - Options None - AllowOverride None - Order deny,allow - Allow from all - - - - - 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 - - - - - PHP_Fix_Pathinfo_Enable 1 - - Options +ExecCGI - AddHandler fcgid-script .php - FCGIWrapper /var/www/php-fcgi/php-fcgi-starter .php - include /etc/gosa/gosa.secrets - - - - -# 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 index 20773e8aee57..000000000000 --- a/net-nds/gosa-core/gosa-core-2.6.12.ebuild +++ /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 index 1af2e776ba98..000000000000 --- a/net-nds/gosa-core/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - dev-zero@gentoo.org - Tiziano Müller - - - Manage mail accounts and servers with gosa. - Manage samba accounts with gosa. - - - http://oss.gonicus.de/pub/gosa/Changelog - - diff --git a/net-nds/gosa-plugin-mail/Manifest b/net-nds/gosa-plugin-mail/Manifest deleted file mode 100644 index 667dded848d0..000000000000 --- a/net-nds/gosa-plugin-mail/Manifest +++ /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 index 124cd1a393d8..000000000000 --- a/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.12-r1.ebuild +++ /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 index 5ec32600538d..000000000000 --- a/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.12.ebuild +++ /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 index f908d52059f8..000000000000 --- a/net-nds/gosa-plugin-mail/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - dev-zero@gentoo.org - Tiziano Müller - - - http://oss.gonicus.de/pub/gosa/Changelog - - diff --git a/net-nds/gosa-plugin-samba/Manifest b/net-nds/gosa-plugin-samba/Manifest deleted file mode 100644 index 596398ae2d8a..000000000000 --- a/net-nds/gosa-plugin-samba/Manifest +++ /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 index f888dd90226d..000000000000 --- a/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12-r1.ebuild +++ /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 index 6fd68752dcaf..000000000000 --- a/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12.ebuild +++ /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 index f908d52059f8..000000000000 --- a/net-nds/gosa-plugin-samba/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - dev-zero@gentoo.org - Tiziano Müller - - - http://oss.gonicus.de/pub/gosa/Changelog - - diff --git a/net-nds/gosa-plugin-systems/Manifest b/net-nds/gosa-plugin-systems/Manifest deleted file mode 100644 index 88ea68d2be3a..000000000000 --- a/net-nds/gosa-plugin-systems/Manifest +++ /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 index bab9961b16de..000000000000 --- a/net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.12-r1.ebuild +++ /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 index 60d670d1bf86..000000000000 --- a/net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.12.ebuild +++ /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 index f908d52059f8..000000000000 --- a/net-nds/gosa-plugin-systems/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - dev-zero@gentoo.org - Tiziano Müller - - - http://oss.gonicus.de/pub/gosa/Changelog - - diff --git a/profiles/package.mask b/profiles/package.mask index f70a114cd2da..0275abd348b8 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -146,16 +146,6 @@ dev-go/sarama # corrupts object files: bug #671760 >=dev-libs/elfutils-0.175 -# Tiziano Müller (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 (10 Nov 2018) # Open bugs and no Gentoo maintainer. # Removal in 30 days.