Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nspr/
Date: Sun, 30 Jul 2017 14:32:12
Message-Id: 1501425122.9cfecd99fd88ec3a16ef13c58877b9cbe384ffa7.anarchy@gentoo
1 commit: 9cfecd99fd88ec3a16ef13c58877b9cbe384ffa7
2 Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 30 14:30:41 2017 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 14:32:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cfecd99
7
8 dev-libs/nspr: Upstream version bump, configure.in patch added upstream
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-libs/nspr/Manifest | 1 +
13 dev-libs/nspr/nspr-4.16.ebuild | 125 +++++++++++++++++++++++++++++++++++++++++
14 2 files changed, 126 insertions(+)
15
16 diff --git a/dev-libs/nspr/Manifest b/dev-libs/nspr/Manifest
17 index 815ffcb57cf..c3c51a2514b 100644
18 --- a/dev-libs/nspr/Manifest
19 +++ b/dev-libs/nspr/Manifest
20 @@ -1,3 +1,4 @@
21 DIST nspr-4.13.1.tar.gz 1136646 SHA256 5e4c1751339a76e7c772c0c04747488d7f8c98980b434dc846977e43117833ab SHA512 4755dce1a0fddbf4991f46328bdd15b6b07162792370953e16481be56952d4c02d11a83001b3600c80a919b1c45e99d6150ef2c24d407c86f430f9376fe6a694 WHIRLPOOL aa0b9731eb11b8418fced5a1ce52c801657dc738cba0f198fa4b685296e321dd168de8d4ba04335695ac1c6c345563b60e2a49af9a30069d301712c0c1c51f83
22 DIST nspr-4.14.tar.gz 1136626 SHA256 64fc18826257403a9132240aa3c45193d577a84b08e96f7e7770a97c074d17d5 SHA512 cb0c82d7bb3dfebdfc167f88bc0dde1c0eb4340eb7c53342a57591b120b42248da9f3ee604bec60c80c4af24fb8e46c5cacf859d66e3253e7f35d2c47cf4e676 WHIRLPOOL e9fbcfebb672d8385c9e0c503a534367709bf440cb6b8e238e2d1d5aab773792880f5f18729cbb697e7924e40934b59dff2e9c8847455f2dc79763fe0e8ef6ce
23 DIST nspr-4.15.tar.gz 1140182 SHA256 27dde06bc3d0c88903a20d6ad807361a912cfb624ca0ab4efb10fc50b19e2d80 SHA512 1d6e9ba3ef71376ddb4f5ef2a6796bf3f95cf37abfac89d1745f02cc01003877d088a87946208d3827a3b3e28420215e543a647aadceff2ae6f9c1c70d4ac563 WHIRLPOOL c69216c577a466317c760e2745f2d1ea71915160990ee6ed2c649b45b314bbcef470e950cf001f43898213c09b39cb016df2a49dbe3f91448d0cc345d38017b1
24 +DIST nspr-4.16.tar.gz 1140681 SHA256 9b3102d97665504aeee73363c11a21c062ad67a2522242368b7f019f96a53cd1 SHA512 38cb8b26c2ee44063357a9484f1f6b24bab00a0d28a8f1644f64356205e7a407a1858d7a4d5cd2d6b62a39d3c0aea0cf2bddaa95fe61df272a633fe5fdee41b6 WHIRLPOOL a1c0ffb03df9cc79252cff6d39548e828617690b2ded0b6151f809ad2e78b394a001d15ceb8d6ca207b71c79d888bdd53fc4b10402bb0114ecc81291965e4d3b
25
26 diff --git a/dev-libs/nspr/nspr-4.16.ebuild b/dev-libs/nspr/nspr-4.16.ebuild
27 new file mode 100644
28 index 00000000000..56daac76f50
29 --- /dev/null
30 +++ b/dev-libs/nspr/nspr-4.16.ebuild
31 @@ -0,0 +1,125 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +WANT_AUTOCONF="2.5"
37 +
38 +inherit autotools eutils multilib toolchain-funcs versionator multilib-minimal
39 +
40 +MIN_PV="$(get_version_component_range 2)"
41 +
42 +DESCRIPTION="Netscape Portable Runtime"
43 +HOMEPAGE="http://www.mozilla.org/projects/nspr/"
44 +SRC_URI="https://archive.mozilla.org/pub/nspr/releases/v${PV}/src/${P}.tar.gz"
45 +
46 +LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
49 +IUSE="debug"
50 +
51 +RDEPEND="
52 + abi_x86_32? (
53 + !<=app-emulation/emul-linux-x86-baselibs-20140508-r12
54 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
55 + )"
56 +
57 +MULTILIB_CHOST_TOOLS=(
58 + /usr/bin/nspr-config
59 +)
60 +
61 +PATCHES=(
62 + "${FILESDIR}"/${PN}-4.7.0-prtime.patch
63 + "${FILESDIR}"/${PN}-4.7.1-solaris.patch
64 + "${FILESDIR}"/${PN}-4.10.6-solaris.patch
65 + "${FILESDIR}"/${PN}-4.8.4-darwin-install_name.patch
66 + "${FILESDIR}"/${PN}-4.8.9-link-flags.patch
67 + # We do not need to pass -L$libdir via nspr-config --libs
68 + "${FILESDIR}"/${PN}-4.9.5_nspr_config.patch
69 +)
70 +
71 +src_prepare() {
72 + cd "${S}"/nspr || die
73 +
74 + default
75 +
76 + # rename configure.in to configure.ac for new autotools compatibility
77 + if [[ -e "${S}"/nspr/configure.in ]] ; then
78 + einfo "Renaming configure.in to configure.ac"
79 + mv "${S}"/nspr/configure.{in,ac} || die
80 + fi
81 +
82 + # We must run eautoconf to regenerate configure
83 + eautoconf
84 +
85 + # make sure it won't find Perl out of Prefix
86 + sed -i -e "s/perl5//g" "${S}"/nspr/configure || die
87 +
88 + # Respect LDFLAGS
89 + sed -i -e 's/\$(MKSHLIB) \$(OBJS)/\$(MKSHLIB) \$(LDFLAGS) \$(OBJS)/g' \
90 + "${S}"/nspr/config/rules.mk || die
91 +}
92 +
93 +multilib_src_configure() {
94 + # We use the standard BUILD_xxx but nspr uses HOST_xxx
95 + tc-export_build_env BUILD_CC
96 + export HOST_CC=${BUILD_CC} HOST_CFLAGS=${BUILD_CFLAGS} HOST_LDFLAGS=${BUILD_LDFLAGS}
97 + tc-export AR CC CXX RANLIB
98 + [[ ${CBUILD} != ${CHOST} ]] \
99 + && export CROSS_COMPILE=1 \
100 + || unset CROSS_COMPILE
101 +
102 + local myconf=()
103 +
104 + # The configure has some fancy --enable-{{n,x}32,64bit} switches
105 + # that trigger some code conditional to platform & arch. This really
106 + # matters for the few common arches (x86, ppc) but we pass a little
107 + # more of them to be future-proof.
108 +
109 + # use ABI first, this will work for most cases
110 + case "${ABI}" in
111 + alpha|arm|hppa|m68k|o32|ppc|s390|sh|sparc|x86) ;;
112 + n32) myconf+=( --enable-n32 );;
113 + x32) myconf+=( --enable-x32 );;
114 + s390x|*64) myconf+=( --enable-64bit );;
115 + default) # no abi actually set, fall back to old check
116 + einfo "Running a short build test to determine 64bit'ness"
117 + echo > "${T}"/test.c || die
118 + ${CC} ${CFLAGS} ${CPPFLAGS} -c "${T}"/test.c -o "${T}"/test.o || die
119 + case $(file "${T}"/test.o) in
120 + *32-bit*x86-64*) myconf+=( --enable-x32 );;
121 + *64-bit*|*ppc64*|*x86_64*) myconf+=( --enable-64bit );;
122 + *32-bit*|*ppc*|*i386*) ;;
123 + *) die "Failed to detect whether your arch is 64bits or 32bits, disable distcc if you're using it, please";;
124 + esac ;;
125 + *) ;;
126 + esac
127 +
128 + # Ancient autoconf needs help finding the right tools.
129 + LC_ALL="C" ECONF_SOURCE="${S}/nspr" \
130 + ac_cv_path_AR="${AR}" \
131 + econf \
132 + --libdir="${EPREFIX}/usr/$(get_libdir)" \
133 + $(use_enable debug) \
134 + $(use_enable !debug optimize) \
135 + "${myconf[@]}"
136 +}
137 +
138 +multilib_src_install() {
139 + # Their build system is royally confusing, as usual
140 + MINOR_VERSION=${MIN_PV} # Used for .so version
141 + emake DESTDIR="${D}" install
142 +
143 + einfo "removing static libraries as upstream has requested!"
144 + rm -f "${ED}"/usr/$(get_libdir)/*.a || die "failed to remove static libraries."
145 +
146 + # install nspr-config
147 + dobin config/nspr-config
148 +
149 + # Remove stupid files in /usr/bin
150 + rm "${ED}"/usr/bin/prerr.properties || die
151 +
152 + # This is used only to generate prerr.c and prerr.h at build time.
153 + # No other projects use it, and we don't want to depend on perl.
154 + # Talked to upstream and they agreed w/punting.
155 + rm "${ED}"/usr/bin/compile-et.pl || die
156 +}