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/mountapp: mountapp-3.0.ebuild
Date: Sun, 29 Jun 2008 14:04:06
Message-Id: E1KCxVY-00012t-GR@stork.gentoo.org
1 drac 08/06/29 14:04:00
2
3 Modified: mountapp-3.0.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.11 x11-plugins/mountapp/mountapp-3.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/mountapp/mountapp-3.0.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/mountapp/mountapp-3.0.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/mountapp/mountapp-3.0.ebuild?r1=1.10&r2=1.11
14
15 Index: mountapp-3.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/mountapp/mountapp-3.0.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- mountapp-3.0.ebuild 9 Sep 2006 12:30:24 -0000 1.10
22 +++ mountapp-3.0.ebuild 29 Jun 2008 14:04:00 -0000 1.11
23 @@ -1,6 +1,6 @@
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/mountapp/mountapp-3.0.ebuild,v 1.10 2006/09/09 12:30:24 tcort Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/mountapp/mountapp-3.0.ebuild,v 1.11 2008/06/29 14:04:00 drac Exp $
29
30 DESCRIPTION="mount filesystems via an easy-to-use windowmaker applet"
31 HOMEPAGE="http://mountapp.sourceforge.net"
32 @@ -9,25 +9,12 @@
33 LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS="amd64 ppc x86"
36 -
37 IUSE=""
38
39 -DEPEND="virtual/libc
40 - =x11-libs/gtk+-1.2*
41 +DEPEND="=x11-libs/gtk+-1.2*
42 >=x11-wm/windowmaker-0.80"
43
44 -src_compile() {
45 -
46 - econf || die "configure failed"
47 -
48 - emake || die "parallel make failed"
49 -
50 -}
51 -
52 src_install() {
53 -
54 - make DESTDIR=${D} install || die "make install failed"
55 -
56 + emake DESTDIR="${D}" install || die "make install failed"
57 dodoc AUTHORS ChangeLog NEWS README* THANKS TODO
58 -
59 }
60
61
62
63 --
64 gentoo-commits@l.g.o mailing list