summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-03-02 12:41:59 +0100
committerPacho Ramos <pacho@gentoo.org>2019-03-02 20:11:31 +0100
commit5a07f1f82f6aa91231628e350981ece66c21cc15 (patch)
tree0c33f3820c4c6f1ce61cdc48eb0a4856ac448333 /sci-geosciences
parentsci-geosciences/harmonics-dwf-free: Drop old (diff)
downloadgentoo-5a07f1f82f6aa91231628e350981ece66c21cc15.tar.gz
gentoo-5a07f1f82f6aa91231628e350981ece66c21cc15.tar.bz2
gentoo-5a07f1f82f6aa91231628e350981ece66c21cc15.zip
sci-geosciences/congen: Drop old
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/congen/congen-1.6.2.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/sci-geosciences/congen/congen-1.6.2.ebuild b/sci-geosciences/congen/congen-1.6.2.ebuild
deleted file mode 100644
index 758756a967d3..000000000000
--- a/sci-geosciences/congen/congen-1.6.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-MY_P=${P/_p/-r}
-DESCRIPTION="Calculate speeds, equilibrium arguments, node factors of tidal constituents"
-HOMEPAGE="http://www.flaterco.com/xtide/files.html"
-SRC_URI="ftp://ftp.flaterco.com/xtide/${MY_P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="static-libs"
-
-DEPEND=">=sci-geosciences/libtcd-2.2.3"
-RDEPEND="${DEPEND}"
-
-MAKEOPTS+=" -j1"
-
-S=${WORKDIR}/${P%_p*}
-
-src_configure() {
- econf \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- use static-libs || prune_libtool_files
-}