summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-06-24 01:58:17 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-06-24 01:58:17 +0000
commit1b8a507b35f3dc7988034a37c47776ccd1b31942 (patch)
treece062df9805cb1c51c326e607f9f32cbddf1f749 /games-board/xboard/xboard-4.2.7.ebuild
parentversion bump (diff)
downloadgentoo-2-1b8a507b35f3dc7988034a37c47776ccd1b31942.tar.gz
gentoo-2-1b8a507b35f3dc7988034a37c47776ccd1b31942.tar.bz2
gentoo-2-1b8a507b35f3dc7988034a37c47776ccd1b31942.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-board/xboard/xboard-4.2.7.ebuild')
-rw-r--r--games-board/xboard/xboard-4.2.7.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/games-board/xboard/xboard-4.2.7.ebuild b/games-board/xboard/xboard-4.2.7.ebuild
deleted file mode 100644
index a4ffaa78930c..000000000000
--- a/games-board/xboard/xboard-4.2.7.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2008 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.ebuild,v 1.16 2008/03/06 21:49:29 wolf31o2 Exp $
-
-inherit 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="alpha amd64 ppc ppc64 x86"
-IUSE=""
-RESTRICT="test" #124112
-
-RDEPEND="games-board/gnuchess
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXt
- x11-libs/libXmu
- x11-libs/libXext
- x11-libs/libICE
- x11-libs/libXpm
- x11-libs/libXaw"
-DEPEND="${RDEPEND}
- x11-proto/xproto"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}*
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc FAQ READ_ME ToDo ChangeLog*
- dohtml FAQ.html
- doicon "${DISTDIR}"/xboard.png
- make_desktop_entry ${PN} "Xboard (Chess)"
- prepgamesdirs
-}