Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/matchbox-common: matchbox-common-0.9.1-r2.ebuild matchbox-common-0.9.1-r1.ebuild matchbox-common-0.9.1.ebuild
Date: Mon, 03 Aug 2009 10:49:46
Message-Id: E1MXv6t-0000Q4-ND@stork.gentoo.org
1 ssuominen 09/08/03 10:49:43
2
3 Modified: matchbox-common-0.9.1-r2.ebuild
4 Removed: matchbox-common-0.9.1-r1.ebuild
5 matchbox-common-0.9.1.ebuild
6 Log:
7 Invalid header. Define RDEPEND.
8 (Portage version: 2.2_rc33/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 x11-wm/matchbox-common/matchbox-common-0.9.1-r2.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1-r2.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1-r2.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1-r2.ebuild?r1=1.3&r2=1.4
16
17 Index: matchbox-common-0.9.1-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1-r2.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- matchbox-common-0.9.1-r2.ebuild 14 Mar 2009 03:52:15 -0000 1.3
24 +++ matchbox-common-0.9.1-r2.ebuild 3 Aug 2009 10:49:43 -0000 1.4
25 @@ -1,30 +1,28 @@
26 -# Copyright 2006-2009 Gentoo Foundation
27 +# Copyright 1999-2009 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1-r2.ebuild,v 1.3 2009/03/14 03:52:15 solar Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1-r2.ebuild,v 1.4 2009/08/03 10:49:43 ssuominen Exp $
31
32 inherit eutils versionator
33
34 DESCRIPTION="Common files used by matchbox-panel and matchbox-desktop packages"
35 HOMEPAGE="http://matchbox-project.org/"
36 SRC_URI="http://matchbox-project.org/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
37 +
38 LICENSE="GPL-2"
39 SLOT="0"
40 -
41 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
42 IUSE="pda"
43
44 -DEPEND=">=x11-libs/libmatchbox-1.1"
45 +RDEPEND=">=x11-libs/libmatchbox-1.1"
46 +DEPEND="${RDEPEND}"
47
48 src_compile() {
49 -
50 - econf $(use_enable pda pda-folders) \
51 - || die "Configuration failed"
52 -
53 - emake || die "Compilation failed"
54 + econf $(use_enable pda pda-folders)
55 + emake || die "emake failed"
56 }
57
58 src_install() {
59 - make DESTDIR="${D}" install || die "Installation failed"
60 + emake DESTDIR="${D}" install || die "emake install failed"
61
62 # Insert our Xsession
63 echo -e "#!/bin/sh\n\nmatchbox-session" > "${T}"/matchbox