Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyds9: pyds9-1.2.ebuild pyds9-1.3.ebuild ChangeLog
Date: Wed, 01 Feb 2012 02:24:47
Message-Id: 20120201022437.4CAB42004C@flycatcher.gentoo.org
1 floppym 12/02/01 02:24:37
2
3 Modified: pyds9-1.2.ebuild pyds9-1.3.ebuild ChangeLog
4 Log:
5 Inherit multilib.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/pyds9/pyds9-1.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyds9/pyds9-1.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyds9/pyds9-1.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyds9/pyds9-1.2.ebuild?r1=1.1&r2=1.2
15
16 Index: pyds9-1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyds9/pyds9-1.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pyds9-1.2.ebuild 5 Aug 2011 21:55:30 -0000 1.1
23 +++ pyds9-1.2.ebuild 1 Feb 2012 02:24:37 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds9/pyds9-1.2.ebuild,v 1.1 2011/08/05 21:55:30 bicatali Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds9/pyds9-1.2.ebuild,v 1.2 2012/02/01 02:24:37 floppym Exp $
30
31 EAPI=3
32
33 @@ -8,7 +8,7 @@
34 SUPPORT_PYTHON_ABIS="1"
35 RESTRICT_PYTHON_ABIS="3.*"
36
37 -inherit distutils
38 +inherit distutils multilib
39
40 DESCRIPTION="Python interface to XPA to communicate with DS9"
41 HOMEPAGE="http://hea-www.harvard.edu/saord/ds9/pyds9/"
42
43
44
45 1.2 dev-python/pyds9/pyds9-1.3.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyds9/pyds9-1.3.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyds9/pyds9-1.3.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyds9/pyds9-1.3.ebuild?r1=1.1&r2=1.2
50
51 Index: pyds9-1.3.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyds9/pyds9-1.3.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- pyds9-1.3.ebuild 9 Oct 2011 18:34:59 -0000 1.1
58 +++ pyds9-1.3.ebuild 1 Feb 2012 02:24:37 -0000 1.2
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2011 Gentoo Foundation
61 +# Copyright 1999-2012 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds9/pyds9-1.3.ebuild,v 1.1 2011/10/09 18:34:59 xarthisius Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds9/pyds9-1.3.ebuild,v 1.2 2012/02/01 02:24:37 floppym Exp $
65
66 EAPI=3
67
68 @@ -8,7 +8,7 @@
69 SUPPORT_PYTHON_ABIS="1"
70 RESTRICT_PYTHON_ABIS="3.*"
71
72 -inherit distutils
73 +inherit distutils multilib
74
75 DESCRIPTION="Python interface to XPA to communicate with DS9"
76 HOMEPAGE="http://hea-www.harvard.edu/saord/ds9/pyds9/"
77
78
79
80 1.3 dev-python/pyds9/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyds9/ChangeLog?rev=1.3&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyds9/ChangeLog?rev=1.3&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyds9/ChangeLog?r1=1.2&r2=1.3
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyds9/ChangeLog,v
89 retrieving revision 1.2
90 retrieving revision 1.3
91 diff -u -r1.2 -r1.3
92 --- ChangeLog 9 Oct 2011 18:34:59 -0000 1.2
93 +++ ChangeLog 1 Feb 2012 02:24:37 -0000 1.3
94 @@ -1,6 +1,10 @@
95 # ChangeLog for dev-python/pyds9
96 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds9/ChangeLog,v 1.2 2011/10/09 18:34:59 xarthisius Exp $
98 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
99 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds9/ChangeLog,v 1.3 2012/02/01 02:24:37 floppym Exp $
100 +
101 + 01 Feb 2012; Mike Gilbert <floppym@g.o> pyds9-1.2.ebuild,
102 + pyds9-1.3.ebuild:
103 + Inherit multilib.
104
105 *pyds9-1.3 (09 Oct 2011)