public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nm-applet/
Date: Mon,  6 May 2024 07:09:04 +0000 (UTC)	[thread overview]
Message-ID: <1714979299.50a5dceaa761c4a54c6a6f1905c1ff0fec37530b.leio@gentoo> (raw)

commit:     50a5dceaa761c4a54c6a6f1905c1ff0fec37530b
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon May  6 06:42:07 2024 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon May  6 07:08:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50a5dcea

gnome-extra/nm-applet: drop 1.32.0, 1.34.0

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-extra/nm-applet/Manifest                |  2 -
 gnome-extra/nm-applet/nm-applet-1.32.0.ebuild | 61 ---------------------------
 gnome-extra/nm-applet/nm-applet-1.34.0.ebuild | 60 --------------------------
 3 files changed, 123 deletions(-)

diff --git a/gnome-extra/nm-applet/Manifest b/gnome-extra/nm-applet/Manifest
index 87e28204f69e..7c019461e39e 100644
--- a/gnome-extra/nm-applet/Manifest
+++ b/gnome-extra/nm-applet/Manifest
@@ -1,3 +1 @@
-DIST network-manager-applet-1.32.0.tar.xz 1899584 BLAKE2B 7ce83c1a81ef62002283b87d09dd7045d3688597f71dba7f91b6feaed504934af10974cbe5732027a187a031df6668697cd433ad4bb5975503b1c7fa6789d6c2 SHA512 a7abe55c88fa95406e62fb442c068f95325fca748438aa037e0bd5b23add6454c3bc27ac54afe520746d32845bc7403f228f9bfde8e70c7442c906a8227ebe6c
-DIST network-manager-applet-1.34.0.tar.xz 1981256 BLAKE2B 43056b0e804dec4915664d366399d0ca2bc3621dc94950ebb577676fd5f92075bd82743564ba36a5e4831d2ebcf5b2ff06a3205e9b30303c30d1ac1dec21c56f SHA512 46c3a0496c5c111ad551a3d16b7ade21ad9e2d6c576f9f6da69901a27403730008ba30a577e5efad32265f53b348077224155139f0f00a916a7da7ce7c0a0c00
 DIST network-manager-applet-1.36.0.tar.xz 1923064 BLAKE2B fc9e4a4a83cc84254e1e18abcbea555f0bd3c83706faff769d80308d366cdb4d755a17f616551b461090855975584d6bdddaede5c0dd1863306b7ac64d5bc14e SHA512 081cb1f219b0ea44ff15b9ebb3696d976463530317244ce25b18cdc292d453fccd2619cc42ea07798604ed1e5f7c5295bcb7ba148f1ed3312bf8f80d8647e30a

diff --git a/gnome-extra/nm-applet/nm-applet-1.32.0.ebuild b/gnome-extra/nm-applet/nm-applet-1.32.0.ebuild
deleted file mode 100644
index 7b3ca27858f8..000000000000
--- a/gnome-extra/nm-applet/nm-applet-1.32.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-GNOME_ORG_MODULE="network-manager-applet"
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="NetworkManager connection editor and applet"
-HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="appindicator +modemmanager selinux teamd"
-KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-	>=dev-libs/glib-2.40:2
-	>=app-crypt/libsecret-0.18
-	>=net-libs/libnma-1.10.4-r2
-	>=x11-libs/gtk+-3.10:3
-	>=dev-libs/libgudev-147:=
-	>=net-misc/networkmanager-1.16[modemmanager?,teamd?]
-	appindicator? (
-		dev-libs/libayatana-appindicator
-		>=dev-libs/libdbusmenu-16.04.0
-	)
-	modemmanager? ( net-misc/modemmanager )
-	selinux? ( sys-libs/libselinux )
-	teamd? ( >=dev-libs/jansson-2.7:= )
-
-	virtual/freedesktop-icon-theme
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	dev-libs/libxml2
-	>=sys-devel/gettext-0.19.8
-	virtual/pkgconfig
-"
-
-src_configure() {
-	local emesonargs=(
-		-Dappindicator=$(usex appindicator ayatana no)
-		$(meson_use modemmanager wwan)
-		$(meson_use selinux)
-		$(meson_use teamd team)
-		-Dmore_asserts=0
-		-Dld_gc=false
-	)
-	meson_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-	gnome2_schemas_update
-}
-
-pkg_postrm() {
-	xdg_pkg_postrm
-	gnome2_schemas_update
-}

