From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 495FA1381F3 for ; Sun, 25 Nov 2012 17:09:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21F77E044C; Sun, 25 Nov 2012 17:09:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93E3DE044C for ; Sun, 25 Nov 2012 17:09:09 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A76BD33CEF2 for ; Sun, 25 Nov 2012 17:09:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F2A2BE5436 for ; Sun, 25 Nov 2012 17:09:06 +0000 (UTC) From: "Azamat H. Hackimov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Azamat H. Hackimov" Message-ID: <1353863305.9e33b4d64bf4364f7e77d31cdb1df0f298e08fca.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-strategy/revenge-of-the-titans/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-strategy/revenge-of-the-titans/ChangeLog games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.18.ebuild X-VCS-Directories: games-strategy/revenge-of-the-titans/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: 9e33b4d64bf4364f7e77d31cdb1df0f298e08fca X-VCS-Branch: master Date: Sun, 25 Nov 2012 17:09:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2a317ba0-3fe6-4057-bde8-dc32a03f316f X-Archives-Hash: 441b030a1a9a830bb693f9706a990b52 commit: 9e33b4d64bf4364f7e77d31cdb1df0f298e08fca Author: Azamat H. Hackimov gmail com> AuthorDate: Sun Nov 25 17:08:25 2012 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Sun Nov 25 17:08:25 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=9e33b4d6 [games-strategy/revenge-of-the-titans] Silly mistake in variable. Package-Manager: portage-2.1.11.31 Manifest-Sign-Key: A018DE8C --- games-strategy/revenge-of-the-titans/ChangeLog | 5 ++++- .../revenge-of-the-titans-1.80.18.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/games-strategy/revenge-of-the-titans/ChangeLog b/games-strategy/revenge-of-the-titans/ChangeLog index 6a2bc86..32ddf74 100644 --- a/games-strategy/revenge-of-the-titans/ChangeLog +++ b/games-strategy/revenge-of-the-titans/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 25 Nov 2012; Azamat H. Hackimov + revenge-of-the-titans-1.80.18.ebuild: + [games-strategy/revenge-of-the-titans] Silly mistake in variable. + *revenge-of-the-titans-1.80.18 (25 Nov 2012) 25 Nov 2012; Azamat H. Hackimov @@ -74,4 +78,3 @@ Version for HIB package (1.80.4). Supported versions for amd64 and x86. Enjoy with your Titans!! - diff --git a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.18.ebuild b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.18.ebuild index 98ec987..9f4a003 100644 --- a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.18.ebuild +++ b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.18.ebuild @@ -38,10 +38,10 @@ pkg_nofetch() { if use hib ; then local TARBALL if use amd64 ; then - ${TARBALL}=${MY_PN}-HIB-${MY_PV}-amd64.tar.gz + TARBALL="${MY_PN}-HIB-${MY_PV}-amd64.tar.gz" fi if use x86 ; then - ${TARBALL}=${MY_PN}-HIB-${MY_PV}-i386.tar.gz + TARBALL="${MY_PN}-HIB-${MY_PV}-i386.tar.gz" fi einfo "Please download ${TARBALL}" einfo "from your personal page in Humble Indie Bundle #2 site"