diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-13 20:22:08 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-13 20:22:08 +0000 |
commit | f98b0b2c4f2cf7f0eec7144ad22286d52eef3bab (patch) | |
tree | d181ce6f8096d75fb7dd4293d28021bfcb41338f /games-arcade/thinktanks-demo | |
parent | Moved games-arcade/thinktanksdemo to games-arcade/thinktanks-demo (diff) | |
download | historical-f98b0b2c4f2cf7f0eec7144ad22286d52eef3bab.tar.gz historical-f98b0b2c4f2cf7f0eec7144ad22286d52eef3bab.tar.bz2 historical-f98b0b2c4f2cf7f0eec7144ad22286d52eef3bab.zip |
Fixed thinktanksdemo/thinktanks-demo thanks to stupid epkgmove.
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'games-arcade/thinktanks-demo')
-rw-r--r-- | games-arcade/thinktanks-demo/ChangeLog | 6 | ||||
-rw-r--r-- | games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/games-arcade/thinktanks-demo/ChangeLog b/games-arcade/thinktanks-demo/ChangeLog index 5c3e8f761271..b13549634da6 100644 --- a/games-arcade/thinktanks-demo/ChangeLog +++ b/games-arcade/thinktanks-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/thinktanksdemo # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog,v 1.1 2006/04/13 20:19:00 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog,v 1.2 2006/04/13 20:22:08 wolf31o2 Exp $ + + 13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> + thinktanks-demo-1.1.ebuild: + Fixed thinktanksdemo/thinktanks-demo thanks to stupid epkgmove. *thinktanks-demo-1.1 (13 Apr 2006) diff --git a/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild b/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild index 385363541cac..fc77f4c33cb3 100644 --- a/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild +++ b/games-arcade/thinktanks-demo/thinktanks-demo-1.1.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-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild,v 1.1 2006/04/13 20:19:00 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild,v 1.2 2006/04/13 20:22:08 wolf31o2 Exp $ inherit eutils games @@ -15,13 +15,9 @@ IUSE="" DEPEND="" +GAMES_CHECK_LICENSE="yes" S=${WORKDIR} -pkg_setup() { - check_license THINKTANKS - games_pkg_setup -} - src_unpack() { unpack_makeself } @@ -34,7 +30,7 @@ src_install() { exeinto ${dir} doexe bin/Linux/x86/thinktanksdemo - dosym ${dir}/thinktanksdemo ${GAMES_BINDIR}/thinktanksdemo + dosym ${dir}/thinktanksdemo ${GAMES_BINDIR}/thinktanks-demo insinto ${dir} doins icon.xpm |