media-gfx/arss: revision bump
authorMichael Palimaka <kensington@gentoo.org>
Thu, 9 Jun 2016 13:38:05 +0000 (23:38 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 9 Jun 2016 13:40:04 +0000 (23:40 +1000)
* Migrate to EAPI 6
* Improve LICENSE
* Fix sci-libs/fftw dependency

Gentoo-bug: 583872

Package-Manager: portage-2.3.0_rc1

media-gfx/arss/arss-0.2.3-r1.ebuild [new file with mode: 0644]

diff --git a/media-gfx/arss/arss-0.2.3-r1.ebuild b/media-gfx/arss/arss-0.2.3-r1.ebuild
new file mode 100644 (file)
index 0000000..27d08a2
--- /dev/null
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+CMAKE_IN_SOURCE_BUILD="true"
+MY_P=${P}-src
+
+inherit cmake-utils
+
+DESCRIPTION="Analysis & Resynthesis Sound Spectrograph"
+HOMEPAGE="http://arss.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="sci-libs/fftw:3.0="
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}/src
+
+DOCS=( ../AUTHORS ../ChangeLog )