diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-03-10 02:50:04 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-03-10 02:50:04 +0000 |
commit | 9cc25d67af821182b56c96489081c47afc13b214 (patch) | |
tree | 2f25f578c8625e459f0580c9968a0a075ed3574f /app-sci/kst | |
parent | removed ppc64, we're not ready yet (Manifest recommit) (diff) | |
download | gentoo-2-9cc25d67af821182b56c96489081c47afc13b214.tar.gz gentoo-2-9cc25d67af821182b56c96489081c47afc13b214.tar.bz2 gentoo-2-9cc25d67af821182b56c96489081c47afc13b214.zip |
Initial import
Diffstat (limited to 'app-sci/kst')
-rw-r--r-- | app-sci/kst/ChangeLog | 9 | ||||
-rw-r--r-- | app-sci/kst/Manifest | 3 | ||||
-rw-r--r-- | app-sci/kst/files/digest-kst-0.94 | 1 | ||||
-rw-r--r-- | app-sci/kst/kst-0.94.ebuild | 16 | ||||
-rw-r--r-- | app-sci/kst/metadata.xml | 6 |
5 files changed, 35 insertions, 0 deletions
diff --git a/app-sci/kst/ChangeLog b/app-sci/kst/ChangeLog new file mode 100644 index 000000000000..03a1abbf10dd --- /dev/null +++ b/app-sci/kst/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-sci/kst +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/kst/ChangeLog,v 1.1 2004/03/10 02:50:04 caleb Exp $ + +*kst-0.94 (09 Mar 2004) + + 09 Mar 2004; Caleb Tennis <caleb@gentoo.org> kst-0.94.ebuild, metadata.xml: + Initial import + diff --git a/app-sci/kst/Manifest b/app-sci/kst/Manifest new file mode 100644 index 000000000000..5aa1517c0c10 --- /dev/null +++ b/app-sci/kst/Manifest @@ -0,0 +1,3 @@ +MD5 94d6b3b600ffeb156dd6c9421fc21580 kst-0.94.ebuild 492 +MD5 201497e376059503f8b7afd504d41023 metadata.xml 179 +MD5 124f013d204eb93390b67c4a9442e5aa files/digest-kst-0.94 61 diff --git a/app-sci/kst/files/digest-kst-0.94 b/app-sci/kst/files/digest-kst-0.94 new file mode 100644 index 000000000000..e847e274c576 --- /dev/null +++ b/app-sci/kst/files/digest-kst-0.94 @@ -0,0 +1 @@ +MD5 b1088e8bfc0fa867dc29f901c42b6789 kst-0.94.tar.gz 1298475 diff --git a/app-sci/kst/kst-0.94.ebuild b/app-sci/kst/kst-0.94.ebuild new file mode 100644 index 000000000000..dd7231d5611b --- /dev/null +++ b/app-sci/kst/kst-0.94.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/kst/kst-0.94.ebuild,v 1.1 2004/03/10 02:50:04 caleb Exp $ + +inherit kde +need-kde 3.1 + +DESCRIPTION="A plotting and data viewing program for KDE" +SRC_URI="http://omega.astro.utoronto.ca/kst/${PN}-${PV}.tar.gz" +HOMEPAGE="http://omega.astro.utorona.ca/kst/" + +KEYWORDS="x86" +LICENSE="GPL-2" +SLOT="0" +DEPEND=">=kde-base/kdebase-3.1" + diff --git a/app-sci/kst/metadata.xml b/app-sci/kst/metadata.xml new file mode 100644 index 000000000000..c215d35366c4 --- /dev/null +++ b/app-sci/kst/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +<herd>kde-other</herd> +</pkgmetadata> |