Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-panel/
Date: Wed, 02 Sep 2020 06:02:13
Message-Id: 1599026505.fa38523556e96bc2c05e52713ea5878032524ddb.np-hardass@gentoo
1 commit: fa38523556e96bc2c05e52713ea5878032524ddb
2 Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 20 19:54:16 2020 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 06:01:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa385235
7
8 mate-base/mate-panel: drop 1.22.2-r1
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
12 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
13
14 mate-base/mate-panel/Manifest | 1 -
15 mate-base/mate-panel/mate-panel-1.22.2-r1.ebuild | 68 ------------------------
16 2 files changed, 69 deletions(-)
17
18 diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
19 index 6627561a4bd..779ef5733fb 100644
20 --- a/mate-base/mate-panel/Manifest
21 +++ b/mate-base/mate-panel/Manifest
22 @@ -1,2 +1 @@
23 -DIST mate-panel-1.22.2.tar.xz 2216064 BLAKE2B c23d2c1efb52af3b5f1102ba4b9ac344d107f2836704809c3d843197940a1ae5cc7b025cfe07ead740107cf5004e304209641fd17a2559a140c7800eb63f793f SHA512 ccfd9e44116e66688d4de53c86e1a7d0754fd221b8083d7bee729f2a02a777a54b98ff70332b979aa075c157bc36c6ed6651f9190fa4a7e37b8a029a1f2a623f
24 DIST mate-panel-1.24.0.tar.xz 3040068 BLAKE2B 2ef2973014e32ab62ba9d4a05a820a2640415b493886d74e09089ed91bfe61d2d53ee6313c104945ddc95c992423403f6bca72a7f8b80ce189cd9f247add931c SHA512 12a88534400603998b4d4d415940947dd6372914135aa8eb6052c75e134412739a96064ad654e8f2625dbb6fe853e8cb376c41e530c30234e08141a46634820b
25
26 diff --git a/mate-base/mate-panel/mate-panel-1.22.2-r1.ebuild b/mate-base/mate-panel/mate-panel-1.22.2-r1.ebuild
27 deleted file mode 100644
28 index a6d3ae62ad4..00000000000
29 --- a/mate-base/mate-panel/mate-panel-1.22.2-r1.ebuild
30 +++ /dev/null
31 @@ -1,68 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -MATE_LA_PUNT="yes"
38 -
39 -inherit mate
40 -
41 -if [[ ${PV} != 9999 ]]; then
42 - KEYWORDS="amd64 ~arm ~arm64 x86"
43 -fi
44 -
45 -DESCRIPTION="The MATE panel"
46 -LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
47 -SLOT="0"
48 -
49 -IUSE="X +introspection wayland"
50 -
51 -REQUIRED_USE="|| ( X wayland )"
52 -
53 -RDEPEND="
54 - dev-libs/atk
55 - >=dev-libs/dbus-glib-0.80:0
56 - >=dev-libs/glib-2.50:2
57 - >=dev-libs/libmateweather-1.17.0
58 - dev-libs/libxml2:2
59 - >=gnome-base/dconf-0.13.4
60 - >=gnome-base/librsvg-2.36.2:2
61 - >=mate-base/mate-desktop-1.17.0
62 - >=mate-base/mate-menus-1.21.0
63 - >=sys-apps/dbus-1.1.2
64 - >=x11-libs/cairo-1.0.0[X?]
65 - >=x11-libs/gdk-pixbuf-2.25.2:2
66 - >=x11-libs/gtk+-3.22:3[introspection?]
67 - x11-libs/libICE
68 - x11-libs/libSM
69 - >=x11-libs/libwnck-3.4.6:3[introspection?]
70 - >=x11-libs/pango-1.15.4:0[introspection?]
71 - virtual/libintl
72 - X? (
73 - x11-libs/libX11
74 - x11-libs/libXau
75 - >=x11-libs/libXrandr-1.3
76 - )
77 - introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
78 - wayland? ( dev-libs/wayland )"
79 -
80 -DEPEND="${RDEPEND}
81 - app-text/docbook-xml-dtd:4.1.2
82 - app-text/yelp-tools
83 - >=dev-lang/perl-5:=
84 - dev-util/glib-utils
85 - dev-util/gdbus-codegen
86 - dev-util/gtk-doc
87 - dev-util/gtk-doc-am
88 - >=dev-util/intltool-0.50.1
89 - sys-devel/gettext
90 - virtual/pkgconfig"
91 -
92 -src_configure() {
93 - mate_src_configure \
94 - --libexecdir=/usr/libexec/mate-applets \
95 - --disable-deprecation-flags \
96 - $(use_enable X x11) \
97 - $(use_enable introspection) \
98 - $(use_enable wayland)
99 -}