media-sound/aseqview: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Sat, 26 May 2018 21:50:10 +0000 (17:50 -0400)
committerAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 00:14:59 +0000 (20:14 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8604

media-sound/aseqview/aseqview-0.2.8.ebuild

index 0d5c975b9ec6577880072a33193bdb9986c12ef6..722f6f53e690d983604450088202ba933647ebf8 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
+EAPI=6
 
 DESCRIPTION="ALSA sequencer event viewer/filter"
-HOMEPAGE="http://www.alsa-project.org/~iwai/alsa.html"
-SRC_URI="http://ftp.suse.com/pub/people/tiwai/${PN}/${P}.tar.gz"
+HOMEPAGE="https://www.alsa-project.org/~iwai/alsa.html"
+SRC_URI="https://ftp.suse.com/pub/people/tiwai/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -24,5 +24,5 @@ src_configure() {
 
 src_install() {
        emake DESTDIR="${D}" install || die "emake install failed."
-       dodoc AUTHORS ChangeLog README
+       default
 }