summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-12-03 16:10:42 +0100
committerMichał Górny <mgorny@gentoo.org>2023-12-03 16:10:42 +0100
commit702f3799032ad2fd1ce5239a16d1faf95a4cab4e (patch)
tree0d470fe8f952c5b6d6ec991041042b37a43b79ba /xfce-extra
parentapp-office/texstudio: bump to 4.7.0 (diff)
downloadgentoo-702f3799032ad2fd1ce5239a16d1faf95a4cab4e.tar.gz
gentoo-702f3799032ad2fd1ce5239a16d1faf95a4cab4e.tar.bz2
gentoo-702f3799032ad2fd1ce5239a16d1faf95a4cab4e.zip
xfce-extra/xfce4-cpugraph-plugin: Revert "Bump to 1.2.9"
Pushed this one accidentally, sorry. Reverts: 1bf199c9707c4774150df88b919f8e8f83a1bc03 Closes: https://bugs.gentoo.org/919123 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-cpugraph-plugin/Manifest1
-rw-r--r--xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.9.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/xfce-extra/xfce4-cpugraph-plugin/Manifest b/xfce-extra/xfce4-cpugraph-plugin/Manifest
index ddb5833978bb..9aa2d5515f75 100644
--- a/xfce-extra/xfce4-cpugraph-plugin/Manifest
+++ b/xfce-extra/xfce4-cpugraph-plugin/Manifest
@@ -1,2 +1 @@
DIST xfce4-cpugraph-plugin-1.2.8.tar.bz2 465181 BLAKE2B 68e8ee6ee8e943480626716f493d70046b8eeafbc9597d233e887009111fa5e6401fa652b0830163d413bfa7f28d004a75985cc72601e2b8cac7048dfd773e8b SHA512 f0f4201d0572997e8c610a25fcb957ebe4dd224204421aeba4e8ca54da71bdd97fa147dd7af7097b9e09ce6e1317836622a0bcbfec9589858010942993e27940
-DIST xfce4-cpugraph-plugin-1.2.9.tar.bz2 435452 BLAKE2B 01f688a02297e2d20077e9f6901cac5873c5d61c1179038943e71526e9513244a574090aa210ed0f978576ff0af59f10323fca3a9f3413c83a1c87e6aa6ec097 SHA512 e2d3e1520313c61a8876dc5a3e38213f59d1ee7a4bd83ee770325269ee4fc0a3815c21d34fa25e8e40cea9bd182efacdfd488fe4a02b688d5947e6b56c1be5f1
diff --git a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.9.ebuild b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.9.ebuild
deleted file mode 100644
index 894630719613..000000000000
--- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.9.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="A system load plug-in for the Xfce panel"
-HOMEPAGE="
- https://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin
- https://gitlab.xfce.org/panel-plugins/xfce4-cpugraph-plugin
-"
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="BSD-2 GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
-
-DEPEND="
- >=dev-libs/glib-2.50
- >=x11-libs/gtk+-3.22:3
- >=xfce-base/libxfce4ui-4.16.0:=
- >=xfce-base/libxfce4util-4.17.2:=
- >=xfce-base/xfce4-panel-4.16.0:=
- >=xfce-base/xfconf-4.12.0:=
-"
-RDEPEND="
- ${DEPEND}
-"
-BDEPEND="
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}