diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-03-01 23:16:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-03-01 23:16:24 +0000 |
commit | e573a4221992f9dbb820e52cc3ab7294002d7009 (patch) | |
tree | 24a9b8565cc130a39ad83982a2344ca09f0ffa27 /games-arcade | |
parent | sys-libs/device-mapper -> sys-fs/device-mapper (diff) | |
download | gentoo-2-e573a4221992f9dbb820e52cc3ab7294002d7009.tar.gz gentoo-2-e573a4221992f9dbb820e52cc3ab7294002d7009.tar.bz2 gentoo-2-e573a4221992f9dbb820e52cc3ab7294002d7009.zip |
version bump
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/briquolo/ChangeLog | 9 | ||||
-rw-r--r-- | games-arcade/briquolo/Manifest | 2 | ||||
-rw-r--r-- | games-arcade/briquolo/briquolo-0.5.2.ebuild | 34 | ||||
-rw-r--r-- | games-arcade/briquolo/files/digest-briquolo-0.5.2 | 1 |
4 files changed, 44 insertions, 2 deletions
diff --git a/games-arcade/briquolo/ChangeLog b/games-arcade/briquolo/ChangeLog index d717fc460d13..1436727e5e53 100644 --- a/games-arcade/briquolo/ChangeLog +++ b/games-arcade/briquolo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-arcade/briquolo -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/ChangeLog,v 1.5 2004/12/13 02:09:02 mr_bones_ Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/ChangeLog,v 1.6 2005/03/01 23:16:24 mr_bones_ Exp $ + +*briquolo-0.5.2 (01 Mar 2005) + + 01 Mar 2005; Michael Sterrett <mr_bones_@gentoo.org> +briquolo-0.5.2.ebuild: + version bump *briquolo-0.5 (12 Dec 2004) diff --git a/games-arcade/briquolo/Manifest b/games-arcade/briquolo/Manifest index 71a4be3a3cf7..990ef07b814e 100644 --- a/games-arcade/briquolo/Manifest +++ b/games-arcade/briquolo/Manifest @@ -1,4 +1,6 @@ MD5 713f866bdfd62b454ce1247472844899 ChangeLog 778 +MD5 b7cdc20e6e0f569807098f634bf18284 briquolo-0.5.2.ebuild 830 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 b7cdc20e6e0f569807098f634bf18284 briquolo-0.5.1.ebuild 830 +MD5 b54536b34daeb67415a9bd89f4b91b06 files/digest-briquolo-0.5.2 68 MD5 73901c23aba4793606f4037238e50c92 files/digest-briquolo-0.5.1 68 diff --git a/games-arcade/briquolo/briquolo-0.5.2.ebuild b/games-arcade/briquolo/briquolo-0.5.2.ebuild new file mode 100644 index 000000000000..f3e52d8778a1 --- /dev/null +++ b/games-arcade/briquolo/briquolo-0.5.2.ebuild @@ -0,0 +1,34 @@ +# 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.2.ebuild,v 1.1 2005/03/01 23:16:24 mr_bones_ Exp $ + +inherit 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_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 + prepgamesdirs +} diff --git a/games-arcade/briquolo/files/digest-briquolo-0.5.2 b/games-arcade/briquolo/files/digest-briquolo-0.5.2 new file mode 100644 index 000000000000..b2a6621b8daf --- /dev/null +++ b/games-arcade/briquolo/files/digest-briquolo-0.5.2 @@ -0,0 +1 @@ +MD5 c6f9d255ff3dde62caa9e4830cae7526 briquolo-0.5.2.tar.bz2 2548510 |