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

2022-07-25 Thread Michał Górny
commit: 9f6f3c1e42b0cb94d14098846359bade02a68e92
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 26 06:14:32 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 26 06:17:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6f3c1e

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

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

 xfce-extra/xfce4-wavelan-plugin/Manifest   |  1 -
 ...ce4-wavelan-plugin-0.6.2-close-definition.patch | 55 --
 .../xfce4-wavelan-plugin-0.6.2-r1.ebuild   | 30 
 3 files changed, 86 deletions(-)

diff --git a/xfce-extra/xfce4-wavelan-plugin/Manifest 
b/xfce-extra/xfce4-wavelan-plugin/Manifest
index e90c1002d3d4..62f363b21448 100644
--- a/xfce-extra/xfce4-wavelan-plugin/Manifest
+++ b/xfce-extra/xfce4-wavelan-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-wavelan-plugin-0.6.2.tar.bz2 356954 BLAKE2B 
982ffbc5f72d5771650b4e8d6c64f468bf927febca8c65d8a20258043e1c9433ee9c4631eb501e620f6a1037852494e3f66fe2700e08063ee770cedcad857475
 SHA512 
90e0d5f2e9add1f177f0f69e537ccdeeaf518a122feb776cb8bce139b9af6ea7d248e758ae381b69041bbdefe2d38f2162d08b25fd246d98c3a028d743892123
 DIST xfce4-wavelan-plugin-0.6.3.tar.bz2 364789 BLAKE2B 
3d39eb0716efaccd8effd6f6a89da9e0f749cbffdf2bdebeb021ebd8ed9c8f3f5eb728db8ebacf52cc977db827d9b0536c9c42a94caa40469172fce800fc71ef
 SHA512 
a49af2c59f59890790081525a793638c673446b4a3f77584013cf87201fc0cf3218622834c32918daeb3fd2d87511db19512b903c60f8ccd58ae5c4f78507b7a

diff --git 
a/xfce-extra/xfce4-wavelan-plugin/files/xfce4-wavelan-plugin-0.6.2-close-definition.patch
 
b/xfce-extra/xfce4-wavelan-plugin/files/xfce4-wavelan-plugin-0.6.2-close-definition.patch
deleted file mode 100644
index bc27e2c12afc..
--- 
a/xfce-extra/xfce4-wavelan-plugin/files/xfce4-wavelan-plugin-0.6.2-close-definition.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-https://gitlab.xfce.org/panel-plugins/xfce4-wavelan-plugin/-/merge_requests/4
-https://bugs.gentoo.org/799827
-
-From: Olaf Hering 
-Date: Fri, 25 Jun 2021 19:37:09 +0200
-Subject: [PATCH] remove bogus close function
-
-Just close the file descriptor, instead of doing shutdown.
-
-Not doing so was already wrong in 2006.
-
-wi_linux.c:83:1: error: conflicting types for 'close'
- close(int fd)
- ^
-In file included from /usr/include/glib-2.0/gio/gcredentials.h:32:0,
- from /usr/include/glib-2.0/gio/gio.h:46,
- from /usr/include/xfce4/libxfce4util/xfce-gio-extensions.h:28,
- from /usr/include/xfce4/libxfce4util/libxfce4util.h:40,
- from wi_linux.c:32:
-/usr/include/unistd.h:353:12: note: previous declaration of 'close' was here
- extern int close (int __fd);
-^
-make[2]: *** [Makefile:525: libwavelan_la-wi_linux.lo] Error 1
-make[2]: Leaving directory 
'/home/abuild/rpmbuild/BUILD/xfce4-wavelan-plugin-20210505T194034.7ba466b/panel-plugin'
-
-Signed-off-by: Olaf Hering 
 a/panel-plugin/wi_linux.c
-+++ b/panel-plugin/wi_linux.c
-@@ -31,6 +31,7 @@
- 
- #include 
- 
-+#include 
- #include 
- #include 
- #include 
-@@ -79,17 +80,9 @@ wi_open(const char *interface)
-   return(device);
- }
- 
--static void
--close(int fd)
--{
--  shutdown(fd, SHUT_RDWR);
--}
--
- void
- wi_close(struct wi_device *device)
- {
--  g_return_if_fail(device != NULL);
--
-   close(device->socket);
-   g_free(device);
- }
-GitLab

diff --git 
a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild
deleted file mode 100644
index 32d002845fc5..
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="A panel plug-in to display wireless interface statistics"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin";
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv x86"
-
-DEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/xfce4-panel-4.12:="
-RDEPEND="${DEPEND}
-   kernel_linux? ( sys-apps/net-tools )"
-BDEPEND="
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-close-definition.patch
-)
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-}



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

