summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-02-01 00:12:11 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-02-01 00:12:11 +0000
commitc87e919d2c8e3a545ae0833964c5e710ad57f40e (patch)
tree6e724d8fe81421dea152ceca7f146d2183309dde /games-kids
parentmask games-arcade/xboing for removal (diff)
downloadgentoo-2-c87e919d2c8e3a545ae0833964c5e710ad57f40e.tar.gz
gentoo-2-c87e919d2c8e3a545ae0833964c5e710ad57f40e.tar.bz2
gentoo-2-c87e919d2c8e3a545ae0833964c5e710ad57f40e.zip
version bump wrt #393535
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-kids')
-rw-r--r--games-kids/gmult/ChangeLog9
-rw-r--r--games-kids/gmult/gmult-8.0.ebuild46
2 files changed, 53 insertions, 2 deletions
diff --git a/games-kids/gmult/ChangeLog b/games-kids/gmult/ChangeLog
index 3e67f300500d..c4c3d6308954 100644
--- a/games-kids/gmult/ChangeLog
+++ b/games-kids/gmult/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-kids/gmult
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/ChangeLog,v 1.14 2011/10/19 21:14:37 mr_bones_ Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/ChangeLog,v 1.15 2013/02/01 00:12:11 hasufell Exp $
+
+*gmult-8.0 (31 Jan 2013)
+
+ 31 Jan 2013; Julian Ospald <hasufell@gentoo.org> +gmult-8.0.ebuild:
+ version bump wrt #393535
19 Oct 2011; Michael Sterrett <mr_bones_@gentoo.org> gmult-5.3.ebuild:
EAPI=2; fix up desktop file
diff --git a/games-kids/gmult/gmult-8.0.ebuild b/games-kids/gmult/gmult-8.0.ebuild
new file mode 100644
index 000000000000..374cab71278a
--- /dev/null
+++ b/games-kids/gmult/gmult-8.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/gmult-8.0.ebuild,v 1.1 2013/02/01 00:12:11 hasufell Exp $
+
+EAPI=5
+inherit eutils gnome2-utils games
+
+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="https://launchpad.net/gmult/trunk/${PV}/+download/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/glib:2
+ x11-libs/gtk+:3
+ virtual/libintl"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+src_configure() {
+ econf \
+ --bindir="${GAMES_BINDIR}"
+}
+
+src_install() {
+ default
+ prepgamesdirs
+}
+
+pkg_preinst() {
+ games_pkg_preinst
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ games_pkg_postinst
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}