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

2021-10-16 Thread David Seifert
commit: 4ad61d165ee6fdf9a42b0616f72d5e53633bd48f
Author: David Seifert  gentoo  org>
AuthorDate: Sat Oct 16 17:37:54 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Oct 16 17:37:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad61d16

x11-plugins/wmfsm: update EAPI 5 -> 8

Signed-off-by: David Seifert  gentoo.org>

 x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild 
b/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild
index c350aba8961..9edd1516785 100644
--- a/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild
+++ b/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
 inherit autotools
 
@@ -13,7 +13,8 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 
-RDEPEND=">=x11-libs/libdockapp-0.7:=
+RDEPEND="
+   >=x11-libs/libdockapp-0.7:=
x11-libs/libX11
x11-libs/libXext
x11-libs/libXt
@@ -23,7 +24,5 @@ DEPEND="${RDEPEND}
 
 src_prepare() {
default
-   sed -e "/^X11LIBS/s/-I$x_includes //" -i configure.ac || die "sed 
failed"
-
eautoreconf
 }



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

2021-10-16 Thread David Seifert
commit: ef1b4c0362c4428cf3415b052d8ce4b848620782
Author: David Seifert  gentoo  org>
AuthorDate: Sat Oct 16 17:37:53 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Oct 16 17:37:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1b4c03

x11-plugins/wmfsm: drop 0.36

Signed-off-by: David Seifert  gentoo.org>

 x11-plugins/wmfsm/wmfsm-0.36.ebuild | 34 --
 1 file changed, 34 deletions(-)

diff --git a/x11-plugins/wmfsm/wmfsm-0.36.ebuild 
b/x11-plugins/wmfsm/wmfsm-0.36.ebuild
deleted file mode 100644
index 43937a34e43..000
--- a/x11-plugins/wmfsm/wmfsm-0.36.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools
-
-IUSE=""
-DESCRIPTION="dockapp for monitoring filesystem usage"
-HOMEPAGE="https://www.dockapps.net/wmfsm;
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
-
-RDEPEND=">=x11-libs/libdockapp-0.7:=
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXt
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-src_prepare() {
-   sed -e "/^X11LIBS/s/-I$x_includes //" -i configure.ac || die "sed 
failed"
-
-   eautoreconf
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS ChangeLog
-}



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

2018-07-26 Thread Bernard Cafarelli
commit: 07b5fd136fac50a329f38d071cefc89a11efd109
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jul 22 12:52:03 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Jul 26 20:30:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07b5fd13

x11-plugins/wmfsm: EAPI7, improve ebuild

 x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild | 29 +
 1 file changed, 29 insertions(+)

diff --git a/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild 
b/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild
new file mode 100644
index 000..c350aba8961
--- /dev/null
+++ b/x11-plugins/wmfsm/wmfsm-0.36-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit autotools
+
+DESCRIPTION="dockapp for monitoring filesystem usage"
+HOMEPAGE="https://www.dockapps.net/wmfsm;
+SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+RDEPEND=">=x11-libs/libdockapp-0.7:=
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXt
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+src_prepare() {
+   default
+   sed -e "/^X11LIBS/s/-I$x_includes //" -i configure.ac || die "sed 
failed"
+
+   eautoreconf
+}



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

2018-05-05 Thread Aaron Bauman
commit: 718bb1c35643cbc451550d345682aee2549e5fe4
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr 30 09:03:55 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May  5 19:27:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718bb1c3

x11-plugins/wmfsm: use HTTPS

 x11-plugins/wmfsm/wmfsm-0.36.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmfsm/wmfsm-0.36.ebuild 
b/x11-plugins/wmfsm/wmfsm-0.36.ebuild
index c140d7e0ff2..62f0eb72ea0 100644
--- a/x11-plugins/wmfsm/wmfsm-0.36.ebuild
+++ b/x11-plugins/wmfsm/wmfsm-0.36.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=5
@@ -7,7 +7,7 @@ inherit autotools
 
 IUSE=""
 DESCRIPTION="dockapp for monitoring filesystem usage"