2022-07-25 Thread Sam James
commit: e4fda50ef4a8ae1530d67e55e79e10aa141bd306
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 26 01:34:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 26 01:34:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4fda50e

xfce-extra/xfce4-wavelan-plugin: Stabilize 0.6.3 amd64, #860921

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

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

diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.3.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.3.ebuild
index e0f40af799de..ea587e91560f 100644
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.3.ebuild
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.3.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv x86"
 
 DEPEND="
>=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



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

2022-06-19 Thread Yixun Lan
commit: f70c6feff714db5157b0929e4d12d395ed138c3c
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Jun 19 13:35:08 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun 19 13:35:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70c6fef

xfce-extra/xfce4-wavelan-plugin: keyword 0.6.3 for ~riscv

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

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

diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.3.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.3.ebuild
index 5f5f9ee13b9a..8e5e6922eea5 100644
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.3.ebuild
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.3.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~x86"
 
 DEPEND="
>=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



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

2022-06-19 Thread Yixun Lan
commit: a6f23a37e7163711fbb276c47df11cdcc3f90cfb
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Jun 19 12:54:29 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun 19 12:54:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f23a37

xfce-extra/xfce4-wavelan-plugin: keyword 0.6.2-r1 for ~riscv

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

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

diff --git 
a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild
index 9ea3c7fb7cdd..32d002845fc5 100644
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv x86"
 
 DEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
>=xfce-base/xfce4-panel-4.12:="



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

2022-06-14 Thread Michał Górny
commit: ca42ab19b7500e827a83026f32c619c93a4ff9cd
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 14 15:33:09 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 14 16:01:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca42ab19

xfce-extra/xfce4-wavelan-plugin: Bump to 0.6.3

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

 xfce-extra/xfce4-wavelan-plugin/Manifest   |  1 +
 .../xfce4-wavelan-plugin-0.6.3.ebuild  | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/xfce-extra/xfce4-wavelan-plugin/Manifest 
b/xfce-extra/xfce4-wavelan-plugin/Manifest
index c4695c8c1311..e90c1002d3d4 100644
--- a/xfce-extra/xfce4-wavelan-plugin/Manifest
+++ b/xfce-extra/xfce4-wavelan-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-wavelan-plugin-0.6.2.tar.bz2 356954 BLAKE2B 
982ffbc5f72d5771650b4e8d6c64f468bf927febca8c65d8a20258043e1c9433ee9c4631eb501e620f6a1037852494e3f66fe2700e08063ee770cedcad857475
 SHA512 
90e0d5f2e9add1f177f0f69e537ccdeeaf518a122feb776cb8bce139b9af6ea7d248e758ae381b69041bbdefe2d38f2162d08b25fd246d98c3a028d743892123
+DIST xfce4-wavelan-plugin-0.6.3.tar.bz2 364789 BLAKE2B 
3d39eb0716efaccd8effd6f6a89da9e0f749cbffdf2bdebeb021ebd8ed9c8f3f5eb728db8ebacf52cc977db827d9b0536c9c42a94caa40469172fce800fc71ef
 SHA512 
a49af2c59f59890790081525a793638c673446b4a3f77584013cf87201fc0cf3218622834c32918daeb3fd2d87511db19512b903c60f8ccd58ae5c4f78507b7a

diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.3.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.3.ebuild
new file mode 100644
index ..5f5f9ee13b9a
--- /dev/null
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A panel plug-in to display wireless interface statistics"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin";
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+
+DEPEND="
+   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.12:=
+"
+RDEPEND="
+   ${DEPEND}
+   kernel_linux? ( sys-apps/net-tools )
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}



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

2022-01-04 Thread David Seifert
commit: d86b906f2b40a507dbb4bafa0323153b8f6ef51d
Author: David Seifert  gentoo  org>
AuthorDate: Tue Jan  4 10:30:12 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Jan  4 10:30:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d86b906f

xfce-extra/xfce4-wavelan-plugin: remove implicit kernel_linux

Closes: https://github.com/gentoo/gentoo/pull/23647
Signed-off-by: David Seifert  gentoo.org>

 xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild
index 27f198f13371..9ea3c7fb7cdd 100644
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild
@@ -10,7 +10,6 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
-IUSE="kernel_linux"
 
 DEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
>=xfce-base/xfce4-panel-4.12:="



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

2022-01-03 Thread Michał Górny
commit: 274711ef8846172755e4940de3ab629cdf984fce
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan  3 11:33:47 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan  3 22:24:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274711ef

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

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

 .../xfce4-wavelan-plugin-0.6.2.ebuild  | 27 --
 1 file changed, 27 deletions(-)

diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2.ebuild
deleted file mode 100644
index 9f5458a29a29..
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A panel plug-in to display wireless interface statistics"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin";
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
-IUSE="kernel_linux"
-
-DEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/xfce4-panel-4.12:="
-RDEPEND="${DEPEND}
-   kernel_linux? ( sys-apps/net-tools )"
-BDEPEND="
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



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

