summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2005-04-11 07:35:29 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2005-04-11 07:35:29 +0000
commit617c423641927df40821f3b5d2d1b06a43675127 (patch)
treeda6cf60ac4b16ec75a84fc5edc83e1d4d33cb75f /x11-plugins/wmnet
parent(Portage version: 2.0.51.19) (Manifest recommit) (diff)
downloadgentoo-2-617c423641927df40821f3b5d2d1b06a43675127.tar.gz
gentoo-2-617c423641927df40821f3b5d2d1b06a43675127.tar.bz2
gentoo-2-617c423641927df40821f3b5d2d1b06a43675127.zip
Wiped out older revision.
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-plugins/wmnet')
-rw-r--r--x11-plugins/wmnet/ChangeLog5
-rw-r--r--x11-plugins/wmnet/files/digest-wmnet-1.061
-rw-r--r--x11-plugins/wmnet/files/wmnet-1.06-nonx86.patch11
-rw-r--r--x11-plugins/wmnet/wmnet-1.06.ebuild34
4 files changed, 4 insertions, 47 deletions
diff --git a/x11-plugins/wmnet/ChangeLog b/x11-plugins/wmnet/ChangeLog
index ce4bfd5c8bc9..ed9e71cfbb4e 100644
--- a/x11-plugins/wmnet/ChangeLog
+++ b/x11-plugins/wmnet/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmnet
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/ChangeLog,v 1.19 2005/04/10 11:55:59 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/ChangeLog,v 1.20 2005/04/11 07:35:29 s4t4n Exp $
+
+ 11 Apr 2005; Michele Noberasco <s4t4n@gentoo.org> wmnet-1.06.ebuild:
+ Removed older revision.
10 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> wmnet-1.06-r1.ebuild:
Stable on ppc.
diff --git a/x11-plugins/wmnet/files/digest-wmnet-1.06 b/x11-plugins/wmnet/files/digest-wmnet-1.06
deleted file mode 100644
index 5c529e7b47d4..000000000000
--- a/x11-plugins/wmnet/files/digest-wmnet-1.06
+++ /dev/null
@@ -1 +0,0 @@
-MD5 64e74c37c0cb5fd4fb81cfb0f5c4a264 wmnet-1.06.tar.gz 27506
diff --git a/x11-plugins/wmnet/files/wmnet-1.06-nonx86.patch b/x11-plugins/wmnet/files/wmnet-1.06-nonx86.patch
deleted file mode 100644
index 8e9005512396..000000000000
--- a/x11-plugins/wmnet/files/wmnet-1.06-nonx86.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- wmnet-1.06/wmnet.c 2000-05-04 21:01:14.000000000 -0400
-+++ wmnet-1.06-ww/wmnet.c 2003-05-16 18:43:02.000000000 -0400
-@@ -342,7 +342,7 @@
- signal_action.sa_handler = got_signal;
- sigemptyset(&signal_action.sa_mask);
- signal_action.sa_flags = (SA_NOCLDSTOP|SA_RESTART);
--#ifdef linux
-+#if defined(linux) && !defined(__alpha__) && !defined(__hppa__) && !defined(__ia64__)
- signal_action.sa_restorer = NULL;
- #endif
- if ((sigaction(SIGCHLD, &signal_action, NULL) == -1) ||
diff --git a/x11-plugins/wmnet/wmnet-1.06.ebuild b/x11-plugins/wmnet/wmnet-1.06.ebuild
deleted file mode 100644
index 4a246504f7ce..000000000000
--- a/x11-plugins/wmnet/wmnet-1.06.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/wmnet-1.06.ebuild,v 1.16 2005/01/26 13:40:22 s4t4n Exp $
-
-inherit eutils
-
-IUSE=""
-DESCRIPTION="WMnet is a dock.app network monitor"
-SRC_URI="http://www.digitalkaos.net/linux/wmnet/download/${P}.tar.gz"
-HOMEPAGE="http://www.digitalkaos.net/linux/wmnet/"
-
-DEPEND="virtual/x11"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc alpha amd64 ppc"
-
-src_unpack() {
- unpack ${A} ; cd ${S}
- epatch ${FILESDIR}/${P}-nonx86.patch
-}
-
-src_compile() {
- xmkmf || die "xmkmf failed"
-
- emake CDEBUGFLAGS="${CFLAGS}" || die "parallel make failed"
-}
-
-src_install() {
- dobin wmnet
- dohtml wmnet.1x.html
- newman wmnet.man wmnet.1
- dodoc README Changelog
-}