summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-11-21 16:43:00 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-11-21 16:43:00 +0000
commitda1967662364e2d6da8e9d3101169b099c4875bd (patch)
treec5dd85ad76a653969ab4a269e94e4231e13068a2 /games-kids
parentMarked ~ppc for bug #105385. (diff)
downloadgentoo-2-da1967662364e2d6da8e9d3101169b099c4875bd.tar.gz
gentoo-2-da1967662364e2d6da8e9d3101169b099c4875bd.tar.bz2
gentoo-2-da1967662364e2d6da8e9d3101169b099c4875bd.zip
old
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-kids')
-rw-r--r--games-kids/gcompris/files/digest-gcompris-6.11
-rw-r--r--games-kids/gcompris/files/digest-gcompris-6.51
-rw-r--r--games-kids/gcompris/gcompris-6.1.ebuild48
-rw-r--r--games-kids/gcompris/gcompris-6.5.ebuild64
4 files changed, 0 insertions, 114 deletions
diff --git a/games-kids/gcompris/files/digest-gcompris-6.1 b/games-kids/gcompris/files/digest-gcompris-6.1
deleted file mode 100644
index ed3d470fdb07..000000000000
--- a/games-kids/gcompris/files/digest-gcompris-6.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d62021893caf824dfd7e22853d174184 gcompris-6.1.tar.gz 34805253
diff --git a/games-kids/gcompris/files/digest-gcompris-6.5 b/games-kids/gcompris/files/digest-gcompris-6.5
deleted file mode 100644
index b54c210d8944..000000000000
--- a/games-kids/gcompris/files/digest-gcompris-6.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2318446da92be2782abed3b516c632fd gcompris-6.5.tar.gz 40140326
diff --git a/games-kids/gcompris/gcompris-6.1.ebuild b/games-kids/gcompris/gcompris-6.1.ebuild
deleted file mode 100644
index 9cf3e77c7e4c..000000000000
--- a/games-kids/gcompris/gcompris-6.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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-6.1.ebuild,v 1.5 2005/03/16 09:04:28 mr_bones_ Exp $
-
-inherit eutils games
-
-DESCRIPTION="full featured educational application for children from 3 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 editor"
-
-RDEPEND="virtual/x11
- >=dev-libs/glib-2.0
- =x11-libs/gtk+-2*
- >=gnome-base/libgnomecanvas-2.0.2
- >=dev-python/gnome-python-2.0
- media-libs/sdl-mixer
- media-libs/libsdl
- dev-libs/libxml2
- dev-libs/popt
- games-board/gnuchess
- python? ( dev-lang/python )
- editor? (
- >=gnome-base/libgnome-1.96.0
- >=gnome-base/libgnomeui-1.96.0
- )"
-DEPEND="${RDEPEND}
- sys-apps/texinfo
- app-text/texi2html"
-
-src_compile() {
- export GNUCHESS="${GAMES_BINDIR}/gnuchess"
- econf \
- $(use_with python python /usr/bin/python) \
- $(use_with editor) \
- || die
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- make install DESTDIR=${D} || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
- prepgamesdirs
-}
diff --git a/games-kids/gcompris/gcompris-6.5.ebuild b/games-kids/gcompris/gcompris-6.5.ebuild
deleted file mode 100644
index c54f055a3c1c..000000000000
--- a/games-kids/gcompris/gcompris-6.5.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# 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-6.5.ebuild,v 1.2 2005/03/17 07:01:52 mr_bones_ Exp $
-
-inherit eutils games
-
-DESCRIPTION="full featured educational application for children from 3 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 editor"
-
-RDEPEND="virtual/x11
- >=dev-libs/glib-2.0
- =x11-libs/gtk+-2*
- >=gnome-base/libgnomecanvas-2.0.2
- >=dev-python/gnome-python-2.0
- media-libs/sdl-mixer
- media-libs/libsdl
- dev-libs/libxml2
- dev-libs/popt
- games-board/gnuchess
- python? ( dev-lang/python )
- editor? (
- >=gnome-base/libgnome-1.96.0
- >=gnome-base/libgnomeui-1.96.0
- )"
-DEPEND="${RDEPEND}
- sys-apps/texinfo
- app-text/texi2html"
-
-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"
- econf \
- --disable-dependency-tracking \
- $(use_with python python /usr/bin/python) \
- $(use_with editor) \
- || die
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- make install DESTDIR=${D} || die "make install failed"
- # Crashed for me
- rm -rf "${D}/usr/share/gcompris/boards/watercycle"*
- rm -f "${D}/usr/share/gcompris/boards/followline.xml"
- # mailing list reports crash
- rm -f "${D}/usr/share/gcompris/boards/click_on_letter.xml"
- use editor || rm -f "${D}/usr/share/applications/gcompris-edit.desktop"
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
- prepgamesdirs
-}