diff options
author | 2008-04-29 21:24:34 +0000 | |
---|---|---|
committer | 2008-04-29 21:24:34 +0000 | |
commit | 5bf931b079181aa7fd6d53c402ec184c1edafb97 (patch) | |
tree | 1fb0c14d66c44bee60f2474d8affbe0623d26e69 /media-sound/aeolus | |
parent | Fix checksum of changed upstream file. (diff) | |
download | gentoo-2-5bf931b079181aa7fd6d53c402ec184c1edafb97.tar.gz gentoo-2-5bf931b079181aa7fd6d53c402ec184c1edafb97.tar.bz2 gentoo-2-5bf931b079181aa7fd6d53c402ec184c1edafb97.zip |
remove old
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'media-sound/aeolus')
-rw-r--r-- | media-sound/aeolus/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/aeolus/aeolus-0.6.6.2.ebuild | 47 |
2 files changed, 4 insertions, 48 deletions
diff --git a/media-sound/aeolus/ChangeLog b/media-sound/aeolus/ChangeLog index 577b36d87141..1123a518ccf5 100644 --- a/media-sound/aeolus/ChangeLog +++ b/media-sound/aeolus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/aeolus # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/aeolus/ChangeLog,v 1.2 2008/04/19 14:04:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/aeolus/ChangeLog,v 1.3 2008/04/29 21:24:34 aballier Exp $ + + 29 Apr 2008; Alexis Ballier <aballier@gentoo.org> -aeolus-0.6.6.2.ebuild: + remove old *aeolus-0.8.1 (19 Apr 2008) diff --git a/media-sound/aeolus/aeolus-0.6.6.2.ebuild b/media-sound/aeolus/aeolus-0.6.6.2.ebuild deleted file mode 100644 index 7e72bc096a4e..000000000000 --- a/media-sound/aeolus/aeolus-0.6.6.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/aeolus/aeolus-0.6.6.2.ebuild,v 1.1 2008/01/27 19:52:04 aballier Exp $ - -inherit versionator toolchain-funcs multilib - -MY_P=${PN}-$(replace_version_separator 3 '-') - -DESCRIPTION="A synthesised pipe organ emulator" -HOMEPAGE="http://www.kokkinizita.net/linuxaudio/aeolus/index.html" -SRC_URI="http://www.kokkinizita.net/linuxaudio/downloads/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=media-libs/libclalsadrv-1.1.0 - >=media-libs/libclthreads-2.2.1 - >=media-libs/libclxclient-3.3.0 - x11-libs/libXft - x11-libs/libX11 - media-sound/jack-audio-connection-kit - media-libs/alsa-lib - sys-libs/readline" - -RDEPEND="${DEPEND} - media-libs/stops" - -S=${WORKDIR}/${PN}-$(get_version_component_range 1-3) - -src_compile() { - tc-export CXX - sed -i -e "s/-O3//" Makefile || die "Failed to remove forced CFLAGS" - sed -i -e "s:/sbin/ldconfig:true:" Makefile || die "Failed to remove ldconfig call CFLAGS" - sed -i -e "s/g++/$(tc-getCXX)/" Makefile || die "Failed to remove forced CFLAGS" - emake LIBDIR=$(get_libdir) || die "make failed" -} - -src_install() { - dodir /usr/bin - emake PREFIX="${D}/usr" install || die "make install failed" - dodoc README AUTHORS - echo "-S /usr/share/stops" > "${T}/aeolus.conf" - insinto /etc - doins "${T}/aeolus.conf" -} |