diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 14:26:18 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 14:26:18 +0000 |
commit | 3c4d259a75e816ff2da15d9942e9d7774b123a8a (patch) | |
tree | b8faa14356c90863d1c0fb4a1a650deb8f8e4f02 /sci-mathematics/koctave | |
parent | Moving to sci-mathematics/koctave (diff) | |
download | historical-3c4d259a75e816ff2da15d9942e9d7774b123a8a.tar.gz historical-3c4d259a75e816ff2da15d9942e9d7774b123a8a.tar.bz2 historical-3c4d259a75e816ff2da15d9942e9d7774b123a8a.zip |
Moved from app-sci/koctave to sci-mathematics/koctave.
Diffstat (limited to 'sci-mathematics/koctave')
-rw-r--r-- | sci-mathematics/koctave/ChangeLog | 23 | ||||
-rw-r--r-- | sci-mathematics/koctave/Manifest | 4 | ||||
-rw-r--r-- | sci-mathematics/koctave/files/digest-koctave-0.65 | 1 | ||||
-rw-r--r-- | sci-mathematics/koctave/koctave-0.65.ebuild | 20 | ||||
-rw-r--r-- | sci-mathematics/koctave/metadata.xml | 5 |
5 files changed, 53 insertions, 0 deletions
diff --git a/sci-mathematics/koctave/ChangeLog b/sci-mathematics/koctave/ChangeLog new file mode 100644 index 000000000000..0f575c99783a --- /dev/null +++ b/sci-mathematics/koctave/ChangeLog @@ -0,0 +1,23 @@ +# ChangeLog for app-sci/koctave +# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/ChangeLog,v 1.1 2004/12/28 14:26:18 ribosome Exp $ + +*koctave-0.65 (28 Dec 2004) + + 28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> +metadata.xml, + +koctave-0.65.ebuild: + Moved from app-sci/koctave to sci-mathematics/koctave. + + 04 Jul 2004; Carsten Lohrke <carlo@gentoo.org> koctave-0.65.ebuild: + QA: need-kde after R/DEPEND + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> koctave-0.65.ebuild: + virtual/glibc -> virtual/libc + + 24 Mar 2004; David Holm <dholm@gentoo.org> koctave-0.65.ebuild: + Added to ~ppc. + +*koctave-0.65 (24 Mar 2004) + + 24 03 2004; Jason Huebel <jhuebel@gentoo.org> koctave-0.65.ebuild : + Initial import. Ebuild submitted by Jani-Matti Hatinen <jannu.hatinen@mbnet.fi>. diff --git a/sci-mathematics/koctave/Manifest b/sci-mathematics/koctave/Manifest new file mode 100644 index 000000000000..ae3349400d9b --- /dev/null +++ b/sci-mathematics/koctave/Manifest @@ -0,0 +1,4 @@ +MD5 1af58ecccbcfbd332347dc446e138bd1 koctave-0.65.ebuild 574 +MD5 569ab55e22b33ec338a8e7ed3639f9b1 ChangeLog 681 +MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 c118f6e51940e1810fd2907f9edde38f files/digest-koctave-0.65 66 diff --git a/sci-mathematics/koctave/files/digest-koctave-0.65 b/sci-mathematics/koctave/files/digest-koctave-0.65 new file mode 100644 index 000000000000..debc3ab88a9d --- /dev/null +++ b/sci-mathematics/koctave/files/digest-koctave-0.65 @@ -0,0 +1 @@ +MD5 f094f30ed2ec150bb6ae95676b2647e0 koctave3-0.65.tar.bz2 928143 diff --git a/sci-mathematics/koctave/koctave-0.65.ebuild b/sci-mathematics/koctave/koctave-0.65.ebuild new file mode 100644 index 000000000000..a80a80746afe --- /dev/null +++ b/sci-mathematics/koctave/koctave-0.65.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/koctave-0.65.ebuild,v 1.1 2004/12/28 14:26:18 ribosome Exp $ + +inherit kde + +DESCRIPTION="A KDE GUI for Octave numerical computing system" +HOMEPAGE="http://bubben.homelinux.net/~matti/koctave/" +SRC_URI="http://bubben.homelinux.net/~matti/koctave/${PN}3-0.65.tar.bz2" +S=${WORKDIR}/${PN}3-${PV} + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ~amd64 ~ppc" +IUSE="" + +DEPEND="virtual/libc + app-sci/octave + kde-base/kdebase" +need-kde 3
\ No newline at end of file diff --git a/sci-mathematics/koctave/metadata.xml b/sci-mathematics/koctave/metadata.xml new file mode 100644 index 000000000000..b229aec85b8f --- /dev/null +++ b/sci-mathematics/koctave/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +</pkgmetadata> |