commit:     6647ffb6d5e5eb14764d1e07f4645bc9536e1851
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Tue Jan 27 11:21:55 2026 +0000
Commit:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Tue Jan 27 11:30:34 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6647ffb6

media-sound/add64: add 4.1.0, drop 3.8.0, bump to EAPI-8

qmake-utils no longer supports EAPI-7

Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>

 media-sound/add64/Manifest                         |  2 +-
 .../{add64-3.9.3.ebuild => add64-3.9.3-r1.ebuild}  |  4 ++--
 .../{add64-3.8.0.ebuild => add64-4.1.0.ebuild}     | 22 +++++++++++-----------
 media-sound/add64/metadata.xml                     |  4 ----
 4 files changed, 14 insertions(+), 18 deletions(-)

diff --git a/media-sound/add64/Manifest b/media-sound/add64/Manifest
index c9bfb9044d..053df37b1a 100644
--- a/media-sound/add64/Manifest
+++ b/media-sound/add64/Manifest
@@ -1,2 +1,2 @@
-DIST Add64-3.8.0.tar.bz2 76729 BLAKE2B 
ddc13205617d78a9a79748cbb1a600efee87ed336e606e40fd079f5b413799ab25a252357f1578db1913f7dba1d205c255ac38dbb358df49086da33b8882da78
 SHA512 
4d7c1761f781ee70731944366170f8de04ce83c5ff396c412226d7a008a51b43abf4a33ba33b7720a67f714bb0b6c78d4b4faed15d721297066c9d997543dd33
 DIST Add64-3.9.3.tar.bz2 87299 BLAKE2B 
c0af3024b903c460b6f50eb7c963cd7f75a6329b6efbfe66b65ce88b3fc82670f10a355bc6f4b4cd3e93e9033c1ec831d7f92649d55098df2dc2520a13662714
 SHA512 
c637ed12b733d8b2f6e705b4ae38d67a4dd5f0ec4c8fd3c58c417dedb6cfeb3c0748159cfbe45655288702d359be4895ef85feb24ac6e54babccaa314ffe1851
+DIST Add64-4.1.0.tar.bz2 78446 BLAKE2B 
b786e30a5672df2ae9f5ab2d46873d672a7fc225f54cd065e19bf9340403ea888ea1bafd56c3c0d0ee2891cfb4165815fa38e7816bb47ce5b901653ebde25f3c
 SHA512 
e729bf75ca537956352e17439b1f49f072cb0d15ce80e925cf3bd1f621eb687d64c57b3902db6ccc0b965423818fd0bda8ebcf9ad5df1addadb736afa520fe93

diff --git a/media-sound/add64/add64-3.9.3.ebuild 
b/media-sound/add64/add64-3.9.3-r1.ebuild
similarity index 94%
rename from media-sound/add64/add64-3.9.3.ebuild
rename to media-sound/add64/add64-3.9.3-r1.ebuild
index cdd1cbda27..47be2010ee 100644
--- a/media-sound/add64/add64-3.9.3.ebuild
+++ b/media-sound/add64/add64-3.9.3-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit qmake-utils
 

diff --git a/media-sound/add64/add64-3.8.0.ebuild 
b/media-sound/add64/add64-4.1.0.ebuild
similarity index 59%
rename from media-sound/add64/add64-3.8.0.ebuild
rename to media-sound/add64/add64-4.1.0.ebuild
index 40db3ce4ee..8084dc2bdb 100644
--- a/media-sound/add64/add64-3.8.0.ebuild
+++ b/media-sound/add64/add64-4.1.0.ebuild
@@ -1,12 +1,15 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit qmake-utils
 
 DESCRIPTION="Add64 is a realtime additive/subtractive-synthesis softsynth"
-HOMEPAGE="https://sourceforge.net/projects/add64/ 
http://linuxsynths.com/Add64PatchesDemos/add64.html";
+HOMEPAGE="
+       https://sourceforge.net/projects/add64/
+       http://linuxsynths.com/Add64PatchesDemos/add64.html
+"
 SRC_URI="https://downloads.sourceforge.net/project/add64/Add64-${PV}.tar.bz2";
 
 S="${WORKDIR}/Add64-${PV}/"
@@ -14,7 +17,6 @@ S="${WORKDIR}/Add64-${PV}/"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="+presets"
 
 RDEPEND="
        dev-qt/qtcore:5
@@ -27,17 +29,15 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
-src_configure(){
+src_compile() {
        eqmake5
        default
 }
 
-src_install(){
+src_install() {
        dobin "${S}/Add64"
        insinto /usr/share/add64/
-       doins "${S}/Add64-MIDIconfig" || die "can't install MIDIconfig"
-       if use presets; then
-               insinto /usr/share/add64/Add64Presets
-               doins "${S}"/Add64Presets/* || die "can't install presets"
-       fi
+       doins "${S}/Add64-MIDIconfig"
+       insinto /usr/share/add64/Add64Presets
+       doins "${S}"/Add64Presets/*
 }

diff --git a/media-sound/add64/metadata.xml b/media-sound/add64/metadata.xml
index f7197cab49..1ba343c6a1 100644
--- a/media-sound/add64/metadata.xml
+++ b/media-sound/add64/metadata.xml
@@ -9,10 +9,6 @@
                complex spectral alterations onto a set of only a few 
parameters. Emphasis has also been
                put on modulations, both in the filter as well as the spectral 
design sections
        </longdescription>
-       <use>
-               <flag name="presets">Install presets. Recommended</flag>
-       </use>
-
        <upstream>
                <remote-id type="sourceforge">add64</remote-id>
        </upstream>

Reply via email to