commit:     f407f479579865589bfc98394b230efb6ff95378
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 27 15:47:56 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 15:52:52 2017 +0000
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..00000000000
--- 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.000000000 +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..00000000000
--- 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..00000000000
--- 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
-}

Reply via email to