[proaudio] proaudio/proaudio: [3227] removed base eclass, EAPI 8 bump |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
Revision: 3227
Author: dominique
Date: 2021-12-19 12:57:57 +0100 (Sun, 19 Dec 2021)
Log Message:
-----------
removed base eclass, EAPI 8 bump
Modified Paths:
--------------
trunk/overlays/proaudio/media-sound/amidimap/ChangeLog
trunk/overlays/proaudio/media-sound/amidimap/amidimap-0.1.1-r1.ebuild
Modified: trunk/overlays/proaudio/media-sound/amidimap/ChangeLog
===================================================================
--- trunk/overlays/proaudio/media-sound/amidimap/ChangeLog 2021-12-19 11:49:01 UTC (rev 3226)
+++ trunk/overlays/proaudio/media-sound/amidimap/ChangeLog 2021-12-19 11:57:57 UTC (rev 3227)
@@ -1,7 +1,10 @@
# ChangeLog for media-sound/amidimap
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2021 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 19 Dec 2021; Dominique Michel <dominique_libre@xxxxxxxxxxxxxxxxxxxxx>
+ amidimap-0.1.1-r1: remove outdated base eclass, EAPI 8 bump.
+
*amidimap-0.1.1-r1 (02 May 2013)
02 May 2013; Gavin Pryke (gavlee) <gavinlee303@xxxxxxxxxxxxxx>
Modified: trunk/overlays/proaudio/media-sound/amidimap/amidimap-0.1.1-r1.ebuild
===================================================================
--- trunk/overlays/proaudio/media-sound/amidimap/amidimap-0.1.1-r1.ebuild 2021-12-19 11:49:01 UTC (rev 3226)
+++ trunk/overlays/proaudio/media-sound/amidimap/amidimap-0.1.1-r1.ebuild 2021-12-19 11:57:57 UTC (rev 3227)
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=5
-inherit base toolchain-funcs
+EAPI=8
+inherit toolchain-funcs
DESCRIPTION="Read in, process and output MIDI events."
HOMEPAGE="https://cowlark.com/amidimap/index.html"
@@ -23,10 +23,10 @@
PATCHES=( "${FILESDIR}"/${P}-Makefile.patch )
src_compile() {
- base_src_make CC="$(tc-getCC)"
+ emake CC="$(tc-getCC)"
}
src_install() {
dobin amidimap
- base_src_install_docs
+ dodoc "${DOCS[@]}"
}