commit: 99b6e13f06053081cabeaa6fad06f5954904a542 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Mon Jul 24 22:31:24 2017 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Mon Jul 24 22:54:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b6e13f
gnustep-apps/gshisen: EAPI bump, ebuild cleanup Package-Manager: Portage-2.3.6, Repoman-2.3.3 gnustep-apps/gshisen/gshisen-1.3.0-r1.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gnustep-apps/gshisen/gshisen-1.3.0-r1.ebuild b/gnustep-apps/gshisen/gshisen-1.3.0-r1.ebuild new file mode 100644 index 00000000000..8426ed4854f --- /dev/null +++ b/gnustep-apps/gshisen/gshisen-1.3.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnustep-2 + +MY_PN=GShisen +DESCRIPTION="The first GNUstep game, similar to Mahjongg" +HOMEPAGE="http://gap.nongnu.org/gshisen/index.html" +SRC_URI="https://savannah.nongnu.org/download/gap/${MY_PN}-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S=${WORKDIR}/${MY_PN}-${PV}
