summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2010-08-18 15:07:10 +0000
committerTiziano Müller <dev-zero@gentoo.org>2010-08-18 15:07:10 +0000
commit94704fba56df724347a27c2b2be02ee419d0e1f0 (patch)
tree447e136dc1f9729df9295d63e46ee7f7fd6feb01 /net-nds/gosa-plugin-mail
parentInitial commit, needed for gosa-plugin-samba and gosa-plugin-mail. (diff)
downloadhistorical-94704fba56df724347a27c2b2be02ee419d0e1f0.tar.gz
historical-94704fba56df724347a27c2b2be02ee419d0e1f0.tar.bz2
historical-94704fba56df724347a27c2b2be02ee419d0e1f0.zip
Initial commit.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'net-nds/gosa-plugin-mail')
-rw-r--r--net-nds/gosa-plugin-mail/ChangeLog10
-rw-r--r--net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.10.ebuild50
-rw-r--r--net-nds/gosa-plugin-mail/metadata.xml12
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>