summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-03-20 19:16:04 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-03-20 19:16:04 +0000
commit9a3a04050e65b3399a590488e2518db77a6bad71 (patch)
treeb878f2c221ad5821da7b44fe0dd40c4449a6b2b3 /games-kids
parentsparc stable --- Bug #171545 --- Has seemed fine for over a month. (diff)
downloadgentoo-2-9a3a04050e65b3399a590488e2518db77a6bad71.tar.gz
gentoo-2-9a3a04050e65b3399a590488e2518db77a6bad71.tar.bz2
gentoo-2-9a3a04050e65b3399a590488e2518db77a6bad71.zip
old
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-kids')
-rw-r--r--games-kids/gcompris/files/digest-gcompris-8.23
-rw-r--r--games-kids/gcompris/gcompris-8.2.ebuild72
2 files changed, 0 insertions, 75 deletions
diff --git a/games-kids/gcompris/files/digest-gcompris-8.2 b/games-kids/gcompris/files/digest-gcompris-8.2
deleted file mode 100644
index 0c1535bc6489..000000000000
--- a/games-kids/gcompris/files/digest-gcompris-8.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 56849e2b09bea6a47eb6f177cc85258f gcompris-8.2.tar.gz 79157620
-RMD160 20be5f509f203bbf3cb781a472b65e6d4b433cda gcompris-8.2.tar.gz 79157620
-SHA256 fa38b319c34708701f6b5cc53630348bbf27d2150873353541bd781c58dbb997 gcompris-8.2.tar.gz 79157620
diff --git a/games-kids/gcompris/gcompris-8.2.ebuild b/games-kids/gcompris/gcompris-8.2.ebuild
deleted file mode 100644
index 5175b6cc0c77..000000000000
--- a/games-kids/gcompris/gcompris-8.2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# 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.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/"
-SRC_URI="mirror://sourceforge/gcompris/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="python"
-
-RDEPEND="x11-libs/libXrandr
- =x11-libs/gtk+-2*
- >=gnome-base/libgnomecanvas-2.0.2
- media-libs/sdl-mixer
- media-libs/libsdl
- dev-libs/libxml2
- python? (
- dev-python/gnome-python
- dev-python/pygtk
- dev-python/pyxml
- >=dev-python/pysqlite-2
- )
- >=dev-libs/popt-1.5
- games-board/gnuchess"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- sys-apps/texinfo
- app-text/texi2html
- x11-libs/libXt"
-RDEPEND="${RDEPEND}
- media-gfx/tuxpaint
- sci-electronics/gnucap"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e 's/-Werror//' \
- -e '/AM_CHECK_PYMOD(gnome.canvas/d' \
- configure.in \
- || die "sed configure failed"
- sed -i \
- -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
- econf \
- --disable-dependency-tracking \
- $(use_with python python /usr/bin/python${PYVER}) \
- $(use_enable python sqlite) \
- || die
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
- prepgamesdirs
-}