public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/videogen: videogen-0.32.ebuild
@ 2010-07-21 15:18 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-07-21 15:18 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/07/21 15:18:37

  Modified:             videogen-0.32.ebuild
  Log:
  fix quoting
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 x11-misc/videogen/videogen-0.32.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/videogen/videogen-0.32.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/videogen/videogen-0.32.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/videogen/videogen-0.32.ebuild?r1=1.12&r2=1.13

Index: videogen-0.32.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/videogen/videogen-0.32.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- videogen-0.32.ebuild	17 Oct 2007 06:48:14 -0000	1.12
+++ videogen-0.32.ebuild	21 Jul 2010 15:18:37 -0000	1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/videogen/videogen-0.32.ebuild,v 1.12 2007/10/17 06:48:14 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/videogen/videogen-0.32.ebuild,v 1.13 2010/07/21 15:18:37 ssuominen Exp $
 
 inherit toolchain-funcs
 
@@ -15,12 +15,12 @@
 
 src_unpack() {
 	unpack ${A}
-	sed -i 's:CFLAGS = :# CFLAGS = :' ${S}/Makefile
-	sed -i "s:CC = gcc:CC = $(tc-getCC):" ${S}/Makefile
+	sed -i 's:CFLAGS = :# CFLAGS = :' "${S}"/Makefile
+	sed -i "s:CC = gcc:CC = $(tc-getCC):" "${S}"/Makefile
 }
 
 src_install() {
-	dobin videogen
+	dobin videogen || die
 	doman videogen.1x
 	dodoc BUGS CHANGES README THANKS videogen.sample
 }






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

only message in thread, other threads:[~2010-07-21 15:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-21 15:18 [gentoo-commits] gentoo-x86 commit in x11-misc/videogen: videogen-0.32.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