diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-27 02:12:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-27 02:12:01 +0000 |
commit | c2698723bbad26a442ed1bcec5fbbf1e600b53fd (patch) | |
tree | c7ff995fc7dc79521544d7c5246edfa39123188b /games-arcade/briquolo | |
parent | fix typo; tidy (diff) | |
download | gentoo-2-c2698723bbad26a442ed1bcec5fbbf1e600b53fd.tar.gz gentoo-2-c2698723bbad26a442ed1bcec5fbbf1e600b53fd.tar.bz2 gentoo-2-c2698723bbad26a442ed1bcec5fbbf1e600b53fd.zip |
old
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-arcade/briquolo')
-rw-r--r-- | games-arcade/briquolo/briquolo-0.5.2.ebuild | 34 | ||||
-rw-r--r-- | games-arcade/briquolo/files/digest-briquolo-0.5.2 | 1 |
2 files changed, 0 insertions, 35 deletions
diff --git a/games-arcade/briquolo/briquolo-0.5.2.ebuild b/games-arcade/briquolo/briquolo-0.5.2.ebuild deleted file mode 100644 index f3e52d8778a1..000000000000 --- a/games-arcade/briquolo/briquolo-0.5.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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.5.2.ebuild,v 1.1 2005/03/01 23:16:24 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="~amd64 x86" -IUSE="nls" - -DEPEND="virtual/opengl - media-libs/libsdl - media-libs/sdl-mixer - media-libs/sdl-ttf - media-libs/libpng - nls? ( sys-devel/gettext )" - -src_compile() { - egamesconf \ - --disable-dependency-tracking \ - $(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.2 b/games-arcade/briquolo/files/digest-briquolo-0.5.2 deleted file mode 100644 index b2a6621b8daf..000000000000 --- a/games-arcade/briquolo/files/digest-briquolo-0.5.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 c6f9d255ff3dde62caa9e4830cae7526 briquolo-0.5.2.tar.bz2 2548510 |