diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-28 16:07:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-28 16:07:27 +0000 |
commit | 0eb6041fc859aebcdfb3213cc2a0a7118d4395db (patch) | |
tree | fd5c06790555566018ae5974874daede4428db7b /games-action | |
parent | Fixed some ebuild issues thanks to Mr Bones (Manifest recommit) (diff) | |
download | gentoo-2-0eb6041fc859aebcdfb3213cc2a0a7118d4395db.tar.gz gentoo-2-0eb6041fc859aebcdfb3213cc2a0a7118d4395db.tar.bz2 gentoo-2-0eb6041fc859aebcdfb3213cc2a0a7118d4395db.zip |
version bump (bug #42082)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/trackballs/ChangeLog | 10 | ||||
-rw-r--r-- | games-action/trackballs/Manifest | 2 | ||||
-rw-r--r-- | games-action/trackballs/files/digest-trackballs-1.0.0 | 2 | ||||
-rw-r--r-- | games-action/trackballs/trackballs-1.0.0.ebuild | 52 |
4 files changed, 64 insertions, 2 deletions
diff --git a/games-action/trackballs/ChangeLog b/games-action/trackballs/ChangeLog index 253240b67de7..f797876312bd 100644 --- a/games-action/trackballs/ChangeLog +++ b/games-action/trackballs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-action/trackballs -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/trackballs/ChangeLog,v 1.4 2003/11/21 20:41:10 mr_bones_ Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/trackballs/ChangeLog,v 1.5 2004/02/28 16:07:26 mr_bones_ Exp $ + +*trackballs-1.0.0 (28 Feb 2004) + + 28 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> + trackballs-1.0.0.ebuild: + version bump (bug #42082) *trackballs-0.9.2 (21 Nov 2003) diff --git a/games-action/trackballs/Manifest b/games-action/trackballs/Manifest index a309ceaa4e57..6c47e2f867af 100644 --- a/games-action/trackballs/Manifest +++ b/games-action/trackballs/Manifest @@ -1,6 +1,8 @@ MD5 b5e620a6a70209729d28e9adfa2b1c9e ChangeLog 777 +MD5 39e147b7214b91f17a29ace68fe930d8 trackballs-1.0.0.ebuild 1294 MD5 6b2f0d54bf0e6bd8585f9cd03dee7f7d trackballs-0.9.2.ebuild 1284 MD5 b244cf1c41a78cacb62296d573935c07 metadata.xml 245 +MD5 0b573a1444721dee7dc128fb20c380e4 files/digest-trackballs-1.0.0 142 MD5 4dcba68e2d9c9f02314e61e1cd9a4a7c files/digest-trackballs-0.9.2 142 MD5 a31aca7fa7d6a2acecd5140f6986361f files/0.9.2-sparkle.patch 299 MD5 fcf7f10beeaa8a2736651e005c08e21b files/0.9.2-destdir-icons.patch 1832 diff --git a/games-action/trackballs/files/digest-trackballs-1.0.0 b/games-action/trackballs/files/digest-trackballs-1.0.0 new file mode 100644 index 000000000000..b4f4ba351319 --- /dev/null +++ b/games-action/trackballs/files/digest-trackballs-1.0.0 @@ -0,0 +1,2 @@ +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 new file mode 100644 index 000000000000..b43630574f04 --- /dev/null +++ b/games-action/trackballs/trackballs-1.0.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/02/28 16:07:26 mr_bones_ 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" + +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 || die "dodoc failed" + prepgamesdirs +} |