diff options
author | 2015-04-15 15:10:40 +0000 | |
---|---|---|
committer | 2015-04-15 15:10:40 +0000 | |
commit | 1497adf4f878561e66ed1d6dd0b9c5f7098fe4cf (patch) | |
tree | 40d378fb0111f8115896d9601d90b51f36455cd6 /sci-visualization/labplot/labplot-9999.ebuild | |
parent | Version bump. Removed old (diff) | |
download | historical-1497adf4f878561e66ed1d6dd0b9c5f7098fe4cf.tar.gz historical-1497adf4f878561e66ed1d6dd0b9c5f7098fe4cf.tar.bz2 historical-1497adf4f878561e66ed1d6dd0b9c5f7098fe4cf.zip |
New package. Ebuild by me. Imported from Sci overlay.
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0x94BFDF4484AD142F
Diffstat (limited to 'sci-visualization/labplot/labplot-9999.ebuild')
-rw-r--r-- | sci-visualization/labplot/labplot-9999.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild new file mode 100644 index 000000000000..ed63d89b1849 --- /dev/null +++ b/sci-visualization/labplot/labplot-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/labplot-9999.ebuild,v 1.1 2015/04/15 15:10:28 dilfridge Exp $ + +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" |