Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/crimson/
Date: Tue, 01 May 2018 19:37:52
Message-Id: 1525203354.f0ef135fa2e5e25318e7a9301cf387b7119c2a0f.pacho@gentoo
1 commit: f0ef135fa2e5e25318e7a9301cf387b7119c2a0f
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 1 18:51:58 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue May 1 19:35:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ef135f
7
8 games-strategy/crimson: Drop old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 games-strategy/crimson/crimson-0.5.3.ebuild | 58 -----------------------------
13 1 file changed, 58 deletions(-)
14
15 diff --git a/games-strategy/crimson/crimson-0.5.3.ebuild b/games-strategy/crimson/crimson-0.5.3.ebuild
16 deleted file mode 100644
17 index 0cec24d6a05..00000000000
18 --- a/games-strategy/crimson/crimson-0.5.3.ebuild
19 +++ /dev/null
20 @@ -1,58 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit eutils games
26 -
27 -DESCRIPTION="Tactical war game in the tradition of Battle Isle"
28 -HOMEPAGE="http://crimson.seul.org/"
29 -SRC_URI="http://crimson.seul.org/files/${P}.tar.bz2"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86"
34 -IUSE="test zlib"
35 -
36 -RDEPEND="media-libs/libsdl[sound,video]
37 - media-libs/sdl-mixer
38 - media-libs/sdl-ttf
39 - media-libs/sdl-net
40 - zlib? ( sys-libs/zlib )"
41 -DEPEND="${RDEPEND}
42 - dev-libs/libxslt
43 - test? (
44 - =app-text/docbook-xml-dtd-4.2*
45 - dev-libs/libxml2
46 - )"
47 -
48 -src_configure() {
49 - egamesconf \
50 - --enable-sound \
51 - --enable-network \
52 - $(use_with zlib) \
53 - --enable-cfed \
54 - --enable-bi2cf \
55 - --enable-comet \
56 - --enable-cf2bmp
57 -}
58 -
59 -src_install() {
60 - emake \
61 - DESTDIR="${D}" \
62 - pixmapsdir="/usr/share/pixmaps" \
63 - install
64 - dodoc NEWS README* THANKS TODO
65 - rm -rf "${D}/${GAMES_DATADIR}/applications"
66 - make_desktop_entry crimson "Crimson Fields"
67 - prepgamesdirs
68 -}
69 -
70 -pkg_postinst() {
71 - games_pkg_postinst
72 - echo
73 - ewarn "Crimson Fields ${PV} is not necessarily save-game compatible with previous versions."
74 - echo
75 - elog "If you have older save files and you wish to continue those games,"
76 - elog "you'll need to remerge the version with which you started"
77 - elog "those save-games."
78 -}