diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:14 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:36:31 +0100 |
commit | d009807bfe10e5844acf0eb9cf1b60d02847be41 (patch) | |
tree | 993dfe4c6fb63ee3ef19055a8573fa7f36ae50ee /games-board/gnushogi | |
parent | games-board/gnubg: Remove old (diff) | |
download | gentoo-d009807bfe10e5844acf0eb9cf1b60d02847be41.tar.gz gentoo-d009807bfe10e5844acf0eb9cf1b60d02847be41.tar.bz2 gentoo-d009807bfe10e5844acf0eb9cf1b60d02847be41.zip |
games-board/gnushogi: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-board/gnushogi')
-rw-r--r-- | games-board/gnushogi/gnushogi-1.4.1.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/games-board/gnushogi/gnushogi-1.4.1.ebuild b/games-board/gnushogi/gnushogi-1.4.1.ebuild deleted file mode 100644 index ed415090870d..000000000000 --- a/games-board/gnushogi/gnushogi-1.4.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="Japanese version of chess (commandline + X-Version)" -HOMEPAGE="https://www.gnu.org/software/gnushogi/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="X" - -RDEPEND="sys-libs/ncurses:0 - X? ( x11-libs/libXaw )" -DEPEND="${RDEPEND} - >=sys-devel/bison-1.34 - >=sys-devel/flex-2.5" - -src_prepare() { - sed -i \ - -e '/^bbk:/s/$/ gnushogi_compile pat2inc sizetest/' \ - Makefile.in || die - sed -i \ - -e "/^LIBDIR/s:=.*:=\"$(games_get_libdir)\":" \ - gnushogi/Makefile.in || die -} - -src_configure() { - egamesconf \ - $(use_with X x) \ - $(use_enable X xshogi) -} - -src_install() { - dogamesbin gnushogi/gnushogi - doman doc/gnushogi.6 - doinfo doc/gnushogi.info - if use X ; then - dogamesbin xshogi/xshogi - doman doc/xshogi.6 - make_desktop_entry xshogi XShogi - fi - dogameslib gnushogi/gnushogi.bbk - dodoc README NEWS CONTRIB - dohtml doc/gnushogi/*.html - prepgamesdirs -} |