diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 18:36:48 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 18:36:48 +0000 |
commit | 6ab42505b792ef4aebea3be08aaed231d298c5ab (patch) | |
tree | dd4692ee0b07350f46e940d485bd483929d8b632 /x11-plugins/wmnet | |
parent | cleanup (diff) | |
download | historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.tar.gz historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.tar.bz2 historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.zip |
Various epatch sed and cosmetic changes
Diffstat (limited to 'x11-plugins/wmnet')
-rw-r--r-- | x11-plugins/wmnet/ChangeLog | 4 | ||||
-rw-r--r-- | x11-plugins/wmnet/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmnet/wmnet-1.06.ebuild | 14 |
3 files changed, 7 insertions, 15 deletions
diff --git a/x11-plugins/wmnet/ChangeLog b/x11-plugins/wmnet/ChangeLog index 14df129f846b..0183dae6a571 100644 --- a/x11-plugins/wmnet/ChangeLog +++ b/x11-plugins/wmnet/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for x11-plugins/wmnet # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/ChangeLog,v 1.8 2003/12/14 04:41:57 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/ChangeLog,v 1.9 2004/01/04 18:36:48 aliz Exp $ 14 Dec 2003; Lars Weiler <pylon@gentoo.org> wmnet-1.06.ebuild: Make stable on ppc @@ -16,7 +16,7 @@ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords -*wmnet-1.06.ebuild (8 Jun 2002) +*wmnet-1.06 (8 Jun 2002) 04 Oct 2002; Nick Hadaway <raker@gentoo.org> wmnet-1.06.ebuild : Added "... || die "blah"" to ebuild where appropriate. diff --git a/x11-plugins/wmnet/Manifest b/x11-plugins/wmnet/Manifest index 0edbcb03b568..8180e45efd38 100644 --- a/x11-plugins/wmnet/Manifest +++ b/x11-plugins/wmnet/Manifest @@ -1,5 +1,5 @@ -MD5 8c70b40c4b65ffe0a46115e5a82fae7b wmnet-1.06.ebuild 808 -MD5 71c40da7fb86d97b70f7a37f042b1434 ChangeLog 1065 +MD5 37ac4990af2404ad5861d013b3ef386b wmnet-1.06.ebuild 802 +MD5 d1af1eef69800dcd257d86b0e00a7bba ChangeLog 1058 MD5 9c871c5150118eedeea65810da151c07 metadata.xml 696 MD5 61ea1e57785b3ca20c4bcd8b9fd2bc29 files/wmnet-1.06-nonx86.patch 478 MD5 0a58ec555971a0da33b5d6b2dde9ad1b files/digest-wmnet-1.06 61 diff --git a/x11-plugins/wmnet/wmnet-1.06.ebuild b/x11-plugins/wmnet/wmnet-1.06.ebuild index 110f0cbab37d..31da267f4710 100644 --- a/x11-plugins/wmnet/wmnet-1.06.ebuild +++ b/x11-plugins/wmnet/wmnet-1.06.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.10 2003/12/14 04:41:57 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/wmnet-1.06.ebuild,v 1.11 2004/01/04 18:36:48 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="WMnet is a dock.app network monitor" -SRC_URI="http://www.digitalkaos.net/linux/${PN}/download/${P}.tar.gz" +SRC_URI="http://www.digitalkaos.net/linux/wmnet/download/${P}.tar.gz" HOMEPAGE="http://http://www.digitalkaos.net/linux/wmnet/" DEPEND="virtual/x11" @@ -15,27 +15,19 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc alpha amd64 ppc" src_unpack() { - unpack ${A} - cd ${S} + 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 - } |