summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-02-02 06:24:15 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-02-02 06:24:15 +0000
commit456a118124ff379874309ab2428a520c9176ad6b (patch)
treedce2cfc7bfe54d5017e7faf52f343a5e0c6720d1 /games-arcade/briquolo
parentCheck whether $G_FONTDIR is a directory in remove_font_dirs(), not just wheth... (diff)
downloadhistorical-456a118124ff379874309ab2428a520c9176ad6b.tar.gz
historical-456a118124ff379874309ab2428a520c9176ad6b.tar.bz2
historical-456a118124ff379874309ab2428a520c9176ad6b.zip
version bump
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'games-arcade/briquolo')
-rw-r--r--games-arcade/briquolo/Manifest4
-rw-r--r--games-arcade/briquolo/briquolo-0.5.1.ebuild (renamed from games-arcade/briquolo/briquolo-0.4.2.ebuild)19
-rw-r--r--games-arcade/briquolo/files/digest-briquolo-0.4.21
-rw-r--r--games-arcade/briquolo/files/digest-briquolo-0.5.11
4 files changed, 13 insertions, 12 deletions
diff --git a/games-arcade/briquolo/Manifest b/games-arcade/briquolo/Manifest
index 5b26d454114d..d2c6ad36d7d2 100644
--- a/games-arcade/briquolo/Manifest
+++ b/games-arcade/briquolo/Manifest
@@ -1,6 +1,6 @@
MD5 713f866bdfd62b454ce1247472844899 ChangeLog 778
-MD5 8816dba1ab3b356113676816476a4492 briquolo-0.4.2.ebuild 816
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
MD5 5bf50f0109c37f1115d060e1dd690f81 briquolo-0.5.ebuild 790
-MD5 a1960264118673cc3dafd0b9c9c19205 files/digest-briquolo-0.4.2 68
+MD5 b7cdc20e6e0f569807098f634bf18284 briquolo-0.5.1.ebuild 830
MD5 9ccc39f30473ee86f0286cf1d695ae6d files/digest-briquolo-0.5 66
+MD5 73901c23aba4793606f4037238e50c92 files/digest-briquolo-0.5.1 68
diff --git a/games-arcade/briquolo/briquolo-0.4.2.ebuild b/games-arcade/briquolo/briquolo-0.5.1.ebuild
index 29484e6502c6..d115aa544ff2 100644
--- a/games-arcade/briquolo/briquolo-0.4.2.ebuild
+++ b/games-arcade/briquolo/briquolo-0.5.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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.4.2.ebuild,v 1.4 2004/06/24 22:02:21 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/briquolo-0.5.1.ebuild,v 1.1 2005/02/02 06:24:15 mr_bones_ Exp $
inherit games
@@ -8,9 +8,10 @@ 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 ~amd64"
LICENSE="GPL-2"
SLOT="0"
+KEYWORDS="~amd64 x86"
+IUSE="nls"
DEPEND="virtual/opengl
media-libs/libsdl
@@ -18,15 +19,15 @@ DEPEND="virtual/opengl
media-libs/libpng
nls? ( sys-devel/gettext )"
-IUSE="nls"
-
src_compile() {
- egamesconf `use_enable nls` || die
- emake || die "emake failed"
+ egamesconf \
+ --disable-dependency-tracking \
+ $(use_enable nls) || die
+ emake || die "emake failed"
}
src_install() {
- egamesinstall || die
- dodoc AUTHORS ChangeLog README || die "dodoc failed"
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS ChangeLog README
prepgamesdirs
}
diff --git a/games-arcade/briquolo/files/digest-briquolo-0.4.2 b/games-arcade/briquolo/files/digest-briquolo-0.4.2
deleted file mode 100644
index 9320dc2d053a..000000000000
--- a/games-arcade/briquolo/files/digest-briquolo-0.4.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 20924c27dd77f4d7308f0aaad0129197 briquolo-0.4.2.tar.bz2 1990288
diff --git a/games-arcade/briquolo/files/digest-briquolo-0.5.1 b/games-arcade/briquolo/files/digest-briquolo-0.5.1
new file mode 100644
index 000000000000..66c0da7fbbb9
--- /dev/null
+++ b/games-arcade/briquolo/files/digest-briquolo-0.5.1
@@ -0,0 +1 @@
+MD5 7975bda39bc9811e490b37ccc93dbff2 briquolo-0.5.1.tar.bz2 2499223