Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/xfitsview: xfitsview-2.2.ebuild xfitsview-2.1.ebuild ChangeLog
Date: Fri, 27 Jun 2008 10:22:27
Message-Id: E1KCB5w-0006L5-Ml@stork.gentoo.org
1 ulm 08/06/27 10:22:20
2
3 Modified: xfitsview-2.2.ebuild xfitsview-2.1.ebuild ChangeLog
4 Log:
5 Change dependency from virtual/motif to x11-libs/openmotif, bug 224749.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686)
7
8 Revision Changes Path
9 1.2 sci-astronomy/xfitsview/xfitsview-2.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xfitsview/xfitsview-2.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xfitsview/xfitsview-2.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xfitsview/xfitsview-2.2.ebuild?r1=1.1&r2=1.2
14
15 Index: xfitsview-2.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/xfitsview-2.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xfitsview-2.2.ebuild 11 Sep 2007 11:36:29 -0000 1.1
22 +++ xfitsview-2.2.ebuild 27 Jun 2008 10:22:20 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/xfitsview-2.2.ebuild,v 1.1 2007/09/11 11:36:29 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/xfitsview-2.2.ebuild,v 1.2 2008/06/27 10:22:20 ulm Exp $
29
30 inherit eutils
31
32 @@ -16,7 +16,7 @@
33 KEYWORDS="~amd64 ~x86"
34 IUSE=""
35 RESTRICT="test"
36 -DEPEND="virtual/motif"
37 +DEPEND="x11-libs/openmotif"
38
39 S=${WORKDIR}/${MY_PN}
40
41
42
43
44 1.2 sci-astronomy/xfitsview/xfitsview-2.1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xfitsview/xfitsview-2.1.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xfitsview/xfitsview-2.1.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xfitsview/xfitsview-2.1.ebuild?r1=1.1&r2=1.2
49
50 Index: xfitsview-2.1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/xfitsview-2.1.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- xfitsview-2.1.ebuild 19 Apr 2007 16:27:39 -0000 1.1
57 +++ xfitsview-2.1.ebuild 27 Jun 2008 10:22:20 -0000 1.2
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2007 Gentoo Foundation
60 +# Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/xfitsview-2.1.ebuild,v 1.1 2007/04/19 16:27:39 bicatali Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/xfitsview-2.1.ebuild,v 1.2 2008/06/27 10:22:20 ulm Exp $
64
65 inherit eutils
66
67 @@ -16,7 +16,7 @@
68 KEYWORDS="~amd64 ~x86"
69 IUSE=""
70
71 -DEPEND="virtual/motif"
72 +DEPEND="x11-libs/openmotif"
73
74 S=${WORKDIR}/${MY_PN}
75
76
77
78
79 1.3 sci-astronomy/xfitsview/ChangeLog
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xfitsview/ChangeLog?rev=1.3&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xfitsview/ChangeLog?rev=1.3&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xfitsview/ChangeLog?r1=1.2&r2=1.3
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/ChangeLog,v
88 retrieving revision 1.2
89 retrieving revision 1.3
90 diff -u -r1.2 -r1.3
91 --- ChangeLog 11 Sep 2007 11:36:29 -0000 1.2
92 +++ ChangeLog 27 Jun 2008 10:22:20 -0000 1.3
93 @@ -1,6 +1,10 @@
94 # ChangeLog for sci-astronomy/xfitsview
95 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/ChangeLog,v 1.2 2007/09/11 11:36:29 bicatali Exp $
97 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
98 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xfitsview/ChangeLog,v 1.3 2008/06/27 10:22:20 ulm Exp $
99 +
100 + 27 Jun 2008; Ulrich Mueller <ulm@g.o> xfitsview-2.1.ebuild,
101 + xfitsview-2.2.ebuild:
102 + Change dependency from virtual/motif to x11-libs/openmotif, bug 224749.
103
104 *xfitsview-2.2 (11 Sep 2007)
105
106
107
108
109 --
110 gentoo-commits@l.g.o mailing list