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

zzam        07/11/27 12:34:23

  Modified:             ChangeLog nemesi-0.5.1.ebuild nemesi-0.5.2.ebuild
                        nemesi-0.5.3.ebuild nemesi-0.4.0.ebuild
                        nemesi-0.5.0.ebuild
  Log:
  Fixed quoting.
  (Portage version: 2.1.4_rc3)

Revision  Changes    Path
1.11                 media-video/nemesi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/nemesi/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	22 Feb 2007 01:52:22 -0000	1.10
+++ ChangeLog	27 Nov 2007 12:34:23 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/nemesi
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/nemesi/ChangeLog,v 1.10 2007/02/22 01:52:22 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/nemesi/ChangeLog,v 1.11 2007/11/27 12:34:23 zzam Exp $
+
+  27 Nov 2007; Matthias Schwarzott <zzam@gentoo.org> nemesi-0.4.0.ebuild,
+  nemesi-0.5.0.ebuild, nemesi-0.5.1.ebuild, nemesi-0.5.2.ebuild,
+  nemesi-0.5.3.ebuild:
+  Fixed quoting.
 
   22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.



1.6                  media-video/nemesi/nemesi-0.5.1.ebuild

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

Index: nemesi-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.5.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nemesi-0.5.1.ebuild	7 Mar 2006 16:46:40 -0000	1.5
+++ nemesi-0.5.1.ebuild	27 Nov 2007 12:34:23 -0000	1.6
@@ -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/nemesi/nemesi-0.5.1.ebuild,v 1.5 2006/03/07 16:46:40 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.5.1.ebuild,v 1.6 2007/11/27 12:34:23 zzam Exp $
 
 DESCRIPTION="Tiny rtsp client"
 HOMEPAGE="http://streaming.polito.it/"
@@ -20,7 +20,7 @@
 
 src_unpack(){
 	unpack ${A}
-	cd ${S}
+	cd "${S}"
 	#./autogen.sh
 	 sed -i -e"s:-mcpu=i486::g" -e "s:-march=i386::g" configure
 }
@@ -34,5 +34,5 @@
 }
 
 src_install() {
-	make DESTDIR=${D} install || die
+	make DESTDIR="${D}" install || die
 }



1.5                  media-video/nemesi/nemesi-0.5.2.ebuild

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

Index: nemesi-0.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.5.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nemesi-0.5.2.ebuild	7 Mar 2006 16:46:40 -0000	1.4
+++ nemesi-0.5.2.ebuild	27 Nov 2007 12:34:23 -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/nemesi/nemesi-0.5.2.ebuild,v 1.4 2006/03/07 16:46:40 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.5.2.ebuild,v 1.5 2007/11/27 12:34:23 zzam Exp $
 
 DESCRIPTION="Tiny rtsp client"
 HOMEPAGE="http://streaming.polito.it/"
@@ -20,7 +20,7 @@
 
 src_unpack(){
 	unpack ${A}
-	cd ${S}
+	cd "${S}"
 	#./autogen.sh
 	 sed -i -e"s:-mcpu=i486::g" -e "s:-march=i386::g" configure
 }
@@ -34,5 +34,5 @@
 }
 
 src_install() {
-	make DESTDIR=${D} install || die
+	make DESTDIR="${D}" install || die
 }



1.4                  media-video/nemesi/nemesi-0.5.3.ebuild

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

Index: nemesi-0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.5.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nemesi-0.5.3.ebuild	7 Mar 2006 16:46:40 -0000	1.3
+++ nemesi-0.5.3.ebuild	27 Nov 2007 12:34:23 -0000	1.4
@@ -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/nemesi/nemesi-0.5.3.ebuild,v 1.3 2006/03/07 16:46:40 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.5.3.ebuild,v 1.4 2007/11/27 12:34:23 zzam Exp $
 
 DESCRIPTION="Tiny rtsp client"
 HOMEPAGE="http://streaming.polito.it/"
@@ -20,7 +20,7 @@
 
 src_unpack(){
 	unpack ${A}
-	cd ${S}
+	cd "${S}"
 	#./autogen.sh
 	 sed -i -e"s:-mcpu=i486::g" -e "s:-march=i386::g" configure
 }
@@ -34,5 +34,5 @@
 }
 
 src_install() {
-	make DESTDIR=${D} install || die
+	make DESTDIR="${D}" install || die
 }



1.5                  media-video/nemesi/nemesi-0.4.0.ebuild

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

Index: nemesi-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.4.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nemesi-0.4.0.ebuild	8 Feb 2005 11:40:19 -0000	1.4
+++ nemesi-0.4.0.ebuild	27 Nov 2007 12:34:23 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/nemesi/nemesi-0.4.0.ebuild,v 1.4 2005/02/08 11:40:19 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.4.0.ebuild,v 1.5 2007/11/27 12:34:23 zzam Exp $
 
 DESCRIPTION="Tiny rtsp client"
 HOMEPAGE="http://streaming.polito.it/"
@@ -20,7 +20,7 @@
 
 src_unpack(){
 	unpack ${A}
-	cd ${S}
+	cd "${S}"
 	#./autogen.sh
 	 sed -i -e"s:-mcpu=i486::g" configure
 }
@@ -34,5 +34,5 @@
 }
 
 src_install() {
-	make DESTDIR=${D} install || die
+	make DESTDIR="${D}" install || die
 }



1.5                  media-video/nemesi/nemesi-0.5.0.ebuild

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

Index: nemesi-0.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.5.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nemesi-0.5.0.ebuild	7 Mar 2006 16:46:40 -0000	1.4
+++ nemesi-0.5.0.ebuild	27 Nov 2007 12:34:23 -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/nemesi/nemesi-0.5.0.ebuild,v 1.4 2006/03/07 16:46:40 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.5.0.ebuild,v 1.5 2007/11/27 12:34:23 zzam Exp $
 
 DESCRIPTION="Tiny rtsp client"
 HOMEPAGE="http://streaming.polito.it/"
@@ -20,7 +20,7 @@
 
 src_unpack(){
 	unpack ${A}
-	cd ${S}
+	cd "${S}"
 	#./autogen.sh
 	 sed -i -e"s:-mcpu=i486::g" configure
 }
@@ -34,5 +34,5 @@
 }
 
 src_install() {
-	make DESTDIR=${D} install || die
+	make DESTDIR="${D}" install || die
 }



-- 
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:45 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:34 [gentoo-commits] gentoo-x86 commit in media-video/nemesi: ChangeLog nemesi-0.5.1.ebuild nemesi-0.5.2.ebuild nemesi-0.5.3.ebuild nemesi-0.4.0.ebuild nemesi-0.5.0.ebuild 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