summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-03-09 08:40:02 +0100
committerMichał Górny <mgorny@gentoo.org>2021-03-09 08:41:58 +0100
commitcc7a50ac44375b6281ae6dd53aa10c1b3df48332 (patch)
tree9d68f4caf185fa7f8e08f0bcea1861fdd10d1ad8
parentxfce-extra/xfce4-embed-plugin: Remove last-rited pkg (diff)
downloadgentoo-cc7a50ac44375b6281ae6dd53aa10c1b3df48332.tar.gz
gentoo-cc7a50ac44375b6281ae6dd53aa10c1b3df48332.tar.bz2
gentoo-cc7a50ac44375b6281ae6dd53aa10c1b3df48332.zip
xfce-extra/multiload-nandhp: Remove last-rited pkg
Closes: https://bugs.gentoo.org/732754 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--profiles/package.mask6
-rw-r--r--xfce-extra/multiload-nandhp/Manifest1
-rw-r--r--xfce-extra/multiload-nandhp/metadata.xml11
-rw-r--r--xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r4.ebuild45
4 files changed, 0 insertions, 63 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index b669b5e86ad4..c2863904488b 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 <mgorny@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 <mgorny@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 a7c0d8a06fe4..000000000000
--- 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 eae948897817..000000000000
--- 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>xfce@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 eac581bb981e..000000000000
--- 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
-}