public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/oniguruma/
Date: Fri, 17 May 2019 19:35:51 +0000 (UTC)	[thread overview]
Message-ID: <1558121605.de4ace87337a164f0fa086e9f4c3d546f615377f.floppym@gentoo> (raw)

commit:     de4ace87337a164f0fa086e9f4c3d546f615377f
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Fri May 17 15:10:16 2019 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri May 17 19:33:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de4ace87

dev-libs/oniguruma: Version bump (6.9.2).

Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 dev-libs/oniguruma/Manifest               |  1 +
 dev-libs/oniguruma/oniguruma-6.9.2.ebuild | 32 +++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-libs/oniguruma/Manifest b/dev-libs/oniguruma/Manifest
index 32b17ae8cfe..198c2d1c2de 100644
--- a/dev-libs/oniguruma/Manifest
+++ b/dev-libs/oniguruma/Manifest
@@ -1 +1,2 @@
 DIST onig-6.9.1.tar.gz 870525 BLAKE2B 8427b92670545e66deba35dfde0cb0ce346629a188c4adaa3025d0acaa81d2ffd86111be17419ea67b2d5f3fb4387aab0d8d20d70fb2f518ccc0ca165b66207d SHA512 5454c161d2d45f2c992513a695ff586ffa99e44a27d7ac5498370e200adb664bb02f2d8cd7d73e61d467f626d1a9b41d9e6e3051e1ea1a021624f94f7d52975f
+DIST onig-6.9.2.tar.gz 901931 BLAKE2B 93326408c7c9cd9c5053f14edd0e5fbf348a4da135146cfbff7659518686a83301b8d4111dbd65b834e201334871d9fa8202a8ed3cc4f793d444591e96071c74 SHA512 c10134e42a3c0b0eeae2027ffb7a3e1bcc9228dee286f6b6e997f8a73d717217fa74de0e19c40975d2e78044c8c4f029eb622f90c8eb4fdc4667eb4804e97001

diff --git a/dev-libs/oniguruma/oniguruma-6.9.2.ebuild b/dev-libs/oniguruma/oniguruma-6.9.2.ebuild
new file mode 100644
index 00000000000..ef4e2c1366d
--- /dev/null
+++ b/dev-libs/oniguruma/oniguruma-6.9.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2003-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+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/{SYNTAX.md,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" -type f -delete || die
+}


             reply	other threads:[~2019-05-17 19:35 UTC|newest]

Thread overview: 145+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-17 19:35 Mike Gilbert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-24 15:22 [gentoo-commits] repo/gentoo:master commit in: dev-libs/oniguruma/ 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-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 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=1558121605.de4ace87337a164f0fa086e9f4c3d546f615377f.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