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 | b03b3fffe4b47c328468c73b34895684b123ae82 (patch) | |
tree | 8658c1d6353a2ac2a5d5601e660dbf1e5dcd38b8 /games-arcade/briquolo | |
parent | fix typo; tidy (diff) | |
download | historical-b03b3fffe4b47c328468c73b34895684b123ae82.tar.gz historical-b03b3fffe4b47c328468c73b34895684b123ae82.tar.bz2 historical-b03b3fffe4b47c328468c73b34895684b123ae82.zip |
old
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'games-arcade/briquolo')
-rw-r--r-- | games-arcade/briquolo/Manifest | 2 | ||||
-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 |
3 files changed, 0 insertions, 37 deletions
diff --git a/games-arcade/briquolo/Manifest b/games-arcade/briquolo/Manifest index 6b294ec693eb..5b9ca2c5ffc1 100644 --- a/games-arcade/briquolo/Manifest +++ b/games-arcade/briquolo/Manifest @@ -1,6 +1,4 @@ MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 3a25b53cf1d551c825b58a4fcc8011fc briquolo-0.5.2.ebuild 850 MD5 593b2f8fcd4d0ef7bb2c87e023e3090a ChangeLog 1073 MD5 687138ba8afdf56d5bd76a84b12f6737 briquolo-0.5.3.ebuild 1094 -MD5 b54536b34daeb67415a9bd89f4b91b06 files/digest-briquolo-0.5.2 68 MD5 e73b7dc9a50baa2f6870a58214a5f984 files/digest-briquolo-0.5.3 68 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 |