Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Alien-SDL: Alien-SDL-1.440.0.ebuild Alien-SDL-1.444.0.ebuild ChangeLog
Date: Wed, 30 Jul 2014 12:31:43
Message-Id: 20140730123135.67FD42004E@flycatcher.gentoo.org
1 zlogene 14/07/30 12:31:34
2
3 Modified: Alien-SDL-1.440.0.ebuild Alien-SDL-1.444.0.ebuild
4 ChangeLog
5 Log:
6 Respect CC, thanks to Jer (bug #518576)
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
9
10 Revision Changes Path
11 1.3 dev-perl/Alien-SDL/Alien-SDL-1.440.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.440.0.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.440.0.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.440.0.ebuild?r1=1.2&r2=1.3
16
17 Index: Alien-SDL-1.440.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.440.0.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- Alien-SDL-1.440.0.ebuild 29 Jul 2014 14:32:51 -0000 1.2
24 +++ Alien-SDL-1.440.0.ebuild 30 Jul 2014 12:31:34 -0000 1.3
25 @@ -1,18 +1,17 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.440.0.ebuild,v 1.2 2014/07/29 14:32:51 zlogene Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.440.0.ebuild,v 1.3 2014/07/30 12:31:34 zlogene Exp $
30
31 EAPI=5
32
33 MODULE_AUTHOR=FROGGS
34 MODULE_VERSION=1.440
35 -inherit perl-module
36 +inherit perl-module toolchain-funcs
37
38 DESCRIPTION="building, finding and using SDL binaries"
39
40 SLOT="0"
41 KEYWORDS="~amd64 ~hppa ~x86"
42 -IUSE=""
43
44 # Archive::Extract, File::Fetch, File::Find, Test::More -> dev-lang/perl
45 RDEPEND="dev-perl/Archive-Zip
46 @@ -32,3 +31,8 @@
47
48 SRC_TEST=do
49 myconf='--with-sdl-config'
50 +
51 +src_prepare() {
52 + tc-export CC
53 + perl-module_src_prepare
54 +}
55
56
57
58 1.2 dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild?rev=1.2&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild?rev=1.2&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild?r1=1.1&r2=1.2
63
64 Index: Alien-SDL-1.444.0.ebuild
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild,v
67 retrieving revision 1.1
68 retrieving revision 1.2
69 diff -u -r1.1 -r1.2
70 --- Alien-SDL-1.444.0.ebuild 29 Jul 2014 14:32:51 -0000 1.1
71 +++ Alien-SDL-1.444.0.ebuild 30 Jul 2014 12:31:34 -0000 1.2
72 @@ -1,18 +1,17 @@
73 # Copyright 1999-2014 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild,v 1.1 2014/07/29 14:32:51 zlogene Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild,v 1.2 2014/07/30 12:31:34 zlogene Exp $
77
78 EAPI=5
79
80 MODULE_AUTHOR=FROGGS
81 MODULE_VERSION=1.444
82 -inherit perl-module
83 +inherit perl-module toolchain-funcs
84
85 DESCRIPTION="building, finding and using SDL binaries"
86
87 SLOT="0"
88 KEYWORDS="~amd64 ~hppa ~x86"
89 -IUSE=""
90
91 # Archive::Extract, File::Fetch, File::Find, Test::More -> dev-lang/perl
92 RDEPEND="dev-perl/Archive-Zip
93 @@ -30,5 +29,10 @@
94 virtual/perl-File-Temp"
95 DEPEND=${RDEPEND}
96
97 +src_prepare() {
98 + tc-export CC
99 + perl-module_src_prepare
100 +}
101 +
102 SRC_TEST=do
103 myconf='--with-sdl-config'
104
105
106
107 1.21 dev-perl/Alien-SDL/ChangeLog
108
109 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/ChangeLog?rev=1.21&view=markup
110 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/ChangeLog?rev=1.21&content-type=text/plain
111 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/ChangeLog?r1=1.20&r2=1.21
112
113 Index: ChangeLog
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/ChangeLog,v
116 retrieving revision 1.20
117 retrieving revision 1.21
118 diff -u -r1.20 -r1.21
119 --- ChangeLog 29 Jul 2014 14:32:51 -0000 1.20
120 +++ ChangeLog 30 Jul 2014 12:31:34 -0000 1.21
121 @@ -1,6 +1,10 @@
122 # ChangeLog for dev-perl/Alien-SDL
123 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
124 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/ChangeLog,v 1.20 2014/07/29 14:32:51 zlogene Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/ChangeLog,v 1.21 2014/07/30 12:31:34 zlogene Exp $
126 +
127 + 30 Jul 2014; Mikle Kolyada <zlogene@g.o> Alien-SDL-1.440.0.ebuild,
128 + Alien-SDL-1.444.0.ebuild:
129 + Respect CC, thanks to Jer (bug #518576)
130
131 *Alien-SDL-1.444.0 (29 Jul 2014)