From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- .../gosa-plugin-samba-2.6.12-r1.ebuild | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12-r1.ebuild (limited to 'net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12-r1.ebuild') 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 new file mode 100644 index 000000000000..f888dd90226d --- /dev/null +++ b/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12-r1.ebuild @@ -0,0 +1,47 @@ +# 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 $? +} -- cgit v1.2.3