public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-pda/synce-libsynce: synce-libsynce-0.9.1.ebuild
@ 2010-11-04 20:11 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-11-04 20:11 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/11/04 20:11:17

  Modified:             synce-libsynce-0.9.1.ebuild
  Log:
  Remove unused file wrt #344163. Fix quoting.
  
  (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  app-pda/synce-libsynce/synce-libsynce-0.9.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/synce-libsynce/synce-libsynce-0.9.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/synce-libsynce/synce-libsynce-0.9.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/synce-libsynce/synce-libsynce-0.9.1.ebuild?r1=1.7&r2=1.8

Index: synce-libsynce-0.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/synce-libsynce-0.9.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- synce-libsynce-0.9.1.ebuild	5 Aug 2009 23:29:55 -0000	1.7
+++ synce-libsynce-0.9.1.ebuild	4 Nov 2010 20:11:17 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/synce-libsynce-0.9.1.ebuild,v 1.7 2009/08/05 23:29:55 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/synce-libsynce-0.9.1.ebuild,v 1.8 2010/11/04 20:11:17 ssuominen Exp $
 
 inherit eutils
 
@@ -13,16 +13,17 @@
 KEYWORDS="~amd64 ~ia64 ppc x86"
 IUSE=""
 
-DEPEND=">=dev-libs/check-0.8.3.1"
+RDEPEND=">=dev-libs/check-0.8.3.1"
+DEPEND="${RDEPEND}"
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
+	cd "${S}"
 
-	epatch ${FILESDIR}/${P}-amd64.patch
+	epatch "${FILESDIR}"/${P}-amd64.patch
 }
 
 src_install() {
-	make DESTDIR=${D} install || die
+	make DESTDIR="${D}" install || die
 	dodoc README
 }






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

only message in thread, other threads:[~2010-11-04 20:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-04 20:11 [gentoo-commits] gentoo-x86 commit in app-pda/synce-libsynce: synce-libsynce-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