From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/oniguruma/
Date: Thu, 8 Sep 2016 18:20:08 +0000 (UTC) [thread overview]
Message-ID: <1473358800.013a4924bcee93f3df06c556cc28a9b426830625.soap@gentoo> (raw)
commit: 013a4924bcee93f3df06c556cc28a9b426830625
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 8 18:19:41 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Sep 8 18:20:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=013a4924
dev-libs/oniguruma: Bump to EAPI=6, remove autotools-multilib.eclass
Package-Manager: portage-2.3.0
dev-libs/oniguruma/oniguruma-5.9.5-r1.ebuild | 28 ++++++++++++++++------------
1 file changed, 16 insertions(+), 12 deletions(-)
diff --git a/dev-libs/oniguruma/oniguruma-5.9.5-r1.ebuild b/dev-libs/oniguruma/oniguruma-5.9.5-r1.ebuild
index 928a15d..ef40ae4 100644
--- a/dev-libs/oniguruma/oniguruma-5.9.5-r1.ebuild
+++ b/dev-libs/oniguruma/oniguruma-5.9.5-r1.ebuild
@@ -2,12 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
# Needed for a sane .so versionning on fbsd, please dont drop
-AUTOTOOLS_AUTORECONF=1
-
-inherit eutils autotools-multilib
+inherit autotools multilib-minimal
MY_P=onig-${PV}
@@ -25,15 +23,21 @@ DOCS=( AUTHORS HISTORY README{,.ja} doc/{API,FAQ,RE}{,.ja} )
S=${WORKDIR}/${MY_P}
-src_configure() {
- local myeconfargs=(
- $(use_enable combination-explosion-check)
+src_prepare() {
+ default
+ mv configure.{in,ac} || die
+ eautoreconf
+}
+
+multilib_src_configure() {
+ ECONF_SOURCE=${S} econf \
+ --enable-shared \
+ $(use_enable static-libs static) \
+ $(use_enable combination-explosion-check) \
$(use_enable crnl-as-line-terminator)
- )
- autotools-multilib_src_configure
}
-src_install() {
- autotools-multilib_src_install
- use static-libs || prune_libtool_files
+multilib_src_install_all() {
+ einstalldocs
+ find "${D}" -name '*.la' -delete || die
}
next reply other threads:[~2016-09-08 18:20 UTC|newest]
Thread overview: 147+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-08 18:20 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-03 11:36 [gentoo-commits] repo/gentoo:master commit in: dev-libs/oniguruma/ Sam James
2024-10-21 21:14 Andreas Sturmlechner
2024-09-24 15:22 Sam James
2024-09-23 7:37 Arthur Zamarin
2024-09-23 7:37 Arthur Zamarin
2024-09-23 7:29 Arthur Zamarin
2024-09-23 7:27 Arthur Zamarin
2024-09-23 0:36 Sam James
2024-09-23 0:36 Sam James
2024-09-22 22:56 Yixun Lan
2023-11-25 8:38 Sam James
2023-06-22 11:14 Fabian Groffen
2022-08-18 2:53 Matt Turner
2022-07-29 14:15 Arthur Zamarin
2022-07-16 8:59 Agostino Sarubbo
2022-07-16 8:56 Agostino Sarubbo
2022-07-15 18:46 Arthur Zamarin
2022-07-15 18:46 Arthur Zamarin
2022-07-15 18:46 Arthur Zamarin
2022-07-15 18:46 Arthur Zamarin
2022-07-15 18:46 Arthur Zamarin
2022-07-07 13:59 Yixun Lan
2022-07-07 13:59 Yixun Lan
2022-05-10 1:35 WANG Xuerui
2021-08-08 19:46 Marek Szuba
2021-05-09 13:44 Mike Gilbert
2021-04-30 15:59 Sergei Trofimovich
2021-04-29 0:22 Sam James
2021-04-29 0:22 Sam James
2021-04-28 23:35 Sam James
2021-04-28 23:16 Sam James
2021-04-28 23:16 Sam James
2021-04-28 23:16 Sam James
2021-04-28 23:16 Sam James
2021-04-16 17:00 Mike Gilbert
2021-04-16 17:00 Mike Gilbert
2021-03-26 14:38 Mike Gilbert
2021-01-06 19:34 Fabian Groffen
2021-01-03 12:10 Sergei Trofimovich
2021-01-03 11:51 Sergei Trofimovich
2021-01-02 11:52 Sergei Trofimovich
2021-01-01 11:21 Sergei Trofimovich
2020-12-30 2:23 Sam James
2020-12-29 21:24 Sam James
2020-12-27 23:40 Sam James
2020-12-27 18:39 Mike Gilbert
2020-12-27 18:39 Mike Gilbert
2020-11-12 21:54 Mike Gilbert
2020-11-12 21:54 Mike Gilbert
2020-11-12 21:54 Mike Gilbert
2020-11-07 0:49 Sam James
2019-12-24 15:10 Mikle Kolyada
2019-12-10 12:19 Agostino Sarubbo
2019-12-09 12:10 Agostino Sarubbo
2019-12-09 8:48 Agostino Sarubbo
2019-12-09 7:49 Agostino Sarubbo
2019-12-08 23:37 Sergei Trofimovich
2019-12-08 15:40 Aaron Bauman
2019-12-06 22:41 Sergei Trofimovich
2019-12-06 20:25 Mike Gilbert
2019-12-06 20:25 Mike Gilbert
2019-12-06 18:09 Sergei Trofimovich
2019-12-05 8:38 Agostino Sarubbo
2019-12-05 2:21 Thomas Deutschmann
2019-10-01 19:45 Thomas Deutschmann
2019-10-01 19:45 Thomas Deutschmann
2019-09-12 21:07 Thomas Deutschmann
2019-09-01 18:27 Mikle Kolyada
2019-08-14 7:34 Agostino Sarubbo
2019-08-13 11:49 Agostino Sarubbo
2019-08-13 11:40 Agostino Sarubbo
2019-08-13 8:21 Agostino Sarubbo
2019-08-11 17:00 Sergei Trofimovich
2019-08-10 9:08 Sergei Trofimovich
2019-08-10 9:04 Sergei Trofimovich
2019-08-09 23:14 Aaron Bauman
2019-08-09 18:39 Mike Gilbert
2019-08-09 18:39 Mike Gilbert
2019-07-29 8:58 Mikle Kolyada
2019-07-22 18:18 Aaron Bauman
2019-06-27 11:37 Agostino Sarubbo
2019-06-22 9:38 Sergei Trofimovich
2019-06-22 9:32 Sergei Trofimovich
2019-06-22 8:26 Sergei Trofimovich
2019-06-22 8:23 Sergei Trofimovich
2019-06-21 7:28 Agostino Sarubbo
2019-06-20 18:02 Sergei Trofimovich
2019-06-18 15:59 Mike Gilbert
2019-05-17 19:35 Mike Gilbert
2019-05-17 19:35 Mike Gilbert
2019-04-13 16:15 Aaron Bauman
2019-03-15 10:16 Mikle Kolyada
2019-03-15 10:16 Mikle Kolyada
2019-03-15 10:16 Mikle Kolyada
2019-02-28 7:23 Sergei Trofimovich
2019-02-27 8:20 Sergei Trofimovich
2019-02-27 8:20 Sergei Trofimovich
2019-02-27 7:55 Sergei Trofimovich
2019-02-26 19:40 Sergei Trofimovich
2019-02-25 21:25 Mike Gilbert
2019-01-04 22:41 Mikle Kolyada
2018-12-19 17:59 Mike Gilbert
2018-12-02 13:40 Mikle Kolyada
2018-11-28 21:22 Tobias Klausmann
2018-11-27 19:03 Mart Raudsepp
2018-11-18 16:01 Sergei Trofimovich
2018-11-18 10:52 Sergei Trofimovich
2018-11-18 10:41 Sergei Trofimovich
2018-11-18 10:38 Sergei Trofimovich
2018-11-17 13:20 Sergei Trofimovich
2018-11-16 20:25 Mike Gilbert
2018-10-19 17:39 Mike Gilbert
2018-10-19 17:39 Mike Gilbert
2018-07-22 2:04 Mikle Kolyada
2018-07-09 19:13 Mikle Kolyada
2018-06-26 15:44 Tobias Klausmann
2018-06-23 15:19 Mart Raudsepp
2018-06-16 15:04 Sergei Trofimovich
2018-06-15 9:58 Sergei Trofimovich
2018-06-13 14:36 Mike Gilbert
2018-06-03 17:42 Mikle Kolyada
2018-05-26 9:26 Mikle Kolyada
2018-04-30 18:40 Mikle Kolyada
2018-04-26 15:14 Mike Gilbert
2018-04-08 21:55 Mart Raudsepp
2018-04-07 21:18 Sergei Trofimovich
2018-04-05 16:10 Tobias Klausmann
2018-04-05 6:47 Jeroen Roovers
2018-04-05 6:08 Sergei Trofimovich
2018-04-03 16:40 Mike Gilbert
2018-04-03 16:40 Mike Gilbert
2018-03-21 5:55 Markus Meier
2018-02-21 20:34 Mike Gilbert
2018-01-08 21:31 Mike Gilbert
2017-12-10 13:00 Akinori Hattori
2017-11-11 12:34 Sergei Trofimovich
2017-11-11 11:12 Sergei Trofimovich
2017-11-08 12:51 Tobias Klausmann
2017-11-02 20:39 Sergei Trofimovich
2017-11-02 20:19 Sergei Trofimovich
2017-11-01 20:54 Mike Gilbert
2017-07-21 17:54 Thomas Deutschmann
2017-07-20 15:38 Akinori Hattori
2017-05-18 22:38 Michael Weber
2016-12-12 15:07 Tim Harder
2016-09-08 8: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=1473358800.013a4924bcee93f3df06c556cc28a9b426830625.soap@gentoo \
--to=soap@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