From c433abd7c55f984f17c26f44d1f56a0a5cebae70 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Mon, 13 May 2024 17:53:39 +0300 Subject: [PATCH] media-libs/libeot: drop 0.01, EAPI6-- Signed-off-by: Arthur Zamarin --- media-libs/libeot/libeot-0.01.ebuild | 31 ---------------------------- 1 file changed, 31 deletions(-) delete mode 100644 media-libs/libeot/libeot-0.01.ebuild diff --git a/media-libs/libeot/libeot-0.01.ebuild b/media-libs/libeot/libeot-0.01.ebuild deleted file mode 100644 index 838ce3e108f8f..0000000000000 --- a/media-libs/libeot/libeot-0.01.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -EGIT_REPO_URI="https://github.com/umanwizard/libeot.git" -inherit autotools -[[ ${PV} == 9999 ]] && inherit git-r3 - -DESCRIPTION="Library for parsing Embedded OpenType files (Microsoft embedded font 'standard')" -HOMEPAGE="https://github.com/umanwizard/libeot" -[[ ${PV} == 9999 ]] || SRC_URI="https://github.com/umanwizard/libeot/archive/v${PV}.tar.gz -> ${P}.tgz" - -LICENSE="MPL-2.0" -SLOT="0" -[[ ${PV} == 9999 ]] || \ -KEYWORDS="amd64 ~riscv x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" - -src_prepare() { - default - eautoreconf -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -}