summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-19 01:06:07 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-19 01:06:07 +0000
commit053f5be280b421d919623c2e0d2116316702b646 (patch)
tree7c831d99916a6faef4902530b7518f7465b04029 /games-kids
parentia64 keywords (diff)
downloadgentoo-2-053f5be280b421d919623c2e0d2116316702b646.tar.gz
gentoo-2-053f5be280b421d919623c2e0d2116316702b646.tar.bz2
gentoo-2-053f5be280b421d919623c2e0d2116316702b646.zip
old
Diffstat (limited to 'games-kids')
-rw-r--r--games-kids/gcompris/files/digest-gcompris-3.11
-rw-r--r--games-kids/gcompris/gcompris-3.1.ebuild60
2 files changed, 0 insertions, 61 deletions
diff --git a/games-kids/gcompris/files/digest-gcompris-3.1 b/games-kids/gcompris/files/digest-gcompris-3.1
deleted file mode 100644
index bf5e6ed2acb2..000000000000
--- a/games-kids/gcompris/files/digest-gcompris-3.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9eb8f594a19e5c3f54ec8df84aacb146 gcompris-3.1.tar.gz 23354644
diff --git a/games-kids/gcompris/gcompris-3.1.ebuild b/games-kids/gcompris/gcompris-3.1.ebuild
deleted file mode 100644
index 9f67198d8fe3..000000000000
--- a/games-kids/gcompris/gcompris-3.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: initial version by Ron Simpkin doobedoobedo@quake3world.com
-
-inherit games
-
-DESCRIPTION="full featured educational application for children from 3 to 10"
-HOMEPAGE="http://ofset.sourceforge.net/gcompris/"
-SRC_URI="mirror://sourceforge/gcompris/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="oggvorbis nls python"
-
-DEPEND="virtual/x11
- >=sys-apps/sed-4
- >=gnome-base/libgnome-1.96.0
- >=gnome-base/libgnomeui-1.96.0
- >=gnome-base/libgnomecanvas-2.0.2
- >=dev-libs/glib-2.0
- =x11-libs/gtk+-2*
- dev-libs/libxml2
- games-board/gnuchess
- sys-apps/texinfo
- app-text/texi2html
- python? ( dev-lang/python )
- oggvorbis? ( media-libs/libogg
- media-libs/libvorbis
- media-libs/libao )"
-
-src_compile() {
- export GNUCHESS="${GAMES_BINDIR}/gnuchess"
-
- local myconf=""
- use oggvorbis && myconf="${myconf} --with-ogg=/usr --with-vorbis=/usr --with-ao=/usr"
- use python && myconf="${myconf} --with-python=`which python`"
- egamesconf ${myconf} || die
-
- for f in `grep -Rl /usr/games/share *` ; do
- sed -i \
- -e "s:${GAMES_PREFIX}/share/gnome:/usr/share/gnome:g" \
- -e "s:${GAMES_PREFIX}/share:${GAMES_DATADIR}:g" \
- ${f} || die "sed ${f} failed"
- done
-
- emake || die
-}
-
-src_install() {
- make install DESTDIR=${D} || die
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
- mv ${D}/${GAMES_DATADIR}/{locale,gnome,pixmaps} ${D}/usr/share/
- if [ ! `use nls` ] ; then
- rm -rf ${D}/usr/share/locale
- cd ${D}/${GAMES_DATADIR}/gcompris/boards/sounds
- rm -rf `find -type d -maxdepth 1 -mindepth 1 ! -name en`
- fi
- prepgamesdirs
-}