commit:     cc7a50ac44375b6281ae6dd53aa10c1b3df48332
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  9 07:40:02 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar  9 07:41:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc7a50ac

xfce-extra/multiload-nandhp: Remove last-rited pkg

Closes: https://bugs.gentoo.org/732754
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.mask                              |  6 ---
 xfce-extra/multiload-nandhp/Manifest               |  1 -
 xfce-extra/multiload-nandhp/metadata.xml           | 11 ------
 .../multiload-nandhp-0.3-r4.ebuild                 | 45 ----------------------
 4 files changed, 63 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index b669b5e86ad..c2863904488 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -367,12 +367,6 @@ app-admin/mms-agent
 # Removal on 2021-03-09.  Bug #732750.
 app-office/orage
 
-# Michał Górny <mgo...@gentoo.org> (2021-02-07)
-# These plugins have not been ported to Xfce 4.16 / GTK+3.
-# They do not build against to-be-stable xfce4-panel.
-# Removal on 2021-03-09.  Bug #732754.
-xfce-extra/multiload-nandhp
-
 # Michał Górny <mgo...@gentoo.org> (2021-02-01)
 # LibreSSL support is discontinued.  Please read the relevant news item
 # and either migrate to dev-libs/openssl, or use the unsupported

diff --git a/xfce-extra/multiload-nandhp/Manifest 
b/xfce-extra/multiload-nandhp/Manifest
deleted file mode 100644
index a7c0d8a06fe..00000000000
--- a/xfce-extra/multiload-nandhp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST multiload-nandhp-0.3.tar.gz 34812 BLAKE2B 
79ee7b5b2880e2e8242c40128ef320966fa9ec7c904e79efbc497fd421fe531f94c6ccd44be665bae2a092cf70ee8ac745d1e718ae5e6bf60efaae3339329c93
 SHA512 
68367d0bca144a9c2c56516254b9f1531aedfbc0c34f924e0264314cd9a1215a13d1b3b6f1d3c1b0781a95abfa0705819e7d886e3c3b84705c3b5b60f7d5806c

diff --git a/xfce-extra/multiload-nandhp/metadata.xml 
b/xfce-extra/multiload-nandhp/metadata.xml
deleted file mode 100644
index eae94889781..00000000000
--- a/xfce-extra/multiload-nandhp/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>x...@gentoo.org</email>
-    <name>XFCE Team</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">nandhp/multiload-nandhp</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r4.ebuild 
b/xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r4.ebuild
deleted file mode 100644
index eac581bb981..00000000000
--- a/xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-MY_PV=version-${PV/./-}
-
-DESCRIPTION="A port of the GNOME multiload applet for the Xfce panel"
-HOMEPAGE="https://github.com/nandhp/multiload-nandhp";
-SRC_URI="https://github.com/nandhp/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.14:2=
-       x11-libs/cairo:=
-       >=gnome-base/libgtop-2.11.92:=
-       <xfce-base/libxfce4ui-4.15:=[gtk2(+)]
-       >=xfce-base/libxfce4util-4.10:=
-       <xfce-base/xfce4-panel-4.15:=[gtk2(+)]"
-DEPEND="${RDEPEND}
-       dev-util/intltool
-       sys-devel/gettext
-       virtual/pkgconfig"
-
-DOCS=( AUTHORS README.md )
-
-S=${WORKDIR}/${PN}-${MY_PV}
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf --with-xfce4
-}
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -delete || die
-}

Reply via email to