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 0346113835B for ; Fri, 18 Sep 2020 15:03:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4657DE0869; Fri, 18 Sep 2020 15:03:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 2FCB6E0869 for ; Fri, 18 Sep 2020 15:03:11 +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 3E7B5340E28 for ; Fri, 18 Sep 2020 15:03:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED93E36F for ; Fri, 18 Sep 2020 15:03:08 +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: <1600441382.4bf319de6756b5d5d3d07d6c86392f496debca1e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/gmines/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-apps/gmines/gmines-0.2.ebuild X-VCS-Directories: gnustep-apps/gmines/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4bf319de6756b5d5d3d07d6c86392f496debca1e X-VCS-Branch: master Date: Fri, 18 Sep 2020 15:03:08 +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: b46fd019-e9e7-418b-bf5c-181ca90478a3 X-Archives-Hash: 6252be76f2ca61625c1fcdf99533a9fa commit: 4bf319de6756b5d5d3d07d6c86392f496debca1e Author: Sam James gentoo org> AuthorDate: Fri Sep 18 15:02:55 2020 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 18 15:03:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf319de gnustep-apps/gmines: cleanup EAPI 4 Closes: https://bugs.gentoo.org/740940 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> gnustep-apps/gmines/gmines-0.2.ebuild | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/gnustep-apps/gmines/gmines-0.2.ebuild b/gnustep-apps/gmines/gmines-0.2.ebuild deleted file mode 100644 index ae3fa27c33e..00000000000 --- a/gnustep-apps/gmines/gmines-0.2.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit gnustep-2 - -DESCRIPTION="The well-known minesweeper game" -HOMEPAGE="http://gap.nongnu.org/gmines/index.html" -SRC_URI="https://savannah.nongnu.org/download/gap/${P/gm/GM}.tar.gz" -KEYWORDS="amd64 ppc x86" -SLOT="0" -LICENSE="GPL-2" -IUSE="" - -S=${WORKDIR}/${P/gm/GM}