Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-applets/
Date: Sat, 09 Oct 2021 16:42:31
Message-Id: 1633797648.653ad01a3ac837fbc86890bca66932b406d80c9f.leio@gentoo
1 commit: 653ad01a3ac837fbc86890bca66932b406d80c9f
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 14:41:31 2021 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 16:40:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653ad01a
7
8 gnome-base/gnome-applets: remove old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 gnome-base/gnome-applets/Manifest | 1 -
14 .../gnome-applets/gnome-applets-3.36.4.ebuild | 56 ----------------------
15 .../gnome-applets/gnome-applets-3.40.0.ebuild | 53 --------------------
16 3 files changed, 110 deletions(-)
17
18 diff --git a/gnome-base/gnome-applets/Manifest b/gnome-base/gnome-applets/Manifest
19 index a2c328d0174..30901def6d3 100644
20 --- a/gnome-base/gnome-applets/Manifest
21 +++ b/gnome-base/gnome-applets/Manifest
22 @@ -1,2 +1 @@
23 -DIST gnome-applets-3.36.4.tar.xz 8638044 BLAKE2B 1ccf045c568ca2d4280eeeebbaec67b63f9c2f1edd3248ef89ff93ef7d468e6a581f3c678e93ff45662368b9ecd189aa38da2ca91a7b14ed3e7b2bd6aac8971f SHA512 6fd8f891358f02f40c8d6548b1680139f18cbbcd20d773798a998246b6431692ce8550e8652eaff09bde3651a4e5449779a0dc85b897345a22c17be2e386d2c7
24 DIST gnome-applets-3.40.0.tar.xz 9390340 BLAKE2B 0d8e76086e444789b7a327623db9b21ef0a51f071b67aa5d99dc3e7988be40ec353ced795aaa1acbbe8d1b303d3878e2a0589214dac10f35ab2e40381ee64978 SHA512 909a1e9ecbe6904537b7408239a17aad265890cf179c4b8929968fa4d8ba6f1ac1f6e98612eb9c54266d3abacaaa7ed0e218f41b081b7539532527a3234fc037
25
26 diff --git a/gnome-base/gnome-applets/gnome-applets-3.36.4.ebuild b/gnome-base/gnome-applets/gnome-applets-3.36.4.ebuild
27 deleted file mode 100644
28 index 91a8bbf9357..00000000000
29 --- a/gnome-base/gnome-applets/gnome-applets-3.36.4.ebuild
30 +++ /dev/null
31 @@ -1,56 +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 -inherit gnome2
37 -
38 -DESCRIPTION="Applets for the GNOME Flashback Panel"
39 -HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-applets/"
40 -
41 -LICENSE="GPL-2+ FDL-1.1"
42 -SLOT="0"
43 -IUSE="ipv6 tracker upower"
44 -KEYWORDS="~amd64"
45 -
46 -# FIXME: automagic wireless-tools
47 -# TODO: gucharmap could be optional, but no knob
48 -# TODO: libgweather could be optional, but no knob
49 -RDEPEND="
50 - >=x11-libs/gtk+-3.20.0:3[X]
51 - >=dev-libs/glib-2.44.0:2
52 - >=gnome-base/gnome-panel-3.24.1
53 - >=gnome-base/libgtop-2.11.92:=
54 - >=x11-libs/libwnck-3.14.1:3
55 - >=x11-libs/libnotify-0.7
56 - upower? ( >=sys-power/upower-0.99.8:= )
57 - >=x11-themes/adwaita-icon-theme-3.14.0
58 - >=dev-libs/libxml2-2.5.0:2
59 - >=dev-libs/libgweather-3.28.0:2=
60 - >=gnome-extra/gucharmap-2.33.0:2.90
61 - >=sys-auth/polkit-0.97
62 - x11-libs/libX11
63 - tracker? ( app-misc/tracker:0/2.0 )
64 -"
65 -# app-text/docbook-sgml-utils for jw binary
66 -DEPEND="${RDEPEND}
67 - app-text/docbook-sgml-utils
68 - app-text/docbook-xml-dtd:4.1.2
69 - dev-libs/libxslt
70 - dev-util/gdbus-codegen
71 - dev-util/glib-utils
72 - >=dev-util/intltool-0.35.0
73 - dev-util/itstool
74 - sys-devel/gettext
75 - x11-base/xorg-proto
76 - virtual/pkgconfig
77 -" # yelp-tools and autoconf-archive for eautoreconf
78 -
79 -src_configure() {
80 - gnome2_src_configure \
81 - --disable-static \
82 - $(use_with upower) \
83 - --disable-battstat \
84 - --disable-cpufreq \
85 - $(use_enable tracker tracker-search-bar) \
86 - $(use_enable ipv6)
87 -}
88
89 diff --git a/gnome-base/gnome-applets/gnome-applets-3.40.0.ebuild b/gnome-base/gnome-applets/gnome-applets-3.40.0.ebuild
90 deleted file mode 100644
91 index 52182b3d367..00000000000
92 --- a/gnome-base/gnome-applets/gnome-applets-3.40.0.ebuild
93 +++ /dev/null
94 @@ -1,53 +0,0 @@
95 -# Copyright 1999-2021 Gentoo Authors
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=7
99 -inherit gnome2
100 -
101 -DESCRIPTION="Applets for the GNOME Flashback Panel"
102 -HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-applets/"
103 -
104 -LICENSE="GPL-2+ FDL-1.1"
105 -SLOT="0"
106 -IUSE="tracker"
107 -KEYWORDS="~amd64"
108 -
109 -# FIXME: automagic wireless-tools
110 -# TODO: gucharmap could be optional, but no knob
111 -# TODO: libgweather could be optional, but no knob
112 -RDEPEND="
113 - >=x11-libs/gtk+-3.20.0:3[X]
114 - >=dev-libs/glib-2.44.0:2
115 - >=gnome-base/gnome-panel-3.37.0
116 - >=gnome-base/libgtop-2.11.92:=
117 - >=x11-libs/libwnck-3.14.1:3
118 - >=x11-libs/libnotify-0.7
119 - >=x11-themes/adwaita-icon-theme-3.14.0
120 - >=dev-libs/libxml2-2.5.0:2
121 - >=dev-libs/libgweather-3.28.0:2=
122 - >=gnome-extra/gucharmap-2.33.0:2.90
123 - >=sys-auth/polkit-0.97
124 - x11-libs/libX11
125 - tracker? ( app-misc/tracker:0/2.0 )
126 -"
127 -DEPEND="${RDEPEND}
128 - x11-base/xorg-proto
129 -"
130 -# app-text/docbook-sgml-utils for jw binary
131 -BDEPEND="
132 - app-text/docbook-sgml-utils
133 - app-text/docbook-xml-dtd:4.1.2
134 - dev-libs/libxslt
135 - dev-util/gdbus-codegen
136 - dev-util/glib-utils
137 - dev-util/itstool
138 - sys-devel/gettext
139 - virtual/pkgconfig
140 -" # yelp-tools and autoconf-archive for eautoreconf
141 -
142 -src_configure() {
143 - gnome2_src_configure \
144 - --disable-static \
145 - --disable-cpufreq \
146 - $(use_enable tracker tracker-search-bar)
147 -}