commit:     a01709120eaca021c59cf470897f0590ee05683d
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 16 06:30:30 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Apr 16 06:30:30 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a0170912

In CVS

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-geosciences/tappy/ChangeLog          | 44 --------------------------------
 sci-geosciences/tappy/metadata.xml       | 16 ------------
 sci-geosciences/tappy/tappy-0.9.0.ebuild | 21 ---------------
 3 files changed, 81 deletions(-)

diff --git a/sci-geosciences/tappy/ChangeLog b/sci-geosciences/tappy/ChangeLog
deleted file mode 100644
index 193e544..0000000
--- 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 <[email protected]> tappy-0.9.0.ebuild,
-  metadata.xml:
-  Bump to distutils-r1 eclass
-
-*tappy-0.9.0 (19 Oct 2011)
-
-  19 Oct 2011; Tim Cera <[email protected]> -tappy-0.8.3.ebuild,
-  +tappy-0.9.0.ebuild:
-  Version bump.
-
-  29 Jun 2010; Justin Lecher <[email protected]> tappy-0.8.3.ebuild:
-  Python ABI fixes
-
-  25 Jan 2010; Tim Cera <[email protected]> -tappy-0.8.2.ebuild:
-  Removed version 0.8.2.
-
-*tappy-0.8.3 (18 Jul 2009)
-
-  18 Jul 2009; Tim Cera <[email protected]> +tappy-0.8.3.ebuild:
-  Version bump.
-
-*tappy-0.8.2 (01 Jul 2009)
-
-  01 Jul 2009; Tim Cera <[email protected]> +tappy-0.8.2.ebuild:
-  sci-geosciences/tappy: Version bump. Fixed DEPEND and RDEPEND.
-
-  16 Nov 2008; Tim Cera <[email protected]> -tappy-0.8.0.ebuild,
-  +tappy-0.8.1.ebuild:
-  Version bump.
-
-  08 Jul 2008; Tim Cera <[email protected]> tappy-0.8.0.ebuild:
-  Added ~x86 per https://bugs.gentoo.org/show_bug.cgi?id=138005#c8
-
-  07 Jul 2008; Tim Cera <[email protected]> tappy-0.8.0.ebuild:
-  Added correct header.
-
-  07 Jul 2008; Tim Cera <[email protected]> +tappy-0.8.0.ebuild,
-  +metadata.xml:
-  Initial entry.
-

diff --git a/sci-geosciences/tappy/metadata.xml 
b/sci-geosciences/tappy/metadata.xml
deleted file mode 100644
index bdb0263..0000000
--- 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>[email protected]</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 ef1c5cb..0000000
--- 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}]"

Reply via email to