public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/revenge-of-the-titans/
@ 2011-02-20 18:56 Azamat H. Hackimov
  0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2011-02-20 18:56 UTC (permalink / raw
  To: gentoo-commits

commit:     1234bffd2d4c19a1ca60de9b009e6067186ac0c1
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sun Feb 20 18:55:39 2011 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sun Feb 20 18:55:39 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=1234bffd

[games-strategy/revenge-of-the-titans] Version for HIB package (1.80.4).
Supported versions for amd64 and x86.
Enjoy with your Titans!!

(Portage version: 2.1.9.25/git/Linux x86_64, unsigned Manifest commit)

---
 games-strategy/revenge-of-the-titans/metadata.xml  |   12 +++++
 .../revenge-of-the-titans-1.80.4.ebuild            |   44 ++++++++++++++++++++
 2 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/games-strategy/revenge-of-the-titans/metadata.xml b/games-strategy/revenge-of-the-titans/metadata.xml
new file mode 100644
index 0000000..b8fe539
--- /dev/null
+++ b/games-strategy/revenge-of-the-titans/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+<email>azamat.hackimov@gmail.com</email>
+<name>Azamat H. Hackimov</name>
+</maintainer>
+<longdescription lang="en">
+Defeat the returning Titan horde in a series of epic ground battles.
+</longdescription>
+</pkgmetadata>

diff --git a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.4.ebuild b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.4.ebuild
new file mode 100644
index 0000000..737263c
--- /dev/null
+++ b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+inherit games java-pkg-2 versionator
+
+MY_PN=revengeofthetitans
+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="amd64? ( RevengeOfTheTitans-HIB-${MY_PV}-amd64.tar.gz )
+	x86? ( RevengeOfTheTitans-HIB-${MY_PV}-i386.tar.gz )"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=virtual/jre-1.6
+	virtual/opengl"
+DEPEND=""
+
+RESTRICT="mirror strip"
+
+dir="${GAMES_PREFIX_OPT}/${MY_PN}"
+S="${WORKDIR}/${MY_PN}"
+
+src_install() {
+	insinto "${dir}"
+	doins *.jar || die "doins jar"
+
+	exeinto "${dir}"
+	doexe *.so revenge.sh || die "doexe"
+
+	games_make_wrapper ${PN} ./revenge.sh "${dir}" "${dir}"
+	doicon revenge.png
+	make_desktop_entry ${PN} "Revenge of the Titans" revenge
+
+	prepgamesdirs
+}



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/revenge-of-the-titans/
@ 2011-02-21 21:03 Azamat H. Hackimov
  0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2011-02-21 21:03 UTC (permalink / raw
  To: gentoo-commits

commit:     93cb8ac18e9a5f2d82e580c12de3153c0182473b
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Feb 21 21:03:33 2011 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Mon Feb 21 21:03:33 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=93cb8ac1

[games-strategy/revenge-of-the-titans] Fetch restricted.

(Portage version: 2.1.9.25/git/Linux x86_64, unsigned Manifest commit)

---
 .../revenge-of-the-titans-1.80.4.ebuild            |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.4.ebuild b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.4.ebuild
index 737263c..f76ed22 100644
--- a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.4.ebuild
+++ b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.4.ebuild
@@ -24,7 +24,7 @@ RDEPEND=">=virtual/jre-1.6
 	virtual/opengl"
 DEPEND=""
 
-RESTRICT="mirror strip"
+RESTRICT="fetch strip"
 
 dir="${GAMES_PREFIX_OPT}/${MY_PN}"
 S="${WORKDIR}/${MY_PN}"



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/revenge-of-the-titans/
@ 2011-02-23 22:06 Azamat H. Hackimov
  0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2011-02-23 22:06 UTC (permalink / raw
  To: gentoo-commits

commit:     b12e5b683307089345330f525d91608a6042135c
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Wed Feb 23 22:06:05 2011 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Wed Feb 23 22:06:05 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=b12e5b68

[games-strategy/revenge-of-the-titans] New version 1.80.5.
Added nofetch_pkg() for small instructions.

(Portage version: 2.1.9.25/git/Linux x86_64, unsigned Manifest commit)

---
 .../revenge-of-the-titans-1.80.4.ebuild            |   11 +++++++++++
 ....ebuild => revenge-of-the-titans-1.80.5.ebuild} |   11 +++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.4.ebuild b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.4.ebuild
index f76ed22..2774593 100644
--- a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.4.ebuild
+++ b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.4.ebuild
@@ -29,6 +29,17 @@ RESTRICT="fetch strip"
 dir="${GAMES_PREFIX_OPT}/${MY_PN}"
 S="${WORKDIR}/${MY_PN}"
 
+pkg_nofetch() {
+	if use amd64 ; then
+		einfo "Please download RevengeOfTheTitans-HIB-${MY_PV}-amd64.tar.gz"
+	fi
+	if use x86 ; then
+		einfo "Please download RevengeOfTheTitans-HIB-${MY_PV}-i386.tar.gz"
+	fi
+	einfo "from your personal page in Humble Indie Bundle #2 site"
+	einfo "(http://www.humblebundle.com) and place it in ${DISTDIR}"
+}
+
 src_install() {
 	insinto "${dir}"
 	doins *.jar || die "doins jar"

diff --git a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.4.ebuild b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.5.ebuild
similarity index 74%
copy from games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.4.ebuild
copy to games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.5.ebuild
index f76ed22..2774593 100644
--- a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.4.ebuild
+++ b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.5.ebuild
@@ -29,6 +29,17 @@ RESTRICT="fetch strip"
 dir="${GAMES_PREFIX_OPT}/${MY_PN}"
 S="${WORKDIR}/${MY_PN}"
 
+pkg_nofetch() {
+	if use amd64 ; then
+		einfo "Please download RevengeOfTheTitans-HIB-${MY_PV}-amd64.tar.gz"
+	fi
+	if use x86 ; then
+		einfo "Please download RevengeOfTheTitans-HIB-${MY_PV}-i386.tar.gz"
+	fi
+	einfo "from your personal page in Humble Indie Bundle #2 site"
+	einfo "(http://www.humblebundle.com) and place it in ${DISTDIR}"
+}
+
 src_install() {
 	insinto "${dir}"
 	doins *.jar || die "doins jar"



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/revenge-of-the-titans/
@ 2011-02-27 23:01 Azamat H. Hackimov
  0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2011-02-27 23:01 UTC (permalink / raw
  To: gentoo-commits

commit:     efa9f777b7837b2343fa6ad8ff158c194431b4a9
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sun Feb 27 23:00:51 2011 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sun Feb 27 23:00:51 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=efa9f777

[games-strategy/revenge-of-the-titans] Version bump to 1.80.6

(Portage version: 2.1.9.25/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)

---
 .../revenge-of-the-titans-1.80.6.ebuild            |   55 ++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)

diff --git a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.6.ebuild b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.6.ebuild
new file mode 100644
index 0000000..2774593
--- /dev/null
+++ b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.6.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+inherit games java-pkg-2 versionator
+
+MY_PN=revengeofthetitans
+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="amd64? ( RevengeOfTheTitans-HIB-${MY_PV}-amd64.tar.gz )
+	x86? ( RevengeOfTheTitans-HIB-${MY_PV}-i386.tar.gz )"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=virtual/jre-1.6
+	virtual/opengl"
+DEPEND=""
+
+RESTRICT="fetch strip"
+
+dir="${GAMES_PREFIX_OPT}/${MY_PN}"
+S="${WORKDIR}/${MY_PN}"
+
+pkg_nofetch() {
+	if use amd64 ; then
+		einfo "Please download RevengeOfTheTitans-HIB-${MY_PV}-amd64.tar.gz"
+	fi
+	if use x86 ; then
+		einfo "Please download RevengeOfTheTitans-HIB-${MY_PV}-i386.tar.gz"
+	fi
+	einfo "from your personal page in Humble Indie Bundle #2 site"
+	einfo "(http://www.humblebundle.com) and place it in ${DISTDIR}"
+}
+
+src_install() {
+	insinto "${dir}"
+	doins *.jar || die "doins jar"
+
+	exeinto "${dir}"
+	doexe *.so revenge.sh || die "doexe"
+
+	games_make_wrapper ${PN} ./revenge.sh "${dir}" "${dir}"
+	doicon revenge.png
+	make_desktop_entry ${PN} "Revenge of the Titans" revenge
+
+	prepgamesdirs
+}



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/revenge-of-the-titans/
@ 2011-03-02 16:16 Azamat H. Hackimov
  0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2011-03-02 16:16 UTC (permalink / raw
  To: gentoo-commits

commit:     095824b1c8b27ed64513cfd67836486346595cee
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Wed Mar  2 16:16:01 2011 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Wed Mar  2 16:16:01 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=095824b1

[games-strategy/revenge-of-the-titans] Version bump to 1.80.7.

(Portage version: 2.1.9.25/git/Linux x86_64, unsigned Manifest commit)

---
 .../revenge-of-the-titans-1.80.7.ebuild            |   55 ++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)

diff --git a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.7.ebuild b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.7.ebuild
new file mode 100644
index 0000000..2774593
--- /dev/null
+++ b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.7.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+inherit games java-pkg-2 versionator
+
+MY_PN=revengeofthetitans
+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="amd64? ( RevengeOfTheTitans-HIB-${MY_PV}-amd64.tar.gz )
+	x86? ( RevengeOfTheTitans-HIB-${MY_PV}-i386.tar.gz )"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=virtual/jre-1.6
+	virtual/opengl"
+DEPEND=""
+
+RESTRICT="fetch strip"
+
+dir="${GAMES_PREFIX_OPT}/${MY_PN}"
+S="${WORKDIR}/${MY_PN}"
+
+pkg_nofetch() {
+	if use amd64 ; then
+		einfo "Please download RevengeOfTheTitans-HIB-${MY_PV}-amd64.tar.gz"
+	fi
+	if use x86 ; then
+		einfo "Please download RevengeOfTheTitans-HIB-${MY_PV}-i386.tar.gz"
+	fi
+	einfo "from your personal page in Humble Indie Bundle #2 site"
+	einfo "(http://www.humblebundle.com) and place it in ${DISTDIR}"
+}
+
+src_install() {
+	insinto "${dir}"
+	doins *.jar || die "doins jar"
+
+	exeinto "${dir}"
+	doexe *.so revenge.sh || die "doexe"
+
+	games_make_wrapper ${PN} ./revenge.sh "${dir}" "${dir}"
+	doicon revenge.png
+	make_desktop_entry ${PN} "Revenge of the Titans" revenge
+
+	prepgamesdirs
+}



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/revenge-of-the-titans/
@ 2011-03-07 13:27 Azamat H. Hackimov
  0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2011-03-07 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     b6ebfb2ab177993edd6851f1fd99eb90e0ffda0d
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Mar  7 13:26:19 2011 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Mon Mar  7 13:26:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=b6ebfb2a

[games-strategy/revenge-of-the-titans] New version 1.80.9. Removing old.

(Portage version: 2.1.9.25/git/Linux x86_64, unsigned Manifest commit)

---
 .../revenge-of-the-titans-1.80.5.ebuild            |   55 --------------------
 .../revenge-of-the-titans-1.80.6.ebuild            |   55 --------------------
 ....ebuild => revenge-of-the-titans-1.80.9.ebuild} |    0
 3 files changed, 0 insertions(+), 110 deletions(-)

diff --git a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.5.ebuild b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.5.ebuild
deleted file mode 100644
index 2774593..0000000
--- a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.5.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit games java-pkg-2 versionator
-
-MY_PN=revengeofthetitans
-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="amd64? ( RevengeOfTheTitans-HIB-${MY_PV}-amd64.tar.gz )
-	x86? ( RevengeOfTheTitans-HIB-${MY_PV}-i386.tar.gz )"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.6
-	virtual/opengl"
-DEPEND=""
-
-RESTRICT="fetch strip"
-
-dir="${GAMES_PREFIX_OPT}/${MY_PN}"
-S="${WORKDIR}/${MY_PN}"
-
-pkg_nofetch() {
-	if use amd64 ; then
-		einfo "Please download RevengeOfTheTitans-HIB-${MY_PV}-amd64.tar.gz"
-	fi
-	if use x86 ; then
-		einfo "Please download RevengeOfTheTitans-HIB-${MY_PV}-i386.tar.gz"
-	fi
-	einfo "from your personal page in Humble Indie Bundle #2 site"
-	einfo "(http://www.humblebundle.com) and place it in ${DISTDIR}"
-}
-
-src_install() {
-	insinto "${dir}"
-	doins *.jar || die "doins jar"
-
-	exeinto "${dir}"
-	doexe *.so revenge.sh || die "doexe"
-
-	games_make_wrapper ${PN} ./revenge.sh "${dir}" "${dir}"
-	doicon revenge.png
-	make_desktop_entry ${PN} "Revenge of the Titans" revenge
-
-	prepgamesdirs
-}

diff --git a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.6.ebuild b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.6.ebuild
deleted file mode 100644
index 2774593..0000000
--- a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.6.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit games java-pkg-2 versionator
-
-MY_PN=revengeofthetitans
-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="amd64? ( RevengeOfTheTitans-HIB-${MY_PV}-amd64.tar.gz )
-	x86? ( RevengeOfTheTitans-HIB-${MY_PV}-i386.tar.gz )"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.6
-	virtual/opengl"
-DEPEND=""
-
-RESTRICT="fetch strip"
-
-dir="${GAMES_PREFIX_OPT}/${MY_PN}"
-S="${WORKDIR}/${MY_PN}"
-
-pkg_nofetch() {
-	if use amd64 ; then
-		einfo "Please download RevengeOfTheTitans-HIB-${MY_PV}-amd64.tar.gz"
-	fi
-	if use x86 ; then
-		einfo "Please download RevengeOfTheTitans-HIB-${MY_PV}-i386.tar.gz"
-	fi
-	einfo "from your personal page in Humble Indie Bundle #2 site"
-	einfo "(http://www.humblebundle.com) and place it in ${DISTDIR}"
-}
-
-src_install() {
-	insinto "${dir}"
-	doins *.jar || die "doins jar"
-
-	exeinto "${dir}"
-	doexe *.so revenge.sh || die "doexe"
-
-	games_make_wrapper ${PN} ./revenge.sh "${dir}" "${dir}"
-	doicon revenge.png
-	make_desktop_entry ${PN} "Revenge of the Titans" revenge
-
-	prepgamesdirs
-}

diff --git a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.4.ebuild b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.9.ebuild
similarity index 100%
rename from games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.4.ebuild
rename to games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.9.ebuild



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/revenge-of-the-titans/
@ 2011-03-13  5:05 Azamat H. Hackimov
  0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2011-03-13  5:05 UTC (permalink / raw
  To: gentoo-commits

commit:     2b22b6676280ebfda5b8c150bf5cf58dfd23e622
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sun Mar 13 05:04:02 2011 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sun Mar 13 05:04:02 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=2b22b667

[games-strategy/revenge-of-the-titans] Version bump to 1.80.10

(Portage version: 2.1.9.42/git/Linux x86_64, unsigned Manifest commit)

---
 ...ebuild => revenge-of-the-titans-1.80.10.ebuild} |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.7.ebuild b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.10.ebuild
similarity index 90%
rename from games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.7.ebuild
rename to games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.10.ebuild
index 2774593..b528c3d 100644
--- a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.7.ebuild
+++ b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.10.ebuild
@@ -7,10 +7,10 @@ EAPI=2
 inherit games java-pkg-2 versionator
 
 MY_PN=revengeofthetitans
-MY_PV=$(delete_all_version_separators)
+# Divide second subversion by 10, i.e. 1.80.10 => 1810
+MY_PV=$(version_format_string '${1}$((${2} / 10))${3}')
 
-DESCRIPTION="Defeat the returning Titan horde in a series of epic ground
-battles."
+DESCRIPTION="Defeat the returning Titan horde in a series of epic ground battles."
 HOMEPAGE="http://www.puppygames.net/revenge-of-the-titans/"
 SRC_URI="amd64? ( RevengeOfTheTitans-HIB-${MY_PV}-amd64.tar.gz )
 	x86? ( RevengeOfTheTitans-HIB-${MY_PV}-i386.tar.gz )"



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/revenge-of-the-titans/
@ 2011-04-13 16:42 Azamat H. Hackimov
  0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2011-04-13 16:42 UTC (permalink / raw
  To: gentoo-commits

commit:     72d16bd1a758d0464dbbd4d34bd74a1c23f00065
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Wed Apr 13 00:35:43 2011 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Wed Apr 13 00:35:43 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=72d16bd1

[games-strategy/revenge-of-the-titans] New version 1.80.11, remove old

(Portage version: 2.1.9.42/git/Linux x86_64, unsigned Manifest commit)

---
 ...ebuild => revenge-of-the-titans-1.80.11.ebuild} |    0
 .../revenge-of-the-titans-1.80.9.ebuild            |   55 --------------------
 2 files changed, 0 insertions(+), 55 deletions(-)

diff --git a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.10.ebuild b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.11.ebuild
similarity index 100%
rename from games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.10.ebuild
rename to games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.11.ebuild

diff --git a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.9.ebuild b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.9.ebuild
deleted file mode 100644
index 2774593..0000000
--- a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.9.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit games java-pkg-2 versionator
-
-MY_PN=revengeofthetitans
-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="amd64? ( RevengeOfTheTitans-HIB-${MY_PV}-amd64.tar.gz )
-	x86? ( RevengeOfTheTitans-HIB-${MY_PV}-i386.tar.gz )"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.6
-	virtual/opengl"
-DEPEND=""
-
-RESTRICT="fetch strip"
-
-dir="${GAMES_PREFIX_OPT}/${MY_PN}"
-S="${WORKDIR}/${MY_PN}"
-
-pkg_nofetch() {
-	if use amd64 ; then
-		einfo "Please download RevengeOfTheTitans-HIB-${MY_PV}-amd64.tar.gz"
-	fi
-	if use x86 ; then
-		einfo "Please download RevengeOfTheTitans-HIB-${MY_PV}-i386.tar.gz"
-	fi
-	einfo "from your personal page in Humble Indie Bundle #2 site"
-	einfo "(http://www.humblebundle.com) and place it in ${DISTDIR}"
-}
-
-src_install() {
-	insinto "${dir}"
-	doins *.jar || die "doins jar"
-
-	exeinto "${dir}"
-	doexe *.so revenge.sh || die "doexe"
-
-	games_make_wrapper ${PN} ./revenge.sh "${dir}" "${dir}"
-	doicon revenge.png
-	make_desktop_entry ${PN} "Revenge of the Titans" revenge
-
-	prepgamesdirs
-}



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/revenge-of-the-titans/
@ 2011-06-12 14:46 Azamat H. Hackimov
  0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2011-06-12 14:46 UTC (permalink / raw
  To: gentoo-commits

commit:     30278ab328b58691709daa27b968e2510f668741
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sun Jun 12 14:46:02 2011 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sun Jun 12 14:46:02 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=30278ab3

[games-strategy/revenge-of-the-titans] Version bump to 10.80.12

(Portage version: 2.1.9.42/git/Linux x86_64, unsigned Manifest commit)

---
 ...ebuild => revenge-of-the-titans-1.80.12.ebuild} |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.11.ebuild b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.12.ebuild
similarity index 93%
rename from games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.11.ebuild
rename to games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.12.ebuild
index b528c3d..3a76b7f 100644
--- a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.11.ebuild
+++ b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.12.ebuild
@@ -8,7 +8,8 @@ inherit games java-pkg-2 versionator
 
 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=$(version_format_string '${1}$((${2} / 10))${3}')
+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/"



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/revenge-of-the-titans/
@ 2012-06-03 16:05 Azamat H. Hackimov
  0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2012-06-03 16:05 UTC (permalink / raw
  To: gentoo-commits

commit:     ebda1f68a2bdc4af27e1cad31b21de32574241d5
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sun Jun  3 16:03:06 2012 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sun Jun  3 16:04:40 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=ebda1f68

[games-strategy/revenge-of-the-titans] New version 1.80.15.1
Removed old 1.80.12. Added HIB package support.

(Portage version: 2.1.10.49/git/Linux x86_64, unsigned Manifest commit)

---
 games-strategy/revenge-of-the-titans/metadata.xml  |    4 ++-
 ...uild => revenge-of-the-titans-1.80.15.1.ebuild} |   36 ++++++++++++-------
 2 files changed, 26 insertions(+), 14 deletions(-)

diff --git a/games-strategy/revenge-of-the-titans/metadata.xml b/games-strategy/revenge-of-the-titans/metadata.xml
index b8fe539..e7a6947 100644
--- a/games-strategy/revenge-of-the-titans/metadata.xml
+++ b/games-strategy/revenge-of-the-titans/metadata.xml
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>no-herd</herd>
 <maintainer>
 <email>azamat.hackimov@gmail.com</email>
 <name>Azamat H. Hackimov</name>
@@ -9,4 +8,7 @@
 <longdescription lang="en">
 Defeat the returning Titan horde in a series of epic ground battles.
 </longdescription>
+<use>
+<flag name="hib">Install game from Humble Indie Bundle package</flag>
+</use>
 </pkgmetadata>

diff --git a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.12.ebuild b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.15.1.ebuild
similarity index 52%
rename from games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.12.ebuild
rename to games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.15.1.ebuild
index 3a76b7f..dcd8d7b 100644
--- a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.12.ebuild
+++ b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.15.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=3
 
 inherit games java-pkg-2 versionator
 
@@ -13,34 +13,44 @@ 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="amd64? ( RevengeOfTheTitans-HIB-${MY_PV}-amd64.tar.gz )
-	x86? ( RevengeOfTheTitans-HIB-${MY_PV}-i386.tar.gz )"
+SRC_URI="hib? (
+	amd64? ( RevengeOfTheTitans-HIB-${MY_PV}-amd64.tar.gz )
+	x86? ( RevengeOfTheTitans-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 )	)"
 
 LICENSE="as-is"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
+IUSE="hib"
 
 RDEPEND=">=virtual/jre-1.6
 	virtual/opengl"
 DEPEND=""
 
-RESTRICT="fetch strip"
+RESTRICT="mirror strip"
 
 dir="${GAMES_PREFIX_OPT}/${MY_PN}"
 S="${WORKDIR}/${MY_PN}"
 
 pkg_nofetch() {
-	if use amd64 ; then
-		einfo "Please download RevengeOfTheTitans-HIB-${MY_PV}-amd64.tar.gz"
+	if use hib ; then
+		if use amd64 ; then
+			einfo "Please download RevengeOfTheTitans-HIB-${MY_PV}-amd64.tar.gz"
+		fi
+		if use x86 ; then
+			einfo "Please download RevengeOfTheTitans-HIB-${MY_PV}-i386.tar.gz"
+		fi
+		einfo "from your personal page in Humble Indie Bundle #2 site"
+		einfo "(http://www.humblebundle.com) and place it in ${DISTDIR}"
 	fi
-	if use x86 ; then
-		einfo "Please download RevengeOfTheTitans-HIB-${MY_PV}-i386.tar.gz"
-	fi
-	einfo "from your personal page in Humble Indie Bundle #2 site"
-	einfo "(http://www.humblebundle.com) and place it in ${DISTDIR}"
 }
 
+# nothing to do ... stubs for eclasses
+src_configure() { :; }
+src_compile() { :; }
+
 src_install() {
 	insinto "${dir}"
 	doins *.jar || die "doins jar"



^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/revenge-of-the-titans/
@ 2012-11-25 17:02 Azamat H. Hackimov
  0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2012-11-25 17:02 UTC (permalink / raw
  To: gentoo-commits

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


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/revenge-of-the-titans/
@ 2012-11-25 17:09 Azamat H. Hackimov
  0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2012-11-25 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     9e33b4d64bf4364f7e77d31cdb1df0f298e08fca
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sun Nov 25 17:08:25 2012 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> 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 <azamat.hackimov@gmail.com>
+  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 <azamat.hackimov@gmail.com>
@@ -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"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/revenge-of-the-titans/
@ 2013-01-04 16:47 Azamat H. Hackimov
  0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2013-01-04 16:47 UTC (permalink / raw
  To: gentoo-commits

commit:     ba9bd1a17c55423b583f8301e1dde4da8174e03c
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Fri Jan  4 16:41:53 2013 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Fri Jan  4 16:41:53 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=ba9bd1a1

[games-strategy/revenge-of-the-titans] Bump to 1.80.20

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

---
 games-strategy/revenge-of-the-titans/ChangeLog     |    8 +++++++-
 ...ebuild => revenge-of-the-titans-1.80.20.ebuild} |    2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/games-strategy/revenge-of-the-titans/ChangeLog b/games-strategy/revenge-of-the-titans/ChangeLog
index 32ddf74..850b875 100644
--- a/games-strategy/revenge-of-the-titans/ChangeLog
+++ b/games-strategy/revenge-of-the-titans/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for games-strategy/revenge-of-the-titans
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*revenge-of-the-titans-1.80.20 (04 Jan 2013)
+
+  04 Jan 2013; Azamat H. Hackimov <azamat.hackimov@gmail.com>
+  +revenge-of-the-titans-1.80.20.ebuild, -revenge-of-the-titans-1.80.18.ebuild:
+  [games-strategy/revenge-of-the-titans] Bump to 1.80.20
+
   25 Nov 2012; Azamat H. Hackimov <azamat.hackimov@gmail.com>
   revenge-of-the-titans-1.80.18.ebuild:
   [games-strategy/revenge-of-the-titans] Silly mistake in variable.

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.20.ebuild
similarity index 97%
rename from games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.18.ebuild
rename to games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.20.ebuild
index 9f4a003..1f2b375 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.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-strategy/revenge-of-the-titans/
@ 2020-03-04  0:08 Azamat H. Hackimov
  0 siblings, 0 replies; 14+ messages in thread
From: Azamat H. Hackimov @ 2020-03-04  0:08 UTC (permalink / raw
  To: gentoo-commits

commit:     ce3d5dcc040cff3486772ffbb067b5a95e556de4
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue Mar  3 22:57:05 2020 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Tue Mar  3 22:57:05 2020 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=ce3d5dcc

games-strategy/revenge-of-the-titans: update package

Migrate from deprecated eclasses.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>

 games-strategy/revenge-of-the-titans/metadata.xml       |  2 +-
 ...0.ebuild => revenge-of-the-titans-1.80.20-r1.ebuild} | 17 +++++++----------
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/games-strategy/revenge-of-the-titans/metadata.xml b/games-strategy/revenge-of-the-titans/metadata.xml
index e7a6947..1f99ca3 100644
--- a/games-strategy/revenge-of-the-titans/metadata.xml
+++ b/games-strategy/revenge-of-the-titans/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer>
+<maintainer type="person">
 <email>azamat.hackimov@gmail.com</email>
 <name>Azamat H. Hackimov</name>
 </maintainer>

diff --git a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.20.ebuild b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.20-r1.ebuild
similarity index 85%
rename from games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.20.ebuild
rename to games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.20-r1.ebuild
index 1f2b375..f80df78 100644
--- a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.20.ebuild
+++ b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.20-r1.ebuild
@@ -1,15 +1,14 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI=5
+EAPI=7
 
-inherit games java-pkg-2 versionator
+inherit desktop eutils java-pkg-2
 
 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)
+MY_PV=$(ver_rs 1-2 "")
 
 DESCRIPTION="Defeat the returning Titan horde in a series of epic ground battles."
 HOMEPAGE="http://www.puppygames.net/revenge-of-the-titans/"
@@ -20,7 +19,7 @@ SRC_URI="hib? (
 	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"
+LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE="hib"
@@ -31,7 +30,7 @@ DEPEND=""
 
 RESTRICT="mirror strip"
 
-dir="${GAMES_PREFIX_OPT}/${MY_PN}"
+dir="/opt/${MY_PN}"
 S="${WORKDIR}/revengeofthetitans"
 
 pkg_nofetch() {
@@ -60,9 +59,7 @@ src_install() {
 	exeinto "${dir}"
 	doexe *.so revenge.sh || die "doexe"
 
-	games_make_wrapper ${PN} ./revenge.sh "${dir}" "${dir}"
+	make_wrapper ${PN} ./revenge.sh "${dir}" "${dir}"
 	doicon revenge.png
 	make_desktop_entry ${PN} "Revenge of the Titans" revenge
-
-	prepgamesdirs
 }


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-03-04  0:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-13 16:42 [gentoo-commits] proj/gamerlay:master commit in: games-strategy/revenge-of-the-titans/ Azamat H. Hackimov
  -- strict thread matches above, loose matches on Subject: below --
2020-03-04  0:08 Azamat H. Hackimov
2013-01-04 16:47 Azamat H. Hackimov
2012-11-25 17:09 Azamat H. Hackimov
2012-11-25 17:02 Azamat H. Hackimov
2012-06-03 16:05 Azamat H. Hackimov
2011-06-12 14:46 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox