From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JqPIj-0000D3-NR for garchives@archives.gentoo.org; Mon, 28 Apr 2008 09:05:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC1F2E04C4; Mon, 28 Apr 2008 09:05:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 94B0FE04C4 for ; Mon, 28 Apr 2008 09:05:32 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 1BDEB671A5 for ; Mon, 28 Apr 2008 09:05:32 +0000 (UTC) Received: from zzam by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JqPIg-0002xR-LT for gentoo-commits@lists.gentoo.org; Mon, 28 Apr 2008 09:05:30 +0000 From: "Matthias Schwarzott (zzam)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zzam@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-weatherng: vdr-weatherng-0.0.8_pre3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: vdr-weatherng-0.0.8_pre3.ebuild ChangeLog X-VCS-Directories: media-plugins/vdr-weatherng X-VCS-Committer: zzam X-VCS-Committer-Name: Matthias Schwarzott Content-Type: text/plain; charset=utf8 Message-Id: Sender: Matthias Schwarzott Date: Mon, 28 Apr 2008 09:05:30 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 66a889e6-9e7b-49b6-abc3-1511e6383b04 X-Archives-Hash: 1ef6c199af3fbf59b787a7b48c18d3de zzam 08/04/28 09:05:30 Modified: vdr-weatherng-0.0.8_pre3.ebuild ChangeLog Log: Fixed quoting. (Portage version: 2.1.5_rc6) Revision Changes Path 1.9 media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3= .ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-= weatherng/vdr-weatherng-0.0.8_pre3.ebuild?rev=3D1.9&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-= weatherng/vdr-weatherng-0.0.8_pre3.ebuild?rev=3D1.9&content-type=3Dtext/p= lain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-= weatherng/vdr-weatherng-0.0.8_pre3.ebuild?r1=3D1.8&r2=3D1.9 Index: vdr-weatherng-0.0.8_pre3.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-weatherng/vdr-weather= ng-0.0.8_pre3.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- vdr-weatherng-0.0.8_pre3.ebuild 19 Sep 2007 16:02:31 -0000 1.8 +++ vdr-weatherng-0.0.8_pre3.ebuild 28 Apr 2008 09:05:30 -0000 1.9 @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-weatherng/vdr-weath= erng-0.0.8_pre3.ebuild,v 1.8 2007/09/19 16:02:31 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-weatherng/vdr-weath= erng-0.0.8_pre3.ebuild,v 1.9 2008/04/28 09:05:30 zzam Exp $ =20 inherit vdr-plugin eutils =20 @@ -24,7 +24,7 @@ VDR_CONFD_FILE=3D"${FILESDIR}/confd-0.0.8" VDR_RCADDON_FILE=3D"${FILESDIR}/rc-addon-0.0.8.sh" =20 -PATCHES=3D"${FILESDIR}/${P}-i18n-fix.diff" +PATCHES=3D("${FILESDIR}/${P}-i18n-fix.diff") =20 pkg_setup() { vdr-plugin_pkg_setup @@ -40,24 +40,24 @@ src_unpack() { vdr-plugin_src_unpack =20 - epatch ${FILESDIR}/${P}-gentoo.diff - epatch ${FILESDIR}/${P}-timeout.diff + epatch "${FILESDIR}/${P}-gentoo.diff" + epatch "${FILESDIR}/${P}-timeout.diff" =20 - use dxr3 && epatch ${FILESDIR}/${P}-dxr3.diff + use dxr3 && epatch "${FILESDIR}/${P}-dxr3.diff" } =20 src_install() { vdr-plugin_src_install =20 insinto /usr/share/vdr/weatherng/images - doins ${S}/images/*.png + doins "${S}"/images/*.png =20 diropts -m0755 -ovdr -gvdr dodir /var/vdr/${VDRPLUGIN} =20 insinto /var/vdr/${VDRPLUGIN} insopts -m755 -ovdr -gvdr - doins ${S}/examples/weatherng.sh + doins "${S}"/examples/weatherng.sh } =20 pkg_postinst() { 1.20 media-plugins/vdr-weatherng/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-= weatherng/ChangeLog?rev=3D1.20&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-= weatherng/ChangeLog?rev=3D1.20&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-= weatherng/ChangeLog?r1=3D1.19&r2=3D1.20 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-weatherng/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 19 Sep 2007 16:02:31 -0000 1.19 +++ ChangeLog 28 Apr 2008 09:05:30 -0000 1.20 @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/vdr-weatherng -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-weatherng/ChangeLog= ,v 1.19 2007/09/19 16:02:31 hd_brummy Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-weatherng/ChangeLog= ,v 1.20 2008/04/28 09:05:30 zzam Exp $ + + 28 Apr 2008; Matthias Schwarzott + vdr-weatherng-0.0.8_pre3.ebuild: + Fixed quoting. =20 19 Sep 2007; Joerg Bornkessel -files/vdr-weatherng-0.0.5.diff, --=20 gentoo-commits@lists.gentoo.org mailing list