Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/bison/
Date: Sun, 19 Jan 2020 21:20:26
Message-Id: 1579468816.0e73b491538f57f2d1127f690a066efeeb3d536c.polynomial-c@gentoo
1 commit: 0e73b491538f57f2d1127f690a066efeeb3d536c
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 19 20:57:22 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 19 21:20:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e73b491
7
8 sys-devel/bison: Bump to version 3.5.1
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-devel/bison/Manifest | 2 +
14 sys-devel/bison/bison-3.5.1.ebuild | 93 ++++++++++++++++++++++++++++++++++++++
15 2 files changed, 95 insertions(+)
16
17 diff --git a/sys-devel/bison/Manifest b/sys-devel/bison/Manifest
18 index 35ba1a7d7a7..9d3a4c07277 100644
19 --- a/sys-devel/bison/Manifest
20 +++ b/sys-devel/bison/Manifest
21 @@ -5,4 +5,6 @@ DIST bison-3.3.2.tar.xz 2108612 BLAKE2B 84cf59c02ff4ba34c052ef2539cde8d5932145ab
22 DIST bison-3.4.2-patches-01.tar.xz 11152 BLAKE2B a0d0423e034cfa1dc45a542c05667a8226b535e82c260f638b67f4cf0f693b55b531bf310ed2e701ed7cc8b30f4b9ba9de61dcfcc64428fed38c9d528976b4bd SHA512 14341c52bf53d9fa58da0818626312b199ad1c14b2e0180589d6713d79caa6206070826e0ea65901cee0f6bf3122a7a9f8dad75a6c7d31cb11a31136e7d5a325
23 DIST bison-3.4.2.tar.xz 2240532 BLAKE2B fb3d90dc3f21075069684e5d9f8d6982353d909b8c62c4d9925a22319c9f486a4ad7e2629a8932449a3444580ed701357c326aa7cd778a68f66f8eeae70cdac1 SHA512 00d2b37187b93100ec4b220ce2752d12ccf68f9d0d39b380d375d36dd8a22aa1d6e60156918f95e4493f9531c5d42d8fad38fd807307b491c1ca7ca4177823d9
24 DIST bison-3.5-patches-01.tar.xz 9220 BLAKE2B 41ccdc164960e56722143b579a679a2699905c2ee2779fc882bb56871aa0a1d0fb530cf8249c354375bc2d61285754b257262191446524c8ec5b0cff0cd973ec SHA512 28b108540cad75dd6aec9cd0a17320a44e7bcd305faea9d35f5b38b0672a3646cacce3c45f5c1528560081280ed617f98fa467ad2479e0df108e0020ba029180
25 +DIST bison-3.5.1-patches-01.tar.xz 9388 BLAKE2B 656cdc4fef308df3bc97c8f452ae75440909ed7eae13a8bdfc6b3b380f9d392ac3c9d300cb1e7a6d5548271b6ac63f5dfef594cbf9ef5322f97024468ed8e757 SHA512 195725726575998ff3d274d723ce3f605f9e1478601904668f165c1d9f628ed94380dfa65e546f12e3fc80b41aae7899774208510f382864dffde8545710f211
26 +DIST bison-3.5.1.tar.xz 2354592 BLAKE2B 29e85c8f38f122b90ca38d4def3c9305a562dc29755865fc091f809191c0af435fe8fb5b424da8b69f143f30d8b6439876f735bf45dd8cf9f45e291e93789078 SHA512 f5a075608c563652181e6804cdd280761a05b88f41f4b287d49bbe4c18b08724b057ff95c07dfa3fddb5c95de8b229db76821e9d197d4bec206102f62cb390d8
27 DIST bison-3.5.tar.xz 2341024 BLAKE2B 1c0af1cc12cd1e4d264adebb5c043b8ac510cd613a2a22c4232d88b077eecac7d1a36c07a4fb3d425cd1907b830f53862be570bbca6faaf0ef43981d6fecd1d3 SHA512 309ba77cfbf5d5ca697f522ac18ca9b55a1ec4e690b87220c97ffb1137b8bd8b22aa14c111166f0f4bf001e88f4bcbfd0583bc09810c246f0dc60fd6e8478950
28
29 diff --git a/sys-devel/bison/bison-3.5.1.ebuild b/sys-devel/bison/bison-3.5.1.ebuild
30 new file mode 100644
31 index 00000000000..60e7b20d2a6
32 --- /dev/null
33 +++ b/sys-devel/bison/bison-3.5.1.ebuild
34 @@ -0,0 +1,93 @@
35 +# Copyright 1999-2020 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=7
39 +
40 +inherit flag-o-matic
41 +
42 +PATCHES="${PN}-3.5.1-patches-01.tar.xz"
43 +
44 +DESCRIPTION="A general-purpose (yacc-compatible) parser generator"
45 +HOMEPAGE="https://www.gnu.org/software/bison/"
46 +SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
47 + mirror://gentoo/${PATCHES}
48 + https://dev.gentoo.org/~whissi/dist/bison/${PATCHES}
49 + https://dev.gentoo.org/~polynomial-c/dist/bison/${PATCHES}"
50 +
51 +LICENSE="GPL-2"
52 +SLOT="0"
53 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
54 +IUSE="examples nls static test"
55 +RESTRICT="!test? ( test )"
56 +
57 +RDEPEND=">=sys-devel/m4-1.4.16"
58 +DEPEND="${RDEPEND}"
59 +BDEPEND="
60 + sys-devel/flex
61 + examples? ( dev-lang/perl )
62 + nls? ( sys-devel/gettext )
63 + test? ( dev-lang/perl )
64 +"
65 +
66 +DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) # ChangeLog-2012 ChangeLog-1998 PACKAGING README-alpha README-release
67 +
68 +PATCHES=(
69 + "${WORKDIR}"/patches/${PN}-3.5-optional-perl.patch #538300
70 + "${WORKDIR}"/patches/${PN}-3.5.1-avoid_autoreconf.patch
71 +)
72 +
73 +src_prepare() {
74 + # Record date to avoid 'config.status --recheck' & regen of 'tests/package.m4'
75 + touch -r configure.ac old.configure.ac || die
76 + touch -r configure old.configure || die
77 +
78 + default
79 +
80 + # Restore date after patching
81 + touch -r old.configure.ac configure.ac || die
82 + touch -r old.configure configure || die
83 +
84 + # The makefiles make the man page depend on the configure script
85 + # which we patched above. Touch it to prevent regeneration.
86 + touch doc/bison.1 || die #548778 #538300#9
87 +
88 + # Avoid regenerating the info page when the timezone is diff. #574492
89 + sed -i '2iexport TZ=UTC' build-aux/mdate-sh || die
90 +}
91 +
92 +src_configure() {
93 + use static && append-ldflags -static
94 +
95 + local myeconfargs=(
96 + --docdir='$(datarootdir)'/doc/${PF}
97 + $(use_enable examples)
98 + $(use_enable nls)
99 + )
100 + econf "${myeconfargs[@]}"
101 +}
102 +
103 +src_install() {
104 + default
105 +
106 + # This one is installed by dev-util/yacc
107 + mv "${ED}"/usr/bin/yacc{,.bison} || die
108 + mv "${ED}"/usr/share/man/man1/yacc{,.bison}.1 || die
109 +
110 + # We do not need liby.a
111 + rm -r "${ED}"/usr/lib* || die
112 +}
113 +
114 +pkg_postinst() {
115 + local f="${EROOT}/usr/bin/yacc"
116 + if [[ ! -e ${f} ]] ; then
117 + ln -s yacc.bison "${f}"
118 + fi
119 +}
120 +
121 +pkg_postrm() {
122 + # clean up the dead symlink when we get unmerged #377469
123 + local f="${EROOT}/usr/bin/yacc"
124 + if [[ -L ${f} && ! -e ${f} ]] ; then
125 + rm -f "${f}"
126 + fi
127 +}