-HOMEPAGE="http://www.dockapps.net/wmfsm;
+HOMEPAGE="https://www.dockapps.net/wmfsm;
 SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;
 
 LICENSE="GPL-2"



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

2017-11-27 Thread Bernard Cafarelli
commit: f407f479579865589bfc98394b230efb6ff95378
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Nov 27 15:47:56 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Nov 27 15:52:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f407f479

x11-plugins/wmfsm: drop old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmfsm/Manifest|  1 -
 x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch | 11 ---
 x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild| 32 -
 x11-plugins/wmfsm/wmfsm-0.34-r2.ebuild| 35 ---
 4 files changed, 79 deletions(-)

diff --git a/x11-plugins/wmfsm/Manifest b/x11-plugins/wmfsm/Manifest
index 91ecf17e9d8..9553cbe21bf 100644
--- a/x11-plugins/wmfsm/Manifest
+++ b/x11-plugins/wmfsm/Manifest
@@ -1,2 +1 @@
-DIST wmfsm-0.34.tar.gz 105220 SHA256 
8f2ac20fceb96cd2508aff2996e5c9896946345ec77b676190f46386b1ee571b SHA512 
bf215d199e616c3f3d35d2556f208d76c9d5587e267d0dea3cdc48bc6b73c9216a35f5c683aa9cbfb425c01ff23e85c2a2f435fd87c82c8b26baa63dd7b03f08
 WHIRLPOOL 
5729efa3ed6896b40121f4f0911799861413f3e4483eec7c550609d9114b2aa3d2f9292d0a40d0cf35ce64034baf327573784854994fbdda3463c83f1624d696
 DIST wmfsm-0.36.tar.gz 20456 SHA256 
81b84d66f9dcc681401b997a3bf927dc7f4280e884202d0cc7570a2317460f99 SHA512 
d5d148f67f226e38a8b3c2475cdae9d93cb545ca79afe93060137b36f09a328db82b4561a6dd76abe7f5d59e944e8c8ed0f85ab1ff1727c659195c88d1d7406b
 WHIRLPOOL 
fcac308c30e7c7f94c2d9fb8e0215d548a6c48327badef19934fa697cbcf93b54a02c296a23b4ea48541c3e0a889836f0cb834948acf7ce2a2e4be9fec77f20c

diff --git a/x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch 
b/x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch
deleted file mode 100644
index 51ea6731477..000
--- a/x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 wmfsm/wmfsm.c  2002-07-13 06:06:35.0 +0200
-+++ wmfsm/wmfsm.c  2004-07-17 12:31:19.686338920 +0200
-@@ -509,7 +509,7 @@
- #if defined IRIX64 || defined(SunOS)
-  strcmp(fstype, "hwgfs") && strcmp(fstype, "autofs") 
&& strcmp(fstype, "proc") && strcmp(fstype, "fd") && !strstr(options, "ignore")
- #elif defined linux
-- strcmp(fstype, "proc") && strcmp(fstype, "shm")
-+ strcmp(fstype, "proc") && strcmp(fstype, "tmpfs") && 
strcmp(fstype, "devfs") && strcmp(fstype, "ramfs") && strcmp(fstype, "sysfs") 
&& strcmp(fstype, "devpts") && strcmp(fstype, "usbfs")
- #else
-  1
- #endif

diff --git a/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild 
b/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild
deleted file mode 100644
index 4f830254b32..000
--- a/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-IUSE=""
-DESCRIPTION="dockapp for monitoring filesystem usage"
-HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/100;
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXt
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-proto/xproto
-   x11-proto/xextproto"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"/wmfsm
-   epatch "${FILESDIR}"/${P}.linux-fs.patch
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "make install failed"
-   dodoc AUTHORS ChangeLog
-}

diff --git a/x11-plugins/wmfsm/wmfsm-0.34-r2.ebuild 
b/x11-plugins/wmfsm/wmfsm-0.34-r2.ebuild
deleted file mode 100644
index 33626ddfa0e..000
--- a/x11-plugins/wmfsm/wmfsm-0.34-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils
-
-IUSE=""
-DESCRIPTION="dockapp for monitoring filesystem usage"
-HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/100;
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXt
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-proto/xproto
-   x11-proto/xextproto"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}.linux-fs.patch
-   sed -e "/^X11LIBS/s/-I$x_includes //" -i configure.in || die "sed 
failed"
-
-   eautoreconf
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS ChangeLog
-}



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

