commit: eac4e63774ed57c0235753fe6e9744de96c93849 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Thu Aug 7 15:49:26 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Thu Aug 7 16:41:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac4e637
media-libs/compface: update EAPI 7 -> 8 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> media-libs/compface/compface-1.5.2-r2.ebuild | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/media-libs/compface/compface-1.5.2-r2.ebuild b/media-libs/compface/compface-1.5.2-r2.ebuild new file mode 100644 index 000000000000..9ffeb4582cc6 --- /dev/null +++ b/media-libs/compface/compface-1.5.2-r2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +inherit autotools + +DESCRIPTION="Utilities and library to convert to/from X-Face format" +HOMEPAGE="https://www.xemacs.org/Download/optLibs.html" +SRC_URI="http://ftp.xemacs.org/pub/xemacs/aux/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + +RDEPEND="dev-lang/perl" + +PATCHES=( + "${FILESDIR}"/${PN}-gentoo.patch + "${FILESDIR}"/${PN}-modern-c-porting.patch +) + +src_prepare() { + default + eautoreconf +} + +src_install() { + default + newbin xbm2xface{.pl,} +}
