From 490ef2c2dc8b4e808f37add1adee21a754efd9a9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 21 Apr 2024 12:05:28 +0100 Subject: gentoo auto-resync : 21:04:2024 - 12:05:28 --- dev-libs/qcustomplot/Manifest | 3 -- dev-libs/qcustomplot/qcustomplot-2.0.1.ebuild | 46 --------------------------- 2 files changed, 49 deletions(-) delete mode 100644 dev-libs/qcustomplot/qcustomplot-2.0.1.ebuild (limited to 'dev-libs/qcustomplot') diff --git a/dev-libs/qcustomplot/Manifest b/dev-libs/qcustomplot/Manifest index e852660d1b6c..823f29874ece 100644 --- a/dev-libs/qcustomplot/Manifest +++ b/dev-libs/qcustomplot/Manifest @@ -1,7 +1,4 @@ -DIST qcustomplot-sharedlib-2.0.1.tar.gz 1963 BLAKE2B 294877d929564767009a8a4409111408eda1eb4e0cc64b48e644d25f30ef18151c2df1f0c5caa4e95c5b75dd492e795f97077e47bb927ff9637a2da9a2ec757e SHA512 ce90540fca7226eac37746327e1939a9c7af38fc2595f385ed04d6d1f49560da08fb5fae15d1b9d22b6ba578583f70de8f89ef26796770d41bf599c1b15c535d DIST qcustomplot-sharedlib-2.1.1.tar.gz 2315 BLAKE2B 5ded041a46a35dece817749479cba83da260407e387a339c5fba57a37897118b20cd50f362e78ea4a35c9babc5f6c73c235a671a17b5b0423b00e472c0a8eb60 SHA512 c661e4a835066fee92b254fbd7b825dbd5c58973189ff2099a01308cb81fe6bf3bac1456f5da91f01c6265f8f548f61b57e237d00a9b5c2c94acf1a024baa18e -DIST qcustomplot-source-2.0.1.tar.gz 319140 BLAKE2B 868133f5126eea0aa8f80d34272f854de93b60575e3eed1b52211bec5ed96886503ba5c7f15c6f0ff15f3f67e35db6e5333adfc7465cee40768a65ed1b7275da SHA512 b44abbd8fd95970a829bbb6e7becc0765e24bd8f05958c8c1223303b68fb4c0a64f503cf0a2fe4fc53957e6e61a6618500475cff3e81ed0ab387a9eada2c83a3 DIST qcustomplot-source-2.1.1.tar.gz 372955 BLAKE2B 985ce5fbfe2888ac2346a8c694e832f8d9e3d20ae1c2f93af8757f6a7c803e24ae429c11240aeaf9e79625d8eb0e8a835dca023b73eac4ca1338d21434bd3c67 SHA512 1feb4f45ef90d7709edb26c9964f0ec85ef4aa30f0a7e9fcd803fae586875e8d6744dbcfe08b21f461816ca426c8a6612f8e9c7ef9d3f5a7150c3de8fa5ee57d -EBUILD qcustomplot-2.0.1.ebuild 973 BLAKE2B a7c95d85fe989832cf797009196ef637471698e008305670eaedeaaf2cc713d71ab435fbf08be76106e2a8a051cd2fb64ceab81710c573e62e9419cd474a621d SHA512 33b7da0425de85d6c49fa5e078976bde46ed0cdfa4d4156bc087b4f39dae28ee72b0647484774514d7bda3ebadfd046ee63caeb7850de8f051cdac5b63e1a40b EBUILD qcustomplot-2.1.1.ebuild 972 BLAKE2B 8a071aeed6c19955d12128c9b689ddb45c5f844706494b91c3a1c7b804c404d8da1b58948dcb7deaf6f870dad100d8a7267cc6fb4c1a4e8b819bc5203da68a09 SHA512 56f9ff5c8557cc05e9f0b613e75d9762360e98c2a95cbaa3347eb5fa64b02a7f1d85e12995e7a7cf6a91a3a8f850753979a356ef7f869320a9dc3d06625f3425 MISC metadata.xml 248 BLAKE2B 51adf67bdc3e6c30f18cb7c177694882c71c1207bf4e6b88aa0eb8d5f6fdbaea0c364777967125219ba8ea4be4a9ad3eb41269a7139cb211ce26f2985ac103ac SHA512 c2976d1256f14d4dcf6ea53ed248a43e9b76530c19eefb0e586d64b1080b75d1f4ac17171c6c27a491ce6623d34e9318fcba5ce3f78039f21ccaabbebf209345 diff --git a/dev-libs/qcustomplot/qcustomplot-2.0.1.ebuild b/dev-libs/qcustomplot/qcustomplot-2.0.1.ebuild deleted file mode 100644 index dcd0e02408fe..000000000000 --- a/dev-libs/qcustomplot/qcustomplot-2.0.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit qmake-utils - -DESCRIPTION="Qt C++ widget for plotting and data visualization" -HOMEPAGE="https://www.qcustomplot.com/" -SRC_URI=" - https://www.qcustomplot.com/release/${PV}/QCustomPlot-sharedlib.tar.gz -> ${PN}-sharedlib-${PV}.tar.gz - https://www.qcustomplot.com/release/${PV}/QCustomPlot-source.tar.gz -> ${PN}-source-${PV}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -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 -} -- cgit v1.2.3