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-menus/
Date: Wed, 02 Sep 2020 06:02:16
Message-Id: 1599026505.731d9b7f6463d50f1d1f9801ad66e5e0fa3cde49.np-hardass@gentoo
1 commit: 731d9b7f6463d50f1d1f9801ad66e5e0fa3cde49
2 Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 20 19:56:06 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=731d9b7f
7
8 mate-base/mate-menus: drop 1.22.1-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-menus/Manifest | 1 -
15 mate-base/mate-menus/mate-menus-1.22.1-r1.ebuild | 44 ------------------------
16 2 files changed, 45 deletions(-)
17
18 diff --git a/mate-base/mate-menus/Manifest b/mate-base/mate-menus/Manifest
19 index 03b0ebdd06c..defb74c71f1 100644
20 --- a/mate-base/mate-menus/Manifest
21 +++ b/mate-base/mate-menus/Manifest
22 @@ -1,2 +1 @@
23 -DIST mate-menus-1.22.1.tar.xz 351080 BLAKE2B 3ec947d6befefc838580547970ad7753c914077faa8cde2f37b9f3c48cd5d1223f382b67992826017e8ab16353c7fd2b4749a0fbd615668c0a4c6ad638c26014 SHA512 2766cafa35c11da6f6d5d6129a5e39c09e73ca97f72382df757091198260a342d278c53f88cddf75e174231443c1015198dfa1800b3601d5b770553ec7047a00
24 DIST mate-menus-1.24.0.tar.xz 404028 BLAKE2B 18bea0a6c21444b0b568564d0c15ba0e231643dfcb9c74d6ab9a08cd57cab2289436dada030397737667f5a51c4ab39ab06fff3f585347ebb5f7afc40957acc0 SHA512 27f8ba0666b08fbcfc3f02a42e4b9f3d3431e3d171be0fe9569f412b2f9ead370fff15833feb920b64d2a067e81354970df2ee1c465f10faa3dbd9c97af20406
25
26 diff --git a/mate-base/mate-menus/mate-menus-1.22.1-r1.ebuild b/mate-base/mate-menus/mate-menus-1.22.1-r1.ebuild
27 deleted file mode 100644
28 index d9c99716e9b..00000000000
29 --- a/mate-base/mate-menus/mate-menus-1.22.1-r1.ebuild
30 +++ /dev/null
31 @@ -1,44 +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 -GNOME2_LA_PUNT="yes"
38 -
39 -inherit mate
40 -
41 -if [[ ${PV} != 9999 ]]; then
42 - KEYWORDS="amd64 ~arm ~arm64 x86"
43 -fi
44 -
45 -DESCRIPTION="MATE menu system, implementing the F.D.O cross-desktop spec"
46 -LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+"
47 -SLOT="0"
48 -
49 -IUSE="debug +introspection"
50 -
51 -COMMON_DEPEND=">=dev-libs/glib-2.50:2
52 - virtual/libintl
53 - introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )"
54 -
55 -RDEPEND="${COMMON_DEPEND}"
56 -
57 -DEPEND="${COMMON_DEPEND}
58 - >=dev-util/intltool-0.40
59 - sys-devel/gettext:*
60 - virtual/pkgconfig:*"
61 -
62 -src_configure() {
63 - # Do NOT compile with --disable-debug/--enable-debug=no as it disables API
64 - # usage checks.
65 - mate_src_configure \
66 - --enable-debug=$(usex debug yes minimum) \
67 - $(use_enable introspection)
68 -}
69 -
70 -src_install() {
71 - mate_src_install
72 -
73 - exeinto /etc/X11/xinit/xinitrc.d/
74 - newexe "${FILESDIR}/10-xdg-menu-mate-r1" "10-xdg-menu-mate"
75 -}