Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 393535 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-16 / +14 lines)
Line  Link Here
0
-- gmult-5.3.ebuild
0
++ gmult-8.0.ebuild
Lines 2-32 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/gmult-5.3.ebuild,v 1.6 2011/10/19 21:14:37 mr_bones_ Exp $
3
# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/gmult-5.3.ebuild,v 1.6 2011/10/19 21:14:37 mr_bones_ Exp $
4
4
5
EAPI=2
5
EAPI=3
6
inherit eutils gnome2-utils games
6
inherit gnome2-utils games
7
7
8
DESCRIPTION="Multiplication Puzzle is a simple GTK+ 2 game that emulates the multiplication game found in Emacs"
8
DESCRIPTION="Multiplication Puzzle is a simple GTK+ 2 game that emulates the multiplication game found in Emacs"
9
HOMEPAGE="http://www.mterry.name/gmult/"
9
HOMEPAGE="https://launchpad.net/gmult/"
10
SRC_URI="http://www.mterry.name/gmult/${P}.tar.bz2"
10
SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
11
11
12
LICENSE="GPL-2"
12
LICENSE="GPL-3"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~amd64 ~ppc x86"
14
KEYWORDS="~amd64 ~ppc ~x86"
15
IUSE=""
15
IUSE=""
16
16
17
RDEPEND=">=dev-cpp/gtkmm-2.6:2.4
17
RDEPEND="dev-libs/glib:2
18
	virtual/libintl"
18
	virtual/libintl
19
	x11-libs/cairo
20
	x11-libs/gtk+:3"
19
DEPEND="${RDEPEND}
21
DEPEND="${RDEPEND}
22
	dev-util/pkgconfig
20
	sys-devel/gettext"
23
	sys-devel/gettext"
21
24
22
src_prepare() {
25
src_prepare() {
23
	epatch "${FILESDIR}"/${P}-gcc43.patch
26
	sed -i -e '/Categories/s/Application;//' \
24
	sed -i -e 's/-pedantic//' gmult/Makefile.in || die
27
		data/gmult.desktop.in || die
25
	sed -i \
26
		-e '/Encoding/d' \
27
		-e '/FilePattern/d' \
28
		-e '/Categories/s/Application;//' \
29
		gmult.desktop.in || die
30
}
28
}
31
29
32
src_configure() {
30
src_configure() {

Return to bug 393535