diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-09 04:11:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-09 04:11:30 +0000 |
commit | 84a3fb8ca01c9770c3c4fadd8893ffec3e407c56 (patch) | |
tree | 3f30d4fd4a34c8e9a665c05d01aa845d9bce859d /games-arcade/briquolo | |
parent | version bump (diff) | |
download | gentoo-2-84a3fb8ca01c9770c3c4fadd8893ffec3e407c56.tar.gz gentoo-2-84a3fb8ca01c9770c3c4fadd8893ffec3e407c56.tar.bz2 gentoo-2-84a3fb8ca01c9770c3c4fadd8893ffec3e407c56.zip |
old
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-arcade/briquolo')
-rw-r--r-- | games-arcade/briquolo/briquolo-0.5.ebuild | 31 | ||||
-rw-r--r-- | games-arcade/briquolo/files/digest-briquolo-0.5 | 1 |
2 files changed, 0 insertions, 32 deletions
diff --git a/games-arcade/briquolo/briquolo-0.5.ebuild b/games-arcade/briquolo/briquolo-0.5.ebuild deleted file mode 100644 index d54f06be08db..000000000000 --- a/games-arcade/briquolo/briquolo-0.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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 deleted file mode 100644 index 6385ef72cbbb..000000000000 --- a/games-arcade/briquolo/files/digest-briquolo-0.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 43489dd256d0b91d6efe0fd6defb3c7f briquolo-0.5.tar.bz2 2495042 |