Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-nds/gosa-plugin-mail: ChangeLog gosa-plugin-mail-2.6.11.ebuild
Date: Mon, 23 Aug 2010 08:58:19
Message-Id: 20100823085815.757272004E@flycatcher.gentoo.org
1 dev-zero 10/08/23 08:58:15
2
3 Modified: ChangeLog
4 Added: gosa-plugin-mail-2.6.11.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-nds/gosa-plugin-mail/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/gosa-plugin-mail/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/gosa-plugin-mail/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/gosa-plugin-mail/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-nds/gosa-plugin-mail/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 18 Aug 2010 15:07:10 -0000 1.1
23 +++ ChangeLog 23 Aug 2010 08:58:15 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-nds/gosa-plugin-mail
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-nds/gosa-plugin-mail/ChangeLog,v 1.1 2010/08/18 15:07:10 dev-zero Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-nds/gosa-plugin-mail/ChangeLog,v 1.2 2010/08/23 08:58:15 dev-zero Exp $
29 +
30 +*gosa-plugin-mail-2.6.11 (23 Aug 2010)
31 +
32 + 23 Aug 2010; Tiziano Müller <dev-zero@g.o>
33 + +gosa-plugin-mail-2.6.11.ebuild:
34 + Version bump.
35
36 *gosa-plugin-mail-2.6.10 (18 Aug 2010)
37
38
39
40
41 1.1 net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.11.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.11.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.11.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gosa-plugin-mail-2.6.11.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.11.ebuild,v 1.1 2010/08/23 08:58:15 dev-zero Exp $
51
52 EAPI=3
53
54 DESCRIPTION="GOsa plugin for Mail integration"
55 HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart."
56 SRC_URI="ftp://oss.gonicus.de/pub/gosa/${P}.tar.bz2
57 http://oss.gonicus.de/pub/gosa/${P}.tar.bz2
58 ftp://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2
59 http://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 "
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~amd64"
64 IUSE=""
65
66 DEPEND=""
67 RDEPEND="~net-nds/gosa-core-${PV}
68 ~net-nds/gosa-plugin-systems-${PV}"
69
70 GOSA_COMPONENT="${PN/gosa-plugin-}"
71
72 src_install() {
73 insinto /etc/gosa
74 doins -r etc/*
75
76 insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/
77 doins -r html/*
78
79 insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/
80 doins -r locale/*
81
82 insinto /usr/share/gosa/plugins
83 doins -r addons admin personal
84
85 insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/
86 doins help/guide.xml
87
88 dodoc contrib/*
89 insinto /usr/share/doc/${PF}
90 doins -r contrib/sieve_vacation
91 }
92
93 pkg_postinst() {
94 ebegin "Updating class cache and locales"
95 "${EROOT}"usr/sbin/update-gosa
96 eend $?
97 }