Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qcustomplot/
Date: Fri, 19 Feb 2016 13:47:29
Message-Id: 1455889634.2102beb8aba20a7749234c25c54d99f8840b7b39.kensington@gentoo
1 commit: 2102beb8aba20a7749234c25c54d99f8840b7b39
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 19 13:47:02 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 19 13:47:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2102beb8
7
8 dev-libs/qcustomplot: remove old
9
10 Package-Manager: portage-2.2.27
11
12 dev-libs/qcustomplot/Manifest | 2 --
13 dev-libs/qcustomplot/qcustomplot-1.3.1.ebuild | 51 ---------------------------
14 2 files changed, 53 deletions(-)
15
16 diff --git a/dev-libs/qcustomplot/Manifest b/dev-libs/qcustomplot/Manifest
17 index 03410ce..fa7b3a1 100644
18 --- a/dev-libs/qcustomplot/Manifest
19 +++ b/dev-libs/qcustomplot/Manifest
20 @@ -1,4 +1,2 @@
21 -DIST qcustomplot-sharedlib-1.3.1.tar.gz 1926 SHA256 214b4dc82c612822b46976159864cc34732ebf0ce717bbe6d930760374344495 SHA512 1debdffed022dd3cd419d0a928176b6b0b1365739feaf8ca69458a9c6e16aa64c95d9b68eed2cde0699d7ab82e5dd66bcff8bbdb2f26e4a14e3186b3350342e6 WHIRLPOOL a51fd6ec8e46619a61b778656475ee2b3ff194d2b15c160246b1689f1b945160beece5a8762bf3fb1c8e9bc7f0cd570472379b0a679138d80609d6c3b38b481b
22 DIST qcustomplot-sharedlib-1.3.2.tar.gz 1924 SHA256 18af836d2ac32f0dc2a4b1485c3038f4f5f3acf07550d86077ba5871e54bb269 SHA512 645d71c9d63ccd324f341778556f0b9ddceb3fee87b037c66f7ea7624973e24e292da7539861ffa1c8545cc0691a1041110b25d688f0b3d8787a44798a5e190e WHIRLPOOL d7ff5ffa460ac6b05816f1705f29ea82bbd709ca131ad3dc496abab1e718524f1dbe536dfaf726b0508143dbc76256a080fad8544c4e4412e58b980309e1aa2a
23 -DIST qcustomplot-source-1.3.1.tar.gz 224892 SHA256 b557728956945931ff75d21c0894c52a6341850ad246811affdda8b10bbc8486 SHA512 ce5d74d7ae1fb8f4547368c712e3e6f5192cf64df9ece4b055910f0ab4c4244446b3869f078214e38bb5337e755647e07f9a111f96553172b7960ae434d7800b WHIRLPOOL c1d3a817bf389d2e64df489961f072d5b0317c321a3a5d77f5176e8200ea01dc721953a396cd63e87a8ae1ece79406b3b6e6453af0c9550272850eb4f6ac33c4
24 DIST qcustomplot-source-1.3.2.tar.gz 225912 SHA256 a3649824c6d2d08efb0b54629e6ffe4cc57fa08ad9eb9f39edbb0c30b9659b51 SHA512 0e9fefd3f6e4428009428d3155b1a26e1d4b2a62567ca7812cefa67c06fa53f301229d8bd2c3abbe0fb7ddacb9a07515522ded56c0745cd31b1f85323d4499fb WHIRLPOOL fb5c59c71aee5fc95af9a75054f7a41a28eac7c70f296cf1b0dc4a58927f73b94a5b02203b520e367f673e4741959d195cebe6f50141be8157122aa249ea6c4a
25
26 diff --git a/dev-libs/qcustomplot/qcustomplot-1.3.1.ebuild b/dev-libs/qcustomplot/qcustomplot-1.3.1.ebuild
27 deleted file mode 100644
28 index 3f36f22..0000000
29 --- a/dev-libs/qcustomplot/qcustomplot-1.3.1.ebuild
30 +++ /dev/null
31 @@ -1,51 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -inherit qmake-utils
39 -
40 -DESCRIPTION="Qt C++ widget for plotting and data visualization"
41 -HOMEPAGE="http://www.qcustomplot.com/"
42 -SRC_URI="
43 - http://www.qcustomplot.com/release/${PV}/QCustomPlot-sharedlib.tar.gz -> ${PN}-sharedlib-${PV}.tar.gz
44 - http://www.qcustomplot.com/release/${PV}/QCustomPlot-source.tar.gz -> ${PN}-source-${PV}.tar.gz"
45 -
46 -SLOT="0"
47 -LICENSE="GPL-3"
48 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
49 -IUSE="qt5"
50 -
51 -RDEPEND="
52 - !qt5? (
53 - dev-qt/qtcore:4
54 - dev-qt/qtgui:4
55 - )
56 - qt5? (
57 - dev-qt/qtcore:5
58 - dev-qt/qtgui:5
59 - dev-qt/qtprintsupport:5
60 - dev-qt/qtwidgets:5
61 - )
62 -"
63 -DEPEND="${RDEPEND}"
64 -
65 -S=${WORKDIR}/${PN}-source
66 -
67 -src_prepare() {
68 - sed \
69 - -e 's:../../::g' \
70 - -e '/CONFIG/s:shared.*:shared:g' \
71 - "${WORKDIR}"/${PN}-sharedlib/sharedlib-compilation/sharedlib-compilation.pro > ${PN}.pro || die
72 -}
73 -
74 -src_configure() {
75 - use qt5 && eqmake5 || eqmake4
76 -}
77 -
78 -src_install() {
79 - dolib.so lib${PN}*
80 - doheader ${PN}.h
81 - dodoc changelog.txt
82 -}