From a9ad9aca0eadec6dc64e418d7e2c446854a3dd10 Mon Sep 17 00:00:00 2001 From: Austin English Date: Thu, 27 Oct 2016 13:47:19 -0500 Subject: games-rpg/wastesedge: remove deprecated games eclass Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: portage-2.3.2 --- games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild | 39 +++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild (limited to 'games-rpg') diff --git a/games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild b/games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild new file mode 100644 index 000000000000..bf6b95b394d7 --- /dev/null +++ b/games-rpg/wastesedge/wastesedge-0.3.5-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 ) +inherit eutils python-single-r1 + +DESCRIPTION="role playing game to showcase the adonthell engine" +HOMEPAGE="http://adonthell.linuxgames.com/" +SRC_URI="https://savannah.nongnu.org/download/adonthell/${PN}-src-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="nls" +RESTRICT="userpriv" + +RDEPEND="${PYTHON_DEPS} + >=games-rpg/adonthell-0.3.5-r2[${PYTHON_USEDEP}] + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext )" + +pkg_setup() { + python-single-r1_pkg_setup +} + +src_configure(){ + econf \ + $(use_enable nls) \ + --with-adonthell-binary="/usr/bin/adonthell" +} + +src_install(){ + emake DESTDIR="${D}" pixmapdir=/usr/share/pixmaps install + dodoc AUTHORS ChangeLog NEWS PLAYING README + make_desktop_entry adonthell-wastesedge "Waste's Edge" wastesedge_32x32 +} -- cgit v1.2.3-18-g5258