]> Pileus Git - ~andy/sunrise/commitdiff
sys-devel/boost-m4: Bump to boost-m4-0.2, thanks to Erik Zeek per bug 352618 comment 4.
authorNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
Tue, 3 May 2011 17:37:41 +0000 (17:37 +0000)
committerNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
Tue, 3 May 2011 17:37:41 +0000 (17:37 +0000)
(Portage version: 2.2.0_alpha30-r1/svn/Linux x86_64)

svn path=/sunrise/; revision=12036

sys-devel/boost-m4/ChangeLog
sys-devel/boost-m4/boost-m4-0.2.ebuild [moved from sys-devel/boost-m4/boost-m4-0.1.ebuild with 71% similarity]
sys-devel/boost-m4/files/boost-m4-0.1-multilib.patch [deleted file]

index 38a7a6d2d26f59e8c01861ef00d2c91e43dad226..a4c25118b09fca56fe9bb73a9831d97620823a19 100644 (file)
@@ -2,6 +2,13 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*boost-m4-0.2 (03 May 2011)
+
+  03 May 2011; Nathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
+  -boost-m4-0.1.ebuild, -files/boost-m4-0.1-multilib.patch,
+  +boost-m4-0.2.ebuild:
+  Bump to boost-m4-0.2, thanks to Erik Zeek per bug 352618 comment 4.
+
 *boost-m4-0.1 (24 Jan 2011)
 
   24 Jan 2011; Nathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
similarity index 71%
rename from sys-devel/boost-m4/boost-m4-0.1.ebuild
rename to sys-devel/boost-m4/boost-m4-0.2.ebuild
index 8e0014593d83052926ec6ef4f8050b0c8c136c58..e71e14450f7f5f9536bc56a6d4d94f525d64e685 100644 (file)
@@ -2,9 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
-
-inherit eutils
+EAPI=4
 
 DESCRIPTION="Another set of autoconf macros for compiling against boost"
 HOMEPAGE="http://github.com/tsuna/boost.m4"
@@ -24,13 +22,9 @@ src_unpack() {
        mv * ${P} || die
 }
 
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-multilib.patch
-}
-
-# boost.m4 has a buildsystem which doesn't build nor install
-# anything. It only would add a buildtime dependency that boost be
-# installed. Thus, noop it:
+# 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() { :; }
diff --git a/sys-devel/boost-m4/files/boost-m4-0.1-multilib.patch b/sys-devel/boost-m4/files/boost-m4-0.1-multilib.patch
deleted file mode 100644 (file)
index 5edb5b3..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-From a08684994caf88f28c758c7d579dae92fe69d0fa Mon Sep 17 00:00:00 2001
-From: Nathan Phillip Brink <ohnobinki@ohnopublishing.net>
-Date: Mon, 24 Jan 2011 01:48:25 -0500
-Subject: [PATCH 2/2] Support multilib installations which use both lib32 and lib64.
-
----
- build-aux/boost.m4 |    6 +++---
- 1 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/build-aux/boost.m4 b/build-aux/boost.m4
-index 2ba29bf..3d271f6 100644
---- a/build-aux/boost.m4
-+++ b/build-aux/boost.m4
-@@ -22,2 +22,2 @@
--# serial 6
-+# serial 6+15
-@@ -379,8 +379,8 @@ for boost_rtopt_ in $boost_rtopt '' -d; do
-     boost_tmp_lib=$with_boost
-     test x"$with_boost" = x && boost_tmp_lib=${boost_cv_inc_path%/include}
-     for boost_ldpath in "$boost_tmp_lib/lib" '' \
--             /opt/local/lib /usr/local/lib /opt/lib /usr/lib \
--             "$with_boost" C:/Boost/lib /lib /usr/lib64 /lib64
-+             /opt/local/lib* /usr/local/lib* /opt/lib* /usr/lib* \
-+             "$with_boost" C:/Boost/lib /lib*
-     do
-       test -e "$boost_ldpath" || continue
-       boost_save_LDFLAGS=$LDFLAGS
--- 
-1.7.2.2
-