diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-22 07:13:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-22 07:13:41 +0000 |
commit | 22acb7e3ae5a98488e3f21ce69f9ca5460825371 (patch) | |
tree | 3e8c29699ffc7cf5d69760ee2137452b758b3f88 /games-board/xmille | |
parent | Version bump closes bug #48646. Ebuild cleanup. USE=esd support. (Manifest ... (diff) | |
download | gentoo-2-22acb7e3ae5a98488e3f21ce69f9ca5460825371.tar.gz gentoo-2-22acb7e3ae5a98488e3f21ce69f9ca5460825371.tar.bz2 gentoo-2-22acb7e3ae5a98488e3f21ce69f9ca5460825371.zip |
get the patch off the Debian mirrors; update to the latest Debian patch.
Diffstat (limited to 'games-board/xmille')
-rw-r--r-- | games-board/xmille/ChangeLog | 7 | ||||
-rw-r--r-- | games-board/xmille/Manifest | 4 | ||||
-rw-r--r-- | games-board/xmille/files/digest-xmille-2.0 | 1 | ||||
-rw-r--r-- | games-board/xmille/files/digest-xmille-2.0-r1 | 2 | ||||
-rw-r--r-- | games-board/xmille/xmille-2.0-r1.ebuild | 38 |
5 files changed, 50 insertions, 2 deletions
diff --git a/games-board/xmille/ChangeLog b/games-board/xmille/ChangeLog index 4a5f5750c12d..919ac5cd8cfd 100644 --- a/games-board/xmille/ChangeLog +++ b/games-board/xmille/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-board/xmille # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/xmille/ChangeLog,v 1.1 2004/01/09 01:43:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/xmille/ChangeLog,v 1.2 2004/04/22 07:13:41 mr_bones_ Exp $ + +*xmille-2.0-r1 (22 Apr 2004) + + 22 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> xmille-2.0-r1.ebuild: + get the patch off the Debian mirrors; update to the latest Debian patch. *xmille-2.0 (08 Jan 2004) diff --git a/games-board/xmille/Manifest b/games-board/xmille/Manifest index d00513f22d18..842613a815c0 100644 --- a/games-board/xmille/Manifest +++ b/games-board/xmille/Manifest @@ -1,5 +1,7 @@ MD5 9463cd512a18534bb98162b29c6a01f0 ChangeLog 424 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 ed4c4c3a01370d8d4bbb8839797f66e7 xmille-2.0-r1.ebuild 860 MD5 1c02b4532fd98f6882e75835587b55c2 xmille-2.0.ebuild 747 MD5 b958c2750b407b46c33dce2fc4219350 files/2.0.patch 2125 -MD5 4110656ac287ba70ad0808dff153218d files/digest-xmille-2.0 66 +MD5 9b125711cad5960508f032402504a875 files/digest-xmille-2.0 130 +MD5 9b125711cad5960508f032402504a875 files/digest-xmille-2.0-r1 130 diff --git a/games-board/xmille/files/digest-xmille-2.0 b/games-board/xmille/files/digest-xmille-2.0 index 3635e5ea6e29..fde421429e23 100644 --- a/games-board/xmille/files/digest-xmille-2.0 +++ b/games-board/xmille/files/digest-xmille-2.0 @@ -1 +1,2 @@ MD5 406a267f7a972b626c47fda92297fad3 xmille_2.0.orig.tar.gz 68178 +MD5 1fecdd39c65fb62ab1abea19fd9b8730 xmille_2.0-10.diff.gz 5409 diff --git a/games-board/xmille/files/digest-xmille-2.0-r1 b/games-board/xmille/files/digest-xmille-2.0-r1 new file mode 100644 index 000000000000..fde421429e23 --- /dev/null +++ b/games-board/xmille/files/digest-xmille-2.0-r1 @@ -0,0 +1,2 @@ +MD5 406a267f7a972b626c47fda92297fad3 xmille_2.0.orig.tar.gz 68178 +MD5 1fecdd39c65fb62ab1abea19fd9b8730 xmille_2.0-10.diff.gz 5409 diff --git a/games-board/xmille/xmille-2.0-r1.ebuild b/games-board/xmille/xmille-2.0-r1.ebuild new file mode 100644 index 000000000000..9c576254c498 --- /dev/null +++ b/games-board/xmille/xmille-2.0-r1.ebuild @@ -0,0 +1,38 @@ +# 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-r1.ebuild,v 1.1 2004/04/22 07:13:41 mr_bones_ Exp $ + +inherit eutils games + +DEB_PATCH_VER="10" +DESCRIPTION="Mille Bournes card game" +HOMEPAGE="" +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="x86" +IUSE="" + +DEPEND="virtual/x11" + +S="${WORKDIR}/${PN}-${PV}.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 +} |