summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-25 18:19:44 +0200
committerMichał Górny <mgorny@gentoo.org>2018-03-25 19:27:17 +0200
commit04e36a6adf53d49070a6346d31f205d3d7864c43 (patch)
treecbcd31615aab4b7fee9a23296df8c1a92d7e193c /xfce-extra
parentxfce-extra/xfce4-statusnotifier-plugin: Drop old (diff)
downloadgentoo-04e36a6adf53d49070a6346d31f205d3d7864c43.tar.gz
gentoo-04e36a6adf53d49070a6346d31f205d3d7864c43.tar.bz2
gentoo-04e36a6adf53d49070a6346d31f205d3d7864c43.zip
xfce-extra/xfce4-systemload-plugin: Drop old
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-systemload-plugin/Manifest1
-rw-r--r--xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.2.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/xfce-extra/xfce4-systemload-plugin/Manifest b/xfce-extra/xfce4-systemload-plugin/Manifest
index 0a303c64e6a2..33d30517125e 100644
--- a/xfce-extra/xfce4-systemload-plugin/Manifest
+++ b/xfce-extra/xfce4-systemload-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-systemload-plugin-1.1.2.tar.bz2 305948 BLAKE2B 952a7da2d2d32d6b5afb17b5958cf079e9a788b324cd39e935894e0e0faf2700143a00e56c0545ccda0df01fe0bc74b0b509827447ab7129962f10571a9ffc8e SHA512 4d2216a707991ca17e7a935a6836a5b4236c1ab38e1738a57f754d63aca3d183802e5e530563a6e31c754ba6e4cd225742b4f23170acb07277f18eaee682fd31
DIST xfce4-systemload-plugin-1.2.1.tar.bz2 328136 BLAKE2B 0476c6e89be950a89f54d6d4fce0cfd0b4781520edb76e4280341f1f2c34e13ab54d68a84175524dd6877242da128c409f749c2c94ea6357dc453ed3c4da449d SHA512 01e57d799731a5860f043339ff0e90e0967ac1bda91d9f500d657ea14f3a52f31d9dd68ef5293f7941ef93e26e48af72de22aef976d0ccd497c62096e1aaf0b9
diff --git a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.2.ebuild b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.2.ebuild
deleted file mode 100644
index 657592156570..000000000000
--- a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="System load plug-in for Xfce panel"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug upower"
-
-RDEPEND=">=x11-libs/gtk+-2.6:2=
- >=xfce-base/libxfce4ui-4.10:=
- >=xfce-base/libxfce4util-4.10:=
- >=xfce-base/xfce4-panel-4.10:=
- upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- $(use_enable upower)
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README )
-}