Gentoo Archives: gentoo-commits

From: Kristian Fiskerstrand <k_f@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-session/
Date: Tue, 28 Nov 2017 18:48:15
Message-Id: 1511894878.6c3d18bb16403baf3f0a391ceb678a60ea1ab31f.k_f@gentoo
1 commit: 6c3d18bb16403baf3f0a391ceb678a60ea1ab31f
2 Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 28 18:47:46 2017 +0000
4 Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 28 18:47:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3d18bb
7
8 gnome-extra/cinnamon-session: Cleanup old
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 .../cinnamon-session-3.6.1-r1.ebuild | 66 ---------------------
13 .../cinnamon-session-3.6.1-r2.ebuild | 68 ----------------------
14 .../cinnamon-session/cinnamon-session-3.6.1.ebuild | 65 ---------------------
15 3 files changed, 199 deletions(-)
16
17 diff --git a/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r1.ebuild b/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r1.ebuild
18 deleted file mode 100644
19 index 14a94279c74..00000000000
20 --- a/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r1.ebuild
21 +++ /dev/null
22 @@ -1,66 +0,0 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -inherit autotools eutils gnome2
28 -
29 -DESCRIPTION="Cinnamon session manager"
30 -HOMEPAGE="http://cinnamon.linuxmint.com/"
31 -SRC_URI="https://github.com/linuxmint/cinnamon-session/archive/${PV}.tar.gz -> ${P}.tar.gz"
32 -
33 -LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE="doc ipv6 systemd"
37 -
38 -COMMON_DEPEND="
39 - >=dev-libs/dbus-glib-0.88
40 - >=dev-libs/glib-2.37.3:2
41 - media-libs/libcanberra
42 - x11-libs/gdk-pixbuf:2
43 - >=x11-libs/gtk+-3:3
44 - x11-libs/cairo
45 - x11-libs/libICE
46 - x11-libs/libSM
47 - x11-libs/libX11
48 - x11-libs/libXau
49 - x11-libs/libXcomposite
50 - x11-libs/libXext
51 - x11-libs/libXrender
52 - x11-libs/libXtst
53 - x11-libs/pango[X]
54 - virtual/opengl
55 - systemd? ( >=sys-apps/systemd-183 )
56 - !systemd? ( >=sys-power/upower-pm-utils-0.9.23 )
57 -"
58 -RDEPEND="${COMMON_DEPEND}
59 - >=gnome-extra/cinnamon-desktop-2.6[systemd=]
60 - !systemd? ( sys-auth/elogind )
61 -"
62 -DEPEND="${COMMON_DEPEND}
63 - dev-libs/libxslt
64 - >=dev-util/intltool-0.40.6
65 - virtual/pkgconfig
66 - doc? ( app-text/xmlto )
67 -
68 - gnome-base/gnome-common
69 -"
70 -# gnome-base/gnome-common for eautoreconf
71 -
72 -src_prepare() {
73 - # make upower and logind check non-automagic
74 - eapply "${FILESDIR}/${PN}-3.0.1-automagic.patch"
75 - eapply "${FILESDIR}/${PN}-3.6.1-elogind.patch"
76 -
77 - eautoreconf
78 - gnome2_src_prepare
79 -}
80 -
81 -src_configure() {
82 - gnome2_src_configure \
83 - --disable-gconf \
84 - --disable-static \
85 - --enable-logind \
86 - $(use_enable doc docbook-docs) \
87 - $(use_enable ipv6)
88 -}
89
90 diff --git a/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r2.ebuild b/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r2.ebuild
91 deleted file mode 100644
92 index 19e69122266..00000000000
93 --- a/gnome-extra/cinnamon-session/cinnamon-session-3.6.1-r2.ebuild
94 +++ /dev/null
95 @@ -1,68 +0,0 @@
96 -# Copyright 1999-2017 Gentoo Foundation
97 -# Distributed under the terms of the GNU General Public License v2
98 -
99 -EAPI=6
100 -inherit autotools eutils gnome2
101 -
102 -DESCRIPTION="Cinnamon session manager"
103 -HOMEPAGE="http://cinnamon.linuxmint.com/"
104 -SRC_URI="https://github.com/linuxmint/cinnamon-session/archive/${PV}.tar.gz -> ${P}.tar.gz"
105 -
106 -LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
107 -SLOT="0"
108 -KEYWORDS="~amd64 ~x86"
109 -IUSE="doc ipv6 systemd"
110 -
111 -COMMON_DEPEND="
112 - >=dev-libs/dbus-glib-0.88
113 - >=dev-libs/glib-2.37.3:2
114 - media-libs/libcanberra
115 - x11-libs/gdk-pixbuf:2
116 - >=x11-libs/gtk+-3:3
117 - x11-libs/cairo
118 - x11-libs/libICE
119 - x11-libs/libSM
120 - x11-libs/libX11
121 - x11-libs/libXau
122 - x11-libs/libXcomposite
123 - x11-libs/libXext
124 - x11-libs/libXrender
125 - x11-libs/libXtst
126 - x11-libs/pango[X]
127 - virtual/opengl
128 - systemd? ( >=sys-apps/systemd-183
129 - sys-auth/polkit )
130 - !systemd? ( >=sys-power/upower-pm-utils-0.9.23
131 - sys-auth/polkit[elogind] )
132 -
133 -"
134 -RDEPEND="${COMMON_DEPEND}
135 - >=gnome-extra/cinnamon-desktop-2.6[systemd=]
136 - !systemd? ( sys-auth/elogind[policykit] )
137 -"
138 -DEPEND="${COMMON_DEPEND}
139 - dev-libs/libxslt
140 - >=dev-util/intltool-0.40.6
141 - virtual/pkgconfig
142 - doc? ( app-text/xmlto )
143 -
144 - gnome-base/gnome-common
145 -"
146 -
147 -src_prepare() {
148 - # make upower and logind check non-automagic
149 - eapply "${FILESDIR}/${PN}-3.0.1-automagic.patch"
150 - eapply "${FILESDIR}/${PN}-3.6.1-elogind.patch"
151 -
152 - eautoreconf
153 - gnome2_src_prepare
154 -}
155 -
156 -src_configure() {
157 - gnome2_src_configure \
158 - --disable-gconf \
159 - --disable-static \
160 - --enable-logind \
161 - $(use_enable doc docbook-docs) \
162 - $(use_enable ipv6)
163 -}
164
165 diff --git a/gnome-extra/cinnamon-session/cinnamon-session-3.6.1.ebuild b/gnome-extra/cinnamon-session/cinnamon-session-3.6.1.ebuild
166 deleted file mode 100644
167 index 487a19d7bd3..00000000000
168 --- a/gnome-extra/cinnamon-session/cinnamon-session-3.6.1.ebuild
169 +++ /dev/null
170 @@ -1,65 +0,0 @@
171 -# Copyright 1999-2017 Gentoo Foundation
172 -# Distributed under the terms of the GNU General Public License v2
173 -
174 -EAPI=6
175 -inherit autotools eutils gnome2
176 -
177 -DESCRIPTION="Cinnamon session manager"
178 -HOMEPAGE="http://cinnamon.linuxmint.com/"
179 -SRC_URI="https://github.com/linuxmint/cinnamon-session/archive/${PV}.tar.gz -> ${P}.tar.gz"
180 -
181 -LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
182 -SLOT="0"
183 -KEYWORDS="~amd64 ~x86"
184 -IUSE="doc ipv6 systemd"
185 -
186 -COMMON_DEPEND="
187 - >=dev-libs/dbus-glib-0.88
188 - >=dev-libs/glib-2.37.3:2
189 - media-libs/libcanberra
190 - x11-libs/gdk-pixbuf:2
191 - >=x11-libs/gtk+-3:3
192 - x11-libs/cairo
193 - x11-libs/libICE
194 - x11-libs/libSM
195 - x11-libs/libX11
196 - x11-libs/libXau
197 - x11-libs/libXcomposite
198 - x11-libs/libXext
199 - x11-libs/libXrender
200 - x11-libs/libXtst
201 - x11-libs/pango[X]
202 - virtual/opengl
203 - systemd? ( >=sys-apps/systemd-183 )
204 - !systemd? ( >=sys-power/upower-pm-utils-0.9.23 )
205 -"
206 -RDEPEND="${COMMON_DEPEND}
207 - >=gnome-extra/cinnamon-desktop-2.6[systemd=]
208 - !systemd? ( sys-auth/elogind )
209 -"
210 -DEPEND="${COMMON_DEPEND}
211 - dev-libs/libxslt
212 - >=dev-util/intltool-0.40.6
213 - virtual/pkgconfig
214 - doc? ( app-text/xmlto )
215 -
216 - gnome-base/gnome-common
217 -"
218 -# gnome-base/gnome-common for eautoreconf
219 -
220 -src_prepare() {
221 - # make upower and logind check non-automagic
222 - eapply "${FILESDIR}/${PN}-3.0.1-automagic.patch"
223 - eautoreconf
224 - gnome2_src_prepare
225 -}
226 -
227 -src_configure() {
228 - gnome2_src_configure \
229 - --disable-gconf \
230 - --disable-static \
231 - $(use_enable doc docbook-docs) \
232 - $(use_enable ipv6) \
233 - $(use_enable systemd logind) \
234 - $(usex systemd --disable-old-upower --enable-old-upower)
235 -}