From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/oniguruma/
Date: Thu, 18 Aug 2022 02:53:40 +0000 (UTC) [thread overview]
Message-ID: <1660791183.3016e110caa561b98a87cae1bc3b12b4c5b7730a.mattst88@gentoo> (raw)
commit: 3016e110caa561b98a87cae1bc3b12b4c5b7730a
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 18 02:35:41 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 02:53:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3016e110
dev-libs/oniguruma: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-libs/oniguruma/Manifest | 1 -
dev-libs/oniguruma/oniguruma-6.9.7.1.ebuild | 55 -----------------------------
2 files changed, 56 deletions(-)
diff --git a/dev-libs/oniguruma/Manifest b/dev-libs/oniguruma/Manifest
index edd5f1bcbca4..2d03a4b62795 100644
--- a/dev-libs/oniguruma/Manifest
+++ b/dev-libs/oniguruma/Manifest
@@ -1,2 +1 @@
-DIST onig-6.9.7.1.tar.gz 935705 BLAKE2B 1042d5b211f53ad8983eb6b4e53beb165bc948bbef9a85ad12578a9237a804e3dcd0a8105914156230ec30e11f2c8a0372c37919cdde7b2be104c66a8b22fb52 SHA512 17711e0d451c41e74cb3f8ab4e78b0181578ef42cb35dc64e87871c82a41909334cb4eeb03eccdccf6904f699e6e82b0dbb54077138225b9b95471fcdeb8c486
DIST onig-6.9.8.tar.gz 944148 BLAKE2B ee7d91f2d3a7a41d675bcbb9d18490aa3e5a9edb8f3c6e880d27f2218c476499bba21088def41fbb5d500bfb2916af85c2489fca5bd846594fab53ac492531af SHA512 5a3d220961c22cda981bbae06dc383401771362cdf67e4f0b5d2fa8951a03907362edae498f63226287e70715c0abe4acdd22ec3ceb74bbb226234a52c36a4d7
diff --git a/dev-libs/oniguruma/oniguruma-6.9.7.1.ebuild b/dev-libs/oniguruma/oniguruma-6.9.7.1.ebuild
deleted file mode 100644
index 06204a280f85..000000000000
--- a/dev-libs/oniguruma/oniguruma-6.9.7.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2003-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit multilib-minimal
-
-if [[ "${PV}" == "9999" ]]; then
- inherit autotools git-r3
-
- EGIT_REPO_URI="https://github.com/kkos/oniguruma"
-fi
-
-DESCRIPTION="Regular expression library for different character encodings"
-HOMEPAGE="https://github.com/kkos/oniguruma"
-if [[ "${PV}" == "9999" ]]; then
- SRC_URI=""
-else
- SRC_URI="https://github.com/kkos/${PN}/releases/download/v${PV}/onig-${PV}.tar.gz"
-fi
-
-LICENSE="BSD-2"
-SLOT="0/5"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="crnl-as-line-terminator static-libs"
-
-BDEPEND=""
-DEPEND=""
-RDEPEND=""
-
-if [[ "${PV}" != "9999" ]]; then
- S="${WORKDIR}/onig-$(ver_cut 1-3)"
-fi
-
-DOCS=(AUTHORS HISTORY README{,_japanese} doc/{API,CALLOUTS.API,CALLOUTS.BUILTIN,FAQ,RE}{,.ja} doc/{SYNTAX.md,UNICODE_PROPERTIES})
-
-src_prepare() {
- default
-
- if [[ "${PV}" == "9999" ]]; then
- eautoreconf
- fi
-}
-
-multilib_src_configure() {
- ECONF_SOURCE="${S}" econf \
- --enable-posix-api \
- $(use_enable crnl-as-line-terminator) \
- $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
- einstalldocs
- find "${ED}" -name "*.la" -delete || die
-}
next reply other threads:[~2022-08-18 2:53 UTC|newest]
Thread overview: 147+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-18 2:53 Matt Turner [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-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 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=1660791183.3016e110caa561b98a87cae1bc3b12b4c5b7730a.mattst88@gentoo \
--to=mattst88@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