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-desktop/
Date: Wed, 02 Sep 2020 06:02:17
Message-Id: 1599026517.49fc865927735fa19111b74b7969a20661c5ba6c.np-hardass@gentoo
1 commit: 49fc865927735fa19111b74b7969a20661c5ba6c
2 Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 20 20:11:07 2020 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 06:01:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49fc8659
7
8 mate-base/mate-desktop: drop 1.22.2
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-desktop/Manifest | 1 -
15 mate-base/mate-desktop/mate-desktop-1.22.2.ebuild | 50 -----------------------
16 2 files changed, 51 deletions(-)
17
18 diff --git a/mate-base/mate-desktop/Manifest b/mate-base/mate-desktop/Manifest
19 index 0a77ced9827..0165acb93db 100644
20 --- a/mate-base/mate-desktop/Manifest
21 +++ b/mate-base/mate-desktop/Manifest
22 @@ -1,2 +1 @@
23 -DIST mate-desktop-1.22.2.tar.xz 903312 BLAKE2B cadc8ade769d3a85b604ce7807235878d986a7d3bf3f2e05f836c783c3f3983cb760ff33b60b1c2f19538687aa62f5707f5f4eea9fef05d992080821d452783c SHA512 d2e965f9e26e4fe25337a4ef69521239388f38cff25e978331a307591555d8a9ff22d6a19ef3c92cf336c472fbfb231969ef5ac60e3a4c5908a81ded1e5f0f46
24 DIST mate-desktop-1.24.0.tar.xz 1113912 BLAKE2B e5630ae4fe3f6a309d935153069b354a66d9d544bb3c2c7368373134b71a3d177385b157c01845742463ec8c91d0d4df1b39def7202142070221bb3dc7ba505b SHA512 ca60325e7f6167efd21bdd32ae40c2f2bf5ae9bef85f0a43afec05d50567fb650fc0426d94c510b3a42c625dc4b2d31d7559befa50cfbb6d9878635558a52323
25
26 diff --git a/mate-base/mate-desktop/mate-desktop-1.22.2.ebuild b/mate-base/mate-desktop/mate-desktop-1.22.2.ebuild
27 deleted file mode 100644
28 index af4e2dfd454..00000000000
29 --- a/mate-base/mate-desktop/mate-desktop-1.22.2.ebuild
30 +++ /dev/null
31 @@ -1,50 +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="Libraries for the MATE desktop that are not part of the UI"
46 -LICENSE="GPL-2+ FDL-1.1 LGPL-2+ MIT-with-advertising"
47 -SLOT="0"
48 -
49 -IUSE="X debug +introspection startup-notification"
50 -
51 -COMMON_DEPEND="
52 - >=dev-libs/glib-2.50:2
53 - >=gnome-base/dconf-0.13.4
54 - x11-libs/cairo
55 - x11-libs/libX11
56 - >=x11-libs/libXrandr-1.3
57 - virtual/libintl
58 - >=x11-libs/gtk+-3.22:3[introspection?]
59 - introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
60 - startup-notification? ( >=x11-libs/startup-notification-0.5:0 )"
61 -
62 -RDEPEND="${COMMON_DEPEND}"
63 -
64 -DEPEND="${COMMON_DEPEND}
65 - app-text/docbook-xml-dtd:4.1.2
66 - app-text/iso-codes
67 - dev-util/gtk-doc
68 - dev-util/gtk-doc-am
69 - >=dev-util/intltool-0.40:*
70 - sys-devel/gettext:*
71 - x11-base/xorg-proto
72 - virtual/pkgconfig:*"
73 -
74 -src_configure() {
75 - mate_src_configure \
76 - --enable-mate-about \
77 - $(use_with X x) \
78 - $(use_enable debug) \
79 - $(use_enable introspection) \
80 - $(use_enable startup-notification)
81 -}