diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-11 17:50:58 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-11 23:21:16 +0100 |
commit | 44fe498c423b888cbe2c88f3776a9144e241c8c9 (patch) | |
tree | 261b870b84ede031cca2a8629deb55ce434920fa /kde-frameworks/kplotting | |
parent | dev-games/openscenegraph: Drop 3.5.1 (diff) | |
download | gentoo-44fe498c423b888cbe2c88f3776a9144e241c8c9.tar.gz gentoo-44fe498c423b888cbe2c88f3776a9144e241c8c9.tar.bz2 gentoo-44fe498c423b888cbe2c88f3776a9144e241c8c9.zip |
kde-frameworks: Drop KDE Frameworks 5.40.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r-- | kde-frameworks/kplotting/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kplotting/kplotting-5.40.0.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest index d8a383c88d97..54793410b331 100644 --- a/kde-frameworks/kplotting/Manifest +++ b/kde-frameworks/kplotting/Manifest @@ -1,3 +1,2 @@ -DIST kplotting-5.40.0.tar.xz 29728 BLAKE2B faf2b25dfe0efcfa2b9069e7f856d00f4c9cb4774bca3294d9435edd4786f4f6d731f59d9229cb002dd6c4b2d06e6c0c58fd8a960376aef39e917e3711fd621d SHA512 71a9ec3d041c3cc05f221230cb8727873eb354d8b6c55b12aeaf1f8b41de492d37a66d47baf860b1b222265211351245dc47ff5d08f2c5839cbcf24b5fb53b40 DIST kplotting-5.43.0.tar.xz 29596 BLAKE2B de084fa797227b70032978484c8cfa8d71d750cecc0ecd26277b760d22ee3bc2d77a0ebf93f75d6d854764fa58b76b497053c5e5d2e6268c96061ff2c4836479 SHA512 98b06b2f5242e03b4e67bcbb28d3abb695e4fc21ac37de47384fb872045fd64016ebfc276b0bd48e797e5369a747c2da81fd03519e1b6747e48205c53e69c7cb DIST kplotting-5.44.0.tar.xz 29592 BLAKE2B e732ab40f0db8527428c1a828d21ac40a9027ecc2572a3240f024b02f5b15a0be51d7ea16b6160cce4978302f49a26245ebfd50bd8eef91ca0db5c920e44f1b2 SHA512 effe44351097ba8f50959186986b4fbc434d5383f5d55bb9c7c0b52af4cbfc6f419b2442f304e920edffd833894a57ff35772ee3eb660eff8b8f9b69cb216350 diff --git a/kde-frameworks/kplotting/kplotting-5.40.0.ebuild b/kde-frameworks/kplotting/kplotting-5.40.0.ebuild deleted file mode 100644 index f2db2ec5ab54..000000000000 --- a/kde-frameworks/kplotting/kplotting-5.40.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Framework providing easy data-plotting functions" -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="" - -RDEPEND=" - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -DEPEND="${RDEPEND}" |