2016-04-09 Thread Agostino Sarubbo
commit: a3edb0b6986b5ee96e907f9e0e3d4e2a74274e00
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr  9 14:16:14 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr  9 14:16:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3edb0b6

x11-plugins/wmfsm: x86 stable wrt bug #579234

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

 x11-plugins/wmfsm/wmfsm-0.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmfsm/wmfsm-0.36.ebuild 
b/x11-plugins/wmfsm/wmfsm-0.36.ebuild
index c23cbf5..a75391d 100644
--- a/x11-plugins/wmfsm/wmfsm-0.36.ebuild
+++ b/x11-plugins/wmfsm/wmfsm-0.36.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 
 RDEPEND=">=x11-libs/libdockapp-0.7:=
x11-libs/libX11



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

2016-04-09 Thread Agostino Sarubbo
commit: 54238d5529ed211c3ef70e6d2841f6c8ffb66466
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr  9 14:13:17 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr  9 14:13:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54238d55

x11-plugins/wmfsm: amd64 stable wrt bug #579234

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

 x11-plugins/wmfsm/wmfsm-0.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmfsm/wmfsm-0.36.ebuild 
b/x11-plugins/wmfsm/wmfsm-0.36.ebuild
index df50945..c23cbf5 100644
--- a/x11-plugins/wmfsm/wmfsm-0.36.ebuild
+++ b/x11-plugins/wmfsm/wmfsm-0.36.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 
 RDEPEND=">=x11-libs/libdockapp-0.7:=
x11-libs/libX11



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

2015-08-27 Thread Bernard Cafarelli
commit: a02e006eef3391f5f59fb9785eac73886fe13870
Author: Bernard Cafarelli voyageur AT gentoo DOT org
AuthorDate: Thu Aug 27 08:03:43 2015 +
Commit: Bernard Cafarelli voyageur AT gentoo DOT org
CommitDate: Thu Aug 27 08:18:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a02e006e

x11-plugins/wmfsm: restore stable ebuild, bug #558860

This partially reverts commit a9a09346

 x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild | 33 +
 1 file changed, 33 insertions(+)

diff --git a/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild 
b/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild
new file mode 100644
index 000..92b62b9
--- /dev/null
+++ b/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+inherit eutils
+
+IUSE=
+DESCRIPTION=dockapp for monitoring filesystem usage
+HOMEPAGE=http://dockapps.windowmaker.org/file.php/id/100;
+SRC_URI=mirror://gentoo/${P}.tar.gz
+
+LICENSE=GPL-2
+SLOT=0
+KEYWORDS=amd64 ppc sparc x86
+
+RDEPEND=x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXt
+   x11-libs/libXpm
+DEPEND=${RDEPEND}
+   x11-proto/xproto
+   x11-proto/xextproto
+
+src_unpack() {
+   unpack ${A}
+   cd ${S}/wmfsm
+   epatch ${FILESDIR}/${P}.linux-fs.patch
+}
+
+src_install() {
+   emake DESTDIR=${D} install || die make install failed
+   dodoc AUTHORS ChangeLog
+}



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

2015-08-23 Thread Bernard Cafarelli
commit: a9a0934633a3768f234f6a13cbc5d542ea706d4f
Author: Bernard Cafarelli voyageur AT gentoo DOT org
AuthorDate: Sun Aug 23 20:08:18 2015 +
Commit: Bernard Cafarelli voyageur AT gentoo DOT org
CommitDate: Sun Aug 23 20:35:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9a09346

x11-plugins/wmfsm: drop some versions

Package-Manager: portage-2.2.20.1

 x11-plugins/wmfsm/Manifest |  1 -
 x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild | 33 --
 x11-plugins/wmfsm/wmfsm-0.35.ebuild| 37 --
 3 files changed, 71 deletions(-)

