From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/yacc/
Date: Sat, 18 Feb 2017 09:32:12 +0000 (UTC) [thread overview]
Message-ID: <1487410214.f69493d12c0a11c49a8d5a6c7ba4f30967d6fcfe.monsieurp@gentoo> (raw)
commit: f69493d12c0a11c49a8d5a6c7ba4f30967d6fcfe
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 09:27:18 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 09:30:14 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69493d1
dev-util/yacc: tidy up ebuild.
Package-Manager: portage-2.3.3
dev-util/yacc/yacc-1.9.1-r6.ebuild | 18 +++++++-----------
1 file changed, 7 insertions(+), 11 deletions(-)
diff --git a/dev-util/yacc/yacc-1.9.1-r6.ebuild b/dev-util/yacc/yacc-1.9.1-r6.ebuild
index 0c253bf738..395b5d6091 100644
--- a/dev-util/yacc/yacc-1.9.1-r6.ebuild
+++ b/dev-util/yacc/yacc-1.9.1-r6.ebuild
@@ -4,7 +4,7 @@
EAPI=6
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="Yacc: Yet Another Compiler-Compiler"
HOMEPAGE="http://dinosaur.compilertools.net/#yacc"
@@ -13,27 +13,23 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/devel/compiler-tools/${P}.tar.Z"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
PATCHES=(
- # mkstemp patch from byacc ebuild
+ # mkstemp patch from byacc ebuild.
"${FILESDIR}"/${P}-mkstemp.patch
# The following patch fixes yacc to run correctly on ia64 (and
- # other 64-bit arches). See bug 46233
+ # other 64-bit arches). See bug 46233.
"${FILESDIR}"/${P}-ia64.patch
- # avoid stack access error, bug 232005
+ # Avoid stack access error. See bug 232005.
"${FILESDIR}"/${P}-CVE-2008-3196.patch
)
src_prepare() {
default
- # Use our CFLAGS and LDFLAGS
+ # Use our CFLAGS and LDFLAGS.
sed -i -e 's: -O : $(CFLAGS) $(LDFLAGS) :' Makefile || die 'sed failed'
}
@@ -51,7 +47,7 @@ src_install() {
pkg_preinst() {
# bison installs a /usr/bin/yacc symlink ...
# we need to remove it to avoid triggering
- # collision-protect errors #90089
+ # collision-protect errors. See bug 90089.
if [[ -L ${ROOT}/usr/bin/yacc ]]; then
rm -v "${ROOT}"/usr/bin/yacc || die
fi
@@ -59,7 +55,7 @@ pkg_preinst() {
pkg_postrm() {
# and if we uninstall yacc but keep bison,
- # lets restore the /usr/bin/yacc symlink
+ # let's restore the /usr/bin/yacc symlink.
if [[ ! -e ${ROOT}/usr/bin/yacc ]] && [[ -e ${ROOT}/usr/bin/yacc.bison ]]; then
ln -s yacc.bison "${ROOT}"/usr/bin/yacc || die
fi
next reply other threads:[~2017-02-18 9:32 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-18 9:32 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-20 17:30 [gentoo-commits] repo/gentoo:master commit in: dev-util/yacc/ Arthur Zamarin
2022-12-28 0:33 Sam James
2022-12-27 19:53 Sam James
2022-12-27 19:45 Sam James
2022-12-27 13:40 Sam James
2022-12-27 11:31 Sam James
2022-12-18 11:45 James Le Cuirot
2022-12-18 1:50 Yixun Lan
2022-12-02 21:16 Sam James
2017-04-20 21:02 Patrice Clement
2017-02-18 9:32 Patrice Clement
2017-02-18 9:23 Patrice Clement
2016-10-02 6:38 Jeroen Roovers
2016-10-02 6:00 Jeroen Roovers
2016-09-04 10:21 Tobias Klausmann
2016-08-18 19:39 Markus Meier
2016-08-11 11:02 Patrice Clement
2016-06-01 13:27 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1487410214.f69493d12c0a11c49a8d5a6c7ba4f30967d6fcfe.monsieurp@gentoo \
--to=monsieurp@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox