diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 11:48:55 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 21:31:48 +0200 |
commit | dd1c9e638a50c9816bf0d3005d59a53dda582698 (patch) | |
tree | c8a45457c4b5d7f1a13de16f384880989a4cfb3b /games-misc | |
parent | games-misc/typespeed: Stop using games.eclass (diff) | |
download | gentoo-dd1c9e638a50c9816bf0d3005d59a53dda582698.tar.gz gentoo-dd1c9e638a50c9816bf0d3005d59a53dda582698.tar.bz2 gentoo-dd1c9e638a50c9816bf0d3005d59a53dda582698.zip |
games-misc/typespeed: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/typespeed/typespeed-0.6.5.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/games-misc/typespeed/typespeed-0.6.5.ebuild b/games-misc/typespeed/typespeed-0.6.5.ebuild deleted file mode 100644 index c920053621fa..000000000000 --- a/games-misc/typespeed/typespeed-0.6.5.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils games - -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() { - sed -i \ - -e 's/testsuite//' \ - -e 's/doc//' \ - Makefile.am || die - sed -i -e '/^CC =/d' src/Makefile.am || die - epatch "${FILESDIR}"/${P}-musl.patch - rm -rf m4 #417265 - eautoreconf -} - -src_configure() { - egamesconf \ - --localedir=/usr/share/locale \ - --docdir=/usr/share/doc/${PF} \ - --with-highscoredir="${GAMES_STATEDIR}" \ - $(use_enable nls) -} - -src_install() { - default - dodoc doc/README - prepgamesdirs -} |