summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-10-22 17:13:34 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-10-22 17:13:34 +0000
commit4ea988a43ed9da12ae46e54eac267df73c1f2770 (patch)
tree07d9ab7f4c84f5db66f919499849b29f71f22c0d /games-arcade/briquolo
parentinitial commit (bug 31675) (diff)
downloadgentoo-2-4ea988a43ed9da12ae46e54eac267df73c1f2770.tar.gz
gentoo-2-4ea988a43ed9da12ae46e54eac267df73c1f2770.tar.bz2
gentoo-2-4ea988a43ed9da12ae46e54eac267df73c1f2770.zip
initial commit (bug 31675)
Diffstat (limited to 'games-arcade/briquolo')
-rw-r--r--games-arcade/briquolo/ChangeLog11
-rw-r--r--games-arcade/briquolo/Manifest4
-rw-r--r--games-arcade/briquolo/briquolo-0.4.1.ebuild32
-rw-r--r--games-arcade/briquolo/files/digest-briquolo-0.4.11
-rw-r--r--games-arcade/briquolo/metadata.xml9
5 files changed, 56 insertions, 1 deletions
diff --git a/games-arcade/briquolo/ChangeLog b/games-arcade/briquolo/ChangeLog
new file mode 100644
index 000000000000..9e8fcdcfa4d7
--- /dev/null
+++ b/games-arcade/briquolo/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for games-arcade/briquolo
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/ChangeLog,v 1.1 2003/10/22 17:13:32 mr_bones_ Exp $
+
+*briquolo-0.4.1 (22 Oct 2003)
+
+ 22 Oct 2003; Michael Sterrett <mr_bones_@gentoo.org> briquolo-0.4.1.ebuild,
+ metadata.xml:
+ initial commit; ebuild based on the one provided by Thomas Preissler via bug
+ 31675
+
diff --git a/games-arcade/briquolo/Manifest b/games-arcade/briquolo/Manifest
index d47a4d63eea4..d6fce3b65334 100644
--- a/games-arcade/briquolo/Manifest
+++ b/games-arcade/briquolo/Manifest
@@ -1,2 +1,4 @@
-MD5 2d61bc2f2aee20954fd9946c542812f6 briquolo-0.4.1.ebuild 494
+MD5 5818f845b6e4b38610fb8a9c2a7d3aaa briquolo-0.4.1.ebuild 819
+MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241
+MD5 1aae569c8eb25967055825fb6bdce35c ChangeLog 440
MD5 43fff2e86047dd033ca5e0d9d95c260c files/digest-briquolo-0.4.1 68
diff --git a/games-arcade/briquolo/briquolo-0.4.1.ebuild b/games-arcade/briquolo/briquolo-0.4.1.ebuild
new file mode 100644
index 000000000000..47db990ab780
--- /dev/null
+++ b/games-arcade/briquolo/briquolo-0.4.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/briquolo-0.4.1.ebuild,v 1.1 2003/10/22 17:13:32 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"
+
+KEYWORDS="x86"
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND="virtual/opengl
+ media-libs/libsdl
+ media-libs/sdl-mixer
+ media-libs/libpng
+ nls? ( sys-devel/gettext )"
+
+IUSE="nls"
+
+src_compile() {
+ egamesconf `use_enable nls` || die
+ emake || die "emake failed"
+}
+
+src_install() {
+ egamesinstall || die
+ dodoc AUTHORS ChangeLog README || die "dodoc failed"
+ prepgamesdirs
+}
diff --git a/games-arcade/briquolo/files/digest-briquolo-0.4.1 b/games-arcade/briquolo/files/digest-briquolo-0.4.1
new file mode 100644
index 000000000000..c4bcc4ee612e
--- /dev/null
+++ b/games-arcade/briquolo/files/digest-briquolo-0.4.1
@@ -0,0 +1 @@
+MD5 765517b572f56dba96e1670bd18acd51 briquolo-0.4.1.tar.bz2 1990103
diff --git a/games-arcade/briquolo/metadata.xml b/games-arcade/briquolo/metadata.xml
new file mode 100644
index 000000000000..1cef6e243af3
--- /dev/null
+++ b/games-arcade/briquolo/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>games</herd>
+<maintainer>
+<email>games@gentoo.org</email>
+<name>Games Team</name>
+</maintainer>
+</pkgmetadata>