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-mail/
Date: Tue, 14 Feb 2017 23:44:29
Message-Id: 1487115850.222af30e06e1bd04d0ca58d25453a00a236e304d.mrueg@gentoo
1 commit: 222af30e06e1bd04d0ca58d25453a00a236e304d
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 23:43:19 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 23:44:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=222af30e
7
8 net-nds/gosa-plugin-mail: Remove old
9
10 Package-Manager: portage-2.3.3
11
12 net-nds/gosa-plugin-mail/Manifest | 2 -
13 .../gosa-plugin-mail-2.6.10.ebuild | 50 ----------------------
14 .../gosa-plugin-mail-2.6.11.ebuild | 50 ----------------------
15 3 files changed, 102 deletions(-)
16
17 diff --git a/net-nds/gosa-plugin-mail/Manifest b/net-nds/gosa-plugin-mail/Manifest
18 index 8a7d476dda..22dd6f8c8d 100644
19 --- a/net-nds/gosa-plugin-mail/Manifest
20 +++ b/net-nds/gosa-plugin-mail/Manifest
21 @@ -1,3 +1 @@
22 -DIST gosa-plugin-mail-2.6.10.tar.bz2 166019 SHA256 6b65e6aa37bf8b1b9f136f54500c89061567fb62969de009c8b61e2e44480ecd SHA512 6ac3a3d868b541a03fac33228e2b66cb99970a6b12ac89025c06f36ee681a3664feef6f2082e77294d6d005b03f46ca36213bdafbbc50dad91ca15828b540123 WHIRLPOOL aba4c2ee16a27579860c20091a5163dcecddd113c88954d1402e95717d49440bf0f207bd9d281a1ac29288a6d5c54a69546bb9a1c544b9fc0b1081351ec6f52f
23 -DIST gosa-plugin-mail-2.6.11.tar.bz2 168876 SHA256 40f476c02880a08268989f069eebadc7be8be932df00ec65166ba505113e0d75 SHA512 b2a2f970989e0383c65c572f95c81e05c4b3b44a4b413e3ff8028393ad72b72e1467dbf3b6694ad05da728de083bd760c47a94d2e7d285e9469a8114c454b8de WHIRLPOOL c547d70434ba14875d8ad2015af76dcb67287afe9022c04c374df7512deb9d2962fc0c7d84c4d9eb1ff917a82703e683e62956b21420997f28760e02511b45cc
24 DIST gosa-plugins-mail-2.6.12.tar.bz2 169052 SHA256 526d431ed7f940c78de59e4b9b2bf2fb9e7ae9f3de585ff7f98ee5a4ce3f4a34 SHA512 270acb86cc31e45c3e58be8fc00d4ce86181e25af08a3d66bb21c5a6ae3a0ce62d0a8b18a9380f953934276114e1a7ff34c8fd0900bc6af7930bedd67d33d522 WHIRLPOOL dbe2fb078d501af8b39d91eeadbc68ad0d277b0430d4ee7cb44f9697f285f936ddef1cc22dba49a52fe3ae1c3e296a783dd23188daa0edc7e81c7f55b7b0f6e3
25
26 diff --git a/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.10.ebuild b/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.10.ebuild
27 deleted file mode 100644
28 index d1a6c6b817..0000000000
29 --- a/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.10.ebuild
30 +++ /dev/null
31 @@ -1,50 +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 Mail 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 /etc/gosa
58 - doins -r etc/*
59 -
60 - insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/
61 - doins -r html/*
62 -
63 - insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/
64 - doins -r locale/*
65 -
66 - insinto /usr/share/gosa/plugins
67 - doins -r addons admin personal
68 -
69 - insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/
70 - doins help/guide.xml
71 -
72 - dodoc contrib/*
73 - insinto /usr/share/doc/${PF}
74 - doins -r contrib/sieve_vacation
75 -}
76 -
77 -pkg_postinst() {
78 - ebegin "Updating class cache and locales"
79 - "${EROOT}"usr/sbin/update-gosa
80 - eend $?
81 -}
82
83 diff --git a/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.11.ebuild b/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.11.ebuild
84 deleted file mode 100644
85 index d1a6c6b817..0000000000
86 --- a/net-nds/gosa-plugin-mail/gosa-plugin-mail-2.6.11.ebuild
87 +++ /dev/null
88 @@ -1,50 +0,0 @@
89 -# Copyright 1999-2010 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -# $Id$
92 -
93 -EAPI=3
94 -
95 -DESCRIPTION="GOsa plugin for Mail integration"
96 -HOMEPAGE="https://oss.gonicus.de/labs/gosa/wiki/WikiStart."
97 -SRC_URI="ftp://oss.gonicus.de/pub/gosa/${P}.tar.bz2
98 - http://oss.gonicus.de/pub/gosa/${P}.tar.bz2
99 - ftp://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2
100 - http://oss.gonicus.de/pub/gosa/archive/${P}.tar.bz2 "
101 -
102 -LICENSE="GPL-3"
103 -SLOT="0"
104 -KEYWORDS="~amd64"
105 -IUSE=""
106 -
107 -DEPEND=""
108 -RDEPEND="~net-nds/gosa-core-${PV}
109 - ~net-nds/gosa-plugin-systems-${PV}"
110 -
111 -GOSA_COMPONENT="${PN/gosa-plugin-}"
112 -
113 -src_install() {
114 - insinto /etc/gosa
115 - doins -r etc/*
116 -
117 - insinto /usr/share/gosa/html/plugins/${GOSA_COMPONENT}/
118 - doins -r html/*
119 -
120 - insinto /usr/share/gosa/locale/plugins/${GOSA_COMPONENT}/
121 - doins -r locale/*
122 -
123 - insinto /usr/share/gosa/plugins
124 - doins -r addons admin personal
125 -
126 - insinto /usr/share/gosa/doc/plugins/${GOSA_COMPONENT}/
127 - doins help/guide.xml
128 -
129 - dodoc contrib/*
130 - insinto /usr/share/doc/${PF}
131 - doins -r contrib/sieve_vacation
132 -}
133 -
134 -pkg_postinst() {
135 - ebegin "Updating class cache and locales"
136 - "${EROOT}"usr/sbin/update-gosa
137 - eend $?
138 -}