Portage is a package management system used by Gentoo Linux
# ChangeLog for games-board/xmille
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-board/xmille/ChangeLog,v 1.10 2006/12/01 21:13:02 wolf31o2 Exp $
01 Dec 2006; Chris Gianelloni
Removing old virtual/x11 dependency.
23 Apr 2006; Michael Sterrett
update debian patch
29 Jan 2006; Joshua Baergen
xmille-2.0-r1.ebuild:
Add modular X dependencies.
09 Jan 2006; Michael Sterrett
tidy; debian patch bump
21 Dec 2004; Dylan Carlson
keywords ~amd64.
11 Nov 2004; Joseph Jezak
Marked ppc stable.
23 Apr 2004; David Holm
Added to ~ppc.
*xmille-2.0-r1 (22 Apr 2004)
22 Apr 2004; Michael Sterrett
get the patch off the Debian mirrors; update to the latest Debian patch.
*xmille-2.0 (08 Jan 2004)
08 Jan 2004; Michael Sterrett
xmille-2.0.ebuild, files/2.0.patch:
initial commit; ebuild and patch from Bruce Guenter via bug 37626
AUX 2.0.patch 2125 RMD160 3f3122b2714927ed76361abd23f17723d1921a57 SHA1 d006c3fae1b82a00965f205490920bfb24be30b1 SHA256 3775a1ee4455a4f9410688313acbddbe22c2e5613aef7898aa31522c6dc555df
DIST xmille_2.0-12.diff.gz 6041 RMD160 d84b2141a2dd2919b1ec237aeeba2b7a1482e3b1 SHA1 61d9fc25baaf7d0f3033b5123760cc92072e19d5 SHA256 a5266f279a680d600b7c97a6d691d6e69eee03737349f64e29d1b21791ea242d
DIST xmille_2.0.orig.tar.gz 68178 RMD160 b691da81e9ba60b3f2d7931aa12703e7ebcacf01 SHA1 46b9857bcd4a86260d8fcfae26ae54ce55bc24bd SHA256 52a621f9adb55bbed06e72981ab8efdafecda2d301068513ec9a815d21456abb
EBUILD xmille-2.0-r1.ebuild 942 RMD160 798a7cb69e0c1f7564b05e3a9fe34823383b0733 SHA1 39908b69d69af46cb8af0f954e7f3d6d0dc8da76 SHA256 4fe1b648c562c195182dfaacf260dc41c743c6bee91d7bc0c1f733aa04a9394b
MISC ChangeLog 1300 RMD160 23f20066f7a5f282f8fc6a1ba969ae37f98e4b17 SHA1 210e003ab581f773200f4d70259c4f2decf4153d SHA256 046d333d5c2b87320cf9499c6bc4a3f9a04a2f54276040d66a343a933f1dc60e
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/xmille/xmille-2.0-r1.ebuild,v 1.11 2006/12/01 21:13:02 wolf31o2 Exp $
inherit eutils games
DEB_PATCH_VER="12"
DESCRIPTION="Mille Bournes card game"
HOMEPAGE="http://www.milleborne.info/"
SRC_URI="mirror://debian/pool/main/x/xmille/${PN}_${PV}.orig.tar.gz
mirror://debian/pool/main/x/xmille/${PN}_${PV}-${DEB_PATCH_VER}.diff.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ppc x86"
IUSE=""
RDEPEND="x11-libs/libXext"
DEPEND="${RDEPEND}
app-text/rman
x11-misc/imake"
S=${WORKDIR}/${P}.orig
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${WORKDIR}/${PN}_${PV}-${DEB_PATCH_VER}.diff"
}
src_compile() {
xmkmf
emake -j1 || die "emake failed"
}
src_install() {
dogamesbin xmille || die "dogamesbin failed"
dodoc CHANGES README
newman xmille.man xmille.6
prepgamesdirs
}