2022-01-03 Thread Jakov Smolić
commit: 87c9a9cb389d52b93f781b14b8a5e888b14ed9e5
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jan  3 09:17:15 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jan  3 09:17:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87c9a9cb

xfce-extra/xfce4-wavelan-plugin: Stabilize 0.6.2-r1 x86, #799827

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

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

diff --git 
a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild
index 50b58fb8777b..27f198f13371 100644
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
 IUSE="kernel_linux"
 
 DEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



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

2021-12-26 Thread Agostino Sarubbo
commit: c8cda8b2146a4a61be56ee787aafdcaa775db1d0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Dec 26 08:06:42 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Dec 26 08:06:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8cda8b2

xfce-extra/xfce4-wavelan-plugin: amd64 stable wrt bug #799827

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git 
a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild
index d68780f3c4e9..50b58fb8777b 100644
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE="kernel_linux"
 
 DEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



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

2021-12-14 Thread Sam James
commit: a0a2c6de650e81aec5e57bdaac2d603425d269cc
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 14 23:37:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 14 23:37:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a2c6de

xfce-extra/xfce4-wavelan-plugin: ${ED}, not ${D} in find

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

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

diff --git 
a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild
index 5931287d80d2..d68780f3c4e9 100644
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild
@@ -27,5 +27,5 @@ PATCHES=(
 
 src_install() {
default
-   find "${D}" -name '*.la' -delete || die
+   find "${ED}" -name '*.la' -delete || die
 }



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

2021-12-14 Thread Sam James
commit: 1cfeef27953f5c1b66bfbb270ce8b7a444899850
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 14 23:36:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 14 23:36:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cfeef27

xfce-extra/xfce4-wavelan-plugin: update EAPI 7 -> 8, add build patch

Revbumping for EAPI 8 + the build patch given that it could (but shouldn't)
affect runtime behaviour.

Closes: https://bugs.gentoo.org/799827
Signed-off-by: Sam James  gentoo.org>

 ...ce4-wavelan-plugin-0.6.2-close-definition.patch | 55 ++
 .../xfce4-wavelan-plugin-0.6.2-r1.ebuild   | 31 
 2 files changed, 86 insertions(+)

diff --git 
a/xfce-extra/xfce4-wavelan-plugin/files/xfce4-wavelan-plugin-0.6.2-close-definition.patch
 
b/xfce-extra/xfce4-wavelan-plugin/files/xfce4-wavelan-plugin-0.6.2-close-definition.patch
new file mode 100644
index ..bc27e2c12afc
--- /dev/null
+++ 
b/xfce-extra/xfce4-wavelan-plugin/files/xfce4-wavelan-plugin-0.6.2-close-definition.patch
@@ -0,0 +1,55 @@
+https://gitlab.xfce.org/panel-plugins/xfce4-wavelan-plugin/-/merge_requests/4
+https://bugs.gentoo.org/799827
+
+From: Olaf Hering 
+Date: Fri, 25 Jun 2021 19:37:09 +0200
+Subject: [PATCH] remove bogus close function
+
+Just close the file descriptor, instead of doing shutdown.
+
+Not doing so was already wrong in 2006.
+
+wi_linux.c:83:1: error: conflicting types for 'close'
+ close(int fd)
+ ^
+In file included from /usr/include/glib-2.0/gio/gcredentials.h:32:0,
+ from /usr/include/glib-2.0/gio/gio.h:46,
+ from /usr/include/xfce4/libxfce4util/xfce-gio-extensions.h:28,
+ from /usr/include/xfce4/libxfce4util/libxfce4util.h:40,
+ from wi_linux.c:32:
+/usr/include/unistd.h:353:12: note: previous declaration of 'close' was here
+ extern int close (int __fd);
+^
+make[2]: *** [Makefile:525: libwavelan_la-wi_linux.lo] Error 1
+make[2]: Leaving directory 
'/home/abuild/rpmbuild/BUILD/xfce4-wavelan-plugin-20210505T194034.7ba466b/panel-plugin'
+
+Signed-off-by: Olaf Hering 
+--- a/panel-plugin/wi_linux.c
 b/panel-plugin/wi_linux.c
+@@ -31,6 +31,7 @@
+ 
+ #include 
+ 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -79,17 +80,9 @@ wi_open(const char *interface)
+   return(device);
+ }
+ 
+-static void
+-close(int fd)
+-{
+-  shutdown(fd, SHUT_RDWR);
+-}
+-
+ void
+ wi_close(struct wi_device *device)
+ {
+-  g_return_if_fail(device != NULL);
+-
+   close(device->socket);
+   g_free(device);
+ }
+GitLab

diff --git 
a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild
new file mode 100644
index ..5931287d80d2
--- /dev/null
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A panel plug-in to display wireless interface statistics"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin";
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE="kernel_linux"
+
+DEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.12:="
+RDEPEND="${DEPEND}
+   kernel_linux? ( sys-apps/net-tools )"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-close-definition.patch
+)
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2021-02-18 Thread Michał Górny
commit: 60bd124e7318d07263bfa1218e11ba7e7a6ca7ea
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 19 00:59:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 19 01:03:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60bd124e

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

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

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

