summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-10-07 02:05:57 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-10-07 02:33:12 -0400
commitf95a5748fe369f8c20d9e7d606c9d4f8650f2c59 (patch)
tree7524d3854a6bedbb6e2e82686b0ae5cbfffcf7ad /dev-libs/libstroke/libstroke-0.5.1-r1.ebuild
parentdev-libs/libstroke: EAPI7->8, remove dead urls (diff)
downloadgentoo-f95a5748fe369f8c20d9e7d606c9d4f8650f2c59.tar.gz
gentoo-f95a5748fe369f8c20d9e7d606c9d4f8650f2c59.tar.bz2
gentoo-f95a5748fe369f8c20d9e7d606c9d4f8650f2c59.zip
dev-libs/libstroke: fix build with upcoming clang16
Closes: https://bugs.gentoo.org/871054 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-libs/libstroke/libstroke-0.5.1-r1.ebuild')
-rw-r--r--dev-libs/libstroke/libstroke-0.5.1-r1.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-libs/libstroke/libstroke-0.5.1-r1.ebuild b/dev-libs/libstroke/libstroke-0.5.1-r1.ebuild
deleted file mode 100644
index a353a532aef7..000000000000
--- a/dev-libs/libstroke/libstroke-0.5.1-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-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"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
-
-RDEPEND="x11-libs/libX11"
-DEPEND="
- ${RDEPEND}
- x11-base/xorg-proto"
-
-PATCHES=(
- "${FILESDIR}"/${P}-m4_syntax.patch
- "${FILESDIR}"/${P}-no_gtk1.patch
- "${FILESDIR}"/${P}-autotools.patch
-)
-
-src_prepare() {
- default
-
- eautoreconf
-}
-
-src_install() {
- default
-
- find "${ED}" -type f -name '*.la' -delete || die
-}