public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [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
@ 2009-08-03 10:49 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-08-03 10:49 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/08/03 10:49:43

  Modified:             matchbox-common-0.9.1-r2.ebuild
  Removed:              matchbox-common-0.9.1-r1.ebuild
                        matchbox-common-0.9.1.ebuild
  Log:
  Invalid header. Define RDEPEND.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  x11-wm/matchbox-common/matchbox-common-0.9.1-r2.ebuild

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
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
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

Index: matchbox-common-0.9.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/matchbox-common/matchbox-common-0.9.1-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- matchbox-common-0.9.1-r2.ebuild	14 Mar 2009 03:52:15 -0000	1.3
+++ matchbox-common-0.9.1-r2.ebuild	3 Aug 2009 10:49:43 -0000	1.4
@@ -1,30 +1,28 @@
-# Copyright 2006-2009 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 inherit eutils versionator
 
 DESCRIPTION="Common files used by matchbox-panel and matchbox-desktop packages"
 HOMEPAGE="http://matchbox-project.org/"
 SRC_URI="http://matchbox-project.org/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
+
 LICENSE="GPL-2"
 SLOT="0"
-
 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
 IUSE="pda"
 
-DEPEND=">=x11-libs/libmatchbox-1.1"
+RDEPEND=">=x11-libs/libmatchbox-1.1"
+DEPEND="${RDEPEND}"
 
 src_compile() {
-
-	econf $(use_enable pda pda-folders) \
-		|| die "Configuration failed"
-
-	emake || die "Compilation failed"
+	econf $(use_enable pda pda-folders)
+	emake || die "emake failed"
 }
 
 src_install() {
-	make DESTDIR="${D}" install || die "Installation failed"
+	emake DESTDIR="${D}" install || die "emake install failed"
 
 	# Insert our Xsession
 	echo -e "#!/bin/sh\n\nmatchbox-session" > "${T}"/matchbox






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-03 10:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-03 10:49 [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 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox