Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-applets/
Date: Thu, 10 Jun 2021 00:24:05
Message-Id: 1623282344.236d995860dc099e735ff0e7ce9c80c5fe83b1f2.np-hardass@gentoo
1 commit: 236d995860dc099e735ff0e7ce9c80c5fe83b1f2
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 9 23:25:57 2021 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 9 23:45:44 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=236d9958
7
8 mate-base/mate-applets: Drop old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
12
13 mate-base/mate-applets/Manifest | 1 -
14 mate-base/mate-applets/mate-applets-1.24.0.ebuild | 92 -----------------------
15 2 files changed, 93 deletions(-)
16
17 diff --git a/mate-base/mate-applets/Manifest b/mate-base/mate-applets/Manifest
18 index 146cf78..ee98eba 100644
19 --- a/mate-base/mate-applets/Manifest
20 +++ b/mate-base/mate-applets/Manifest
21 @@ -1,2 +1 @@
22 -DIST mate-applets-1.24.0.tar.xz 8142812 BLAKE2B cbb76d6d64bb6e9b9f93197dbe79e2751877b0604c5a84ff4b6b00608f2930925bdbc2824dc96848c84496fa5f16ab38458775727b22cb07f4db9ca854f93c42 SHA512 345a80b123c705997d44ac5a4bea5249045d75181c3802cf49b2eb08decc14a12f75f2e06e6ebfae267b937ff10edf7638cd64332e2e2e731695e6260df5222e
23 DIST mate-applets-1.24.1.tar.xz 8222540 BLAKE2B f018f131cedda486a28c3a125c07efaf5c3111f95c17b0c3fbdd0b1f084ddf851d46ea4ef511a1e57f6d9f7f29a28e48ab010abc4cc6d87c1315b79bfbf01849 SHA512 d29e39a140310fef84cb0fe631568e0177ca5faaf2bf566211a23b32613fd6aabf06dd8ecd81a16e09553c659a7feda9ba372bb62a70504a235be58e07726ed2
24
25 diff --git a/mate-base/mate-applets/mate-applets-1.24.0.ebuild b/mate-base/mate-applets/mate-applets-1.24.0.ebuild
26 deleted file mode 100644
27 index eec4c6a..0000000
28 --- a/mate-base/mate-applets/mate-applets-1.24.0.ebuild
29 +++ /dev/null
30 @@ -1,92 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit mate
37 -
38 -if [[ ${PV} != 9999 ]]; then
39 - KEYWORDS="amd64 ~arm ~arm64 x86"
40 -fi
41 -
42 -DESCRIPTION="Applets for the MATE Desktop and Panel"
43 -LICENSE="CC-BY-SA-3.0 FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+"
44 -SLOT="0"
45 -
46 -IUSE="X +cpupower ipv6 policykit +upower"
47 -
48 -REQUIRED_USE="policykit? ( cpupower )"
49 -
50 -COMMON_DEPEND="dev-libs/atk
51 - >=dev-libs/dbus-glib-0.74
52 - >=dev-libs/glib-2.50:2
53 - >=dev-libs/libmateweather-1.17.0
54 - >=dev-libs/libxml2-2.5:2
55 - >=gnome-base/libgtop-2.12.0:2=
56 - >=gnome-extra/gucharmap-3.0:2.90
57 - >=mate-base/mate-panel-1.17.0
58 - >=net-wireless/wireless-tools-28_pre9:0
59 - >=sys-apps/dbus-1.10.0
60 - x11-libs/gdk-pixbuf:2
61 - >=x11-libs/gtk+-3.22:3
62 - x11-libs/gtksourceview:3.0
63 - >=x11-libs/libnotify-0.7
64 - x11-libs/libX11
65 - >=x11-libs/libwnck-3.0:3
66 - x11-libs/pango
67 - cpupower? (
68 - sys-power/cpupower
69 - policykit? ( >=sys-auth/polkit-0.97:0 )
70 - )
71 - upower? ( >=sys-power/upower-0.9.23 )
72 - !!net-analyzer/mate-netspeed"
73 -
74 -RDEPEND="${COMMON_DEPEND}
75 - >=mate-base/mate-settings-daemon-1.6
76 - virtual/libintl
77 -"
78 -
79 -DEPEND="${COMMON_DEPEND}
80 - app-text/docbook-xml-dtd:4.3
81 - app-text/rarian
82 - >=app-text/scrollkeeper-dtd-1:1.0
83 - app-text/yelp-tools
84 - dev-libs/libxslt
85 - >=sys-devel/gettext-0.19.8:*
86 - virtual/pkgconfig:*"
87 -
88 -src_configure() {
89 -
90 - # configure.ac logic is a little hinky
91 - # and ignores --enable flags for cpufreq
92 - use cpupower || myconf="--disable-cpufreq"
93 -
94 - mate_src_configure \
95 - --libexecdir=/usr/libexec/mate-applets \
96 - $(use_with X x) \
97 - $(use_with upower) \
98 - $(use_enable ipv6) \
99 - $(use_enable policykit polkit) \
100 - "${myconf[@]}"
101 -}
102 -
103 -src_test() {
104 - unset DBUS_SESSION_BUS_ADDRESS
105 - emake check
106 -}
107 -
108 -src_install() {
109 - mate_src_install
110 -
111 - local APPLETS="accessx-status battstat charpick command cpufreq drivemount
112 - geyes mateweather multiload netspeed stickynotes
113 - timerapplet trashapplet"
114 -
115 - for applet in ${APPLETS}; do
116 - docinto ${applet}
117 -
118 - for d in AUTHORS ChangeLog NEWS README README.themes TODO; do
119 - [ -s ${applet}/${d} ] && dodoc ${applet}/${d}
120 - done
121 - done
122 -}