Skip to content

Commit

Permalink
gnustep-apps/gshisen: EAPI bump, ebuild cleanup
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
voyageur committed Jul 24, 2017
1 parent c557b48 commit 99b6e13
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions gnustep-apps/gshisen/gshisen-1.3.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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}

0 comments on commit 99b6e13

Please sign in to comment.