summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-25 18:10:56 +0200
committerMichał Górny <mgorny@gentoo.org>2018-03-25 19:27:12 +0200
commita9ad59c48bd751c5e61d9f4a38809c8ddfd72b0c (patch)
treea8b255fcbda3fb3cd35025af5382f8bc67599213 /xfce-extra/xfce4-diskperf-plugin
parentxfce-extra/xfce4-dict: Drop old (diff)
downloadgentoo-a9ad59c48bd751c5e61d9f4a38809c8ddfd72b0c.tar.gz
gentoo-a9ad59c48bd751c5e61d9f4a38809c8ddfd72b0c.tar.bz2
gentoo-a9ad59c48bd751c5e61d9f4a38809c8ddfd72b0c.zip
xfce-extra/xfce4-diskperf-plugin: Drop old
Diffstat (limited to 'xfce-extra/xfce4-diskperf-plugin')
-rw-r--r--xfce-extra/xfce4-diskperf-plugin/Manifest1
-rw-r--r--xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.5.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/xfce-extra/xfce4-diskperf-plugin/Manifest b/xfce-extra/xfce4-diskperf-plugin/Manifest
index a79f3d85fe9d..0b76f965a2a2 100644
--- a/xfce-extra/xfce4-diskperf-plugin/Manifest
+++ b/xfce-extra/xfce4-diskperf-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-diskperf-plugin-2.5.5.tar.bz2 321446 BLAKE2B d4713c030e3e350551c4bf7ada701ee6201ad83266b3f34bd3c2dd4d44b5dddc96e373bcda5d587f9877237bd2e6dd6bb63db39e18480cc7b0adc82e681bf6ca SHA512 ab0299246f228de6ae8597ccd14980111c28a774e6a41fcaa23cd50f978623fb3f4a20b61c19d0644e2c8062ca9037bf365cdec40f3174aa6d1a88a63a356fec
DIST xfce4-diskperf-plugin-2.6.1.tar.bz2 338723 BLAKE2B 4bf0fa9c741e3efe276c7b00f8997ee49611809f7a19fa8bbf955cff2218c2654924f1b5a324f9d659adc02d728e451e7565c5ce457ef4a99fababe89d7a687e SHA512 ba01ec30e31db0c936b2b18df7c68883f89c6c4d5b82392759c25ef41fa89de37e2e635abd169745a9790d81af5b327768eb62ec3cc369f85e2da0bedc4c7cea
diff --git a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.5.ebuild b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.5.ebuild
deleted file mode 100644
index f273fbcf4ba7..000000000000
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A panel plug-in for disk usage and performance statistics"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-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 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-RDEPEND=">=xfce-base/libxfce4ui-4.8:=
- >=xfce-base/xfce4-panel-4.8:="
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README )
-}