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-libs/qcustomplot: metadata.xml qcustomplot-1.2.1.ebuild ChangeLog
Date: Mon, 29 Sep 2014 07:17:30
Message-Id: 20140929071726.70D142E7@oystercatcher.gentoo.org
1 jlec 14/09/29 07:17:26
2
3 Added: metadata.xml qcustomplot-1.2.1.ebuild ChangeLog
4 Log:
5 dev-libs/qcustomplot: Move to new Cat
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.1 dev-libs/qcustomplot/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qcustomplot/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qcustomplot/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>qt</herd>
21 <maintainer>
22 <email>jlec@g.o</email>
23 </maintainer>
24 </pkgmetadata>
25
26
27
28 1.1 dev-libs/qcustomplot/qcustomplot-1.2.1.ebuild
29
30 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qcustomplot/qcustomplot-1.2.1.ebuild?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qcustomplot/qcustomplot-1.2.1.ebuild?rev=1.1&content-type=text/plain
32
33 Index: qcustomplot-1.2.1.ebuild
34 ===================================================================
35 # Copyright 1999-2014 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 # $Header: /var/cvsroot/gentoo-x86/dev-libs/qcustomplot/qcustomplot-1.2.1.ebuild,v 1.1 2014/09/29 07:17:26 jlec Exp $
38
39 EAPI=5
40
41 inherit qt4-r2
42
43 DESCRIPTION="Qt C++ widget for plotting and data visualization"
44 HOMEPAGE="http://www.qcustomplot.com/"
45 SRC_URI="
46 http://www.qcustomplot.com/release/${PV}/QCustomPlot-sharedlib.tar.gz -> ${PN}-sharedlib-${PV}.tar.gz
47 http://www.qcustomplot.com/release/${PV}/QCustomPlot-source.tar.gz -> ${PN}-source-${PV}.tar.gz"
48
49 SLOT="0"
50 LICENSE="GPL-3"
51 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
52 IUSE=""
53
54 RDEPEND="
55 dev-qt/qtcore:4
56 dev-qt/qtgui:4"
57 DEPEND="${RDEPEND}"
58
59 S="${WORKDIR}"/${PN}-source
60
61 src_prepare() {
62 sed \
63 -e 's:../../::g' \
64 -e '/CONFIG/s:shared.*:shared:g' \
65 "${WORKDIR}"/${PN}-sharedlib/sharedlib-compilation/sharedlib-compilation.pro > ${PN}.pro || die
66 qt4-r2_src_prepare
67 }
68
69 src_install() {
70 dolib.so lib${PN}*
71 doheader ${PN}.h
72 dodoc changelog.txt
73 }
74
75
76
77 1.1 dev-libs/qcustomplot/ChangeLog
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qcustomplot/ChangeLog?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qcustomplot/ChangeLog?rev=1.1&content-type=text/plain
81
82 Index: ChangeLog
83 ===================================================================
84 # ChangeLog for dev-libs/qcustomplot
85 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
86 # $Header: /var/cvsroot/gentoo-x86/dev-libs/qcustomplot/ChangeLog,v 1.1 2014/09/29 07:17:26 jlec Exp $
87
88 29 Sep 2014; Justin Lecher <jlec@g.o> +qcustomplot-1.2.1.ebuild,
89 +metadata.xml:
90 Move to new Cat
91
92 28 Sep 2014; Justin Lecher <jlec@g.o> qcustomplot-1.2.1.ebuild:
93 Install header
94
95 *qcustomplot-1.2.1 (28 Sep 2014)
96
97 28 Sep 2014; Justin Lecher <jlec@g.o> +qcustomplot-1.2.1.ebuild,
98 +metadata.xml:
99 New addition, written by me