diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 20:51:58 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 21:35:54 +0200 |
commit | f0ef135fa2e5e25318e7a9301cf387b7119c2a0f (patch) | |
tree | aaa0ebe25725b0591f716dbc149094d95000c800 /games-strategy | |
parent | games-strategy/crimson: Stop using games.eclass (diff) | |
download | gentoo-f0ef135fa2e5e25318e7a9301cf387b7119c2a0f.tar.gz gentoo-f0ef135fa2e5e25318e7a9301cf387b7119c2a0f.tar.bz2 gentoo-f0ef135fa2e5e25318e7a9301cf387b7119c2a0f.zip |
games-strategy/crimson: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/crimson/crimson-0.5.3.ebuild | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/games-strategy/crimson/crimson-0.5.3.ebuild b/games-strategy/crimson/crimson-0.5.3.ebuild deleted file mode 100644 index 0cec24d6a050..000000000000 --- a/games-strategy/crimson/crimson-0.5.3.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="Tactical war game in the tradition of Battle Isle" -HOMEPAGE="http://crimson.seul.org/" -SRC_URI="http://crimson.seul.org/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test zlib" - -RDEPEND="media-libs/libsdl[sound,video] - media-libs/sdl-mixer - media-libs/sdl-ttf - media-libs/sdl-net - zlib? ( sys-libs/zlib )" -DEPEND="${RDEPEND} - dev-libs/libxslt - test? ( - =app-text/docbook-xml-dtd-4.2* - dev-libs/libxml2 - )" - -src_configure() { - egamesconf \ - --enable-sound \ - --enable-network \ - $(use_with zlib) \ - --enable-cfed \ - --enable-bi2cf \ - --enable-comet \ - --enable-cf2bmp -} - -src_install() { - emake \ - DESTDIR="${D}" \ - pixmapsdir="/usr/share/pixmaps" \ - install - dodoc NEWS README* THANKS TODO - rm -rf "${D}/${GAMES_DATADIR}/applications" - make_desktop_entry crimson "Crimson Fields" - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - echo - ewarn "Crimson Fields ${PV} is not necessarily save-game compatible with previous versions." - echo - elog "If you have older save files and you wish to continue those games," - elog "you'll need to remerge the version with which you started" - elog "those save-games." -} |