[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wminet/

2022-03-03 Thread Sam James
commit: 1ea6fe2fdd9f4a30313ac152c027b4f720e3738c
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  3 22:12:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar  4 00:39:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea6fe2f

Revert "x11-plugins/wminet: destabilise for ppc"

This reverts commit c5aee99d12b485ccc124be2e7407787f1cf22084.

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

 x11-plugins/wminet/wminet-3.0.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wminet/wminet-3.0.0-r2.ebuild 
b/x11-plugins/wminet/wminet-3.0.0-r2.ebuild
index 8a13c1f90f61..55bb40840be9 100644
--- a/x11-plugins/wminet/wminet-3.0.0-r2.ebuild
+++ b/x11-plugins/wminet/wminet-3.0.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="http://www.improbability.net/wmdock//${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 
 RDEPEND="x11-libs/libX11
x11-libs/libXext



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wminet/files/, x11-plugins/wminet/

2021-01-01 Thread Bernard Cafarelli
commit: 87cc63f928f9542b8d114f18e32c8df1377515dd
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Jan  1 21:53:28 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Jan  1 21:53:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87cc63f9

x11-plugins/wminet: fix build with -fno-common

Closes: https://bugs.gentoo.org/707296
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 .../wminet/files/wminet-3.0.0-fno-common.patch | 23 ++
 x11-plugins/wminet/wminet-3.0.0-r2.ebuild  |  6 --
 2 files changed, 27 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wminet/files/wminet-3.0.0-fno-common.patch 
b/x11-plugins/wminet/files/wminet-3.0.0-fno-common.patch
new file mode 100644
index 000..606dada2fb3
--- /dev/null
+++ b/x11-plugins/wminet/files/wminet-3.0.0-fno-common.patch
@@ -0,0 +1,23 @@
+diff -Naur wminet-3.0.0.orig/src/wmgeneral.h wminet-3.0.0/src/wmgeneral.h
+--- wminet-3.0.0.orig/src/wmgeneral.h  2001-12-02 19:03:14.0 +0100
 wminet-3.0.0/src/wmgeneral.h   2021-01-01 22:51:46.875206930 +0100
+@@ -15,7 +15,7 @@
+  /* Global variable */
+ /***/
+ 
+-Display   *display;
++extern Display*display;
+ 
+   /***/
+  /* Function Prototypes */
+diff -Naur wminet-3.0.0.orig/src/wminet.c wminet-3.0.0/src/wminet.c
+--- wminet-3.0.0.orig/src/wminet.c 2001-11-24 12:03:32.0 +0100
 wminet-3.0.0/src/wminet.c  2021-01-01 22:51:41.493202753 +0100
+@@ -78,6 +78,7 @@
+ /* Globals*/
+ /**/
+ 
++Display   *display;
+ char mask[MASK_WIDTH * MASK_HEIGHT];
+ int monitor_tcp = 0;
+ int monitor_udp = 0;

diff --git a/x11-plugins/wminet/wminet-3.0.0-r2.ebuild 
b/x11-plugins/wminet/wminet-3.0.0-r2.ebuild
index e4fc9ee0d5a..55bb40840be 100644
--- a/x11-plugins/wminet/wminet-3.0.0-r2.ebuild
+++ b/x11-plugins/wminet/wminet-3.0.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,9 @@ RDEPEND="x11-libs/libX11
 DEPEND="${RDEPEND}
x11-base/xorg-proto"
 
-PATCHES=( "${FILESDIR}"/${P}-list.patch )
+PATCHES=( "${FILESDIR}"/${P}-list.patch
+   "${FILESDIR}"/${P}-fno-common.patch
+   )
 
 DOCS=( AUTHORS ChangeLog NEWS README wminetrc )
 



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wminet/

2018-12-11 Thread Bernard Cafarelli
commit: 9d0f7442a96dda22bddc1ffdb67595c97ee6463c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Dec  8 19:53:20 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:27:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0f7442

x11-plugins/wminet: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wminet/wminet-3.0.0-r1.ebuild | 35 ---
 1 file changed, 35 deletions(-)

diff --git a/x11-plugins/wminet/wminet-3.0.0-r1.ebuild 
b/x11-plugins/wminet/wminet-3.0.0-r1.ebuild
deleted file mode 100644
index 31fcd6df066..000
--- a/x11-plugins/wminet/wminet-3.0.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="dockapp for monitoring internet connections to and from your 
computer"
-HOMEPAGE="http://www.improbability.net/#wminet;
-SRC_URI="http://www.improbability.net/wmdock//${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-list.patch
-
-   tc-export CC
-}
-
-src_compile() {
-   emake LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS ChangeLog NEWS README wminetrc
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wminet/

2018-10-21 Thread Mikle Kolyada
commit: 086a1b7220997b9e934579831c058bb1cb8a3b18
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 21 08:16:11 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 21 08:16:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=086a1b72

x11-plugins/wminet: amd64 stable wrt bug #666088

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

 x11-plugins/wminet/wminet-3.0.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wminet/wminet-3.0.0-r2.ebuild 
b/x11-plugins/wminet/wminet-3.0.0-r2.ebuild
index 3135e576f99..e4fc9ee0d5a 100644
--- a/x11-plugins/wminet/wminet-3.0.0-r2.ebuild
+++ b/x11-plugins/wminet/wminet-3.0.0-r2.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=7
@@ -11,7 +11,7 @@ SRC_URI="http://www.improbability.net/wmdock//${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 
 RDEPEND="x11-libs/libX11
x11-libs/libXext



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wminet/

2018-09-19 Thread Thomas Deutschmann
commit: cdb95e9d47bcd22cf6256d40722437bf315aeefb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 19 18:13:49 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 19 18:27:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb95e9d

x11-plugins/wminet: x86 stable (bug #666088)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 x11-plugins/wminet/wminet-3.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wminet/wminet-3.0.0-r2.ebuild 
b/x11-plugins/wminet/wminet-3.0.0-r2.ebuild
index b3516e92cd9..d5650b9529d 100644
--- a/x11-plugins/wminet/wminet-3.0.0-r2.ebuild
+++ b/x11-plugins/wminet/wminet-3.0.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.improbability.net/wmdock//${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
 
 RDEPEND="x11-libs/libX11
x11-libs/libXext



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wminet/

2018-08-02 Thread Bernard Cafarelli
commit: 914ae700d3518d54f3d982b94125c2e5528661bb
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jul 22 14:51:34 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Aug  2 20:12:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=914ae700

x11-plugins/wminet: EAPI7, improve ebuild

 x11-plugins/wminet/wminet-3.0.0-r2.ebuild | 29 +
 1 file changed, 29 insertions(+)

diff --git a/x11-plugins/wminet/wminet-3.0.0-r2.ebuild 
b/x11-plugins/wminet/wminet-3.0.0-r2.ebuild
new file mode 100644
index 000..b3516e92cd9
--- /dev/null
+++ b/x11-plugins/wminet/wminet-3.0.0-r2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="dockapp for monitoring internet connections to and from your 
computer"
+HOMEPAGE="http://www.improbability.net/#wminet;
+SRC_URI="http://www.improbability.net/wmdock//${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+PATCHES=( "${FILESDIR}"/${P}-list.patch )
+
+DOCS=( AUTHORS ChangeLog NEWS README wminetrc )
+
+src_compile() {
+   tc-export CC
+   emake LDFLAGS="${LDFLAGS}"
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wminet/

2017-11-26 Thread Bernard Cafarelli
commit: b90699887e08659e591d15011c5e44c413543588
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Nov 27 00:35:22 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Nov 27 00:57:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9069988

x11-plugins/wminet: drop old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wminet/wminet-3.0.0.ebuild | 30 --
 1 file changed, 30 deletions(-)

diff --git a/x11-plugins/wminet/wminet-3.0.0.ebuild 
b/x11-plugins/wminet/wminet-3.0.0.ebuild
deleted file mode 100644
index a2200cb360f..000
--- a/x11-plugins/wminet/wminet-3.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit toolchain-funcs
-
-DESCRIPTION="dockapp for monitoring internet connections to and from your 
computer"
-HOMEPAGE="http://www.swanson.ukfsn.org/#wminet;
-SRC_URI="http://www.swanson.ukfsn.org/wmdock/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-proto/xextproto"
-
-src_compile() {
-   tc-export CC
-   econf
-   emake LDFLAGS="${LDFLAGS}" || die "emake failed."
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed."
-   dodoc AUTHORS ChangeLog NEWS README wminetrc
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wminet/

2017-11-26 Thread Bernard Cafarelli
commit: ee878d9818ec899cc19c14df99c389be2e873c86
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Nov 27 00:37:13 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Nov 27 00:57:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee878d98

x11-plugins/wminet: update homepage and SRC_URI

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wminet/Manifest   | 2 +-
 x11-plugins/wminet/wminet-3.0.0-r1.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/wminet/Manifest b/x11-plugins/wminet/Manifest
index 5bd98def67d..ef81a698d88 100644
--- a/x11-plugins/wminet/Manifest
+++ b/x11-plugins/wminet/Manifest
@@ -1 +1 @@
-DIST wminet-3.0.0.tar.gz 47576 SHA256 
013e0e290d790da577da5439b07a691eadf421b87a21b5f9f61e1e80b9783461 SHA512 
594d4a2019e424b27e717d3ffd64071f7888b40bf9b31332a877e71d85c0eb89f65490268276def30f530f187f3796a14c5e412af8cb461311e3f1e0a6478e51
 WHIRLPOOL 
fb79e6613f59686e35426bedbde3426dca39a2c4ef7700e508f499a9dd6a29b6f32fd631abd29796ad9064cec3d7d53406c43040c0d63de7e74e154f6573bcb5
+DIST wminet-3.0.0.tar.gz 47576 BLAKE2B 
318a180998f815e4ac274b98fdc14914f2d69eac1a5bf6c4382b0f8b01594d56dece8f168a069fd45cb6be373f1c3507aa0a0e5fd27ab571ee21912d0c02e5e6
 SHA512 
594d4a2019e424b27e717d3ffd64071f7888b40bf9b31332a877e71d85c0eb89f65490268276def30f530f187f3796a14c5e412af8cb461311e3f1e0a6478e51

diff --git a/x11-plugins/wminet/wminet-3.0.0-r1.ebuild 
b/x11-plugins/wminet/wminet-3.0.0-r1.ebuild
index 7d01177f251..aa8802b5c5b 100644
--- a/x11-plugins/wminet/wminet-3.0.0-r1.ebuild
+++ b/x11-plugins/wminet/wminet-3.0.0-r1.ebuild
@@ -5,8 +5,8 @@ EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="dockapp for monitoring internet connections to and from your 
computer"
-HOMEPAGE="http://www.swanson.ukfsn.org/#wminet;
-SRC_URI="http://www.swanson.ukfsn.org/wmdock/${P}.tar.gz;
+HOMEPAGE="http://www.improbability.net/#wminet;
+SRC_URI="http://www.improbability.net/wmdock//${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wminet/

2017-01-22 Thread Agostino Sarubbo
commit: ce391dfc8a9a965ff7ba299b93b9b59278347dbf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jan 22 16:24:36 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jan 22 16:27:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce391dfc

x11-plugins/wminet: sparc stable wrt bug #605862

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-plugins/wminet/wminet-3.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wminet/wminet-3.0.0-r1.ebuild 
b/x11-plugins/wminet/wminet-3.0.0-r1.ebuild
index 0ce47a3..6029570 100644
--- a/x11-plugins/wminet/wminet-3.0.0-r1.ebuild
+++ b/x11-plugins/wminet/wminet-3.0.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.swanson.ukfsn.org/wmdock/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wminet/

2017-01-21 Thread Agostino Sarubbo
commit: 3a43de0e10ce2835e2256692d5b50e548c20e901
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 20:29:57 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 20:33:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a43de0e

x11-plugins/wminet: ppc stable wrt bug #605862

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-plugins/wminet/wminet-3.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wminet/wminet-3.0.0-r1.ebuild 
b/x11-plugins/wminet/wminet-3.0.0-r1.ebuild
index 4948744..0ce47a3 100644
--- a/x11-plugins/wminet/wminet-3.0.0-r1.ebuild
+++ b/x11-plugins/wminet/wminet-3.0.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.swanson.ukfsn.org/wmdock/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wminet/

2017-01-18 Thread Agostino Sarubbo
commit: 08aa80d3fd92dac3db6854a551092df0c50e5ce5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan 18 11:54:53 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan 18 11:56:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08aa80d3

x11-plugins/wminet: x86 stable wrt bug #605862

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-plugins/wminet/wminet-3.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wminet/wminet-3.0.0-r1.ebuild 
b/x11-plugins/wminet/wminet-3.0.0-r1.ebuild
index 4339f9d..4948744 100644
--- a/x11-plugins/wminet/wminet-3.0.0-r1.ebuild
+++ b/x11-plugins/wminet/wminet-3.0.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.swanson.ukfsn.org/wmdock/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wminet/

2017-01-17 Thread Agostino Sarubbo
commit: 759ca0d81557b869d695309e2974883ed50f1210
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 17 11:24:15 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 17 11:24:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=759ca0d8

x11-plugins/wminet: amd64 stable wrt bug #605862

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-plugins/wminet/wminet-3.0.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wminet/wminet-3.0.0-r1.ebuild 
b/x11-plugins/wminet/wminet-3.0.0-r1.ebuild
index 0a95346..4339f9d 100644
--- a/x11-plugins/wminet/wminet-3.0.0-r1.ebuild
+++ b/x11-plugins/wminet/wminet-3.0.0-r1.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="http://www.swanson.ukfsn.org/wmdock/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wminet/, x11-plugins/wminet/files/

2016-01-04 Thread Bernard Cafarelli
commit: 3f0f2ae04e2fe912dc273b385dd59c99ac47c56e
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Jan  4 12:47:08 2016 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Jan  4 12:56:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0f2ae0

x11-plugins/wminet: eapi bump, fix compilation with gcc 5, bug #569686

Package-Manager: portage-2.2.26

 x11-plugins/wminet/files/wminet-3.0.0-list.patch | 300 +++
 x11-plugins/wminet/wminet-3.0.0-r1.ebuild|  36 +++
 2 files changed, 336 insertions(+)

diff --git a/x11-plugins/wminet/files/wminet-3.0.0-list.patch 
b/x11-plugins/wminet/files/wminet-3.0.0-list.patch
new file mode 100644
index 000..9b94f51
--- /dev/null
+++ b/x11-plugins/wminet/files/wminet-3.0.0-list.patch
@@ -0,0 +1,300 @@
+diff -Naur wminet-3.0.0.orig/src/list.c wminet-3.0.0/src/list.c
+--- wminet-3.0.0.orig/src/list.c   2001-11-24 12:03:32.0 +0100
 wminet-3.0.0/src/list.c2016-01-04 13:45:02.137642820 +0100
+@@ -38,7 +38,7 @@
+ 
+ /* Return a cons cell produced from (head . tail) */
+ 
+-INLINE LinkedList* 
++LinkedList* 
+ list_cons(void* head, LinkedList* tail)
+ {
+   LinkedList* cell;
+@@ -51,7 +51,7 @@
+ 
+ /* Return the length of a list, list_length(NULL) returns zero */
+ 
+-INLINE int
++int
+ list_length(LinkedList* list)
+ {
+   int i = 0;
+@@ -66,7 +66,7 @@
+ /* Return the Nth element of LIST, where N count from zero.  If N 
+larger than the list length, NULL is returned  */
+ 
+-INLINE void*
++void*
+ list_nth(int index, LinkedList* list)
+ {
+   while(index-- != 0)
+@@ -81,7 +81,7 @@
+ 
+ /* Remove the element at the head by replacing it by its successor */
+ 
+-INLINE void
++void
+ list_remove_head(LinkedList** list)
+ {
+   if (!*list) return;  
+@@ -101,7 +101,7 @@
+ 
+ /* Remove the element with `car' set to ELEMENT */
+ /*
+-INLINE void
++void
+ list_remove_elem(LinkedList** list, void* elem)
+ {
+   while (*list)
+@@ -112,7 +112,7 @@
+ }
+ }*/
+ 
+-INLINE LinkedList *
++LinkedList *
+ list_remove_elem(LinkedList* list, void* elem)
+ {
+ LinkedList *tmp;
+@@ -132,7 +132,7 @@
+ 
+ /* Return element that has ELEM as car */
+ 
+-INLINE LinkedList*
++LinkedList*
+ list_find(LinkedList* list, void* elem)
+ {
+   while(list)
+@@ -146,7 +146,7 @@
+ 
+ /* Free list (backwards recursive) */
+ 
+-INLINE void
++void
+ list_free(LinkedList* list)
+ {
+   if(list)
+@@ -158,7 +158,7 @@
+ 
+ /* Map FUNCTION over all elements in LIST */
+ 
+-INLINE void
++void
+ list_mapcar(LinkedList* list, void(*function)(void*))
+ {
+   while(list)
+diff -Naur wminet-3.0.0.orig/src/list.c.orig wminet-3.0.0/src/list.c.orig
+--- wminet-3.0.0.orig/src/list.c.orig  1970-01-01 01:00:00.0 +0100
 wminet-3.0.0/src/list.c.orig   2001-11-24 12:03:32.0 +0100
+@@ -0,0 +1,169 @@
++/* Generic single linked list to keep various information 
++   Copyright (C) 1993, 1994 Free Software Foundation, Inc.
++
++
++Author: Kresten Krab Thorup
++
++Many modifications by Alfredo K. Kojima
++ 
++
++This file is part of GNU CC.
++
++GNU CC is free software; you can redistribute it and/or modify
++it under the terms of the GNU General Public License as published by
++the Free Software Foundation; either version 2, or (at your option)
++any later version.
++
++GNU CC is distributed in the hope that it will be useful,
++but WITHOUT ANY WARRANTY; without even the implied warranty of
++MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++GNU General Public License for more details.
++
++You should have received a copy of the GNU General Public License
++along with GNU CC; see the file COPYING.  If not, write to
++the Free Software Foundation, 59 Temple Place - Suite 330,
++Boston, MA 02111-1307, USA.  */
++
++/* As a special exception, if you link this library with files compiled with
++   GCC to produce an executable, this does not cause the resulting executable
++   to be covered by the GNU General Public License. This exception does not
++   however invalidate any other reasons why the executable file might be
++   covered by the GNU General Public License.  */
++
++#include "list.h"
++#ifdef HAVE_SYS_TYPES_H
++# include 
++#endif
++#include 
++
++/* Return a cons cell produced from (head . tail) */
++
++INLINE LinkedList* 
++list_cons(void* head, LinkedList* tail)
++{
++  LinkedList* cell;
++
++  cell = (LinkedList*)malloc(sizeof(LinkedList));
++  cell->head = head;
++  cell->tail = tail;
++  return cell;
++}
++
++/* Return the length of a list, list_length(NULL) returns zero */
++
++INLINE int
++list_length(LinkedList* list)
++{
++  int i = 0;
++  while(list)
++{
++  i += 1;
++  list = list->tail;
++}
++  return i;
++}
++
++/* Return the Nth element of LIST, where N count from zero.  If N 
++   larger than the list length, NULL is returned  */
++
++INLINE void*
++list_nth(int index, LinkedList* list)
++{
++  while(index-- != 0)
++{
++  if(list->tail)
++