From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/yasm/
Date: Wed, 13 May 2020 23:11:32 +0000 (UTC) [thread overview]
Message-ID: <1589411487.a969cbebb113718e1a9860143b94c8aa0558b51e.floppym@gentoo> (raw)
commit: a969cbebb113718e1a9860143b94c8aa0558b51e
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed May 13 23:11:27 2020 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed May 13 23:11:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a969cbeb
dev-lang/yasm: remove obsolete hacks from src_prepare
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
dev-lang/yasm/yasm-9999.ebuild | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)
diff --git a/dev-lang/yasm/yasm-9999.ebuild b/dev-lang/yasm/yasm-9999.ebuild
index 5be4c7a9719..cf48d28e862 100644
--- a/dev-lang/yasm/yasm-9999.ebuild
+++ b/dev-lang/yasm/yasm-9999.ebuild
@@ -4,11 +4,11 @@
EAPI=7
PYTHON_COMPAT=( python2_7 )
-inherit autotools eutils python-single-r1
+inherit python-single-r1
if [[ ${PV} == 9999* ]] ; then
EGIT_REPO_URI="https://github.com/yasm/yasm.git"
- inherit git-r3
+ inherit autotools git-r3
else
SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz"
KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
@@ -50,16 +50,8 @@ pkg_setup() {
src_prepare() {
default
- if ! [[ ${PV} == 9999* ]]; then
- sed -i -e 's:xmlto:&dIsAbLe:' configure.ac || die #459940
- fi
-
- # ksh doesn't grok $(xxx), makes aclocal fail
- sed -i -e '1c\#!/usr/bin/env sh' YASM-VERSION-GEN.sh || die
-
- eautoreconf
-
if [[ ${PV} == 9999* ]]; then
+ eautoreconf
./modules/arch/x86/gen_x86_insn.py || die
fi
}
next reply other threads:[~2020-05-13 23:11 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-13 23:11 Mike Gilbert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-09 5:20 [gentoo-commits] repo/gentoo:master commit in: dev-lang/yasm/ Sam James
2023-12-12 18:38 Mike Frysinger
2023-12-12 18:32 Mike Frysinger
2020-09-23 11:07 Michał Górny
2020-09-23 11:07 Michał Górny
2020-09-23 11:07 Michał Górny
2020-09-23 10:20 Agostino Sarubbo
2020-09-20 21:52 Thomas Deutschmann
2020-08-25 14:54 Mike Gilbert
2020-08-18 14:53 Mike Gilbert
2020-06-13 14:58 Mike Gilbert
2020-04-24 17:14 Mike Gilbert
2020-04-24 16:53 Mike Gilbert
2020-04-24 16:53 Mike Gilbert
2019-11-29 8:17 Michał Górny
2017-12-25 19:17 David Seifert
2017-07-30 8:47 Michał Górny
2017-03-20 20:34 Fabian Groffen
2016-12-07 8:32 Mike Frysinger
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=1589411487.a969cbebb113718e1a9860143b94c8aa0558b51e.floppym@gentoo \
--to=floppym@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