[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2022-06-19 Thread Yixun Lan
commit: 5be8a650bf0cfed98b9efcb7f9d236e11f356327
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Jun 19 12:53:05 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun 19 12:53:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5be8a650

xfce-extra/xfce4-diskperf-plugin: keyword 2.7.0 for ~riscv

Signed-off-by: Yixun Lan  gentoo.org>

 xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.0.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.0.ebuild
index 062ff06a4393..7ea09f0d1586 100644
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.0.ebuild
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/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"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
>=x11-libs/gtk+-3.16.0:3



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2022-04-27 Thread Michał Górny
commit: 67d78c435de60e6fd61bdae6cf01e8e23b10fe31
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 27 18:19:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 27 18:19:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d78c43

xfce-extra/xfce4-diskperf-plugin: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-diskperf-plugin/Manifest  |  1 -
 .../xfce4-diskperf-plugin-2.6.3.ebuild | 36 --
 2 files changed, 37 deletions(-)

diff --git a/xfce-extra/xfce4-diskperf-plugin/Manifest 
b/xfce-extra/xfce4-diskperf-plugin/Manifest
index bb6632a87c7d..16cc35f92fd6 100644
--- a/xfce-extra/xfce4-diskperf-plugin/Manifest
+++ b/xfce-extra/xfce4-diskperf-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-diskperf-plugin-2.6.3.tar.bz2 384330 BLAKE2B 
c7e9d885f42d7f007570c54bd26c7b85aac1054cdb9a0ca0119267b89387ab731807090bea49f7be05b6bae314efd2a87845c4005cd7cf31aa41f1b2b5ee4519
 SHA512 
fb7ffeaca14f67bb8a2423529f7040d3e51a0184a552f4636acfb4aec914da5fef95db2c710cad8cb1a3b96ef9abc308ad072b03f6e2ccc49793c0edb73dc116
 DIST xfce4-diskperf-plugin-2.7.0.tar.bz2 342471 BLAKE2B 
c70d3468d1274632414064ae7709717c3e75fe4b9583007b85b66f711d86ff85cbe6819d9b6f606da3994deea190f4f2b4a932e48245a636a2706ee7caededb3
 SHA512 
8d9dde5534ff2ff99955e7d19b9fd1a0ca6e481f978462578c246c30febc9c2d16c97362014c05b53bd2e895199dbfaa2bdee459b84de3df94f86791d9b07b4f

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.3.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.3.ebuild
deleted file mode 100644
index 48decbc8848a..
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="A panel plug-in for disk usage and performance statistics"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin;
-SRC_URI="https://archive.xfce.org/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=""
-
-RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/xfce4-panel-4.12:="
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2022-04-27 Thread Arthur Zamarin
commit: 4b493c828af66e7826303e0eba921c9ed7930d07
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 18:06:22 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 18:06:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b493c82

xfce-extra/xfce4-diskperf-plugin: Stabilize 2.7.0 arm, #841263

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.0.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.0.ebuild
index 9c2dfbf98129..062ff06a4393 100644
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.0.ebuild
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/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"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 
 RDEPEND="
>=x11-libs/gtk+-3.16.0:3



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2022-04-27 Thread Jakov Smolić
commit: ef95ac30ae3fe0a79e28fe0e773f8a10e9fb08d6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Apr 27 11:21:17 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Apr 27 11:21:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef95ac30

xfce-extra/xfce4-diskperf-plugin: Stabilize 2.7.0 x86, #841263

Signed-off-by: Jakov Smolić  gentoo.org>

 xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.0.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.0.ebuild
index 50d5b8d8ac01..9c2dfbf98129 100644
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.0.ebuild
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/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"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 
 RDEPEND="
>=x11-libs/gtk+-3.16.0:3



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2022-04-27 Thread Jakov Smolić
commit: 9b8a1f6ef38509a9d4a403e12312b7796d6a763c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Apr 27 11:20:40 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Apr 27 11:20:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b8a1f6e

xfce-extra/xfce4-diskperf-plugin: Stabilize 2.7.0 amd64, #841263

Signed-off-by: Jakov Smolić  gentoo.org>

 xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.0.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.0.ebuild
index 569b0326b740..50d5b8d8ac01 100644
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.0.ebuild
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/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"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 
 RDEPEND="
>=x11-libs/gtk+-3.16.0:3



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2022-03-05 Thread Michał Górny
commit: 76496eab1951b7d01402033d85907b6bd533e73b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  5 08:20:08 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  5 08:44:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76496eab

xfce-extra/xfce4-diskperf-plugin: Bump to 2.7.0

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-diskperf-plugin/Manifest  |  1 +
 .../xfce4-diskperf-plugin-2.7.0.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/xfce-extra/xfce4-diskperf-plugin/Manifest 
b/xfce-extra/xfce4-diskperf-plugin/Manifest
index b246c12bd141..bb6632a87c7d 100644
--- a/xfce-extra/xfce4-diskperf-plugin/Manifest
+++ b/xfce-extra/xfce4-diskperf-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-diskperf-plugin-2.6.3.tar.bz2 384330 BLAKE2B 
c7e9d885f42d7f007570c54bd26c7b85aac1054cdb9a0ca0119267b89387ab731807090bea49f7be05b6bae314efd2a87845c4005cd7cf31aa41f1b2b5ee4519
 SHA512 
fb7ffeaca14f67bb8a2423529f7040d3e51a0184a552f4636acfb4aec914da5fef95db2c710cad8cb1a3b96ef9abc308ad072b03f6e2ccc49793c0edb73dc116
+DIST xfce4-diskperf-plugin-2.7.0.tar.bz2 342471 BLAKE2B 
c70d3468d1274632414064ae7709717c3e75fe4b9583007b85b66f711d86ff85cbe6819d9b6f606da3994deea190f4f2b4a932e48245a636a2706ee7caededb3
 SHA512 
8d9dde5534ff2ff99955e7d19b9fd1a0ca6e481f978462578c246c30febc9c2d16c97362014c05b53bd2e895199dbfaa2bdee459b84de3df94f86791d9b07b4f

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.0.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.0.ebuild
new file mode 100644
index ..569b0326b740
--- /dev/null
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.7.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A panel plug-in for disk usage and performance statistics"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin;
+SRC_URI="https://archive.xfce.org/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"
+
+RDEPEND="
+   >=x11-libs/gtk+-3.16.0:3
+   >=xfce-base/libxfce4ui-4.14:=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.14:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.14:=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2021-02-18 Thread Michał Górny
commit: 6c058828689fcb214c99e7744359b5e118e860fe
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 19 00:59:57 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 19 01:03:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c058828

xfce-extra/xfce4-diskperf-plugin: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-diskperf-plugin/Manifest  |  1 -
 .../xfce4-diskperf-plugin-2.6.2.ebuild | 35 --
 2 files changed, 36 deletions(-)

diff --git a/xfce-extra/xfce4-diskperf-plugin/Manifest 
b/xfce-extra/xfce4-diskperf-plugin/Manifest
index 3c55086a9ed..b246c12bd14 100644
--- a/xfce-extra/xfce4-diskperf-plugin/Manifest
+++ b/xfce-extra/xfce4-diskperf-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-diskperf-plugin-2.6.2.tar.bz2 347244 BLAKE2B 
82ef114b6ac445627d05ed99b34f128391061e502819247e8b87f17cb89842d541585e77da4b6ec319fc50f242fe6d1fcb510048497e2b1184a8e3dfcadb
 SHA512 
e91a888a9936f8a0279a062801d16ebe03159df479413087a01e20c15913df781378e4b4c91ecba94d71afa813c6d3a5367b11c1c6d3d62bf10fea78c4853031
 DIST xfce4-diskperf-plugin-2.6.3.tar.bz2 384330 BLAKE2B 
c7e9d885f42d7f007570c54bd26c7b85aac1054cdb9a0ca0119267b89387ab731807090bea49f7be05b6bae314efd2a87845c4005cd7cf31aa41f1b2b5ee4519
 SHA512 
fb7ffeaca14f67bb8a2423529f7040d3e51a0184a552f4636acfb4aec914da5fef95db2c710cad8cb1a3b96ef9abc308ad072b03f6e2ccc49793c0edb73dc116

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.2.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.2.ebuild
deleted file mode 100644
index 75deb9ffb60..000
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.2.ebuild
+++ /dev/null
@@ -1,35 +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 panel plug-in for disk usage and performance statistics"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin;
-SRC_URI="https://archive.xfce.org/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=""
-
-RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/xfce4-panel-4.12:="
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2021-02-17 Thread Sam James
commit: 024f556ee4691b40b27dd9011d8e342c5b701679
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 18 07:24:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 18 07:26:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=024f556e

xfce-extra/xfce4-diskperf-plugin: Stabilize 2.6.3 arm, #769368

Signed-off-by: Sam James  gentoo.org>

 xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.3.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.3.ebuild
index 79c619c42b3..48decbc8848 100644
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.3.ebuild
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/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"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2021-02-07 Thread Sam James
commit: 9ca6dc80f1649998eca6a9d328f5ad943920ed0c
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  8 06:05:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  8 06:05:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca6dc80

xfce-extra/xfce4-diskperf-plugin: Stabilize 2.6.3 amd64, #769368

Signed-off-by: Sam James  gentoo.org>

 xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.3.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.3.ebuild
index 0465414ca44..79c619c42b3 100644
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.3.ebuild
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/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"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2020-12-20 Thread Michał Górny
commit: f59d7adee2d957297f0c02eaea1ec1d6569d5f40
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 20 23:47:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 20 23:52:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f59d7ade

xfce-extra/xfce4-diskperf-plugin: Bump to 2.6.3

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-diskperf-plugin/Manifest  |  1 +
 .../xfce4-diskperf-plugin-2.6.3.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/xfce-extra/xfce4-diskperf-plugin/Manifest 
b/xfce-extra/xfce4-diskperf-plugin/Manifest
index 6f6d22636dc..3c55086a9ed 100644
--- a/xfce-extra/xfce4-diskperf-plugin/Manifest
+++ b/xfce-extra/xfce4-diskperf-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-diskperf-plugin-2.6.2.tar.bz2 347244 BLAKE2B 
82ef114b6ac445627d05ed99b34f128391061e502819247e8b87f17cb89842d541585e77da4b6ec319fc50f242fe6d1fcb510048497e2b1184a8e3dfcadb
 SHA512 
e91a888a9936f8a0279a062801d16ebe03159df479413087a01e20c15913df781378e4b4c91ecba94d71afa813c6d3a5367b11c1c6d3d62bf10fea78c4853031
+DIST xfce4-diskperf-plugin-2.6.3.tar.bz2 384330 BLAKE2B 
c7e9d885f42d7f007570c54bd26c7b85aac1054cdb9a0ca0119267b89387ab731807090bea49f7be05b6bae314efd2a87845c4005cd7cf31aa41f1b2b5ee4519
 SHA512 
fb7ffeaca14f67bb8a2423529f7040d3e51a0184a552f4636acfb4aec914da5fef95db2c710cad8cb1a3b96ef9abc308ad072b03f6e2ccc49793c0edb73dc116

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.3.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.3.ebuild
new file mode 100644
index 000..72c2439e832
--- /dev/null
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="A panel plug-in for disk usage and performance statistics"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin;
+SRC_URI="https://archive.xfce.org/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=""
+
+RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.12:="
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/files/, xfce-extra/xfce4-diskperf-plugin/

2019-10-20 Thread Michał Górny
commit: f0c8bbf813f2e9721cc93f67952938b6eeea6473
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 20 09:27:45 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 20 10:24:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c8bbf8

xfce-extra/xfce4-diskperf-plugin: Drop old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-diskperf-plugin/Manifest  |  1 -
 .../xfce4-diskperf-plugin-2.6.1-sysmacros.patch| 24 -
 .../xfce4-diskperf-plugin-2.6.1-r1.ebuild  | 40 --
 3 files changed, 65 deletions(-)

diff --git a/xfce-extra/xfce4-diskperf-plugin/Manifest 
b/xfce-extra/xfce4-diskperf-plugin/Manifest
index 7f9fc68dd3c..6f6d22636dc 100644
--- a/xfce-extra/xfce4-diskperf-plugin/Manifest
+++ b/xfce-extra/xfce4-diskperf-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-diskperf-plugin-2.6.1.tar.bz2 338723 BLAKE2B 
4bf0fa9c741e3efe276c7b00f8997ee49611809f7a19fa8bbf955cff2218c2654924f1b5a324f9d659adc02d728e451e7565c5ce457ef4a99fababe89d7a687e
 SHA512 
ba01ec30e31db0c936b2b18df7c68883f89c6c4d5b82392759c25ef41fa89de37e2e635abd169745a9790d81af5b327768eb62ec3cc369f85e2da0bedc4c7cea
 DIST xfce4-diskperf-plugin-2.6.2.tar.bz2 347244 BLAKE2B 
82ef114b6ac445627d05ed99b34f128391061e502819247e8b87f17cb89842d541585e77da4b6ec319fc50f242fe6d1fcb510048497e2b1184a8e3dfcadb
 SHA512 
e91a888a9936f8a0279a062801d16ebe03159df479413087a01e20c15913df781378e4b4c91ecba94d71afa813c6d3a5367b11c1c6d3d62bf10fea78c4853031

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/files/xfce4-diskperf-plugin-2.6.1-sysmacros.patch
 
b/xfce-extra/xfce4-diskperf-plugin/files/xfce4-diskperf-plugin-2.6.1-sysmacros.patch
deleted file mode 100644
index 13a8df73bfe..000
--- 
a/xfce-extra/xfce4-diskperf-plugin/files/xfce4-diskperf-plugin-2.6.1-sysmacros.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From dd62d6dae6ad77b586af69faf8fdee8d7c87051b Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
-Date: Sat, 21 Oct 2017 00:14:32 +0200
-Subject: [PATCH] Add  include required for glibc-2.25+
-

- panel-plugin/devperf.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/panel-plugin/devperf.c b/panel-plugin/devperf.c
-index 175fd44..9348c9e 100644
 a/panel-plugin/devperf.c
-+++ b/panel-plugin/devperf.c
-@@ -35,6 +35,7 @@
- #include 
- /* for major() and minor() */
- #define _BSD_SOURCE
-+#include 
- #include 
- 
- 
--- 
-2.15.0.rc1
-

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1-r1.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1-r1.ebuild
deleted file mode 100644
index 3d8b6c40f95..000
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils xdg-utils
-
-DESCRIPTION="A panel plug-in for disk usage and performance statistics"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin;
-SRC_URI="https://archive.xfce.org/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=""
-
-RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/xfce4-panel-4.12:="
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-PATCHES=(
-   # https://bugzilla.xfce.org/show_bug.cgi?id=13940
-   # (simpler Linux-only version; portable version merged as 0787a89)
-   "${FILESDIR}"/xfce4-diskperf-plugin-2.6.1-sysmacros.patch
-)
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2019-10-10 Thread Mikle Kolyada
commit: e411375ef60cbc3fb78f3df400a838c18963d394
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Oct 10 18:33:36 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Oct 10 18:33:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e411375e

xfce-extra/xfce4-diskperf-plugin: x86 stable wrt bug #697454

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.2.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.2.ebuild
index 3b89c9ee952..1862d4d391b 100644
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.2.ebuild
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/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"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2019-10-10 Thread Mikle Kolyada
commit: 69b76df4b3e535f1590cec5089a24e21c18c9f57
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Oct 10 18:28:47 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Oct 10 18:28:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b76df4

xfce-extra/xfce4-diskperf-plugin: amd64 stable wrt bug #697454

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.2.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.2.ebuild
index f1b6f09accc..3b89c9ee952 100644
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.2.ebuild
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/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"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2019-08-13 Thread Michał Górny
commit: a45c6419a895a253907ec021b46a1cc4be188b89
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 13 11:18:48 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 13 12:10:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a45c6419

xfce-extra/xfce4-diskperf-plugin: Bump to 2.6.2

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-diskperf-plugin/Manifest  |  1 +
 .../xfce4-diskperf-plugin-2.6.2.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/xfce-extra/xfce4-diskperf-plugin/Manifest 
b/xfce-extra/xfce4-diskperf-plugin/Manifest
index 0b76f965a2a..7f9fc68dd3c 100644
--- a/xfce-extra/xfce4-diskperf-plugin/Manifest
+++ b/xfce-extra/xfce4-diskperf-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-diskperf-plugin-2.6.1.tar.bz2 338723 BLAKE2B 
4bf0fa9c741e3efe276c7b00f8997ee49611809f7a19fa8bbf955cff2218c2654924f1b5a324f9d659adc02d728e451e7565c5ce457ef4a99fababe89d7a687e
 SHA512 
ba01ec30e31db0c936b2b18df7c68883f89c6c4d5b82392759c25ef41fa89de37e2e635abd169745a9790d81af5b327768eb62ec3cc369f85e2da0bedc4c7cea
+DIST xfce4-diskperf-plugin-2.6.2.tar.bz2 347244 BLAKE2B 
82ef114b6ac445627d05ed99b34f128391061e502819247e8b87f17cb89842d541585e77da4b6ec319fc50f242fe6d1fcb510048497e2b1184a8e3dfcadb
 SHA512 
e91a888a9936f8a0279a062801d16ebe03159df479413087a01e20c15913df781378e4b4c91ecba94d71afa813c6d3a5367b11c1c6d3d62bf10fea78c4853031

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.2.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.2.ebuild
new file mode 100644
index 000..f1b6f09accc
--- /dev/null
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="A panel plug-in for disk usage and performance statistics"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin;
+SRC_URI="https://archive.xfce.org/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=""
+
+RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.12:="
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/files/

2019-03-03 Thread Aaron Bauman
commit: 930e6e34f710e76e6e176ed28509bb56ed1c6a38
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar  1 17:37:04 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar  4 03:12:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930e6e34

xfce-extra/xfce4-diskperf-plugin: remove unused patch

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 .../xfce4-diskperf-plugin-2.6.1-majorminor.patch   | 58 --
 1 file changed, 58 deletions(-)

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/files/xfce4-diskperf-plugin-2.6.1-majorminor.patch
 
b/xfce-extra/xfce4-diskperf-plugin/files/xfce4-diskperf-plugin-2.6.1-majorminor.patch
deleted file mode 100644
index c0515f1558b..000
--- 
a/xfce-extra/xfce4-diskperf-plugin/files/xfce4-diskperf-plugin-2.6.1-majorminor.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-From: Nico R. 
-Date: Sun, 28 Jan 2018 15:15:07 +0100
-Subject: [PATCH] work around glibc namespace pollution
-

- panel-plugin/devperf.c | 12 ++--
- 1 file changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/panel-plugin/devperf.c b/panel-plugin/devperf.c
-index 29bcb87..95d2f0e 100644
 a/panel-plugin/devperf.c
-+++ b/panel-plugin/devperf.c
-@@ -69,7 +69,7 @@ static int DevGetPerfData1 (dev_t p_iDevice, struct 
devperf_t *p_poPerf)
-   iMinorNo = minor(p_iDevice);
- struct timeval  oTimeStamp;
- FILE   *pF;
--unsigned intmajor, minor, rsect, wsect, ruse, wuse, use;
-+unsigned intmajorNo, minorNo, rsect, wsect, ruse, wuse, use;
- int running;
- characStats[128];
- int c, n;
-@@ -80,10 +80,10 @@ static int DevGetPerfData1 (dev_t p_iDevice, struct 
devperf_t *p_poPerf)
-   return (-1);
- }
- while (1) {
--  n = fscanf (pF, "%u %u", , );
-+  n = fscanf (pF, "%u %u", , );
-   if (n != 2)
-   goto Error;
--  if ((major != iMajorNo) || (minor != iMinorNo)) {
-+  if ((majorNo != iMajorNo) || (minorNo != iMinorNo)) {
-   while ((c = fgetc (pF)) && (c != '\n'));/* Goto next line */
-   continue;
-   }
-@@ -126,7 +126,7 @@ static int DevGetPerfData2 (dev_t p_iDevice, struct 
devperf_t *p_poPerf)
-   iMinorNo = p_iDevice & 0xFF;
- struct timeval  oTimeStamp;
- FILE   *pF;
--unsigned intmajor, minor, rsect, wsect, ruse, wuse, use;
-+unsigned intmajorNo, minorNo, rsect, wsect, ruse, wuse, use;
- int running;
- int c, n;
- 
-@@ -138,9 +138,9 @@ static int DevGetPerfData2 (dev_t p_iDevice, struct 
devperf_t *p_poPerf)
- while ((c = fgetc (pF)) && (c != '\n'));  /* Skip the header line */
- while ((n = fscanf (pF,
-   "%u %u %*u %*s %*u %*u %u %u %*u %*u %u %u %d %u %*u",
--  , , , , ,
-+  , , , , ,
-   , , )) == 8)
--  if ((major == iMajorNo) && (minor == iMinorNo)) {
-+  if ((majorNo == iMajorNo) && (minorNo == iMinorNo)) {
-   fclose (pF);
-   gettimeofday (, 0);
-   p_poPerf->timestamp_ns =
--- 
-2.16.1
-



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2018-11-11 Thread Michał Górny
commit: bca8a212c55a5c262571dcbee30945f99641fe00
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 11 13:12:16 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 11 19:07:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca8a212

xfce-extra/xfce4-diskperf-plugin: Clean old up

Signed-off-by: Michał Górny  gentoo.org>

 .../xfce4-diskperf-plugin-2.6.1.ebuild | 42 --
 1 file changed, 42 deletions(-)

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild
deleted file mode 100644
index ebd46d5d7ef..000
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils xdg-utils
-
-DESCRIPTION="A panel plug-in for disk usage and performance statistics"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin;
-SRC_URI="https://archive.xfce.org/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=""
-
-RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/xfce4-panel-4.12:="
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-PATCHES=( "${FILESDIR}/${P}-majorminor.patch" )
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2018-10-20 Thread Mikle Kolyada
commit: d2c5a4c7d7c586dfa086dbced1f5026c02ac0357
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Oct 20 18:24:08 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Oct 20 18:24:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c5a4c7

xfce-extra/xfce4-diskperf-plugin: arm stable wrt bug #668738

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1-r1.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1-r1.ebuild
index 0cf7eaf0ee4..3d8b6c40f95 100644
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1-r1.ebuild
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/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"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2018-10-17 Thread Mikle Kolyada
commit: ba4b33e18a6f7b8b397c39d51f0014c0704f8fa1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Oct 17 16:28:38 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Oct 17 16:29:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4b33e1

xfce-extra/xfce4-diskperf-plugin: amd64 stable wrt bug #668738

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1-r1.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1-r1.ebuild
index 88f71a0ff6e..0cf7eaf0ee4 100644
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1-r1.ebuild
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/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"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2018-10-17 Thread Thomas Deutschmann
commit: b86a85824d9d45e124ebd4db9637038c9098a284
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct 17 12:31:13 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct 17 12:31:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86a8582

xfce-extra/xfce4-diskperf-plugin: x86 stable (bug #668738)

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 .../xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1-r1.ebuild   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1-r1.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1-r1.ebuild
index 6484f9ed605..88f71a0ff6e 100644
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1-r1.ebuild
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/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"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/files/, xfce-extra/xfce4-diskperf-plugin/

2018-09-24 Thread Michał Górny
commit: a57c85880af3b8d5696dbf5a0067e28d3d70873d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 24 16:45:24 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 24 16:49:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a57c8588

xfce-extra/xfce4-diskperf-plugin: Apply proper sysmacros.h fix

Closes: https://bugs.gentoo.org/661994
Signed-off-by: Michał Górny  gentoo.org>

 .../xfce4-diskperf-plugin-2.6.1-sysmacros.patch| 24 +
 .../xfce4-diskperf-plugin-2.6.1-r1.ebuild  | 40 ++
 2 files changed, 64 insertions(+)

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/files/xfce4-diskperf-plugin-2.6.1-sysmacros.patch
 
b/xfce-extra/xfce4-diskperf-plugin/files/xfce4-diskperf-plugin-2.6.1-sysmacros.patch
new file mode 100644
index 000..13a8df73bfe
--- /dev/null
+++ 
b/xfce-extra/xfce4-diskperf-plugin/files/xfce4-diskperf-plugin-2.6.1-sysmacros.patch
@@ -0,0 +1,24 @@
+From dd62d6dae6ad77b586af69faf8fdee8d7c87051b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Sat, 21 Oct 2017 00:14:32 +0200
+Subject: [PATCH] Add  include required for glibc-2.25+
+
+---
+ panel-plugin/devperf.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/panel-plugin/devperf.c b/panel-plugin/devperf.c
+index 175fd44..9348c9e 100644
+--- a/panel-plugin/devperf.c
 b/panel-plugin/devperf.c
+@@ -35,6 +35,7 @@
+ #include 
+ /* for major() and minor() */
+ #define _BSD_SOURCE
++#include 
+ #include 
+ 
+ 
+-- 
+2.15.0.rc1
+

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1-r1.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1-r1.ebuild
new file mode 100644
index 000..6484f9ed605
--- /dev/null
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils xdg-utils
+
+DESCRIPTION="A panel plug-in for disk usage and performance statistics"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin;
+SRC_URI="https://archive.xfce.org/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=""
+
+RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.12:="
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+PATCHES=(
+   # https://bugzilla.xfce.org/show_bug.cgi?id=13940
+   # (simpler Linux-only version; portable version merged as 0787a89)
+   "${FILESDIR}"/xfce4-diskperf-plugin-2.6.1-sysmacros.patch
+)
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/files/, xfce-extra/xfce4-diskperf-plugin/

2018-05-04 Thread Andreas Hüttel
commit: a78bbc4236ed08c205b57be153c900f9f6e7d32c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May  4 17:57:15 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri May  4 17:57:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78bbc42

xfce-extra/xfce4-diskperf-plugin: Add patch to avoid name clash, bug 611418

Patch by Nico R.

Closes: https://bugs.gentoo.org/611418
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../xfce4-diskperf-plugin-2.6.1-majorminor.patch   | 58 ++
 .../xfce4-diskperf-plugin-2.6.1.ebuild |  2 +
 2 files changed, 60 insertions(+)

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/files/xfce4-diskperf-plugin-2.6.1-majorminor.patch
 
b/xfce-extra/xfce4-diskperf-plugin/files/xfce4-diskperf-plugin-2.6.1-majorminor.patch
new file mode 100644
index 000..c0515f1558b
--- /dev/null
+++ 
b/xfce-extra/xfce4-diskperf-plugin/files/xfce4-diskperf-plugin-2.6.1-majorminor.patch
@@ -0,0 +1,58 @@
+From: Nico R. 
+Date: Sun, 28 Jan 2018 15:15:07 +0100
+Subject: [PATCH] work around glibc namespace pollution
+
+---
+ panel-plugin/devperf.c | 12 ++--
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/panel-plugin/devperf.c b/panel-plugin/devperf.c
+index 29bcb87..95d2f0e 100644
+--- a/panel-plugin/devperf.c
 b/panel-plugin/devperf.c
+@@ -69,7 +69,7 @@ static int DevGetPerfData1 (dev_t p_iDevice, struct 
devperf_t *p_poPerf)
+   iMinorNo = minor(p_iDevice);
+ struct timeval  oTimeStamp;
+ FILE   *pF;
+-unsigned intmajor, minor, rsect, wsect, ruse, wuse, use;
++unsigned intmajorNo, minorNo, rsect, wsect, ruse, wuse, use;
+ int running;
+ characStats[128];
+ int c, n;
+@@ -80,10 +80,10 @@ static int DevGetPerfData1 (dev_t p_iDevice, struct 
devperf_t *p_poPerf)
+   return (-1);
+ }
+ while (1) {
+-  n = fscanf (pF, "%u %u", , );
++  n = fscanf (pF, "%u %u", , );
+   if (n != 2)
+   goto Error;
+-  if ((major != iMajorNo) || (minor != iMinorNo)) {
++  if ((majorNo != iMajorNo) || (minorNo != iMinorNo)) {
+   while ((c = fgetc (pF)) && (c != '\n'));/* Goto next line */
+   continue;
+   }
+@@ -126,7 +126,7 @@ static int DevGetPerfData2 (dev_t p_iDevice, struct 
devperf_t *p_poPerf)
+   iMinorNo = p_iDevice & 0xFF;
+ struct timeval  oTimeStamp;
+ FILE   *pF;
+-unsigned intmajor, minor, rsect, wsect, ruse, wuse, use;
++unsigned intmajorNo, minorNo, rsect, wsect, ruse, wuse, use;
+ int running;
+ int c, n;
+ 
+@@ -138,9 +138,9 @@ static int DevGetPerfData2 (dev_t p_iDevice, struct 
devperf_t *p_poPerf)
+ while ((c = fgetc (pF)) && (c != '\n'));  /* Skip the header line */
+ while ((n = fscanf (pF,
+   "%u %u %*u %*s %*u %*u %u %u %*u %*u %u %u %d %u %*u",
+-  , , , , ,
++  , , , , ,
+   , , )) == 8)
+-  if ((major == iMajorNo) && (minor == iMinorNo)) {
++  if ((majorNo == iMajorNo) && (minorNo == iMinorNo)) {
+   fclose (pF);
+   gettimeofday (, 0);
+   p_poPerf->timestamp_ns =
+-- 
+2.16.1
+

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild
index ebebf441233..54497d9226f 100644
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild
@@ -23,6 +23,8 @@ DEPEND="${RDEPEND}
 
 DOCS=( AUTHORS ChangeLog NEWS README )
 
+PATCHES=( "${FILESDIR}/${P}-majorminor.patch" )
+
 pkg_preinst() {
gnome2_icon_savelist
 }



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2018-04-08 Thread Jason Zaman
commit: d850fc1c87acb833cb90b0434400e93bcc80c8fd
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sat Apr  7 12:36:08 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Apr  8 08:02:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d850fc1c

xfce-extra/xfce4-diskperf-plugin: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild  | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild
index b8aeea92dac..ebebf441233 100644
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit fdo-mime gnome2-utils
+
+inherit gnome2-utils xdg-utils
 
 DESCRIPTION="A panel plug-in for disk usage and performance statistics"
 
HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin;
@@ -27,13 +28,13 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2018-03-25 Thread Michał Górny
commit: a9ad59c48bd751c5e61d9f4a38809c8ddfd72b0c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 25 16:10:56 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 25 17:27:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ad59c4

xfce-extra/xfce4-diskperf-plugin: Drop old

 xfce-extra/xfce4-diskperf-plugin/Manifest  |  1 -
 .../xfce4-diskperf-plugin-2.5.5.ebuild | 29 --
 2 files changed, 30 deletions(-)

diff --git a/xfce-extra/xfce4-diskperf-plugin/Manifest 
b/xfce-extra/xfce4-diskperf-plugin/Manifest
index a79f3d85fe9..0b76f965a2a 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 f273fbcf4ba..000
--- 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 )
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2018-03-23 Thread Markus Meier
commit: 047b519a77756f988220ea15193efbb26038dd39
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Mar 23 19:51:36 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Mar 23 19:51:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=047b519a

xfce-extra/xfce4-diskperf-plugin: arm stable, bug #643074

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild
index da17d698e48..b8aeea92dac 100644
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild
@@ -10,7 +10,7 @@ 
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"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2018-01-05 Thread Thomas Deutschmann
commit: 7f34158f772a884b8ca8848823e2a10cf425afd8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan  6 04:48:04 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan  6 04:48:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f34158f

xfce-extra/xfce4-diskperf-plugin: x86 stable (bug #643074)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild
index d491908d9e7..da17d698e48 100644
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild
@@ -10,7 +10,7 @@ 
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"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2018-01-05 Thread Mikle Kolyada
commit: 450d55b290cc96b5a99b0a4a58dd270c46e9c850
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan  5 11:13:47 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan  5 11:16:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=450d55b2

xfce-extra/xfce4-diskperf-plugin: amd64 stable wrt bug #643074

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild
index c9500889cc7..d491908d9e7 100644
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ 
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"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2017-02-25 Thread Michał Górny
commit: 8be1c04c885ace7f890715526e1f19a3f778e3a9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 25 11:16:39 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 25 11:18:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be1c04c

xfce-extra/xfce4-diskperf-plugin: Bump to 2.6.1, bugfix

 xfce-extra/xfce4-diskperf-plugin/Manifest   | 2 +-
 ...-diskperf-plugin-2.6.0.ebuild => xfce4-diskperf-plugin-2.6.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-diskperf-plugin/Manifest 
b/xfce-extra/xfce4-diskperf-plugin/Manifest
index fd4de4d884..d38c5cff35 100644
--- a/xfce-extra/xfce4-diskperf-plugin/Manifest
+++ b/xfce-extra/xfce4-diskperf-plugin/Manifest
@@ -1,2 +1,2 @@
 DIST xfce4-diskperf-plugin-2.5.5.tar.bz2 321446 SHA256 
cbeb0c00f97362eef3f135afb77947aef73e938bae0386250a122ac6644b521b SHA512 
ab0299246f228de6ae8597ccd14980111c28a774e6a41fcaa23cd50f978623fb3f4a20b61c19d0644e2c8062ca9037bf365cdec40f3174aa6d1a88a63a356fec
 WHIRLPOOL 
7078e23e8536cfaebd36c00a942758db8941df226cc1becf194f6245b5532647cdad99fde19efffcd057654143d4021455c4736a988a722ec2302185030a3735
-DIST xfce4-diskperf-plugin-2.6.0.tar.bz2 322865 SHA256 
4897f34ccd8c3d050f8d2d95652af6ab740a670a108bf01f582945779305900e SHA512 
5f225ac313eed3ea2da7f1a6e801ec0bc0370d79b25f45f54419c61e518870ca50dd1056f043b42634c725830f0dedfde6fb9def6e0214d044804492b8cade45
 WHIRLPOOL 
d6289cda060bae799d6d25a2bd7db45107b8770add6a7fb602fe8874fef8e22e8ee37d10d1a6cb64ca75c761fb90334fa8802ef6cdebc35d3c078f6dc55831b8
+DIST xfce4-diskperf-plugin-2.6.1.tar.bz2 338723 SHA256 
212ddc742be3eecb6ad5554e1b1df03d5685cb71f48a558d5f895de37c57e4fa SHA512 
ba01ec30e31db0c936b2b18df7c68883f89c6c4d5b82392759c25ef41fa89de37e2e635abd169745a9790d81af5b327768eb62ec3cc369f85e2da0bedc4c7cea
 WHIRLPOOL 
7b550d5494b6199fd7a2a741da8f3831a0a65262cc3390fe7fed26cc310ae492a7538613f2a0ca6ea1ce3479ceb91f4edcbab6794cc9e9d541c960bba7ca0006

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.0.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild
similarity index 100%
rename from xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.0.ebuild
rename to xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2017-01-29 Thread Fabian Groffen
commit: bd4db96e02494cad5c6932152a2a5ef46a147e23
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 21:54:41 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jan 30 07:36:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd4db96e

xfce-extra/xfce4-diskperf-plugin: dropped ~ia64-linux

Package-Manager: portage-2.3.3

 xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.5.ebuild | 4 ++--
 xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

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
index 6038807..889cfc6 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ 
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 
~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="debug"
 
 RDEPEND=">=xfce-base/libxfce4ui-4.8:=

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.0.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.0.ebuild
index a2cace0..2efd858 100644
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.0.ebuild
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ 
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 
~ia64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2016-11-20 Thread Jason Zaman
commit: fd463710951c0caf9fcbec8d6f6dbc345208dcf5
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Nov 20 11:19:51 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Nov 20 16:18:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd463710

xfce-extra/xfce4-diskperf-plugin: bump version and EAPI6

Package-Manager: portage-2.3.0

 xfce-extra/xfce4-diskperf-plugin/Manifest  |  2 +-
 ...9.ebuild => xfce4-diskperf-plugin-2.6.0.ebuild} | 26 +++---
 2 files changed, 19 insertions(+), 9 deletions(-)

diff --git a/xfce-extra/xfce4-diskperf-plugin/Manifest 
b/xfce-extra/xfce4-diskperf-plugin/Manifest
index ebe851c..fd4de4d 100644
--- a/xfce-extra/xfce4-diskperf-plugin/Manifest
+++ b/xfce-extra/xfce4-diskperf-plugin/Manifest
@@ -1,2 +1,2 @@
 DIST xfce4-diskperf-plugin-2.5.5.tar.bz2 321446 SHA256 
cbeb0c00f97362eef3f135afb77947aef73e938bae0386250a122ac6644b521b SHA512 
ab0299246f228de6ae8597ccd14980111c28a774e6a41fcaa23cd50f978623fb3f4a20b61c19d0644e2c8062ca9037bf365cdec40f3174aa6d1a88a63a356fec
 WHIRLPOOL 
7078e23e8536cfaebd36c00a942758db8941df226cc1becf194f6245b5532647cdad99fde19efffcd057654143d4021455c4736a988a722ec2302185030a3735
-DIST xfce4-diskperf-plugin-2.5.99.tar.bz2 337057 SHA256 
41fd067b88c264bfe8126fa546a44cc5a1fc77c19f652313c1fbfed45db448ab SHA512 
9236274c42450e7c05cb99d4da4799bd76cac9d2fcdfa6311e5443f5f2416627e7e5af33c7ec0ac3bc3d1a699a6fc3483b347153cbcf9b73a764bbb3d9c93d0a
 WHIRLPOOL 
920e5a4ae6ea227f52544586ca103de0cc3b5e9a6e38825f0b6d465ac5ae2060ffd564900f0ae9138f8ab0a21e491215b0f0dd790df6064beb8e66b7456b11a1
+DIST xfce4-diskperf-plugin-2.6.0.tar.bz2 322865 SHA256 
4897f34ccd8c3d050f8d2d95652af6ab740a670a108bf01f582945779305900e SHA512 
5f225ac313eed3ea2da7f1a6e801ec0bc0370d79b25f45f54419c61e518870ca50dd1056f043b42634c725830f0dedfde6fb9def6e0214d044804492b8cade45
 WHIRLPOOL 
d6289cda060bae799d6d25a2bd7db45107b8770add6a7fb602fe8874fef8e22e8ee37d10d1a6cb64ca75c761fb90334fa8802ef6cdebc35d3c078f6dc55831b8

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.99.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.0.ebuild
similarity index 64%
rename from xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.99.ebuild
rename to xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.0.ebuild
index 7a658bb..a2cace0 100644
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.99.ebuild
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.0.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-inherit xfconf
+EAPI=6
+inherit fdo-mime gnome2-utils
 
 DESCRIPTION="A panel plug-in for disk usage and performance statistics"
 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin;
@@ -12,7 +12,7 @@ 
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 
~ia64-linux ~x86-linux"
-IUSE="debug"
+IUSE=""
 
 RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
>=xfce-base/xfce4-panel-4.12:="
@@ -21,10 +21,20 @@ DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"
 
-pkg_setup() {
-   XFCONF=(
-   $(xfconf_use_debug)
-   )
+DOCS=( AUTHORS ChangeLog NEWS README )
 
-   DOCS=( AUTHORS ChangeLog NEWS README )
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
 }



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2016-07-30 Thread Michał Górny
commit: c26318733396429ac892f1800f096838de00748c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 30 19:26:19 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 30 19:49:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2631873

xfce-extra/xfce4-diskperf-plugin: Bump to 2.5.99, the GTK+3 pre-release

 xfce-extra/xfce4-diskperf-plugin/Manifest  |  1 +
 .../xfce4-diskperf-plugin-2.5.99.ebuild| 30 ++
 2 files changed, 31 insertions(+)

diff --git a/xfce-extra/xfce4-diskperf-plugin/Manifest 
b/xfce-extra/xfce4-diskperf-plugin/Manifest
index cee567a..ebe851c 100644
--- a/xfce-extra/xfce4-diskperf-plugin/Manifest
+++ b/xfce-extra/xfce4-diskperf-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-diskperf-plugin-2.5.5.tar.bz2 321446 SHA256 
cbeb0c00f97362eef3f135afb77947aef73e938bae0386250a122ac6644b521b SHA512 
ab0299246f228de6ae8597ccd14980111c28a774e6a41fcaa23cd50f978623fb3f4a20b61c19d0644e2c8062ca9037bf365cdec40f3174aa6d1a88a63a356fec
 WHIRLPOOL 
7078e23e8536cfaebd36c00a942758db8941df226cc1becf194f6245b5532647cdad99fde19efffcd057654143d4021455c4736a988a722ec2302185030a3735
+DIST xfce4-diskperf-plugin-2.5.99.tar.bz2 337057 SHA256 
41fd067b88c264bfe8126fa546a44cc5a1fc77c19f652313c1fbfed45db448ab SHA512 
9236274c42450e7c05cb99d4da4799bd76cac9d2fcdfa6311e5443f5f2416627e7e5af33c7ec0ac3bc3d1a699a6fc3483b347153cbcf9b73a764bbb3d9c93d0a
 WHIRLPOOL 
920e5a4ae6ea227f52544586ca103de0cc3b5e9a6e38825f0b6d465ac5ae2060ffd564900f0ae9138f8ab0a21e491215b0f0dd790df6064beb8e66b7456b11a1

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.99.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.99.ebuild
new file mode 100644
index 000..7a658bb
--- /dev/null
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.99.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="A panel plug-in for disk usage and performance statistics"
+HOMEPAGE="http://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 
~ia64-linux ~x86-linux"
+IUSE="debug"
+
+RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.12:="
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+pkg_setup() {
+   XFCONF=(
+   $(xfconf_use_debug)
+   )
+
+   DOCS=( AUTHORS ChangeLog NEWS README )
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/

2016-07-30 Thread Michał Górny
commit: 95b91183e3d431c5b73f8dd0da1a981c46d5a214
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 30 19:24:08 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 30 19:49:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b91183

xfce-extra/xfce4-diskperf-plugin: Prune old

 xfce-extra/xfce4-diskperf-plugin/Manifest  |  1 -
 .../xfce4-diskperf-plugin-2.5.4.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/xfce-extra/xfce4-diskperf-plugin/Manifest 
b/xfce-extra/xfce4-diskperf-plugin/Manifest
index fdf411e..cee567a 100644
--- a/xfce-extra/xfce4-diskperf-plugin/Manifest
+++ b/xfce-extra/xfce4-diskperf-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-diskperf-plugin-2.5.4.tar.bz2 321974 SHA256 
aab6b9c4e2f78620920efac6874c4edf426f05b63b94cfda0da8c99a91110a0b SHA512 
0604d06f988f414db7e43af746d17478fdef0f3cbb0a8fa48aea34264de5e625c2c83785916eab3ab898010662772df908ab15aba334dfc93b92fa79f7f8a6a0
 WHIRLPOOL 
282cf1b529e89d8639b1b8d4227657716a83f8040292851752b5ef3782e13e0cc0089937e4e916949c9eb7fedf667f2b26815aaeee6c02fc1d739dedc4a35a52
 DIST xfce4-diskperf-plugin-2.5.5.tar.bz2 321446 SHA256 
cbeb0c00f97362eef3f135afb77947aef73e938bae0386250a122ac6644b521b SHA512 
ab0299246f228de6ae8597ccd14980111c28a774e6a41fcaa23cd50f978623fb3f4a20b61c19d0644e2c8062ca9037bf365cdec40f3174aa6d1a88a63a356fec
 WHIRLPOOL 
7078e23e8536cfaebd36c00a942758db8941df226cc1becf194f6245b5532647cdad99fde19efffcd057654143d4021455c4736a988a722ec2302185030a3735

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.4.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.4.ebuild
deleted file mode 100644
index 608882d..000
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.5.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A panel plug-in for disk usage and performance statistics"
-HOMEPAGE="http://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 
~ia64-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 )
-}