diff --git a/x11-plugins/wmfsm/Manifest b/x11-plugins/wmfsm/Manifest
index 01fc3de..91ecf17 100644
--- a/x11-plugins/wmfsm/Manifest
+++ b/x11-plugins/wmfsm/Manifest
@@ -1,3 +1,2 @@
 DIST wmfsm-0.34.tar.gz 105220 SHA256 
8f2ac20fceb96cd2508aff2996e5c9896946345ec77b676190f46386b1ee571b SHA512 
bf215d199e616c3f3d35d2556f208d76c9d5587e267d0dea3cdc48bc6b73c9216a35f5c683aa9cbfb425c01ff23e85c2a2f435fd87c82c8b26baa63dd7b03f08
 WHIRLPOOL 
5729efa3ed6896b40121f4f0911799861413f3e4483eec7c550609d9114b2aa3d2f9292d0a40d0cf35ce64034baf327573784854994fbdda3463c83f1624d696
-DIST wmfsm-0.35.tar.gz 21921 SHA256 
a8c1a8cc4ff6f41503318fd86f00eaf93a2ddc7b5d84b613299a769e52db9463 SHA512 
81f8090f835b1c4cb1f5bf562803bc1ff00c93e59f5f8eaa008c81507b27043999e5cc67f23c14ec785b2e179ff6bdd20e49f6d0f2f8d50556746662bddabbf2
 WHIRLPOOL 
1fad1d8e26b8caf9de232c47507d822750f3646563b42c2017008a126027ea00a83e46209c92fc09580eb223b8166738848a855ebb5e8a6cb9251c244ff8b6a4
 DIST wmfsm-0.36.tar.gz 20456 SHA256 
81b84d66f9dcc681401b997a3bf927dc7f4280e884202d0cc7570a2317460f99 SHA512 
d5d148f67f226e38a8b3c2475cdae9d93cb545ca79afe93060137b36f09a328db82b4561a6dd76abe7f5d59e944e8c8ed0f85ab1ff1727c659195c88d1d7406b
 WHIRLPOOL 
fcac308c30e7c7f94c2d9fb8e0215d548a6c48327badef19934fa697cbcf93b54a02c296a23b4ea48541c3e0a889836f0cb834948acf7ce2a2e4be9fec77f20c

diff --git a/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild 
b/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild
deleted file mode 100644
index 92b62b9..000
--- a/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-IUSE=
-DESCRIPTION=dockapp for monitoring filesystem usage
-HOMEPAGE=http://dockapps.windowmaker.org/file.php/id/100;
-SRC_URI=mirror://gentoo/${P}.tar.gz
-
-LICENSE=GPL-2
-SLOT=0
-KEYWORDS=amd64 ppc sparc x86
-
-RDEPEND=x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXt
-   x11-libs/libXpm
-DEPEND=${RDEPEND}
-   x11-proto/xproto
-   x11-proto/xextproto
-
-src_unpack() {
-   unpack ${A}
-   cd ${S}/wmfsm
-   epatch ${FILESDIR}/${P}.linux-fs.patch
-}
-
-src_install() {
-   emake DESTDIR=${D} install || die make install failed
-   dodoc AUTHORS ChangeLog
-}

diff --git a/x11-plugins/wmfsm/wmfsm-0.35.ebuild 
b/x11-plugins/wmfsm/wmfsm-0.35.ebuild
deleted file mode 100644
index e423809..000
--- a/x11-plugins/wmfsm/wmfsm-0.35.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools
-
-IUSE=
-DESCRIPTION=dockapp for monitoring filesystem usage
-HOMEPAGE=http://windowmaker.org/dockapps/?name=wmfsm;
-# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz
-SRC_URI=http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;
-
-LICENSE=GPL-2
-SLOT=0
-KEYWORDS=~amd64 ~ppc ~sparc ~x86
-
-RDEPEND=x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXt
-   x11-libs/libXpm
-DEPEND=${RDEPEND}
-   x11-proto/xproto
-
-S=${WORKDIR}/dockapps
-
-src_prepare() {
-   sed -e /^X11LIBS/s/-I$x_includes // -i configure.ac || die sed 
failed
-
-   eautoreconf
-}
-
-src_install() {
-   emake DESTDIR=${D} install
-   dodoc AUTHORS ChangeLog
-}



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

