Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-kids/gmult: ChangeLog gmult-8.0.ebuild
Date: Fri, 01 Feb 2013 00:12:15
Message-Id: 20130201001211.8656C2171D@flycatcher.gentoo.org
1 hasufell 13/02/01 00:12:11
2
3 Modified: ChangeLog
4 Added: gmult-8.0.ebuild
5 Log:
6 version bump wrt #393535
7
8 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
9
10 Revision Changes Path
11 1.15 games-kids/gmult/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gmult/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gmult/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gmult/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-kids/gmult/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 19 Oct 2011 21:14:37 -0000 1.14
24 +++ ChangeLog 1 Feb 2013 00:12:11 -0000 1.15
25 @@ -1,6 +1,11 @@
26 # ChangeLog for games-kids/gmult
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/ChangeLog,v 1.14 2011/10/19 21:14:37 mr_bones_ Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/ChangeLog,v 1.15 2013/02/01 00:12:11 hasufell Exp $
31 +
32 +*gmult-8.0 (31 Jan 2013)
33 +
34 + 31 Jan 2013; Julian Ospald <hasufell@g.o> +gmult-8.0.ebuild:
35 + version bump wrt #393535
36
37 19 Oct 2011; Michael Sterrett <mr_bones_@g.o> gmult-5.3.ebuild:
38 EAPI=2; fix up desktop file
39
40
41
42 1.1 games-kids/gmult/gmult-8.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gmult/gmult-8.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gmult/gmult-8.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gmult-8.0.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/gmult-8.0.ebuild,v 1.1 2013/02/01 00:12:11 hasufell Exp $
52
53 EAPI=5
54 inherit eutils gnome2-utils games
55
56 DESCRIPTION="Multiplication Puzzle is a simple GTK+ 2 game that emulates the multiplication game found in Emacs"
57 HOMEPAGE="http://www.mterry.name/gmult/"
58 SRC_URI="https://launchpad.net/gmult/trunk/${PV}/+download/${P}.tar.bz2"
59
60 LICENSE="GPL-3"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86"
63 IUSE=""
64
65 RDEPEND="dev-libs/glib:2
66 x11-libs/gtk+:3
67 virtual/libintl"
68 DEPEND="${RDEPEND}
69 sys-devel/gettext
70 virtual/pkgconfig"
71
72 src_configure() {
73 econf \
74 --bindir="${GAMES_BINDIR}"
75 }
76
77 src_install() {
78 default
79 prepgamesdirs
80 }
81
82 pkg_preinst() {
83 games_pkg_preinst
84 gnome2_icon_savelist
85 }
86
87 pkg_postinst() {
88 games_pkg_postinst
89 gnome2_icon_cache_update
90 }
91
92 pkg_postrm() {
93 gnome2_icon_cache_update
94 }