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