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-plugin-samba/
Date: Tue, 14 Feb 2017 23:44:34
Message-Id: 1487115853.34b833929154630458175e667cb08c2123eb227b.mrueg@gentoo
1 commit: 34b833929154630458175e667cb08c2123eb227b
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 23:43:49 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 23:44:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34b83392
7
8 net-nds/gosa-plugin-samba: Remove old
9
10 Package-Manager: portage-2.3.3
11
12 net-nds/gosa-plugin-samba/Manifest | 2 -
13 .../gosa-plugin-samba-2.6.10.ebuild | 45 ----------------------
14 .../gosa-plugin-samba-2.6.11.ebuild | 45 ----------------------
15 3 files changed, 92 deletions(-)
16
17 diff --git a/net-nds/gosa-plugin-samba/Manifest b/net-nds/gosa-plugin-samba/Manifest
18 index 1f9234a10e..9e7cf148f2 100644
19 --- a/net-nds/gosa-plugin-samba/Manifest
20 +++ b/net-nds/gosa-plugin-samba/Manifest
21 @@ -1,3 +1 @@
22 -DIST gosa-plugin-samba-2.6.10.tar.bz2 51818 SHA256 8067417110ce379fb6beee935adbc833796e8acab76776356b0db1f48dd592bc SHA512 98123de73e601f4a3c652e148af5df3b83cd1ab124cfad38291c3c3741d3d40fd2d12919e9ffcb9238bc9ebc4aeff37034ed1a37ff895cc392fd187b6131031b WHIRLPOOL 98f0aae22a0acc75467d29a3109ff16491b0cbc13cc5218d5fb4e839aa7a25435bb80f7b5a6bc53e6e6f4daaa4a51dd21c8135d7725722ff0767d00d0877986c
23 -DIST gosa-plugin-samba-2.6.11.tar.bz2 51790 SHA256 8492b523255500da9ff0596f652735ec5ee49d2d37053d21fc91d83ad7da0c28 SHA512 75e7afd1ec4939e09923c559e4d9be52a1406f9b02b2f3990e9fc53fbf3fc13aeea343958c1cb908d15e469c2c5a12ec288a2560a871a47aad97c394d2f43f72 WHIRLPOOL b42b38c2c94ea8fce636cabfc07430bafd2bf68d6bf8338997e473eff74a84ddb1f8084d9464783c564cf9c97bc039eba8d2c369d8d324c29750efcc7d0651c7
24 DIST gosa-plugins-samba-2.6.12.tar.bz2 52284 SHA256 b3e01044e7a719ec6898bf29194f82373ca82d8c36602231e3e80b4b449fb034 SHA512 843ba69d27d421b3a2e3797456c3ecc7d969e42c9f45ff681f11540938b2bac6c16d15f75ade04ff03fa8aa05559f17fe0324e8c03102970c691fcb54a08804f WHIRLPOOL 96d0c1d364f2a38fb27140fbda16da79cfd393991ab38c9586c8ddadb73ec939cba5cd9c5f9f272dbca86dc78fbad008b2da0dfe76a7eb6bd81f0a8be27af9f5
25
26 diff --git a/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.10.ebuild b/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.10.ebuild
27 deleted file mode 100644
28 index c2b432712f..0000000000
29 --- a/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.10.ebuild
30 +++ /dev/null
31 @@ -1,45 +0,0 @@
32 -# Copyright 1999-2010 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=3
37 -
38 -DESCRIPTION="GOsa plugin for Samba integration"
39 -HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart."
40 -SRC_URI="ftp://oss.gonicus.de/pub/gosa/${P}.tar.bz2
41 - http://oss.gonicus.de/pub/gosa/${P}.tar.bz2
42 - ftp://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2
43 - http://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 "
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -KEYWORDS="~amd64"
48 -IUSE=""
49 -
50 -DEPEND=""
51 -RDEPEND="~net-nds/gosa-core-${PV}
52 - ~net-nds/gosa-plugin-systems-${PV}"
53 -
54 -GOSA_COMPONENT="${PN/gosa-plugin-}"
55 -
56 -src_install() {
57 - insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/
58 - doins -r html/*
59 -
60 - insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/
61 - doins -r locale/*
62 -
63 - insinto /usr/share/gosa/plugins
64 - doins -r admin personal
65 -
66 - insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/
67 - doins -r help/*
68 -
69 - dodoc contrib/*
70 -}
71 -
72 -pkg_postinst() {
73 - ebegin "Updating class cache and locales"
74 - "${EROOT}"usr/sbin/update-gosa
75 - eend $?
76 -}
77
78 diff --git a/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.11.ebuild b/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.11.ebuild
79 deleted file mode 100644
80 index c2b432712f..0000000000
81 --- a/net-nds/gosa-plugin-samba/gosa-plugin-samba-2.6.11.ebuild
82 +++ /dev/null
83 @@ -1,45 +0,0 @@
84 -# Copyright 1999-2010 Gentoo Foundation
85 -# Distributed under the terms of the GNU General Public License v2
86 -# $Id$
87 -
88 -EAPI=3
89 -
90 -DESCRIPTION="GOsa plugin for Samba integration"
91 -HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart."
92 -SRC_URI="ftp://oss.gonicus.de/pub/gosa/${P}.tar.bz2
93 - http://oss.gonicus.de/pub/gosa/${P}.tar.bz2
94 - ftp://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2
95 - http://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 "
96 -
97 -LICENSE="GPL-3"
98 -SLOT="0"
99 -KEYWORDS="~amd64"
100 -IUSE=""
101 -
102 -DEPEND=""
103 -RDEPEND="~net-nds/gosa-core-${PV}
104 - ~net-nds/gosa-plugin-systems-${PV}"
105 -
106 -GOSA_COMPONENT="${PN/gosa-plugin-}"
107 -
108 -src_install() {
109 - insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/
110 - doins -r html/*
111 -
112 - insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/
113 - doins -r locale/*
114 -
115 - insinto /usr/share/gosa/plugins
116 - doins -r admin personal
117 -
118 - insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/
119 - doins -r help/*
120 -
121 - dodoc contrib/*
122 -}
123 -
124 -pkg_postinst() {
125 - ebegin "Updating class cache and locales"
126 - "${EROOT}"usr/sbin/update-gosa
127 - eend $?
128 -}