diff options
-rw-r--r-- | games-arcade/briquolo/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/briquolo/Manifest | 4 | ||||
-rw-r--r-- | games-arcade/briquolo/briquolo-0.5.ebuild | 31 | ||||
-rw-r--r-- | games-arcade/briquolo/files/digest-briquolo-0.5 | 1 |
4 files changed, 41 insertions, 2 deletions
diff --git a/games-arcade/briquolo/ChangeLog b/games-arcade/briquolo/ChangeLog index ba07f6acb58c..d717fc460d13 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.4 2004/06/24 22:02:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/ChangeLog,v 1.5 2004/12/13 02:09:02 mr_bones_ Exp $ + +*briquolo-0.5 (12 Dec 2004) + + 12 Dec 2004; Michael Sterrett <mr_bones_@gentoo.org> +briquolo-0.5.ebuild: + version bump 08 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> briquolo-0.4.1.ebuild: clean older ebuild diff --git a/games-arcade/briquolo/Manifest b/games-arcade/briquolo/Manifest index 1389445791fe..5b26d454114d 100644 --- a/games-arcade/briquolo/Manifest +++ b/games-arcade/briquolo/Manifest @@ -1,4 +1,6 @@ +MD5 713f866bdfd62b454ce1247472844899 ChangeLog 778 MD5 8816dba1ab3b356113676816476a4492 briquolo-0.4.2.ebuild 816 -MD5 da0db4d8083e31301023d1f2bbc9c5ae ChangeLog 655 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 5bf50f0109c37f1115d060e1dd690f81 briquolo-0.5.ebuild 790 MD5 a1960264118673cc3dafd0b9c9c19205 files/digest-briquolo-0.4.2 68 +MD5 9ccc39f30473ee86f0286cf1d695ae6d files/digest-briquolo-0.5 66 diff --git a/games-arcade/briquolo/briquolo-0.5.ebuild b/games-arcade/briquolo/briquolo-0.5.ebuild new file mode 100644 index 000000000000..d54f06be08db --- /dev/null +++ b/games-arcade/briquolo/briquolo-0.5.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/briquolo-0.5.ebuild,v 1.1 2004/12/13 02:09:02 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="x86 ~amd64" +IUSE="nls" + +DEPEND="virtual/opengl + media-libs/libsdl + media-libs/sdl-mixer + media-libs/libpng + nls? ( sys-devel/gettext )" + +src_compile() { + egamesconf $(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 b/games-arcade/briquolo/files/digest-briquolo-0.5 new file mode 100644 index 000000000000..6385ef72cbbb --- /dev/null +++ b/games-arcade/briquolo/files/digest-briquolo-0.5 @@ -0,0 +1 @@ +MD5 43489dd256d0b91d6efe0fd6defb3c7f briquolo-0.5.tar.bz2 2495042 |