public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julian Ospald (hasufell)" <hasufell@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-engines/gargoyle: gargoyle-2011.1.ebuild ChangeLog
Date: Tue, 21 Aug 2012 19:18:49 +0000 (UTC)	[thread overview]
Message-ID: <20120821191849.66FFB2026E@flycatcher.gentoo.org> (raw)

hasufell    12/08/21 19:18:49

  Modified:             gargoyle-2011.1.ebuild ChangeLog
  Log:
  make build output verbose, fix build wrt #432178, fix desktop file wrt #432222
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  games-engines/gargoyle/gargoyle-2011.1.ebuild

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

Index: gargoyle-2011.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gargoyle-2011.1.ebuild	15 Jun 2012 15:40:37 -0000	1.3
+++ gargoyle-2011.1.ebuild	21 Aug 2012 19:18:49 -0000	1.4
@@ -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-engines/gargoyle/gargoyle-2011.1.ebuild,v 1.3 2012/06/15 15:40:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-2011.1.ebuild,v 1.4 2012/08/21 19:18:49 hasufell Exp $
 
 # Regarding licenses: libgarglk is licensed under the GPLv2. Bundled
 # interpreters are licensed under GPLv2, BSD or MIT license, except:
@@ -10,7 +10,7 @@
 # don't apply. (Fonts are installed through dependencies instead.)
 
 EAPI=3
-inherit eutils multiprocessing games
+inherit eutils multiprocessing toolchain-funcs games
 
 DESCRIPTION="An Interactive Fiction (IF) player supporting all major formats"
 HOMEPAGE="http://ccxvii.net/gargoyle/"
@@ -33,7 +33,8 @@
 
 DEPEND="${RDEPEND}
 	app-arch/unzip
-	dev-util/ftjam"
+	dev-util/ftjam
+	virtual/pkgconfig"
 
 src_prepare() {
 	# Substitute custom CFLAGS/LDFLAGS.
@@ -52,13 +53,17 @@
 
 	# The font name of Linux Libertine changed in version 5.
 	sed -i -e 's/Linux Libertine O/Linux Libertine/g' garglk/garglk.ini
+
+	epatch "${FILESDIR}"/${P}-desktopfile.patch
 }
 
 src_compile() {
 	jam \
+		-sAR="$(tc-getAR) cru" \
 		-sGARGLKINI="${GAMES_SYSCONFDIR}/garglk.ini" \
 		-sUSESDL=yes \
 		-sBUNDLEFONTS=no \
+		-dx \
 		-j$(makeopts_jobs) || die
 }
 



1.19                 games-engines/gargoyle/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	15 Jun 2012 15:40:37 -0000	1.18
+++ ChangeLog	21 Aug 2012 19:18:49 -0000	1.19
@@ -1,6 +1,11 @@
 # ChangeLog for games-engines/gargoyle
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.18 2012/06/15 15:40:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.19 2012/08/21 19:18:49 hasufell Exp $
+
+  21 Aug 2012; Julian Ospald <hasufell@gentoo.org> gargoyle-2011.1.ebuild,
+  +files/gargoyle-2011.1-desktopfile.patch:
+  make build output verbose, fix build wrt #432178, fix desktop file wrt
+  #432222
 
   15 Jun 2012; Michael Sterrett <mr_bones_@gentoo.org> gargoyle-2011.1.ebuild:
   games goes last on inherit line





             reply	other threads:[~2012-08-21 19:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-21 19:18 Julian Ospald (hasufell) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-02-22 10:20 [gentoo-commits] gentoo-x86 commit in games-engines/gargoyle: gargoyle-2011.1.ebuild ChangeLog Michal Gorny (mgorny)
2012-09-23  8:54 PaweA Hajdan (phajdan.jr)
2012-08-22 18:05 Agostino Sarubbo (ago)
2012-08-22 16:29 Julian Ospald (hasufell)
2012-06-15 15:40 Michael Sterrett (mr_bones_)
2012-06-07  5:51 Mike Frysinger (vapier)

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=20120821191849.66FFB2026E@flycatcher.gentoo.org \
    --to=hasufell@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