commit: 858047431229c96911b36fe8b9a5662ebf584e0d Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Fri Oct 7 05:57:35 2022 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Fri Oct 7 06:33:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85804743
dev-libs/libstroke: EAPI7->8, remove dead urls Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> dev-libs/libstroke/libstroke-0.5.1-r1.ebuild | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/dev-libs/libstroke/libstroke-0.5.1-r1.ebuild b/dev-libs/libstroke/libstroke-0.5.1-r1.ebuild index 5abb144b665b..a353a532aef7 100644 --- a/dev-libs/libstroke/libstroke-0.5.1-r1.ebuild +++ b/dev-libs/libstroke/libstroke-0.5.1-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools -DESCRIPTION="A Stroke and Gesture recognition Library" -HOMEPAGE="http://www.etla.net/libstroke/" -SRC_URI="http://www.etla.net/libstroke/${P}.tar.gz" +DESCRIPTION="Stroke and Gesture recognition Library" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -26,15 +26,12 @@ PATCHES=( src_prepare() { default - mv configure.{in,ac} || die - eautoreconf -} -src_configure() { - econf --disable-static + eautoreconf } src_install() { default - find "${ED}" -name '*.la' -delete || die + + find "${ED}" -type f -name '*.la' -delete || die }
