Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmfsm/, x11-plugins/wmfsm/files/
Date: Mon, 27 Nov 2017 15:53:52
Message-Id: 1511797972.f407f479579865589bfc98394b230efb6ff95378.voyageur@gentoo
1 commit: f407f479579865589bfc98394b230efb6ff95378
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 27 15:47:56 2017 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 27 15:52:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f407f479
7
8 x11-plugins/wmfsm: drop old
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 x11-plugins/wmfsm/Manifest | 1 -
13 x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch | 11 -------
14 x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild | 32 ---------------------
15 x11-plugins/wmfsm/wmfsm-0.34-r2.ebuild | 35 -----------------------
16 4 files changed, 79 deletions(-)
17
18 diff --git a/x11-plugins/wmfsm/Manifest b/x11-plugins/wmfsm/Manifest
19 index 91ecf17e9d8..9553cbe21bf 100644
20 --- a/x11-plugins/wmfsm/Manifest
21 +++ b/x11-plugins/wmfsm/Manifest
22 @@ -1,2 +1 @@
23 -DIST wmfsm-0.34.tar.gz 105220 SHA256 8f2ac20fceb96cd2508aff2996e5c9896946345ec77b676190f46386b1ee571b SHA512 bf215d199e616c3f3d35d2556f208d76c9d5587e267d0dea3cdc48bc6b73c9216a35f5c683aa9cbfb425c01ff23e85c2a2f435fd87c82c8b26baa63dd7b03f08 WHIRLPOOL 5729efa3ed6896b40121f4f0911799861413f3e4483eec7c550609d9114b2aa3d2f9292d0a40d0cf35ce64034baf327573784854994fbdda3463c83f1624d696
24 DIST wmfsm-0.36.tar.gz 20456 SHA256 81b84d66f9dcc681401b997a3bf927dc7f4280e884202d0cc7570a2317460f99 SHA512 d5d148f67f226e38a8b3c2475cdae9d93cb545ca79afe93060137b36f09a328db82b4561a6dd76abe7f5d59e944e8c8ed0f85ab1ff1727c659195c88d1d7406b WHIRLPOOL fcac308c30e7c7f94c2d9fb8e0215d548a6c48327badef19934fa697cbcf93b54a02c296a23b4ea48541c3e0a889836f0cb834948acf7ce2a2e4be9fec77f20c
25
26 diff --git a/x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch b/x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch
27 deleted file mode 100644
28 index 51ea6731477..00000000000
29 --- a/x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch
30 +++ /dev/null
31 @@ -1,11 +0,0 @@
32 ---- wmfsm/wmfsm.c 2002-07-13 06:06:35.000000000 +0200
33 -+++ wmfsm/wmfsm.c 2004-07-17 12:31:19.686338920 +0200
34 -@@ -509,7 +509,7 @@
35 - #if defined IRIX64 || defined(SunOS)
36 - strcmp(fstype, "hwgfs") && strcmp(fstype, "autofs") && strcmp(fstype, "proc") && strcmp(fstype, "fd") && !strstr(options, "ignore")
37 - #elif defined linux
38 -- strcmp(fstype, "proc") && strcmp(fstype, "shm")
39 -+ strcmp(fstype, "proc") && strcmp(fstype, "tmpfs") && strcmp(fstype, "devfs") && strcmp(fstype, "ramfs") && strcmp(fstype, "sysfs") && strcmp(fstype, "devpts") && strcmp(fstype, "usbfs")
40 - #else
41 - 1
42 - #endif
43
44 diff --git a/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild b/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild
45 deleted file mode 100644
46 index 4f830254b32..00000000000
47 --- a/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild
48 +++ /dev/null
49 @@ -1,32 +0,0 @@
50 -# Copyright 1999-2014 Gentoo Foundation
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -inherit eutils
54 -
55 -IUSE=""
56 -DESCRIPTION="dockapp for monitoring filesystem usage"
57 -HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/100"
58 -SRC_URI="mirror://gentoo/${P}.tar.gz"
59 -
60 -LICENSE="GPL-2"
61 -SLOT="0"
62 -KEYWORDS="amd64 ppc sparc x86"
63 -
64 -RDEPEND="x11-libs/libX11
65 - x11-libs/libXext
66 - x11-libs/libXt
67 - x11-libs/libXpm"
68 -DEPEND="${RDEPEND}
69 - x11-proto/xproto
70 - x11-proto/xextproto"
71 -
72 -src_unpack() {
73 - unpack ${A}
74 - cd "${S}"/wmfsm
75 - epatch "${FILESDIR}"/${P}.linux-fs.patch
76 -}
77 -
78 -src_install() {
79 - emake DESTDIR="${D}" install || die "make install failed"
80 - dodoc AUTHORS ChangeLog
81 -}
82
83 diff --git a/x11-plugins/wmfsm/wmfsm-0.34-r2.ebuild b/x11-plugins/wmfsm/wmfsm-0.34-r2.ebuild
84 deleted file mode 100644
85 index 33626ddfa0e..00000000000
86 --- a/x11-plugins/wmfsm/wmfsm-0.34-r2.ebuild
87 +++ /dev/null
88 @@ -1,35 +0,0 @@
89 -# Copyright 1999-2014 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=5
93 -
94 -inherit autotools eutils
95 -
96 -IUSE=""
97 -DESCRIPTION="dockapp for monitoring filesystem usage"
98 -HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/100"
99 -SRC_URI="mirror://gentoo/${P}.tar.gz"
100 -
101 -LICENSE="GPL-2"
102 -SLOT="0"
103 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
104 -
105 -RDEPEND="x11-libs/libX11
106 - x11-libs/libXext
107 - x11-libs/libXt
108 - x11-libs/libXpm"
109 -DEPEND="${RDEPEND}
110 - x11-proto/xproto
111 - x11-proto/xextproto"
112 -
113 -src_prepare() {
114 - epatch "${FILESDIR}"/${P}.linux-fs.patch
115 - sed -e "/^X11LIBS/s/-I$x_includes //" -i configure.in || die "sed failed"
116 -
117 - eautoreconf
118 -}
119 -
120 -src_install() {
121 - emake DESTDIR="${D}" install
122 - dodoc AUTHORS ChangeLog
123 -}