summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-10-08 09:49:46 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-10-08 09:49:46 +0000
commit9bfa4d81256ac8dee68805292f6defdd3f8f5783 (patch)
treee19aa8993d091c62456489e1190a897b2dd1c1e3 /media-radio
parentAdd opengl to dependencies (needed otherwise -lGL is not found). (diff)
downloadgentoo-2-9bfa4d81256ac8dee68805292f6defdd3f8f5783.tar.gz
gentoo-2-9bfa4d81256ac8dee68805292f6defdd3f8f5783.tar.bz2
gentoo-2-9bfa4d81256ac8dee68805292f6defdd3f8f5783.zip
Fix build-time dependency and remove defautl src_compile.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'media-radio')
-rw-r--r--media-radio/ssbd/ChangeLog7
-rw-r--r--media-radio/ssbd/ssbd-0.07.ebuild10
2 files changed, 8 insertions, 9 deletions
diff --git a/media-radio/ssbd/ChangeLog b/media-radio/ssbd/ChangeLog
index 4e6deb65a5b8..bc09f880dc43 100644
--- a/media-radio/ssbd/ChangeLog
+++ b/media-radio/ssbd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-radio/ssbd
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/ssbd/ChangeLog,v 1.3 2007/05/15 13:26:51 bangert Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/ssbd/ChangeLog,v 1.4 2008/10/08 09:49:46 flameeyes Exp $
+
+ 08 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> ssbd-0.07.ebuild:
+ Fix build-time dependency and remove defautl src_compile.
15 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
add <herd>no-herd</herd>
diff --git a/media-radio/ssbd/ssbd-0.07.ebuild b/media-radio/ssbd/ssbd-0.07.ebuild
index a25489e487c5..96e7448c11ce 100644
--- a/media-radio/ssbd/ssbd-0.07.ebuild
+++ b/media-radio/ssbd/ssbd-0.07.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/ssbd/ssbd-0.07.ebuild,v 1.2 2005/08/11 02:07:03 killsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/ssbd/ssbd-0.07.ebuild,v 1.3 2008/10/08 09:49:46 flameeyes Exp $
DESCRIPTION="SSB Voice Keyer Daemon for tucnak"
HOMEPAGE="http://tucnak.nagano.cz/tucnak1en.html"
@@ -14,11 +14,7 @@ IUSE=""
RDEPEND="virtual/libc
media-libs/libsndfile
=dev-libs/glib-1.2*"
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
+DEPEND="${RDEPEND}"
src_install() {
make DESTDIR=${D} install || die "install failed"