diff --git a/xfce-extra/xfce4-wavelan-plugin/Manifest 
b/xfce-extra/xfce4-wavelan-plugin/Manifest
index bfea568a101..c4695c8c131 100644
--- a/xfce-extra/xfce4-wavelan-plugin/Manifest
+++ b/xfce-extra/xfce4-wavelan-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-wavelan-plugin-0.6.1.tar.bz2 328287 BLAKE2B 
ff48a3ea2a0a3ba349545b687f0ce345055917a7da1e7e6bb829239f2e304bf4092713e40599e641d54e225a86470c292ac224f5bab479f99496d0aea00dfd73
 SHA512 
530758dec07b404009117038fa6bcac5aaebf9db97710cdeafadece4eb5680318023404276fae8cf1ff38fb5e9eb807f77eea23a30740674a8659404eb17aeec
 DIST xfce4-wavelan-plugin-0.6.2.tar.bz2 356954 BLAKE2B 
982ffbc5f72d5771650b4e8d6c64f468bf927febca8c65d8a20258043e1c9433ee9c4631eb501e620f6a1037852494e3f66fe2700e08063ee770cedcad857475
 SHA512 
90e0d5f2e9add1f177f0f69e537ccdeeaf518a122feb776cb8bce139b9af6ea7d248e758ae381b69041bbdefe2d38f2162d08b25fd246d98c3a028d743892123

diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild
deleted file mode 100644
index ee23f4668d6..000
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.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
-
-DESCRIPTION="A panel plug-in to display wireless interface statistics"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin";
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
-IUSE="kernel_linux"
-
-COMMON_DEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/xfce4-panel-4.12:="
-RDEPEND="${COMMON_DEPEND}
-   kernel_linux? ( sys-apps/net-tools )"
-DEPEND="${COMMON_DEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_prepare() {
-   # fix build failure w/ xfce4-panel-4.15.0
-   # 
https://git.xfce.org/panel-plugins/xfce4-wavelan-plugin/commit/?id=c0033c32ec28bbdd5f735f9b52d212e881eb2219
-   sed -i -e 
's@@@' \
-   panel-plugin/wavelan.c || die
-   default
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



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

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

xfce-extra/xfce4-wavelan-plugin: Stabilize 0.6.2 amd64, #769368

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

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

diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2.ebuild
index 73b29fd0714..9f5458a29a2 100644
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2.ebuild
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
 IUSE="kernel_linux"
 
 DEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



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

2020-12-24 Thread Michał Górny
commit: 55015b1be072ef1fc6de2df2b9f1dbe7d963bb66
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 24 23:04:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 24 23:08:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55015b1b

xfce-extra/xfce4-wavelan-plugin: Bump to 0.6.2

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

 xfce-extra/xfce4-wavelan-plugin/Manifest   |  1 +
 .../xfce4-wavelan-plugin-0.6.2.ebuild  | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/xfce-extra/xfce4-wavelan-plugin/Manifest 
b/xfce-extra/xfce4-wavelan-plugin/Manifest
index fcfc5d74448..bfea568a101 100644
--- a/xfce-extra/xfce4-wavelan-plugin/Manifest
+++ b/xfce-extra/xfce4-wavelan-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-wavelan-plugin-0.6.1.tar.bz2 328287 BLAKE2B 
ff48a3ea2a0a3ba349545b687f0ce345055917a7da1e7e6bb829239f2e304bf4092713e40599e641d54e225a86470c292ac224f5bab479f99496d0aea00dfd73
 SHA512 
530758dec07b404009117038fa6bcac5aaebf9db97710cdeafadece4eb5680318023404276fae8cf1ff38fb5e9eb807f77eea23a30740674a8659404eb17aeec
+DIST xfce4-wavelan-plugin-0.6.2.tar.bz2 356954 BLAKE2B 
982ffbc5f72d5771650b4e8d6c64f468bf927febca8c65d8a20258043e1c9433ee9c4631eb501e620f6a1037852494e3f66fe2700e08063ee770cedcad857475
 SHA512 
90e0d5f2e9add1f177f0f69e537ccdeeaf518a122feb776cb8bce139b9af6ea7d248e758ae381b69041bbdefe2d38f2162d08b25fd246d98c3a028d743892123

diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2.ebuild
new file mode 100644
index 000..0dd23dcdb7a
--- /dev/null
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A panel plug-in to display wireless interface statistics"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin";
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE="kernel_linux"
+
+DEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.12:="
+RDEPEND="${DEPEND}
+   kernel_linux? ( sys-apps/net-tools )"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2019-10-20 Thread Michał Górny
commit: 5f2a5277977f0eabffc407d9eef2fc4b58bc1b40
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 20 17:33:21 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 20 17:34:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f2a5277

xfce-extra/xfce4-wavelan-plugin: Fix build w/ panel 4.15

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

 xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild | 8 
 1 file changed, 8 insertions(+)

diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild
index 9648eca0c01..ee23f4668d6 100644
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild
@@ -21,6 +21,14 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext
virtual/pkgconfig"
 
+src_prepare() {
+   # fix build failure w/ xfce4-panel-4.15.0
+   # 
https://git.xfce.org/panel-plugins/xfce4-wavelan-plugin/commit/?id=c0033c32ec28bbdd5f735f9b52d212e881eb2219
+   sed -i -e 
's@@@' \
+   panel-plugin/wavelan.c || die
+   default
+}
+
 src_install() {
default
find "${D}" -name '*.la' -delete || die



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

2019-10-20 Thread Michał Górny
commit: 9a3891215afa1c774f0d121e529c765a59249a34
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 20 09:28:14 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 20 10:24:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a389121

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

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

 xfce-extra/xfce4-wavelan-plugin/Manifest   |  1 -
 .../xfce4-wavelan-plugin-0.6.0.ebuild  | 42 --
 2 files changed, 43 deletions(-)

diff --git a/xfce-extra/xfce4-wavelan-plugin/Manifest 
b/xfce-extra/xfce4-wavelan-plugin/Manifest
index 818a9aa5ce7..fcfc5d74448 100644
--- a/xfce-extra/xfce4-wavelan-plugin/Manifest
+++ b/xfce-extra/xfce4-wavelan-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-wavelan-plugin-0.6.0.tar.bz2 303220 BLAKE2B 
ce2a8fe3f8cb6ef312459ae73d2cde1a87052a5a9b45e06795937656bf926ff3f8dd73ad0e8d1770d6ded7761cbc787b21ef0ca1b04580ab3dd4961453ae0ef3
 SHA512 
50dd069902d69071f0d4ab7036fa451ae6cdaca9fbeb56255d58a5864d4e4b3749267b1cc4b411e1073daac9678554f3d483d30aba759ef161425ba3cdd0306e
 DIST xfce4-wavelan-plugin-0.6.1.tar.bz2 328287 BLAKE2B 
ff48a3ea2a0a3ba349545b687f0ce345055917a7da1e7e6bb829239f2e304bf4092713e40599e641d54e225a86470c292ac224f5bab479f99496d0aea00dfd73
 SHA512 
530758dec07b404009117038fa6bcac5aaebf9db97710cdeafadece4eb5680318023404276fae8cf1ff38fb5e9eb807f77eea23a30740674a8659404eb17aeec

diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild
deleted file mode 100644
index ba6ce6615fc..000
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.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 to display wireless interface statistics"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin";
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
-IUSE="kernel_linux"
-
-COMMON_DEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/xfce4-panel-4.12:="
-RDEPEND="${COMMON_DEPEND}
-   kernel_linux? ( sys-apps/net-tools )"
-DEPEND="${COMMON_DEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README THANKS )
-
-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-wavelan-plugin/

2019-10-10 Thread Mikle Kolyada
commit: 8093e4e941b0186190c003bb679c117199b1f3b8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Oct 10 18:34:14 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Oct 10 18:34:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8093e4e9

xfce-extra/xfce4-wavelan-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-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild
index fd1f70ce2ea..9648eca0c01 100644
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
 IUSE="kernel_linux"
 
 COMMON_DEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



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

2019-10-10 Thread Mikle Kolyada
commit: cb801f2aba7b72076388fb2d5c146b3608fedad3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Oct 10 18:29:57 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Oct 10 18:29:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb801f2a

xfce-extra/xfce4-wavelan-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-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild
index b0523fdc5a4..fd1f70ce2ea 100644
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE="kernel_linux"
 
 COMMON_DEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



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

2019-10-04 Thread Michał Górny
commit: fefa0f38c414c5b5331e7977399968f4ef8969eb
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  4 13:41:10 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  4 13:48:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefa0f38

xfce-extra/xfce4-wavelan-plugin: Bump to 0.6.1

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

 xfce-extra/xfce4-wavelan-plugin/Manifest   |  1 +
 .../xfce4-wavelan-plugin-0.6.1.ebuild  | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/xfce-extra/xfce4-wavelan-plugin/Manifest 
b/xfce-extra/xfce4-wavelan-plugin/Manifest
index 91e6e348031..818a9aa5ce7 100644
--- a/xfce-extra/xfce4-wavelan-plugin/Manifest
+++ b/xfce-extra/xfce4-wavelan-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-wavelan-plugin-0.6.0.tar.bz2 303220 BLAKE2B 
ce2a8fe3f8cb6ef312459ae73d2cde1a87052a5a9b45e06795937656bf926ff3f8dd73ad0e8d1770d6ded7761cbc787b21ef0ca1b04580ab3dd4961453ae0ef3
 SHA512 
50dd069902d69071f0d4ab7036fa451ae6cdaca9fbeb56255d58a5864d4e4b3749267b1cc4b411e1073daac9678554f3d483d30aba759ef161425ba3cdd0306e
+DIST xfce4-wavelan-plugin-0.6.1.tar.bz2 328287 BLAKE2B 
ff48a3ea2a0a3ba349545b687f0ce345055917a7da1e7e6bb829239f2e304bf4092713e40599e641d54e225a86470c292ac224f5bab479f99496d0aea00dfd73
 SHA512 
530758dec07b404009117038fa6bcac5aaebf9db97710cdeafadece4eb5680318023404276fae8cf1ff38fb5e9eb807f77eea23a30740674a8659404eb17aeec

diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild
new file mode 100644
index 000..b0523fdc5a4
--- /dev/null
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A panel plug-in to display wireless interface statistics"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin";
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE="kernel_linux"
+
+COMMON_DEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.12:="
+RDEPEND="${COMMON_DEPEND}
+   kernel_linux? ( sys-apps/net-tools )"
+DEPEND="${COMMON_DEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-07-10 Thread Michał Górny
commit: b6741c51e7afb80ecff8d7a9df052948a2279909
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 10 10:48:20 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 10 12:29:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6741c51

xfce-extra/xfce4-wavelan-plugin: Inline mirror://xfce

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

diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild
index 73024fafddb..ba6ce6615fc 100644
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild
@@ -7,7 +7,7 @@ inherit gnome2-utils xdg-utils
 
 DESCRIPTION="A panel plug-in to display wireless interface statistics"
 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin";
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="BSD-2"
 SLOT="0"



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

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

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

Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild
index 6e7a2113f37..73024fafddb 100644
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.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 to display wireless interface statistics"
 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin";
@@ -29,13 +30,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-wavelan-plugin/

2018-03-25 Thread Michał Górny
commit: 531a4a0b981f546dbdf86cdb229794185e55c302
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 25 16:22:15 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 25 17:27:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=531a4a0b

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

 xfce-extra/xfce4-wavelan-plugin/Manifest   |  1 -
 .../xfce4-wavelan-plugin-0.5.12.ebuild | 32 --
 2 files changed, 33 deletions(-)

diff --git a/xfce-extra/xfce4-wavelan-plugin/Manifest 
b/xfce-extra/xfce4-wavelan-plugin/Manifest
index 2e9989242f4..91e6e348031 100644
--- a/xfce-extra/xfce4-wavelan-plugin/Manifest
+++ b/xfce-extra/xfce4-wavelan-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-wavelan-plugin-0.5.12.tar.bz2 302148 BLAKE2B 
731889b28bc7811ba6a6ef41a667dcd8744d7c795334fcf920189080d990dbadff3e6bd4ad11d7049ba69e80d821bb6fc5ed24f2538a0081801c9aee64213d3a
 SHA512 
a25c6c576c5f8a76bb595137cf92fb6e18c7f5807bbe203d11cafdcbfdb9f6a4d8b7fd2322f448dab307eeb5067d44d1e41393b4aeb71fc1f0deca72af7c67cd
 DIST xfce4-wavelan-plugin-0.6.0.tar.bz2 303220 BLAKE2B 
ce2a8fe3f8cb6ef312459ae73d2cde1a87052a5a9b45e06795937656bf926ff3f8dd73ad0e8d1770d6ded7761cbc787b21ef0ca1b04580ab3dd4961453ae0ef3
 SHA512 
50dd069902d69071f0d4ab7036fa451ae6cdaca9fbeb56255d58a5864d4e4b3749267b1cc4b411e1073daac9678554f3d483d30aba759ef161425ba3cdd0306e

diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.12.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.12.ebuild
deleted file mode 100644
index 54a2b52d1ed..000
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.12.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A panel plug-in to display wireless interface statistics"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin";
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
-IUSE="debug kernel_linux"
-
-COMMON_DEPEND=">=xfce-base/libxfce4ui-4.8:=
-   >=xfce-base/libxfce4util-4.8:=
-   >=xfce-base/xfce4-panel-4.8:="
-RDEPEND="${COMMON_DEPEND}
-   kernel_linux? ( sys-apps/net-tools )"
-DEPEND="${COMMON_DEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-pkg_setup() {
-   XFCONF=(
-   $(xfconf_use_debug)
-   )
-
-   DOCS=( AUTHORS ChangeLog NEWS README THANKS )
-}



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

