diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-07 18:58:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-07 18:58:58 +0000 |
commit | 18c88e3a936604ad2c7bf84c0400962256b87ae1 (patch) | |
tree | 9618eb6805dadff239d892677d8037ff026440eb /games-arcade/briquolo | |
parent | removed app-forensics/aide-0.11_rc2 (diff) | |
download | historical-18c88e3a936604ad2c7bf84c0400962256b87ae1.tar.gz historical-18c88e3a936604ad2c7bf84c0400962256b87ae1.tar.bz2 historical-18c88e3a936604ad2c7bf84c0400962256b87ae1.zip |
version bump
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-arcade/briquolo')
-rw-r--r-- | games-arcade/briquolo/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/briquolo/Manifest | 4 | ||||
-rw-r--r-- | games-arcade/briquolo/briquolo-0.5.4.ebuild | 46 | ||||
-rw-r--r-- | games-arcade/briquolo/files/digest-briquolo-0.5.4 | 1 |
4 files changed, 57 insertions, 2 deletions
diff --git a/games-arcade/briquolo/ChangeLog b/games-arcade/briquolo/ChangeLog index 37e6a7d89371..c6e18a53e163 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.7 2005/05/04 02:46:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/ChangeLog,v 1.8 2005/11/07 18:58:58 mr_bones_ Exp $ + +*briquolo-0.5.4 (07 Nov 2005) + + 07 Nov 2005; Michael Sterrett <mr_bones_@gentoo.org> + +briquolo-0.5.4.ebuild: + version bump *briquolo-0.5.3 (04 May 2005) diff --git a/games-arcade/briquolo/Manifest b/games-arcade/briquolo/Manifest index 5b9ca2c5ffc1..6c40576ea12f 100644 --- a/games-arcade/briquolo/Manifest +++ b/games-arcade/briquolo/Manifest @@ -1,4 +1,6 @@ +MD5 f38539513f33eb086af27f7a8111198b briquolo-0.5.4.ebuild 1094 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 593b2f8fcd4d0ef7bb2c87e023e3090a ChangeLog 1073 +MD5 e80fb6f94d00cb95799b77e02d64a7c9 ChangeLog 1201 MD5 687138ba8afdf56d5bd76a84b12f6737 briquolo-0.5.3.ebuild 1094 MD5 e73b7dc9a50baa2f6870a58214a5f984 files/digest-briquolo-0.5.3 68 +MD5 eecf19df4e9ca8274670cef945e52f65 files/digest-briquolo-0.5.4 68 diff --git a/games-arcade/briquolo/briquolo-0.5.4.ebuild b/games-arcade/briquolo/briquolo-0.5.4.ebuild new file mode 100644 index 000000000000..0626403df677 --- /dev/null +++ b/games-arcade/briquolo/briquolo-0.5.4.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/briquolo-0.5.4.ebuild,v 1.1 2005/11/07 18:58:58 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.4 b/games-arcade/briquolo/files/digest-briquolo-0.5.4 new file mode 100644 index 000000000000..3ec67b4666db --- /dev/null +++ b/games-arcade/briquolo/files/digest-briquolo-0.5.4 @@ -0,0 +1 @@ +MD5 c8bed228053412c8d2913933cd524caa briquolo-0.5.4.tar.bz2 2552600 |