summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-03-18 10:01:28 +0000
committerAlexis Ballier <aballier@gentoo.org>2015-03-18 10:01:28 +0000
commit76b47baf9ebc552dcc643f1cb6eb791750c37b0f (patch)
tree52489e8b60516517679407f717073fcb2c11e5c9 /media-sound/aeolus
parentfix homepage & src_uri, bug #385411 by Emery Hemingway (diff)
downloadgentoo-2-76b47baf9ebc552dcc643f1cb6eb791750c37b0f.tar.gz
gentoo-2-76b47baf9ebc552dcc643f1cb6eb791750c37b0f.tar.bz2
gentoo-2-76b47baf9ebc552dcc643f1cb6eb791750c37b0f.zip
remove old
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-sound/aeolus')
-rw-r--r--media-sound/aeolus/ChangeLog5
-rw-r--r--media-sound/aeolus/aeolus-0.8.2.ebuild47
2 files changed, 4 insertions, 48 deletions
diff --git a/media-sound/aeolus/ChangeLog b/media-sound/aeolus/ChangeLog
index bb8879bb3a20..8a6fa2477c9a 100644
--- a/media-sound/aeolus/ChangeLog
+++ b/media-sound/aeolus/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/aeolus
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/aeolus/ChangeLog,v 1.8 2015/03/18 10:00:45 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/aeolus/ChangeLog,v 1.9 2015/03/18 10:01:28 aballier Exp $
+
+ 18 Mar 2015; Alexis Ballier <aballier@gentoo.org> -aeolus-0.8.2.ebuild:
+ remove old
18 Mar 2015; Alexis Ballier <aballier@gentoo.org> aeolus-0.8.1.ebuild,
aeolus-0.8.2.ebuild, aeolus-0.8.4.ebuild:
diff --git a/media-sound/aeolus/aeolus-0.8.2.ebuild b/media-sound/aeolus/aeolus-0.8.2.ebuild
deleted file mode 100644
index ea2cef484f3d..000000000000
--- a/media-sound/aeolus/aeolus-0.8.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/aeolus/aeolus-0.8.2.ebuild,v 1.2 2015/03/18 10:00:45 aballier Exp $
-
-inherit versionator toolchain-funcs multilib
-
-MY_P=${PN}-$(replace_version_separator 3 '-')
-
-DESCRIPTION="A synthesised pipe organ emulator"
-HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html"
-SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-libs/libclalsadrv-1.2.2
- >=media-libs/libclthreads-2.2.1
- >=media-libs/libclxclient-3.3.2
- x11-libs/libXft
- x11-libs/libX11
- >=media-sound/jack-audio-connection-kit-0.109.2
- 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 set correct compiler"
- emake PREFIX="/usr" 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"
-}