public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tristan Heaven (tristan)" <tristan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/neverball: ChangeLog neverball-1.5.4.ebuild
Date: Tue, 14 Feb 2012 19:33:14 +0000 (UTC)	[thread overview]
Message-ID: <20120214193314.91FA72004B@flycatcher.gentoo.org> (raw)

tristan     12/02/14 19:33:14

  Modified:             ChangeLog neverball-1.5.4.ebuild
  Log:
  Respect LINGUAS, bug #402311
  
  (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)

Revision  Changes    Path
1.43                 games-puzzle/neverball/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/neverball/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	22 Jun 2011 04:48:42 -0000	1.42
+++ ChangeLog	14 Feb 2012 19:33:14 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/neverball
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/neverball/ChangeLog,v 1.42 2011/06/22 04:48:42 tupone Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/neverball/ChangeLog,v 1.43 2012/02/14 19:33:14 tristan Exp $
+
+  14 Feb 2012; Tristan Heaven <tristan@gentoo.org> neverball-1.5.4.ebuild:
+  Respect LINGUAS, bug #402311
 
   22 Jun 2011; Tupone Alfredo <tupone@gentoo.org> neverball-1.5.4.ebuild,
   +files/neverball-1.5.4-underlink.patch:



1.6                  games-puzzle/neverball/neverball-1.5.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/neverball/neverball-1.5.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/neverball/neverball-1.5.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/neverball/neverball-1.5.4.ebuild?r1=1.5&r2=1.6

Index: neverball-1.5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/neverball/neverball-1.5.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- neverball-1.5.4.ebuild	22 Jun 2011 04:48:42 -0000	1.5
+++ neverball-1.5.4.ebuild	14 Feb 2012 19:33:14 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/neverball/neverball-1.5.4.ebuild,v 1.5 2011/06/22 04:48:42 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/neverball/neverball-1.5.4.ebuild,v 1.6 2012/02/14 19:33:14 tristan Exp $
 
 EAPI=2
 inherit eutils games
@@ -39,15 +39,10 @@
 		-e "/^MAPC_TARG/s/mapc/${PN}-mapc/" \
 		Makefile \
 		|| die "sed failed"
-	sed -i \
-		-e "s/LOCALEDIR/LLOCALEDIR/g" \
-		po/Makefile \
-		|| die "sed failed"
 	epatch "${FILESDIR}"/${P}-underlink.patch
 }
 
 src_compile() {
-	LINGUAS= \
 	emake \
 		ENABLE_NLS=$(use nls && echo 1 || echo 0) \
 		E_CFLAGS="${CFLAGS}" \
@@ -61,8 +56,9 @@
 	insinto "${GAMES_DATADIR}/${PN}"
 	doins -r data/* || die
 	rm -f "${D}${GAMES_DATADIR}/${PN}"/ttf/DejaVuSans-Bold.ttf
-	dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf "${GAMES_DATADIR}/${PN}"/ttf/ || die
-	if use nls ; then
+	dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf \
+		"${GAMES_DATADIR}/${PN}"/ttf/DejaVuSans-Bold.ttf || die
+	if [[ -d locale ]] ; then
 		insinto /usr/share
 		doins -r locale || die
 	fi






             reply	other threads:[~2012-02-14 19:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-14 19:33 Tristan Heaven (tristan) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-05-15 16:52 [gentoo-commits] gentoo-x86 commit in games-puzzle/neverball: ChangeLog neverball-1.5.4.ebuild Ulrich Mueller (ulm)
2011-06-22  4:48 Alfredo Tupone (tupone)
2011-01-11  7:31 Michael Sterrett (mr_bones_)
2009-11-08  7:48 Joseph Jezak (josejx)
2009-10-30 11:21 Markus Meier (maekke)

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=20120214193314.91FA72004B@flycatcher.gentoo.org \
    --to=tristan@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