diff options
author | Gavin Pryke <gavinlee303@gmail.com> | 2015-10-15 21:09:07 +0100 |
---|---|---|
committer | Gavin Pryke <gavinlee303@gmail.com> | 2015-10-30 17:29:06 +0000 |
commit | 7cd0f8c35da108f352ddb22204ebe590aa5490ff (patch) | |
tree | 81a5a487ecb42c82124b6fd3afd3b52e31aaec52 /media-libs/stops | |
parent | media-plugins/mcp-plugins: fix HOMEPAGE, SRC_URI, EAPI=5. bug #437186 (diff) | |
download | gentoo-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')
-rw-r--r-- | media-libs/stops/stops-0.3.0-r1.ebuild | 19 |
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 +} |