commit:     7cd0f8c35da108f352ddb22204ebe590aa5490ff
Author:     Gavin Pryke <gavinlee303 <AT> gmail <DOT> com>
AuthorDate: Thu Oct 15 20:09:07 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Oct 30 17:29:06 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cd0f8c3

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

 media-libs/stops/stops-0.3.0-r1.ebuild | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

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 0000000..e16f595
--- /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 
<[email protected]>"
+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
+}

Reply via email to