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 6F35A13835B for ; Sat, 27 Feb 2021 16:54:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0F84E0968; Sat, 27 Feb 2021 16:54:36 +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 89310E0968 for ; Sat, 27 Feb 2021 16:54:36 +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 5D6D5341102 for ; Sat, 27 Feb 2021 16:54:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 102804DC for ; Sat, 27 Feb 2021 16:54:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614444826.be9107d15f321656f335a102876cdb18bbca48b5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/espresso-ab/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/espresso-ab/espresso-ab-1.0-r1.ebuild X-VCS-Directories: sci-electronics/espresso-ab/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: be9107d15f321656f335a102876cdb18bbca48b5 X-VCS-Branch: master Date: Sat, 27 Feb 2021 16:54:34 +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: 4f4625b2-b63f-4dd7-b19a-47e31e9d4ba4 X-Archives-Hash: 6083096b2d7e5b82c76fbfe701a9c61f commit: be9107d15f321656f335a102876cdb18bbca48b5 Author: Jakov Smolic sartura hr> AuthorDate: Sat Feb 27 16:22:48 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 27 16:53:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9107d1 sci-electronics/espresso-ab: Remove old Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Sam James gentoo.org> sci-electronics/espresso-ab/espresso-ab-1.0-r1.ebuild | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/sci-electronics/espresso-ab/espresso-ab-1.0-r1.ebuild b/sci-electronics/espresso-ab/espresso-ab-1.0-r1.ebuild deleted file mode 100644 index b15eaf028a8..00000000000 --- a/sci-electronics/espresso-ab/espresso-ab-1.0-r1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="POSIX compliant version of the espresso logic minimization tool" -HOMEPAGE="http://www.cs.man.ac.uk/apt/projects/balsa/" -SRC_URI="ftp://ftp.cs.man.ac.uk/pub/amulet/balsa/other-software/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="" - -DOCS="README"