Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/PDL: PDL-2.4.7.ebuild ChangeLog PDL-2.4.3-r1.ebuild
Date: Sat, 29 Sep 2012 16:02:27
Message-Id: 20120929160201.29F7E21600@flycatcher.gentoo.org
1 armin76 12/09/29 16:02:00
2
3 Modified: PDL-2.4.7.ebuild ChangeLog PDL-2.4.3-r1.ebuild
4 Log:
5 Drop alpha/ia64/s390/sh/sparc keywords
6
7 (Portage version: 2.1.11.16/cvs/Linux ia64)
8
9 Revision Changes Path
10 1.4 dev-perl/PDL/PDL-2.4.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.7.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.7.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.7.ebuild?r1=1.3&r2=1.4
15
16 Index: PDL-2.4.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.7.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- PDL-2.4.7.ebuild 23 Aug 2010 13:39:54 -0000 1.3
23 +++ PDL-2.4.7.ebuild 29 Sep 2012 16:02:00 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 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-perl/PDL/PDL-2.4.7.ebuild,v 1.3 2010/08/23 13:39:54 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.7.ebuild,v 1.4 2012/09/29 16:02:00 armin76 Exp $
30
31 EAPI=2
32
33 @@ -11,7 +11,7 @@
34
35 LICENSE="Artistic as-is"
36 SLOT="0"
37 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86"
38 +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
39 IUSE="badval fftw gsl"
40
41 DEPEND=">=sys-libs/ncurses-5.2
42
43
44
45 1.103 dev-perl/PDL/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.103&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?rev=1.103&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/ChangeLog?r1=1.102&r2=1.103
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v
54 retrieving revision 1.102
55 retrieving revision 1.103
56 diff -u -r1.102 -r1.103
57 --- ChangeLog 28 Aug 2012 16:37:26 -0000 1.102
58 +++ ChangeLog 29 Sep 2012 16:02:00 -0000 1.103
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-perl/PDL
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.102 2012/08/28 16:37:26 bicatali Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/ChangeLog,v 1.103 2012/09/29 16:02:00 armin76 Exp $
64 +
65 + 29 Sep 2012; Raúl Porcel <armin76@g.o> PDL-2.4.3-r1.ebuild,
66 + PDL-2.4.7.ebuild:
67 + Drop alpha/ia64/s390/sh/sparc keywords
68
69 28 Aug 2012; Sébastien Fabbro <bicatali@g.o>
70 +files/PDL-2.4.11-shared-fftw.patch, PDL-2.4.11.ebuild:
71
72
73
74 1.17 dev-perl/PDL/PDL-2.4.3-r1.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild?rev=1.17&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild?rev=1.17&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild?r1=1.16&r2=1.17
79
80 Index: PDL-2.4.3-r1.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild,v
83 retrieving revision 1.16
84 retrieving revision 1.17
85 diff -u -r1.16 -r1.17
86 --- PDL-2.4.3-r1.ebuild 14 Dec 2010 03:17:41 -0000 1.16
87 +++ PDL-2.4.3-r1.ebuild 29 Sep 2012 16:02:00 -0000 1.17
88 @@ -1,6 +1,6 @@
89 -# Copyright 1999-2010 Gentoo Foundation
90 +# Copyright 1999-2012 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild,v 1.16 2010/12/14 03:17:41 mattst88 Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild,v 1.17 2012/09/29 16:02:00 armin76 Exp $
94
95 inherit perl-module eutils multilib
96
97 @@ -10,7 +10,7 @@
98
99 LICENSE="Artistic as-is"
100 SLOT="0"
101 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~s390 sh sparc x86"
102 +KEYWORDS="amd64 arm hppa ppc x86"
103 IUSE="opengl badval gsl"
104
105 DEPEND=">=sys-libs/ncurses-5.2