summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-11-21 07:57:37 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-11-21 07:57:37 +0000
commit4220e90bf9a60f81ef8c8b3015c67e162b12feb9 (patch)
tree6b5dc027d90a7c643b7265ecd0b8227c8959301f /games-action
parentadded initial ebuild 1.5_beta thanks to Santiago Gala <sgala@apache.org> this... (diff)
downloadgentoo-2-4220e90bf9a60f81ef8c8b3015c67e162b12feb9.tar.gz
gentoo-2-4220e90bf9a60f81ef8c8b3015c67e162b12feb9.tar.bz2
gentoo-2-4220e90bf9a60f81ef8c8b3015c67e162b12feb9.zip
old
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/trackballs/files/digest-trackballs-1.0.02
-rw-r--r--games-action/trackballs/trackballs-1.0.0.ebuild53
2 files changed, 0 insertions, 55 deletions
diff --git a/games-action/trackballs/files/digest-trackballs-1.0.0 b/games-action/trackballs/files/digest-trackballs-1.0.0
deleted file mode 100644
index b4f4ba351319..000000000000
--- a/games-action/trackballs/files/digest-trackballs-1.0.0
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 0d3ce4903aa60fba18c0e8c02b3cd563 trackballs-1.0.0.tar.gz 4826294
-MD5 e58d1c7d046f4010a2b3c92383522459 trackballs-music-0.9.0.tbz2 7693212
diff --git a/games-action/trackballs/trackballs-1.0.0.ebuild b/games-action/trackballs/trackballs-1.0.0.ebuild
deleted file mode 100644
index 909790e54661..000000000000
--- a/games-action/trackballs/trackballs-1.0.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/trackballs/trackballs-1.0.0.ebuild,v 1.7 2005/05/05 23:11:33 swegener Exp $
-
-inherit eutils games
-
-DESCRIPTION="simple game similar to the classical game Marble Madness"
-HOMEPAGE="http://trackballs.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
- mirror://gentoo/${PN}-music-0.9.0.tbz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-IUSE=""
-
-RDEPEND="virtual/opengl
- virtual/glu
- media-libs/libsdl
- >=dev-util/guile-1.6
- media-libs/sdl-mixer
- media-libs/sdl-image
- media-libs/sdl-ttf
- sys-libs/zlib"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e 's/icons//' share/Makefile.in \
- || die "sed share/Makefile.in failed"
-}
-
-src_compile() {
- egamesconf \
- --disable-dependency-tracking \
- --with-highscores=${GAMES_STATEDIR}/${PN}-highscores \
- || die "egamesconf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- insinto /usr/share/pixmaps
- doins share/icons/*png || die "doins failed"
- make_desktop_entry trackballs "Trackballs" trackballs-48x48.png
- insinto "${GAMES_DATADIR}/${PN}/music"
- doins "${WORKDIR}"/tb_*.ogg || die "doins failed"
- dodoc AUTHORS ChangeLog README* NEWS
- prepgamesdirs
-}