summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-11-27 12:03:37 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-11-27 12:03:37 +0000
commitd19765ef5180bf94c837714fd66a0932a2c160ea (patch)
tree5b1ee9db92701d69e64a76b56251685f1bd9a452 /media-video/mplayer-bin
parentFixed quoting. (diff)
downloadgentoo-2-d19765ef5180bf94c837714fd66a0932a2c160ea.tar.gz
gentoo-2-d19765ef5180bf94c837714fd66a0932a2c160ea.tar.bz2
gentoo-2-d19765ef5180bf94c837714fd66a0932a2c160ea.zip
Fixed quoting.
(Portage version: 2.1.4_rc3)
Diffstat (limited to 'media-video/mplayer-bin')
-rw-r--r--media-video/mplayer-bin/ChangeLog6
-rw-r--r--media-video/mplayer-bin/mplayer-bin-1.0_pre8.ebuild4
-rw-r--r--media-video/mplayer-bin/mplayer-bin-1.0_rc1-r3.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/media-video/mplayer-bin/ChangeLog b/media-video/mplayer-bin/ChangeLog
index fa9569e49543..3679e74fe79f 100644
--- a/media-video/mplayer-bin/ChangeLog
+++ b/media-video/mplayer-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/mplayer-bin
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/ChangeLog,v 1.24 2007/07/02 15:23:16 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/ChangeLog,v 1.25 2007/11/27 12:03:37 zzam Exp $
+
+ 27 Nov 2007; Matthias Schwarzott <zzam@gentoo.org>
+ mplayer-bin-1.0_pre8.ebuild, mplayer-bin-1.0_rc1-r3.ebuild:
+ Fixed quoting.
02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org>
mplayer-bin-1.0_pre8.ebuild:
diff --git a/media-video/mplayer-bin/mplayer-bin-1.0_pre8.ebuild b/media-video/mplayer-bin/mplayer-bin-1.0_pre8.ebuild
index 235ca1d5096c..3cb5bca9b6bd 100644
--- a/media-video/mplayer-bin/mplayer-bin-1.0_pre8.ebuild
+++ b/media-video/mplayer-bin/mplayer-bin-1.0_pre8.ebuild
@@ -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-video/mplayer-bin/mplayer-bin-1.0_pre8.ebuild,v 1.4 2007/07/02 15:23:16 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/mplayer-bin-1.0_pre8.ebuild,v 1.5 2007/11/27 12:03:37 zzam Exp $
inherit multilib
@@ -36,7 +36,7 @@ pkg_setup() {
}
src_install() {
- cp -pPRvf ${WORKDIR}/* ${D}/
+ cp -pPRvf "${WORKDIR}"/* "${D}"/
dosym /opt/mplayer-bin/bin/mplayer-bin /opt/mplayer-bin/bin/gmplayer-bin
dosed dosed -e "s/gmplayer/gmplayer-bin/" /opt/mplayer-bin/share/applications/mplayer.desktop
dosym /opt/mplayer-bin/share/applications/mplayer.desktop /usr/share/applications/mplayer-bin.desktop
diff --git a/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r3.ebuild b/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r3.ebuild
index 13b6cb69fa51..8fa5787f0aaf 100644
--- a/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r3.ebuild
+++ b/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r3.ebuild
@@ -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-video/mplayer-bin/mplayer-bin-1.0_rc1-r3.ebuild,v 1.3 2007/06/05 12:22:56 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r3.ebuild,v 1.4 2007/11/27 12:03:37 zzam Exp $
inherit multilib eutils
@@ -36,7 +36,7 @@ pkg_setup() {
}
src_install() {
- cp -pPRvf ${WORKDIR}/* ${D}/
+ cp -pPRvf "${WORKDIR}"/* "${D}"/
dosym /opt/mplayer-bin/bin/mplayer-bin /opt/mplayer-bin/bin/gmplayer-bin
dosed dosed -e "s/gmplayer/gmplayer-bin/" /opt/mplayer-bin/share/applications/mplayer.desktop
dosym /opt/mplayer-bin/share/applications/mplayer.desktop /usr/share/applications/mplayer-bin.desktop