2018-01-05 Thread Mikle Kolyada
commit: d8ffac3b45c38cef61eb045f6d1a8cbe08cea4d4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan  5 11:31:44 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan  5 11:31:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ffac3b

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

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild
index 94eeef0a644..f9c73299846 100644
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 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="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE="kernel_linux"
 
 COMMON_DEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]



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

2016-11-20 Thread Jason Zaman
commit: be248f1c27e8b881daa9ad3afb6efb38ae59a189
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Nov 20 15:56:56 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Nov 20 16:19:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be248f1c

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

Package-Manager: portage-2.3.0

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

diff --git a/xfce-extra/xfce4-wavelan-plugin/Manifest 
b/xfce-extra/xfce4-wavelan-plugin/Manifest
index 6fb08f0..c4d5888 100644
--- a/xfce-extra/xfce4-wavelan-plugin/Manifest
+++ b/xfce-extra/xfce4-wavelan-plugin/Manifest
@@ -1,2 +1,2 @@
 DIST xfce4-wavelan-plugin-0.5.12.tar.bz2 302148 SHA256 
67dce45739f063b95e2bc2232c625277685887b1f84088316d919671b5500ac4 SHA512 
a25c6c576c5f8a76bb595137cf92fb6e18c7f5807bbe203d11cafdcbfdb9f6a4d8b7fd2322f448dab307eeb5067d44d1e41393b4aeb71fc1f0deca72af7c67cd
 WHIRLPOOL 
