Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/dunelegacy: dunelegacy-0.96.3.ebuild ChangeLog
Date: Mon, 04 Mar 2013 16:32:23
Message-Id: 20130304163219.1331B2171D@flycatcher.gentoo.org
1 hasufell 13/03/04 16:32:19
2
3 Modified: ChangeLog
4 Added: dunelegacy-0.96.3.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
9
10 Revision Changes Path
11 1.8 games-strategy/dunelegacy/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 4 Nov 2012 18:49:43 -0000 1.7
24 +++ ChangeLog 4 Mar 2013 16:32:18 -0000 1.8
25 @@ -1,6 +1,12 @@
26 # ChangeLog for games-strategy/dunelegacy
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v 1.7 2012/11/04 18:49:43 hasufell Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/ChangeLog,v 1.8 2013/03/04 16:32:18 hasufell Exp $
31 +
32 +*dunelegacy-0.96.3 (04 Mar 2013)
33 +
34 + 04 Mar 2013; Julian Ospald <hasufell@g.o> +dunelegacy-0.96.3.ebuild,
35 + +files/dunelegacy-0.96.3-build.patch:
36 + version bump
37
38 04 Nov 2012; Julian Ospald <hasufell@g.o>
39 files/dunelegacy-0.96.2-build.patch:
40
41
42
43 1.1 games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: dunelegacy-0.96.3.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/games-strategy/dunelegacy/dunelegacy-0.96.3.ebuild,v 1.1 2013/03/04 16:32:18 hasufell Exp $
53
54 EAPI=5
55 inherit autotools eutils gnome2-utils games
56
57 DESCRIPTION="Updated clone of Westood Studios' Dune2"
58 HOMEPAGE="http://dunelegacy.sourceforge.net"
59 SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~arm ~x86"
64 IUSE="+alsa pulseaudio"
65
66 RDEPEND="media-libs/libsdl[X,alsa?,audio,pulseaudio?,video]
67 media-libs/sdl-mixer[midi,mp3,vorbis]"
68 DEPEND="${RDEPEND}
69 virtual/pkgconfig"
70
71 # exits on start without libsdl[alsa] or libsdl[pulseaudio]
72 REQUIRED_USE="|| ( alsa pulseaudio )"
73
74 src_prepare() {
75 epatch "${FILESDIR}"/${P}-build.patch
76 eautoreconf
77 }
78
79 src_install() {
80 default
81
82 doicon -s scalable ${PN}.svg
83 doicon -s 48 ${PN}.png
84 make_desktop_entry ${PN} "Dune Legacy"
85
86 prepgamesdirs
87 }
88
89 pkg_preinst() {
90 games_pkg_preinst
91 gnome2_icon_savelist
92 }
93
94 pkg_postinst() {
95 games_pkg_postinst
96 gnome2_icon_cache_update
97 }
98
99 pkg_postrm() {
100 gnome2_icon_cache_update
101 }