About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
drac 07/11/19 22:22:25 Modified: ChangeLog Added: shell-fm-0.4.ebuild Log: Version bump for bug 199658, thanks to Thomas M. for reporting. (Portage version: 2.1.3.19) Revision Changes Path 1.7 media-sound/shell-fm/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shell-fm/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shell-fm/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shell-fm/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/shell-fm/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 17 Sep 2007 20:49:43 -0000 1.6 +++ ChangeLog 19 Nov 2007 22:22:25 -0000 1.7 @@ -1,6 +1,11 @@ # ChangeLog for media-sound/shell-fm # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/ChangeLog,v 1.6 2007/09/17 20:49:43 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/ChangeLog,v 1.7 2007/11/19 22:22:25 drac Exp $ + +*shell-fm-0.4 (19 Nov 2007) + + 19 Nov 2007; Samuli Suominen <drac@g.o> +shell-fm-0.4.ebuild: + Version bump for bug 199658, thanks to Thomas M. for reporting. 17 Sep 2007; Samuli Suominen <drac@g.o> metadata.xml: Add sound as herd. 1.1 media-sound/shell-fm/shell-fm-0.4.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shell-fm/shell-fm-0.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/shell-fm/shell-fm-0.4.ebuild?rev=1.1&content-type=text/plain Index: shell-fm-0.4.ebuild =================================================================== # Copyright 1999-2007 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.4.ebuild,v 1.1 2007/11/19 22:22:25 drac Exp $ inherit autotools DESCRIPTION="A lightweight console based player for Last.FM radio streams." HOMEPAGE="http://nex.scrapping.cc/shell-fm" SRC_URI="http://nex.scrapping.cc/${PN}/downloads/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="ao" DEPEND="media-libs/libmad ao? ( media-libs/libao )" src_unpack() { unpack ${A} cd "${S}" AT_M4DIR="m4" eautoreconf } src_compile() { econf $(use_enable ao) emake || die "emake failed." } src_install() { emake DESTDIR="${D}" install || die 'emake install failed' dodoc AUTHORS NEWS TODO shell-fm.rc-example doc/*.txt insinto /usr/share/doc/${PF}/scripts doins scripts/{shell*,zcontrol} } -- gentoo-commits@g.o mailing list
Updated Mar 18, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.