diff --git a/gnome-extra/nm-applet/nm-applet-1.34.0.ebuild b/gnome-extra/nm-applet/nm-applet-1.34.0.ebuild
deleted file mode 100644
index eb9895b1b6ef..000000000000
--- a/gnome-extra/nm-applet/nm-applet-1.34.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-GNOME_ORG_MODULE="network-manager-applet"
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="NetworkManager connection editor and applet"
-HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="appindicator +modemmanager selinux teamd"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="
-	>=dev-libs/glib-2.40:2
-	>=app-crypt/libsecret-0.18
-	>=net-libs/libnma-1.10.4-r2
-	>=x11-libs/gtk+-3.10:3
-	>=net-misc/networkmanager-1.16[modemmanager?,teamd?]
-	appindicator? (
-		dev-libs/libayatana-appindicator
-		>=dev-libs/libdbusmenu-16.04.0
-	)
-	modemmanager? ( net-misc/modemmanager )
-	selinux? ( sys-libs/libselinux )
-	teamd? ( >=dev-libs/jansson-2.7:= )
-
-	virtual/freedesktop-icon-theme
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	dev-libs/libxml2
-	>=sys-devel/gettext-0.19.8
-	virtual/pkgconfig
-"
-
-src_configure() {
-	local emesonargs=(
-		-Dappindicator=$(usex appindicator ayatana no)
-		$(meson_use modemmanager wwan)
-		$(meson_use selinux)
-		$(meson_use teamd team)
-		-Dmore_asserts=0
-		-Dld_gc=false
-	)
-	meson_src_configure
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-	gnome2_schemas_update
-}
-
-pkg_postrm() {
-	xdg_pkg_postrm
-	gnome2_schemas_update
-}


             reply	other threads:[~2024-05-06  7:09 UTC|newest]

