diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-05-02 20:03:18 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-05-02 21:27:54 +0200 |
commit | 7b5fd847f78e250af5054fd46701a0cf6ca9d7c2 (patch) | |
tree | be317ba263f31ba943ef945a7ec7f6627d752abf /games-strategy | |
parent | games-strategy/lightyears: Stop using games.eclass (diff) | |
download | gentoo-7b5fd847f78e250af5054fd46701a0cf6ca9d7c2.tar.gz gentoo-7b5fd847f78e250af5054fd46701a0cf6ca9d7c2.tar.bz2 gentoo-7b5fd847f78e250af5054fd46701a0cf6ca9d7c2.zip |
games-strategy/lightyears: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/lightyears/lightyears-1.4-r1.ebuild | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/games-strategy/lightyears/lightyears-1.4-r1.ebuild b/games-strategy/lightyears/lightyears-1.4-r1.ebuild deleted file mode 100644 index 2215ab7dc4a0..000000000000 --- a/games-strategy/lightyears/lightyears-1.4-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -inherit eutils python-single-r1 games - -DESCRIPTION="a single-player game with a science-fiction theme" -HOMEPAGE="http://www.jwhitham.org/20kly/" -SRC_URI="http://www.jwhitham.org/20kly/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/pygame[${PYTHON_USEDEP}] - ${PYTHON_DEPS}" -RDEPEND=${DEPEND} -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -src_prepare() { - epatch "${FILESDIR}/${P}"-gentoo.patch - sed -i \ - -e "s:@GENTOO_LIBDIR@:$(games_get_libdir)/${PN}:" \ - -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \ - ${PN} || die - python_fix_shebang . -} - -src_install() { - dogamesbin ${PN} - - insinto "$(games_get_libdir)/${PN}" - doins code/*.py - - dodoc README.txt - - insinto "${GAMES_DATADIR}/${PN}" - doins -r audio data manual - - python_optimize "${D}$(games_get_libdir)/${PN}" - - newicon data/32.png ${PN}.png - make_desktop_entry ${PN} "Light Years Into Space" - prepgamesdirs -} - -pkg_setup() { - python-single-r1_pkg_setup - games_pkg_setup -} |