* [gentoo-commits] repo/gentoo:master commit in: media-plugins/ladspa-bs2b/
@ 2024-10-09 14:00 Sebastian Pipping
0 siblings, 0 replies; 10+ messages in thread
From: Sebastian Pipping @ 2024-10-09 14:00 UTC (permalink / raw
To: gentoo-commits
commit: a53c20252401545373a9fd3e4347f0196473f953
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 9 14:00:11 2024 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed Oct 9 14:00:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53c2025
media-plugins/ladspa-bs2b: Address warning EmptyGlobalAssignment
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
.../ladspa-bs2b/ladspa-bs2b-0.9.1-r4.ebuild | 30 ++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r4.ebuild b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r4.ebuild
new file mode 100644
index 000000000000..48292005efbd
--- /dev/null
+++ b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit autotools
+
+DESCRIPTION="LADSPA plugin for bs2b headphone filter"
+HOMEPAGE="http://bs2b.sourceforge.net/"
+SRC_URI="https://downloads.sourceforge.net/bs2b/plugins/LADSPA%20plugin/${PV}/${P}.tar.bz2"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="media-libs/ladspa-sdk
+ >=media-libs/libbs2b-3.1.0"
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ sed 's,dist-lzma,,' -i configure.ac || die
+ eautoreconf # bug 889426
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/ladspa-bs2b/
@ 2024-10-09 23:07 Sebastian Pipping
0 siblings, 0 replies; 10+ messages in thread
From: Sebastian Pipping @ 2024-10-09 23:07 UTC (permalink / raw
To: gentoo-commits
commit: 3eef14a90427e99c1c6785179e7bfad566315263
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 9 23:06:20 2024 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed Oct 9 23:06:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eef14a9
media-plugins/ladspa-bs2b: Drop old
Bug: https://bugs.gentoo.org/941203
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
.../ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild | 18 -------------
.../ladspa-bs2b/ladspa-bs2b-0.9.1-r2.ebuild | 23 ----------------
.../ladspa-bs2b/ladspa-bs2b-0.9.1-r3.ebuild | 31 ----------------------
3 files changed, 72 deletions(-)
diff --git a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild
deleted file mode 100644
index a4ae34ecc7ef..000000000000
--- a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-DESCRIPTION="LADSPA plugin for bs2b headphone filter"
-HOMEPAGE="http://bs2b.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/bs2b/plugins/LADSPA%20plugin/${PV}/${P}.tar.bz2"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="media-libs/ladspa-sdk
- >=media-libs/libbs2b-3.1.0"
-
-RDEPEND="${DEPEND}"
diff --git a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r2.ebuild b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r2.ebuild
deleted file mode 100644
index 1e2ca67e5244..000000000000
--- a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-DESCRIPTION="LADSPA plugin for bs2b headphone filter"
-HOMEPAGE="http://bs2b.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/bs2b/plugins/LADSPA%20plugin/${PV}/${P}.tar.bz2"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/ladspa-sdk
- >=media-libs/libbs2b-3.1.0"
-
-RDEPEND="${DEPEND}"
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
diff --git a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r3.ebuild b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r3.ebuild
deleted file mode 100644
index 693a15655bc5..000000000000
--- a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit autotools
-
-DESCRIPTION="LADSPA plugin for bs2b headphone filter"
-HOMEPAGE="http://bs2b.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/bs2b/plugins/LADSPA%20plugin/${PV}/${P}.tar.bz2"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/ladspa-sdk
- >=media-libs/libbs2b-3.1.0"
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- sed 's,dist-lzma,,' -i configure.ac || die
- eautoreconf # bug 889426
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/ladspa-bs2b/
@ 2024-10-09 18:06 Arthur Zamarin
0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2024-10-09 18:06 UTC (permalink / raw
To: gentoo-commits
commit: 8420bb4da8a9df082998ae8fac344b29be523720
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 9 18:06:35 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 9 18:06:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8420bb4d
media-plugins/ladspa-bs2b: Stabilize 0.9.1-r4 x86, #941203
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r4.ebuild b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r4.ebuild
index 48292005efbd..dcc670929ede 100644
--- a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r4.ebuild
+++ b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/bs2b/plugins/LADSPA%20plugin/${PV}/${
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
DEPEND="media-libs/ladspa-sdk
>=media-libs/libbs2b-3.1.0"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/ladspa-bs2b/
@ 2024-10-09 18:06 Arthur Zamarin
0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2024-10-09 18:06 UTC (permalink / raw
To: gentoo-commits
commit: ab5a0675dde580ac4829d03748e2bb540ed70e99
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 9 18:06:36 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 9 18:06:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5a0675
media-plugins/ladspa-bs2b: Stabilize 0.9.1-r4 amd64, #941203
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r4.ebuild b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r4.ebuild
index dcc670929ede..7f448a190a70 100644
--- a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r4.ebuild
+++ b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/bs2b/plugins/LADSPA%20plugin/${PV}/${
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
DEPEND="media-libs/ladspa-sdk
>=media-libs/libbs2b-3.1.0"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/ladspa-bs2b/
@ 2023-01-08 21:09 Sebastian Pipping
0 siblings, 0 replies; 10+ messages in thread
From: Sebastian Pipping @ 2023-01-08 21:09 UTC (permalink / raw
To: gentoo-commits
commit: 22cd904362c30ddaa479349fdc3b8278eb8c3aac
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 8 21:07:08 2023 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Jan 8 21:07:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22cd9043
media-plugins/ladspa-bs2b: Fix compilation for dash /bin/sh
Closes: https://bugs.gentoo.org/889426
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
.../ladspa-bs2b/ladspa-bs2b-0.9.1-r3.ebuild | 31 ++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r3.ebuild b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r3.ebuild
new file mode 100644
index 000000000000..fe0ab13e4dab
--- /dev/null
+++ b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit autotools
+
+DESCRIPTION="LADSPA plugin for bs2b headphone filter"
+HOMEPAGE="http://bs2b.sourceforge.net/"
+SRC_URI="mirror://sourceforge/bs2b/plugins/LADSPA%20plugin/${PV}/${P}.tar.bz2"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="media-libs/ladspa-sdk
+ >=media-libs/libbs2b-3.1.0"
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ sed 's,dist-lzma,,' -i configure.ac || die
+ eautoreconf # bug 889426
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/ladspa-bs2b/
@ 2022-05-28 15:51 Sebastian Pipping
0 siblings, 0 replies; 10+ messages in thread
From: Sebastian Pipping @ 2022-05-28 15:51 UTC (permalink / raw
To: gentoo-commits
commit: 115d217d14dd98783c3c6131708955c06e12f63b
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 15:50:23 2022 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat May 28 15:50:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115d217d
media-plugins/ladspa-bs2b: Address .la files + EAPI 8
Closes: https://bugs.gentoo.org/847646
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3
.../ladspa-bs2b/ladspa-bs2b-0.9.1-r2.ebuild | 23 ++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r2.ebuild b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r2.ebuild
new file mode 100644
index 000000000000..335c9aee6c76
--- /dev/null
+++ b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+DESCRIPTION="LADSPA plugin for bs2b headphone filter"
+HOMEPAGE="http://bs2b.sourceforge.net/"
+SRC_URI="mirror://sourceforge/bs2b/plugins/LADSPA%20plugin/${PV}/${P}.tar.bz2"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="media-libs/ladspa-sdk
+ >=media-libs/libbs2b-3.1.0"
+
+RDEPEND="${DEPEND}"
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/ladspa-bs2b/
@ 2019-11-23 18:19 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2019-11-23 18:19 UTC (permalink / raw
To: gentoo-commits
commit: a400d4efd677febb29632a925220798df766e5fc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 18:17:07 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 18:18:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a400d4ef
media-plugins/ladspa-bs2b: Drop EAPI 0 ebuild
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild | 23 ----------------------
1 file changed, 23 deletions(-)
diff --git a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild
deleted file mode 100644
index ca23f87ab9f..00000000000
--- a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="LADSPA plugin for bs2b headphone filter"
-HOMEPAGE="http://bs2b.sourceforge.net/"
-SRC_URI="mirror://sourceforge/bs2b/plugins/LADSPA%20plugin/${PV}/${P}.tar.bz2"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="media-libs/ladspa-sdk
- >=media-libs/libbs2b-3.1.0"
-
-RDEPEND="${DEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS THANKS
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/ladspa-bs2b/
@ 2019-11-12 10:45 Agostino Sarubbo
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2019-11-12 10:45 UTC (permalink / raw
To: gentoo-commits
commit: 9a9340a00700731dd7564f44fbb5f4f678e249ea
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 10:45:20 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Nov 12 10:45:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a9340a0
media-plugins/ladspa-bs2b: amd64 stable wrt bug #697278
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild
index db44ad92fe0..1320304cec3 100644
--- a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild
+++ b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/bs2b/plugins/LADSPA%20plugin/${PV}/${P}.tar.bz2"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND="media-libs/ladspa-sdk
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/ladspa-bs2b/
@ 2019-11-12 10:05 Agostino Sarubbo
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2019-11-12 10:05 UTC (permalink / raw
To: gentoo-commits
commit: f8fb408d47f3d38bd4768e91a501da7d4cb3a038
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 10:05:03 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Nov 12 10:05:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8fb408d
media-plugins/ladspa-bs2b: x86 stable wrt bug #697278
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild
index 8fb9247457d..db44ad92fe0 100644
--- a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild
+++ b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/bs2b/plugins/LADSPA%20plugin/${PV}/${P}.tar.bz2"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE=""
DEPEND="media-libs/ladspa-sdk
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/ladspa-bs2b/
@ 2019-10-20 19:37 Sebastian Pipping
0 siblings, 0 replies; 10+ messages in thread
From: Sebastian Pipping @ 2019-10-20 19:37 UTC (permalink / raw
To: gentoo-commits
commit: f16d5eb585dbc7994fa54e93614ee09633d6eaeb
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 20 19:33:40 2019 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Oct 20 19:36:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f16d5eb5
media-plugins/ladspa-bs2b: EAPI 7 + SRC_URI fix
Closes: https://bugs.gentoo.org/697278
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-2.3.68, Repoman-2.3.16
...ladspa-bs2b-0.9.1.ebuild => ladspa-bs2b-0.9.1-r1.ebuild} | 13 ++++---------
media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild | 2 +-
2 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild
similarity index 54%
copy from media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild
copy to media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild
index 44046793079..8fb9247457d 100644
--- a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild
+++ b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild
@@ -1,23 +1,18 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI="7"
DESCRIPTION="LADSPA plugin for bs2b headphone filter"
HOMEPAGE="http://bs2b.sourceforge.net/"
-SRC_URI="mirror://sourceforge/bs2b/LADSPA%20splugin/${PV}/${P}.tar.bz2"
+SRC_URI="mirror://sourceforge/bs2b/plugins/LADSPA%20plugin/${PV}/${P}.tar.bz2"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="media-libs/ladspa-sdk
>=media-libs/libbs2b-3.1.0"
RDEPEND="${DEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS THANKS
-}
diff --git a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild
index 44046793079..ca23f87ab9f 100644
--- a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild
+++ b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild
@@ -5,7 +5,7 @@ EAPI=0
DESCRIPTION="LADSPA plugin for bs2b headphone filter"
HOMEPAGE="http://bs2b.sourceforge.net/"
-SRC_URI="mirror://sourceforge/bs2b/LADSPA%20splugin/${PV}/${P}.tar.bz2"
+SRC_URI="mirror://sourceforge/bs2b/plugins/LADSPA%20plugin/${PV}/${P}.tar.bz2"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-10-09 23:07 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-09 14:00 [gentoo-commits] repo/gentoo:master commit in: media-plugins/ladspa-bs2b/ Sebastian Pipping
-- strict thread matches above, loose matches on Subject: below --
2024-10-09 23:07 Sebastian Pipping
2024-10-09 18:06 Arthur Zamarin
2024-10-09 18:06 Arthur Zamarin
2023-01-08 21:09 Sebastian Pipping
2022-05-28 15:51 Sebastian Pipping
2019-11-23 18:19 Michał Górny
2019-11-12 10:45 Agostino Sarubbo
2019-11-12 10:05 Agostino Sarubbo
2019-10-20 19:37 Sebastian Pipping
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox