diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-28 06:13:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-28 06:13:37 +0000 |
commit | a214e4525cafb00fc1160e4eca610779d3897c56 (patch) | |
tree | e8c862bde41abdd5574c00c2707d75201e710db2 /games-kids | |
parent | metadata fix (diff) | |
download | gentoo-2-a214e4525cafb00fc1160e4eca610779d3897c56.tar.gz gentoo-2-a214e4525cafb00fc1160e4eca610779d3897c56.tar.bz2 gentoo-2-a214e4525cafb00fc1160e4eca610779d3897c56.zip |
version bump
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/gcompris/ChangeLog | 8 | ||||
-rw-r--r-- | games-kids/gcompris/Manifest | 2 | ||||
-rw-r--r-- | games-kids/gcompris/files/digest-gcompris-7.1.1 | 1 | ||||
-rw-r--r-- | games-kids/gcompris/gcompris-7.1.1.ebuild | 56 |
4 files changed, 66 insertions, 1 deletions
diff --git a/games-kids/gcompris/ChangeLog b/games-kids/gcompris/ChangeLog index 0400d9dfaea1..d5265af537e5 100644 --- a/games-kids/gcompris/ChangeLog +++ b/games-kids/gcompris/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-kids/gcompris # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/ChangeLog,v 1.20 2005/11/22 23:28:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/ChangeLog,v 1.21 2005/11/28 06:13:37 mr_bones_ Exp $ + +*gcompris-7.1.1 (28 Nov 2005) + + 28 Nov 2005; Michael Sterrett <mr_bones_@gentoo.org> + +gcompris-7.1.1.ebuild: + version bump 22 Nov 2005; Michael Sterrett <mr_bones_@gentoo.org> gcompris-7.1.ebuild: sqlite support needs python support, disabled for now (bug #113288) diff --git a/games-kids/gcompris/Manifest b/games-kids/gcompris/Manifest index e0aa156ee9da..d98ec357caf1 100644 --- a/games-kids/gcompris/Manifest +++ b/games-kids/gcompris/Manifest @@ -1,8 +1,10 @@ MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 fe3c32d12e59a1ca0cc3b1f2dc9eb953 gcompris-6.5.3-r1.ebuild 1797 MD5 8c9d87132e4c7722478bd93fc79b6f36 gcompris-7.1.ebuild 1401 +MD5 8c9d87132e4c7722478bd93fc79b6f36 gcompris-7.1.1.ebuild 1401 MD5 f3485aec4148456bfeedc2013fffdb3f ChangeLog 3136 MD5 0f3e1b204624641e356707b88dce2171 gcompris-6.5.3.ebuild 1784 +MD5 fce5cf40dad58df0306b5132329af71a files/digest-gcompris-7.1.1 68 MD5 557b7f4481b6c30ca79251c8a19af714 files/digest-gcompris-6.5.3 68 MD5 557b7f4481b6c30ca79251c8a19af714 files/digest-gcompris-6.5.3-r1 68 MD5 b74a9e31115d9b60b21c599ca52e7cd5 files/digest-gcompris-7.1 66 diff --git a/games-kids/gcompris/files/digest-gcompris-7.1.1 b/games-kids/gcompris/files/digest-gcompris-7.1.1 new file mode 100644 index 000000000000..222c5dc9549a --- /dev/null +++ b/games-kids/gcompris/files/digest-gcompris-7.1.1 @@ -0,0 +1 @@ +MD5 856a9962ea31d7cb479ad65ff8f58395 gcompris-7.1.1.tar.gz 58799924 diff --git a/games-kids/gcompris/gcompris-7.1.1.ebuild b/games-kids/gcompris/gcompris-7.1.1.ebuild new file mode 100644 index 000000000000..b7455fff3e8e --- /dev/null +++ b/games-kids/gcompris/gcompris-7.1.1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/gcompris-7.1.1.ebuild,v 1.1 2005/11/28 06:13:37 mr_bones_ Exp $ + +inherit eutils games + +DESCRIPTION="full featured educational application for children from 2 to 10" +HOMEPAGE="http://gcompris.net" +SRC_URI="mirror://sourceforge/gcompris/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +#IUSE="python " #doesn't like python-2.4 +IUSE="" + +RDEPEND="virtual/x11 + >=dev-libs/glib-2.0 + =x11-libs/gtk+-2* + >=gnome-base/libgnomecanvas-2.0.2 + media-libs/sdl-mixer + media-libs/libsdl + dev-libs/libxml2 + dev-libs/popt" +DEPEND="${RDEPEND} + sys-apps/texinfo + app-text/texi2html" +RDEPEND="${RDEPEND} + games-board/gnuchess" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i \ + -e '/^install-data-am/s/install-libgcomprisincludeHEADERS//' \ + src/gcompris/Makefile.in \ + || die "sed failed" +} + +src_compile() { + export GNUCHESS="${GAMES_BINDIR}/gnuchess" + # $(use_with python python /usr/bin/python) - doesn't seem to work with 2.4 + # $(use_enable sqlite) \ - needs python + econf \ + --disable-dependency-tracking \ + --without-python \ + --disable-sqlite \ + || die + emake -j1 || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog NEWS README THANKS TODO + prepgamesdirs +} |