x11-plugins/wmfsm: drop old
authorBernard Cafarelli <voyageur@gentoo.org>
Mon, 27 Nov 2017 15:47:56 +0000 (16:47 +0100)
committerBernard Cafarelli <voyageur@gentoo.org>
Mon, 27 Nov 2017 15:52:52 +0000 (16:52 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

x11-plugins/wmfsm/Manifest
x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch [deleted file]
x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild [deleted file]
x11-plugins/wmfsm/wmfsm-0.34-r2.ebuild [deleted file]

index 91ecf17e9d8153786abd16118db3a08c9cabb0ce..9553cbe21bf1d76e3daec5fb120b13dbf2ce0bf9 100644 (file)
@@ -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 (file)
index 51ea673..0000000
+++ /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 (file)
index 4f83025..0000000
+++ /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 (file)
index 33626dd..0000000
+++ /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
-}