diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-11 22:51:36 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-12 01:25:23 +0200 |
commit | d45cadde99e4bbea0b8d5b45e0533927e6dad46e (patch) | |
tree | 2b55e5305aba542f216e8361bb68082f806d9c8e /dev-libs | |
parent | media-fonts/glass-tty-vt220: new package. (diff) | |
download | gentoo-d45cadde99e4bbea0b8d5b45e0533927e6dad46e.tar.gz gentoo-d45cadde99e4bbea0b8d5b45e0533927e6dad46e.tar.bz2 gentoo-d45cadde99e4bbea0b8d5b45e0533927e6dad46e.zip |
dev-libs/qcustomplot: Drop 1.3.2
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/qcustomplot/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/qcustomplot/qcustomplot-1.3.2.ebuild | 46 |
2 files changed, 0 insertions, 48 deletions
diff --git a/dev-libs/qcustomplot/Manifest b/dev-libs/qcustomplot/Manifest index a38c64733453..847e533f7beb 100644 --- a/dev-libs/qcustomplot/Manifest +++ b/dev-libs/qcustomplot/Manifest @@ -1,4 +1,2 @@ -DIST qcustomplot-sharedlib-1.3.2.tar.gz 1924 BLAKE2B 60ded44752b407cf072bd32b16e687369378fc7c1e6f5b271b56d5a2d84665426ad2dc7464850752a42b8850e9dab853dc282589c63bf5e120ee8947f10b4631 SHA512 645d71c9d63ccd324f341778556f0b9ddceb3fee87b037c66f7ea7624973e24e292da7539861ffa1c8545cc0691a1041110b25d688f0b3d8787a44798a5e190e DIST qcustomplot-sharedlib-2.0.0.tar.gz 1949 BLAKE2B 6d2d1b7da0dbdb83485ce1a1b69b5d4270fa73af25240decd1764d0872065a7457252aac3b81ccc9d5cbcfe24f8ed67ff843f092b344065b8b0f26aa2c6bef14 SHA512 f4ba719287067c2bb999a6e4ffb3694b32b1d72867c396fee1834ba2916f2931eda07bbe25c4d2ea6f6af18bd78917660dc6eabd98f72c9da987ae288ed4e611 -DIST qcustomplot-source-1.3.2.tar.gz 225912 BLAKE2B 9bdcb9ace79c0bc657838d6c0fc5660a61a0ba64893192f263c0e30473c176322b3f9da87341a762032ef1879a46dd89dd7e42ba0127dd22c969d72b0269d9c0 SHA512 0e9fefd3f6e4428009428d3155b1a26e1d4b2a62567ca7812cefa67c06fa53f301229d8bd2c3abbe0fb7ddacb9a07515522ded56c0745cd31b1f85323d4499fb DIST qcustomplot-source-2.0.0.tar.gz 317398 BLAKE2B c2d587e06026789a164f16ffdd00d324172654b6953ace637815b022dc14cc96362cf4022512ec3feea3725a651c1af0f50f09d0ca1c5e86ebcfbe3f50aa3ff2 SHA512 66c648877ed0a14cf527ac8526788065f494119cc61993d20268a0046c8e6c5a1c73a61f50a73e6a39ec55435bc5f74c613ee21254293ddab34ba7c2484c4f5a diff --git a/dev-libs/qcustomplot/qcustomplot-1.3.2.ebuild b/dev-libs/qcustomplot/qcustomplot-1.3.2.ebuild deleted file mode 100644 index ffbacff9a8b4..000000000000 --- a/dev-libs/qcustomplot/qcustomplot-1.3.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit qmake-utils - -DESCRIPTION="Qt C++ widget for plotting and data visualization" -HOMEPAGE="http://www.qcustomplot.com/" -SRC_URI=" - http://www.qcustomplot.com/release/${PV}/QCustomPlot-sharedlib.tar.gz -> ${PN}-sharedlib-${PV}.tar.gz - http://www.qcustomplot.com/release/${PV}/QCustomPlot-source.tar.gz -> ${PN}-source-${PV}.tar.gz" - -SLOT="0" -LICENSE="GPL-3" -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtprintsupport:5 - dev-qt/qtwidgets:5 -" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${PN}-source - -src_prepare() { - default - - sed \ - -e 's:../../::g' \ - -e '/CONFIG/s:shared.*:shared:g' \ - "${WORKDIR}"/${PN}-sharedlib/sharedlib-compilation/sharedlib-compilation.pro > ${PN}.pro || die -} - -src_configure() { - eqmake5 -} - -src_install() { - dolib.so lib${PN}* - doheader ${PN}.h - dodoc changelog.txt -} |