public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maxim Koltsov (maksbotan)" <maksbotan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/doomsday: doomsday-1.9.8.ebuild ChangeLog
Date: Wed, 30 May 2012 10:45:22 +0000 (UTC)	[thread overview]
Message-ID: <20120530104522.38C4C2004C@flycatcher.gentoo.org> (raw)

maksbotan    12/05/30 10:45:22

  Modified:             doomsday-1.9.8.ebuild ChangeLog
  Log:
  Fix 2to3 patch
  
  (Portage version: 2.1.10.63/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  games-fps/doomsday/doomsday-1.9.8.ebuild

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

Index: doomsday-1.9.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/doomsday/doomsday-1.9.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- doomsday-1.9.8.ebuild	30 May 2012 10:21:55 -0000	1.1
+++ doomsday-1.9.8.ebuild	30 May 2012 10:45:21 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/doomsday/doomsday-1.9.8.ebuild,v 1.1 2012/05/30 10:21:55 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/doomsday/doomsday-1.9.8.ebuild,v 1.2 2012/05/30 10:45:21 maksbotan Exp $
 
 EAPI=4
 
@@ -92,9 +92,9 @@
 
 		doicon ../snowberry/graphics/orb-doom.png
 		doom_make_wrapper jdoom doom1 orb-doom "DoomsDay Engine: Doom 1" "${res_arg}"
-		einfo "Created jdoom launcher. To play Doom place your doom.wad to"
-		einfo "\"${GAMES_DATADIR}\"/doom-data"
-		einfo
+		elog "Created jdoom launcher. To play Doom place your doom.wad to"
+		elog "\"${GAMES_DATADIR}\"/doom-data"
+		elog
 
 		if use demo; then
 			doom_make_wrapper jdoom-demo doom1-share orb-doom "DoomsDay Engine: Doom 1 Demo" \
@@ -109,17 +109,17 @@
 		doicon ../snowberry/graphics/orb-hexen.png
 		doom_make_wrapper jhexen hexen orb-hexen "DoomsDay Engine: Hexen"
 
-		einfo "Created jhexen launcher. To play Hexen place your hexen.wad to"
-		einfo "\"${GAMES_DATADIR}\"/${PN}/data/jhexen"
-		einfo
+		elog "Created jhexen launcher. To play Hexen place your hexen.wad to"
+		elog "\"${GAMES_DATADIR}\"/${PN}/data/jhexen"
+		elog
 	fi
 	if use heretic; then
 		doicon ../snowberry/graphics/orb-heretic.png
 		doom_make_wrapper jheretic heretic orb-heretic "DoomsDay Engine: Heretic"
 
-		einfo "Created jheretic launcher. To play Heretic place your heretic.wad to"
-		einfo "\"${GAMES_DATADIR}\"/${PN}/data/jheretic"
-		einfo
+		elog "Created jheretic launcher. To play Heretic place your heretic.wad to"
+		elog "\"${GAMES_DATADIR}\"/${PN}/data/jheretic"
+		elog
 	fi
 
 	prepgamesdirs



1.43                 games-fps/doomsday/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/doomsday/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/doomsday/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/doomsday/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/doomsday/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	30 May 2012 10:21:55 -0000	1.42
+++ ChangeLog	30 May 2012 10:45:21 -0000	1.43
@@ -1,6 +1,10 @@
 # ChangeLog for games-fps/doomsday
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/doomsday/ChangeLog,v 1.42 2012/05/30 10:21:55 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/doomsday/ChangeLog,v 1.43 2012/05/30 10:45:21 maksbotan Exp $
+
+  30 May 2012; Maxim Koltsov <maksbotan@gentoo.org> doomsday-1.9.8.ebuild,
+  files/doomsday-1.9.8-2to3.patch:
+  Fix 2to3 patch
 
 *doomsday-1.9.8 (30 May 2012)
 






             reply	other threads:[~2012-05-30 10:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-30 10:45 Maxim Koltsov (maksbotan) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-30 16:25 [gentoo-commits] gentoo-x86 commit in games-fps/doomsday: doomsday-1.9.8.ebuild ChangeLog Maxim Koltsov (maksbotan)
2012-07-16 10:32 Michael Palimaka (kensington)

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=20120530104522.38C4C2004C@flycatcher.gentoo.org \
    --to=maksbotan@gentoo.org \
    --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