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: megaglest-data-3.9.0.ebuild ChangeLog
Date: Thu, 21 Nov 2013 17:22:40
Message-Id: 20131121172233.F32A62004B@flycatcher.gentoo.org
1 hasufell 13/11/21 17:22:33
2
3 Modified: megaglest-data-3.9.0.ebuild ChangeLog
4 Log:
5 fix dep wrt #492206
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.2 games-strategy/megaglest-data/megaglest-data-3.9.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.9.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.9.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.9.0.ebuild?r1=1.1&r2=1.2
15
16 Index: megaglest-data-3.9.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.9.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- megaglest-data-3.9.0.ebuild 19 Nov 2013 01:21:05 -0000 1.1
23 +++ megaglest-data-3.9.0.ebuild 21 Nov 2013 17:22:33 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.9.0.ebuild,v 1.1 2013/11/19 01:21:05 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.9.0.ebuild,v 1.2 2013/11/21 17:22:33 hasufell Exp $
29
30 EAPI=5
31 inherit cmake-utils games
32 @@ -15,7 +15,7 @@
33 KEYWORDS="~amd64 ~x86"
34 IUSE="doc"
35
36 -RDEPEND="~games-strategy/megaglest-${PV}.3"
37 +RDEPEND="~games-strategy/megaglest-${PV}.4"
38
39 DOCS=( docs/AUTHORS.data.txt docs/CHANGELOG.txt docs/README.txt )
40
41
42
43
44 1.10 games-strategy/megaglest-data/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest-data/ChangeLog?rev=1.10&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest-data/ChangeLog?rev=1.10&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest-data/ChangeLog?r1=1.9&r2=1.10
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/ChangeLog,v
53 retrieving revision 1.9
54 retrieving revision 1.10
55 diff -u -r1.9 -r1.10
56 --- ChangeLog 19 Nov 2013 01:21:05 -0000 1.9
57 +++ ChangeLog 21 Nov 2013 17:22:33 -0000 1.10
58 @@ -1,6 +1,9 @@
59 # ChangeLog for games-strategy/megaglest-data
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/ChangeLog,v 1.9 2013/11/19 01:21:05 hasufell Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/ChangeLog,v 1.10 2013/11/21 17:22:33 hasufell Exp $
63 +
64 + 21 Nov 2013; Julian Ospald <hasufell@g.o> megaglest-data-3.9.0.ebuild:
65 + fix dep wrt #492206
66
67 *megaglest-data-3.9.0 (19 Nov 2013)