Skip to content

Commit

Permalink
games-sports/ski: [QA] Add missing python metadata variables
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
SoapGentoo committed Apr 23, 2017
1 parent ed29262 commit 1f2d504
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
9 changes: 6 additions & 3 deletions games-sports/ski/ski-6.8.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit python-single-r1 games

DESCRIPTION="A simple text-mode skiing game"
Expand All @@ -13,9 +15,10 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

DEPEND=""
RDEPEND=""
RDEPEND="${PYTHON_DEPS}"
DEPEND="${RDEPEND}"

pkg_setup() {
games_pkg_setup
Expand Down
13 changes: 6 additions & 7 deletions games-sports/ski/ski-6.9-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python2_7 )

inherit eutils python-single-r1

DESCRIPTION="A simple text-mode skiing game"
Expand All @@ -13,13 +15,10 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

DEPEND=""
RDEPEND=""

pkg_setup() {
python-single-r1_pkg_setup
}
RDEPEND="${PYTHON_DEPS}"
DEPEND="${RDEPEND}"

src_install() {
dobin ski
Expand Down
9 changes: 6 additions & 3 deletions games-sports/ski/ski-6.9.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit python-single-r1 games

DESCRIPTION="A simple text-mode skiing game"
Expand All @@ -13,9 +15,10 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

DEPEND=""
RDEPEND=""
RDEPEND="${PYTHON_DEPS}"
DEPEND="${RDEPEND}"

pkg_setup() {
games_pkg_setup
Expand Down

0 comments on commit 1f2d504

Please sign in to comment.