ChangeLog

# ChangeLog for games-arcade/briquolo
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/ChangeLog,v 1.16 2008/06/12 04:07:32 mr_bones_ Exp $

*briquolo-0.5.7 (12 Jun 2008)

12 Jun 2008; Michael Sterrett
+files/briquolo-0.5.7-gcc43.patch, +briquolo-0.5.7.ebuild:
version bump

30 Apr 2008; Tristan Heaven
+files/briquolo-0.5.6-gcc43.patch, briquolo-0.5.6.ebuild:
Patch to fix building with gcc-4.3 from Martin Väth, bug #218937

29 Feb 2008; Carsten Lohrke briquolo-0.5.6.ebuild:
Remove icon extension from desktop entry to match Icon Theme Specification.

*briquolo-0.5.6 (19 Apr 2007)

19 Apr 2007; Michael Sterrett
+briquolo-0.5.6.ebuild:
version bump

05 Oct 2006; Tristan Heaven briquolo-0.5.5.ebuild:
Fix gettext dependency

04 Oct 2006; Tristan Heaven briquolo-0.5.5.ebuild:
Respect CXXFLAGS

20 Sep 2006; briquolo-0.5.5.ebuild:
stable on amd64

*briquolo-0.5.5 (31 Jan 2006)

31 Jan 2006; Michael Sterrett
+briquolo-0.5.5.ebuild:
version bump

*briquolo-0.5.4 (07 Nov 2005)

07 Nov 2005; Michael Sterrett
+briquolo-0.5.4.ebuild:
version bump

*briquolo-0.5.3 (04 May 2005)

04 May 2005; Michael Sterrett
-briquolo-0.5.1.ebuild, +briquolo-0.5.3.ebuild:
version bump; tidy old ebuild

*briquolo-0.5.2 (01 Mar 2005)

01 Mar 2005; Michael Sterrett +briquolo-0.5.2.ebuild:
version bump

*briquolo-0.5 (12 Dec 2004)

12 Dec 2004; Michael Sterrett +briquolo-0.5.ebuild:
version bump

08 Apr 2004; Michael Sterrett briquolo-0.4.1.ebuild:
clean older ebuild

*briquolo-0.4.2 (05 Nov 2003)

05 Nov 2003; Michael Sterrett briquolo-0.4.2.ebuild:
version bump

*briquolo-0.4.1 (22 Oct 2003)

22 Oct 2003; Michael Sterrett briquolo-0.4.1.ebuild,
metadata.xml:
initial commit; ebuild based on the one provided by Thomas Preissler via bug
31675

Manifest

AUX briquolo-0.5.6-gcc43.patch 1922 RMD160 f10a069eaeb9c9ec649b5f9cd13dbab3248e65c5 SHA1 275e98267f75b0d36259c7757af9fb78f1f7eafb SHA256 1bf4daaaf80506f540b80d632d6fcf662dfc404e47862464d4c237d9d79089c2
AUX briquolo-0.5.7-gcc43.patch 2954 RMD160 8906b14ca4a3241d36405c3873f20ab09b57c4e2 SHA1 c9f73bbbaed131ac8b9b9b7c0f8d152ad65d06fe SHA256 af08db985c22b92966d1225aa8706db53fed8e26820c8e88da81208363cb10d6
DIST briquolo-0.5.6.tar.bz2 2559600 RMD160 bd6ac710fc0beffe72e25b137cde1118cfd82e6b SHA1 0a9b807da78d967b21c71f182e5611ab9705c185 SHA256 e1166a0f0db4b99601dadd47062b239a1a3b9ac7dc996ea582dd8f211e113d9e
DIST briquolo-0.5.7.tar.bz2 2588084 RMD160 47f100dd842050f033dbe0efce29b5fef4be3e42 SHA1 72823b6548e0b76bbf5fdf63fe1803eec89a1cba SHA256 061055dba524a784d6569fd74f3e4490db264da1356b53d68aae5523416f8f11
EBUILD briquolo-0.5.6.ebuild 1433 RMD160 769738ed3875c08cc0dfcd4e1e31283722507a91 SHA1 9e87249725c1e59cd31987472bbfd5fde9400b22 SHA256 1ea75a897670cb272cb32d58e41ff7a8b00c22ae8bd222493aabf9ed700a4fc0
EBUILD briquolo-0.5.7.ebuild 1440 RMD160 d794d86695bf6cb1997b6ed669112af10ab98946 SHA1 5cd23130210de65fe69f59e84b8e1ed9f42f8426 SHA256 590c6d4dbd3aa6697171aede7234b15cbb31f980638c0c71207584086a830dc3
MISC ChangeLog 2213 RMD160 c642f5789a3917ee19bdacbac2834b5fff18a419 SHA1 3c2bc5dd4f477b62aeb02ca15385421a1212bbbe SHA256 f2c3f735ac4756b07843aab2ef363369422a99084faf80ff056d8e6902140cbc
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3

briquolo-0.5.6.ebuild

# Copyright 1999-2008 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.3 2008/04/30 19:07:25 nyhm 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}"
epatch "${FILESDIR}"/${P}-gcc43.patch
# 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}:" \
-e 's:=.*share/locale:=/usr/share/locale:' \
configure \
|| die "sed configure failed"
sed -i \
-e 's:$(datadir)/locale:/usr/share/locale:' \
po/Makefile.in.in \
|| die "sed Makefile.in.in failed"
}

src_compile() {
egamesconf \
--disable-dependency-tracking \
$(use_enable nls) || die
emake || die "emake failed"
}

src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog README
doicon desktop/briquolo.svg
make_desktop_entry briquolo Briquolo
prepgamesdirs
}

briquolo-0.5.7.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/briquolo-0.5.7.ebuild,v 1.1 2008/06/12 04:07:32 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}"
epatch "${FILESDIR}"/${P}-gcc43.patch
# 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}:" \
-e 's:=.*share/locale:=/usr/share/locale:' \
configure \
|| die "sed configure failed"
sed -i \
-e 's:$(datadir)/locale:/usr/share/locale:' \
po/Makefile.in.in \
|| die "sed Makefile.in.in failed"
}

src_compile() {
egamesconf \
--disable-dependency-tracking \
$(use_enable nls) || die
emake || die "emake failed"
}

src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog README
doicon desktop/briquolo.svg
make_desktop_entry briquolo Briquolo
prepgamesdirs
}

files

metadata.xml




games