diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-12 15:03:02 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-12 16:01:16 +0200 |
commit | 326647cb8bb781b771c3cac0a0f83fed8f5749e1 (patch) | |
tree | b193f853e3f12d69165598f5b058e424fb49d6a1 /kde-frameworks/kplotting | |
parent | kde-frameworks: Add KDE Frameworks 5.46.0 (diff) | |
download | gentoo-326647cb8bb781b771c3cac0a0f83fed8f5749e1.tar.gz gentoo-326647cb8bb781b771c3cac0a0f83fed8f5749e1.tar.bz2 gentoo-326647cb8bb781b771c3cac0a0f83fed8f5749e1.zip |
kde-frameworks: Drop KDE Frameworks 5.45.0
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'kde-frameworks/kplotting')
-rw-r--r-- | kde-frameworks/kplotting/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kplotting/kplotting-5.45.0.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest index 45242cca1a6c..0ed429802e80 100644 --- a/kde-frameworks/kplotting/Manifest +++ b/kde-frameworks/kplotting/Manifest @@ -1,3 +1,2 @@ DIST kplotting-5.43.0.tar.xz 29596 BLAKE2B de084fa797227b70032978484c8cfa8d71d750cecc0ecd26277b760d22ee3bc2d77a0ebf93f75d6d854764fa58b76b497053c5e5d2e6268c96061ff2c4836479 SHA512 98b06b2f5242e03b4e67bcbb28d3abb695e4fc21ac37de47384fb872045fd64016ebfc276b0bd48e797e5369a747c2da81fd03519e1b6747e48205c53e69c7cb -DIST kplotting-5.45.0.tar.xz 29596 BLAKE2B 4e5b7306805792a6e4e7861de26d7b9beb84874b7ea434b8323fb706908646713dd0a3d861f0337f6fb0e032b4c76d1d6fdd532b2da52a3377893178bc729583 SHA512 54e8149484b2bbdae6bb0d55ddb9837e9049015075c47645eac86408ec1268dde6433e1120d79704e9578781cca712bc188a0a8cf9907ef622136e20f7b50619 DIST kplotting-5.46.0.tar.xz 29776 BLAKE2B 0b15915c3fad4867a0c48fd693b4fdc8b43f50880cc739f513332698cedcd755340ccf1d906d4bb5a54ccee18833d761f73d9d67f2062e812788b4014354860e SHA512 8bfbeec22804d13d074612562a2ceaaab7f18504be1b0627153137fd2d8a5eeca696b07df243704c654af7f78dc8c33a5be27fa06f278d29650246314aa1aa18 diff --git a/kde-frameworks/kplotting/kplotting-5.45.0.ebuild b/kde-frameworks/kplotting/kplotting-5.45.0.ebuild deleted file mode 100644 index af9c36c9cecf..000000000000 --- a/kde-frameworks/kplotting/kplotting-5.45.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}" |