Thread overview: 120+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-06  7:09 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-28 19:11 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nm-applet/ Ionen Wolkens
2024-04-28 19:11 Ionen Wolkens
2024-04-07 23:26 Sam James
2024-04-07  8:38 Arthur Zamarin
2024-04-07  8:38 Arthur Zamarin
2024-03-01 20:59 Patrick McLean
2023-10-08 10:30 Pacho Ramos
2023-10-08 10:30 Pacho Ramos
2023-07-27  5:11 WANG Xuerui
2023-06-24 17:44 Pacho Ramos
2023-05-03  6:33 Arthur Zamarin
2023-05-03  3:53 Sam James
2023-05-02 20:03 Arthur Zamarin
2023-05-02 18:24 Arthur Zamarin
2023-05-02 17:53 Arthur Zamarin
2023-04-17  0:36 Matt Turner
2023-04-01 19:01 Arthur Zamarin
2023-03-30 17:44 Arthur Zamarin
2023-02-28 12:33 Pacho Ramos
2023-01-24 17:26 Pacho Ramos
2022-12-17  6:45 Arthur Zamarin
2022-12-16 20:57 Arthur Zamarin
2022-11-25  8:23 Pacho Ramos
2022-11-10 15:41 Matt Turner
2022-10-30 22:29 Matt Turner
2022-08-15 19:13 Arthur Zamarin
2022-08-15 19:13 Arthur Zamarin
2022-07-29  2:59 Sam James
2022-06-07 22:00 Matt Turner
2022-05-31 18:04 Matt Turner
2022-05-28  5:05 Sam James
2022-03-23  6:14 Matt Turner
2022-03-09 15:39 Sam James
2022-03-09 12:49 Sam James
2021-12-19  2:00 Matt Turner
2021-09-25 19:08 Sam James
2021-08-27 15:19 Yixun Lan
2021-05-29 15:27 Sam James
2021-05-28 19:20 Sam James
2021-05-18  3:45 Matt Turner
2021-04-13 15:00 Sam James
2021-04-12 23:11 Sam James
2021-03-04  0:23 Sam James
2021-02-06  9:59 Mart Raudsepp
2020-09-24  6:52 Agostino Sarubbo
2020-09-06 22:04 Sam James
2020-08-17 13:50 Agostino Sarubbo
2020-08-17 10:01 Agostino Sarubbo
2020-06-27 21:03 Mart Raudsepp
2020-06-07 20:16 Mart Raudsepp
2020-05-23 10:02 Pacho Ramos
2020-04-26 14:57 Mart Raudsepp
2020-04-26  8:09 Mart Raudsepp
2020-03-11 21:30 Matt Turner
2020-03-11 21:30 Matt Turner
2020-02-02 21:51 Mart Raudsepp
2019-11-30 13:25 Mart Raudsepp
2019-11-26 12:27 Agostino Sarubbo
2019-11-26  0:58 Thomas Deutschmann
2019-10-12 21:38 Mart Raudsepp
2019-09-08 10:47 Mart Raudsepp
2019-09-08  1:13 Thomas Deutschmann
2019-08-31  5:26 Mikle Kolyada
2019-08-27  5:10 Mart Raudsepp
2019-06-09 13:51 Pacho Ramos
2019-04-28 17:03 Mart Raudsepp
2019-04-24 21:33 Thomas Deutschmann
2019-04-23 19:23 Mikle Kolyada
2019-02-11 19:31 Mart Raudsepp
2019-02-11 19:31 Mart Raudsepp
2018-12-02 17:27 Mart Raudsepp
2018-10-31  8:39 Sergei Trofimovich
2018-09-07 14:41 Mart Raudsepp
2018-08-18  3:55 Mikle Kolyada
2018-08-16 23:32 Mart Raudsepp
2018-08-16 12:03 Thomas Deutschmann
2018-07-15 19:41 Mart Raudsepp
2018-05-31 17:02 Pacho Ramos
2018-05-31 17:02 Pacho Ramos
2018-05-31 17:02 Pacho Ramos
2018-05-31 16:57 Pacho Ramos
2018-04-29  0:08 Mart Raudsepp
2018-04-26 17:15 Thomas Deutschmann
2018-04-23 20:17 Mart Raudsepp
2018-03-17  9:05 Mart Raudsepp
2018-03-07 20:09 Sergei Trofimovich
2017-11-13 15:37 Manuel Rüger
2017-11-11 18:00 Thomas Deutschmann
2017-11-10 22:16 Mike Gilbert
2017-09-11 21:55 Gilles Dartiguelongue
2017-09-11 21:55 Gilles Dartiguelongue
2017-08-21  6:54 Gilles Dartiguelongue
2017-07-29 14:32 Alexis Ballier
2017-07-01 10:10 Sergei Trofimovich
2017-07-01 10:10 Sergei Trofimovich
2017-07-01 10:10 Sergei Trofimovich
2017-06-18 20:41 Mike Gilbert
2017-06-18 15:51 Mike Gilbert
2017-06-17  3:17 Mike Gilbert
2017-05-27 22:40 Mike Gilbert
2017-05-27 14:29 Mike Gilbert
2017-04-02  9:01 Mart Raudsepp
2017-04-01 16:06 Agostino Sarubbo
2017-03-25 14:43 Agostino Sarubbo
2017-03-23 10:28 Mart Raudsepp
2017-02-15 20:38 Mart Raudsepp
2016-09-11 22:02 Mike Gilbert
2016-09-11 15:10 Gilles Dartiguelongue
2016-08-04 21:59 Mike Gilbert
2016-07-07 19:18 Pacho Ramos
2016-07-07 19:18 Pacho Ramos
2016-03-06 18:58 Mikle Kolyada
2015-12-26 14:20 Pacho Ramos
2015-12-12 14:29 Pacho Ramos
2015-12-12 14:29 Pacho Ramos
2015-09-07 21:11 Mikle Kolyada
2015-09-05 10:57 Pacho Ramos
2015-09-05 10:56 Pacho Ramos
2015-09-05 10:45 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1714979299.50a5dceaa761c4a54c6a6f1905c1ff0fec37530b.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox