public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Azamat H. Hackimov" <winterheart@gentoo.ru>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-strategy/revenge-of-the-titans/
Date: Sun, 25 Nov 2012 17:02:45 +0000 (UTC)	[thread overview]
Message-ID: <1353862937.21938136de892f88ebc47938ff03b41115705834.winterheart@gentoo> (raw)

commit:     21938136de892f88ebc47938ff03b41115705834
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sun Nov 25 17:02:17 2012 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sun Nov 25 17:02:17 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=21938136

[games-strategy/revenge-of-the-titans] Version bump to 1.80.18, remove old.

Package-Manager: portage-2.1.11.31
Manifest-Sign-Key: A018DE8C

---
 games-strategy/revenge-of-the-titans/ChangeLog     |    7 +++++++
 ...ebuild => revenge-of-the-titans-1.80.18.ebuild} |   20 +++++++++++---------
 2 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/games-strategy/revenge-of-the-titans/ChangeLog b/games-strategy/revenge-of-the-titans/ChangeLog
index dce0a00..6a2bc86 100644
--- a/games-strategy/revenge-of-the-titans/ChangeLog
+++ b/games-strategy/revenge-of-the-titans/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*revenge-of-the-titans-1.80.18 (25 Nov 2012)
+
+  25 Nov 2012; Azamat H. Hackimov <azamat.hackimov@gmail.com>
+  -revenge-of-the-titans-1.80.15.1.ebuild,
+  +revenge-of-the-titans-1.80.18.ebuild:
+  [games-strategy/revenge-of-the-titans] Version bump to 1.80.18, remove old.
+
 *revenge-of-the-titans-1.80.15.1 (03 Jun 2012)
 
   03 Jun 2012; Azamat H. Hackimov <azamat.hackimov@gmail.com> metadata.xml,

diff --git a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.15.1.ebuild b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.18.ebuild
similarity index 70%
rename from games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.15.1.ebuild
rename to games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.18.ebuild
index dcd8d7b..98ec987 100644
--- a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.15.1.ebuild
+++ b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.18.ebuild
@@ -2,11 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=5
 
 inherit games java-pkg-2 versionator
 
-MY_PN=revengeofthetitans
+MY_PN=RevengeOfTheTitans
 # Divide second subversion by 10, i.e. 1.80.10 => 1810
 #MY_PV=$(version_format_string '${1}$((${2} / 10))${3}')
 MY_PV=$(delete_all_version_separators)
@@ -14,11 +14,11 @@ MY_PV=$(delete_all_version_separators)
 DESCRIPTION="Defeat the returning Titan horde in a series of epic ground battles."
 HOMEPAGE="http://www.puppygames.net/revenge-of-the-titans/"
 SRC_URI="hib? (
-	amd64? ( RevengeOfTheTitans-HIB-${MY_PV}-amd64.tar.gz )
-	x86? ( RevengeOfTheTitans-HIB-${MY_PV}-i386.tar.gz ) )
+	amd64? ( ${MY_PN}-HIB-${MY_PV}-amd64.tar.gz )
+	x86? ( ${MY_PN}-HIB-${MY_PV}-i386.tar.gz ) )
 	!hib? (
-	amd64? ( http://d4ec1k3inlcla.cloudfront.net/RevengeOfTheTitans-amd64.tar.gz -> ${P}-amd64.tar.gz )
-	x86? ( http://d4ec1k3inlcla.cloudfront.net/RevengeOfTheTitans-i386.tar.gz -> ${P}-i386.tar.gz )	)"
+	amd64? ( http://d4ec1k3inlcla.cloudfront.net/${MY_PN}-amd64.tar.gz -> ${P}-amd64.tar.gz )
+	x86? ( http://d4ec1k3inlcla.cloudfront.net/${MY_PN}-i386.tar.gz -> ${P}-i386.tar.gz )	)"
 
 LICENSE="as-is"
 SLOT="0"
@@ -32,16 +32,18 @@ DEPEND=""
 RESTRICT="mirror strip"
 
 dir="${GAMES_PREFIX_OPT}/${MY_PN}"
-S="${WORKDIR}/${MY_PN}"
+S="${WORKDIR}/revengeofthetitans"
 
 pkg_nofetch() {
 	if use hib ; then
+		local TARBALL
 		if use amd64 ; then
-			einfo "Please download RevengeOfTheTitans-HIB-${MY_PV}-amd64.tar.gz"
+			${TARBALL}=${MY_PN}-HIB-${MY_PV}-amd64.tar.gz
 		fi
 		if use x86 ; then
-			einfo "Please download RevengeOfTheTitans-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"
 		einfo "(http://www.humblebundle.com) and place it in ${DISTDIR}"
 	fi


             reply	other threads:[~2012-11-25 17:02 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-25 17:02 Azamat H. Hackimov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-03-04  0:08 [gentoo-commits] proj/gamerlay:master commit in: games-strategy/revenge-of-the-titans/ Azamat H. Hackimov
2013-01-04 16:47 Azamat H. Hackimov
2012-11-25 17:09 Azamat H. Hackimov
2012-06-03 16:05 Azamat H. Hackimov
2011-06-12 14:46 Azamat H. Hackimov
2011-04-13 16:42 Azamat H. Hackimov
2011-03-13  5:05 Azamat H. Hackimov
2011-03-07 13:27 Azamat H. Hackimov
2011-03-02 16:16 Azamat H. Hackimov
2011-02-27 23:01 Azamat H. Hackimov
2011-02-23 22:06 Azamat H. Hackimov
2011-02-21 21:03 Azamat H. Hackimov
2011-02-20 18:56 Azamat H. Hackimov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1353862937.21938136de892f88ebc47938ff03b41115705834.winterheart@gentoo \
    --to=winterheart@gentoo.ru \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox