diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-02-02 17:18:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-02-02 17:18:56 +0000 |
commit | fa7939ef8904fcf9b2ff588b86cdc12b9985765a (patch) | |
tree | 989d0aec672af09780a07ae5f1161130c99daed3 /games-kids | |
parent | Appended -DQT_NO_STL preprocessor flag to allow kalamaris to compile with gcc... (diff) | |
download | gentoo-2-fa7939ef8904fcf9b2ff588b86cdc12b9985765a.tar.gz gentoo-2-fa7939ef8904fcf9b2ff588b86cdc12b9985765a.tar.bz2 gentoo-2-fa7939ef8904fcf9b2ff588b86cdc12b9985765a.zip |
version bump
(Portage version: 2.0.54)
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/gmult/ChangeLog | 9 | ||||
-rw-r--r-- | games-kids/gmult/Manifest | 8 | ||||
-rw-r--r-- | games-kids/gmult/files/digest-gmult-5.2 | 1 | ||||
-rw-r--r-- | games-kids/gmult/gmult-5.2.ebuild | 16 |
4 files changed, 29 insertions, 5 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..bde9b254b92a 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 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 62435d00f39fadf9c0d738c73b67f1a3 gmult-5.2.ebuild 530 +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" |