diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-03-22 15:26:36 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-03-22 15:26:36 +0000 |
commit | 9475b61e2664ee983fc265377bab23ed9046fc5f (patch) | |
tree | 769b39b1bea5e36be73e9722d02463977fb3b4b8 /media-sound/brutefir | |
parent | Remove superseded stable version. (diff) | |
download | gentoo-2-9475b61e2664ee983fc265377bab23ed9046fc5f.tar.gz gentoo-2-9475b61e2664ee983fc265377bab23ed9046fc5f.tar.bz2 gentoo-2-9475b61e2664ee983fc265377bab23ed9046fc5f.zip |
Remove superseded stable version.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-sound/brutefir')
-rw-r--r-- | media-sound/brutefir/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/brutefir/brutefir-1.0i.ebuild | 45 | ||||
-rw-r--r-- | media-sound/brutefir/brutefir-1.0k.ebuild | 50 |
3 files changed, 6 insertions, 98 deletions
diff --git a/media-sound/brutefir/ChangeLog b/media-sound/brutefir/ChangeLog index cc4fd313af19..28999ec4bdce 100644 --- a/media-sound/brutefir/ChangeLog +++ b/media-sound/brutefir/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/brutefir -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/ChangeLog,v 1.19 2012/06/09 02:08:39 zmedico Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/ChangeLog,v 1.20 2015/03/22 15:26:36 mrueg Exp $ + + 22 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -brutefir-1.0i.ebuild, + -brutefir-1.0k.ebuild: + Remove superseded stable version. 09 Jun 2012; Zac Medico <zmedico@gentoo.org> brutefir-1.0i.ebuild, brutefir-1.0k.ebuild: @@ -79,4 +83,3 @@ 18 Aug 2004; <frank@gentoo.org> : New ebuild for brutefir 1.0 submitted by Ed Wildgoose <gentoo@wildgooses.com>. Closes bug #58554. - diff --git a/media-sound/brutefir/brutefir-1.0i.ebuild b/media-sound/brutefir/brutefir-1.0i.ebuild deleted file mode 100644 index 4d1d84689792..000000000000 --- a/media-sound/brutefir/brutefir-1.0i.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 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.5 2012/06/09 02:08:39 zmedico Exp $ - -EAPI=2 -inherit eutils multilib - -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="amd64 ~ppc x86" -IUSE="" - -RDEPEND="media-libs/alsa-lib - media-sound/jack-audio-connection-kit - sci-libs/fftw:3.0" -DEPEND="${RDEPEND}" - -src_install() { - mkdir -p "${D}"/usr/bin - mkdir -p "${D}"/usr/lib/brutefir - - einstall DESTDIR="${D}" INSTALL_PREFIX="${D}"/usr \ - || die "einstall failed" - - if [ "$(get_libdir)" != "lib" ]; then - mv "${D}"/usr/lib "${D}"/usr/$(get_libdir) - fi - - 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 -} - -pkg_postinst() { - 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" -} diff --git a/media-sound/brutefir/brutefir-1.0k.ebuild b/media-sound/brutefir/brutefir-1.0k.ebuild deleted file mode 100644 index d476a42ffcaf..000000000000 --- a/media-sound/brutefir/brutefir-1.0k.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0k.ebuild,v 1.2 2012/06/09 02:08:39 zmedico Exp $ - -EAPI=2 -inherit eutils multilib toolchain-funcs - -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="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="media-libs/alsa-lib - media-sound/jack-audio-connection-kit - sci-libs/fftw:3.0" -DEPEND="${RDEPEND}" - -src_compile() { - emake LD="$(tc-getLD)" CC="$(tc-getCC)" \ - AS="$(tc-getAS)" || die "emake failed" -} - -src_install() { - dodir /usr/bin - dodir /usr/lib/brutefir - - einstall DESTDIR="${D}" INSTALL_PREFIX="${D}"/usr \ - || die "einstall failed" - - if [ "$(get_libdir)" != "lib" ]; then - mv "${D}"/usr/lib "${D}"/usr/$(get_libdir) - fi - - 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 -} - -pkg_postinst() { - 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" -} |