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 C1D05138350 for ; Thu, 19 Mar 2020 07:40:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11960E0991; Thu, 19 Mar 2020 07:40:57 +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 EC5DEE0991 for ; Thu, 19 Mar 2020 07:40:56 +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 AC0CE34F2FF for ; Thu, 19 Mar 2020 07:40:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96322187 for ; Thu, 19 Mar 2020 07:40:53 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1584603649.21aac68f9c1b6138c3d303c3c7c79e7e86d3f128.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/tappy/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/tappy/Manifest sci-geosciences/tappy/metadata.xml sci-geosciences/tappy/tappy-0.9.0-r1.ebuild X-VCS-Directories: sci-geosciences/tappy/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 21aac68f9c1b6138c3d303c3c7c79e7e86d3f128 X-VCS-Branch: master Date: Thu, 19 Mar 2020 07:40: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5a946f07-5f7a-447c-a948-a8c0b0ff28e4 X-Archives-Hash: c7d93e97fa8144ad690ee93fbbfee2e8 commit: 21aac68f9c1b6138c3d303c3c7c79e7e86d3f128 Author: Mikle Kolyada gentoo org> AuthorDate: Thu Mar 19 07:40:42 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Mar 19 07:40:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21aac68f sci-geosciences/tappy: remove last-rited pkg Signed-off-by: Mikle Kolyada gentoo.org> sci-geosciences/tappy/Manifest | 1 - sci-geosciences/tappy/metadata.xml | 8 -------- sci-geosciences/tappy/tappy-0.9.0-r1.ebuild | 29 ----------------------------- 3 files changed, 38 deletions(-) diff --git a/sci-geosciences/tappy/Manifest b/sci-geosciences/tappy/Manifest deleted file mode 100644 index cc6b620242a..00000000000 --- a/sci-geosciences/tappy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tappy-0.9.0.tar.gz 1250867 BLAKE2B e88a4744d29dfbf8f225b0167e845e9df57ad9f81d4edb840d59f05d28f99f26df7d9feb278d0ad6eedcc538fee112aae266c52aca27a3c8c780c8b1b43f1a3c SHA512 2f3c7676c166dbfe88436cac9a0c4e3d3d4c027e17c39617c45eb02c1c2eda9276afb1ceaa16afd54bb6de130248f83c8c66aeb3509483cce642d2eb631fb9df diff --git a/sci-geosciences/tappy/metadata.xml b/sci-geosciences/tappy/metadata.xml deleted file mode 100644 index 77c02458b0a..00000000000 --- a/sci-geosciences/tappy/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - tappy - - diff --git a/sci-geosciences/tappy/tappy-0.9.0-r1.ebuild b/sci-geosciences/tappy/tappy-0.9.0-r1.ebuild deleted file mode 100644 index 8f6ed281d6c..00000000000 --- a/sci-geosciences/tappy/tappy-0.9.0-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="xml" -inherit distutils-r1 - -DESCRIPTION="Tidal Analysis in Python breaks hourly water level into tidal components" -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=" - || ( - dev-python/matplotlib-python2[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - ) - dev-python/pywavelets[${PYTHON_USEDEP}] - || ( - sci-libs/scipy-python2[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - )"