diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-libs/qcustomplot | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-libs/qcustomplot')
| -rw-r--r-- | dev-libs/qcustomplot/Manifest | 2 | ||||
| -rw-r--r-- | dev-libs/qcustomplot/files/qcustomplot-2.1.1-qmake.patch | 24 | ||||
| -rw-r--r-- | dev-libs/qcustomplot/metadata.xml | 5 | ||||
| -rw-r--r-- | dev-libs/qcustomplot/qcustomplot-2.1.1-r10.ebuild | 38 |
4 files changed, 0 insertions, 69 deletions
diff --git a/dev-libs/qcustomplot/Manifest b/dev-libs/qcustomplot/Manifest deleted file mode 100644 index 3dcd20c8c631..000000000000 --- a/dev-libs/qcustomplot/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST qcustomplot-sharedlib-2.1.1.tar.gz 2315 BLAKE2B 5ded041a46a35dece817749479cba83da260407e387a339c5fba57a37897118b20cd50f362e78ea4a35c9babc5f6c73c235a671a17b5b0423b00e472c0a8eb60 SHA512 c661e4a835066fee92b254fbd7b825dbd5c58973189ff2099a01308cb81fe6bf3bac1456f5da91f01c6265f8f548f61b57e237d00a9b5c2c94acf1a024baa18e -DIST qcustomplot-source-2.1.1.tar.gz 372955 BLAKE2B 985ce5fbfe2888ac2346a8c694e832f8d9e3d20ae1c2f93af8757f6a7c803e24ae429c11240aeaf9e79625d8eb0e8a835dca023b73eac4ca1338d21434bd3c67 SHA512 1feb4f45ef90d7709edb26c9964f0ec85ef4aa30f0a7e9fcd803fae586875e8d6744dbcfe08b21f461816ca426c8a6612f8e9c7ef9d3f5a7150c3de8fa5ee57d diff --git a/dev-libs/qcustomplot/files/qcustomplot-2.1.1-qmake.patch b/dev-libs/qcustomplot/files/qcustomplot-2.1.1-qmake.patch deleted file mode 100644 index 09c923d95875..000000000000 --- a/dev-libs/qcustomplot/files/qcustomplot-2.1.1-qmake.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 4c7cf0dfcccf2aa31d6117bb811b7baed84f8f4a Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <asturm@gentoo.org> -Date: Tue, 28 Jan 2025 00:18:46 +0100 -Subject: [PATCH] Fix source paths - ---- - qcustomplot.pro | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/qcustomplot.pro b/qcustomplot.pro -index a437355..779e8e6 100755 ---- a/qcustomplot.pro -+++ b/qcustomplot.pro -@@ -31,5 +31,5 @@ CONFIG(debug, debug|release) { - QMAKE_TARGET_COMPANY = "www.qcustomplot.com"
- QMAKE_TARGET_COPYRIGHT = "Copyright (C) by Emanuel Eichhammer"
-
--SOURCES += ../../qcustomplot.cpp
--HEADERS += ../../qcustomplot.h
-+SOURCES += qcustomplot.cpp
-+HEADERS += qcustomplot.h
--- -2.48.1 - diff --git a/dev-libs/qcustomplot/metadata.xml b/dev-libs/qcustomplot/metadata.xml deleted file mode 100644 index 115e9d64a669..000000000000 --- a/dev-libs/qcustomplot/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> -</pkgmetadata> diff --git a/dev-libs/qcustomplot/qcustomplot-2.1.1-r10.ebuild b/dev-libs/qcustomplot/qcustomplot-2.1.1-r10.ebuild deleted file mode 100644 index 403be2db9fb7..000000000000 --- a/dev-libs/qcustomplot/qcustomplot-2.1.1-r10.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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" -S=${WORKDIR}/${PN}-source - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -RDEPEND="dev-qt/qtbase:6[gui,widgets]" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}/${P}-qmake.patch" ) - -src_prepare() { - cp -a ../${PN}-sharedlib/sharedlib-compilation/sharedlib-compilation.pro ${PN}.pro || die - default -} - -src_configure() { - eqmake6 -} - -src_install() { - dolib.so lib${PN}* - doheader ${PN}.h - dodoc changelog.txt -} |
