diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-02 14:16:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-02 14:16:07 +0000 |
commit | 28ff43ef1ddd7f6fe90a541631b4e68e638d3e45 (patch) | |
tree | fdf829d4570cfc767ae5e6a4af29cb8edcf59e2e /games-board/xmille | |
parent | use mirror://gnu (diff) | |
download | gentoo-2-28ff43ef1ddd7f6fe90a541631b4e68e638d3e45.tar.gz gentoo-2-28ff43ef1ddd7f6fe90a541631b4e68e638d3e45.tar.bz2 gentoo-2-28ff43ef1ddd7f6fe90a541631b4e68e638d3e45.zip |
use mirror://debian
Diffstat (limited to 'games-board/xmille')
-rw-r--r-- | games-board/xmille/xmille-2.0.ebuild | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/games-board/xmille/xmille-2.0.ebuild b/games-board/xmille/xmille-2.0.ebuild index 1328f1ad74c4..aa83dc783d79 100644 --- a/games-board/xmille/xmille-2.0.ebuild +++ b/games-board/xmille/xmille-2.0.ebuild @@ -1,20 +1,22 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/xmille/xmille-2.0.ebuild,v 1.1 2004/01/09 01:43:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/xmille/xmille-2.0.ebuild,v 1.2 2004/03/02 14:16:07 vapier Exp $ -inherit eutils games +inherit games eutils -S="${WORKDIR}/${PN}-${PV}.orig" DESCRIPTION="Mille Bournes card game" -SRC_URI="http://ftp.debian.org/debian/pool/main/x/xmille/${PN}_${PV}.orig.tar.gz" +HOMEPAGE="" +SRC_URI="mirror://debian/pool/main/x/xmille/${PN}_${PV}.orig.tar.gz" -KEYWORDS="x86" LICENSE="public-domain" SLOT="0" +KEYWORDS="x86" IUSE="" DEPEND="virtual/x11" +S=${WORKDIR}/${PN}-${PV}.orig + src_unpack() { unpack ${A} cd ${S} @@ -28,7 +30,7 @@ src_compile() { src_install() { dogamesbin xmille || die "dogamesbin failed" - dodoc CHANGES README || die "dodoc failed" - newman xmille.man xmille.6 || die "newman failed" + dodoc CHANGES README + newman xmille.man xmille.6 prepgamesdirs } |