diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-10-07 01:57:35 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-10-07 02:33:12 -0400 |
commit | 858047431229c96911b36fe8b9a5662ebf584e0d (patch) | |
tree | 343a77efba5e4daa688665bfb373ee11eb0a3004 /dev-libs/libstroke | |
parent | www-client/microsoft-edge: remove old (diff) | |
download | gentoo-858047431229c96911b36fe8b9a5662ebf584e0d.tar.gz gentoo-858047431229c96911b36fe8b9a5662ebf584e0d.tar.bz2 gentoo-858047431229c96911b36fe8b9a5662ebf584e0d.zip |
dev-libs/libstroke: EAPI7->8, remove dead urls
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-libs/libstroke')
-rw-r--r-- | dev-libs/libstroke/libstroke-0.5.1-r1.ebuild | 17 |
1 files 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 } |