summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-01-05 19:06:49 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-01-05 19:06:49 +0000
commit5deb590f7d54aafc61c6f6ed036d0f44daf76a7e (patch)
treeb6fea4a3aa4d813f1d40d577a7aaf01422cc72fa /games-board
parentppc stable #288026 (diff)
downloadgentoo-2-5deb590f7d54aafc61c6f6ed036d0f44daf76a7e.tar.gz
gentoo-2-5deb590f7d54aafc61c6f6ed036d0f44daf76a7e.tar.bz2
gentoo-2-5deb590f7d54aafc61c6f6ed036d0f44daf76a7e.zip
Initial commit.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/simsu/ChangeLog9
-rw-r--r--games-board/simsu/metadata.xml5
-rw-r--r--games-board/simsu/simsu-1.2.1.ebuild29
3 files changed, 43 insertions, 0 deletions
diff --git a/games-board/simsu/ChangeLog b/games-board/simsu/ChangeLog
new file mode 100644
index 000000000000..c7aebbf56ee0
--- /dev/null
+++ b/games-board/simsu/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for games-board/simsu
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/simsu/ChangeLog,v 1.1 2010/01/05 19:06:49 ssuominen Exp $
+
+*simsu-1.2.1 (05 Jan 2010)
+
+ 05 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> +simsu-1.2.1.ebuild:
+ Initial commit.
+
diff --git a/games-board/simsu/metadata.xml b/games-board/simsu/metadata.xml
new file mode 100644
index 000000000000..d3c2cc926f0b
--- /dev/null
+++ b/games-board/simsu/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>games</herd>
+</pkgmetadata>
diff --git a/games-board/simsu/simsu-1.2.1.ebuild b/games-board/simsu/simsu-1.2.1.ebuild
new file mode 100644
index 000000000000..63fc434e884b
--- /dev/null
+++ b/games-board/simsu/simsu-1.2.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/simsu/simsu-1.2.1.ebuild,v 1.1 2010/01/05 19:06:49 ssuominen Exp $
+
+EAPI=2
+inherit eutils qt4 games
+
+DESCRIPTION="A basic sudoku game"
+HOMEPAGE="http://gottcode.org/simsu/"
+SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="x11-libs/qt-gui:4"
+
+src_configure() {
+ eqmake4
+}
+
+src_install() {
+ dogamesbin ${PN} || die
+ dodoc ChangeLog README
+ doicon icons/${PN}.png
+ domenu icons/${PN}.desktop
+ prepgamesdirs
+}