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 | 6ea773497e720fae31519452d1b62299d0b65f32 (patch) | |
tree | 16a30cec7d90a15fe006a20f977be1a29d5fab26 /games-fps/cube | |
parent | Removed unneccesary ppc-macos hack. (Bug #115740) (diff) | |
download | historical-6ea773497e720fae31519452d1b62299d0b65f32.tar.gz historical-6ea773497e720fae31519452d1b62299d0b65f32.tar.bz2 historical-6ea773497e720fae31519452d1b62299d0b65f32.zip |
stable for x86
Package-Manager: portage-2.0.53
Diffstat (limited to 'games-fps/cube')
-rw-r--r-- | games-fps/cube/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/cube/Manifest | 14 | ||||
-rw-r--r-- | games-fps/cube/cube-20050829.ebuild | 9 |
3 files changed, 10 insertions, 18 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/Manifest b/games-fps/cube/Manifest index 5d7d4f950269..1e9dadff3ac8 100644 --- a/games-fps/cube/Manifest +++ b/games-fps/cube/Manifest @@ -1,9 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 a11142626ada4de423f6e452db97a5e5 ChangeLog 1928 +MD5 8e6d54d67715a55b2c6d4c340fc6c505 ChangeLog 2026 MD5 d391e427e8d9a1be43df021ded342ae1 cube-20040522.ebuild 2848 -MD5 b81c85d916c6378ea411ba73c57b4721 cube-20050829.ebuild 2859 +MD5 6494776b490645d5f0931f4c94a73702 cube-20050829.ebuild 2846 MD5 0065c156760f7881f90a23993a89343d files/20040522-compile-fixes.patch 518 MD5 f57600187e8eaa8d782ffd82c4aca198 files/20040522-gentoo-paths.patch 1423 MD5 7ea8bd7da2fe80fdf9628413c1c1ac09 files/cube-20050829-gentoo-paths.patch 1282 @@ -12,10 +9,3 @@ MD5 fa21f6283022cf16fb521d15cd55b52d files/cube_server-bin 64 MD5 aeaa776eba3ed9e2b7938d190a8361b1 files/digest-cube-20040522 69 MD5 fc22170f4e66a9c100254a281c8871a8 files/digest-cube-20050829 142 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDgi5tcsIHjyDViGQRArKlAJ0U+hH3rDZJkKttNLNZbgL1YYu8cQCfUakm -JV8GIMBViTCp49LSiPER+6M= -=pM+3 ------END PGP SIGNATURE----- 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 |