diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2010-08-18 15:05:33 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2010-08-18 15:05:33 +0000 |
commit | 25c612f5f19c2c376255a9333fb91d7b33ead917 (patch) | |
tree | baa22b17d91b2442705fe189b0ceb580acb5f063 /net-nds/gosa-plugin-systems | |
parent | Stable on amd64 wrt bug #329583 (diff) | |
download | gentoo-2-25c612f5f19c2c376255a9333fb91d7b33ead917.tar.gz gentoo-2-25c612f5f19c2c376255a9333fb91d7b33ead917.tar.bz2 gentoo-2-25c612f5f19c2c376255a9333fb91d7b33ead917.zip |
Initial commit, needed for gosa-plugin-samba and gosa-plugin-mail.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-nds/gosa-plugin-systems')
-rw-r--r-- | net-nds/gosa-plugin-systems/ChangeLog | 10 | ||||
-rw-r--r-- | net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.10.ebuild | 44 | ||||
-rw-r--r-- | net-nds/gosa-plugin-systems/metadata.xml | 12 |
3 files changed, 66 insertions, 0 deletions
diff --git a/net-nds/gosa-plugin-systems/ChangeLog b/net-nds/gosa-plugin-systems/ChangeLog new file mode 100644 index 000000000000..81c60fcbb4d2 --- /dev/null +++ b/net-nds/gosa-plugin-systems/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-nds/gosa-plugin-systems +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-nds/gosa-plugin-systems/ChangeLog,v 1.1 2010/08/18 15:05:33 dev-zero Exp $ + +*gosa-plugin-systems-2.6.10 (18 Aug 2010) + + 18 Aug 2010; Tiziano Müller <dev-zero@gentoo.org> + +gosa-plugin-systems-2.6.10.ebuild, +metadata.xml: + Initial commit, needed for gosa-plugin-samba and gosa-plugin-mail. + diff --git a/net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.10.ebuild b/net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.10.ebuild new file mode 100644 index 000000000000..eab92c679991 --- /dev/null +++ b/net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.10.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.10.ebuild,v 1.1 2010/08/18 15:05:33 dev-zero Exp $ + +EAPI=3 + +inherit eutils + +DESCRIPTION="GOsa plugin for common systems integration" +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="" + +DEPEND="" +RDEPEND="~net-nds/gosa-core-${PV}" + +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/metadata.xml b/net-nds/gosa-plugin-systems/metadata.xml new file mode 100644 index 000000000000..0c6ccc026e3b --- /dev/null +++ b/net-nds/gosa-plugin-systems/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>dev-zero@gentoo.org</email> + <name>Tiziano Müller</name> + </maintainer> + <upstream> + <changelog>http://oss.gonicus.de/pub/gosa/Changelog</changelog> + </upstream> +</pkgmetadata> |