commit:     4e0c0dc6fd5dd932700f6d0ba6400f47d4ddf0b9
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Jun 26 07:32:43 2020 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Jun 27 18:59:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e0c0dc6

gnustep-apps/gmines: EAPI7, fix LICENSE

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 gnustep-apps/gmines/gmines-0.2-r1.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnustep-apps/gmines/gmines-0.2-r1.ebuild 
b/gnustep-apps/gmines/gmines-0.2-r1.ebuild
new file mode 100644
index 00000000000..d49c77a2fa0
--- /dev/null
+++ b/gnustep-apps/gmines/gmines-0.2-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+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+"
+
+S="${WORKDIR}/${P/gm/GM}"

Reply via email to