Gentoo Archives: gentoo-commits

From: "Richard Yao (ryao)" <ryao@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/pipelight: pipelight-9999.ebuild ChangeLog
Date: Sat, 02 Aug 2014 03:35:42
Message-Id: 20140802033536.C463C2004E@flycatcher.gentoo.org
1 ryao 14/08/02 03:35:35
2
3 Modified: pipelight-9999.ebuild ChangeLog
4 Log:
5 Change sed command in response to build failure report from HyperJapan on the foonetic IRC network
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)
8
9 Revision Changes Path
10 1.4 www-plugins/pipelight/pipelight-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/pipelight/pipelight-9999.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/pipelight/pipelight-9999.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/pipelight/pipelight-9999.ebuild?r1=1.3&r2=1.4
15
16 Index: pipelight-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-plugins/pipelight/pipelight-9999.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- pipelight-9999.ebuild 31 Jul 2014 21:24:35 -0000 1.3
23 +++ pipelight-9999.ebuild 2 Aug 2014 03:35:35 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/pipelight/pipelight-9999.ebuild,v 1.3 2014/07/31 21:24:35 ryao Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/pipelight/pipelight-9999.ebuild,v 1.4 2014/08/02 03:35:35 ryao Exp $
29
30 EAPI=5
31
32 @@ -37,7 +37,7 @@
33 # does not support DESTDIR, so we use sed to adjust it before running it to
34 # properly duplicate the plugins.
35 # XXX: Patch the script to support DESTDIR and send the patch upstream.
36 - sed -e "s:^\(PIPELIGHT_LIBRARY_PATH=\"\)\\(.*\):\1${ED}\2:" \
37 + sed -e "s:^\(PIPELIGHT_LIBRARY_PATH=\"\)\\(.*\):\1${ED}usr/$(get_libdir)/${PN}\":" \
38 "${DESTDIR}/usr/bin/pipelight-plugin" > "${T}/pipelight-plugin" \
39 || die "Generating temporary pipelight-plugin failed"
40 chmod u+x "${T}/pipelight-plugin" \
41
42
43
44 1.4 www-plugins/pipelight/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/pipelight/ChangeLog?rev=1.4&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/pipelight/ChangeLog?rev=1.4&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/pipelight/ChangeLog?r1=1.3&r2=1.4
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/www-plugins/pipelight/ChangeLog,v
53 retrieving revision 1.3
54 retrieving revision 1.4
55 diff -u -r1.3 -r1.4
56 --- ChangeLog 31 Jul 2014 21:24:35 -0000 1.3
57 +++ ChangeLog 2 Aug 2014 03:35:35 -0000 1.4
58 @@ -1,6 +1,10 @@
59 # ChangeLog for www-plugins/pipelight
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/pipelight/ChangeLog,v 1.3 2014/07/31 21:24:35 ryao Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/pipelight/ChangeLog,v 1.4 2014/08/02 03:35:35 ryao Exp $
63 +
64 + 02 Aug 2014; Richard Yao <ryao@g.o> pipelight-9999.ebuild:
65 + Change sed command in response to build failure report from HyperJapan on the
66 + foonetic IRC network
67
68 31 Jul 2014; Richard Yao <ryao@g.o> pipelight-9999.ebuild:
69 Provide link to upstream user agent tutorial