Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 352618 - New ebuild sys-devel/boost-m4-0.2
Summary: New ebuild sys-devel/boost-m4-0.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Nathan Phillip Brink (binki) (RETIRED)
URL: http://github.com/tsuna/boost.m4
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2011-01-24 18:06 UTC by Nathan Phillip Brink (binki) (RETIRED)
Modified: 2012-02-01 02:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
boost-m4-0.1.ebuild (boost-m4-0.1.ebuild,830 bytes, text/plain)
2011-01-24 18:07 UTC, Nathan Phillip Brink (binki) (RETIRED)
Details
files/boost-m4-0.1-multilib.patch (boost-m4-0.1-multilib.patch,1.06 KB, patch)
2011-01-24 18:08 UTC, Nathan Phillip Brink (binki) (RETIRED)
Details | Diff
boost-m4-0.2.ebuild (boost-m4-0.2.ebuild,769 bytes, text/plain)
2011-05-03 12:20 UTC, Erik Zeek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2011-01-24 18:06:13 UTC
Another set of autoconf macros for the purpose of building against boost.
Comment 1 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2011-01-24 18:07:04 UTC
Created attachment 260602 [details]
boost-m4-0.1.ebuild
Comment 2 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2011-01-24 18:08:36 UTC
Created attachment 260604 [details, diff]
files/boost-m4-0.1-multilib.patch

Accepted upstream ( https://github.com/tsuna/boost.m4/tree/6e6036d31e00bd7f8e8170c78a3e6cde7597c287 ). Fixes finding 32-bit boost libs on multilib-nosymlink systems (i.e., on only my computer).
Comment 3 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2011-01-24 22:56:47 UTC
Committed into sunrise, will be available vie layman -a sunrise at the next review.
Comment 4 Erik Zeek 2011-05-03 12:20:56 UTC
Created attachment 271973 [details]
boost-m4-0.2.ebuild

Updated ebuild for new version (v0.2).  As mentioned the patch was accepted upstream, so this ebuild drops it.

diff -u boost-m4-0.1.ebuild boost-m4-0.2.ebuild                                                                                                                                                                                
--- boost-m4-0.1.ebuild 2011-01-26 13:44:01.449055319 -0700
+++ boost-m4-0.2.ebuild 2011-05-03 06:19:11.654681817 -0600
@@ -24,10 +24,6 @@
        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:
Comment 5 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2011-05-03 17:40:20 UTC
Thanks for the notice, Erik.

I updated the sunrise package and the new ebuild will show up at http://overlays.gentoo.org/proj/sunrise/browser/reviewed/sys-devel/boost-m4 whenever sunrise is reviewed again (within a week probably).
Comment 6 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2012-02-01 02:24:04 UTC
In gentoo-x86 now (thanks to mgorny's prompting ;-)):

*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.