diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-15 21:26:01 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-15 21:26:01 +0000 |
commit | 37650800bd381b0505972dedc0d31e420c734306 (patch) | |
tree | c3f37da9b07c840cf4228c4dc013d6d1aca19e95 /media-sound/wildmidi | |
parent | Mask old net-misc/hamachi client for removal (diff) | |
download | gentoo-2-37650800bd381b0505972dedc0d31e420c734306.tar.gz gentoo-2-37650800bd381b0505972dedc0d31e420c734306.tar.bz2 gentoo-2-37650800bd381b0505972dedc0d31e420c734306.zip |
remove old ebuild
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/wildmidi')
-rw-r--r-- | media-sound/wildmidi/wildmidi-0.2.3.4.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/media-sound/wildmidi/wildmidi-0.2.3.4.ebuild b/media-sound/wildmidi/wildmidi-0.2.3.4.ebuild deleted file mode 100644 index 956dc405eca9..000000000000 --- a/media-sound/wildmidi/wildmidi-0.2.3.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/wildmidi/wildmidi-0.2.3.4.ebuild,v 1.6 2010/08/25 18:17:11 maekke Exp $ - -EAPI=3 - -inherit base autotools - -DESCRIPTION="Midi processing library and a midi player using the gus patch set" -HOMEPAGE="http://wildmidi.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-3 LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="alsa debug" - -RDEPEND="alsa? ( media-libs/alsa-lib )" -DEPEND="${RDEPEND}" - -src_prepare() { - #Respect LDFLAGS. Reported upstream. Bug id: 3045017 - sed -i -e "/^LDFLAGS/s:=:=\"${LDFLAGS}\":" configure.ac || die - eautoreconf -} - -src_configure() { - econf \ - --disable-werror \ - $(use_enable debug) \ - $(use alsa || echo --with-oss) -} - -src_install() { - base_src_install - find "${D}" -name '*.la' -exec rm -f {} + -} |