summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-07-17 11:03:34 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-07-17 11:03:34 +0000
commit2cd0b909e93d3ce475057fffdd4ff07c0d15a540 (patch)
treeff83cdc56b83bb0ee3d0e0c114928d751f460c51 /x11-plugins/wmfsm
parentfix empty src_uri (Manifest recommit) (diff)
downloadgentoo-2-2cd0b909e93d3ce475057fffdd4ff07c0d15a540.tar.gz
gentoo-2-2cd0b909e93d3ce475057fffdd4ff07c0d15a540.tar.bz2
gentoo-2-2cd0b909e93d3ce475057fffdd4ff07c0d15a540.zip
Change HOMEPAGE and SRC_URI in x11-plugins/wmfsm, bump to revision 0.34-r1, adding a patch to hide 'system' filesystems. Closes #50148.
Diffstat (limited to 'x11-plugins/wmfsm')
-rw-r--r--x11-plugins/wmfsm/ChangeLog10
-rw-r--r--x11-plugins/wmfsm/Manifest5
-rw-r--r--x11-plugins/wmfsm/files/digest-wmfsm-0.34-r11
-rw-r--r--x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch11
-rw-r--r--x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild40
-rw-r--r--x11-plugins/wmfsm/wmfsm-0.34.ebuild6
6 files changed, 68 insertions, 5 deletions
diff --git a/x11-plugins/wmfsm/ChangeLog b/x11-plugins/wmfsm/ChangeLog
index 9d575a6169cf..6f200eff6d9a 100644
--- a/x11-plugins/wmfsm/ChangeLog
+++ b/x11-plugins/wmfsm/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for x11-plugins/wmfsm
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/ChangeLog,v 1.4 2004/06/24 23:09:54 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/ChangeLog,v 1.5 2004/07/17 11:03:34 s4t4n Exp $
+
+*wmfsm-0.34-r1 (17 Jul 2004)
+
+ 17 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmfsm-0.34-r1.ebuild:
+ Revision bump, this one sports updated HOMEPAGE and SRC_URI, install
+ some documentation, patch to hide 'system' file systems. Closes #50148.
+ wmfsm-0.34.ebuild:
+ update HOMEPAGE and SRC_URI.
24 Sep 2003; Jason Wever <weeve@gentoo.org> wmfsm-0.34.ebuild:
Added ~sparc keyword.
diff --git a/x11-plugins/wmfsm/Manifest b/x11-plugins/wmfsm/Manifest
index 2046a434b9fd..a3b826d4176a 100644
--- a/x11-plugins/wmfsm/Manifest
+++ b/x11-plugins/wmfsm/Manifest
@@ -1,4 +1,7 @@
+MD5 aedde15aa76ada90ee3d863669066799 wmfsm-0.34-r1.ebuild 731
MD5 2c5ea80ff1510708285a6aac05fe5d45 wmfsm-0.34.ebuild 612
-MD5 1cf01e3c29960184a81d87e889168c97 ChangeLog 459
+MD5 a62e75318a0c521a1adcc82be2e08fc5 ChangeLog 679
MD5 39661c56ab1bc5fa864646a57f8adb69 metadata.xml 339
MD5 faa2001cbaf8f2c2580d847c01222483 files/digest-wmfsm-0.34 62
+MD5 faa2001cbaf8f2c2580d847c01222483 files/digest-wmfsm-0.34-r1 62
+MD5 9f8c7cced30218967bced34b72081115 files/wmfsm-0.34.linux-fs.patch 586
diff --git a/x11-plugins/wmfsm/files/digest-wmfsm-0.34-r1 b/x11-plugins/wmfsm/files/digest-wmfsm-0.34-r1
new file mode 100644
index 000000000000..da68c8549153
--- /dev/null
+++ b/x11-plugins/wmfsm/files/digest-wmfsm-0.34-r1
@@ -0,0 +1 @@
+MD5 5ec81127146d8340a698cc5e26a66e43 wmfsm-0.34.tar.gz 105220
diff --git a/x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch b/x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch
new file mode 100644
index 000000000000..293090acd39e
--- /dev/null
+++ b/x11-plugins/wmfsm/files/wmfsm-0.34.linux-fs.patch
@@ -0,0 +1,11 @@
+--- wmfsm.c 2002-07-13 06:06:35.000000000 +0200
++++ 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
new file mode 100644
index 000000000000..2f8e2b29ee85
--- /dev/null
+++ b/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild,v 1.1 2004/07/17 11:03:34 s4t4n Exp $
+
+inherit eutils
+
+IUSE=""
+DESCRIPTION="dockapp for monitoring filesystem usage"
+HOMEPAGE="http://www.cs.ubc.ca/~cmg/"
+SRC_URI="http://www.cs.ubc.ca/~cmg/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
+
+DEPEND="virtual/x11"
+
+src_unpack() {
+
+ unpack ${A}
+ cd ${S}/wmfsm
+ #einfo "Applying patch to hide virtual filesystems..."
+ epatch ${FILESDIR}/${P}.linux-fs.patch
+ #patch -p0 < ${FILES}/${P}.linux-fs.diff
+
+}
+
+src_compile() {
+
+ econf || die "configure failed"
+ emake || die "parallel make failed"
+
+}
+
+src_install() {
+
+ einstall || die "make install failed"
+ dodoc AUTHORS ChangeLog
+
+}
diff --git a/x11-plugins/wmfsm/wmfsm-0.34.ebuild b/x11-plugins/wmfsm/wmfsm-0.34.ebuild
index be202dee691e..482d380bf5e6 100644
--- a/x11-plugins/wmfsm/wmfsm-0.34.ebuild
+++ b/x11-plugins/wmfsm/wmfsm-0.34.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.34.ebuild,v 1.8 2004/06/24 23:09:54 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.34.ebuild,v 1.9 2004/07/17 11:03:34 s4t4n Exp $
IUSE=""
DESCRIPTION="dockapp for monitoring filesystem usage"
-HOMEPAGE="http://www.cs.mcgill.ca/~cgray4/"
-SRC_URI="http://www.cs.mcgill.ca/~cgray4/${P}.tar.gz"
+HOMEPAGE="http://www.cs.ubc.ca/~cmg/"
+SRC_URI="http://www.cs.ubc.ca/~cmg/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"