summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-sound/shell-fm/Manifest8
-rw-r--r--media-sound/shell-fm/shell-fm-0.4.ebuild7
2 files changed, 8 insertions, 7 deletions
diff --git a/media-sound/shell-fm/Manifest b/media-sound/shell-fm/Manifest
index bee4ed424131..09761a4e940d 100644
--- a/media-sound/shell-fm/Manifest
+++ b/media-sound/shell-fm/Manifest
@@ -4,10 +4,10 @@ EBUILD shell-fm-0.2_p191.ebuild 683 RMD160 dad9960c3a5cbff522f8471e6dfffc836ba18
MD5 e15d11fadef30f101e45cc7205da117c shell-fm-0.2_p191.ebuild 683
RMD160 dad9960c3a5cbff522f8471e6dfffc836ba181a8 shell-fm-0.2_p191.ebuild 683
SHA256 18fd5c3737343b8e209d58953688959766e018b1759666fa3363757bbb6ede1a shell-fm-0.2_p191.ebuild 683
-EBUILD shell-fm-0.4.ebuild 888 RMD160 c17ac4141a43c234b7b27ab26016a1c57b80dba9 SHA1 504c3788034aba73da5cb5a90ec2eec58d68853f SHA256 12d4dfd10e1fbaba42134ed20f66cc4d4a5096a89dfa22337a9f00d3e987cd28
-MD5 ecddb78079e5cf0b4dc78a3ff763b6fc shell-fm-0.4.ebuild 888
-RMD160 c17ac4141a43c234b7b27ab26016a1c57b80dba9 shell-fm-0.4.ebuild 888
-SHA256 12d4dfd10e1fbaba42134ed20f66cc4d4a5096a89dfa22337a9f00d3e987cd28 shell-fm-0.4.ebuild 888
+EBUILD shell-fm-0.4.ebuild 910 RMD160 97d9028d62c59482a4c4b45c21b6e10e5cca6cb1 SHA1 65cbad3fb791a054fcc8d4c1a098034add5457fc SHA256 6b74de23ce6dcf4ab26272c209dd9cc7675eac0e208365b59d0b444fd9cbeedc
+MD5 35d059cd2b18def7e3062145bd516f77 shell-fm-0.4.ebuild 910
+RMD160 97d9028d62c59482a4c4b45c21b6e10e5cca6cb1 shell-fm-0.4.ebuild 910
+SHA256 6b74de23ce6dcf4ab26272c209dd9cc7675eac0e208365b59d0b444fd9cbeedc shell-fm-0.4.ebuild 910
MISC ChangeLog 977 RMD160 c81eedd3333f532e590e5e8a032453f2f10d7659 SHA1 047209ae0866e9371ec2b25d462810fccca29fa5 SHA256 d904fa779ecacee2d747bbe0635f7c4b6cda13fc5d436a9d40fd2b0a99671481
MD5 e80c58448d4d616abd451afd0f95450e ChangeLog 977
RMD160 c81eedd3333f532e590e5e8a032453f2f10d7659 ChangeLog 977
diff --git a/media-sound/shell-fm/shell-fm-0.4.ebuild b/media-sound/shell-fm/shell-fm-0.4.ebuild
index d0be24c88d21..fb066f33f0f9 100644
--- a/media-sound/shell-fm/shell-fm-0.4.ebuild
+++ b/media-sound/shell-fm/shell-fm-0.4.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.4.ebuild,v 1.1 2007/11/19 22:22:25 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shell-fm/shell-fm-0.4.ebuild,v 1.2 2007/11/19 22:25:40 drac Exp $
inherit autotools
@@ -13,8 +13,9 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="ao"
-DEPEND="media-libs/libmad
+RDEPEND="media-libs/libmad
ao? ( media-libs/libao )"
+DEPEND="${RDEPEND}"
src_unpack() {
unpack ${A}
@@ -28,7 +29,7 @@ src_compile() {
}
src_install() {
- emake DESTDIR="${D}" install || die 'emake install failed'
+ 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}