commit: 5a07f1f82f6aa91231628e350981ece66c21cc15
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 2 11:41:59 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Mar 2 19:11:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a07f1f8
sci-geosciences/congen: Drop old
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
sci-geosciences/congen/congen-1.6.2.ebuild | 33 ------------------------------
1 file changed, 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 758756a967d..00000000000
--- 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
-}