Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/stops/
Date: Sun, 01 Nov 2015 10:14:48
Message-Id: 1446226146.7cd0f8c35da108f352ddb22204ebe590aa5490ff.aballier@gentoo
1 commit: 7cd0f8c35da108f352ddb22204ebe590aa5490ff
2 Author: Gavin Pryke <gavinlee303 <AT> gmail <DOT> com>
3 AuthorDate: Thu Oct 15 20:09:07 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 30 17:29:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cd0f8c3
7
8 media-libs/stops: fix HOMEPAGE, SRC_URI, EAPI=5. bug #437186
9
10 The HOMEPAGE and SRC_URI for kokkinizita upstream was changed
11 some time ago. These changes point said variables to the new
12 location. The previous ebuild was deprecated EAPI so
13 bumped to EAPI=5, revbumped and modified ebuild accordingly.
14
15 Bug: https://bugs.gentoo.org/show_bug.cgi?id=437186
16
17 media-libs/stops/stops-0.3.0-r1.ebuild | 19 +++++++++++++++++++
18 1 file changed, 19 insertions(+)
19
20 diff --git a/media-libs/stops/stops-0.3.0-r1.ebuild b/media-libs/stops/stops-0.3.0-r1.ebuild
21 new file mode 100644
22 index 0000000..e16f595
23 --- /dev/null
24 +++ b/media-libs/stops/stops-0.3.0-r1.ebuild
25 @@ -0,0 +1,19 @@
26 +# Copyright 1999-2015 Gentoo Foundation
27 +# Distributed under the terms of the GNU General Public License v2
28 +# $Id$
29 +
30 +EAPI=5
31 +
32 +DESCRIPTION="Organ stops for aeolus by Fons Adriaensen <fons.adriaensen@××××××.be>"
33 +HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html"
34 +SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2"
35 +
36 +LICENSE="GPL-2"
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~x86"
39 +IUSE=""
40 +
41 +src_install() {
42 + insinto /usr/share/${PN}
43 + doins -r *.ae0 Aeolus* waves
44 +}