Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/yasm: metadata.xml ChangeLog yasm-9999.ebuild yasm-1.2.0-r1.ebuild
Date: Sun, 30 Jun 2013 15:09:46
Message-Id: 20130630150942.F02732171C@flycatcher.gentoo.org
1 jlec 13/06/30 15:09:42
2
3 Modified: metadata.xml ChangeLog yasm-9999.ebuild
4 yasm-1.2.0-r1.ebuild
5 Log:
6 dev-lang/yasm: Fix usage of python-r1.eclass
7
8 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
9
10 Revision Changes Path
11 1.5 dev-lang/yasm/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/metadata.xml?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/metadata.xml?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/metadata.xml?r1=1.4&r2=1.5
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/metadata.xml,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- metadata.xml 12 Dec 2012 10:39:02 -0000 1.4
24 +++ metadata.xml 30 Jun 2013 15:09:42 -0000 1.5
25 @@ -1,9 +1,9 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 - <herd>base-system</herd>
30 - <maintainer>
31 - <email>ssuominen@g.o</email>
32 - <name>Samuli Suominen</name>
33 - </maintainer>
34 + <herd>base-system</herd>
35 + <maintainer>
36 + <email>ssuominen@g.o</email>
37 + <name>Samuli Suominen</name>
38 + </maintainer>
39 </pkgmetadata>
40
41
42
43 1.62 dev-lang/yasm/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?rev=1.62&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?rev=1.62&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?r1=1.61&r2=1.62
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v
52 retrieving revision 1.61
53 retrieving revision 1.62
54 diff -u -r1.61 -r1.62
55 --- ChangeLog 11 May 2013 18:42:04 -0000 1.61
56 +++ ChangeLog 30 Jun 2013 15:09:42 -0000 1.62
57 @@ -1,6 +1,10 @@
58 # ChangeLog for dev-lang/yasm
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.61 2013/05/11 18:42:04 ssuominen Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.62 2013/06/30 15:09:42 jlec Exp $
62 +
63 + 30 Jun 2013; Justin Lecher <jlec@g.o> yasm-1.2.0-r1.ebuild,
64 + yasm-9999.ebuild, metadata.xml:
65 + Fix usage of python-r1.eclass
66
67 11 May 2013; Samuli Suominen <ssuominen@g.o> yasm-1.2.0-r1.ebuild,
68 yasm-9999.ebuild:
69
70
71
72 1.6 dev-lang/yasm/yasm-9999.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-9999.ebuild?rev=1.6&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-9999.ebuild?rev=1.6&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-9999.ebuild?r1=1.5&r2=1.6
77
78 Index: yasm-9999.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-9999.ebuild,v
81 retrieving revision 1.5
82 retrieving revision 1.6
83 diff -u -r1.5 -r1.6
84 --- yasm-9999.ebuild 11 May 2013 18:45:24 -0000 1.5
85 +++ yasm-9999.ebuild 30 Jun 2013 15:09:42 -0000 1.6
86 @@ -1,6 +1,6 @@
87 # Copyright 1999-2013 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-9999.ebuild,v 1.5 2013/05/11 18:45:24 ssuominen Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-9999.ebuild,v 1.6 2013/06/30 15:09:42 jlec Exp $
91
92 EAPI=5
93 PYTHON_COMPAT=( python{2_6,2_7} )
94 @@ -20,6 +20,8 @@
95 SLOT="0"
96 IUSE="nls python"
97
98 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
99 +
100 RDEPEND="nls? ( virtual/libintl )"
101 DEPEND="nls? ( sys-devel/gettext )
102 python? (
103
104
105
106 1.3 dev-lang/yasm/yasm-1.2.0-r1.ebuild
107
108 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild?rev=1.3&view=markup
109 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild?rev=1.3&content-type=text/plain
110 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild?r1=1.2&r2=1.3
111
112 Index: yasm-1.2.0-r1.ebuild
113 ===================================================================
114 RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild,v
115 retrieving revision 1.2
116 retrieving revision 1.3
117 diff -u -r1.2 -r1.3
118 --- yasm-1.2.0-r1.ebuild 11 May 2013 18:37:07 -0000 1.2
119 +++ yasm-1.2.0-r1.ebuild 30 Jun 2013 15:09:42 -0000 1.3
120 @@ -1,6 +1,6 @@
121 # Copyright 1999-2013 Gentoo Foundation
122 # Distributed under the terms of the GNU General Public License v2
123 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild,v 1.2 2013/05/11 18:37:07 ssuominen Exp $
124 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild,v 1.3 2013/06/30 15:09:42 jlec Exp $
125
126 EAPI=5
127 PYTHON_COMPAT=( python{2_6,2_7} )
128 @@ -16,6 +16,8 @@
129 KEYWORDS="-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
130 IUSE="nls python"
131
132 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
133 +
134 RDEPEND="nls? ( virtual/libintl )"
135 DEPEND="nls? ( sys-devel/gettext )
136 python? (