commit:     f1c26f300443850d603219188e6934c34b758bbf
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Tue Sep 16 00:28:40 2014 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 00:28:40 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=f1c26f30

games-board/fairymax: 4.8t

---
 games-board/fairymax/fairymax-4.8t.ebuild | 28 ++++++++++++++++++++++++++++
 games-board/fairymax/metadata.xml         |  8 ++++++++
 licenses/fairymax                         |  2 ++
 3 files changed, 38 insertions(+)

diff --git a/games-board/fairymax/fairymax-4.8t.ebuild 
b/games-board/fairymax/fairymax-4.8t.ebuild
new file mode 100644
index 0000000..430e256
--- /dev/null
+++ b/games-board/fairymax/fairymax-4.8t.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+DESCRIPTION="Fairy-Max (user-defined chess engine) + MaxQi (Xiangqi engine)"
+HOMEPAGE="http://home.hccnet.nl/h.g.muller/CVfairy.html";
+SRC_URI="http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git;a=snapshot;h=7d6f28cd573735ee96596a197d3f16694ddabb76;sf=tgz
 -> ${P}.tar.gz"
+
+LICENSE="fairymax"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+RDEPEND=""
+
+S="${WORKDIR}"/fairymax-7d6f28c
+
+src_install() {
+       dodir /usr/games/bin
+       default
+       mv "${D}"/usr/games/*max* "${D}"/usr/games/bin/ || die
+
+       dosym fairymax.6.bz2 /usr/share/man/man6/maxqi.6.bz2
+       dosym fairymax.6.bz2 /usr/share/man/man6/shamax.6.bz2
+}

diff --git a/games-board/fairymax/metadata.xml 
b/games-board/fairymax/metadata.xml
new file mode 100644
index 0000000..16bcc9f
--- /dev/null
+++ b/games-board/fairymax/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer>
+               <email>[email protected]</email>
+               <name>Sebastian Pipping</name>
+       </maintainer>
+</pkgmetadata>

diff --git a/licenses/fairymax b/licenses/fairymax
new file mode 100644
index 0000000..3f4e047
--- /dev/null
+++ b/licenses/fairymax
@@ -0,0 +1,2 @@
+Fairy-Max is free software, and you have permission do
+with it whatever you want, whether it is commercial or not.

Reply via email to