public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone (tupone)" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/xmess: xmess-0.106.ebuild ChangeLog
Date: Thu, 30 Jun 2011 10:25:56 +0000 (UTC)	[thread overview]
Message-ID: <20110630102556.6132020054@flycatcher.gentoo.org> (raw)

tupone      11/06/30 10:25:56

  Modified:             xmess-0.106.ebuild ChangeLog
  Log:
  Fix overflow. Bug #349464
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 games-emulation/xmess/xmess-0.106.ebuild

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

Index: xmess-0.106.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/xmess/xmess-0.106.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xmess-0.106.ebuild	10 Nov 2009 21:12:23 -0000	1.11
+++ xmess-0.106.ebuild	30 Jun 2011 10:25:56 -0000	1.12
@@ -1,6 +1,7 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/xmess-0.106.ebuild,v 1.11 2009/11/10 21:12:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/xmess-0.106.ebuild,v 1.12 2011/06/30 10:25:56 tupone Exp $
+EAPI=2
 
 inherit flag-o-matic toolchain-funcs eutils games
 
@@ -56,12 +57,9 @@
 	use $1 && toggle_feature $2 $3
 }
 
-src_unpack() {
+src_prepare() {
 	local mycpu
 
-	unpack ${A}
-	cd "${S}"
-
 	case ${ARCH} in
 		x86)	mycpu="i386";;
 		ia64)	mycpu="ia64";;
@@ -143,6 +141,7 @@
 		-e 's/doinstallsuid/doinstall/' \
 		-e '/^QUIET/s:^:#:' src/unix/unix.mak \
 		|| die "sed src/unix/unix.mak failed"
+	epatch "${FILESDIR}"/${P}-overflow.patch
 }
 
 src_compile() {



1.65                 games-emulation/xmess/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/xmess/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/xmess/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/xmess/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/xmess/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	10 Nov 2009 21:12:23 -0000	1.64
+++ ChangeLog	30 Jun 2011 10:25:56 -0000	1.65
@@ -1,6 +1,10 @@
 # ChangeLog for games-emulation/xmess
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/ChangeLog,v 1.64 2009/11/10 21:12:23 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/ChangeLog,v 1.65 2011/06/30 10:25:56 tupone Exp $
+
+  30 Jun 2011; Tupone Alfredo <tupone@gentoo.org> xmess-0.106.ebuild,
+  +files/xmess-0.106-overflow.patch:
+  Fix overflow. Bug #349464 by Diego Elio Pettenò
 
   10 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> xmess-0.106.ebuild:
   Remove USE arts (deprecated).






             reply	other threads:[~2011-06-30 10:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-30 10:25 Alfredo Tupone (tupone) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-06-24 16:18 [gentoo-commits] gentoo-x86 commit in games-emulation/xmess: xmess-0.106.ebuild ChangeLog Alfredo Tupone (tupone)
2012-03-18 13:14 Samuli Suominen (ssuominen)
2011-07-08 10:53 Samuli Suominen (ssuominen)
2009-11-10 21:12 Samuli Suominen (ssuominen)
2009-01-30 14:45 Michael Sterrett (mr_bones_)

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=20110630102556.6132020054@flycatcher.gentoo.org \
    --to=tupone@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