diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2010-08-18 15:07:10 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2010-08-18 15:07:10 +0000 |
commit | b7a1c142fdf5fc1eb58c7e4d64f4c77caa8d99a3 (patch) | |
tree | 500819baa60889ffb5b697c57fe06ecb60227da5 | |
parent | Initial commit, needed for gosa-plugin-samba and gosa-plugin-mail. (diff) | |
download | gentoo-2-b7a1c142fdf5fc1eb58c7e4d64f4c77caa8d99a3.tar.gz gentoo-2-b7a1c142fdf5fc1eb58c7e4d64f4c77caa8d99a3.tar.bz2 gentoo-2-b7a1c142fdf5fc1eb58c7e4d64f4c77caa8d99a3.zip |
Initial commit.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r-- | net-nds/gosa-plugin-mail/ChangeLog | 10 | ||||
-rw-r--r-- | net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.10.ebuild | 50 | ||||
-rw-r--r-- | net-nds/gosa-plugin-mail/metadata.xml | 12 |
3 files changed, 72 insertions, 0 deletions
diff --git a/net-nds/gosa-plugin-mail/ChangeLog b/net-nds/gosa-plugin-mail/ChangeLog new file mode 100644 index 000000000000..2d012265e5da --- /dev/null +++ b/net-nds/gosa-plugin-mail/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-nds/gosa-plugin-mail +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-nds/gosa-plugin-mail/ChangeLog,v 1.1 2010/08/18 15:07:10 dev-zero Exp $ + +*gosa-plugin-mail-2.6.10 (18 Aug 2010) + + 18 Aug 2010; Tiziano Müller <dev-zero@gentoo.org> + +gosa-plugin-mail-2.6.10.ebuild, +metadata.xml: + Initial commit. + diff --git a/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.10.ebuild b/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.10.ebuild new file mode 100644 index 000000000000..b7ad000fbfff --- /dev/null +++ b/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.10.ebuild @@ -0,0 +1,50 @@ +# 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-mail/gosa-plugin-mail-2.6.10.ebuild,v 1.1 2010/08/18 15:07:10 dev-zero Exp $ + +EAPI=3 + +DESCRIPTION="GOsa plugin for Mail 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} + ~net-nds/gosa-plugin-systems-${PV}" + +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 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 new file mode 100644 index 000000000000..0c6ccc026e3b --- /dev/null +++ b/net-nds/gosa-plugin-mail/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> |