diff options
author | Mike Kelly <pioto@gentoo.org> | 2007-03-23 20:37:32 +0000 |
---|---|---|
committer | Mike Kelly <pioto@gentoo.org> | 2007-03-23 20:37:32 +0000 |
commit | 2641c1143fb3f3b265fb490d3ef332677f9a7717 (patch) | |
tree | 9505892d48553b07613b5eb2a9984253221c00d0 /media-sound | |
parent | Initial ebuild. (diff) | |
download | gentoo-2-2641c1143fb3f3b265fb490d3ef332677f9a7717.tar.gz gentoo-2-2641c1143fb3f3b265fb490d3ef332677f9a7717.tar.bz2 gentoo-2-2641c1143fb3f3b265fb490d3ef332677f9a7717.zip |
Fix $SS.
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/shell-fm/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/shell-fm/shell-fm-0.2_p191.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/media-sound/shell-fm/ChangeLog b/media-sound/shell-fm/ChangeLog index 04229729766a..8e4ca9428997 100644 --- a/media-sound/shell-fm/ChangeLog +++ b/media-sound/shell-fm/ChangeLog @@ -1,6 +1,9 @@ # 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.1 2007/03/23 20:31:03 pioto Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/ChangeLog,v 1.2 2007/03/23 20:37:32 pioto Exp $ + + 23 Mar 2007; Mike Kelly <pioto@gentoo.org> shell-fm-0.2_p191.ebuild: + Fix $SS. 23 Mar 2007; Mike Kelly <pioto@gentoo.org> +metadata.xml: Initial ebuild. diff --git a/media-sound/shell-fm/shell-fm-0.2_p191.ebuild b/media-sound/shell-fm/shell-fm-0.2_p191.ebuild index b12e3653ca85..1e887e0d43a7 100644 --- a/media-sound/shell-fm/shell-fm-0.2_p191.ebuild +++ b/media-sound/shell-fm/shell-fm-0.2_p191.ebuild @@ -1,6 +1,6 @@ # 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.2_p191.ebuild,v 1.1 2007/03/23 20:31:03 pioto Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/shell-fm-0.2_p191.ebuild,v 1.2 2007/03/23 20:37:32 pioto Exp $ DESCRIPTION="A lightweight console based player for Last.FM radio streams." HOMEPAGE="http://nex.scrapping.cc/shell-fm/" @@ -14,8 +14,6 @@ IUSE="ao" DEPEND="media-libs/libmad ao? ( media-libs/libao )" -S="${WORKDIR}/${PN}" - src_compile() { econf $(use_enable ao) || die 'econf failed' emake || die 'emake failed' |