summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-07-20 05:00:34 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-07-20 05:00:34 +0000
commit3968b3fc39c51adbd68ed49ef0da7646d97a1b95 (patch)
tree1ec8a39ae4098534e230c81b21c3f89ea477fa44 /games-kids
parentrevision bump, fixes api (diff)
downloadgentoo-2-3968b3fc39c51adbd68ed49ef0da7646d97a1b95.tar.gz
gentoo-2-3968b3fc39c51adbd68ed49ef0da7646d97a1b95.tar.bz2
gentoo-2-3968b3fc39c51adbd68ed49ef0da7646d97a1b95.zip
version bump
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-kids')
-rw-r--r--games-kids/gmult/ChangeLog7
-rw-r--r--games-kids/gmult/Manifest2
-rw-r--r--games-kids/gmult/files/digest-gmult-5.11
-rw-r--r--games-kids/gmult/gmult-5.1.ebuild16
4 files changed, 25 insertions, 1 deletions
diff --git a/games-kids/gmult/ChangeLog b/games-kids/gmult/ChangeLog
index 7cdce3dfe65f..08572b21aafa 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.5 2005/05/26 02:25:56 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/ChangeLog,v 1.6 2005/07/20 05:00:34 mr_bones_ Exp $
+
+*gmult-5.1 (20 Jul 2005)
+
+ 20 Jul 2005; Michael Sterrett <mr_bones_@gentoo.org> +gmult-5.1.ebuild:
+ version bump
26 May 2005; Michael Sterrett <mr_bones_@gentoo.org> -gmult-2.1.ebuild,
-gmult-3.0.ebuild:
diff --git a/games-kids/gmult/Manifest b/games-kids/gmult/Manifest
index 6f17115435f7..dac3bcdaff79 100644
--- a/games-kids/gmult/Manifest
+++ b/games-kids/gmult/Manifest
@@ -1,4 +1,6 @@
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
+MD5 c0a09882b55118c37393805b40cd5ca3 gmult-5.1.ebuild 528
MD5 7534cf43e3dd0864f411e7fc8e04ced9 ChangeLog 784
MD5 25a60823285e114a1f0e668569fb887b gmult-4.2.ebuild 527
+MD5 a5c45e9e9e1ba1552b6dee098a3cdd02 files/digest-gmult-5.1 62
MD5 5f6723450c71817c8e91a752dcd4fc16 files/digest-gmult-4.2 62
diff --git a/games-kids/gmult/files/digest-gmult-5.1 b/games-kids/gmult/files/digest-gmult-5.1
new file mode 100644
index 000000000000..f22f1fc0bf1b
--- /dev/null
+++ b/games-kids/gmult/files/digest-gmult-5.1
@@ -0,0 +1 @@
+MD5 809e84cb79b99a4aa1089fedc9035173 gmult-5.1.tar.bz2 160599
diff --git a/games-kids/gmult/gmult-5.1.ebuild b/games-kids/gmult/gmult-5.1.ebuild
new file mode 100644
index 000000000000..281098cafe2f
--- /dev/null
+++ b/games-kids/gmult/gmult-5.1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/gmult-5.1.ebuild,v 1.1 2005/07/20 05:00:34 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 ~x86"
+IUSE=""
+
+DEPEND=">=dev-cpp/gtkmm-2.6"