aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkusle <markusle@32389bae-6d03-0410-99cf-db05cde120eb>2008-05-21 13:20:37 +0000
committermarkusle <markusle@32389bae-6d03-0410-99cf-db05cde120eb>2008-05-21 13:20:37 +0000
commitd5ea317caee682fa4ff346d8605144bf0d5700ac (patch)
tree82485446d4981635c490fe9e3d0e96f7d0355e12 /sci-mathematics/octave-forge-data-smoothing
parentHeavy rework of the ebuild and the associated epatches. (diff)
downloadsci-d5ea317caee682fa4ff346d8605144bf0d5700ac.tar.gz
sci-d5ea317caee682fa4ff346d8605144bf0d5700ac.tar.bz2
sci-d5ea317caee682fa4ff346d8605144bf0d5700ac.zip
Added new octave-forge packages.
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@1081 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sci-mathematics/octave-forge-data-smoothing')
-rw-r--r--sci-mathematics/octave-forge-data-smoothing/ChangeLog8
-rw-r--r--sci-mathematics/octave-forge-data-smoothing/Manifest4
-rw-r--r--sci-mathematics/octave-forge-data-smoothing/metadata.xml6
-rw-r--r--sci-mathematics/octave-forge-data-smoothing/octave-forge-data-smoothing-1.0.0.ebuild14
4 files changed, 32 insertions, 0 deletions
diff --git a/sci-mathematics/octave-forge-data-smoothing/ChangeLog b/sci-mathematics/octave-forge-data-smoothing/ChangeLog
new file mode 100644
index 000000000..2258b3957
--- /dev/null
+++ b/sci-mathematics/octave-forge-data-smoothing/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sci-mathematics/octave-forge-audio
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 21 May 2008; Markus Dittrich <markusle@gentoo.org> +metadata.xml,
+ +octave-forge-data-smoothing-1.0.0.ebuild:
+ Initial commit.
+
diff --git a/sci-mathematics/octave-forge-data-smoothing/Manifest b/sci-mathematics/octave-forge-data-smoothing/Manifest
new file mode 100644
index 000000000..e1fc34b28
--- /dev/null
+++ b/sci-mathematics/octave-forge-data-smoothing/Manifest
@@ -0,0 +1,4 @@
+DIST data-smoothing-1.0.0.tar.gz 12298 RMD160 ea927ffee266ae1b7e36818223fcda982e124e6f SHA1 c1b4d02db3409ea9c8dcaec5cbab8db7cd1db588 SHA256 4896438df78daade82f3ff18891996d91ffbfa3e18d600783fa06ccba73b4eca
+EBUILD octave-forge-data-smoothing-1.0.0.ebuild 483 RMD160 e0e39167edababc5d2143cfce9119f9280f84c5a SHA1 b268bf5aaefbc35d9781b7bfaf0ff585c02942aa SHA256 1c44b7a7bc4b4ffa7dce79b6caf76f67a38aa27a2e5cd46733374ad1ffa08f8c
+MISC ChangeLog 267 RMD160 94490be9ff24aa62e7b1fa9067fa974703a31fb6 SHA1 586ef87d72ed90bf851eba94f5b3a22de154fb61 SHA256 574d89fb366ddd902908a83b1cd1b437c560cedc838525fbb48f718df4c9fe82
+MISC metadata.xml 169 RMD160 034a084ee31c755155956712517306aad3d81298 SHA1 8fc92d7ea9b5520d0781291e752b5ab4f278bf4c SHA256 cd9ff49ab9a91cae923683a6693ca676e0f6495822404d8dd69629881069d863
diff --git a/sci-mathematics/octave-forge-data-smoothing/metadata.xml b/sci-mathematics/octave-forge-data-smoothing/metadata.xml
new file mode 100644
index 000000000..2d2f6f274
--- /dev/null
+++ b/sci-mathematics/octave-forge-data-smoothing/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-mathematics</herd>
+</pkgmetadata>
+
diff --git a/sci-mathematics/octave-forge-data-smoothing/octave-forge-data-smoothing-1.0.0.ebuild b/sci-mathematics/octave-forge-data-smoothing/octave-forge-data-smoothing-1.0.0.ebuild
new file mode 100644
index 000000000..e32c40ef8
--- /dev/null
+++ b/sci-mathematics/octave-forge-data-smoothing/octave-forge-data-smoothing-1.0.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.73-r1.ebuild,v 1.2 2006/11/03 15:44:39 markusle Exp $
+
+inherit octave-forge
+
+DESCRIPTION="Algorithms for smoothing noisy data"
+LICENSE="GPL-2"
+HOMEPAGE="http://octave.sourceforge.net/data-smoothing/index.html"
+SRC_URI="mirror://sourceforge/octave/${OCT_PKG}.tar.gz"
+SLOT="0"
+
+IUSE=""
+KEYWORDS="~amd64 ~x86"