games-misc/typespeed: drop 0.6.5-r1

Closes: https://github.com/gentoo/gentoo/pull/17943
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
Alexey Sokolov 2020-11-15 21:02:53 +01:00 committed by David Seifert
parent 0fc2430644
commit fdb33ff97a
No known key found for this signature in database
GPG Key ID: CE36E117202E3842
1 changed files with 0 additions and 45 deletions

View File

@ -1,45 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools
DESCRIPTION="Test your typing speed, and get your fingers CPS"
HOMEPAGE="http://typespeed.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc64 ~x86"
IUSE="nls"
RDEPEND="
sys-libs/ncurses:0=
nls? ( virtual/libintl )
"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
"
src_prepare() {
default
sed -i \
-e 's/testsuite//' \
-e 's/doc//' \
Makefile.am || die
sed -i -e '/^CC =/d' src/Makefile.am || die
eapply "${FILESDIR}"/${P}-musl.patch
rm -rf m4 #417265
eautoreconf
}
src_configure() {
econf \
--localedir=/usr/share/locale \
$(use_enable nls)
}
src_install() {
default
dodoc doc/README
}