summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-11 22:08:21 +0000
committerMike Frysinger <vapier@gentoo.org>2005-06-11 22:08:21 +0000
commit2909ad9ddc1e76bcbe018d9d912121dafd7530cf (patch)
tree82eced90c8f38126bd8b15ea706a88fc1cab3fb7 /games-action
parentFix g/bsd compatibility, bug 95468. (diff)
downloadhistorical-2909ad9ddc1e76bcbe018d9d912121dafd7530cf.tar.gz
historical-2909ad9ddc1e76bcbe018d9d912121dafd7530cf.tar.bz2
historical-2909ad9ddc1e76bcbe018d9d912121dafd7530cf.zip
touchups
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'games-action')
-rw-r--r--games-action/armagetron/Manifest4
-rw-r--r--games-action/armagetronad/armagetronad-0.2.7.1.ebuild10
2 files changed, 6 insertions, 8 deletions
diff --git a/games-action/armagetron/Manifest b/games-action/armagetron/Manifest
index d27dda5c1541..da3efcd60724 100644
--- a/games-action/armagetron/Manifest
+++ b/games-action/armagetron/Manifest
@@ -1,9 +1,5 @@
MD5 4331a4cb05e06151c5af8d942f64bcf5 ChangeLog 3304
MD5 1f662d32eb194adfdb310860814d6251 armagetron-0.2.6.1.ebuild 1426
MD5 18f4639411b07b64d8b764c6af213eb5 metadata.xml 283
-MD5 f6d52335e23ada7539415715bffbf1dd armagetron-0.2.6.0.ebuild 1812
MD5 c7df1b3501799155a9216e06be65be48 files/armagetron-0.2.6.1.sh 368
-MD5 c3f60ccaa75a462e14fa0bca9633a2e3 files/armagetron-0.2.4-r1.sh 358
MD5 af924b816d9b00d4bed102bebaf9c8a3 files/digest-armagetron-0.2.6.1 194
-MD5 51635e129293b0d044d43c423a71b1d2 files/digest-armagetron-0.2.6.0 194
-MD5 b1283f2afd817f0c7e712fca4ba17d4e files/0.2.6.0-64bit.patch 3109
diff --git a/games-action/armagetronad/armagetronad-0.2.7.1.ebuild b/games-action/armagetronad/armagetronad-0.2.7.1.ebuild
index 41909ab978fa..3e46fc1c8645 100644
--- a/games-action/armagetronad/armagetronad-0.2.7.1.ebuild
+++ b/games-action/armagetronad/armagetronad-0.2.7.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/armagetronad/armagetronad-0.2.7.1.ebuild,v 1.1 2005/06/09 17:11:20 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/armagetronad/armagetronad-0.2.7.1.ebuild,v 1.2 2005/06/11 22:08:21 vapier Exp $
inherit flag-o-matic eutils games
@@ -10,11 +10,12 @@ HOMEPAGE="http://armagetronad.sourceforge.net/"
SRC_URI="mirror://sourceforge/armagetronad/${P}.tar.bz2
opengl? (
http://armagetron.sourceforge.net/addons/moviesounds_fq.zip
- http://armagetron.sourceforge.net/addons/moviepack.zip )"
+ http://armagetron.sourceforge.net/addons/moviepack.zip
+ )"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~ppc ~x86"
IUSE="dedicated opengl"
RDEPEND="sys-libs/zlib
@@ -23,7 +24,8 @@ RDEPEND="sys-libs/zlib
virtual/opengl
media-libs/libsdl
media-libs/sdl-image
- media-libs/libpng )"
+ media-libs/libpng
+ )"
DEPEND="${RDEPEND}
app-arch/unzip"