Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/ispc/
Date: Tue, 04 Jun 2013 11:59:57
Message-Id: 1370346842.399413fd5c2943680f916a3c2cbd485f0d336d9a.jlec@gentoo
1 commit: 399413fd5c2943680f916a3c2cbd485f0d336d9a
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 4 11:54:02 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 4 11:54:02 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=399413fd
7
8 dev-lang/ispc: Fix for correct usage of new python eclasses
9
10 Package-Manager: portage-2.2.0_alpha177
11
12 ---
13 dev-lang/ispc/ChangeLog | 3 +++
14 dev-lang/ispc/ispc-9999.ebuild | 3 ++-
15 dev-lang/ispc/metadata.xml | 8 ++++----
16 3 files changed, 9 insertions(+), 5 deletions(-)
17
18 diff --git a/dev-lang/ispc/ChangeLog b/dev-lang/ispc/ChangeLog
19 index 8c34eaf..e4df78d 100644
20 --- a/dev-lang/ispc/ChangeLog
21 +++ b/dev-lang/ispc/ChangeLog
22 @@ -2,6 +2,9 @@
23 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 + 04 Jun 2013; Justin Lecher <jlec@g.o> ispc-9999.ebuild, metadata.xml:
27 + Fix for correct usage of new python eclasses
28 +
29 31 May 2013; Christoph Junghans <ottxor@g.o> ispc-9999.ebuild:
30 sync with gx86
31
32
33 diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild
34 index e22c4ba..3483f10 100644
35 --- a/dev-lang/ispc/ispc-9999.ebuild
36 +++ b/dev-lang/ispc/ispc-9999.ebuild
37 @@ -1,6 +1,6 @@
38 # Copyright 1999-2013 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.3.0.ebuild,v 1.2 2012/07/20 19:58:21 ottxor Exp $
41 +# $Header: $
42
43 EAPI=5
44
45 @@ -29,6 +29,7 @@ RDEPEND="
46 "
47 DEPEND="
48 ${RDEPEND}
49 + ${PYTHON_DEPS}
50 sys-devel/bison
51 sys-devel/flex
52 "
53
54 diff --git a/dev-lang/ispc/metadata.xml b/dev-lang/ispc/metadata.xml
55 index 745b9e1..06c3d15 100644
56 --- a/dev-lang/ispc/metadata.xml
57 +++ b/dev-lang/ispc/metadata.xml
58 @@ -1,8 +1,8 @@
59 <?xml version="1.0" encoding="UTF-8"?>
60 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
61 <pkgmetadata>
62 - <maintainer>
63 - <email>ottxor@g.o</email>
64 - <name>Christoph Junghans</name>
65 - </maintainer>
66 + <maintainer>
67 + <email>ottxor@g.o</email>
68 + <name>Christoph Junghans</name>
69 + </maintainer>
70 </pkgmetadata>