diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-13 00:27:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-13 00:27:38 +0000 |
commit | abdd6ca66588687bcc13fe94f092467aed51d3af (patch) | |
tree | 914c135063dedc05627526b1becab5233f7e524f /games-kids/gcompris | |
parent | Stable on alpha wrt #117737 (diff) | |
download | gentoo-2-abdd6ca66588687bcc13fe94f092467aed51d3af.tar.gz gentoo-2-abdd6ca66588687bcc13fe94f092467aed51d3af.tar.bz2 gentoo-2-abdd6ca66588687bcc13fe94f092467aed51d3af.zip |
old
(Portage version: 2.0.53)
Diffstat (limited to 'games-kids/gcompris')
-rw-r--r-- | games-kids/gcompris/files/digest-gcompris-6.5.3 | 1 | ||||
-rw-r--r-- | games-kids/gcompris/files/digest-gcompris-7.1 | 1 | ||||
-rw-r--r-- | games-kids/gcompris/files/digest-gcompris-7.1.1 | 1 | ||||
-rw-r--r-- | games-kids/gcompris/gcompris-6.5.3.ebuild | 66 | ||||
-rw-r--r-- | games-kids/gcompris/gcompris-7.1.1.ebuild | 56 | ||||
-rw-r--r-- | games-kids/gcompris/gcompris-7.1.ebuild | 56 |
6 files changed, 0 insertions, 181 deletions
diff --git a/games-kids/gcompris/files/digest-gcompris-6.5.3 b/games-kids/gcompris/files/digest-gcompris-6.5.3 deleted file mode 100644 index 3e0d15c3f1e1..000000000000 --- a/games-kids/gcompris/files/digest-gcompris-6.5.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 11cc5c1fe2ebb583767884e18307534e gcompris-6.5.3.tar.gz 43519786 diff --git a/games-kids/gcompris/files/digest-gcompris-7.1 b/games-kids/gcompris/files/digest-gcompris-7.1 deleted file mode 100644 index 29b16c8c29cf..000000000000 --- a/games-kids/gcompris/files/digest-gcompris-7.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8020824fbe7dbaa334611e3d7aee7d7c gcompris-7.1.tar.gz 58790298 diff --git a/games-kids/gcompris/files/digest-gcompris-7.1.1 b/games-kids/gcompris/files/digest-gcompris-7.1.1 deleted file mode 100644 index 222c5dc9549a..000000000000 --- a/games-kids/gcompris/files/digest-gcompris-7.1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 856a9962ea31d7cb479ad65ff8f58395 gcompris-7.1.1.tar.gz 58799924 diff --git a/games-kids/gcompris/gcompris-6.5.3.ebuild b/games-kids/gcompris/gcompris-6.5.3.ebuild deleted file mode 100644 index 4407140035dc..000000000000 --- a/games-kids/gcompris/gcompris-6.5.3.ebuild +++ /dev/null @@ -1,66 +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.3.ebuild,v 1.3 2005/06/07 02:25:35 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 editor" #editor didn't compile for me. -IUSE="python" - -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 - games-board/gnuchess - python? ( dev-lang/python - >=dev-python/gnome-python-2.0 ) - 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" - # $(use_with editor) - editor didn't compile for me. - econf \ - --disable-dependency-tracking \ - $(use_with python python /usr/bin/python) \ - --without-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 -} diff --git a/games-kids/gcompris/gcompris-7.1.1.ebuild b/games-kids/gcompris/gcompris-7.1.1.ebuild deleted file mode 100644 index b7455fff3e8e..000000000000 --- a/games-kids/gcompris/gcompris-7.1.1.ebuild +++ /dev/null @@ -1,56 +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-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 -} diff --git a/games-kids/gcompris/gcompris-7.1.ebuild b/games-kids/gcompris/gcompris-7.1.ebuild deleted file mode 100644 index 670685c726fe..000000000000 --- a/games-kids/gcompris/gcompris-7.1.ebuild +++ /dev/null @@ -1,56 +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-7.1.ebuild,v 1.2 2005/11/22 23:28:03 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 -} |