From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/oniguruma/
Date: Thu, 26 Apr 2018 15:14:12 +0000 (UTC) [thread overview]
Message-ID: <1524755534.eaeebe487dd1951f3798916fbab3c4aa25b5540c.floppym@gentoo> (raw)
commit: eaeebe487dd1951f3798916fbab3c4aa25b5540c
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Wed Apr 25 17:35:40 2018 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 15:12:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaeebe48
dev-libs/oniguruma: Version bump (6.8.2).
dev-libs/oniguruma/Manifest | 1 +
dev-libs/oniguruma/oniguruma-6.8.2.ebuild | 32 +++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-libs/oniguruma/Manifest b/dev-libs/oniguruma/Manifest
index 4d8619f4e9b..f1f35cc3702 100644
--- a/dev-libs/oniguruma/Manifest
+++ b/dev-libs/oniguruma/Manifest
@@ -2,3 +2,4 @@ DIST onig-6.6.1.tar.gz 943490 BLAKE2B 75771b5da78ac31e382ba964b9e881cb153b0ded89
DIST onig-6.7.0.tar.gz 952950 BLAKE2B 7ff45b04abe28caabf8c54e3dea4fb801c50fec9795bb39089a5be282d703c794c1eaa14433fe96b09ecd653275e8450e16ce410f0f53de63acd79cef36d3844 SHA512 21b10ff7cca8bdf057110927755cecf444415e308a8580427a4f661d58e678ef808a9e238066c54e664878739449fcf3de9e8348568e9dad2bfdda8d39b46a30
DIST onig-6.7.1.tar.gz 951650 BLAKE2B 475f6de4dca5579071777de9805a7676f8bf0ba0fff360a8231895882ce5535c80ee8f12bede3d1db17497efcc904c4653f4d15d559cf5ac180039563f0c14cd SHA512 36ce29b639e8a15bacc3fcce835eea3ae5516fbefc250d0152493b86166f8f3b74ae4c807c609f6374cd8c401b434dd1682747be14b70da64386150d4e82badc
DIST onig-6.8.1.tar.gz 973837 BLAKE2B 5ccbd8b428dcb0775e745857cb1ee678cb2e42c1b9044ac807444403ea0ca602aeaa7ab86f70b9835c2042a2b48a65531c355d1f32ba22294403dc5a3f3ce895 SHA512 50005d7bccdfd5090181781c942e7814eb82ef1652453ce4bdf7f4e763344c87af84fb06c5240494d3774568913cbfc3b158e0a69edfbc1283eaeb7842dc0631
+DIST onig-6.8.2.tar.gz 979775 BLAKE2B c055e943d5b38e10a32f2a30094089d7ca7f72b8fcb58e8d1b4a4674285e208bdc6b5c8694e2a8415f19ae1515d13810c7fd96d27c18e360a69159cbcf0004be SHA512 1bfa6688c67b684afd558ce9f0654f484acbb733972382fccc0b3d1a05a2c2075e349d9d9c8f86371ee07221b45e5ef28ed238b5807be6fbc49d1f53b14e1596
diff --git a/dev-libs/oniguruma/oniguruma-6.8.2.ebuild b/dev-libs/oniguruma/oniguruma-6.8.2.ebuild
new file mode 100644
index 00000000000..977725c6e82
--- /dev/null
+++ b/dev-libs/oniguruma/oniguruma-6.8.2.ebuild
@@ -0,0 +1,32 @@
+# 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/5"
+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="crnl-as-line-terminator static-libs"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=(AUTHORS HISTORY README{,_japanese} doc/{API,CALLOUTS.API,CALLOUTS.BUILTIN,FAQ,RE}{,.ja} doc/UNICODE_PROPERTIES)
+
+multilib_src_configure() {
+ ECONF_SOURCE="${S}" econf \
+ $(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-04-26 15:14 UTC|newest]
Thread overview: 153+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-26 15:14 Mike Gilbert [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-09 23:52 [gentoo-commits] repo/gentoo:master commit in: dev-libs/oniguruma/ Sam James
2025-03-08 17:05 Sam James
2025-03-08 14:58 Arthur Zamarin
2025-03-08 14:15 Arthur Zamarin
2025-03-08 14:09 Sam James
2025-03-08 14:09 Sam James
2025-01-03 11:36 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-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 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=1524755534.eaeebe487dd1951f3798916fbab3c4aa25b5540c.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