a258f17b2d958c0f41b8ef830365094ae8458a8faa47fe549de9b57c4ea51aeefb19de4afae3d9e6eb32bcfc9eb6e5a282da5f484db633d36ef69c1fe9c0babc
-DIST xfce4-wavelan-plugin-0.5.99.tar.bz2 319117 SHA256 
8152f38b5b407b038b4ed11256242c571a27fd4d0079b80696d538b92cc3f9fe SHA512 
f67a4ea22fedb57a3a58ae5b10c5161e5595d4fc9a3cd5cfc16d39b1d7ac3e7f7b7deff7e71287d47aba42e276c984c5518d42d4366b4d76cefd2e97e424dbc5
 WHIRLPOOL 
1126c3a49da60dce451e1e463aab81ed850262650efbc90f6338c27392a4178d1469ffa772185181fb96a569e967a3734e18a100f052dce5e88a1511e8f6f49b
+DIST xfce4-wavelan-plugin-0.6.0.tar.bz2 303220 SHA256 
4d5bd6654cfd077f3432b08d296f7bd052e765e51b77c629886a9542f4e5ecdc SHA512 
50dd069902d69071f0d4ab7036fa451ae6cdaca9fbeb56255d58a5864d4e4b3749267b1cc4b411e1073daac9678554f3d483d30aba759ef161425ba3cdd0306e
 WHIRLPOOL 
d5b0ed9c97e5cbf06fa64a5c0f5bbab3df96f856eae45f96150bd120035c3e3867ce913bd666c661f81eeaf6bf44d5217718c590d00902c5591bac7228dcb5ef

diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.99.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild
similarity index 64%
rename from xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.99.ebuild
rename to xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild
index 533e019..fc52736 100644
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.99.ebuild
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.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 to display wireless interface statistics"
 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin";
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE="debug kernel_linux"
+IUSE="kernel_linux"
 
 COMMON_DEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
>=xfce-base/xfce4-panel-4.12:="
@@ -23,10 +23,20 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext
virtual/pkgconfig"
 
