public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-puzzle/gottet: ChangeLog gottet-1.0.6.ebuild
@ 2014-05-18 19:36 Alfredo Tupone (tupone)
  0 siblings, 0 replies; only message in thread
From: Alfredo Tupone (tupone) @ 2014-05-18 19:36 UTC (permalink / raw
  To: gentoo-commits

tupone      14/05/18 19:36:54

  Modified:             ChangeLog
  Added:                gottet-1.0.6.ebuild
  Log:
  Version bump to 1.0.6
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.10                 games-puzzle/gottet/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gottet/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gottet/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gottet/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/gottet/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	2 Mar 2013 21:19:05 -0000	1.9
+++ ChangeLog	18 May 2014 19:36:54 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for games-puzzle/gottet
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gottet/ChangeLog,v 1.9 2013/03/02 21:19:05 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gottet/ChangeLog,v 1.10 2014/05/18 19:36:54 tupone Exp $
+
+*gottet-1.0.6 (18 May 2014)
+
+  18 May 2014; Tupone Alfredo <tupone@gentoo.org> +gottet-1.0.6.ebuild,
+  +files/gottet-1.0.6-gentoo.patch:
+  Version bump to 1.0.6
 
   02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> gottet-1.0.4.ebuild:
   Move Qt dependencies to the new category



1.1                  games-puzzle/gottet/gottet-1.0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gottet/gottet-1.0.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/gottet/gottet-1.0.6.ebuild?rev=1.1&content-type=text/plain

Index: gottet-1.0.6.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gottet/gottet-1.0.6.ebuild,v 1.1 2014/05/18 19:36:54 tupone Exp $

EAPI=5

LANGS="ca de en es fr he ko ms pl ro ru tr vi"
inherit eutils qt4-r2 games

DESCRIPTION="A tetris clone based on Qt4"
HOMEPAGE="http://gottcode.org/gottet/"
SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-qt/qtcore:4
	dev-qt/qtgui:4"
RDEPEND="${DEPEND}"

src_prepare() {
	epatch "${FILESDIR}"/${P}-gentoo.patch
	sed -i -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}:" \
		src/locale_dialog.cpp \
		|| die "sed failed"
}

src_configure() {
	qt4-r2_src_configure
}

src_install() {
	dogamesbin ${PN}
	insinto "${GAMES_DATADIR}"/${PN}/translations/
	for lang in ${LINGUAS};do
		for x in ${LANGS};do
			if [[ ${lang} == ${x} ]];then
				doins translations/${PN}_${x}.qm
			fi
		done
	done
	insinto /usr/share/icons
	doins -r icons/hicolor
	dodoc CREDITS ChangeLog NEWS README
	doicon icons/${PN}.xpm
	domenu icons/${PN}.desktop
	prepgamesdirs
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-18 19:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-18 19:36 [gentoo-commits] gentoo-x86 commit in games-puzzle/gottet: ChangeLog gottet-1.0.6.ebuild Alfredo Tupone (tupone)

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