mrueg       15/03/11 17:28:14

  Modified:             rtorrent-0.9.3.ebuild ChangeLog
  Log:
  Fix unquoted variable.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.9                  net-p2p/rtorrent/rtorrent-0.9.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/rtorrent/rtorrent-0.9.3.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/rtorrent/rtorrent-0.9.3.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/rtorrent/rtorrent-0.9.3.ebuild?r1=1.8&r2=1.9

Index: rtorrent-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.9.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rtorrent-0.9.3.ebuild       2 Nov 2014 09:28:15 -0000       1.8
+++ rtorrent-0.9.3.ebuild       11 Mar 2015 17:28:14 -0000      1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.9.3.ebuild,v 
1.8 2014/11/02 09:28:15 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.9.3.ebuild,v 
1.9 2015/03/11 17:28:14 mrueg Exp $
 
 EAPI=4
 
@@ -35,7 +35,7 @@
        epatch "${FILESDIR}"/${PN}-0.9.1-ncurses.patch
 
        # upstream forgot to include
-       cp ${FILESDIR}/rtorrent.1 ${S}/doc/ || die
+       cp "${FILESDIR}"/rtorrent.1 "${S}"/doc/ || die
 }
 
 src_configure() {



1.195                net-p2p/rtorrent/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/rtorrent/ChangeLog?rev=1.195&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/rtorrent/ChangeLog?rev=1.195&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/rtorrent/ChangeLog?r1=1.194&r2=1.195

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- ChangeLog   11 Mar 2015 17:26:45 -0000      1.194
+++ ChangeLog   11 Mar 2015 17:28:14 -0000      1.195
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/rtorrent
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.194 
2015/03/11 17:26:45 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.195 
2015/03/11 17:28:14 mrueg Exp $
+
+  11 Mar 2015; Manuel Rüger <[email protected]> rtorrent-0.9.3.ebuild:
+  Fix unquoted variable.
 
   11 Mar 2015; Manuel Rüger <[email protected]> -rtorrent-0.9.1.ebuild,
   -rtorrent-0.9.2.ebuild:




Reply via email to