-pkg_setup() {
-   XFCONF=(
-   $(xfconf_use_debug)
-   )
+DOCS=( AUTHORS ChangeLog NEWS README THANKS )
 
-   DOCS=( AUTHORS ChangeLog NEWS README THANKS )
+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-wavelan-plugin/

2016-07-30 Thread Michał Górny
commit: b349770ae15eaa1c924b794b924bd7cd7b73344f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 30 19:46:28 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=b349770a

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

 xfce-extra/xfce4-wavelan-plugin/Manifest   |  1 +
 .../xfce4-wavelan-plugin-0.5.99.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/xfce-extra/xfce4-wavelan-plugin/Manifest 
b/xfce-extra/xfce4-wavelan-plugin/Manifest
index 9ad60dc..6fb08f0 100644
--- a/xfce-extra/xfce4-wavelan-plugin/Manifest
+++ b/xfce-extra/xfce4-wavelan-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-wavelan-plugin-0.5.12.tar.bz2 302148 SHA256 
67dce45739f063b95e2bc2232c625277685887b1f84088316d919671b5500ac4 SHA512 
a25c6c576c5f8a76bb595137cf92fb6e18c7f5807bbe203d11cafdcbfdb9f6a4d8b7fd2322f448dab307eeb5067d44d1e41393b4aeb71fc1f0deca72af7c67cd
 WHIRLPOOL 
a258f17b2d958c0f41b8ef830365094ae8458a8faa47fe549de9b57c4ea51aeefb19de4afae3d9e6eb32bcfc9eb6e5a282da5f484db633d36ef69c1fe9c0babc
+DIST xfce4-wavelan-plugin-0.5.99.tar.bz2 319117 SHA256 
8152f38b5b407b038b4ed11256242c571a27fd4d0079b80696d538b92cc3f9fe SHA512 
f67a4ea22fedb57a3a58ae5b10c5161e5595d4fc9a3cd5cfc16d39b1d7ac3e7f7b7deff7e71287d47aba42e276c984c5518d42d4366b4d76cefd2e97e424dbc5
 WHIRLPOOL 
1126c3a49da60dce451e1e463aab81ed850262650efbc90f6338c27392a4178d1469ffa772185181fb96a569e967a3734e18a100f052dce5e88a1511e8f6f49b

diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.99.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.99.ebuild
new file mode 100644
index 000..533e019
--- /dev/null
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.99.ebuild
@@ -0,0 +1,32 @@
+# 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 to display wireless interface statistics"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin";
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE="debug kernel_linux"
+
+COMMON_DEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.12:="
+RDEPEND="${COMMON_DEPEND}
+   kernel_linux? ( sys-apps/net-tools )"
+DEPEND="${COMMON_DEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+pkg_setup() {
+   XFCONF=(
+   $(xfconf_use_debug)
+   )
+
+   DOCS=( AUTHORS ChangeLog NEWS README THANKS )
+}



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

2016-07-30 Thread Michał Górny
commit: 944c273acd879761103c92c21b4bba566299fb86
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 30 19:44:54 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=944c273a

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

 xfce-extra/xfce4-wavelan-plugin/Manifest   |  1 -
 .../xfce4-wavelan-plugin-0.5.11.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/xfce-extra/xfce4-wavelan-plugin/Manifest 
b/xfce-extra/xfce4-wavelan-plugin/Manifest
index 6fbcb9f..9ad60dc 100644
--- a/xfce-extra/xfce4-wavelan-plugin/Manifest
+++ b/xfce-extra/xfce4-wavelan-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-wavelan-plugin-0.5.11.tar.bz2 293840 SHA256 
fe06c7ffc29c2d4ca7bc452b3356825354e276565de9b0a2d087ab55471755ae SHA512 
48c5c35ee99e769c0a551011a9d6b81034b8e73658c814758f017dcefeb84b92eebd2e885c0d0f2bee4c2915f8f2c8ccce3ff98326cbe1b0e51b96f089fa32c1
 WHIRLPOOL 
e7bc4604cbf832cffc64f797d0f25dc4ad7deade8922a4628e4fbd700483ab61ceab5d0d5675b7f2c4b2b90cc99806fbd161c74a3a21b3904a326ba6135da5fe
 DIST xfce4-wavelan-plugin-0.5.12.tar.bz2 302148 SHA256 
67dce45739f063b95e2bc2232c625277685887b1f84088316d919671b5500ac4 SHA512 
a25c6c576c5f8a76bb595137cf92fb6e18c7f5807bbe203d11cafdcbfdb9f6a4d8b7fd2322f448dab307eeb5067d44d1e41393b4aeb71fc1f0deca72af7c67cd
 WHIRLPOOL 
a258f17b2d958c0f41b8ef830365094ae8458a8faa47fe549de9b57c4ea51aeefb19de4afae3d9e6eb32bcfc9eb6e5a282da5f484db633d36ef69c1fe9c0babc

diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.11.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.11.ebuild
deleted file mode 100644
index e83f73a..000
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.11.ebuild
+++ /dev/null
@@ -1,33 +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 to display wireless interface statistics"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin";
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
-IUSE="debug kernel_linux"
-
-COMMON_DEPEND=">=xfce-base/libxfce4ui-4.8
-   >=xfce-base/libxfce4util-4.8
-   >=xfce-base/xfce4-panel-4.8"
-RDEPEND="${COMMON_DEPEND}
-   kernel_linux? ( sys-apps/net-tools )"
-DEPEND="${COMMON_DEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-pkg_setup() {
-   XFCONF=(
-   $(xfconf_use_debug)
-   )
-
-   DOCS=( AUTHORS ChangeLog NEWS README THANKS )
-}