public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-action/voxatron/, games-action/voxatron/files/
@ 2011-11-22 19:33 Azamat H. Hackimov
  0 siblings, 0 replies; 2+ messages in thread
From: Azamat H. Hackimov @ 2011-11-22 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     71227a884107e459c52b4b27444c202c4404595a
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue Nov 22 19:32:45 2011 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Tue Nov 22 19:32:45 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=71227a88

[games-action/voxatron] Fixing digest for voxatron
- Some cleanup on ebuild
- Adding icon from deb package
- Adding make_desktop_entry

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

---
 games-action/voxatron/files/voxicon.png     |  Bin 0 -> 13231 bytes
 games-action/voxatron/voxatron-0.1.6.ebuild |   22 +++++++++-------------
 2 files changed, 9 insertions(+), 13 deletions(-)

diff --git a/games-action/voxatron/files/voxicon.png b/games-action/voxatron/files/voxicon.png
new file mode 100644
index 0000000..29ff635
Binary files /dev/null and b/games-action/voxatron/files/voxicon.png differ

diff --git a/games-action/voxatron/voxatron-0.1.6.ebuild b/games-action/voxatron/voxatron-0.1.6.ebuild
index 5f1f090..c1bd897 100644
--- a/games-action/voxatron/voxatron-0.1.6.ebuild
+++ b/games-action/voxatron/voxatron-0.1.6.ebuild
@@ -13,13 +13,13 @@ RESTRICT="fetch"
 
 LICENSE="Voxatron"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""
 RDEPEND="${DEPEND}
-x86? ( media-libs/libsdl[opengl] )
-amd64? ( app-emulation/emul-linux-x86-sdl )"
+	x86? ( media-libs/libsdl[opengl] )
+	amd64? ( app-emulation/emul-linux-x86-sdl )"
 
 pkg_nofetch() {
 	ewarn
@@ -27,21 +27,17 @@ pkg_nofetch() {
 	ewarn
 }
 
-src_configure() { :; }
-
-src_compile() { :; }
-
-src_test() { :; }
-
-dir="${GAMES_PREFIX_OPT}/${PN}"
+S="${WORKDIR}"/${PN}
 
 src_install() {
-	cd ${PN}
+	local dir="${GAMES_PREFIX_OPT}/${PN}"
 	insinto ${dir}
-	doins vox.dat vox.txt
+	doins vox.dat
 	exeinto ${dir}
 	doexe vox
+	doicon "${FILESDIR}"/voxicon.png
+	make_desktop_entry ${PN} Voxatron voxicon
 	games_make_wrapper ${PN} ./vox ${dir} ${dir}
-
+	dodoc vox.txt
 	prepgamesdirs
 }



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

* [gentoo-commits] proj/gamerlay:master commit in: games-action/voxatron/, games-action/voxatron/files/
@ 2012-08-13  7:27 Azamat H. Hackimov
  0 siblings, 0 replies; 2+ messages in thread
From: Azamat H. Hackimov @ 2012-08-13  7:27 UTC (permalink / raw
  To: gentoo-commits

commit:     4ac9b279ded814e329d4031071929f954dda46ba
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Aug 13 07:27:28 2012 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Mon Aug 13 07:27:28 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=4ac9b279

[games-action/voxatron] Version bump to 0.2.1.

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

---
 games-action/voxatron/files/voxicon.png            |  Bin 13231 -> 0 bytes
 ...voxatron-0.1.6.ebuild => voxatron-0.2.1.ebuild} |   10 +++++-----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/games-action/voxatron/files/voxicon.png b/games-action/voxatron/files/voxicon.png
deleted file mode 100644
index 29ff635..0000000
Binary files a/games-action/voxatron/files/voxicon.png and /dev/null differ

diff --git a/games-action/voxatron/voxatron-0.1.6.ebuild b/games-action/voxatron/voxatron-0.2.1.ebuild
similarity index 82%
rename from games-action/voxatron/voxatron-0.1.6.ebuild
rename to games-action/voxatron/voxatron-0.2.1.ebuild
index c1bd897..917ff01 100644
--- a/games-action/voxatron/voxatron-0.1.6.ebuild
+++ b/games-action/voxatron/voxatron-0.2.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=3
+EAPI=4
 
 inherit games
 
@@ -35,9 +35,9 @@ src_install() {
 	doins vox.dat
 	exeinto ${dir}
 	doexe vox
-	doicon "${FILESDIR}"/voxicon.png
-	make_desktop_entry ${PN} Voxatron voxicon
+	doicon lexaloffle-vox.png
+	make_desktop_entry ${PN} Voxatron lexaloffle-vox
 	games_make_wrapper ${PN} ./vox ${dir} ${dir}
-	dodoc vox.txt
+	dodoc voxatron.txt
 	prepgamesdirs
 }


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

end of thread, other threads:[~2012-08-13  7:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-22 19:33 [gentoo-commits] proj/gamerlay:master commit in: games-action/voxatron/, games-action/voxatron/files/ Azamat H. Hackimov
  -- strict thread matches above, loose matches on Subject: below --
2012-08-13  7:27 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