public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/effectv: effectv-0.3.11.ebuild effectv-0.3.10.ebuild ChangeLog
@ 2007-11-27 12:00 Matthias Schwarzott (zzam)
  0 siblings, 0 replies; only message in thread
From: Matthias Schwarzott (zzam) @ 2007-11-27 12:00 UTC (permalink / raw
  To: gentoo-commits

zzam        07/11/27 12:00:34

  Modified:             effectv-0.3.11.ebuild effectv-0.3.10.ebuild
                        ChangeLog
  Log:
  Fixed quoting.
  (Portage version: 2.1.4_rc3)

Revision  Changes    Path
1.3                  media-video/effectv/effectv-0.3.11.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/effectv-0.3.11.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/effectv-0.3.11.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/effectv-0.3.11.ebuild?r1=1.2&r2=1.3

Index: effectv-0.3.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/effectv/effectv-0.3.11.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- effectv-0.3.11.ebuild	12 Jul 2007 02:40:42 -0000	1.2
+++ effectv-0.3.11.ebuild	27 Nov 2007 12:00:34 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/effectv/effectv-0.3.11.ebuild,v 1.2 2007/07/12 02:40:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/effectv/effectv-0.3.11.ebuild,v 1.3 2007/11/27 12:00:34 zzam Exp $
 
 inherit eutils toolchain-funcs
 
@@ -16,7 +16,7 @@
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
+	cd "${S}"
 	epatch "${FILESDIR}/${PN}-0.3.10-makefile.patch"
 	epatch "${FILESDIR}/${PN}-0.3.10-trunc-name-collision.patch"
 	epatch "${FILESDIR}/${P}-timedist.patch"



1.5                  media-video/effectv/effectv-0.3.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/effectv-0.3.10.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/effectv-0.3.10.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/effectv-0.3.10.ebuild?r1=1.4&r2=1.5

Index: effectv-0.3.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/effectv/effectv-0.3.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- effectv-0.3.10.ebuild	12 Jul 2007 02:40:42 -0000	1.4
+++ effectv-0.3.10.ebuild	27 Nov 2007 12:00:34 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/effectv/effectv-0.3.10.ebuild,v 1.4 2007/07/12 02:40:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/effectv/effectv-0.3.10.ebuild,v 1.5 2007/11/27 12:00:34 zzam Exp $
 
 inherit eutils toolchain-funcs
 
@@ -16,7 +16,7 @@
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
+	cd "${S}"
 	epatch "${FILESDIR}/${P}-makefile.patch"
 	epatch "${FILESDIR}/${P}-trunc-name-collision.patch"
 }



1.5                  media-video/effectv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/effectv/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/effectv/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	15 Sep 2006 20:34:08 -0000	1.4
+++ ChangeLog	27 Nov 2007 12:00:34 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/effectv
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/effectv/ChangeLog,v 1.4 2006/09/15 20:34:08 zzam Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/effectv/ChangeLog,v 1.5 2007/11/27 12:00:34 zzam Exp $
+
+  27 Nov 2007; Matthias Schwarzott <zzam@gentoo.org> effectv-0.3.10.ebuild,
+  effectv-0.3.11.ebuild:
+  Fixed quoting.
 
 *effectv-0.3.11 (15 Sep 2006)
 



-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2007-11-27 12:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-27 12:00 [gentoo-commits] gentoo-x86 commit in media-video/effectv: effectv-0.3.11.ebuild effectv-0.3.10.ebuild ChangeLog Matthias Schwarzott (zzam)

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