Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/gosa-core/
Date: Tue, 14 Feb 2017 23:44:34
Message-Id: 1487115845.7260b3b655798071ceef043e1fedb7750aad2430.mrueg@gentoo
1 commit: 7260b3b655798071ceef043e1fedb7750aad2430
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 23:42:11 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 23:44:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7260b3b6
7
8 net-nds/gosa-core: Remove old
9
10 Package-Manager: portage-2.3.3
11
12 net-nds/gosa-core/Manifest | 2 -
13 net-nds/gosa-core/gosa-core-2.6.10.ebuild | 106 -----------------------------
14 net-nds/gosa-core/gosa-core-2.6.11.ebuild | 108 ------------------------------
15 3 files changed, 216 deletions(-)
16
17 diff --git a/net-nds/gosa-core/Manifest b/net-nds/gosa-core/Manifest
18 index 8385c7c771..fe32f44743 100644
19 --- a/net-nds/gosa-core/Manifest
20 +++ b/net-nds/gosa-core/Manifest
21 @@ -1,3 +1 @@
22 -DIST gosa-core-2.6.10.tar.bz2 2651987 SHA256 f372b753a675745b8d177f4cd497b625fd36a49deb84b053d51fe1c133933e5d SHA512 616d9c40cf02ea7da9124ed791c7fd635ec85d149b88c13c3e4587e7d48850d0ab08bcc0b48dc03e502842c4116136d870e8469fe17fd6aba34465a0da498649 WHIRLPOOL 6bc960ceb95ce717dc0128c32e5465326df4443c1cb366007dc8249e676204855677fa37a80d8a3e91e7dcea9c2d1c99f70d494ed979bfe777ebe85bcb2675c6
23 -DIST gosa-core-2.6.11.tar.bz2 2711910 SHA256 79e484da20524ec17b8da12a146f35e6c5784e7e9f75962c89657680d00ebc30 SHA512 6aaa1896ceb2b860925b3c4aa71f500055b22ef0266f3ff0ce256b03be04c3999c96c6bbe06674694f1713c345015b3325ff570231cc8992f9d459bdd0c500c1 WHIRLPOOL 82e31c44230f525de55a806af7de4a068f072db553571a4137d9fcb47089b85436a612440e7cf9a1e9e36985f10d4d2331c53d1dd66c6f88b7a2cc61c122064b
24 DIST gosa-core-2.6.12.tar.bz2 2541062 SHA256 dd6cf2bdb32196e6ad68efa4d2400bf6a95b4a7fddf7c11888c60ea8888b8dc0 SHA512 541a7ec780e41cfe025303cb627281e857227aa64cdb831732f527a6221d107cd77f3e55bec7641911fff03836bb9d49ceac45bcacd662020b19497b6aa2ab3d WHIRLPOOL fbaf112d0da47bce1a8fc62d8863e719ece80e8a10e0e1ead3fcce6ac2c8b4c3a0e0fb7b91fd7486e48ee49bad9ba42bd493cd5460a99b520631549239b29476
25
26 diff --git a/net-nds/gosa-core/gosa-core-2.6.10.ebuild b/net-nds/gosa-core/gosa-core-2.6.10.ebuild
27 deleted file mode 100644
28 index e8c8de9005..0000000000
29 --- a/net-nds/gosa-core/gosa-core-2.6.10.ebuild
30 +++ /dev/null
31 @@ -1,106 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=3
37 -
38 -inherit eutils
39 -
40 -DESCRIPTION="LDAP administration frontend for user administration"
41 -HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart."
42 -SRC_URI="ftp://oss.gonicus.de/pub/gosa/${P}.tar.bz2
43 - http://oss.gonicus.de/pub/gosa/${P}.tar.bz2
44 - ftp://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2
45 - http://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 "
46 -
47 -LICENSE="GPL-3"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -IUSE=""
51 -
52 -DEPEND="dev-lang/php[iconv,imap,ldap,mysql,session,zip]
53 - sys-devel/gettext"
54 -RDEPEND="${DEPEND}
55 - virtual/httpd-php
56 - dev-perl/Crypt-SmbHash
57 - media-gfx/imagemagick"
58 -
59 -src_prepare() {
60 - epatch \
61 - "${S}/redhat/02_fix_class_mapping.patch" \
62 - "${S}/redhat/03_fix_locale_location.patch" \
63 - "${S}/redhat/04_fix_online_help_location.patch"
64 - sed -i \
65 - -e 's|../contrib|/usr/share/gosa/template|' \
66 - include/functions.inc || die "sed failed"
67 -}
68 -
69 -src_install() {
70 - insinto /usr/share/gosa
71 - doins -r doc html ihtml include locale plugins setup
72 -
73 - insinto /usr/share/gosa/template
74 - doins contrib/gosa.conf
75 -
76 - dosbin \
77 - update-gosa \
78 - bin/gosa-encrypt-passwords
79 -
80 - dobin \
81 - update-locale \
82 - update-online-help \
83 - update-pdf-help \
84 - dh-make-gosa \
85 - contrib/gosa
86 -
87 - insinto /etc/gosa
88 - doins \
89 - contrib/shells \
90 - contrib/encodings \
91 - contrib/desktoprc
92 - touch "${D}/etc/gosa/gosa.secrets"
93 -
94 - doicon debian/*.xpm
95 - domenu debian/gosa-desktop.desktop
96 -
97 - doman *.1 contrib/*.1 contrib/*.5
98 -
99 - dodoc contrib/openldap/slapd.conf
100 - insinto /etc/openldap/schema/gosa
101 - doins contrib/openldap/*.schema
102 -
103 - insinto /etc/apache2/vhosts.d
104 - doins "${FILESDIR}/gosa.include"
105 -
106 - dodoc AUTHORS Changelog FAQ README README.safemode
107 -
108 - keepdir /etc/gosa
109 - keepdir /var/spool/gosa
110 - keepdir /var/cache/gosa
111 -}
112 -
113 -pkg_prerm() {
114 - ebegin "Flushing the class and locale cache"
115 - rm -r "${EROOT}"var/cache/gosa/*
116 - eend $?
117 - ebegin "Clearing the spool directory"
118 - rm -r "${EROOT}"var/spool/gosa/*
119 - eend $?
120 -}
121 -
122 -pkg_postinst() {
123 - ebegin "Generating class cache and locales"
124 - "${EROOT}"usr/sbin/update-gosa
125 - eend $?
126 -
127 - elog "Please make sure that the web server you are going to use has"
128 - elog "read-write access to ${EROOT}var/spool/gosa"
129 -
130 - elog "For Apache there is the gosa.include file in ${EROOT}etc/apache/vhosts.d."
131 - elog "You can either use it as a template for your configuration or directly"
132 - elog "include it in your apache configuration."
133 -
134 - elog "GOsa requires some objectclasses and attributes to be present in the"
135 - elog "directory. A sample configuration for slapd.conf can be found here:"
136 - elog " ${EROOR}usr/share/doc/${PF}/slapd.conf[.gz]"
137 -}
138
139 diff --git a/net-nds/gosa-core/gosa-core-2.6.11.ebuild b/net-nds/gosa-core/gosa-core-2.6.11.ebuild
140 deleted file mode 100644
141 index 92a75b3283..0000000000
142 --- a/net-nds/gosa-core/gosa-core-2.6.11.ebuild
143 +++ /dev/null
144 @@ -1,108 +0,0 @@
145 -# Copyright 1999-2014 Gentoo Foundation
146 -# Distributed under the terms of the GNU General Public License v2
147 -# $Id$
148 -
149 -EAPI=3
150 -
151 -inherit eutils
152 -
153 -DESCRIPTION="LDAP administration frontend for user administration"
154 -HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart."
155 -SRC_URI="ftp://oss.gonicus.de/pub/gosa/${P}.tar.bz2
156 - http://oss.gonicus.de/pub/gosa/${P}.tar.bz2
157 - ftp://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2
158 - http://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 "
159 -
160 -LICENSE="GPL-3"
161 -SLOT="0"
162 -KEYWORDS="~amd64"
163 -IUSE="mail samba"
164 -
165 -DEPEND="dev-lang/php[iconv,imap,ldap,mysql,session,zip]
166 - sys-devel/gettext"
167 -RDEPEND="${DEPEND}
168 - virtual/httpd-php
169 - dev-perl/Crypt-SmbHash
170 - media-gfx/imagemagick"
171 -PDEPEND="mail? ( ~net-nds/gosa-plugin-mail-${PV} )
172 - samba? ( ~net-nds/gosa-plugin-samba-${PV} )"
173 -
174 -src_prepare() {
175 - epatch \
176 - "${S}/redhat/02_fix_class_mapping.patch" \
177 - "${S}/redhat/03_fix_locale_location.patch" \
178 - "${S}/redhat/04_fix_online_help_location.patch"
179 - sed -i \
180 - -e 's|../contrib|/usr/share/gosa/template|' \
181 - include/functions.inc || die "sed failed"
182 -}
183 -
184 -src_install() {
185 - insinto /usr/share/gosa
186 - doins -r doc html ihtml include locale plugins setup
187 -
188 - insinto /usr/share/gosa/template
189 - doins contrib/gosa.conf
190 -
191 - dosbin \
192 - update-gosa \
193 - bin/gosa-encrypt-passwords
194 -
195 - dobin \
196 - update-locale \
197 - update-online-help \
198 - update-pdf-help \
199 - dh-make-gosa \
200 - contrib/gosa
201 -
202 - insinto /etc/gosa
203 - doins \
204 - contrib/shells \
205 - contrib/encodings \
206 - contrib/desktoprc
207 - touch "${D}/etc/gosa/gosa.secrets"
208 -
209 - doicon debian/*.xpm
210 - domenu debian/gosa-desktop.desktop
211 -
212 - doman *.1 contrib/*.1 contrib/*.5
213 -
214 - dodoc contrib/openldap/slapd.conf
215 - insinto /etc/openldap/schema/gosa
216 - doins contrib/openldap/*.schema
217 -
218 - insinto /etc/apache2/vhosts.d
219 - doins "${FILESDIR}/gosa.include"
220 -
221 - dodoc AUTHORS Changelog FAQ README README.safemode
222 -
223 - keepdir /etc/gosa
224 - keepdir /var/spool/gosa
225 - keepdir /var/cache/gosa
226 -}
227 -
228 -pkg_prerm() {
229 - ebegin "Flushing the class and locale cache"
230 - rm -r "${EROOT}"var/cache/gosa/*
231 - eend $?
232 - ebegin "Clearing the spool directory"
233 - rm -r "${EROOT}"var/spool/gosa/*
234 - eend $?
235 -}
236 -
237 -pkg_postinst() {
238 - ebegin "Generating class cache and locales"
239 - "${EROOT}"usr/sbin/update-gosa
240 - eend $?
241 -
242 - elog "Please make sure that the web server you are going to use has"
243 - elog "read-write access to ${EROOT}var/spool/gosa"
244 -
245 - elog "For Apache there is the gosa.include file in ${EROOT}etc/apache/vhosts.d."
246 - elog "You can either use it as a template for your configuration or directly"
247 - elog "include it in your apache configuration."
248 -
249 - elog "GOsa requires some objectclasses and attributes to be present in the"
250 - elog "directory. A sample configuration for slapd.conf can be found here:"
251 - elog " ${EROOR}usr/share/doc/${PF}/slapd.conf[.gz]"
252 -}