Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmnetload: wmnetload-1.3-r2.ebuild
Date: Sun, 29 Jun 2008 13:24:23
Message-Id: E1KCwt7-0008T1-JA@stork.gentoo.org
1 drac 08/06/29 13:24:17
2
3 Modified: wmnetload-1.3-r2.ebuild
4 Log:
5 quoting
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
7
8 Revision Changes Path
9 1.5 x11-plugins/wmnetload/wmnetload-1.3-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmnetload/wmnetload-1.3-r2.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmnetload/wmnetload-1.3-r2.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmnetload/wmnetload-1.3-r2.ebuild?r1=1.4&r2=1.5
14
15 Index: wmnetload-1.3-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmnetload/wmnetload-1.3-r2.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- wmnetload-1.3-r2.ebuild 15 Jan 2006 17:56:34 -0000 1.4
22 +++ wmnetload-1.3-r2.ebuild 29 Jun 2008 13:24:17 -0000 1.5
23 @@ -1,11 +1,9 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetload/wmnetload-1.3-r2.ebuild,v 1.4 2006/01/15 17:56:34 nelchael Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetload/wmnetload-1.3-r2.ebuild,v 1.5 2008/06/29 13:24:17 drac Exp $
29
30 inherit eutils
31
32 -IUSE=""
33 -
34 DESCRIPTION="Network interface monitor dockapp"
35 HOMEPAGE="http://freshmeat.net/projects/wmnetload/"
36 SRC_URI="ftp://truffula.com/pub/${P}.tar.gz"
37 @@ -13,28 +11,21 @@
38 LICENSE="GPL-2"
39 SLOT="0"
40 KEYWORDS="x86 amd64 ppc ppc64 sparc"
41 +IUSE=""
42
43 DEPEND="x11-libs/libdockapp"
44
45 -src_unpack()
46 -{
47 +src_unpack() {
48 unpack ${A}
49 - cd ${S}
50 + cd "${S}"
51
52 # Add support for libdockapp 0.5
53 - epatch ${FILESDIR}/add_support_for_libdockapp_0.5.patch
54 -
55 - epatch ${FILESDIR}/wmnetload-1.3-norpath.patch
56 -}
57 + epatch "${FILESDIR}"/add_support_for_libdockapp_0.5.patch
58
59 -src_compile()
60 -{
61 - econf || die "configure failed"
62 - emake || die "parallel make failed"
63 + epatch "${FILESDIR}"/wmnetload-1.3-norpath.patch
64 }
65
66 -src_install()
67 -{
68 - einstall || die "make install failed"
69 +src_install() {
70 + einstall || die "einstall failed."
71 dodoc AUTHORS README NEWS
72 }
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list