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/megaglest-data: ChangeLog megaglest-data-3.7.1.ebuild
Date: Fri, 23 Nov 2012 17:13:17
Message-Id: 20121123171302.22B7A20C9F@flycatcher.gentoo.org
1 hasufell 12/11/23 17:13:02
2
3 Modified: ChangeLog
4 Added: megaglest-data-3.7.1.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
9
10 Revision Changes Path
11 1.4 games-strategy/megaglest-data/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest-data/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest-data/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest-data/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 14 Nov 2012 17:10:49 -0000 1.3
24 +++ ChangeLog 23 Nov 2012 17:13:01 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for games-strategy/megaglest-data
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/ChangeLog,v 1.3 2012/11/14 17:10:49 hasufell Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/ChangeLog,v 1.4 2012/11/23 17:13:01 hasufell Exp $
30 +
31 +*megaglest-data-3.7.1 (23 Nov 2012)
32 +
33 + 23 Nov 2012; Julian Ospald <hasufell@g.o>
34 + +megaglest-data-3.7.1.ebuild:
35 + version bump
36
37 *megaglest-data-3.7.0 (14 Nov 2012)
38
39
40
41
42 1.1 games-strategy/megaglest-data/megaglest-data-3.7.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.7.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.7.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: megaglest-data-3.7.1.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.7.1.ebuild,v 1.1 2012/11/23 17:13:01 hasufell Exp $
52
53 EAPI=4
54 inherit cmake-utils games
55
56 MY_PN="megaglest"
57 DESCRIPTION="Data files for the cross-platform 3D realtime strategy game MegaGlest"
58 HOMEPAGE="http://www.megaglest.org/"
59 SRC_URI="mirror://sourceforge/${MY_PN}/${P}.tar.xz"
60
61 LICENSE="CCPL-Attribution-ShareAlike-3.0"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="doc"
65
66 RDEPEND="~games-strategy/megaglest-${PV}"
67
68 DOCS=( docs/AUTHORS.data.txt docs/CHANGELOG.txt docs/README.txt )
69
70 S=${WORKDIR}/${MY_PN}-${PV}
71
72 src_configure() {
73 local mycmakeargs=(
74 -DMEGAGLEST_BIN_INSTALL_PATH="${GAMES_BINDIR}"
75 -DMEGAGLEST_DATA_INSTALL_PATH="${GAMES_DATADIR}/${MY_PN}"
76 -DMEGAGLEST_ICON_INSTALL_PATH="/usr/share/pixmaps"
77 )
78 cmake-utils_src_configure
79 }
80
81 src_compile() {
82 cmake-utils_src_compile
83 }
84
85 src_install() {
86 use doc && HTML_DOCS="docs/glest_factions/"
87
88 cmake-utils_src_install
89
90 prepgamesdirs
91
92 }