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/wmupmon: wmupmon-0.1.3-r1.ebuild wmupmon-0.1.3.ebuild wmupmon-0.1.2.ebuild
Date: Sun, 29 Jun 2008 13:31:42
Message-Id: E1KCx0D-0000IX-6j@stork.gentoo.org
1 drac 08/06/29 13:31:37
2
3 Modified: wmupmon-0.1.3-r1.ebuild
4 Removed: wmupmon-0.1.3.ebuild wmupmon-0.1.2.ebuild
5 Log:
6 old, quoting
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
8
9 Revision Changes Path
10 1.7 x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild?r1=1.6&r2=1.7
15
16 Index: wmupmon-0.1.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- wmupmon-0.1.3-r1.ebuild 26 Jun 2008 17:06:17 -0000 1.6
23 +++ wmupmon-0.1.3-r1.ebuild 29 Jun 2008 13:31:36 -0000 1.7
24 @@ -1,12 +1,13 @@
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/wmupmon/wmupmon-0.1.3-r1.ebuild,v 1.6 2008/06/26 17:06:17 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild,v 1.7 2008/06/29 13:31:36 drac Exp $
29
30 inherit eutils
31
32 DESCRIPTION="wmUpMon is a program to monitor your Uptime"
33 HOMEPAGE="http://j-z-s.com/projects/index.php?project=wmupmon"
34 SRC_URI="http://j-z-s.com/projects/downloads/${P}.tar.bz2"
35 +
36 LICENSE="GPL-2"
37 SLOT="0"
38 KEYWORDS="amd64 ppc ppc64 ~sparc x86"
39 @@ -21,19 +22,11 @@
40
41 src_unpack() {
42 unpack ${A}
43 - cd ${S}
44 -
45 + cd "${S}"
46 epatch "${FILESDIR}"/${P}-arraysize.patch
47 }
48
49 -src_compile()
50 -{
51 - econf || die "configure failed"
52 - emake || die "parallel make failed"
53 -}
54 -
55 -src_install()
56 -{
57 - einstall || die "make install failed"
58 +src_install() {
59 + einstall || die "einstall failed."
60 dodoc AUTHORS README THANKS ChangeLog
61 }
62
63
64
65 --
66 gentoo-commits@l.g.o mailing list