xfce-extra/xfce4-systemload-plugin: Drop old
authorMichał Górny <mgorny@gentoo.org>
Sun, 25 Mar 2018 16:19:44 +0000 (18:19 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 25 Mar 2018 17:27:17 +0000 (19:27 +0200)
xfce-extra/xfce4-systemload-plugin/Manifest
xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.2.ebuild [deleted file]

index 0a303c64e6a2ed514e30f9c82ce50086734ee60b..33d30517125e90c03b0149d16d1cb2186ac95924 100644 (file)
@@ -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 (file)
index 6575921..0000000
+++ /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 )
-}