diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-08 15:27:07 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-08 15:29:35 +0200 |
commit | de484af447803eca6c9e186b06457dd3b012f962 (patch) | |
tree | d9a0c93050fc2564c92860dfb11c86e63a8d2a60 /kde-frameworks/kplotting | |
parent | sci-visualization/labplot: Drop 2.4.0 (diff) | |
download | gentoo-de484af447803eca6c9e186b06457dd3b012f962.tar.gz gentoo-de484af447803eca6c9e186b06457dd3b012f962.tar.bz2 gentoo-de484af447803eca6c9e186b06457dd3b012f962.zip |
kde-frameworks: Drop KDE Frameworks 5.49.0
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r-- | kde-frameworks/kplotting/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kplotting/kplotting-5.49.0.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest index 9b56c653d104..9f79e0953356 100644 --- a/kde-frameworks/kplotting/Manifest +++ b/kde-frameworks/kplotting/Manifest @@ -1,3 +1,2 @@ DIST kplotting-5.46.0.tar.xz 29776 BLAKE2B 0b15915c3fad4867a0c48fd693b4fdc8b43f50880cc739f513332698cedcd755340ccf1d906d4bb5a54ccee18833d761f73d9d67f2062e812788b4014354860e SHA512 8bfbeec22804d13d074612562a2ceaaab7f18504be1b0627153137fd2d8a5eeca696b07df243704c654af7f78dc8c33a5be27fa06f278d29650246314aa1aa18 -DIST kplotting-5.49.0.tar.xz 29740 BLAKE2B 9f868cd21dee7b2c9c24fa9869a9352aa1c8b6e23b3c541b5d25cf909c58f5b6a0d889f299fedca1d899054c3fb1569085e856403477019048deaf872eb71322 SHA512 2786037d4cafaeb982eab04dd2f75f895d4dc5fdba52db72a0765ffe9ff3e37e326953b75ce48d160b9295927b54dd933292666303970c9451c599cc20a8898b DIST kplotting-5.50.0.tar.xz 29752 BLAKE2B dd786e239cba3709a7cf24f79d8ff37e6ecc43a463b25ff1fe65e794e72eebfa81a6a6d4e63f8f28ddc57d79bc01060b55b0f8664edc19a196323fe224d456ad SHA512 352c424d842ddbe277c7a71acb7fe50fb7cdc78bc750c85ac5a364a6e330bd69344cd5dbdd7922725e1b143bd0d7b1ac1b6d003f5baa67edb33981d27f830838 diff --git a/kde-frameworks/kplotting/kplotting-5.49.0.ebuild b/kde-frameworks/kplotting/kplotting-5.49.0.ebuild deleted file mode 100644 index af9c36c9cecf..000000000000 --- a/kde-frameworks/kplotting/kplotting-5.49.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2018 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}" |