public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/dssi/
Date: Sat, 29 Oct 2022 12:08:27 +0000 (UTC)	[thread overview]
Message-ID: <1667045270.0f0da15c5a2ad1784646bd811cbef6943c7c8a0a.sam@gentoo> (raw)

commit:     0f0da15c5a2ad1784646bd811cbef6943c7c8a0a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 11:56:58 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 12:07:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f0da15c

media-libs/dssi: EAPI 8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{dssi-1.1.1-r1.ebuild => dssi-1.1.1-r2.ebuild}  | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/media-libs/dssi/dssi-1.1.1-r1.ebuild b/media-libs/dssi/dssi-1.1.1-r2.ebuild
similarity index 79%
rename from media-libs/dssi/dssi-1.1.1-r1.ebuild
rename to media-libs/dssi/dssi-1.1.1-r2.ebuild
index 8332b8f80e88..2cf087a5fb1b 100644
--- a/media-libs/dssi/dssi-1.1.1-r1.ebuild
+++ b/media-libs/dssi/dssi-1.1.1-r2.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
 inherit autotools
 
 DESCRIPTION="Plugin API for software instruments with user interfaces"
@@ -11,17 +12,17 @@ SRC_URI="mirror://sourceforge/dssi/${P}.tar.gz"
 LICENSE="BSD LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
 
-RDEPEND="media-libs/alsa-lib
+RDEPEND="
+	media-libs/alsa-lib
 	>=media-libs/liblo-0.12
-	virtual/jack
 	>=media-libs/ladspa-sdk-1.12-r2
 	>=media-libs/libsndfile-1.0.11
-	>=media-libs/libsamplerate-0.1.1-r1"
-DEPEND="${RDEPEND}
-	sys-apps/sed
-	virtual/pkgconfig"
+	>=media-libs/libsamplerate-0.1.1-r1
+	virtual/jack
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-1.1.1-no-werror.patch
@@ -41,6 +42,8 @@ src_prepare() {
 
 src_install() {
 	DOCS=( README doc/TODO doc/*.txt )
+
 	default
-	find "${D}" -name '*.la' -delete || die "Pruning failed"
+
+	find "${ED}" -name '*.la' -delete || die "Pruning failed"
 }


             reply	other threads:[~2022-10-29 12:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-29 12:08 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-19  6:47 [gentoo-commits] repo/gentoo:master commit in: media-libs/dssi/ Miroslav Šulc
2018-05-29 13:18 Aaron Bauman
2018-05-28 23:02 Aaron Bauman
2018-01-16 21:16 Andreas Sturmlechner
2017-04-21  9:19 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1667045270.0f0da15c5a2ad1784646bd811cbef6943c7c8a0a.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox