From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/oniguruma/
Date: Wed, 21 Feb 2018 20:34:09 +0000 (UTC) [thread overview]
Message-ID: <1519245139.802f2ee6935eb6cf260166fdcd3dd5110056d98e.floppym@gentoo> (raw)
commit: 802f2ee6935eb6cf260166fdcd3dd5110056d98e
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Wed Feb 21 18:27:58 2018 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 20:32:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802f2ee6
dev-libs/oniguruma: Version bump (6.7.1).
dev-libs/oniguruma/Manifest | 1 +
dev-libs/oniguruma/oniguruma-6.7.1.ebuild | 33 +++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-libs/oniguruma/Manifest b/dev-libs/oniguruma/Manifest
index 3e51ebca7f0..6e4727f5d80 100644
--- a/dev-libs/oniguruma/Manifest
+++ b/dev-libs/oniguruma/Manifest
@@ -3,3 +3,4 @@ DIST onig-5.9.6_p1.tar.gz 605920 BLAKE2B 9f5ecd29d0dc583d424866e5a37fe92ae4c9874
DIST onig-6.4.0.tar.gz 900425 BLAKE2B c2c76ea0bd1e47354169e386a495b8754da604be0dbcbbe43e7889e1c37f84ddf032b0874bdf3711221b60e717c1f1bd36edb35903102f0be55c323f81d42ec9 SHA512 476f2110f09eae9b27e0da4b995fa9db46fe6f98f5ef8700b9f1966f9b4bf6db680c6e9e67e1d8d81e759fd8d1787af39c4b38d6681ee4b6405a970c18d583fa
DIST onig-6.6.1.tar.gz 943490 BLAKE2B 75771b5da78ac31e382ba964b9e881cb153b0ded89a5bc58b60783ca7fb7925e4bcbd8c8a1c02cf654accdfb4a079af6427d8731a6ca241d8aa86217835e892c SHA512 ce9ac1336e2782fcfdac8cb4a257162f57dd8c2be20f74771a1ab9671b5926ea9c9fc07e2f4b04d80a2138a6e4c0e3295ac3f257e4424acf888e343870a377cc
DIST onig-6.7.0.tar.gz 952950 BLAKE2B 7ff45b04abe28caabf8c54e3dea4fb801c50fec9795bb39089a5be282d703c794c1eaa14433fe96b09ecd653275e8450e16ce410f0f53de63acd79cef36d3844 SHA512 21b10ff7cca8bdf057110927755cecf444415e308a8580427a4f661d58e678ef808a9e238066c54e664878739449fcf3de9e8348568e9dad2bfdda8d39b46a30
+DIST onig-6.7.1.tar.gz 951650 BLAKE2B 475f6de4dca5579071777de9805a7676f8bf0ba0fff360a8231895882ce5535c80ee8f12bede3d1db17497efcc904c4653f4d15d559cf5ac180039563f0c14cd SHA512 36ce29b639e8a15bacc3fcce835eea3ae5516fbefc250d0152493b86166f8f3b74ae4c807c609f6374cd8c401b434dd1682747be14b70da64386150d4e82badc
diff --git a/dev-libs/oniguruma/oniguruma-6.7.1.ebuild b/dev-libs/oniguruma/oniguruma-6.7.1.ebuild
new file mode 100644
index 00000000000..d040e1b6cb1
--- /dev/null
+++ b/dev-libs/oniguruma/oniguruma-6.7.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit multilib-minimal
+
+MY_P="onig-${PV}"
+
+DESCRIPTION="Regular expression library for different character encodings"
+HOMEPAGE="https://github.com/kkos/oniguruma"
+SRC_URI="https://github.com/kkos/${PN}/releases/download/v${PV}/${MY_P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0/4"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="combination-explosion-check crnl-as-line-terminator static-libs"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=(AUTHORS HISTORY README{,_japanese} doc/{API,FAQ,RE}{,.ja} doc/UNICODE_PROPERTIES)
+
+multilib_src_configure() {
+ ECONF_SOURCE="${S}" econf \
+ $(use_enable combination-explosion-check) \
+ $(use_enable crnl-as-line-terminator) \
+ $(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+ einstalldocs
+ find "${D}" -name "*.la" -delete || die
+}
next reply other threads:[~2018-02-21 20:34 UTC|newest]
Thread overview: 147+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-21 20:34 Mike Gilbert [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-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 18:20 David Seifert
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=1519245139.802f2ee6935eb6cf260166fdcd3dd5110056d98e.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