summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-16 13:17:14 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-16 13:17:14 +0000
commit01cf10f040b7bcb9cef7035c5f8315f13cce2be7 (patch)
tree1c3afda2da88f7c371e37fe728eb17cf68f68406 /x11-plugins/wmnetmon
parentReplace root:root in root:0. Bug #103563. (diff)
downloadhistorical-01cf10f040b7bcb9cef7035c5f8315f13cce2be7.tar.gz
historical-01cf10f040b7bcb9cef7035c5f8315f13cce2be7.tar.bz2
historical-01cf10f040b7bcb9cef7035c5f8315f13cce2be7.zip
Replace root:root in root:0. Bug #103563.
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-plugins/wmnetmon')
-rw-r--r--x11-plugins/wmnetmon/ChangeLog7
-rw-r--r--x11-plugins/wmnetmon/Manifest16
-rw-r--r--x11-plugins/wmnetmon/wmnetmon-0.2.ebuild6
3 files changed, 21 insertions, 8 deletions
diff --git a/x11-plugins/wmnetmon/ChangeLog b/x11-plugins/wmnetmon/ChangeLog
index aee6c4664adb..3efc465316e1 100644
--- a/x11-plugins/wmnetmon/ChangeLog
+++ b/x11-plugins/wmnetmon/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmnetmon
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetmon/ChangeLog,v 1.5 2004/11/24 23:38:27 weeve Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetmon/ChangeLog,v 1.6 2005/12/16 13:17:14 flameeyes Exp $
+
+ 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> wmnetmon-0.2.ebuild:
+ Replace root:root in root:0. Bug #103563.
24 Nov 2004; Jason Wever <weeve@gentoo.org> wmnetmon-0.2.ebuild:
Added ~sparc keyword.
diff --git a/x11-plugins/wmnetmon/Manifest b/x11-plugins/wmnetmon/Manifest
index c14906e51d58..e1e2d24dfeaf 100644
--- a/x11-plugins/wmnetmon/Manifest
+++ b/x11-plugins/wmnetmon/Manifest
@@ -1,4 +1,14 @@
-MD5 354842860f38939b21927c4bc397a79e ChangeLog 634
-MD5 98d39d507ac46f99d9a982d40ba0e57b metadata.xml 413
-MD5 41683e20ca45c39ba232b8c0202701cb wmnetmon-0.2.ebuild 1007
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 4b7ccb50de122fa4cbb7ce649a02202d ChangeLog 757
MD5 67391716cf398fd1aa6130abe6f096be files/digest-wmnetmon-0.2 65
+MD5 98d39d507ac46f99d9a982d40ba0e57b metadata.xml 413
+MD5 8d861c88c1a5fb90efc6c34be870697c wmnetmon-0.2.ebuild 1008
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDor5zAiZjviIA2XgRAqQIAKCa9a2ZRuBK0qhzpRDoRDVROYChUACgoc9+
+bEDNQI9qyB5CRdXLZRVoj1M=
+=pDLF
+-----END PGP SIGNATURE-----
diff --git a/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild b/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild
index 66953cad3880..73c420364df4 100644
--- a/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild
+++ b/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild,v 1.8 2004/11/24 23:38:27 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild,v 1.9 2005/12/16 13:17:14 flameeyes Exp $
IUSE=""
S=${WORKDIR}/${P}p5/
@@ -21,7 +21,7 @@ src_compile() {
src_install() {
dobin wmnetmon
- fowners root:root /usr/bin/wmnetmon
+ fowners root:0 /usr/bin/wmnetmon
fperms 4755 /usr/bin/wmnetmon
dodoc README Changes wmnetmonrc
}