summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-08-21 23:48:00 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-08-21 23:48:00 +0000
commit0cdf39d9bd4451df85241d45b0063010f54b2cdd (patch)
tree003a15674bd0fae19f9239bb12f4e87974dc942a /media-sound/bitscope
parentand the ChangLog. (Manifest recommit) (diff)
downloadgentoo-2-0cdf39d9bd4451df85241d45b0063010f54b2cdd.tar.gz
gentoo-2-0cdf39d9bd4451df85241d45b0063010f54b2cdd.tar.bz2
gentoo-2-0cdf39d9bd4451df85241d45b0063010f54b2cdd.zip
Fix dep; use generic src_compile; tidy
Diffstat (limited to 'media-sound/bitscope')
-rw-r--r--media-sound/bitscope/ChangeLog7
-rw-r--r--media-sound/bitscope/bitscope-1.1.ebuild14
2 files changed, 10 insertions, 11 deletions
diff --git a/media-sound/bitscope/ChangeLog b/media-sound/bitscope/ChangeLog
index 114f73f1fe5b..45848eb5cae0 100644
--- a/media-sound/bitscope/ChangeLog
+++ b/media-sound/bitscope/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/bitscope
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/bitscope/ChangeLog,v 1.1 2004/08/20 17:36:07 fvdpol Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/bitscope/ChangeLog,v 1.2 2004/08/21 23:48:00 mr_bones_ Exp $
+
+*bitscope-1.1 (21 Aug 2004)
+
+ 21 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> bitscope-1.1.ebuild:
+ Fix dep; use generic src_compile; tidy
20 Aug 2004; <frank@gentoo.org> :
New ebuild submitted by
diff --git a/media-sound/bitscope/bitscope-1.1.ebuild b/media-sound/bitscope/bitscope-1.1.ebuild
index c9e2fff0eb0d..53cf896795ad 100644
--- a/media-sound/bitscope/bitscope-1.1.ebuild
+++ b/media-sound/bitscope/bitscope-1.1.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/bitscope/bitscope-1.1.ebuild,v 1.1 2004/08/20 17:36:07 fvdpol Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/media-sound/bitscope/bitscope-1.1.ebuild,v 1.2 2004/08/21 23:48:00 mr_bones_ Exp $
DESCRIPTION="A diagnosis tool for JACK audio software"
HOMEPAGE="http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/"
@@ -12,21 +10,17 @@ RESTRICT=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+IUSE=""
#first two for WANT_AUTOMAKE/CONF
DEPEND=">=sys-devel/autoconf-2.58
>=sys-devel/automake-1.7.2
- virtual/glibc
+ virtual/libc
virtual/jack
>=x11-libs/gtk+-2.0.0"
-src_compile() {
- econf || die
- emake || die
-}
-
src_install() {
einstall || die "make install failed"
- dodoc COPYING INSTALL README
+ dodoc INSTALL README
dohtml doc/*png doc/index.html
}