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 | 907a89d5fe0ecf8cd798b5133628facc6164fc90 (patch) | |
tree | faf89e20683857b43d277623ed1464236d638b75 /games-arcade/briquolo | |
parent | version bump (diff) | |
download | historical-907a89d5fe0ecf8cd798b5133628facc6164fc90.tar.gz historical-907a89d5fe0ecf8cd798b5133628facc6164fc90.tar.bz2 historical-907a89d5fe0ecf8cd798b5133628facc6164fc90.zip |
old
Package-Manager: portage-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.ebuild | 31 | ||||
-rw-r--r-- | games-arcade/briquolo/files/digest-briquolo-0.5 | 1 |
3 files changed, 0 insertions, 34 deletions
diff --git a/games-arcade/briquolo/Manifest b/games-arcade/briquolo/Manifest index d2c6ad36d7d2..71a4be3a3cf7 100644 --- a/games-arcade/briquolo/Manifest +++ b/games-arcade/briquolo/Manifest @@ -1,6 +1,4 @@ MD5 713f866bdfd62b454ce1247472844899 ChangeLog 778 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 5bf50f0109c37f1115d060e1dd690f81 briquolo-0.5.ebuild 790 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.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 |