diff options
-rw-r--r-- | games-fps/tribes2/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/tribes2/tribes2-25034.ebuild | 12 | ||||
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild | 7 | ||||
-rw-r--r-- | games-fps/ut2003-demo/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild | 5 | ||||
-rw-r--r-- | games-fps/ut2003/Manifest | 14 |
7 files changed, 36 insertions, 23 deletions
diff --git a/games-fps/tribes2/ChangeLog b/games-fps/tribes2/ChangeLog index d03d8f616342..82805e31e9bb 100644 --- a/games-fps/tribes2/ChangeLog +++ b/games-fps/tribes2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/tribes2 -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/ChangeLog,v 1.10 2005/10/21 17:42:39 wolf31o2 Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/ChangeLog,v 1.11 2006/03/24 22:17:51 wolf31o2 Exp $ + + 24 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> tribes2-25034.ebuild: + Moved games_pkg_postinst to beginning of pkg_postinst. 21 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org> tribes2-25034.ebuild: Added addition dir variable to games_make_wrapper for bug #109793. diff --git a/games-fps/tribes2/tribes2-25034.ebuild b/games-fps/tribes2/tribes2-25034.ebuild index a99fc5637c7e..b443693024a4 100644 --- a/games-fps/tribes2/tribes2-25034.ebuild +++ b/games-fps/tribes2/tribes2-25034.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild,v 1.10 2005/10/21 17:42:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild,v 1.11 2006/03/24 22:17:51 wolf31o2 Exp $ inherit eutils games @@ -59,17 +59,15 @@ src_install() { # we run touch on ${D} so as to make sure portage doesnt do any such thing find ${Ddir} -exec touch '{}' \; - games_make_wrapper t2launch ./t2launch "${dir}" "${dir}" - newicon ${CDROM_ROOT}/icon.xpm tribes2.xpm + games_make_wrapper t2launch ./t2launch "${dir}" "${dir}" + make_desktop_entry t2launch "Tribes 2" tribes2.xpm prepgamesdirs - make_desktop_entry t2launch "Tribes 2" tribes2.xpm } pkg_postinst() { + games_pkg_postinst einfo "To play the game run:" einfo " t2launch" - - games_pkg_postinst } diff --git a/games-fps/ut2003-bonuspack-epic/ChangeLog b/games-fps/ut2003-bonuspack-epic/ChangeLog index 0f546781ec43..b3f078d95412 100644 --- a/games-fps/ut2003-bonuspack-epic/ChangeLog +++ b/games-fps/ut2003-bonuspack-epic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2003-bonuspack-epic -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ChangeLog,v 1.10 2005/10/16 21:54:39 wolf31o2 Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ChangeLog,v 1.11 2006/03/24 22:19:47 wolf31o2 Exp $ + + 24 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> + ut2003-bonuspack-epic-1.ebuild: + Moved games_pkg_postinst to beginning of pkg_postinst. 16 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-bonuspack-epic-1.ebuild: diff --git a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild index ab09afce60d1..0de37835a92d 100644 --- a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild +++ b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild,v 1.10 2005/10/16 21:54:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild,v 1.11 2006/03/24 22:19:47 wolf31o2 Exp $ inherit games @@ -54,6 +54,7 @@ src_install() { } pkg_postinst() { + games_pkg_postinst einfo "You will need to run:" einfo "emerge --config =${CATEGORY}/${PF}" einfo "to make the necessary changes to the system .ini files." @@ -63,8 +64,6 @@ pkg_postinst() { echo einfo "to update their configuration files in their home directory." echo - - games_pkg_postinst } pkg_config() { diff --git a/games-fps/ut2003-demo/ChangeLog b/games-fps/ut2003-demo/ChangeLog index 24e248cd5047..60caee808d41 100644 --- a/games-fps/ut2003-demo/ChangeLog +++ b/games-fps/ut2003-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2003-demo # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-demo/ChangeLog,v 1.18 2006/01/10 16:00:46 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-demo/ChangeLog,v 1.19 2006/03/24 22:21:46 wolf31o2 Exp $ + + 24 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> + ut2003-demo-2206-r3.ebuild: + Moved games_pkg_postinst to beginning of pkg_postinst. 10 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-demo-2206-r3.ebuild: diff --git a/games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild b/games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild index 473a6eee7b36..10e6602f68c9 100644 --- a/games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild +++ b/games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild,v 1.14 2006/01/10 16:00:46 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild,v 1.15 2006/03/24 22:21:46 wolf31o2 Exp $ inherit eutils games @@ -99,6 +99,7 @@ EOT } pkg_postinst() { + games_pkg_postinst einfo "To play the demo run:" einfo " ut2003-demo" echo @@ -113,6 +114,4 @@ pkg_postinst() { ewarn "~/.ut2003demo/System/UT2003.ini file and add a line that says" ewarn "AccessControlClass=crashfix.iaccesscontrolini to your" ewarn "[Engine.GameInfo] section to close a security issue." - - games_pkg_postinst } diff --git a/games-fps/ut2003/Manifest b/games-fps/ut2003/Manifest index 7d79340982f4..070a698eb357 100644 --- a/games-fps/ut2003/Manifest +++ b/games-fps/ut2003/Manifest @@ -1,6 +1,12 @@ -MD5 334a38cfd2b22b0031c2ce52eb9949e8 ChangeLog 6407 -MD5 a470dc2201dba95f91127b7b08c0611f files/digest-ut2003-2225-r3 135 +MD5 cc4fdf7c82f22347151ef6ea05e185b1 ChangeLog 6600 +RMD160 73b20564de86b922ca6ab7e3a3e44a46f06d2062 ChangeLog 6600 +SHA256 e8b8c5cfc9dd6f0aebce06b47c28ac9d605a6504f30e26389de207972c3a8e9f ChangeLog 6600 MD5 9f7815a090aeece7ab2a3df513770ac1 files/digest-ut2003-2225-r4 74 +RMD160 e89585f4b1f887a53a9f1470225b9a86749bf215 files/digest-ut2003-2225-r4 74 +SHA256 f1ece5857ab6b2ea05de628b10b5de665e1c2275265f6a8113a12dcf8e034697 files/digest-ut2003-2225-r4 74 MD5 4b63cb7e7f6443366fdd4f62f588d62a metadata.xml 776 -MD5 59f308217705143bfb1bc9afee18fb2c ut2003-2225-r3.ebuild 6185 -MD5 cd627be5b7ac1272174b47af4f46caad ut2003-2225-r4.ebuild 2852 +RMD160 ae53f05e86d971c7e604cdfe101256f8015f8cbb metadata.xml 776 +SHA256 470317199a5ec1bbd00a911ddf71bde6f6325879210fd70c569d72ba34776f82 metadata.xml 776 +MD5 fdf15ccd5d5ab3a124f73f5b65f2ff07 ut2003-2225-r4.ebuild 2852 +RMD160 4960d57b9f93161149a3e4e168bc4d4fe7ce409c ut2003-2225-r4.ebuild 2852 +SHA256 dc53464de3fddc0f7a5cba3d33df695148f3c9ef6437a24da0096dfe883226df ut2003-2225-r4.ebuild 2852 |