public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/minetest_game: ChangeLog minetest_game-0.4.10.ebuild
@ 2014-07-07 13:36 Julian Ospald (hasufell)
  0 siblings, 0 replies; 2+ messages in thread
From: Julian Ospald (hasufell) @ 2014-07-07 13:36 UTC (permalink / raw
  To: gentoo-commits

hasufell    14/07/07 13:36:09

  Modified:             ChangeLog
  Added:                minetest_game-0.4.10.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)

Revision  Changes    Path
1.12                 games-action/minetest_game/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	5 Apr 2014 11:11:08 -0000	1.11
+++ ChangeLog	7 Jul 2014 13:36:09 -0000	1.12
@@ -1,6 +1,12 @@
 # ChangeLog for games-action/minetest_game
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v 1.11 2014/04/05 11:11:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v 1.12 2014/07/07 13:36:09 hasufell Exp $
+
+*minetest_game-0.4.10 (07 Jul 2014)
+
+  07 Jul 2014; Julian Ospald <hasufell@gentoo.org>
+  +minetest_game-0.4.10.ebuild:
+  version bump
 
   05 Apr 2014; Agostino Sarubbo <ago@gentoo.org> minetest_game-0.4.9.ebuild:
   Stable for x86, wrt bug #504358



1.1                  games-action/minetest_game/minetest_game-0.4.10.ebuild

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

Index: minetest_game-0.4.10.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/minetest_game-0.4.10.ebuild,v 1.1 2014/07/07 13:36:09 hasufell Exp $

EAPI=5
inherit vcs-snapshot games

DESCRIPTION="The main game for the Minetest game engine"
HOMEPAGE="http://github.com/minetest/minetest_game"
SRC_URI="http://github.com/minetest/minetest_game/tarball/${PV} -> ${P}.tar.gz"

LICENSE="GPL-2 CC-BY-SA-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="~games-action/minetest-${PV}[-dedicated]"

src_unpack() {
	vcs-snapshot_src_unpack
}

src_install() {
	insinto "${GAMES_DATADIR}"/minetest/games/${PN}
	doins -r mods menu
	doins game.conf minetest.conf

	dodoc README.txt game_api.txt

	prepgamesdirs
}





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

* [gentoo-commits] gentoo-x86 commit in games-action/minetest_game: ChangeLog minetest_game-0.4.10.ebuild
@ 2014-10-15 11:47 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 2+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2014-10-15 11:47 UTC (permalink / raw
  To: gentoo-commits

nimiux      14/10/15 11:47:04

  Modified:             ChangeLog minetest_game-0.4.10.ebuild
  Log:
  Stable for amd64 wrt bug #522906
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key F253DB15)

Revision  Changes    Path
1.14                 games-action/minetest_game/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	9 Sep 2014 14:22:56 -0000	1.13
+++ ChangeLog	15 Oct 2014 11:47:04 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/minetest_game
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v 1.13 2014/09/09 14:22:56 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v 1.14 2014/10/15 11:47:04 nimiux Exp $
+
+  15 Oct 2014; Chema Alonso <nimiux@gentoo.org> minetest_game-0.4.10.ebuild:
+  Stable for amd64 wrt bug #522906
 
   09 Sep 2014; Julian Ospald <hasufell@gentoo.org> -minetest_game-0.4.7.ebuild,
   -minetest_game-0.4.8.ebuild:



1.2                  games-action/minetest_game/minetest_game-0.4.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/minetest_game-0.4.10.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/minetest_game-0.4.10.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/minetest_game/minetest_game-0.4.10.ebuild?r1=1.1&r2=1.2

Index: minetest_game-0.4.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/minetest_game/minetest_game-0.4.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- minetest_game-0.4.10.ebuild	7 Jul 2014 13:36:09 -0000	1.1
+++ minetest_game-0.4.10.ebuild	15 Oct 2014 11:47:04 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/minetest_game-0.4.10.ebuild,v 1.1 2014/07/07 13:36:09 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/minetest_game-0.4.10.ebuild,v 1.2 2014/10/15 11:47:04 nimiux Exp $
 
 EAPI=5
 inherit vcs-snapshot games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="~games-action/minetest-${PV}[-dedicated]"





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

end of thread, other threads:[~2014-10-15 11:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-15 11:47 [gentoo-commits] gentoo-x86 commit in games-action/minetest_game: ChangeLog minetest_game-0.4.10.ebuild JosA MarAa Alonso (nimiux)
  -- strict thread matches above, loose matches on Subject: below --
2014-07-07 13:36 Julian Ospald (hasufell)

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