From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6471B1385A6 for ; Fri, 14 Aug 2015 23:19:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89958E07A0; Fri, 14 Aug 2015 23:18:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B4C3E07A0 for ; Fri, 14 Aug 2015 23:18:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3BBE8340C1B for ; Fri, 14 Aug 2015 23:18:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8168D152 for ; Fri, 14 Aug 2015 23:18:53 +0000 (UTC) From: "Julian Ospald" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julian Ospald" Message-ID: <1439594327.1b7b14a5a0e0b7dbce005ac66c660fc3a75613c5.hasufell@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/congen/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/congen/Manifest sci-geosciences/congen/congen-1.6.1_p2.ebuild X-VCS-Directories: sci-geosciences/congen/ X-VCS-Committer: hasufell X-VCS-Committer-Name: Julian Ospald X-VCS-Revision: 1b7b14a5a0e0b7dbce005ac66c660fc3a75613c5 X-VCS-Branch: master Date: Fri, 14 Aug 2015 23:18:53 +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-Archives-Salt: fd108f54-95c5-48aa-b582-15fc9a9a35d6 X-Archives-Hash: 73c8cd509d3e845d1e241cc453fe9782 commit: 1b7b14a5a0e0b7dbce005ac66c660fc3a75613c5 Author: Julian Ospald gentoo org> AuthorDate: Fri Aug 14 23:18:10 2015 +0000 Commit: Julian Ospald gentoo org> CommitDate: Fri Aug 14 23:18:47 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b7b14a5 sci-geosciences/congen: rm old sci-geosciences/congen/Manifest | 1 - sci-geosciences/congen/congen-1.6.1_p2.ebuild | 34 --------------------------- 2 files changed, 35 deletions(-) diff --git a/sci-geosciences/congen/Manifest b/sci-geosciences/congen/Manifest index 03b5e5f..921dd6b 100644 --- a/sci-geosciences/congen/Manifest +++ b/sci-geosciences/congen/Manifest @@ -1,2 +1 @@ -DIST congen-1.6.1-r2.tar.bz2 287890 SHA256 2cdd41fc42e61603f25f34ded65f7823d9a0dda6454b791aa73d13ccd98f4058 SHA512 367f199e195e238cf5fc7349c2c0d912a4f9d2f2023b3106eb933e3799dc4624f0fd0c6fb27125c504ca22d3a723228a1d3e647e254cb1465fc6af48a2372dd6 WHIRLPOOL 48f31c041a1bc6d0088e229bcd32962507dda5e42452d8a60cb2572f0a9d7b7cf3e24c962cb6c70e85a1f0cf50c89df7f3e1baea24ec23d82b6d8484efd94403 DIST congen-1.6.2.tar.bz2 293130 SHA256 8a8a458a2e797feb78183aa84656aad8064b8a40f0c0bb7a4d813d7d25e1f83c SHA512 21cabdf0fba8cfa8e72068db44e6db0288ce932f81f526f04421272550244de9c617dc12d2c162186cbb9f70d9a44aca48b6f132317fc2fa3c47860d2f58bad6 WHIRLPOOL d51588d177b32ad145c4594a8e8cf65814207f476708a6f5b26fefc77e994b19a9c44a3b18aa545bd735d130d096232df2488e38eb08f99b67846a66a77320db diff --git a/sci-geosciences/congen/congen-1.6.1_p2.ebuild b/sci-geosciences/congen/congen-1.6.1_p2.ebuild deleted file mode 100644 index b6a2efc..0000000 --- a/sci-geosciences/congen/congen-1.6.1_p2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils - -MY_P=${P/_p/-r} -DESCRIPTION="A package for generating the speeds, equilibrium arguments, and 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 -}