From 8b36a8a07fd1f678647d38a9016ef65833613d14 Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Sat, 16 May 2020 23:59:17 +0900 Subject: [PATCH] media-libs/compface: fix configure Closes: https://bugs.gentoo.org/720850 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Akinori Hattori --- media-libs/compface/compface-1.5.2.ebuild | 11 +++++++++-- ...2-fix-build-system.patch => compface-gentoo.patch} | 0 media-libs/compface/metadata.xml | 7 ++++--- 3 files changed, 13 insertions(+), 5 deletions(-) rename media-libs/compface/files/{compface-1.5.2-fix-build-system.patch => compface-gentoo.patch} (100%) diff --git a/media-libs/compface/compface-1.5.2.ebuild b/media-libs/compface/compface-1.5.2.ebuild index db2924ec06c1..d82aa2010964 100644 --- a/media-libs/compface/compface-1.5.2.ebuild +++ b/media-libs/compface/compface-1.5.2.ebuild @@ -1,7 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI="7" + +inherit autotools DESCRIPTION="Utilities and library to convert to/from X-Face format" HOMEPAGE="http://www.xemacs.org/Download/optLibs.html" @@ -13,7 +15,12 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x8 RDEPEND="dev-lang/perl" -PATCHES=( "${FILESDIR}"/${P}-fix-build-system.patch ) +PATCHES=( "${FILESDIR}"/${PN}-gentoo.patch ) + +src_prepare() { + default + eautoreconf +} src_install() { default diff --git a/media-libs/compface/files/compface-1.5.2-fix-build-system.patch b/media-libs/compface/files/compface-gentoo.patch similarity index 100% rename from media-libs/compface/files/compface-1.5.2-fix-build-system.patch rename to media-libs/compface/files/compface-gentoo.patch diff --git a/media-libs/compface/metadata.xml b/media-libs/compface/metadata.xml index 21dc8fdf43ff..7ffc4339bc56 100644 --- a/media-libs/compface/metadata.xml +++ b/media-libs/compface/metadata.xml @@ -1,7 +1,8 @@ - - hattya@gentoo.org - + + hattya@gentoo.org + Akinori Hattori + -- 2.26.2