public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-radio: vdr-radio-0.2.2.ebuild vdr-radio-0.2.3.ebuild ChangeLog vdr-radio-0.2.0.ebuild vdr-radio-0.2.4.ebuild vdr-radio-0.1.4.ebuild vdr-radio-0.2.1.ebuild
@ 2007-10-19 12:09 Matthias Schwarzott (zzam)
  0 siblings, 0 replies; only message in thread
From: Matthias Schwarzott (zzam) @ 2007-10-19 12:09 UTC (permalink / raw
  To: gentoo-commits

zzam        07/10/19 12:09:39

  Modified:             vdr-radio-0.2.2.ebuild vdr-radio-0.2.3.ebuild
                        ChangeLog vdr-radio-0.2.0.ebuild
                        vdr-radio-0.2.4.ebuild vdr-radio-0.1.4.ebuild
                        vdr-radio-0.2.1.ebuild
  Log:
  Setting permissions with diropts instead of manual chown.
  (Portage version: 2.1.3.15)

Revision  Changes    Path
1.2                  media-plugins/vdr-radio/vdr-radio-0.2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.2.ebuild?r1=1.1&r2=1.2

Index: vdr-radio-0.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdr-radio-0.2.2.ebuild	14 Aug 2007 18:52:00 -0000	1.1
+++ vdr-radio-0.2.2.ebuild	19 Oct 2007 12:09:38 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.2.ebuild,v 1.1 2007/08/14 18:52:00 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.2.ebuild,v 1.2 2007/10/19 12:09:38 zzam Exp $
 
 inherit vdr-plugin eutils
 
@@ -21,10 +21,10 @@
 	vdr-plugin_src_install
 
 	insinto /usr/share/vdr/radio
-	doins ${S}/mpegstill/rtext*
+	doins "${S}"/mpegstill/rtext*
 	dosym rtextOben-kleo2-live.mpg /usr/share/vdr/radio/radio.mpg
 	dosym rtextOben-kleo2-replay.mpg /usr/share/vdr/radio/replay.mpg
 
 	keepdir "/var/cache/vdr-radio"
-	chown -R vdr:vdr ${D}/var/cache/vdr-radio
+	chown -R vdr:vdr "${D}"/var/cache/vdr-radio
 }



1.2                  media-plugins/vdr-radio/vdr-radio-0.2.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.3.ebuild?r1=1.1&r2=1.2

Index: vdr-radio-0.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdr-radio-0.2.3.ebuild	19 Sep 2007 16:36:55 -0000	1.1
+++ vdr-radio-0.2.3.ebuild	19 Oct 2007 12:09:38 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.3.ebuild,v 1.1 2007/09/19 16:36:55 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.3.ebuild,v 1.2 2007/10/19 12:09:38 zzam Exp $
 
 inherit vdr-plugin eutils
 
@@ -20,7 +20,7 @@
 src_install() {
 	vdr-plugin_src_install
 
-	cd ${S}/config
+	cd "${S}"/config
 
 	insinto /usr/share/vdr/radio
 	doins mpegstill/rtext*
@@ -31,5 +31,5 @@
 	doexe scripts/radioinfo*
 
 	keepdir "/var/cache/vdr-radio"
-	chown -R vdr:vdr ${D}/var/cache/vdr-radio
+	chown -R vdr:vdr "${D}"/var/cache/vdr-radio
 }



1.19                 media-plugins/vdr-radio/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-radio/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-radio/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-radio/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-radio/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	9 Oct 2007 17:38:38 -0000	1.18
+++ ChangeLog	19 Oct 2007 12:09:38 -0000	1.19
@@ -1,6 +1,11 @@
 # ChangeLog for media-plugins/vdr-radio
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-radio/ChangeLog,v 1.18 2007/10/09 17:38:38 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-radio/ChangeLog,v 1.19 2007/10/19 12:09:38 zzam Exp $
+
+  19 Oct 2007; Matthias Schwarzott <zzam@gentoo.org> vdr-radio-0.1.4.ebuild,
+  vdr-radio-0.2.0.ebuild, vdr-radio-0.2.1.ebuild, vdr-radio-0.2.2.ebuild,
+  vdr-radio-0.2.3.ebuild, vdr-radio-0.2.4.ebuild:
+  Setting permissions with diropts instead of manual chown.
 
 *vdr-radio-0.2.4 (09 Oct 2007)
 



1.4                  media-plugins/vdr-radio/vdr-radio-0.2.0.ebuild

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

