summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-01-25 19:21:32 +0000
committerTim Harder <radhermit@gentoo.org>2014-01-25 19:21:32 +0000
commitd9f2825ad8ad7623c46d96f93d908c09b5619468 (patch)
tree0730b2b37ec43808caae7c2a01f43fea0ce1e049 /media-sound
parentRevert accidental change. (diff)
downloadgentoo-2-d9f2825ad8ad7623c46d96f93d908c09b5619468.tar.gz
gentoo-2-d9f2825ad8ad7623c46d96f93d908c09b5619468.tar.bz2
gentoo-2-d9f2825ad8ad7623c46d96f93d908c09b5619468.zip
Update HOMEPAGE, SRC_URI, and bump to EAPI 5.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/jaaa/ChangeLog7
-rw-r--r--media-sound/jaaa/jaaa-0.6.0.ebuild14
2 files changed, 12 insertions, 9 deletions
diff --git a/media-sound/jaaa/ChangeLog b/media-sound/jaaa/ChangeLog
index e58a694ca670..0669f0fee0b3 100644
--- a/media-sound/jaaa/ChangeLog
+++ b/media-sound/jaaa/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/jaaa
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/jaaa/ChangeLog,v 1.15 2012/09/07 22:25:14 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/jaaa/ChangeLog,v 1.16 2014/01/25 19:21:32 radhermit Exp $
+
+ 25 Jan 2014; Tim Harder <radhermit@gentoo.org> jaaa-0.6.0.ebuild:
+ Update HOMEPAGE, SRC_URI, and bump to EAPI 5.
07 Sep 2012; Tim Harder <radhermit@gentoo.org> metadata.xml:
Remove redundant maintainer from metadata.
diff --git a/media-sound/jaaa/jaaa-0.6.0.ebuild b/media-sound/jaaa/jaaa-0.6.0.ebuild
index 9db554c3d6c7..73b62b5d1752 100644
--- a/media-sound/jaaa/jaaa-0.6.0.ebuild
+++ b/media-sound/jaaa/jaaa-0.6.0.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/jaaa/jaaa-0.6.0.ebuild,v 1.2 2011/03/28 15:34:09 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/jaaa/jaaa-0.6.0.ebuild,v 1.3 2014/01/25 19:21:32 radhermit Exp $
-EAPI=2
+EAPI=5
inherit eutils toolchain-funcs
DESCRIPTION="The JACK and ALSA Audio Analyser is an audio signal generator and spectrum analyser"
-HOMEPAGE="http://www.kokkinizita.net/linuxaudio"
-SRC_URI="http://www.kokkinizita.net/linuxaudio/downloads/${P}.tar.bz2"
+HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/"
+SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
@@ -28,10 +28,10 @@ src_prepare() {
src_compile() {
tc-export CC CXX
- emake PREFIX=/usr || die
+ emake PREFIX=/usr
}
src_install() {
- emake DESTDIR="${D}" PREFIX=/usr install || die
+ emake DESTDIR="${D}" PREFIX=/usr install
dodoc AUTHORS README
}