summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-09-19 22:22:54 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-09-19 22:22:54 +0000
commit3eb4a8bb4b78c6a0ac989529fc7c4c99f4e8bab2 (patch)
tree16f5b081c008a823f4e0fee79b7cad71cd398656 /games-board/xboard/xboard-4.2.7.ebuild
parentMask Banshee 0.11 and dependencies. (diff)
downloadhistorical-3eb4a8bb4b78c6a0ac989529fc7c4c99f4e8bab2.tar.gz
historical-3eb4a8bb4b78c6a0ac989529fc7c4c99f4e8bab2.tar.bz2
historical-3eb4a8bb4b78c6a0ac989529fc7c4c99f4e8bab2.zip
Change to use files from the mirrors instead of FILESDIR.
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'games-board/xboard/xboard-4.2.7.ebuild')
-rw-r--r--games-board/xboard/xboard-4.2.7.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/games-board/xboard/xboard-4.2.7.ebuild b/games-board/xboard/xboard-4.2.7.ebuild
index d0982c227c8e..9f490b1c40dd 100644
--- a/games-board/xboard/xboard-4.2.7.ebuild
+++ b/games-board/xboard/xboard-4.2.7.ebuild
@@ -1,12 +1,14 @@
# Copyright 1999-2006 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.12 2006/09/19 17:19:37 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/xboard/xboard-4.2.7.ebuild,v 1.13 2006/09/19 22:22:54 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"
+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"
@@ -35,7 +37,7 @@ src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc FAQ READ_ME ToDo ChangeLog*
dohtml FAQ.html
- doicon ${FILESDIR}/xboard.png
+ doicon ${DISTDIR}/xboard.png
make_desktop_entry ${PN} "Xboard (Chess)"
prepgamesdirs
}