public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/zaz: zaz-1.0.0.ebuild ChangeLog
Date: Fri, 13 Jun 2014 15:50:01 +0000 (UTC)	[thread overview]
Message-ID: <20140613155001.43BF72004E@flycatcher.gentoo.org> (raw)

mr_bones_    14/06/13 15:50:01

  Modified:             zaz-1.0.0.ebuild ChangeLog
  Log:
  EAPI=5; fix build (bug #510432)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  games-puzzle/zaz/zaz-1.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild?r1=1.7&r2=1.8

Index: zaz-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- zaz-1.0.0.ebuild	15 May 2014 16:55:29 -0000	1.7
+++ zaz-1.0.0.ebuild	13 Jun 2014 15:50:01 -0000	1.8
@@ -1,15 +1,15 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v 1.7 2014/05/15 16:55:29 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v 1.8 2014/06/13 15:50:01 mr_bones_ Exp $
 
-EAPI=2
-inherit autotools eutils games
+EAPI=5
+inherit autotools flag-o-matic eutils games
 
 DESCRIPTION="A puzzle game where the player has to arrange balls in triplets"
 HOMEPAGE="http://sourceforge.net/projects/zaz/"
 SRC_URI="mirror://sourceforge/zaz/${P}.tar.bz2"
 
-LICENSE="GPL-3 CC-BY-SA-3.0"
+LICENSE="GPL-3 GPL-3+ CC-BY-SA-3.0 OFL"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="nls"
@@ -35,6 +35,9 @@
 }
 
 src_configure() {
+	append-libs -lvorbis
+	append-cflags $(pkg-config sdl --cflags)
+	append-cxxflags $(pkg-config sdl --cflags)
 	egamesconf \
 		--disable-dependency-tracking \
 		--with-applicationdir=/usr/share/applications \
@@ -44,7 +47,6 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake failed"
-	dodoc AUTHORS ChangeLog
+	default
 	prepgamesdirs
 }



1.19                 games-puzzle/zaz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	15 May 2014 16:55:29 -0000	1.18
+++ ChangeLog	13 Jun 2014 15:50:01 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/zaz
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.18 2014/05/15 16:55:29 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.19 2014/06/13 15:50:01 mr_bones_ Exp $
+
+  13 Jun 2014; Michael Sterrett <mr_bones_@gentoo.org> zaz-1.0.0.ebuild:
+  EAPI=5; fix build (bug #510432)
 
   15 May 2014; Ulrich Müller <ulm@gentoo.org> zaz-1.0.0.ebuild:
   Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
@@ -76,4 +79,3 @@
   26 Aug 2009; Michael Sterrett <mr_bones_@gentoo.org> +zaz-0.2.8.ebuild,
   +files/zaz-0.2.8-build.patch, +metadata.xml:
   Initial commit (bug #282349)
-





             reply	other threads:[~2014-06-13 15:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-13 15:50 Michael Sterrett (mr_bones_) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-05-15 16:55 [gentoo-commits] gentoo-x86 commit in games-puzzle/zaz: zaz-1.0.0.ebuild ChangeLog Ulrich Mueller (ulm)
2013-02-07 22:10 Ulrich Mueller (ulm)
2012-05-04  4:45 Jeff Horelick (jdhore)
2010-10-05 19:39 Markus Meier (maekke)
2010-09-30  8:45 Samuli Suominen (ssuominen)
2010-09-29  6:06 Samuli Suominen (ssuominen)
2010-09-04  7:50 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=20140613155001.43BF72004E@flycatcher.gentoo.org \
    --to=mr_bones_@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