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 | |
parent | use mirror://gnu (diff) | |
download | gentoo-2-28ff43ef1ddd7f6fe90a541631b4e68e638d3e45.tar.gz gentoo-2-28ff43ef1ddd7f6fe90a541631b4e68e638d3e45.tar.bz2 gentoo-2-28ff43ef1ddd7f6fe90a541631b4e68e638d3e45.zip |
use mirror://debian
-rw-r--r-- | games-arcade/xevil/xevil-2.02_p2.ebuild | 4 | ||||
-rw-r--r-- | games-board/xmille/xmille-2.0.ebuild | 16 |
2 files changed, 11 insertions, 9 deletions
diff --git a/games-arcade/xevil/xevil-2.02_p2.ebuild b/games-arcade/xevil/xevil-2.02_p2.ebuild index 86123148ac87..37d9853f72a8 100644 --- a/games-arcade/xevil/xevil-2.02_p2.ebuild +++ b/games-arcade/xevil/xevil-2.02_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xevil/xevil-2.02_p2.ebuild,v 1.3 2004/02/20 06:20:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xevil/xevil-2.02_p2.ebuild,v 1.4 2004/03/02 14:13:04 vapier Exp $ inherit games eutils @@ -9,7 +9,7 @@ MY_PV=${PV/_p/r} DESCRIPTION="3rd person, side-view, fast-action, kill-them-before-they-kill-you game" HOMEPAGE="http://www.xevil.com/" SRC_URI="http://www.xevil.com/download/stable/xevilsrc${MY_PV}.zip - ftp://ftp.debian.org/debian/pool/main/x/xevil/xevil_${MY_PV}-${DEB_PATCH}.diff.gz" + mirror://debian/pool/main/x/xevil/xevil_${MY_PV}-${DEB_PATCH}.diff.gz" LICENSE="GPL-2" SLOT="0" 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 } |