diff options
author | Nathan Phillip Brink <binki@gentoo.org> | 2012-02-01 02:21:01 +0000 |
---|---|---|
committer | Nathan Phillip Brink <binki@gentoo.org> | 2012-02-01 02:21:01 +0000 |
commit | d56fe09123cba6a0d9b9dfb48e7d272fac732d2d (patch) | |
tree | de2c6bfdf0c9a8f007fe1e2232b9978032ba1b68 /sys-devel | |
parent | Inherit multilib. (diff) | |
download | gentoo-2-d56fe09123cba6a0d9b9dfb48e7d272fac732d2d.tar.gz gentoo-2-d56fe09123cba6a0d9b9dfb48e7d272fac732d2d.tar.bz2 gentoo-2-d56fe09123cba6a0d9b9dfb48e7d272fac732d2d.zip |
Add boost-m4-0.2 for bug #352618, an alternate set of boost-detecting m4 macros.
(Portage version: 2.2.0_alpha84-r1/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/boost-m4/ChangeLog | 11 | ||||
-rw-r--r-- | sys-devel/boost-m4/Manifest | 4 | ||||
-rw-r--r-- | sys-devel/boost-m4/boost-m4-0.2.ebuild | 37 | ||||
-rw-r--r-- | sys-devel/boost-m4/metadata.xml | 8 |
4 files changed, 60 insertions, 0 deletions
diff --git a/sys-devel/boost-m4/ChangeLog b/sys-devel/boost-m4/ChangeLog new file mode 100644 index 000000000000..212a61d4f80d --- /dev/null +++ b/sys-devel/boost-m4/ChangeLog @@ -0,0 +1,11 @@ +# 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.1 2012/02/01 02:21:01 binki Exp $ + +*boost-m4-0.2 (01 Feb 2012) + + 01 Feb 2012; Nathan Phillip Brink <binki@gentoo.org> +boost-m4-0.2.ebuild, + +metadata.xml: + Add boost-m4-0.2 for bug #352618, an alternate set of boost-detecting m4 + macros. + diff --git a/sys-devel/boost-m4/Manifest b/sys-devel/boost-m4/Manifest new file mode 100644 index 000000000000..65d0299456cc --- /dev/null +++ b/sys-devel/boost-m4/Manifest @@ -0,0 +1,4 @@ +DIST boost-m4-0.2.zip 45284 RMD160 d5cdfcb7578f7cbad086eddb3c1d84d5ffb828a7 SHA1 9313d7e917b915612c69c81408e4a2c3d65e162c SHA256 b2eec24c8fbb0c20de857bda3752e9c9912745ba4b127bd955fd9507cc18af45 +EBUILD boost-m4-0.2.ebuild 788 RMD160 20c04dc7155ea24debf4923fa0e23abd24359d7e SHA1 db70d474bcb1ba16296888a1d97ece3fd055ca04 SHA256 df2ea7fde7be9085b36cdd781814b7d9aed40c3f20011c368d1a1f4f94b68a38 +MISC ChangeLog 328 RMD160 121383c8be7fa1fc9d01e66819fafb413d517de8 SHA1 501506ad12aa2160a93f25d0ee494ac96dc441f2 SHA256 27f6f44aed206f7c8810d1279fab5787d351548c5a321aae7c4cf73173936289 +MISC metadata.xml 244 RMD160 763839a53ccf1e2a58d249cfa2d94feeaa69e29c SHA1 fe85b5f10031620b8d1da84d695ec3080df29d82 SHA256 f5bde347c36c74889cbb32d29f06766c08eb3df6e0c468f00295681382c48457 diff --git a/sys-devel/boost-m4/boost-m4-0.2.ebuild b/sys-devel/boost-m4/boost-m4-0.2.ebuild new file mode 100644 index 000000000000..110ee8a528b5 --- /dev/null +++ b/sys-devel/boost-m4/boost-m4-0.2.ebuild @@ -0,0 +1,37 @@ +# 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.2.ebuild,v 1.1 2012/02/01 02:21:01 binki Exp $ + +EAPI=4 + +DESCRIPTION="Another set of autoconf macros for compiling against boost" +HOMEPAGE="http://github.com/tsuna/boost.m4" +SRC_URI="${HOMEPAGE}/zipball/v${PV} -> ${P}.zip" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="app-arch/unzip" + +src_unpack() { + default + + # The github-generated zipball kludge. + mv *-boost.m4-* ${P} || die +} + +# 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 new file mode 100644 index 000000000000..548448307c18 --- /dev/null +++ b/sys-devel/boost-m4/metadata.xml @@ -0,0 +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> +</pkgmetadata> |