diff options
-rw-r--r-- | sci-visualization/labplot/Manifest | 1 | ||||
-rw-r--r-- | sci-visualization/labplot/labplot-2.0.2.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/sci-visualization/labplot/Manifest b/sci-visualization/labplot/Manifest index 203e458c74bc..689f27edbda8 100644 --- a/sci-visualization/labplot/Manifest +++ b/sci-visualization/labplot/Manifest @@ -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 diff --git a/sci-visualization/labplot/labplot-2.0.2.ebuild b/sci-visualization/labplot/labplot-2.0.2.ebuild deleted file mode 100644 index 93da819c6377..000000000000 --- a/sci-visualization/labplot/labplot-2.0.2.ebuild +++ /dev/null @@ -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" |