From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA0C1138334 for ; Sat, 2 Mar 2019 19:11:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9789EE089F; Sat, 2 Mar 2019 19:11:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 722A2E08A0 for ; Sat, 2 Mar 2019 19:11:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1780335CED for ; Sat, 2 Mar 2019 19:11:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64C70556 for ; Sat, 2 Mar 2019 19:11:42 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1551553891.5a07f1f82f6aa91231628e350981ece66c21cc15.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/congen/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/congen/congen-1.6.2.ebuild X-VCS-Directories: sci-geosciences/congen/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 5a07f1f82f6aa91231628e350981ece66c21cc15 X-VCS-Branch: master Date: Sat, 2 Mar 2019 19:11:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9352583f-71a0-424c-a305-1e6e854df85e X-Archives-Hash: 7f6f1c37ead0072dc678d40a4b0af8f4 commit: 5a07f1f82f6aa91231628e350981ece66c21cc15 Author: Pacho Ramos gentoo org> AuthorDate: Sat Mar 2 11:41:59 2019 +0000 Commit: Pacho Ramos gentoo 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 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 -}