public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/shell-fm: ChangeLog shell-fm-0.8.ebuild
@ 2011-05-24 21:12 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2011-05-24 21:12 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/05/24 21:12:44

  Modified:             ChangeLog
  Added:                shell-fm-0.8.ebuild
  Log:
  Version bump (bug #368365). Update to EAPI 4 and use github tarball.
  
  (Portage version: 2.2.0_alpha33/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/shell-fm/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	18 Aug 2010 21:05:26 -0000	1.14
+++ ChangeLog	24 May 2011 21:12:43 -0000	1.15
@@ -1,6 +1,11 @@
 # 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.14 2010/08/18 21:05:26 darkside Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/ChangeLog,v 1.15 2011/05/24 21:12:43 radhermit Exp $
+
+*shell-fm-0.8 (24 May 2011)
+
+  24 May 2011; Tim Harder <radhermit@gentoo.org> +shell-fm-0.8.ebuild:
+  Version bump (bug #368365). Update to EAPI 4 and use github tarball.
 
   18 Aug 2010; Jeremy Olexa <darkside@gentoo.org> shell-fm-0.7.ebuild:
   Add ~amd64-linux, bug 333029



1.1                  media-sound/shell-fm/shell-fm-0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/shell-fm/shell-fm-0.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/shell-fm/shell-fm-0.8.ebuild?rev=1.1&content-type=text/plain

Index: shell-fm-0.8.ebuild
===================================================================
# Copyright 1999-2011 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.8.ebuild,v 1.1 2011/05/24 21:12:43 radhermit Exp $

EAPI=4
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/"
SRC_URI="https://github.com/jkramer/${PN}/tarball/v${PV} -> ${P}.tar.gz"

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

RDEPEND="media-libs/libmad
	media-libs/libao
	media-libs/taglib"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	sys-apps/sed"

src_unpack() {
	unpack ${A}
	mv *-${PN}-* "${S}"
}

src_prepare() {
	sed -i -e "s:-Os::" source/Makefile || die "sed failed"

	tc-export CC AR
	if use ppc; then
		append-flags -DWORDS_BIGENDIAN=1
	fi
}

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






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-24 21:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-24 21:12 [gentoo-commits] gentoo-x86 commit in media-sound/shell-fm: ChangeLog shell-fm-0.8.ebuild Tim Harder (radhermit)

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