public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/shell-fm: shell-fm-0.7.ebuild ChangeLog
@ 2009-09-22 17:44 Steve Dibb (beandog)
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Dibb (beandog) @ 2009-09-22 17:44 UTC (permalink / raw
  To: gentoo-commits

beandog     09/09/22 17:44:10

  Modified:             ChangeLog
  Added:                shell-fm-0.7.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 media-sound/shell-fm/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/shell-fm/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	9 May 2009 14:40:22 -0000	1.10
+++ ChangeLog	22 Sep 2009 17:44:09 -0000	1.11
@@ -1,6 +1,11 @@
 # 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.10 2009/05/09 14:40:22 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/ChangeLog,v 1.11 2009/09/22 17:44:09 beandog Exp $
+
+*shell-fm-0.7 (22 Sep 2009)
+
+  22 Sep 2009; Steve Dibb <beandog@gentoo.org> +shell-fm-0.7.ebuild:
+  Version bump
 
   09 May 2009; Samuli Suominen <ssuominen@gentoo.org> shell-fm-0.6.ebuild:
   Upload tarball instead of using unreliable github address wrt #269125



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shell-fm/shell-fm-0.7.ebuild?rev=1.1&content-type=text/plain

Index: shell-fm-0.7.ebuild
===================================================================
# Copyright 1999-2009 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.1 2009/09/22 17:44:09 beandog Exp $

EAPI=2
inherit toolchain-funcs

DESCRIPTION="A lightweight console based player for Last.FM radio streams"
HOMEPAGE="http://nex.scrapping.cc/shell-fm/"
# I couldn't get constant tarball from github so I've tarballed this myself.
SRC_URI="mirror://gentoo/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="ao"

RDEPEND="media-libs/libmad
	ao? ( media-libs/libao )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	sys-apps/sed"

src_prepare() {
	sed -i -e "s:-Os:${CFLAGS}:g" source/Makefile || die "sed failed"
	use ao || sed -i -e "s:\$(LIBAO)::g" source/Makefile || die "sed failed"
}

src_compile() {
	tc-export CC
	emake || die "emake failed"
}

src_install() {
	dobin source/${PN} || die "dobin failed"
	doman manual/${PN}.1
	exeinto /usr/share/${PN}/scripts
	doexe scripts/{*.sh,*.pl,zcontrol} || die "doexe failed"
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/shell-fm: shell-fm-0.7.ebuild ChangeLog
@ 2010-04-18  0:23 Joseph Jezak (josejx)
  0 siblings, 0 replies; 3+ messages in thread
From: Joseph Jezak (josejx) @ 2010-04-18  0:23 UTC (permalink / raw
  To: gentoo-commits

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,






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/shell-fm: shell-fm-0.7.ebuild ChangeLog
@ 2010-08-18 21:05 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeremy Olexa (darkside) @ 2010-08-18 21:05 UTC (permalink / raw
  To: gentoo-commits

darkside    10/08/18 21:05:26

  Modified:             shell-fm-0.7.ebuild ChangeLog
  Log:
  Add ~amd64-linux, bug 333029
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

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

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

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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- shell-fm-0.7.ebuild	18 Apr 2010 00:23:14 -0000	1.3
+++ shell-fm-0.7.ebuild	18 Aug 2010 21:05:26 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.3 2010/04/18 00:23:14 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/shell-fm-0.7.ebuild,v 1.4 2010/08/18 21:05:26 darkside Exp $
 
 EAPI=2
 inherit flag-o-matic toolchain-funcs eutils
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
 IUSE=""
 
 RDEPEND="media-libs/libmad



1.14                 media-sound/shell-fm/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/shell-fm/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	18 Apr 2010 00:23:14 -0000	1.13
+++ ChangeLog	18 Aug 2010 21:05:26 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/shell-fm
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/ChangeLog,v 1.14 2010/08/18 21:05:26 darkside Exp $
+
+  18 Aug 2010; Jeremy Olexa <darkside@gentoo.org> shell-fm-0.7.ebuild:
+  Add ~amd64-linux, bug 333029
 
   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.






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-08-18 21:05 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox