diff options
author | 2006-01-31 04:25:07 +0000 | |
---|---|---|
committer | 2006-01-31 04:25:07 +0000 | |
commit | d0d5ae0e9f6decaf1d3e074cca14ed74bb96e2fc (patch) | |
tree | 8edc9edbabd39eb0bb773f850174eca81a13906b /games-arcade/briquolo | |
parent | Cleaned up ChangeLog. (diff) | |
download | gentoo-2-d0d5ae0e9f6decaf1d3e074cca14ed74bb96e2fc.tar.gz gentoo-2-d0d5ae0e9f6decaf1d3e074cca14ed74bb96e2fc.tar.bz2 gentoo-2-d0d5ae0e9f6decaf1d3e074cca14ed74bb96e2fc.zip |
version bump
(Portage version: 2.0.54)
Diffstat (limited to 'games-arcade/briquolo')
-rw-r--r-- | games-arcade/briquolo/ChangeLog | 10 | ||||
-rw-r--r-- | games-arcade/briquolo/Manifest | 6 | ||||
-rw-r--r-- | games-arcade/briquolo/briquolo-0.5.5.ebuild | 46 | ||||
-rw-r--r-- | games-arcade/briquolo/files/digest-briquolo-0.5.5 | 1 |
4 files changed, 59 insertions, 4 deletions
diff --git a/games-arcade/briquolo/ChangeLog b/games-arcade/briquolo/ChangeLog index c6e18a53e163..daf6f0bdcdf2 100644 --- a/games-arcade/briquolo/ChangeLog +++ b/games-arcade/briquolo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-arcade/briquolo -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/ChangeLog,v 1.8 2005/11/07 18:58:58 mr_bones_ Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/ChangeLog,v 1.9 2006/01/31 04:25:07 mr_bones_ Exp $ + +*briquolo-0.5.5 (31 Jan 2006) + + 31 Jan 2006; Michael Sterrett <mr_bones_@gentoo.org> + +briquolo-0.5.5.ebuild: + version bump *briquolo-0.5.4 (07 Nov 2005) diff --git a/games-arcade/briquolo/Manifest b/games-arcade/briquolo/Manifest index 6c40576ea12f..3c6be5efcaa4 100644 --- a/games-arcade/briquolo/Manifest +++ b/games-arcade/briquolo/Manifest @@ -1,6 +1,8 @@ -MD5 f38539513f33eb086af27f7a8111198b briquolo-0.5.4.ebuild 1094 -MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 e80fb6f94d00cb95799b77e02d64a7c9 ChangeLog 1201 MD5 687138ba8afdf56d5bd76a84b12f6737 briquolo-0.5.3.ebuild 1094 +MD5 f38539513f33eb086af27f7a8111198b briquolo-0.5.4.ebuild 1094 +MD5 f38539513f33eb086af27f7a8111198b briquolo-0.5.5.ebuild 1094 MD5 e73b7dc9a50baa2f6870a58214a5f984 files/digest-briquolo-0.5.3 68 MD5 eecf19df4e9ca8274670cef945e52f65 files/digest-briquolo-0.5.4 68 +MD5 5a8c2033c94e53136fede1861f02c089 files/digest-briquolo-0.5.5 68 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 diff --git a/games-arcade/briquolo/briquolo-0.5.5.ebuild b/games-arcade/briquolo/briquolo-0.5.5.ebuild new file mode 100644 index 000000000000..9c8baa5515e1 --- /dev/null +++ b/games-arcade/briquolo/briquolo-0.5.5.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/briquolo-0.5.5.ebuild,v 1.1 2006/01/31 04:25:07 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" + +DEPEND="virtual/opengl + media-libs/libsdl + media-libs/sdl-mixer + media-libs/sdl-ttf + media-libs/libpng + 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 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.5 b/games-arcade/briquolo/files/digest-briquolo-0.5.5 new file mode 100644 index 000000000000..ef789bf509d2 --- /dev/null +++ b/games-arcade/briquolo/files/digest-briquolo-0.5.5 @@ -0,0 +1 @@ +MD5 b82fec43544a5c563fc1e2a882614f5e briquolo-0.5.5.tar.bz2 2550854 |