summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-04-11 13:15:38 +0200
committerMichał Górny <mgorny@gentoo.org>2021-04-11 13:22:56 +0200
commit0e130045ad8de3216b9a04aa0d3af83527b70201 (patch)
tree37c95fd3f97474e1747246d0dbc467163a883331
parentapp-editors/mousepad: Remove old (diff)
downloadgentoo-0e130045ad8de3216b9a04aa0d3af83527b70201.tar.gz
gentoo-0e130045ad8de3216b9a04aa0d3af83527b70201.tar.bz2
gentoo-0e130045ad8de3216b9a04aa0d3af83527b70201.zip
xfce-extra/xfce4-netload-plugin: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--xfce-extra/xfce4-netload-plugin/Manifest1
-rw-r--r--xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.3.2.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/xfce-extra/xfce4-netload-plugin/Manifest b/xfce-extra/xfce4-netload-plugin/Manifest
index 321f9257e857..aa359b5a226c 100644
--- a/xfce-extra/xfce4-netload-plugin/Manifest
+++ b/xfce-extra/xfce4-netload-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-netload-plugin-1.3.2.tar.bz2 380571 BLAKE2B 015e4fcbdf14b72cbaaf4fdad09e96a7da4eeb8e4f5a6b86281efec7550355cb1cda20260a73e43edd6df2d76c7702d96ef0d6296683c7665f6295a4351578ca SHA512 519d18b1212d7c43e016220f94c6d0dabcf676ebe4f32e4c166497e7292dd4b297836d37cbea08572ab77ecdda2461b081411a6cd37fe3a20013b4d77419ef93
DIST xfce4-netload-plugin-1.4.0.tar.bz2 403719 BLAKE2B fc99c7128812208c82e88732dfa5ae0f315cc107e6a52f18dd6b47bf7693ac69f8948665a56af4bce722c078eb1f735ad00ce15def65ff77a696674ec6ae804c SHA512 b9740251a81382f25ed3c89f10e842ef5432e36696df304a2b038d4a0a0a8c49d9988fff5274f3421870afe4f8cca1755222d6e7c514cea51e6eea7235a00382
diff --git a/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.3.2.ebuild b/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.3.2.ebuild
deleted file mode 100644
index 3b8315d019ad..000000000000
--- a/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.3.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="A network load plug-in for the Xfce panel"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin"
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
- >=xfce-base/xfce4-panel-4.12:="
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}