public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joseph Jezak (josejx)" <josejx@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/shell-fm: shell-fm-0.7.ebuild ChangeLog
Date: Sun, 18 Apr 2010 00:23:14 +0000 (UTC)	[thread overview]
Message-ID: <20100418002314.5E63B2C04E@corvid.gentoo.org> (raw)

josejx      10/04/18 00:23:14

  Modified:             shell-fm-0.7.ebuild ChangeLog
  Log:
  Add flags for ppc to build with big endian support, fixes bug #303667.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-sound/shell-fm/shell-fm-0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shell-fm/shell-fm-0.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shell-fm/shell-fm-0.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shell-fm/shell-fm-0.7.ebuild?r1=1.2&r2=1.3

Index: shell-fm-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/shell-fm/shell-fm-0.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- shell-fm-0.7.ebuild	24 Nov 2009 14:09:05 -0000	1.2
+++ shell-fm-0.7.ebuild	18 Apr 2010 00:23:14 -0000	1.3
@@ -1,9 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/shell-fm-0.7.ebuild,v 1.2 2009/11/24 14:09:05 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/shell-fm-0.7.ebuild,v 1.3 2010/04/18 00:23:14 josejx Exp $
 
 EAPI=2
-inherit toolchain-funcs eutils
+inherit flag-o-matic toolchain-funcs eutils
 
 DESCRIPTION="A lightweight console based player for Last.FM radio streams"
 HOMEPAGE="http://nex.scrapping.cc/shell-fm/"
@@ -24,12 +24,14 @@
 
 src_prepare() {
 	epatch "${FILESDIR}/${P}-asneeded.patch"
-
 	sed -i -e "s:-Os::" source/Makefile || die "sed failed"
 }
 
 src_compile() {
 	tc-export CC
+	if use ppc; then
+		append-flags -DWORDS_BIGENDIAN=1
+	fi
 	emake || die "emake failed"
 }
 



1.13                 media-sound/shell-fm/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shell-fm/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shell-fm/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shell-fm/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/shell-fm/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	24 Nov 2009 14:09:05 -0000	1.12
+++ ChangeLog	18 Apr 2010 00:23:14 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/shell-fm
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/ChangeLog,v 1.12 2009/11/24 14:09:05 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/ChangeLog,v 1.13 2010/04/18 00:23:14 josejx Exp $
+
+  18 Apr 2010; Joseph Jezak <josejx@gentoo.org> shell-fm-0.7.ebuild:
+  Add flags for ppc to build with big endian support, fixes bug #303667.
 
   24 Nov 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   -shell-fm-0.6.ebuild, shell-fm-0.7.ebuild,






             reply	other threads:[~2010-04-18  0:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-18  0:23 Joseph Jezak (josejx) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-08-18 21:05 [gentoo-commits] gentoo-x86 commit in media-sound/shell-fm: shell-fm-0.7.ebuild ChangeLog Jeremy Olexa (darkside)
2009-09-22 17:44 Steve Dibb (beandog)

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=20100418002314.5E63B2C04E@corvid.gentoo.org \
    --to=josejx@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