diff options
author | Sam James <sam@gentoo.org> | 2020-09-18 15:02:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-18 15:03:02 +0000 |
commit | 4bf319de6756b5d5d3d07d6c86392f496debca1e (patch) | |
tree | 448140112112a5f70e465e682feb7da992446bb6 /gnustep-apps | |
parent | gnustep-apps/gmines: Stabilize 0.2-r1 x86, #740940 (diff) | |
download | gentoo-4bf319de6756b5d5d3d07d6c86392f496debca1e.tar.gz gentoo-4bf319de6756b5d5d3d07d6c86392f496debca1e.tar.bz2 gentoo-4bf319de6756b5d5d3d07d6c86392f496debca1e.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/gmines/gmines-0.2.ebuild | 15 |
1 files changed, 0 insertions, 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 ae3fa27c33e0..000000000000 --- 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} |