diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-02 06:24:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-02 06:24:15 +0000 |
commit | 3e235a25659aa505ffefd8963e4cafb88516f17e (patch) | |
tree | 9981f5d7fe2b86fb7fc82f8ad263ba737f9e3145 /games-arcade/briquolo | |
parent | Check whether $G_FONTDIR is a directory in remove_font_dirs(), not just wheth... (diff) | |
download | gentoo-2-3e235a25659aa505ffefd8963e4cafb88516f17e.tar.gz gentoo-2-3e235a25659aa505ffefd8963e4cafb88516f17e.tar.bz2 gentoo-2-3e235a25659aa505ffefd8963e4cafb88516f17e.zip |
version bump
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-arcade/briquolo')
-rw-r--r-- | games-arcade/briquolo/Manifest | 2 | ||||
-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.2 | 1 | ||||
-rw-r--r-- | games-arcade/briquolo/files/digest-briquolo-0.5.1 | 1 |
4 files changed, 13 insertions, 10 deletions
diff --git a/games-arcade/briquolo/Manifest b/games-arcade/briquolo/Manifest index 5b26d454114d..079bd6fb4bef 100644 --- a/games-arcade/briquolo/Manifest +++ b/games-arcade/briquolo/Manifest @@ -2,5 +2,7 @@ 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 78c62cd506c9b48bdc664b15600616a1 briquolo-0.5.1.ebuild 790 MD5 a1960264118673cc3dafd0b9c9c19205 files/digest-briquolo-0.4.2 68 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 |