diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-13 23:14:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-13 23:14:29 +0000 |
commit | cae8c84071bc3f71ce220af21e938d68b6640595 (patch) | |
tree | f588b086325bf508a32fd18c3ede493146dfd234 /games-kids/gcompris | |
parent | Marked stable on x86. (diff) | |
download | historical-cae8c84071bc3f71ce220af21e938d68b6640595.tar.gz historical-cae8c84071bc3f71ce220af21e938d68b6640595.tar.bz2 historical-cae8c84071bc3f71ce220af21e938d68b6640595.zip |
version bump
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-kids/gcompris')
-rw-r--r-- | games-kids/gcompris/ChangeLog | 7 | ||||
-rw-r--r-- | games-kids/gcompris/Manifest | 4 | ||||
-rw-r--r-- | games-kids/gcompris/files/digest-gcompris-7.2 | 1 | ||||
-rw-r--r-- | games-kids/gcompris/gcompris-7.2.ebuild | 56 |
4 files changed, 66 insertions, 2 deletions
diff --git a/games-kids/gcompris/ChangeLog b/games-kids/gcompris/ChangeLog index d5265af537e5..6c53e5094a9e 100644 --- a/games-kids/gcompris/ChangeLog +++ b/games-kids/gcompris/ChangeLog @@ -1,6 +1,11 @@ # 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.21 2005/11/28 06:13:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/gcompris/ChangeLog,v 1.22 2005/12/13 23:14:29 mr_bones_ Exp $ + +*gcompris-7.2 (13 Dec 2005) + + 13 Dec 2005; Michael Sterrett <mr_bones_@gentoo.org> +gcompris-7.2.ebuild: + version bump *gcompris-7.1.1 (28 Nov 2005) diff --git a/games-kids/gcompris/Manifest b/games-kids/gcompris/Manifest index de9e454baa6d..e9077a61a06b 100644 --- a/games-kids/gcompris/Manifest +++ b/games-kids/gcompris/Manifest @@ -2,8 +2,10 @@ MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 fe3c32d12e59a1ca0cc3b1f2dc9eb953 gcompris-6.5.3-r1.ebuild 1797 MD5 8c9d87132e4c7722478bd93fc79b6f36 gcompris-7.1.ebuild 1401 MD5 65aac833da8878bb03935f1413d5f80f gcompris-7.1.1.ebuild 1403 -MD5 a6f874aec23bdc045fe3c90662921945 ChangeLog 3264 +MD5 ae6a77bd686f038363fb5dda827406f6 ChangeLog 3386 MD5 0f3e1b204624641e356707b88dce2171 gcompris-6.5.3.ebuild 1784 +MD5 15cb905a952c866051bf2183c8782698 gcompris-7.2.ebuild 1401 +MD5 c1515fbf0f65f17d1700414a6c2170b2 files/digest-gcompris-7.2 66 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 diff --git a/games-kids/gcompris/files/digest-gcompris-7.2 b/games-kids/gcompris/files/digest-gcompris-7.2 new file mode 100644 index 000000000000..cea9f29a3281 --- /dev/null +++ b/games-kids/gcompris/files/digest-gcompris-7.2 @@ -0,0 +1 @@ +MD5 9f5da1e991ee5a996ffe0747b0afb4fa gcompris-7.2.tar.gz 66668257 diff --git a/games-kids/gcompris/gcompris-7.2.ebuild b/games-kids/gcompris/gcompris-7.2.ebuild new file mode 100644 index 000000000000..79da8d86665d --- /dev/null +++ b/games-kids/gcompris/gcompris-7.2.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.2.ebuild,v 1.1 2005/12/13 23:14:29 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 +} |