diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-07-08 09:12:45 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-07-08 10:17:39 +0300 |
commit | d3bef411d496c1b6051fec8beea96c56d73ebaf2 (patch) | |
tree | 425b0363fcbde9be5be5d15b9b302f879e937c3a /dev-libs/foma | |
parent | sys-cluster/galera: drop 26.4.17 (diff) | |
download | gentoo-d3bef411d496c1b6051fec8beea96c56d73ebaf2.tar.gz gentoo-d3bef411d496c1b6051fec8beea96c56d73ebaf2.tar.bz2 gentoo-d3bef411d496c1b6051fec8beea96c56d73ebaf2.zip |
dev-libs/foma: drop 0.10.0_p20220612-r1
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/foma')
-rw-r--r-- | dev-libs/foma/foma-0.10.0_p20220612-r1.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-libs/foma/foma-0.10.0_p20220612-r1.ebuild b/dev-libs/foma/foma-0.10.0_p20220612-r1.ebuild deleted file mode 100644 index ebeb755f4410..000000000000 --- a/dev-libs/foma/foma-0.10.0_p20220612-r1.ebuild +++ /dev/null @@ -1,37 +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_prepare() { - cmake_src_prepare - - cd "${WORKDIR}/foma-${MY_COMMIT}" || die - eapply "${FILESDIR}"/foma-0.10.0-gcc-13-fixes.patch - eapply "${FILESDIR}"/foma-0.10-0-fix-BOM_codes-initializer.patch -} - -src_install() { - cmake_src_install - find "${D}" -name '*.a' -delete || die -} |