diff options
author | 2024-05-13 17:53:39 +0300 | |
---|---|---|
committer | 2024-05-13 17:53:39 +0300 | |
commit | c433abd7c55f984f17c26f44d1f56a0a5cebae70 (patch) | |
tree | 704a4396ed4d91921b0ed17a3f77b98b8b51fefb /media-libs/libeot | |
parent | media-libs/libeot: Stabilize 0.01-r1 amd64, #931875 (diff) | |
download | gentoo-c433abd7c55f984f17c26f44d1f56a0a5cebae70.tar.gz gentoo-c433abd7c55f984f17c26f44d1f56a0a5cebae70.tar.bz2 gentoo-c433abd7c55f984f17c26f44d1f56a0a5cebae70.zip |
media-libs/libeot: drop 0.01, EAPI6--
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs/libeot')
-rw-r--r-- | media-libs/libeot/libeot-0.01.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/media-libs/libeot/libeot-0.01.ebuild b/media-libs/libeot/libeot-0.01.ebuild deleted file mode 100644 index 838ce3e108f8..000000000000 --- 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 -} |