Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-qt/qcustomplot: qcustomplot-1.2.1.ebuild ChangeLog
Date: Sun, 28 Sep 2014 14:48:53
Message-Id: 20140928144847.D0FFB671D@oystercatcher.gentoo.org
1 jlec 14/09/28 14:48:47
2
3 Modified: qcustomplot-1.2.1.ebuild ChangeLog
4 Log:
5 dev-qt/qcustomplot: Install header
6
7 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.2 dev-qt/qcustomplot/qcustomplot-1.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qcustomplot/qcustomplot-1.2.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qcustomplot/qcustomplot-1.2.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qcustomplot/qcustomplot-1.2.1.ebuild?r1=1.1&r2=1.2
15
16 Index: qcustomplot-1.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-qt/qcustomplot/qcustomplot-1.2.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- qcustomplot-1.2.1.ebuild 28 Sep 2014 14:37:01 -0000 1.1
23 +++ qcustomplot-1.2.1.ebuild 28 Sep 2014 14:48:47 -0000 1.2
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/dev-qt/qcustomplot/qcustomplot-1.2.1.ebuild,v 1.1 2014/09/28 14:37:01 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qcustomplot/qcustomplot-1.2.1.ebuild,v 1.2 2014/09/28 14:48:47 jlec Exp $
29
30 EAPI=5
31
32 @@ -34,5 +34,6 @@
33
34 src_install() {
35 dolib.so lib${PN}*
36 + doheader ${PN}.h
37 dodoc changelog.txt
38 }
39
40
41
42 1.2 dev-qt/qcustomplot/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qcustomplot/ChangeLog?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qcustomplot/ChangeLog?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qcustomplot/ChangeLog?r1=1.1&r2=1.2
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-qt/qcustomplot/ChangeLog,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- ChangeLog 28 Sep 2014 14:37:01 -0000 1.1
55 +++ ChangeLog 28 Sep 2014 14:48:47 -0000 1.2
56 @@ -1,6 +1,9 @@
57 # ChangeLog for dev-qt/qcustomplot
58 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qcustomplot/ChangeLog,v 1.1 2014/09/28 14:37:01 jlec Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qcustomplot/ChangeLog,v 1.2 2014/09/28 14:48:47 jlec Exp $
61 +
62 + 28 Sep 2014; Justin Lecher <jlec@g.o> qcustomplot-1.2.1.ebuild:
63 + Install header
64
65 *qcustomplot-1.2.1 (28 Sep 2014)