summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Pryke <gavinlee303@gmail.com>2015-10-15 21:09:07 +0100
committerGavin Pryke <gavinlee303@gmail.com>2015-10-30 17:29:06 +0000
commit7cd0f8c35da108f352ddb22204ebe590aa5490ff (patch)
tree81a5a487ecb42c82124b6fd3afd3b52e31aaec52 /media-libs/stops/stops-0.3.0-r1.ebuild
parentmedia-plugins/mcp-plugins: fix HOMEPAGE, SRC_URI, EAPI=5. bug #437186 (diff)
downloadgentoo-7cd0f8c35da108f352ddb22204ebe590aa5490ff.tar.gz
gentoo-7cd0f8c35da108f352ddb22204ebe590aa5490ff.tar.bz2
gentoo-7cd0f8c35da108f352ddb22204ebe590aa5490ff.zip
media-libs/stops: fix HOMEPAGE, SRC_URI, EAPI=5. bug #437186
The HOMEPAGE and SRC_URI for kokkinizita upstream was changed some time ago. These changes point said variables to the new location. The previous ebuild was deprecated EAPI so bumped to EAPI=5, revbumped and modified ebuild accordingly. Bug: https://bugs.gentoo.org/show_bug.cgi?id=437186
Diffstat (limited to 'media-libs/stops/stops-0.3.0-r1.ebuild')
-rw-r--r--media-libs/stops/stops-0.3.0-r1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/media-libs/stops/stops-0.3.0-r1.ebuild b/media-libs/stops/stops-0.3.0-r1.ebuild
new file mode 100644
index 000000000000..e16f5957eb7a
--- /dev/null
+++ b/media-libs/stops/stops-0.3.0-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Organ stops for aeolus by Fons Adriaensen <fons.adriaensen@skynet.be>"
+HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html"
+SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_install() {
+ insinto /usr/share/${PN}
+ doins -r *.ae0 Aeolus* waves
+}