summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-01-12 09:57:43 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-01-12 10:41:18 +0100
commit8b4d0ce187cbb641143e419ec9adc35867f9cb11 (patch)
treeb7bac7fdfa59d5b5a422835ad162fc9ecbfca44c /kde-frameworks/kplotting
parentdev-util/kdbg: Drop 3.0.0-r1 (diff)
downloadgentoo-8b4d0ce187cbb641143e419ec9adc35867f9cb11.tar.gz
gentoo-8b4d0ce187cbb641143e419ec9adc35867f9cb11.tar.bz2
gentoo-8b4d0ce187cbb641143e419ec9adc35867f9cb11.zip
kde-frameworks: Drop KDE Frameworks 5.65.0
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r--kde-frameworks/kplotting/Manifest1
-rw-r--r--kde-frameworks/kplotting/kplotting-5.65.0.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest
index d2e532f2c4f6..597d9bb62839 100644
--- a/kde-frameworks/kplotting/Manifest
+++ b/kde-frameworks/kplotting/Manifest
@@ -1,3 +1,2 @@
DIST kplotting-5.64.0.tar.xz 30260 BLAKE2B e51ce74e3e44d5ab9ca2d76f3ed5a2690f4806f1f4de3b7e27f5df947ab5110e7afd59d209e7b952808a73e59882860fc8f550811ff6b9840bd8428092858910 SHA512 5d6d4dc60915b38e39337ea0041d7bfca4c9086804e46d3de42f6a172e5af3d7870ea432f41d299a73be017ef0efc1d82d52d7e4371b08bb0bf61c82805c65e7
-DIST kplotting-5.65.0.tar.xz 30140 BLAKE2B a78594d18f9360b8e33b65585b3482a417f92e003bf6c199bb138e647a066055441fd090fc6e3ef5f97e6a6352c0c409d1c998e84ecfe94a2e8c3ae29c65e585 SHA512 a97c0a0ad6be40fc35044e9d9b58483025e6f13d76e1fc20a3a6a50aba49bdc2c58f8ef4e13c04021d6caf04ab0e952c5d767a62d010ea87a502750b839ae687
DIST kplotting-5.66.0.tar.xz 30256 BLAKE2B 9cb7732b7cb0e6a9b650386908772afca4a5283c81d8d8ec26651fac315515338dcde3cfb737d913c63babcaecae066a17beff61789f22d7add4cfd2071e0668 SHA512 8f3ba8dcece142274b754fae7f6b51632f5f4c573dd04032f11adf4991afc6afb129db428f6b6691188338a734349ee32b16519875a16eb2b168a46937f1e59b
diff --git a/kde-frameworks/kplotting/kplotting-5.65.0.ebuild b/kde-frameworks/kplotting/kplotting-5.65.0.ebuild
deleted file mode 100644
index f899a6f2a364..000000000000
--- a/kde-frameworks/kplotting/kplotting-5.65.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_DESIGNERPLUGIN="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework providing easy data-plotting functions"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"