Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/xdsgui: xdsgui-0_p130530.ebuild ChangeLog
Date: Thu, 30 May 2013 09:46:33
Message-Id: 20130530094627.34D8A2171D@flycatcher.gentoo.org
1 jlec 13/05/30 09:46:27
2
3 Modified: xdsgui-0_p130530.ebuild ChangeLog
4 Log:
5 sci-chemistry/xdsgui: Block QA Warning as package is prebuilt, add missing deo
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
8
9 Revision Changes Path
10 1.2 sci-chemistry/xdsgui/xdsgui-0_p130530.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xdsgui/xdsgui-0_p130530.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xdsgui/xdsgui-0_p130530.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xdsgui/xdsgui-0_p130530.ebuild?r1=1.1&r2=1.2
15
16 Index: xdsgui-0_p130530.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/xdsgui/xdsgui-0_p130530.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- xdsgui-0_p130530.ebuild 30 May 2013 09:14:15 -0000 1.1
23 +++ xdsgui-0_p130530.ebuild 30 May 2013 09:46:27 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xdsgui/xdsgui-0_p130530.ebuild,v 1.1 2013/05/30 09:14:15 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xdsgui/xdsgui-0_p130530.ebuild,v 1.2 2013/05/30 09:46:27 jlec Exp $
29
30 EAPI=5
31
32 @@ -20,9 +20,14 @@
33 dev-qt/qtgui:4
34 dev-util/xxdiff
35 sci-chemistry/xds-bin
36 + sci-chemistry/xdsstat-bin
37 sci-visualization/xds-viewer"
38 DEPEND=""
39
40 +S="${WORKDIR}"
41 +
42 +QA_PREBUILT="opt/bin/*"
43 +
44 src_unpack() {
45 if use amd64; then
46 cp -rf "${DISTDIR}"/${P}.64 ${PN} || die
47 @@ -33,5 +38,5 @@
48
49 src_install() {
50 exeinto /opt/bin
51 - dobin ${PN}
52 + doexe ${PN}
53 }
54
55
56
57 1.2 sci-chemistry/xdsgui/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xdsgui/ChangeLog?rev=1.2&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xdsgui/ChangeLog?rev=1.2&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/xdsgui/ChangeLog?r1=1.1&r2=1.2
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/xdsgui/ChangeLog,v
66 retrieving revision 1.1
67 retrieving revision 1.2
68 diff -u -r1.1 -r1.2
69 --- ChangeLog 30 May 2013 09:14:15 -0000 1.1
70 +++ ChangeLog 30 May 2013 09:46:27 -0000 1.2
71 @@ -1,6 +1,12 @@
72 # ChangeLog for sci-chemistry/xdsgui
73 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xdsgui/ChangeLog,v 1.1 2013/05/30 09:14:15 jlec Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xdsgui/ChangeLog,v 1.2 2013/05/30 09:46:27 jlec Exp $
76 +
77 + 30 May 2013; Justin Lecher <jlec@g.o> xdsgui-0_p130530.ebuild:
78 + Block QA Warning as package is prebuilt, add missing deo
79 +
80 + 30 May 2013; Justin Lecher <jlec@g.o> xdsgui-0_p130530.ebuild:
81 + Block QA Warning as package is prebuilt, add missing deo
82
83 *xdsgui-0_p130530 (30 May 2013)