diff options
author | 2010-09-03 20:29:39 +0000 | |
---|---|---|
committer | 2010-09-03 20:29:39 +0000 | |
commit | 3685144eae081251f6f5779d48943e94e393d0dd (patch) | |
tree | 9817ddfc46f50f7faa0f8911e97bf7a441e7cb8c /games-board/xboard/xboard-4.2.7-r1.ebuild | |
parent | Marked ppc stable for bug #321513. (diff) | |
download | gentoo-2-3685144eae081251f6f5779d48943e94e393d0dd.tar.gz gentoo-2-3685144eae081251f6f5779d48943e94e393d0dd.tar.bz2 gentoo-2-3685144eae081251f6f5779d48943e94e393d0dd.zip |
old
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-board/xboard/xboard-4.2.7-r1.ebuild')
-rw-r--r-- | games-board/xboard/xboard-4.2.7-r1.ebuild | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/games-board/xboard/xboard-4.2.7-r1.ebuild b/games-board/xboard/xboard-4.2.7-r1.ebuild deleted file mode 100644 index e782ab1e14c5..000000000000 --- a/games-board/xboard/xboard-4.2.7-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/xboard/xboard-4.2.7-r1.ebuild,v 1.10 2010/01/11 17:34:52 armin76 Exp $ - -EAPI=2 -inherit autotools eutils games - -DESCRIPTION="GUI for gnuchess and for internet chess servers" -HOMEPAGE="http://www.tim-mann.org/xboard.html" -SRC_URI="mirror://gnu/xboard/${P}.tar.gz - mirror://gentoo/${PN}.png - http://dev.gentoo.org/~wolf31o2/sources/dump/${PN}.png" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="Xaw3d zippy" -RESTRICT="test" #124112 - -RDEPEND="Xaw3d? ( x11-libs/Xaw3d ) - x11-libs/libXaw - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXt - x11-libs/libXmu - x11-libs/libXext - x11-libs/libICE" -DEPEND="${RDEPEND} - x11-proto/xproto" - -src_prepare() { - epatch "${FILESDIR}"/${P}* - eautoreconf -} - -src_compile() { - egamesconf \ - $(use_with Xaw3d) \ - $(use_enable zippy) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc FAQ READ_ME ToDo ChangeLog* - use zippy && dodoc zippy.README - dohtml FAQ.html - doicon "${DISTDIR}"/xboard.png - make_desktop_entry ${PN} "Xboard (Chess)" - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - elog "No chess engines are emerged by default! If you want a chess engine" - elog "to play with, you can emerge gnuchess or crafty." - elog "Read xboard FAQ for information." -} |