commit:     653ad01a3ac837fbc86890bca66932b406d80c9f
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  9 14:41:31 2021 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Oct  9 16:40:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653ad01a

gnome-base/gnome-applets: remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-base/gnome-applets/Manifest                  |  1 -
 .../gnome-applets/gnome-applets-3.36.4.ebuild      | 56 ----------------------
 .../gnome-applets/gnome-applets-3.40.0.ebuild      | 53 --------------------
 3 files changed, 110 deletions(-)

diff --git a/gnome-base/gnome-applets/Manifest 
b/gnome-base/gnome-applets/Manifest
index a2c328d0174..30901def6d3 100644
--- a/gnome-base/gnome-applets/Manifest
+++ b/gnome-base/gnome-applets/Manifest
@@ -1,2 +1 @@
-DIST gnome-applets-3.36.4.tar.xz 8638044 BLAKE2B 
1ccf045c568ca2d4280eeeebbaec67b63f9c2f1edd3248ef89ff93ef7d468e6a581f3c678e93ff45662368b9ecd189aa38da2ca91a7b14ed3e7b2bd6aac8971f
 SHA512 
6fd8f891358f02f40c8d6548b1680139f18cbbcd20d773798a998246b6431692ce8550e8652eaff09bde3651a4e5449779a0dc85b897345a22c17be2e386d2c7
 DIST gnome-applets-3.40.0.tar.xz 9390340 BLAKE2B 
0d8e76086e444789b7a327623db9b21ef0a51f071b67aa5d99dc3e7988be40ec353ced795aaa1acbbe8d1b303d3878e2a0589214dac10f35ab2e40381ee64978
 SHA512 
909a1e9ecbe6904537b7408239a17aad265890cf179c4b8929968fa4d8ba6f1ac1f6e98612eb9c54266d3abacaaa7ed0e218f41b081b7539532527a3234fc037

diff --git a/gnome-base/gnome-applets/gnome-applets-3.36.4.ebuild 
b/gnome-base/gnome-applets/gnome-applets-3.36.4.ebuild
deleted file mode 100644
index 91a8bbf9357..00000000000
--- a/gnome-base/gnome-applets/gnome-applets-3.36.4.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Applets for the GNOME Flashback Panel"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-applets/";
-
-LICENSE="GPL-2+ FDL-1.1"
-SLOT="0"
-IUSE="ipv6 tracker upower"
-KEYWORDS="~amd64"
-
-# FIXME: automagic wireless-tools
-# TODO: gucharmap could be optional, but no knob
-# TODO: libgweather could be optional, but no knob
-RDEPEND="
-       >=x11-libs/gtk+-3.20.0:3[X]
-       >=dev-libs/glib-2.44.0:2
-       >=gnome-base/gnome-panel-3.24.1
-       >=gnome-base/libgtop-2.11.92:=
-       >=x11-libs/libwnck-3.14.1:3
-       >=x11-libs/libnotify-0.7
-       upower? ( >=sys-power/upower-0.99.8:= )
-       >=x11-themes/adwaita-icon-theme-3.14.0
-       >=dev-libs/libxml2-2.5.0:2
-       >=dev-libs/libgweather-3.28.0:2=
-       >=gnome-extra/gucharmap-2.33.0:2.90
-       >=sys-auth/polkit-0.97
-       x11-libs/libX11
-       tracker? ( app-misc/tracker:0/2.0 )
-"
-# app-text/docbook-sgml-utils for jw binary
-DEPEND="${RDEPEND}
-       app-text/docbook-sgml-utils
-       app-text/docbook-xml-dtd:4.1.2
-       dev-libs/libxslt
-       dev-util/gdbus-codegen
-       dev-util/glib-utils
-       >=dev-util/intltool-0.35.0
-       dev-util/itstool
-       sys-devel/gettext
-       x11-base/xorg-proto
-       virtual/pkgconfig
-" # yelp-tools and autoconf-archive for eautoreconf
-
-src_configure() {
-       gnome2_src_configure \
-               --disable-static \
-               $(use_with upower) \
-               --disable-battstat \
-               --disable-cpufreq \
-               $(use_enable tracker tracker-search-bar) \
-               $(use_enable ipv6)
-}

diff --git a/gnome-base/gnome-applets/gnome-applets-3.40.0.ebuild 
b/gnome-base/gnome-applets/gnome-applets-3.40.0.ebuild
deleted file mode 100644
index 52182b3d367..00000000000
--- a/gnome-base/gnome-applets/gnome-applets-3.40.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome2
-
-DESCRIPTION="Applets for the GNOME Flashback Panel"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-applets/";
-
-LICENSE="GPL-2+ FDL-1.1"
-SLOT="0"
-IUSE="tracker"
-KEYWORDS="~amd64"
-
-# FIXME: automagic wireless-tools
-# TODO: gucharmap could be optional, but no knob
-# TODO: libgweather could be optional, but no knob
-RDEPEND="
-       >=x11-libs/gtk+-3.20.0:3[X]
-       >=dev-libs/glib-2.44.0:2
-       >=gnome-base/gnome-panel-3.37.0
-       >=gnome-base/libgtop-2.11.92:=
-       >=x11-libs/libwnck-3.14.1:3
-       >=x11-libs/libnotify-0.7
-       >=x11-themes/adwaita-icon-theme-3.14.0
-       >=dev-libs/libxml2-2.5.0:2
-       >=dev-libs/libgweather-3.28.0:2=
-       >=gnome-extra/gucharmap-2.33.0:2.90
-       >=sys-auth/polkit-0.97
-       x11-libs/libX11
-       tracker? ( app-misc/tracker:0/2.0 )
-"
-DEPEND="${RDEPEND}
-       x11-base/xorg-proto
-"
-# app-text/docbook-sgml-utils for jw binary
-BDEPEND="
-       app-text/docbook-sgml-utils
-       app-text/docbook-xml-dtd:4.1.2
-       dev-libs/libxslt
-       dev-util/gdbus-codegen
-       dev-util/glib-utils
-       dev-util/itstool
-       sys-devel/gettext
-       virtual/pkgconfig
-" # yelp-tools and autoconf-archive for eautoreconf
-
-src_configure() {
-       gnome2_src_configure \
-               --disable-static \
-               --disable-cpufreq \
-               $(use_enable tracker tracker-search-bar)
-}

Reply via email to