diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-11-21 20:29:58 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-11-21 20:29:58 +0000 |
commit | bbfc63ab71b7fde0fbb90563bdc8ea151e68c2e4 (patch) | |
tree | 9c8260277d31bdacd99813a06f6cf8bc53c29a55 /games-fps | |
parent | Added -fsigned-char to fix bug #98813. (diff) | |
download | historical-bbfc63ab71b7fde0fbb90563bdc8ea151e68c2e4.tar.gz historical-bbfc63ab71b7fde0fbb90563bdc8ea151e68c2e4.tar.bz2 historical-bbfc63ab71b7fde0fbb90563bdc8ea151e68c2e4.zip |
Fixed inherit order.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/cube/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/cube/Manifest | 12 | ||||
-rw-r--r-- | games-fps/cube/cube-20040522.ebuild | 4 | ||||
-rw-r--r-- | games-fps/cube/cube-20050829.ebuild | 4 |
4 files changed, 15 insertions, 11 deletions
diff --git a/games-fps/cube/ChangeLog b/games-fps/cube/ChangeLog index be0ef014c836..ccd1589b9d93 100644 --- a/games-fps/cube/ChangeLog +++ b/games-fps/cube/ChangeLog @@ -1,6 +1,10 @@ # 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.11 2005/11/21 20:20:34 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/ChangeLog,v 1.12 2005/11/21 20:29:58 josejx Exp $ + + 21 Nov 2005; Joseph Jezak <josejx@gentoo.org> cube-20040522.ebuild, + cube-20050829.ebuild: + Fixed the order of the inherit line. 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 d4a313179bc8..5d7d4f950269 100644 --- a/games-fps/cube/Manifest +++ b/games-fps/cube/Manifest @@ -1,9 +1,9 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 c858adf8e5a8f14d066a88b7e8194fa1 ChangeLog 1794 -MD5 2b5c199aad5bac7a0640d22ff9952c61 cube-20040522.ebuild 2848 -MD5 1fb5978d2152e87ce53c5253749d122e cube-20050829.ebuild 2859 +MD5 a11142626ada4de423f6e452db97a5e5 ChangeLog 1928 +MD5 d391e427e8d9a1be43df021ded342ae1 cube-20040522.ebuild 2848 +MD5 b81c85d916c6378ea411ba73c57b4721 cube-20050829.ebuild 2859 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 @@ -15,7 +15,7 @@ MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDgiwzcsIHjyDViGQRAuWiAJ9Uh7y6+H8VtO7QqKyZ7A703ILJoQCgwOrN -7g8o3k80LSaockt6U2pEjmU= -=o6V9 +iD8DBQFDgi5tcsIHjyDViGQRArKlAJ0U+hH3rDZJkKttNLNZbgL1YYu8cQCfUakm +JV8GIMBViTCp49LSiPER+6M= +=pM+3 -----END PGP SIGNATURE----- diff --git a/games-fps/cube/cube-20040522.ebuild b/games-fps/cube/cube-20040522.ebuild index 7a557e2d45a8..6fad5e8beccc 100644 --- a/games-fps/cube/cube-20040522.ebuild +++ b/games-fps/cube/cube-20040522.ebuild @@ -1,8 +1,8 @@ # 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-20040522.ebuild,v 1.7 2005/11/21 20:20:34 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/cube-20040522.ebuild,v 1.8 2005/11/21 20:29:58 josejx Exp $ -inherit eutils games flag-o-matic +inherit eutils flag-o-matic games MY_PV="2004_05_22" MY_P=${PN}_${MY_PV} diff --git a/games-fps/cube/cube-20050829.ebuild b/games-fps/cube/cube-20050829.ebuild index 31c159ad305c..cac6f7a75068 100644 --- a/games-fps/cube/cube-20050829.ebuild +++ b/games-fps/cube/cube-20050829.ebuild @@ -1,8 +1,8 @@ # 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.2 2005/11/21 20:20:34 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/cube/cube-20050829.ebuild,v 1.3 2005/11/21 20:29:58 josejx Exp $ -inherit eutils games flag-o-matic +inherit eutils flag-o-matic games MY_PV=${PV:0:4}_${PV:4:2}_${PV:6:2} MY_P=${PN}_${MY_PV} |