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 B862015808B for ; Fri, 16 Feb 2024 10:22:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E4EFE2A12; Fri, 16 Feb 2024 10:22:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 5ED06E2A12 for ; Fri, 16 Feb 2024 10:22:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 53CD734076D for ; Fri, 16 Feb 2024 10:22:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A071814CF for ; Fri, 16 Feb 2024 10:22:21 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1708078846.424cb9d984d884d26acc4f79afbf82c33600d19b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/foma/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/foma/foma-0.10.0_p20220612.ebuild X-VCS-Directories: dev-libs/foma/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 424cb9d984d884d26acc4f79afbf82c33600d19b X-VCS-Branch: master Date: Fri, 16 Feb 2024 10:22:21 +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: 9fc12e85-67c8-4f80-8e1a-58d78caee4ea X-Archives-Hash: 4c5c56bd8fd60c15607d5a2b95d7c3a8 commit: 424cb9d984d884d26acc4f79afbf82c33600d19b Author: Joonas Niilola gentoo org> AuthorDate: Fri Feb 16 10:20:46 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Feb 16 10:20:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=424cb9d9 dev-libs/foma: drop 0.10.0_p20220612 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/foma/foma-0.10.0_p20220612.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/dev-libs/foma/foma-0.10.0_p20220612.ebuild b/dev-libs/foma/foma-0.10.0_p20220612.ebuild deleted file mode 100644 index 113e0c864ab3..000000000000 --- a/dev-libs/foma/foma-0.10.0_p20220612.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -MY_COMMIT="9e8c3df573015a26c84e113ba710ef3d57c8e777" - -DESCRIPTION="Multi-purpose finite-state toolkit" -HOMEPAGE="https://fomafst.github.io/ https://github.com/mhulden/foma" -SRC_URI="https://github.com/mhulden/foma/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/0.10" -KEYWORDS="amd64 x86" - -BDEPEND="app-alternatives/yacc - app-alternatives/lex" -DEPEND="sys-libs/readline:= - sys-libs/zlib" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/foma-${MY_COMMIT}/foma" - -src_install() { - cmake_src_install - find "${D}" -name '*.a' -delete || die -}