summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2007-01-06 02:36:28 +0000
committerTristan Heaven <tristan@gentoo.org>2007-01-06 02:36:28 +0000
commita11a1d8925b986228d3795e257b89021a8c75744 (patch)
tree685d4df0f5ebbca6168881b4d5e834eff58394ca /games-kids
parentQA: Removed unused versions. (diff)
downloadhistorical-a11a1d8925b986228d3795e257b89021a8c75744.tar.gz
historical-a11a1d8925b986228d3795e257b89021a8c75744.tar.bz2
historical-a11a1d8925b986228d3795e257b89021a8c75744.zip
Set WANT_AUTOCONF and WANT_AUTOMAKE
Package-Manager: portage-2.1.2_rc4-r5
Diffstat (limited to 'games-kids')
-rw-r--r--games-kids/gcompris/ChangeLog7
-rw-r--r--games-kids/gcompris/gcompris-8.2.ebuild13
2 files changed, 13 insertions, 7 deletions
diff --git a/games-kids/gcompris/ChangeLog b/games-kids/gcompris/ChangeLog
index 63b712942aa4..6112f4b125d5 100644
--- a/games-kids/gcompris/ChangeLog
+++ b/games-kids/gcompris/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-kids/gcompris
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/ChangeLog,v 1.31 2006/12/05 18:13:13 wolf31o2 Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/ChangeLog,v 1.32 2007/01/06 02:36:28 nyhm Exp $
+
+ 06 Jan 2007; Tristan Heaven <nyhm@gentoo.org> gcompris-8.2.ebuild:
+ Set WANT_AUTOCONF and WANT_AUTOMAKE
05 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
gcompris-6.5.3-r1.ebuild:
diff --git a/games-kids/gcompris/gcompris-8.2.ebuild b/games-kids/gcompris/gcompris-8.2.ebuild
index be33f55b7d0d..5175b6cc0c77 100644
--- a/games-kids/gcompris/gcompris-8.2.ebuild
+++ b/games-kids/gcompris/gcompris-8.2.ebuild
@@ -1,11 +1,13 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/gcompris-8.2.ebuild,v 1.1 2006/11/07 01:21:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/gcompris-8.2.ebuild,v 1.2 2007/01/06 02:36:28 nyhm Exp $
+WANT_AUTOCONF=latest
+WANT_AUTOMAKE=latest
inherit autotools python games
DESCRIPTION="full featured educational application for children from 2 to 10"
-HOMEPAGE="http://gcompris.net"
+HOMEPAGE="http://gcompris.net/"
SRC_URI="mirror://sourceforge/gcompris/${P}.tar.gz"
LICENSE="GPL-2"
@@ -14,7 +16,6 @@ KEYWORDS="~amd64 ~ppc ~x86"
IUSE="python"
RDEPEND="x11-libs/libXrandr
- >=dev-libs/glib-2.0
=x11-libs/gtk+-2*
>=gnome-base/libgnomecanvas-2.0.2
media-libs/sdl-mixer
@@ -29,6 +30,7 @@ RDEPEND="x11-libs/libXrandr
>=dev-libs/popt-1.5
games-board/gnuchess"
DEPEND="${RDEPEND}
+ sys-devel/gettext
sys-apps/texinfo
app-text/texi2html
x11-libs/libXt"
@@ -48,12 +50,13 @@ src_unpack() {
-e 's:libgcomprisinclude_HEADERS:noinst_HEADERS:' \
src/gcompris/Makefile.am \
|| die "sed failed"
+ cp /usr/share/gettext/config.rpath .
eautoreconf
}
src_compile() {
python_version
- export GNUCHESS="${GAMES_BINDIR}/gnuchess"
+ export GNUCHESS=${GAMES_BINDIR}/gnuchess
econf \
--disable-dependency-tracking \
$(use_with python python /usr/bin/python${PYVER}) \