diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-11-30 09:35:10 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-11-30 09:35:10 +0000 |
commit | 2548173cb423fdb67357fba0978d13a6c299ec4c (patch) | |
tree | 848a30986621d1f8aae26b44446d97482c174765 /sys-devel | |
parent | Force bump to stable as it fixes issues with latest datovka i had recently. (diff) | |
download | gentoo-2-2548173cb423fdb67357fba0978d13a6c299ec4c.tar.gz gentoo-2-2548173cb423fdb67357fba0978d13a6c299ec4c.tar.bz2 gentoo-2-2548173cb423fdb67357fba0978d13a6c299ec4c.zip |
sys-devel/boost-m4: Add latest snapshot; fixes compilation with >gcc-4.6; fixes gold issues, #442582
(Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/boost-m4/ChangeLog | 9 | ||||
-rw-r--r-- | sys-devel/boost-m4/boost-m4-0.3_pre121130.ebuild | 31 | ||||
-rw-r--r-- | sys-devel/boost-m4/metadata.xml | 8 |
3 files changed, 43 insertions, 5 deletions
diff --git a/sys-devel/boost-m4/ChangeLog b/sys-devel/boost-m4/ChangeLog index c4d96d563dad..2d7eb6560b77 100644 --- a/sys-devel/boost-m4/ChangeLog +++ b/sys-devel/boost-m4/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-devel/boost-m4 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/ChangeLog,v 1.4 2012/11/13 17:02:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/ChangeLog,v 1.5 2012/11/30 09:35:10 jlec Exp $ + +*boost-m4-0.3_pre121130 (30 Nov 2012) + + 30 Nov 2012; Justin Lecher <jlec@gentoo.org> +boost-m4-0.3_pre121130.ebuild, + metadata.xml: + Add latest snapshot; fixes compilation with >gcc-4.6; fixes gold issues, + #442582 13 Nov 2012; Jeroen Roovers <jer@gentoo.org> boost-m4-0.2.ebuild: Marked ~hppa (bug #442470). diff --git a/sys-devel/boost-m4/boost-m4-0.3_pre121130.ebuild b/sys-devel/boost-m4/boost-m4-0.3_pre121130.ebuild new file mode 100644 index 000000000000..f6f09eaf84ab --- /dev/null +++ b/sys-devel/boost-m4/boost-m4-0.3_pre121130.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $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 $ + +EAPI=4 + +inherit vcs-snapshot + +DESCRIPTION="Another set of autoconf macros for compiling against boost" +HOMEPAGE="http://github.com/tsuna/boost.m4" +#SRC_URI="${HOMEPAGE}/tarball/v${PV} -> ${P}.tar.gz" +SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +# boost.m4 has a buildsystem, but the distributer didn't use make dist +# so we'd have to eautoreconf to use it. For installing one file, this +# isn't worth it. +src_configure() { :; } + +src_compile() { :; } + +src_install() { + insinto /usr/share/aclocal + doins build-aux/boost.m4 + + dodoc AUTHORS NEWS README THANKS +} diff --git a/sys-devel/boost-m4/metadata.xml b/sys-devel/boost-m4/metadata.xml index 548448307c18..786aa0da87df 100644 --- a/sys-devel/boost-m4/metadata.xml +++ b/sys-devel/boost-m4/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>binki@gentoo.org</email> - <name>Nathan Phillip Brink</name> - </maintainer> + <maintainer> + <email>binki@gentoo.org</email> + <name>Nathan Phillip Brink</name> + </maintainer> </pkgmetadata> |