Index: vdr-radio-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vdr-radio-0.2.0.ebuild	25 Mar 2007 18:18:57 -0000	1.3
+++ vdr-radio-0.2.0.ebuild	19 Oct 2007 12:09:38 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.0.ebuild,v 1.3 2007/03/25 18:18:57 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.0.ebuild,v 1.4 2007/10/19 12:09:38 zzam Exp $
 
 inherit vdr-plugin eutils
 
@@ -23,10 +23,10 @@
 	vdr-plugin_src_install
 
 	insinto /usr/share/vdr/radio
-	doins ${S}/mpegstill/rtext*
+	doins "${S}"/mpegstill/rtext*
 	dosym rtextOben-kleo2-live.mpg /usr/share/vdr/radio/radio.mpg
 	dosym rtextOben-kleo2-replay.mpg /usr/share/vdr/radio/replay.mpg
 
 	keepdir "/var/cache/vdr-radio"
-	chown -R vdr:vdr ${D}/var/cache/vdr-radio
+	chown -R vdr:vdr "${D}"/var/cache/vdr-radio
 }



1.2                  media-plugins/vdr-radio/vdr-radio-0.2.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.4.ebuild?r1=1.1&r2=1.2

Index: vdr-radio-0.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdr-radio-0.2.4.ebuild	9 Oct 2007 17:38:38 -0000	1.1
+++ vdr-radio-0.2.4.ebuild	19 Oct 2007 12:09:38 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.4.ebuild,v 1.1 2007/10/09 17:38:38 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.4.ebuild,v 1.2 2007/10/19 12:09:38 zzam Exp $
 
 inherit vdr-plugin eutils
 
@@ -30,6 +30,6 @@
 	exeinto /usr/share/vdr/radio
 	doexe scripts/radioinfo*
 
+	diropts -m 755 -o vdr -g vdr
 	keepdir "/var/cache/vdr-radio"
-	chown -R vdr:vdr "${D}"/var/cache/vdr-radio
 }



1.3                  media-plugins/vdr-radio/vdr-radio-0.1.4.ebuild

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

Index: vdr-radio-0.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.1.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vdr-radio-0.1.4.ebuild	16 Nov 2006 09:52:11 -0000	1.2
+++ vdr-radio-0.1.4.ebuild	19 Oct 2007 12:09:38 -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-plugins/vdr-radio/vdr-radio-0.1.4.ebuild,v 1.2 2006/11/16 09:52:11 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.1.4.ebuild,v 1.3 2007/10/19 12:09:38 zzam Exp $
 
 inherit vdr-plugin eutils
 
@@ -19,7 +19,7 @@
 	vdr-plugin_src_install
 
 	insinto /usr/share/vdr/radio
-	doins ${S}/mpegstill/rtext*
+	doins "${S}"/mpegstill/rtext*
 	dosym rtextOben-kleo2-live.mpg /usr/share/vdr/radio/radio.mpg
 	dosym rtextOben-kleo2-replay.mpg /usr/share/vdr/radio/replay.mpg
 }



1.3                  media-plugins/vdr-radio/vdr-radio-0.2.1.ebuild

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

Index: vdr-radio-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vdr-radio-0.2.1.ebuild	3 Aug 2007 17:20:57 -0000	1.2
+++ vdr-radio-0.2.1.ebuild	19 Oct 2007 12:09:38 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.1.ebuild,v 1.2 2007/08/03 17:20:57 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-radio/vdr-radio-0.2.1.ebuild,v 1.3 2007/10/19 12:09:38 zzam Exp $
 
 inherit vdr-plugin eutils
 
@@ -21,10 +21,10 @@
 	vdr-plugin_src_install
 
 	insinto /usr/share/vdr/radio
-	doins ${S}/mpegstill/rtext*
+	doins "${S}"/mpegstill/rtext*
 	dosym rtextOben-kleo2-live.mpg /usr/share/vdr/radio/radio.mpg
 	dosym rtextOben-kleo2-replay.mpg /usr/share/vdr/radio/replay.mpg
 
 	keepdir "/var/cache/vdr-radio"
-	chown -R vdr:vdr ${D}/var/cache/vdr-radio
+	chown -R vdr:vdr "${D}"/var/cache/vdr-radio
 }



-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2007-10-19 12:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-19 12:09 [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-radio: vdr-radio-0.2.2.ebuild vdr-radio-0.2.3.ebuild ChangeLog vdr-radio-0.2.0.ebuild vdr-radio-0.2.4.ebuild vdr-radio-0.1.4.ebuild vdr-radio-0.2.1.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