summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2019-01-23 13:09:37 -0500
committerBrian Evans <grknight@gentoo.org>2019-01-23 13:09:37 -0500
commitfeb8e8f644098610b6eaf7bba6c8f51aae483225 (patch)
tree1688660c1f5068a2ed4b406a2f9b51f28b3d2f2d /net-nds/gosa-core
parentapp-emulation/phpvirtualbox: Drop old (diff)
downloadgentoo-feb8e8f644098610b6eaf7bba6c8f51aae483225.tar.gz
gentoo-feb8e8f644098610b6eaf7bba6c8f51aae483225.tar.bz2
gentoo-feb8e8f644098610b6eaf7bba6c8f51aae483225.zip
net-nds/gosa-*: Remove last rite packages
Closes: https://bugs.gentoo.org/651092 Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'net-nds/gosa-core')
-rw-r--r--net-nds/gosa-core/Manifest1
-rw-r--r--net-nds/gosa-core/files/gosa.include36
-rw-r--r--net-nds/gosa-core/gosa-core-2.6.12.ebuild107
-rw-r--r--net-nds/gosa-core/metadata.xml15
4 files changed, 0 insertions, 159 deletions
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
-
-<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
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 @@
-<?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>