Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/stellarium: stellarium-0.13.2.ebuild ChangeLog
Date: Mon, 02 Feb 2015 23:52:33
Message-Id: 20150202235228.C2FAC10ED5@oystercatcher.gentoo.org
1 mr_bones_ 15/02/02 23:52:28
2
3 Modified: stellarium-0.13.2.ebuild ChangeLog
4 Log:
5 add qttest dep (bug #538586)
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.3 sci-astronomy/stellarium/stellarium-0.13.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/stellarium-0.13.2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/stellarium-0.13.2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/stellarium-0.13.2.ebuild?r1=1.2&r2=1.3
15
16 Index: stellarium-0.13.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.13.2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- stellarium-0.13.2.ebuild 2 Feb 2015 04:15:21 -0000 1.2
23 +++ stellarium-0.13.2.ebuild 2 Feb 2015 23:52:28 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.13.2.ebuild,v 1.2 2015/02/02 04:15:21 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.13.2.ebuild,v 1.3 2015/02/02 23:52:28 mr_bones_ Exp $
29
30 EAPI=5
31 inherit cmake-utils eutils flag-o-matic gnome2-utils
32 @@ -34,6 +34,7 @@
33 virtual/opengl
34 sound? ( dev-qt/qtmultimedia:5[widgets] )"
35 DEPEND="${RDEPEND}
36 + dev-qt/qttest:5
37 dev-qt/qtconcurrent:5
38 nls? ( dev-qt/linguist-tools:5 )"
39 DOCS=( AUTHORS ChangeLog README )
40
41
42
43 1.128 sci-astronomy/stellarium/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/ChangeLog?rev=1.128&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/ChangeLog?rev=1.128&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/ChangeLog?r1=1.127&r2=1.128
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v
52 retrieving revision 1.127
53 retrieving revision 1.128
54 diff -u -r1.127 -r1.128
55 --- ChangeLog 2 Feb 2015 04:15:21 -0000 1.127
56 +++ ChangeLog 2 Feb 2015 23:52:28 -0000 1.128
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sci-astronomy/stellarium
59 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.127 2015/02/02 04:15:21 mr_bones_ Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.128 2015/02/02 23:52:28 mr_bones_ Exp $
62 +
63 + 02 Feb 2015; Michael Sterrett <mr_bones_@g.o> stellarium-0.13.2.ebuild:
64 + add qttest dep (bug #538586)
65
66 02 Feb 2015; Michael Sterrett <mr_bones_@g.o> stellarium-0.13.2.ebuild:
67 qt5 has been unmasked