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