Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-netbook/
Date: Sat, 06 Oct 2018 20:25:15
Message-Id: 1538857315.ec19afa1de21b8c9a6e849eccf296c6ecc9af38a.leio@gentoo
1 commit: ec19afa1de21b8c9a6e849eccf296c6ecc9af38a
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 19:57:09 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 20:21:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec19afa1
7
8 mate-extra/mate-netbook: remove old
9
10 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 mate-extra/mate-netbook/Manifest | 3 --
14 mate-extra/mate-netbook/mate-netbook-1.12.0.ebuild | 47 ---------------------
15 mate-extra/mate-netbook/mate-netbook-1.14.0.ebuild | 49 ----------------------
16 mate-extra/mate-netbook/mate-netbook-1.16.2.ebuild | 46 --------------------
17 mate-extra/mate-netbook/metadata.xml | 3 --
18 5 files changed, 148 deletions(-)
19
20 diff --git a/mate-extra/mate-netbook/Manifest b/mate-extra/mate-netbook/Manifest
21 index 2c247d5bb9b..2362feac2fe 100644
22 --- a/mate-extra/mate-netbook/Manifest
23 +++ b/mate-extra/mate-netbook/Manifest
24 @@ -1,4 +1 @@
25 -DIST mate-netbook-1.12.0.tar.xz 268632 BLAKE2B 8d5ec5ec4eac31f7aa7e93849b7a8d35ec5537cdf75e4c4358f919418b0ffa7addfcbbe7e23f55b9359ac45f9f77899c90e309bfd601d33576f3b22e3c1a0156 SHA512 3f46e537b48833fe3bd599dcaa6af89a265dacac4fc077d46ca87b5a35c2368810824747411d263541e2685e2700311996f8741aa9321122d6d306c1ad8fc15b
26 -DIST mate-netbook-1.14.0.tar.xz 284248 BLAKE2B 405d278573feaf875edb2e7c02d5e47004be2f137e1ede9ae84850b685b68ff9f315dadda9095eaf340923c1390bc6f04ea3f3f40a5d0a050def9452f41d3bf9 SHA512 aa5d5ed1a8c31df4b7e84cad8efaaf326f7bf2a9a392b34b053c30287404949ddd5f27d438d028bc569cbedc177dc1236af32e869b0418677021e7a6ef17dfe1
27 -DIST mate-netbook-1.16.2.tar.xz 299112 BLAKE2B 134c92225e4234944d28870bee994bce25967df5f35cb40603bfe2677bc71b71f331433b571543de739bedd4f0ae944f57266f547926ee654e19cb361316af92 SHA512 2a633164b1a4d57b659f6710969bf8d14b99d77351464b171cbb049635fc6bcfcb1925a0b36762c6593c45a7695fe20e981ada5a24816879b4c0b392da2803b4
28 DIST mate-netbook-1.18.2.tar.xz 290816 BLAKE2B b12654088fc73f0ed38ea81366f24de5b737a9754a4c68720640ace14d5f8be76fd2d7bf8a5f4cb44b5410c187ce459b01aa72a4ad67eb6f182c1195a055b650 SHA512 0663eeaa47480f16146cce3e34d037c8eafcd6ca0e6d079dcfadfb6e97fca7b13ea7121896ca268238f161f5edc57754f620f9020f4480e23253a57490ec29e7
29
30 diff --git a/mate-extra/mate-netbook/mate-netbook-1.12.0.ebuild b/mate-extra/mate-netbook/mate-netbook-1.12.0.ebuild
31 deleted file mode 100644
32 index 4dc8489e18d..00000000000
33 --- a/mate-extra/mate-netbook/mate-netbook-1.12.0.ebuild
34 +++ /dev/null
35 @@ -1,47 +0,0 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -inherit mate
42 -
43 -if [[ ${PV} != 9999 ]]; then
44 - KEYWORDS="amd64 ~arm x86"
45 -fi
46 -
47 -DESCRIPTION="MATE utilities for netbooks"
48 -LICENSE="GPL-3"
49 -SLOT="0"
50 -
51 -IUSE="gtk3"
52 -
53 -RDEPEND="
54 - >=dev-libs/glib-2.36:2
55 - >=mate-base/mate-desktop-1.9[gtk3(-)=]
56 - >=mate-base/mate-panel-1.8[gtk3(-)=]
57 - x11-libs/libfakekey:0
58 - x11-libs/libXtst:0
59 - x11-libs/libX11:0
60 - x11-libs/cairo:0
61 - virtual/libintl:0
62 - !gtk3? (
63 - dev-libs/libunique:1
64 - x11-libs/gtk+:2
65 - x11-libs/libwnck:1
66 - )
67 - gtk3? (
68 - dev-libs/libunique:3
69 - x11-libs/gtk+:3
70 - x11-libs/libwnck:3
71 - )"
72 -
73 -DEPEND="${RDEPEND}
74 - >=dev-util/intltool-0.50.1:*
75 - sys-devel/gettext:*
76 - virtual/pkgconfig:*
77 - x11-base/xorg-proto"
78 -
79 -src_configure() {
80 - mate_src_configure \
81 - --with-gtk=$(usex gtk3 3.0 2.0)
82 -}
83
84 diff --git a/mate-extra/mate-netbook/mate-netbook-1.14.0.ebuild b/mate-extra/mate-netbook/mate-netbook-1.14.0.ebuild
85 deleted file mode 100644
86 index 49cee424aaf..00000000000
87 --- a/mate-extra/mate-netbook/mate-netbook-1.14.0.ebuild
88 +++ /dev/null
89 @@ -1,49 +0,0 @@
90 -# Copyright 1999-2018 Gentoo Foundation
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=6
94 -
95 -inherit mate
96 -
97 -if [[ ${PV} != 9999 ]]; then
98 - KEYWORDS="~amd64 ~arm ~x86"
99 -fi
100 -
101 -DESCRIPTION="MATE utilities for netbooks"
102 -LICENSE="GPL-3"
103 -SLOT="0"
104 -
105 -IUSE="gtk3"
106 -
107 -COMMON_DEPEND="
108 - >=dev-libs/glib-2.36:2
109 - >=mate-base/mate-desktop-1.9[gtk3(-)=]
110 - >=mate-base/mate-panel-1.8[gtk3(-)=]
111 - x11-libs/libfakekey:0
112 - x11-libs/libXtst:0
113 - x11-libs/libX11:0
114 - x11-libs/cairo:0
115 - virtual/libintl:0
116 - !gtk3? (
117 - dev-libs/libunique:1
118 - x11-libs/gtk+:2
119 - x11-libs/libwnck:1
120 - )
121 - gtk3? (
122 - dev-libs/libunique:3
123 - x11-libs/gtk+:3
124 - x11-libs/libwnck:3
125 - )"
126 -
127 -RDEPEND="${COMMON_DEPEND}"
128 -
129 -DEPEND="${COMMON_DEPEND}
130 - >=dev-util/intltool-0.50.1:*
131 - sys-devel/gettext:*
132 - virtual/pkgconfig:*
133 - x11-base/xorg-proto"
134 -
135 -src_configure() {
136 - mate_src_configure \
137 - --with-gtk=$(usex gtk3 3.0 2.0)
138 -}
139
140 diff --git a/mate-extra/mate-netbook/mate-netbook-1.16.2.ebuild b/mate-extra/mate-netbook/mate-netbook-1.16.2.ebuild
141 deleted file mode 100644
142 index 3ff9ea5945f..00000000000
143 --- a/mate-extra/mate-netbook/mate-netbook-1.16.2.ebuild
144 +++ /dev/null
145 @@ -1,46 +0,0 @@
146 -# Copyright 1999-2018 Gentoo Foundation
147 -# Distributed under the terms of the GNU General Public License v2
148 -
149 -EAPI=6
150 -
151 -inherit mate
152 -
153 -if [[ ${PV} != 9999 ]]; then
154 - KEYWORDS="~amd64 ~arm ~x86"
155 -fi
156 -
157 -DESCRIPTION="MATE utilities for netbooks"
158 -LICENSE="GPL-3"
159 -SLOT="0"
160 -
161 -IUSE="gtk3"
162 -
163 -COMMON_DEPEND="
164 - >=dev-libs/glib-2.36:2
165 - >=mate-base/mate-panel-1.8[gtk3(-)=]
166 - x11-libs/libfakekey:0
167 - x11-libs/libXtst:0
168 - x11-libs/libX11:0
169 - x11-libs/cairo:0
170 - virtual/libintl:0
171 - !gtk3? (
172 - x11-libs/gtk+:2
173 - x11-libs/libwnck:1
174 - )
175 - gtk3? (
176 - x11-libs/gtk+:3
177 - x11-libs/libwnck:3
178 - )"
179 -
180 -RDEPEND="${COMMON_DEPEND}"
181 -
182 -DEPEND="${COMMON_DEPEND}
183 - >=dev-util/intltool-0.50.1:*
184 - sys-devel/gettext:*
185 - virtual/pkgconfig:*
186 - x11-base/xorg-proto"
187 -
188 -src_configure() {
189 - mate_src_configure \
190 - --with-gtk=$(usex gtk3 3.0 2.0)
191 -}
192
193 diff --git a/mate-extra/mate-netbook/metadata.xml b/mate-extra/mate-netbook/metadata.xml
194 index 2c589b8e9ae..755bd33a051 100644
195 --- a/mate-extra/mate-netbook/metadata.xml
196 +++ b/mate-extra/mate-netbook/metadata.xml
197 @@ -9,9 +9,6 @@
198 MATE utilities for netbooks are an applet and a daemon to
199 maximize windows and move their titles on the panel.
200 </longdescription>
201 - <use>
202 - <flag name="gtk3">Build with GTK+3 instead of GTK+2</flag>
203 - </use>
204 <upstream>
205 <remote-id type="github">mate-desktop/mate-netbook</remote-id>
206 </upstream>