From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA57F158094 for ; Thu, 18 Aug 2022 02:53:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FF70E07D1; Thu, 18 Aug 2022 02:53:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCB50E07D0 for ; Thu, 18 Aug 2022 02:53:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87631341687 for ; Thu, 18 Aug 2022 02:53:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB4C756C for ; Thu, 18 Aug 2022 02:53:40 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1660791183.9340ef1e6e8a7f176394cd309f65517b71a89eae.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/onigmo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/onigmo/Manifest dev-libs/onigmo/onigmo-6.1.3.ebuild X-VCS-Directories: dev-libs/onigmo/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9340ef1e6e8a7f176394cd309f65517b71a89eae X-VCS-Branch: master Date: Thu, 18 Aug 2022 02:53:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 540f3103-56ff-406e-b205-7ac4c4799ff4 X-Archives-Hash: 7c49127559f7b2eca557300268f61c38 commit: 9340ef1e6e8a7f176394cd309f65517b71a89eae Author: Matt Turner gentoo org> AuthorDate: Thu Aug 18 02:35:40 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Aug 18 02:53:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9340ef1e dev-libs/onigmo: Drop old versions Signed-off-by: Matt Turner gentoo.org> dev-libs/onigmo/Manifest | 1 - dev-libs/onigmo/onigmo-6.1.3.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) diff --git a/dev-libs/onigmo/Manifest b/dev-libs/onigmo/Manifest index c0a02fccafc4..ed9ae2097049 100644 --- a/dev-libs/onigmo/Manifest +++ b/dev-libs/onigmo/Manifest @@ -1,2 +1 @@ -DIST onigmo-6.1.3.tar.gz 822127 BLAKE2B b2f020ba37c039022ee4ad0840006b7d84bd5c2b24975d3cc34a625379c478cdfacbb7247d5f2315da2e56beaa74fec5390140d4a3f0c29c66906d78d7207b8b SHA512 13ee0e97e5e7ea2a379cdfd8bab121ee116fc07495c6b3131621f6cd9b1748897e5e2c7dcf43845794b2ad4adef3b4076daf06f51aaf965e32cbac5d7bace1e6 DIST onigmo-6.2.0.tar.gz 844935 BLAKE2B 768918af337be0bbe9fd9c9f15a630ce0a74f081832ef84ba13e48f4e6ed692ff1250e20272c039d95bb4d9b847bfaac829addd7de3f50780b7620b1f105406c SHA512 651ab8c64d8b8c0d56e1549809030be79a751b9d1c06af6527f8cf6014fba1bafea593d572e1cf766099a10fb4e6506ca683ef48131f47471348b5cbd35a1a77 diff --git a/dev-libs/onigmo/onigmo-6.1.3.ebuild b/dev-libs/onigmo/onigmo-6.1.3.ebuild deleted file mode 100644 index fc5366e7b632..000000000000 --- a/dev-libs/onigmo/onigmo-6.1.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit autotools multilib-minimal - -DESCRIPTION="Onigmo is a regular expressions library forked from Oniguruma" -HOMEPAGE="https://github.com/k-takata/Onigmo" -SRC_URI="https://github.com/k-takata/${PN^o}/releases/download/${P^o}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0/6" -KEYWORDS="amd64 x86" -IUSE="combination-explosion-check crnl-as-line-terminator static-libs" - -DOCS=( AUTHORS HISTORY README{,.ja} doc/{API,FAQ,RE}{,.ja} doc/UnicodeProps.txt ) - -src_prepare() { - default - eautoreconf -} - -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 -}