diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-28 23:02:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-28 23:02:15 +0000 |
commit | 8a4f3970189623f6d540c64e65fcd5c5fca0411f (patch) | |
tree | 2db742abe80e562343a3ebf90cd3ccefdd8c260d /games-fps/cube | |
parent | Removed unneccesary ppc-macos hack. (Bug #115740) (diff) | |
download | gentoo-2-8a4f3970189623f6d540c64e65fcd5c5fca0411f.tar.gz gentoo-2-8a4f3970189623f6d540c64e65fcd5c5fca0411f.tar.bz2 gentoo-2-8a4f3970189623f6d540c64e65fcd5c5fca0411f.zip |
stable for x86
(Portage version: 2.0.53)
Diffstat (limited to 'games-fps/cube')
-rw-r--r-- | games-fps/cube/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/cube/cube-20050829.ebuild | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games-fps/cube/ChangeLog b/games-fps/cube/ChangeLog index ccd1589b9d93..d179d41ff410 100644 --- a/games-fps/cube/ChangeLog +++ b/games-fps/cube/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/cube # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/ChangeLog,v 1.12 2005/11/21 20:29:58 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/ChangeLog,v 1.13 2005/12/28 23:02:15 mr_bones_ Exp $ + + 28 Dec 2005; Michael Sterrett <mr_bones_@gentoo.org> cube-20050829.ebuild: + stable for x86 21 Nov 2005; Joseph Jezak <josejx@gentoo.org> cube-20040522.ebuild, cube-20050829.ebuild: diff --git a/games-fps/cube/cube-20050829.ebuild b/games-fps/cube/cube-20050829.ebuild index cac6f7a75068..1b2972e42e69 100644 --- a/games-fps/cube/cube-20050829.ebuild +++ b/games-fps/cube/cube-20050829.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-fps/cube/cube-20050829.ebuild,v 1.3 2005/11/21 20:29:58 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/cube-20050829.ebuild,v 1.4 2005/12/28 23:02:15 mr_bones_ Exp $ inherit eutils flag-o-matic games @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/cube/${MY_P}_unix.tar.gz LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" +KEYWORDS="~amd64 ~hppa ~ppc x86" IUSE="dedicated" RDEPEND="virtual/opengl @@ -24,8 +24,7 @@ RDEPEND="virtual/opengl sys-libs/zlib media-libs/libpng" DEPEND="${RDEPEND} - app-arch/unzip - >=sys-apps/sed-4" + app-arch/unzip" S=${WORKDIR}/cube_source S_BIN=${WORKDIR}/cube @@ -72,7 +71,7 @@ src_install() { cd "${S_BIN}" insinto "${CUBE_DATADIR}" - doins -r *.cfg data packages || die "cp failed" + doins -r *.cfg data packages || die "doins failed" dohtml -r docs readme.html if [[ ${ARCH} == "x86" ]] ; then |