2015-08-21 Thread Bernard Cafarelli
commit: 603779c488d7028b93dad6e318171098b71edca2
Author: Bernard Cafarelli voyageur AT gentoo DOT org
AuthorDate: Fri Aug 21 15:20:59 2015 +
Commit: Bernard Cafarelli voyageur AT gentoo DOT org
CommitDate: Fri Aug 21 15:20:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603779c4

x11-plugins/wmfsm: version bump

Package-Manager: portage-2.2.20.1

 x11-plugins/wmfsm/Manifest  |  1 +
 x11-plugins/wmfsm/wmfsm-0.36.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/x11-plugins/wmfsm/Manifest b/x11-plugins/wmfsm/Manifest
index 25c88f9..01fc3de 100644
--- a/x11-plugins/wmfsm/Manifest
+++ b/x11-plugins/wmfsm/Manifest
@@ -1,2 +1,3 @@
 DIST wmfsm-0.34.tar.gz 105220 SHA256 
8f2ac20fceb96cd2508aff2996e5c9896946345ec77b676190f46386b1ee571b SHA512 
bf215d199e616c3f3d35d2556f208d76c9d5587e267d0dea3cdc48bc6b73c9216a35f5c683aa9cbfb425c01ff23e85c2a2f435fd87c82c8b26baa63dd7b03f08
 WHIRLPOOL 
5729efa3ed6896b40121f4f0911799861413f3e4483eec7c550609d9114b2aa3d2f9292d0a40d0cf35ce64034baf327573784854994fbdda3463c83f1624d696
 DIST wmfsm-0.35.tar.gz 21921 SHA256 
a8c1a8cc4ff6f41503318fd86f00eaf93a2ddc7b5d84b613299a769e52db9463 SHA512 
81f8090f835b1c4cb1f5bf562803bc1ff00c93e59f5f8eaa008c81507b27043999e5cc67f23c14ec785b2e179ff6bdd20e49f6d0f2f8d50556746662bddabbf2
 WHIRLPOOL 
1fad1d8e26b8caf9de232c47507d822750f3646563b42c2017008a126027ea00a83e46209c92fc09580eb223b8166738848a855ebb5e8a6cb9251c244ff8b6a4
+DIST wmfsm-0.36.tar.gz 20456 SHA256 
81b84d66f9dcc681401b997a3bf927dc7f4280e884202d0cc7570a2317460f99 SHA512 
d5d148f67f226e38a8b3c2475cdae9d93cb545ca79afe93060137b36f09a328db82b4561a6dd76abe7f5d59e944e8c8ed0f85ab1ff1727c659195c88d1d7406b
 WHIRLPOOL 
fcac308c30e7c7f94c2d9fb8e0215d548a6c48327badef19934fa697cbcf93b54a02c296a23b4ea48541c3e0a889836f0cb834948acf7ce2a2e4be9fec77f20c

diff --git a/x11-plugins/wmfsm/wmfsm-0.36.ebuild 
b/x11-plugins/wmfsm/wmfsm-0.36.ebuild
new file mode 100644
index 000..f49a3c0
--- /dev/null
+++ b/x11-plugins/wmfsm/wmfsm-0.36.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools
+
+IUSE=
+DESCRIPTION=dockapp for monitoring filesystem usage
+HOMEPAGE=http://windowmaker.org/dockapps/?name=wmfsm;
+# Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz
+SRC_URI=http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;
+
+LICENSE=GPL-2
+SLOT=0
+KEYWORDS=~amd64 ~ppc ~sparc ~x86
+
+RDEPEND==x11-libs/libdockapp-0.7:=
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXt
+   x11-libs/libXpm
+DEPEND=${RDEPEND}
+   x11-proto/xproto
+
+src_prepare() {
+   sed -e /^X11LIBS/s/-I$x_includes // -i configure.ac || die sed 
failed
+
+   eautoreconf
+}
+
+src_install() {
+   emake DESTDIR=${D} install
+   dodoc AUTHORS ChangeLog
+}