Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/boost-m4: boost-m4-0.3_pre121130.ebuild metadata.xml ChangeLog
Date: Fri, 30 Nov 2012 09:35:20
Message-Id: 20121130093510.6B85720C65@flycatcher.gentoo.org
1 jlec 12/11/30 09:35:10
2
3 Modified: metadata.xml ChangeLog
4 Added: boost-m4-0.3_pre121130.ebuild
5 Log:
6 sys-devel/boost-m4: Add latest snapshot; fixes compilation with >gcc-4.6; fixes gold issues, #442582
7
8 (Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
9
10 Revision Changes Path
11 1.2 sys-devel/boost-m4/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 1 Feb 2012 02:21:01 -0000 1.1
24 +++ metadata.xml 30 Nov 2012 09:35:10 -0000 1.2
25 @@ -1,8 +1,8 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 - <maintainer>
30 - <email>binki@g.o</email>
31 - <name>Nathan Phillip Brink</name>
32 - </maintainer>
33 + <maintainer>
34 + <email>binki@g.o</email>
35 + <name>Nathan Phillip Brink</name>
36 + </maintainer>
37 </pkgmetadata>
38
39
40
41 1.5 sys-devel/boost-m4/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/ChangeLog?rev=1.5&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/ChangeLog?rev=1.5&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/ChangeLog?r1=1.4&r2=1.5
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/ChangeLog,v
50 retrieving revision 1.4
51 retrieving revision 1.5
52 diff -u -r1.4 -r1.5
53 --- ChangeLog 13 Nov 2012 17:02:29 -0000 1.4
54 +++ ChangeLog 30 Nov 2012 09:35:10 -0000 1.5
55 @@ -1,6 +1,13 @@
56 # ChangeLog for sys-devel/boost-m4
57 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/ChangeLog,v 1.4 2012/11/13 17:02:29 jer Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/ChangeLog,v 1.5 2012/11/30 09:35:10 jlec Exp $
60 +
61 +*boost-m4-0.3_pre121130 (30 Nov 2012)
62 +
63 + 30 Nov 2012; Justin Lecher <jlec@g.o> +boost-m4-0.3_pre121130.ebuild,
64 + metadata.xml:
65 + Add latest snapshot; fixes compilation with >gcc-4.6; fixes gold issues,
66 + #442582
67
68 13 Nov 2012; Jeroen Roovers <jer@g.o> boost-m4-0.2.ebuild:
69 Marked ~hppa (bug #442470).
70
71
72
73 1.1 sys-devel/boost-m4/boost-m4-0.3_pre121130.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/boost-m4-0.3_pre121130.ebuild?rev=1.1&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/boost-m4-0.3_pre121130.ebuild?rev=1.1&content-type=text/plain
77
78 Index: boost-m4-0.3_pre121130.ebuild
79 ===================================================================
80 # Copyright 1999-2012 Gentoo Foundation
81 # Distributed under the terms of the GNU General Public License v2
82 # $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/boost-m4-0.3_pre121130.ebuild,v 1.1 2012/11/30 09:35:10 jlec Exp $
83
84 EAPI=4
85
86 inherit vcs-snapshot
87
88 DESCRIPTION="Another set of autoconf macros for compiling against boost"
89 HOMEPAGE="http://github.com/tsuna/boost.m4"
90 #SRC_URI="${HOMEPAGE}/tarball/v${PV} -> ${P}.tar.gz"
91 SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.gz"
92
93 LICENSE="GPL-3"
94 SLOT="0"
95 KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux"
96 IUSE=""
97
98 # boost.m4 has a buildsystem, but the distributer didn't use make dist
99 # so we'd have to eautoreconf to use it. For installing one file, this
100 # isn't worth it.
101 src_configure() { :; }
102
103 src_compile() { :; }
104
105 src_install() {
106 insinto /usr/share/aclocal
107 doins build-aux/boost.m4
108
109 dodoc AUTHORS NEWS README THANKS
110 }