diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-04-19 04:15:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-04-19 04:15:11 +0000 |
commit | b6f3aa1b81b6ef2d1e5dc6db8552b92022219525 (patch) | |
tree | 0a2e5caf4555c608399c79b966afd36d027222d4 /games-arcade/briquolo | |
parent | Stable for HPPA too (bug #175094). (diff) | |
download | gentoo-2-b6f3aa1b81b6ef2d1e5dc6db8552b92022219525.tar.gz gentoo-2-b6f3aa1b81b6ef2d1e5dc6db8552b92022219525.tar.bz2 gentoo-2-b6f3aa1b81b6ef2d1e5dc6db8552b92022219525.zip |
version bump
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-arcade/briquolo')
-rw-r--r-- | games-arcade/briquolo/ChangeLog | 10 | ||||
-rw-r--r-- | games-arcade/briquolo/briquolo-0.5.6.ebuild | 52 | ||||
-rw-r--r-- | games-arcade/briquolo/files/digest-briquolo-0.5.6 | 3 |
3 files changed, 63 insertions, 2 deletions
diff --git a/games-arcade/briquolo/ChangeLog b/games-arcade/briquolo/ChangeLog index 8c4c97bd1ef1..701bb75086de 100644 --- a/games-arcade/briquolo/ChangeLog +++ b/games-arcade/briquolo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-arcade/briquolo -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/ChangeLog,v 1.12 2006/10/05 17:17:24 nyhm Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/ChangeLog,v 1.13 2007/04/19 04:15:11 mr_bones_ Exp $ + +*briquolo-0.5.6 (19 Apr 2007) + + 19 Apr 2007; Michael Sterrett <mr_bones_@gentoo.org> + +briquolo-0.5.6.ebuild: + version bump 05 Oct 2006; Tristan Heaven <nyhm@gentoo.org> briquolo-0.5.5.ebuild: Fix gettext dependency diff --git a/games-arcade/briquolo/briquolo-0.5.6.ebuild b/games-arcade/briquolo/briquolo-0.5.6.ebuild new file mode 100644 index 000000000000..1ab19e1d6f1a --- /dev/null +++ b/games-arcade/briquolo/briquolo-0.5.6.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/briquolo-0.5.6.ebuild,v 1.1 2007/04/19 04:15:11 mr_bones_ Exp $ + +inherit eutils games + +DESCRIPTION="Breakout with 3D representation based on OpenGL" +HOMEPAGE="http://briquolo.free.fr/en/index.html" +SRC_URI="http://briquolo.free.fr/download/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="nls" + +RDEPEND="virtual/opengl + media-libs/libsdl + media-libs/sdl-mixer + media-libs/sdl-ttf + media-libs/libpng + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext )" + +src_unpack() { + unpack ${A} + cd "${S}" + # no thanks we'll take care of it. + sed -i \ + -e '/^SUBDIRS/s/desktop//' \ + Makefile.in \ + || die "sed Makefile.in failed" + sed -i \ + -e "/CXXFLAGS/s/-O3/${CXXFLAGS}/" \ + configure \ + || die "sed configure failed" +} + +src_compile() { + egamesconf \ + --disable-dependency-tracking \ + $(use_enable nls) || die + emake || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog README + doicon desktop/briquolo.svg + make_desktop_entry briquolo Briquolo briquolo.svg + prepgamesdirs +} diff --git a/games-arcade/briquolo/files/digest-briquolo-0.5.6 b/games-arcade/briquolo/files/digest-briquolo-0.5.6 new file mode 100644 index 000000000000..2bca48637e79 --- /dev/null +++ b/games-arcade/briquolo/files/digest-briquolo-0.5.6 @@ -0,0 +1,3 @@ +MD5 0c6767a4073a6ae7de298f06b81dcb10 briquolo-0.5.6.tar.bz2 2559600 +RMD160 bd6ac710fc0beffe72e25b137cde1118cfd82e6b briquolo-0.5.6.tar.bz2 2559600 +SHA256 e1166a0f0db4b99601dadd47062b239a1a3b9ac7dc996ea582dd8f211e113d9e briquolo-0.5.6.tar.bz2 2559600 |