ryao        14/08/03 22:41:19

  Modified:             pipelight-9999.ebuild ChangeLog
  Log:
  Fix mistake that used $DESTDIR instead of $ED. Thanks Michael. Bug #481596 
Comment #46
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xBEE84C64)

Revision  Changes    Path
1.5                  www-plugins/pipelight/pipelight-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/pipelight/pipelight-9999.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/pipelight/pipelight-9999.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/pipelight/pipelight-9999.ebuild?r1=1.4&r2=1.5

Index: pipelight-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/pipelight/pipelight-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pipelight-9999.ebuild       2 Aug 2014 03:35:35 -0000       1.4
+++ pipelight-9999.ebuild       3 Aug 2014 22:41:19 -0000       1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/pipelight/pipelight-9999.ebuild,v 1.4 
2014/08/02 03:35:35 ryao Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/pipelight/pipelight-9999.ebuild,v 1.5 
2014/08/03 22:41:19 ryao Exp $
 
 EAPI=5
 
@@ -38,7 +38,7 @@
        # properly duplicate the plugins.
        # XXX: Patch the script to support DESTDIR and send the patch upstream.
        sed -e 
"s:^\(PIPELIGHT_LIBRARY_PATH=\"\)\\(.*\):\1${ED}usr/$(get_libdir)/${PN}\":" \
-               "${DESTDIR}/usr/bin/pipelight-plugin" > "${T}/pipelight-plugin" 
\
+               "${ED}/usr/bin/pipelight-plugin" > "${T}/pipelight-plugin" \
                || die "Generating temporary pipelight-plugin failed"
        chmod u+x "${T}/pipelight-plugin" \
                || die "Setting permissions on temporary pipelight-plugin 
failed"



1.5                  www-plugins/pipelight/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/pipelight/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/pipelight/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/pipelight/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/pipelight/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   2 Aug 2014 03:35:35 -0000       1.4
+++ ChangeLog   3 Aug 2014 22:41:19 -0000       1.5
@@ -1,6 +1,10 @@
 # ChangeLog for www-plugins/pipelight
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/pipelight/ChangeLog,v 1.4 
2014/08/02 03:35:35 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/pipelight/ChangeLog,v 1.5 
2014/08/03 22:41:19 ryao Exp $
+
+  04 Aug 2014; Richard Yao <[email protected]> pipelight-9999.ebuild:
+  Fix mistake that used $DESTDIR instead of $ED. Thanks Michael. Bug #481596
+  Comment #46
 
   02 Aug 2014; Richard Yao <[email protected]> pipelight-9999.ebuild:
   Change sed command in response to build failure report from HyperJapan on the




Reply via email to