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-puzzle/xye: ChangeLog xye-0.12.0.ebuild
Date: Wed, 17 Oct 2012 08:05:17 +0000 (UTC)	[thread overview]
Message-ID: <20121017080517.DA6EE21601@flycatcher.gentoo.org> (raw)

tupone      12/10/17 08:05:17

  Modified:             ChangeLog xye-0.12.0.ebuild
  Log:
  Fix build with gcc-4.7 Bug #422555
  
  (Portage version: 2.1.11.28/cvs/Linux i686, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.31                 games-puzzle/xye/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/xye/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	2 Jul 2012 20:55:00 -0000	1.30
+++ ChangeLog	17 Oct 2012 08:05:17 -0000	1.31
@@ -1,6 +1,11 @@
 # ChangeLog for games-puzzle/xye
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xye/ChangeLog,v 1.30 2012/07/02 20:55:00 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xye/ChangeLog,v 1.31 2012/10/17 08:05:17 tupone Exp $
+
+  17 Oct 2012; Tupone Alfredo <tupone@gentoo.org> xye-0.12.0.ebuild,
+  +files/xye-0.12.0-gcc47.patch:
+  Fix build with gcc-4.7 Bug #422555 by Diego
+  Moving to EAPI 4
 
   02 Jul 2012; Michael Sterrett <mr_bones_@gentoo.org> -xye-0.10.0.ebuild:
   old



1.4                  games-puzzle/xye/xye-0.12.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/xye/xye-0.12.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/xye/xye-0.12.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/xye/xye-0.12.0.ebuild?r1=1.3&r2=1.4

Index: xye-0.12.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/xye/xye-0.12.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xye-0.12.0.ebuild	21 Jan 2012 16:33:05 -0000	1.3
+++ xye-0.12.0.ebuild	17 Oct 2012 08:05:17 -0000	1.4
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xye/xye-0.12.0.ebuild,v 1.3 2012/01/21 16:33:05 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xye/xye-0.12.0.ebuild,v 1.4 2012/10/17 08:05:17 tupone Exp $
 
-EAPI=2
+EAPI=4
 inherit autotools eutils games
 
 DESCRIPTION="Free version of the classic game Kye"
@@ -20,14 +20,15 @@
 	media-fonts/dejavu"
 
 src_prepare() {
+	epatch "${FILESDIR}"/${P}-gcc47.patch
 	sed -i -e '/^xye_LDFLAGS/d' Makefile.am || die
 	eautoreconf
 }
 
 src_install() {
-	dogamesbin "${PN}" || die
+	dogamesbin "${PN}"
 	insinto "${GAMES_DATADIR}/${PN}"
-	doins -r levels res || die
+	doins -r levels res
 	rm -f "${D}${GAMES_DATADIR}/${PN}"/res/DejaVuSans*
 	dosym /usr/share/fonts/dejavu/DejaVuSans.ttf "${GAMES_DATADIR}/${PN}"/res/
 	dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf "${GAMES_DATADIR}/${PN}"/res/





             reply	other threads:[~2012-10-17  8:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-17  8:05 Alfredo Tupone (tupone) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-08-14 21:53 [gentoo-commits] gentoo-x86 commit in games-puzzle/xye: ChangeLog xye-0.12.0.ebuild Michael Sterrett (mr_bones_)
2012-01-21 16:33 PaweA Hajdan (phajdan.jr)

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=20121017080517.DA6EE21601@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