Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-kids/gmult: gmult-5.3.ebuild ChangeLog
Date: Fri, 02 May 2008 19:35:37
Message-Id: E1Js12d-0007P3-9N@stork.gentoo.org
1 nyhm 08/05/02 19:35:35
2
3 Modified: gmult-5.3.ebuild ChangeLog
4 Log:
5 Fix building with gcc-4.3
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.2 games-kids/gmult/gmult-5.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/gmult/gmult-5.3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/gmult/gmult-5.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/gmult/gmult-5.3.ebuild?r1=1.1&r2=1.2
14
15 Index: gmult-5.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-kids/gmult/gmult-5.3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gmult-5.3.ebuild 7 Feb 2007 14:50:15 -0000 1.1
22 +++ gmult-5.3.ebuild 2 May 2008 19:35:34 -0000 1.2
23 @@ -1,10 +1,10 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/gmult-5.3.ebuild,v 1.1 2007/02/07 14:50:15 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/gmult-5.3.ebuild,v 1.2 2008/05/02 19:35:34 nyhm Exp $
29
30 -inherit gnome2
31 +inherit eutils gnome2-utils games
32
33 -DESCRIPTION="Multiplication Puzzle is a simple GTK+ 2 game that emulates the multiplication game found in Emacs."
34 +DESCRIPTION="Multiplication Puzzle is a simple GTK+ 2 game that emulates the multiplication game found in Emacs"
35 HOMEPAGE="http://www.mterry.name/gmult/"
36 SRC_URI="http://www.mterry.name/gmult/${P}.tar.bz2"
37
38 @@ -13,4 +13,40 @@
39 KEYWORDS="~amd64 ~ppc ~x86"
40 IUSE=""
41
42 -DEPEND=">=dev-cpp/gtkmm-2.6"
43 +RDEPEND=">=dev-cpp/gtkmm-2.6
44 + virtual/libintl"
45 +DEPEND="${RDEPEND}
46 + sys-devel/gettext"
47 +
48 +src_unpack() {
49 + unpack ${A}
50 + cd "${S}"
51 + epatch "${FILESDIR}"/${P}-gcc43.patch
52 +}
53 +
54 +src_compile() {
55 + egamesconf \
56 + --datadir=/usr/share \
57 + || die
58 + emake || die "emake failed"
59 +}
60 +
61 +src_install() {
62 + emake DESTDIR="${D}" install || die "emake install failed"
63 + dodoc AUTHORS NEWS README THANKS
64 + prepgamesdirs
65 +}
66 +
67 +pkg_preinst() {
68 + games_pkg_preinst
69 + gnome2_icon_savelist
70 +}
71 +
72 +pkg_postinst() {
73 + games_pkg_postinst
74 + gnome2_icon_cache_update
75 +}
76 +
77 +pkg_postrm() {
78 + gnome2_icon_cache_update
79 +}
80
81
82
83 1.10 games-kids/gmult/ChangeLog
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/gmult/ChangeLog?rev=1.10&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/gmult/ChangeLog?rev=1.10&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-kids/gmult/ChangeLog?r1=1.9&r2=1.10
88
89 Index: ChangeLog
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/games-kids/gmult/ChangeLog,v
92 retrieving revision 1.9
93 retrieving revision 1.10
94 diff -u -r1.9 -r1.10
95 --- ChangeLog 7 Feb 2007 14:50:15 -0000 1.9
96 +++ ChangeLog 2 May 2008 19:35:34 -0000 1.10
97 @@ -1,6 +1,10 @@
98 # ChangeLog for games-kids/gmult
99 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
100 -# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/ChangeLog,v 1.9 2007/02/07 14:50:15 nyhm Exp $
101 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
102 +# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/ChangeLog,v 1.10 2008/05/02 19:35:34 nyhm Exp $
103 +
104 + 02 May 2008; Tristan Heaven <nyhm@g.o>
105 + +files/gmult-5.3-gcc43.patch, gmult-5.3.ebuild:
106 + Fix building with gcc-4.3
107
108 *gmult-5.3 (07 Feb 2007)
109
110
111
112
113 --
114 gentoo-commits@l.g.o mailing list