public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Adam Feldman" <np-hardass@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-applets/
Date: Thu, 10 Jun 2021 00:24:00 +0000 (UTC)	[thread overview]
Message-ID: <1623282344.236d995860dc099e735ff0e7ce9c80c5fe83b1f2.np-hardass@gentoo> (raw)

commit:     236d995860dc099e735ff0e7ce9c80c5fe83b1f2
Author:     Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  9 23:25:57 2021 +0000
Commit:     Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Jun  9 23:45:44 2021 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=236d9958

mate-base/mate-applets: Drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>

 mate-base/mate-applets/Manifest                   |  1 -
 mate-base/mate-applets/mate-applets-1.24.0.ebuild | 92 -----------------------
 2 files changed, 93 deletions(-)

diff --git a/mate-base/mate-applets/Manifest b/mate-base/mate-applets/Manifest
index 146cf78..ee98eba 100644
--- a/mate-base/mate-applets/Manifest
+++ b/mate-base/mate-applets/Manifest
@@ -1,2 +1 @@
-DIST mate-applets-1.24.0.tar.xz 8142812 BLAKE2B cbb76d6d64bb6e9b9f93197dbe79e2751877b0604c5a84ff4b6b00608f2930925bdbc2824dc96848c84496fa5f16ab38458775727b22cb07f4db9ca854f93c42 SHA512 345a80b123c705997d44ac5a4bea5249045d75181c3802cf49b2eb08decc14a12f75f2e06e6ebfae267b937ff10edf7638cd64332e2e2e731695e6260df5222e
 DIST mate-applets-1.24.1.tar.xz 8222540 BLAKE2B f018f131cedda486a28c3a125c07efaf5c3111f95c17b0c3fbdd0b1f084ddf851d46ea4ef511a1e57f6d9f7f29a28e48ab010abc4cc6d87c1315b79bfbf01849 SHA512 d29e39a140310fef84cb0fe631568e0177ca5faaf2bf566211a23b32613fd6aabf06dd8ecd81a16e09553c659a7feda9ba372bb62a70504a235be58e07726ed2

diff --git a/mate-base/mate-applets/mate-applets-1.24.0.ebuild b/mate-base/mate-applets/mate-applets-1.24.0.ebuild
deleted file mode 100644
index eec4c6a..0000000
--- a/mate-base/mate-applets/mate-applets-1.24.0.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
-	KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="Applets for the MATE Desktop and Panel"
-LICENSE="CC-BY-SA-3.0 FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+"
-SLOT="0"
-
-IUSE="X +cpupower ipv6 policykit +upower"
-
-REQUIRED_USE="policykit? ( cpupower )"
-
-COMMON_DEPEND="dev-libs/atk
-	>=dev-libs/dbus-glib-0.74
-	>=dev-libs/glib-2.50:2
-	>=dev-libs/libmateweather-1.17.0
-	>=dev-libs/libxml2-2.5:2
-	>=gnome-base/libgtop-2.12.0:2=
-	>=gnome-extra/gucharmap-3.0:2.90
-	>=mate-base/mate-panel-1.17.0
-	>=net-wireless/wireless-tools-28_pre9:0
-	>=sys-apps/dbus-1.10.0
-	x11-libs/gdk-pixbuf:2
-	>=x11-libs/gtk+-3.22:3
-	x11-libs/gtksourceview:3.0
-	>=x11-libs/libnotify-0.7
-	x11-libs/libX11
-	>=x11-libs/libwnck-3.0:3
-	x11-libs/pango
-	cpupower? (
-		sys-power/cpupower
-		policykit? ( >=sys-auth/polkit-0.97:0 )
-	)
-	upower? ( >=sys-power/upower-0.9.23 )
-	!!net-analyzer/mate-netspeed"
-
-RDEPEND="${COMMON_DEPEND}
-	>=mate-base/mate-settings-daemon-1.6
-	virtual/libintl
-"
-
-DEPEND="${COMMON_DEPEND}
-	app-text/docbook-xml-dtd:4.3
-	app-text/rarian
-	>=app-text/scrollkeeper-dtd-1:1.0
-	app-text/yelp-tools
-	dev-libs/libxslt
-	>=sys-devel/gettext-0.19.8:*
-	virtual/pkgconfig:*"
-
-src_configure() {
-
-	# configure.ac logic is a little hinky
-	# and ignores --enable flags for cpufreq
-	use cpupower || myconf="--disable-cpufreq"
-
-	mate_src_configure \
-		--libexecdir=/usr/libexec/mate-applets \
-		$(use_with X x) \
-		$(use_with upower) \
-		$(use_enable ipv6) \
-		$(use_enable policykit polkit) \
-		"${myconf[@]}"
-}
-
-src_test() {
-	unset DBUS_SESSION_BUS_ADDRESS
-	emake check
-}
-
-src_install() {
-	mate_src_install
-
-	local APPLETS="accessx-status battstat charpick command cpufreq drivemount
-			geyes mateweather multiload netspeed stickynotes
-			timerapplet trashapplet"
-
-	for applet in ${APPLETS}; do
-		docinto ${applet}
-
-		for d in AUTHORS ChangeLog NEWS README README.themes TODO; do
-			[ -s ${applet}/${d} ] && dodoc ${applet}/${d}
-		done
-	done
-}


             reply	other threads:[~2021-06-10  0:24 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-10  0:24 Adam Feldman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-10  0:24 [gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-applets/ Adam Feldman
2020-09-07 18:08 Adam Feldman
2020-09-07 18:08 Adam Feldman
2018-03-01 21:41 NP Hardass
2018-02-11 13:49 Ettore Di Giacinto
2017-05-14 10:20 Ettore Di Giacinto
2017-03-16 16:17 Ettore Di Giacinto
2016-11-29 19:49 Ettore Di Giacinto
2016-11-29 19:49 Ettore Di Giacinto
2016-09-13 22:21 NP Hardass
2016-09-13 21:38 NP Hardass
2016-09-13 21:31 NP Hardass
2016-09-10 18:56 NP Hardass
2016-08-14  4:59 NP Hardass
2016-06-17 17:39 NP Hardass
2016-02-10 22:58 NP Hardass
2016-02-05 16:10 NP Hardass
2016-01-26 18:09 NP Hardass
2016-01-26 18:09 NP Hardass
2015-09-22  7:13 NP Hardass

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=1623282344.236d995860dc099e735ff0e7ce9c80c5fe83b1f2.np-hardass@gentoo \
    --to=np-hardass@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