summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-06-01 17:49:50 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-06-01 17:49:50 +0000
commit64de39206901b20604cc4eb8a97f17a9fa7ed0e6 (patch)
tree84625d72ec8c6ec57d12d8ab99d2facc3801017d /media-sound/brutefir
parentFixed build failure in case intltool is not intalled in the system (added nls... (diff)
downloadgentoo-2-64de39206901b20604cc4eb8a97f17a9fa7ed0e6.tar.gz
gentoo-2-64de39206901b20604cc4eb8a97f17a9fa7ed0e6.tar.bz2
gentoo-2-64de39206901b20604cc4eb8a97f17a9fa7ed0e6.zip
Fix repoman warnings
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/brutefir')
-rw-r--r--media-sound/brutefir/brutefir-1.0a.ebuild47
-rw-r--r--media-sound/brutefir/brutefir-1.0f.ebuild49
-rw-r--r--media-sound/brutefir/brutefir-1.0i.ebuild34
3 files changed, 15 insertions, 115 deletions
diff --git a/media-sound/brutefir/brutefir-1.0a.ebuild b/media-sound/brutefir/brutefir-1.0a.ebuild
deleted file mode 100644
index c6a3291b8cec..000000000000
--- a/media-sound/brutefir/brutefir-1.0a.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0a.ebuild,v 1.9 2007/01/05 17:25:14 flameeyes Exp $
-
-IUSE=""
-
-inherit eutils
-
-DESCRIPTION="Software convolution engine for applying long FIR filters"
-HOMEPAGE="http://www.ludd.luth.se/~torger/brutefir.html"
-SRC_URI="http://www.ludd.luth.se/~torger/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64 ~ppc"
-
-DEPEND=">=media-libs/alsa-lib-0.9.1
- media-sound/jack-audio-connection-kit
- >=sci-libs/fftw-3.0.0"
-
-src_compile() {
- emake || die
-}
-
-src_install() {
-
- mkdir -p ${D}/usr/bin
- mkdir -p ${D}/usr/lib/brutefir
-
- einstall DESTDIR=${D} \
- INSTALL_PREFIX=${D}/usr || die
-
- if [ "$(get_libdir)" != "lib" ]; then
- mv ${D}/usr/lib ${D}/usr/$(get_libdir)
- fi
-
- dodoc CHANGES README LICENSE
-
- insinto usr/share/brutefir
- doins xtc_config directpath.txt crosspath.txt massive_config bench1_config bench2_config bench3_config bench4_config bench5_config
-}
-
-pkg_postinst() {
- elog Brutefir is a complicated piece of software. Please read the documentation first!
- elog You can find documentation here: http://www.ludd.luth.se/~torger/brutefir.html
- elog Example config files are in /usr/share/brutefir
-}
diff --git a/media-sound/brutefir/brutefir-1.0f.ebuild b/media-sound/brutefir/brutefir-1.0f.ebuild
deleted file mode 100644
index 4709ec142449..000000000000
--- a/media-sound/brutefir/brutefir-1.0f.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0f.ebuild,v 1.3 2007/01/05 17:25:14 flameeyes Exp $
-
-inherit eutils
-
-IUSE=""
-DESCRIPTION="Software convolution engine for applying long FIR filters"
-HOMEPAGE="http://www.ludd.luth.se/~torger/brutefir.html"
-SRC_URI="http://www.ludd.luth.se/~torger/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ppc"
-
-DEPEND=">=media-libs/alsa-lib-0.9.1
- media-sound/jack-audio-connection-kit
- >=sci-libs/fftw-3.0.0"
-
-src_compile() {
- emake || die "make failed"
-}
-
-src_install() {
-
- mkdir -p ${D}/usr/bin
- mkdir -p ${D}/usr/lib/brutefir
-
- einstall DESTDIR=${D} \
- INSTALL_PREFIX=${D}/usr || die "make install failed"
-
- if [ "$(get_libdir)" != "lib" ]; then
- mv ${D}/usr/lib ${D}/usr/$(get_libdir)
- fi
-
- dodoc CHANGES README LICENSE
-
- insinto usr/share/brutefir
- doins xtc_config directpath.txt crosspath.txt massive_config bench1_config bench2_config bench3_config bench4_config bench5_config
-}
-
-pkg_postinst() {
- elog
- elog "Brutefir is a complicated piece of software. Please"
- elog "read the documentation first! You can find"
- elog "documentation here: http://www.ludd.luth.se/~torger/brutefir.html"
- elog "Example config files are in /usr/share/brutefir"
- elog
-}
diff --git a/media-sound/brutefir/brutefir-1.0i.ebuild b/media-sound/brutefir/brutefir-1.0i.ebuild
index 958f543cd746..63a105d26b69 100644
--- a/media-sound/brutefir/brutefir-1.0i.ebuild
+++ b/media-sound/brutefir/brutefir-1.0i.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0i.ebuild,v 1.3 2007/08/25 18:27:27 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0i.ebuild,v 1.4 2009/06/01 17:49:50 ssuominen Exp $
+EAPI=2
inherit eutils
-IUSE=""
DESCRIPTION="Software convolution engine for applying long FIR filters"
HOMEPAGE="http://www.ludd.luth.se/~torger/brutefir.html"
SRC_URI="http://www.ludd.luth.se/~torger/files/${P}.tar.gz"
@@ -12,38 +12,34 @@ SRC_URI="http://www.ludd.luth.se/~torger/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
+IUSE=""
-DEPEND=">=media-libs/alsa-lib-0.9.1
+RDEPEND="media-libs/alsa-lib
media-sound/jack-audio-connection-kit
- >=sci-libs/fftw-3.0.0"
-
-src_compile() {
- emake || die "make failed"
-}
+ sci-libs/fftw:3.0"
+DEPEND="${RDEPEND}"
src_install() {
+ mkdir -p "${D}"/usr/bin
+ mkdir -p "${D}"/usr/lib/brutefir
- mkdir -p ${D}/usr/bin
- mkdir -p ${D}/usr/lib/brutefir
-
- einstall DESTDIR=${D} \
- INSTALL_PREFIX=${D}/usr || die "make install failed"
+ einstall DESTDIR="${D}" INSTALL_PREFIX="${D}"/usr \
+ || die "einstall failed"
if [ "$(get_libdir)" != "lib" ]; then
- mv ${D}/usr/lib ${D}/usr/$(get_libdir)
+ mv "${D}"/usr/lib "${D}"/usr/$(get_libdir)
fi
- dodoc CHANGES README LICENSE
+ dodoc CHANGES README
insinto usr/share/brutefir
- doins xtc_config directpath.txt crosspath.txt massive_config bench1_config bench2_config bench3_config bench4_config bench5_config
+ doins xtc_config directpath.txt crosspath.txt massive_config \
+ bench1_config bench2_config bench3_config bench4_config bench5_config
}
pkg_postinst() {
- elog
elog "Brutefir is a complicated piece of software. Please"
elog "read the documentation first! You can find"
elog "documentation here: http://www.ludd.luth.se/~torger/brutefir.html"
elog "Example config files are in /usr/share/brutefir"
- elog
}