sci-visualization/labplot: Drop old

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2756

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2016-11-06 18:40:06 +01:00
committed by David Seifert
parent 2e8f7a0efa
commit 13a86f47f5
2 changed files with 0 additions and 30 deletions

View File

@@ -1,2 +1 @@
DIST labplot-2.0.2.tar.xz 2696384 SHA256 f52e00006e2ce87aeda5bf15b950155e5db71cde4b0e1fb0819b6e71aaf6dee0 SHA512 6fb78f7f36dfd961690e4062646401fde86054323ffbf1d90986ae686201ad9f1bd5f2e6a914545f10d085355c490d63399ce92197770d7fb0cfccc91e24421b WHIRLPOOL 677f40ffb5cf151a160148da25cc364a6de62cfa5829bf70d4486e072ed05b6831d3975d31fa2ad6ef7c698b4abb44bdfd86efd9d29d1670e0bd5e57f9c4314e
DIST labplot-2.3.0-kf5.tar.xz 4531156 SHA256 a5a7d706de5f978430b359ada42f9227a2619f5fa9608d56af16c760b7626f33 SHA512 0f8053bfccbfb6756db14c2d35f69b18bc83395c15cc01cbe61e5877065ad587e1563e7f161dfbac7c75b8b30aa04ee112e0c1962b52544e33ca936bd17b1444 WHIRLPOOL febd50c0a36612a1f93d8190eb9907ede4c29513652cc1a99cfc196c464eb7a7d6bc8692e13a98a9ce31e963a15396385dd9d7b015fe65bd995e2b85e9a09f94

View File

@@ -1,29 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
if [[ "${PV}" != "9999" ]]; then
KEYWORDS="~amd64 ~x86"
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
inherit kde4-base
else
EGIT_REPO_URI="git://anongit.kde.org/labplot"
inherit kde4-base git-r3
fi
MY_PN=LabPlot
MY_P=${MY_PN}-${PV}
DESCRIPTION="KDE data analysis and visualisation program"
HOMEPAGE="https://edu.kde.org/applications/science/labplot/"
LICENSE="GPL-2"
SLOT="4"
IUSE=""
DEPEND="
sci-libs/gsl
"
RDEPEND="$DEPEND"