diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-04-23 06:36:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-04-23 06:36:08 +0000 |
commit | 0a5d730d574424ae8d18c82196f2046c0b5a6ee9 (patch) | |
tree | 856777fda2d482f8e858fd86224d6d273e80410b /games-board | |
parent | version bump (diff) | |
download | gentoo-2-0a5d730d574424ae8d18c82196f2046c0b5a6ee9.tar.gz gentoo-2-0a5d730d574424ae8d18c82196f2046c0b5a6ee9.tar.bz2 gentoo-2-0a5d730d574424ae8d18c82196f2046c0b5a6ee9.zip |
version bump
(Portage version: 2.1_pre9-r3)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/natch/ChangeLog | 9 | ||||
-rw-r--r-- | games-board/natch/files/digest-natch-2.4 | 3 | ||||
-rw-r--r-- | games-board/natch/natch-2.4.ebuild | 25 |
3 files changed, 35 insertions, 2 deletions
diff --git a/games-board/natch/ChangeLog b/games-board/natch/ChangeLog index b0e555503b3c..82732d30a38a 100644 --- a/games-board/natch/ChangeLog +++ b/games-board/natch/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-board/natch -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/natch/ChangeLog,v 1.2 2005/05/03 10:07:33 dholm Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/natch/ChangeLog,v 1.3 2006/04/23 06:36:08 mr_bones_ Exp $ + +*natch-2.4 (23 Apr 2006) + + 23 Apr 2006; Michael Sterrett <mr_bones_@gentoo.org> +natch-2.4.ebuild: + version bump 03 May 2005; David Holm <dholm@gentoo.org> natch-2.3.ebuild: Added to ~ppc. diff --git a/games-board/natch/files/digest-natch-2.4 b/games-board/natch/files/digest-natch-2.4 new file mode 100644 index 000000000000..72b4d5cd2883 --- /dev/null +++ b/games-board/natch/files/digest-natch-2.4 @@ -0,0 +1,3 @@ +MD5 50c022a0224031c669f41a96429cbc5d Natch-2.4.tar.gz 196621 +RMD160 8f3b5f799b7be41fecdf28360ba89ced23f24bda Natch-2.4.tar.gz 196621 +SHA256 866a5df290b1a1b6dd79c04d1239105fab4ff1fcd56e242655355f2ca04da47c Natch-2.4.tar.gz 196621 diff --git a/games-board/natch/natch-2.4.ebuild b/games-board/natch/natch-2.4.ebuild new file mode 100644 index 000000000000..7b221e4a2a20 --- /dev/null +++ b/games-board/natch/natch-2.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/natch/natch-2.4.ebuild,v 1.1 2006/04/23 06:36:08 mr_bones_ Exp $ + +inherit games + +MY_P="Natch-${PV}" +DESCRIPTION="A program to solve chess proof games" +HOMEPAGE="http://natch.free.fr/Natch.html" +SRC_URI="http://natch.free.fr/Natch/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ppc x86" +IUSE="" + +DEPEND="sys-libs/ncurses" + +S=${WORKDIR}/${MY_P} + +src_install() { + newgamesbin src/Natch natch || die "dogamesbin failed" + dodoc AUTHORS ChangeLog NEWS README THANKS example.txt + prepgamesdirs +} |