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-samba: gosa-plugin-samba-2.6.12.ebuild ChangeLog
Date: Tue, 01 Mar 2011 06:49:34
Message-Id: 20110301064922.70CC420054@flycatcher.gentoo.org
1 dev-zero 11/03/01 06:49:22
2
3 Modified: ChangeLog
4 Added: gosa-plugin-samba-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.4 net-nds/gosa-plugin-samba/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/gosa-plugin-samba/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/gosa-plugin-samba/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/gosa-plugin-samba/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-nds/gosa-plugin-samba/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 23 Aug 2010 08:57:56 -0000 1.3
24 +++ ChangeLog 1 Mar 2011 06:49:22 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-nds/gosa-plugin-samba
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-nds/gosa-plugin-samba/ChangeLog,v 1.3 2010/08/23 08:57:56 dev-zero Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-nds/gosa-plugin-samba/ChangeLog,v 1.4 2011/03/01 06:49:22 dev-zero Exp $
31 +
32 +*gosa-plugin-samba-2.6.12 (01 Mar 2011)
33 +
34 + 01 Mar 2011; Tiziano Müller <dev-zero@g.o>
35 + +gosa-plugin-samba-2.6.12.ebuild:
36 + Version bump (bug #356827).
37
38 *gosa-plugin-samba-2.6.11 (23 Aug 2010)
39
40
41
42
43 1.1 net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.12.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gosa-plugin-samba-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-samba/gosa-plugin-samba-2.6.12.ebuild,v 1.1 2011/03/01 06:49:22 dev-zero Exp $
53
54 EAPI=4
55
56 MY_P="${P/plugin/plugins}"
57
58 DESCRIPTION="GOsa plugin for Samba 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 /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/
79 doins -r html/*
80
81 insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/
82 doins -r locale/*
83
84 insinto /usr/share/gosa/plugins
85 doins -r admin personal
86
87 insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/
88 doins -r help/*
89
90 dodoc contrib/*
91 }
92
93 pkg_postinst() {
94 ebegin "Updating class cache and locales"
95 "${EROOT}"usr/sbin/update-gosa
96 eend $?
97 }