summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-07-06 10:32:39 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2023-07-07 09:31:24 +0200
commit007ddf62a9d4c9ef7da8eab3b7bb61e10dc7022c (patch)
tree7958e738c07e48ea64de2e118b5cbe7c4f98d2e3 /media-libs
parentmedia-libs/aften: use HTTPS (diff)
downloadgentoo-007ddf62a9d4c9ef7da8eab3b7bb61e10dc7022c.tar.gz
gentoo-007ddf62a9d4c9ef7da8eab3b7bb61e10dc7022c.tar.bz2
gentoo-007ddf62a9d4c9ef7da8eab3b7bb61e10dc7022c.zip
media-libs/bio2jack: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/bio2jack/bio2jack-0.9-r2.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/media-libs/bio2jack/bio2jack-0.9-r2.ebuild b/media-libs/bio2jack/bio2jack-0.9-r2.ebuild
index 77de2718000d..d14f9030429a 100644
--- a/media-libs/bio2jack/bio2jack-0.9-r2.ebuild
+++ b/media-libs/bio2jack/bio2jack-0.9-r2.ebuild
@@ -1,15 +1,16 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
-DESCRIPTION="A library for porting blocked I/O OSS/ALSA audio applications to JACK"
-HOMEPAGE="http://bio2jack.sourceforge.net/"
+DESCRIPTION="Library for porting blocked I/O OSS/ALSA audio applications to JACK"
+HOMEPAGE="https://bio2jack.sourceforge.net/"
SRC_URI="mirror://sourceforge/bio2jack/${P}.tar.gz"
+S="${WORKDIR}/${PN}"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="static-libs"
@@ -22,8 +23,6 @@ DEPEND="
virtual/jack"
RDEPEND="${DEPEND}"
-S=${WORKDIR}/${PN}
-
src_prepare() {
default