aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-04-16 08:30:30 +0200
committerJustin Lecher <jlec@gentoo.org>2015-04-16 08:30:30 +0200
commita01709120eaca021c59cf470897f0590ee05683d (patch)
tree572248bc11e1e20c17b31a0938d03092d0c1093d /sci-geosciences/tappy
parentIn CVS (diff)
downloadsci-a01709120eaca021c59cf470897f0590ee05683d.tar.gz
sci-a01709120eaca021c59cf470897f0590ee05683d.tar.bz2
sci-a01709120eaca021c59cf470897f0590ee05683d.zip
In CVS
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-geosciences/tappy')
-rw-r--r--sci-geosciences/tappy/ChangeLog44
-rw-r--r--sci-geosciences/tappy/Manifest1
-rw-r--r--sci-geosciences/tappy/metadata.xml16
-rw-r--r--sci-geosciences/tappy/tappy-0.9.0.ebuild21
4 files changed, 0 insertions, 82 deletions
diff --git a/sci-geosciences/tappy/ChangeLog b/sci-geosciences/tappy/ChangeLog
deleted file mode 100644
index 193e544b8..000000000
--- a/sci-geosciences/tappy/ChangeLog
+++ /dev/null
@@ -1,44 +0,0 @@
-# ChangeLog for sci-geosciences/tappy
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 04 Dec 2013; Justin Lecher <jlec@gentoo.org> tappy-0.9.0.ebuild,
- metadata.xml:
- Bump to distutils-r1 eclass
-
-*tappy-0.9.0 (19 Oct 2011)
-
- 19 Oct 2011; Tim Cera <tim@cerazone.net> -tappy-0.8.3.ebuild,
- +tappy-0.9.0.ebuild:
- Version bump.
-
- 29 Jun 2010; Justin Lecher <jlec@gentoo.org> tappy-0.8.3.ebuild:
- Python ABI fixes
-
- 25 Jan 2010; Tim Cera <tim@cerazone.net> -tappy-0.8.2.ebuild:
- Removed version 0.8.2.
-
-*tappy-0.8.3 (18 Jul 2009)
-
- 18 Jul 2009; Tim Cera <tim@cerazone.net> +tappy-0.8.3.ebuild:
- Version bump.
-
-*tappy-0.8.2 (01 Jul 2009)
-
- 01 Jul 2009; Tim Cera <tim@cerazone.net> +tappy-0.8.2.ebuild:
- sci-geosciences/tappy: Version bump. Fixed DEPEND and RDEPEND.
-
- 16 Nov 2008; Tim Cera <tim@cerazone.net> -tappy-0.8.0.ebuild,
- +tappy-0.8.1.ebuild:
- Version bump.
-
- 08 Jul 2008; Tim Cera <tim@cerazone.net> tappy-0.8.0.ebuild:
- Added ~x86 per https://bugs.gentoo.org/show_bug.cgi?id=138005#c8
-
- 07 Jul 2008; Tim Cera <tim@cerazone.net> tappy-0.8.0.ebuild:
- Added correct header.
-
- 07 Jul 2008; Tim Cera <tim@cerazone.net> +tappy-0.8.0.ebuild,
- +metadata.xml:
- Initial entry.
-
diff --git a/sci-geosciences/tappy/Manifest b/sci-geosciences/tappy/Manifest
deleted file mode 100644
index 7eb7ed063..000000000
--- a/sci-geosciences/tappy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST tappy-0.9.0.tar.gz 1250867 SHA256 273dce2595a0c2161752d9cb26e4e2569d6f42028cdf0b418c90775ff2443bf0 SHA512 2f3c7676c166dbfe88436cac9a0c4e3d3d4c027e17c39617c45eb02c1c2eda9276afb1ceaa16afd54bb6de130248f83c8c66aeb3509483cce642d2eb631fb9df WHIRLPOOL 83c24a29c2818c0ed6767b8e18c6b899befd26935de31ac933d83c5dd5d0e74bd908f52a174fe6dff8fcdd47e4cad8658be5a9f3c2bf12d70978cb1c2edc7ed0
diff --git a/sci-geosciences/tappy/metadata.xml b/sci-geosciences/tappy/metadata.xml
deleted file mode 100644
index bdb0263e7..000000000
--- a/sci-geosciences/tappy/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>sci-geosciences</herd>
- <maintainer>
- <email>tim@cerazone.net</email>
- <name>Tim Cera</name>
- </maintainer>
- <longdescription lang="en">
-TAPPY is a tidal analysis package. It breaks down a record of water levels into
-the component sine waves. It is written in Python and uses the least squares
-optimization and other functions in SciPy. The focus is to make the most
-accurate analysis possible. TAPPY only determines the constituents that are
-calculatable according to the length of the time series.
-</longdescription>
-</pkgmetadata>
diff --git a/sci-geosciences/tappy/tappy-0.9.0.ebuild b/sci-geosciences/tappy/tappy-0.9.0.ebuild
deleted file mode 100644
index ef1c5cb3f..000000000
--- a/sci-geosciences/tappy/tappy-0.9.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Tidal Analysis in Python"
-HOMEPAGE="http://tappy.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=">=sci-libs/scipy-0.3.2[${PYTHON_USEDEP}]"