summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-02-02 17:18:56 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-02-02 17:18:56 +0000
commit347c693dfd6f1b7c86bb90f7d9ec7bb5b1e39435 (patch)
tree7c923f5ccbf3fd242415a3dd20a3005564dc0c7d /games-kids/gmult
parentAppended -DQT_NO_STL preprocessor flag to allow kalamaris to compile with gcc... (diff)
downloadhistorical-347c693dfd6f1b7c86bb90f7d9ec7bb5b1e39435.tar.gz
historical-347c693dfd6f1b7c86bb90f7d9ec7bb5b1e39435.tar.bz2
historical-347c693dfd6f1b7c86bb90f7d9ec7bb5b1e39435.zip
version bump
Package-Manager: portage-2.0.54
Diffstat (limited to 'games-kids/gmult')
-rw-r--r--games-kids/gmult/ChangeLog9
-rw-r--r--games-kids/gmult/Manifest10
-rw-r--r--games-kids/gmult/files/digest-gmult-5.21
-rw-r--r--games-kids/gmult/gmult-5.2.ebuild16
4 files changed, 30 insertions, 6 deletions
diff --git a/games-kids/gmult/ChangeLog b/games-kids/gmult/ChangeLog
index 4aec4277286a..9755fe174f03 100644
--- a/games-kids/gmult/ChangeLog
+++ b/games-kids/gmult/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-kids/gmult
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/ChangeLog,v 1.7 2005/07/20 11:06:23 dholm Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/ChangeLog,v 1.8 2006/02/02 17:18:56 mr_bones_ Exp $
+
+*gmult-5.2 (02 Feb 2006)
+
+ 02 Feb 2006; Michael Sterrett <mr_bones_@gentoo.org> +gmult-5.2.ebuild:
+ version bump
20 Jul 2005; David Holm <dholm@gentoo.org> gmult-5.1.ebuild:
Added to ~ppc.
diff --git a/games-kids/gmult/Manifest b/games-kids/gmult/Manifest
index 853d5c5d6998..c594d03b534c 100644
--- a/games-kids/gmult/Manifest
+++ b/games-kids/gmult/Manifest
@@ -1,6 +1,8 @@
-MD5 0a47f670ce8bc28a3620ccd7899c9fbf ChangeLog 977
-MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 25a60823285e114a1f0e668569fb887b gmult-4.2.ebuild 527
-MD5 62435d00f39fadf9c0d738c73b67f1a3 gmult-5.1.ebuild 530
+MD5 cbba1d7e478c5bd15b58b462dea9ed21 ChangeLog 1097
MD5 5f6723450c71817c8e91a752dcd4fc16 files/digest-gmult-4.2 62
MD5 a5c45e9e9e1ba1552b6dee098a3cdd02 files/digest-gmult-5.1 62
+MD5 b9386637c2518ceb721c14f677017476 files/digest-gmult-5.2 62
+MD5 25a60823285e114a1f0e668569fb887b gmult-4.2.ebuild 527
+MD5 62435d00f39fadf9c0d738c73b67f1a3 gmult-5.1.ebuild 530
+MD5 0e2be39137a9e94753a25879c38c8774 gmult-5.2.ebuild 534
+MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
diff --git a/games-kids/gmult/files/digest-gmult-5.2 b/games-kids/gmult/files/digest-gmult-5.2
new file mode 100644
index 000000000000..b20831ef4504
--- /dev/null
+++ b/games-kids/gmult/files/digest-gmult-5.2
@@ -0,0 +1 @@
+MD5 ba53ee08c794c8202615e4aa5551de7a gmult-5.2.tar.bz2 142189
diff --git a/games-kids/gmult/gmult-5.2.ebuild b/games-kids/gmult/gmult-5.2.ebuild
new file mode 100644
index 000000000000..aa98537aa125
--- /dev/null
+++ b/games-kids/gmult/gmult-5.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/gmult-5.2.ebuild,v 1.1 2006/02/02 17:18:56 mr_bones_ Exp $
+
+inherit gnome2
+
+DESCRIPTION="Multiplication Puzzle is a simple GTK+ 2 game that emulates the multiplication game found in Emacs."
+HOMEPAGE="http://www.mterry.name/gmult/"
+SRC_URI="http://www.mterry.name/gmult/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=">=dev-cpp/gtkmm-2.6"