summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2008-01-21 11:01:05 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2008-01-21 11:01:05 +0000
commita2d3e3a18eab2de6e0de0af0e5f5b3722c0253ef (patch)
tree3ea01927a791a08a27cdeef4e0fef47f273ead37 /x11-plugins
parentarm/s390/sh stable (diff)
downloadgentoo-2-a2d3e3a18eab2de6e0de0af0e5f5b3722c0253ef.tar.gz
gentoo-2-a2d3e3a18eab2de6e0de0af0e5f5b3722c0253ef.tar.bz2
gentoo-2-a2d3e3a18eab2de6e0de0af0e5f5b3722c0253ef.zip
_p5 version stable for x86. Wiped out other versions. Closes bug 206705.
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmnetmon/ChangeLog5
-rw-r--r--x11-plugins/wmnetmon/files/digest-wmnetmon-0.23
-rw-r--r--x11-plugins/wmnetmon/wmnetmon-0.2.ebuild38
-rw-r--r--x11-plugins/wmnetmon/wmnetmon-0.2_p5.ebuild4
4 files changed, 6 insertions, 44 deletions
diff --git a/x11-plugins/wmnetmon/ChangeLog b/x11-plugins/wmnetmon/ChangeLog
index b486f5bbc887..3837183901e7 100644
--- a/x11-plugins/wmnetmon/ChangeLog
+++ b/x11-plugins/wmnetmon/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmnetmon
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetmon/ChangeLog,v 1.11 2008/01/20 15:20:09 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetmon/ChangeLog,v 1.12 2008/01/21 11:01:04 s4t4n Exp $
+
+ 21 Jan 2008; Michele Noberasco <s4t4n@gentoo.org> wmnetmon-0.2_p5.ebuild:
+ Stable on x86 wrt bug 206705. Wiped out other ebuilds.
20 Jan 2008; nixnut <nixnut@gentoo.org> wmnetmon-0.2_p5.ebuild:
Stable on ppc wrt bug 206705
diff --git a/x11-plugins/wmnetmon/files/digest-wmnetmon-0.2 b/x11-plugins/wmnetmon/files/digest-wmnetmon-0.2
deleted file mode 100644
index f2cdb6e0e0b6..000000000000
--- a/x11-plugins/wmnetmon/files/digest-wmnetmon-0.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 30dec9fdec039da92a612646cc228e62 wmnetmon-0.2p5.tar.gz 49990
-RMD160 7cd0179cbd0e4f83333cfadf83b3eb0ed0a010b3 wmnetmon-0.2p5.tar.gz 49990
-SHA256 6c7576c9cbd95c35f14dcfa985e5f7b33341b3c27395e0962c71f4cec6c45f68 wmnetmon-0.2p5.tar.gz 49990
diff --git a/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild b/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild
deleted file mode 100644
index 671b95287ba0..000000000000
--- a/x11-plugins/wmnetmon/wmnetmon-0.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2007 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.11 2007/07/22 04:43:49 dberkholz Exp $
-
-IUSE=""
-S=${WORKDIR}/${P}p5/
-DESCRIPTION="dockapp that monitors up to 40 hosts/services and can execute something if there is a problem with any of them"
-HOMEPAGE="http://freshmeat.net/projects/wmnetmon/?topic_id=876"
-SRC_URI="http://www.linuks.mine.nu/dockapps/${P}p5.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc ~sparc"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xextproto"
-
-src_compile() {
- econf --prefix=${D}/usr/bin || die "Configure failed."
- emake || die "Make failed"
-}
-
-src_install() {
- dobin wmnetmon
- fowners root:0 /usr/bin/wmnetmon
- fperms 4755 /usr/bin/wmnetmon
- dodoc README Changes wmnetmonrc
-}
-
-pkg_postinst() {
- ewarn
- ewarn "Before starting up wmnetmon, you must create a .wmnetmonrc in your home folder."
- ewarn "Look at the sample wmnetmonrc.gz file in /usr/share/doc/${P}/."
- ewarn
-}
diff --git a/x11-plugins/wmnetmon/wmnetmon-0.2_p5.ebuild b/x11-plugins/wmnetmon/wmnetmon-0.2_p5.ebuild
index 67604d4d819f..2bbfb0299c08 100644
--- a/x11-plugins/wmnetmon/wmnetmon-0.2_p5.ebuild
+++ b/x11-plugins/wmnetmon/wmnetmon-0.2_p5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetmon/wmnetmon-0.2_p5.ebuild,v 1.3 2008/01/20 15:20:09 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetmon/wmnetmon-0.2_p5.ebuild,v 1.4 2008/01/21 11:01:04 s4t4n Exp $
EAPI=1
@@ -12,7 +12,7 @@ SRC_URI="http://www.linuks.mine.nu/dockapps/${P/_/}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc ~sparc ~x86"
+KEYWORDS="~amd64 ppc ~sparc x86"
IUSE="+suid"
RDEPEND="x11-libs/libX11