summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-04-15 15:10:28 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-04-15 15:10:28 +0000
commit96955529736cb55b7c6d518fb8964b7786e3cbea (patch)
tree8ba1805d1c4546d8aef7b8510ff41e85cd9466c9 /sci-visualization
parentVersion bump. Removed old (diff)
downloadgentoo-2-96955529736cb55b7c6d518fb8964b7786e3cbea.tar.gz
gentoo-2-96955529736cb55b7c6d518fb8964b7786e3cbea.tar.bz2
gentoo-2-96955529736cb55b7c6d518fb8964b7786e3cbea.zip
New package. Ebuild by me. Imported from Sci overlay.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 94BFDF4484AD142F)
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/labplot/ChangeLog10
-rw-r--r--sci-visualization/labplot/labplot-2.0.2.ebuild29
-rw-r--r--sci-visualization/labplot/labplot-9999.ebuild29
-rw-r--r--sci-visualization/labplot/metadata.xml10
4 files changed, 78 insertions, 0 deletions
diff --git a/sci-visualization/labplot/ChangeLog b/sci-visualization/labplot/ChangeLog
new file mode 100644
index 000000000000..1de53d8018eb
--- /dev/null
+++ b/sci-visualization/labplot/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-visualization/labplot
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/ChangeLog,v 1.28 2015/04/15 15:10:28 dilfridge Exp $
+
+*labplot-9999 (15 Apr 2015)
+*labplot-2.0.2 (15 Apr 2015)
+
+ 15 Apr 2015; Andreas K. Hüttel <dilfridge@gentoo.org> +labplot-2.0.2.ebuild,
+ +labplot-9999.ebuild, +metadata.xml:
+ New package. Ebuild by me. Imported from Sci overlay.
diff --git a/sci-visualization/labplot/labplot-2.0.2.ebuild b/sci-visualization/labplot/labplot-2.0.2.ebuild
new file mode 100644
index 000000000000..dfa4d8d428a2
--- /dev/null
+++ b/sci-visualization/labplot/labplot-2.0.2.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-2.0.2.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"
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"
diff --git a/sci-visualization/labplot/metadata.xml b/sci-visualization/labplot/metadata.xml
new file mode 100644
index 000000000000..7fd6fa820d17
--- /dev/null
+++ b/sci-visualization/labplot/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <herd>kde</herd>
+ <maintainer>
+ <email>dilfridge@gentoo.org</email>
+ <name>Andreas K. Huettel</name>
+ </maintainer>
+</pkgmetadata>