commit:     c433abd7c55f984f17c26f44d1f56a0a5cebae70
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 14:53:39 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon May 13 14:53:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c433abd7

media-libs/libeot: drop 0.01, EAPI6--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-libs/libeot/libeot-0.01.ebuild | 31 -------------------------------
 1 file changed, 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
-}

Reply via email to