Skip to content

Commit

Permalink
media-libs/stops: fix HOMEPAGE, SRC_URI, EAPI=5. bug #437186
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gavlee committed Oct 30, 2015
1 parent 6bdad72 commit 7cd0f8c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions media-libs/stops/stops-0.3.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 7cd0f8c

Please sign in to comment.