summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-01-20 20:16:38 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-01-20 20:16:38 +0000
commit345f5976d199f0a19d8757d4f2e29c9b5e053b82 (patch)
treec92631b906689beb15cea95221462ca4f07062af /media-libs/bio2jack
parentDrop WANT_AUTOMAKE. USe latest by default. Bug #399435 (diff)
downloadgentoo-2-345f5976d199f0a19d8757d4f2e29c9b5e053b82.tar.gz
gentoo-2-345f5976d199f0a19d8757d4f2e29c9b5e053b82.tar.bz2
gentoo-2-345f5976d199f0a19d8757d4f2e29c9b5e053b82.zip
Remove unnecessary libtool archive wrt #389439c2 by Agostino Sarubbo
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/bio2jack')
-rw-r--r--media-libs/bio2jack/ChangeLog7
-rw-r--r--media-libs/bio2jack/bio2jack-0.9-r1.ebuild15
2 files changed, 12 insertions, 10 deletions
diff --git a/media-libs/bio2jack/ChangeLog b/media-libs/bio2jack/ChangeLog
index 7408d53a6893..9e7263e52aa1 100644
--- a/media-libs/bio2jack/ChangeLog
+++ b/media-libs/bio2jack/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/bio2jack
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/bio2jack/ChangeLog,v 1.41 2011/12/18 18:11:48 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/bio2jack/ChangeLog,v 1.42 2012/01/20 20:16:38 ssuominen Exp $
+
+ 20 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> bio2jack-0.9-r1.ebuild:
+ Remove unnecessary libtool archive wrt #389439c2 by Agostino Sarubbo
18 Dec 2011; Raúl Porcel <armin76@gentoo.org> bio2jack-0.9-r1.ebuild:
alpha/sparc stable wrt #389439
diff --git a/media-libs/bio2jack/bio2jack-0.9-r1.ebuild b/media-libs/bio2jack/bio2jack-0.9-r1.ebuild
index 0436a75b5a51..304fbbe95447 100644
--- a/media-libs/bio2jack/bio2jack-0.9-r1.ebuild
+++ b/media-libs/bio2jack/bio2jack-0.9-r1.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/bio2jack/bio2jack-0.9-r1.ebuild,v 1.5 2011/12/18 18:11:48 armin76 Exp $
-
-EAPI="3"
+# $Header: /var/cvsroot/gentoo-x86/media-libs/bio2jack/bio2jack-0.9-r1.ebuild,v 1.6 2012/01/20 20:16:38 ssuominen Exp $
+EAPI=4
inherit autotools
DESCRIPTION="A library for porting blocked I/O OSS/ALSA audio applications to JACK"
@@ -32,13 +31,13 @@ src_prepare() {
src_configure() {
econf \
- --disable-dependency-tracking \
--enable-shared \
$(use_enable static-libs static)
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dobin bio2jack-config || die
- dodoc AUTHORS ChangeLog NEWS README || die
+ emake DESTDIR="${D}" install
+ dobin bio2jack-config
+ dodoc AUTHORS ChangeLog NEWS README
+ rm -f "${ED}"usr/lib*/lib*.la
}