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.11.ebuild
Date: Mon, 23 Aug 2010 08:57:35
Message-Id: 20100823085732.E810B2004E@flycatcher.gentoo.org
1 dev-zero 10/08/23 08:57:32
2
3 Modified: ChangeLog
4 Added: gosa-plugin-systems-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-systems/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/gosa-plugin-systems/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/gosa-plugin-systems/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/gosa-plugin-systems/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-nds/gosa-plugin-systems/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:05:33 -0000 1.1
23 +++ ChangeLog 23 Aug 2010 08:57:32 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-nds/gosa-plugin-systems
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-nds/gosa-plugin-systems/ChangeLog,v 1.1 2010/08/18 15:05:33 dev-zero Exp $
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 +
30 +*gosa-plugin-systems-2.6.11 (23 Aug 2010)
31 +
32 + 23 Aug 2010; Tiziano Müller <dev-zero@g.o>
33 + +gosa-plugin-systems-2.6.11.ebuild:
34 + Version bump.
35
36 *gosa-plugin-systems-2.6.10 (18 Aug 2010)
37
38
39
40
41 1.1 net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.11.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.11.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/gosa-plugin-systems/gosa-plugin-systems-2.6.11.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gosa-plugin-systems-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-systems/gosa-plugin-systems-2.6.11.ebuild,v 1.1 2010/08/23 08:57:32 dev-zero Exp $
51
52 EAPI=3
53
54 inherit eutils
55
56 DESCRIPTION="GOsa plugin for common systems integration"
57 HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart."
58 SRC_URI="ftp://oss.gonicus.de/pub/gosa/${P}.tar.bz2
59 http://oss.gonicus.de/pub/gosa/${P}.tar.bz2
60 ftp://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2
61 http://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 "
62
63 LICENSE="GPL-3"
64 SLOT="0"
65 KEYWORDS="~amd64"
66 IUSE=""
67
68 DEPEND=""
69 RDEPEND="~net-nds/gosa-core-${PV}"
70
71 GOSA_COMPONENT="${PN/gosa-plugin-}"
72
73 src_install() {
74 insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/
75 doins -r html/*
76
77 insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/
78 doins -r locale/*
79
80 insinto /usr/share/gosa/plugins
81 doins -r admin
82
83 insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/
84 doins -r help/*
85 }
86
87 pkg_postinst() {
88 ebegin "Updating class cache and locales"
89 "${EROOT}"usr/sbin/update-gosa
90 eend $?
91 }