From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1209341-garchives=archives.gentoo.org@lists.gentoo.org>
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 0ABA5138359
	for <garchives@archives.gentoo.org>; Thu, 24 Sep 2020 19:01:40 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2BA4AE0824;
	Thu, 24 Sep 2020 19:01:39 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 12DF0E0824
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Sep 2020 19:01:38 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 D712D33BE5A
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Sep 2020 19:01:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FFE1379
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Sep 2020 19:01:36 +0000 (UTC)
From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" <gentoo@aisha.cc>
Message-ID: <1600974072.49a4eb921522ecb91c69dbaafef1a2b74ad234b7.epsilon-0@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/Forthon/
X-VCS-Repository: proj/sci
X-VCS-Files: dev-python/Forthon/Forthon-0.8.13.ebuild
X-VCS-Directories: dev-python/Forthon/
X-VCS-Committer: epsilon-0
X-VCS-Committer-Name: Aisha Tammy
X-VCS-Revision: 49a4eb921522ecb91c69dbaafef1a2b74ad234b7
X-VCS-Branch: master
Date: Thu, 24 Sep 2020 19:01:36 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 6caa8255-415d-438c-9828-cbaaffb82e50
X-Archives-Hash: 14d65abd3aeee51a81a65946f944e4a7

commit:     49a4eb921522ecb91c69dbaafef1a2b74ad234b7
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Sep 24 19:01:12 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Thu Sep 24 19:01:12 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=49a4eb92

dev-python/Forthon: drop old version

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-python/Forthon/Forthon-0.8.13.ebuild | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/dev-python/Forthon/Forthon-0.8.13.ebuild b/dev-python/Forthon/Forthon-0.8.13.ebuild
deleted file mode 100644
index cfa00558c..000000000
--- a/dev-python/Forthon/Forthon-0.8.13.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3} )
-
-inherit eutils distutils-r1
-
-DESCRIPTION="Python interface generator for Fortran based codes"
-HOMEPAGE="http://hifweb.lbl.gov/Forthon"
-SRC_URI="http://hifweb.lbl.gov/${PN}/${P}.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples"
-
-python_prepare_all() {
-	sed -i -e "/data_files/ s/'License.txt',//" setup.py || die
-	distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-	dohtml docs/index.html
-	if use examples ; then
-		docinto /usr/share/doc/${PF}
-		dodoc -r {example,simpleexample}
-	fi
-	distutils-r1_python_install_all
-}