From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lsp-plugins/
Date: Wed, 19 Oct 2022 03:47:06 +0000 (UTC) [thread overview]
Message-ID: <1666150963.c9b6d1e121f73981f59d960efb2320e524e91cd8.sam@gentoo> (raw)
commit: c9b6d1e121f73981f59d960efb2320e524e91cd8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 19 03:42:43 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 03:42:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b6d1e1
media-libs/lsp-plugins: drop 1.1.22, 1.1.24
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/lsp-plugins/Manifest | 2 -
media-libs/lsp-plugins/lsp-plugins-1.1.22.ebuild | 52 ----------------------
media-libs/lsp-plugins/lsp-plugins-1.1.24.ebuild | 55 ------------------------
3 files changed, 109 deletions(-)
diff --git a/media-libs/lsp-plugins/Manifest b/media-libs/lsp-plugins/Manifest
index 8b3a7cc14619..11db6e6441b5 100644
--- a/media-libs/lsp-plugins/Manifest
+++ b/media-libs/lsp-plugins/Manifest
@@ -1,4 +1,2 @@
-DIST lsp-plugins-1.1.22.tar.gz 61694018 BLAKE2B 5c14140af797624cf67d61618d22a006c4b02232cef92533244f36b108b58461c56c28379cbdefc8d967de34c3bae91450bc787a0e6ab2ae41f53e4e431a17ff SHA512 6004136b55a990033d22e60af6c418a5ee708aaf0f4263fc3af8097876f7eea6e125a44392468ed8e30a92c0fa44eb65f40d80b25a5f243d3fd4f1c0f3af70d6
-DIST lsp-plugins-1.1.24.tar.gz 63809276 BLAKE2B 3d623d4a5b21f2b4dbd7263805b50c9cd9bf19733aeab774983d7a79695015d1e30201f3de46dde950adadcced347f878a272c1c3da9c5f0721c6effda05d9b4 SHA512 20a82594aec51877255ca2808b6c8af03fcfc2f393fdbc6ae6826dd0da17c4a5cb14f02658c1f102600477d7d4d4fc9e24ee3c6a6ef704afc443499a43bd65ec
DIST lsp-plugins-1.1.29.tar.gz 66143142 BLAKE2B 6fa6943d8cdf3aedc9f671c64b433ffd5c4f6c7ca14f6a75578300240971e7c9e8546b9a7df7a13b8cd6e0844724c064daa7e249aba70636f47a622e73ed264a SHA512 b8c3804ad583322bce414d6beb079afa5b98a111126bb4507642376fcf1f82b31525b4959c6388b02cc1d14e0ec25de3596794895f2860f492a5fbf87f6e88b7
DIST lsp-plugins-1.2.3.tar.gz 38760829 BLAKE2B c28a4b5cfdbbe5fe42c3f4821ce323cb097b84eddc850f43adcc14e8a9edb2e313236ce44e4eca17dd226c578113a5749d06754deb45a6c2e7c2ff37bfed4fc2 SHA512 1db849ebceffb24540879fcd0971ddd8bffe9a0ecaaebf4b69bf8633a267562bb3eb5cd55dce8b804868d880efdec95b19a312ee017c2a9334b5e764eebbbb30
diff --git a/media-libs/lsp-plugins/lsp-plugins-1.1.22.ebuild b/media-libs/lsp-plugins/lsp-plugins-1.1.22.ebuild
deleted file mode 100644
index 5a71e0a3425b..000000000000
--- a/media-libs/lsp-plugins/lsp-plugins-1.1.22.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Linux Studio Plugins"
-HOMEPAGE="https://lsp-plug.in"
-
-if [[ ${PV} == *9999 ]];then
- inherit git-r3
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/sadko4u/lsp-plugins"
- EGIT_BRANCH="devel"
-else
- SRC_URI="https://github.com/sadko4u/lsp-plugins/archive/${P}.tar.gz"
- S="${WORKDIR}/${PN}-${P}"
- KEYWORDS="amd64 x86"
-fi
-
-LICENSE="LGPL-3"
-SLOT="0"
-IUSE="doc jack ladspa +lv2"
-REQUIRED_USE="|| ( jack ladspa lv2 )"
-
-DEPEND="
- dev-libs/expat
- media-libs/libsndfile
- doc? ( dev-lang/php:* )
- jack? (
- virtual/jack
- x11-libs/cairo[X]
- )
- ladspa? ( media-libs/ladspa-sdk )
- lv2? (
- media-libs/lv2
- x11-libs/cairo[X]
- )
-"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-src_compile() {
- use doc && MODULES+="doc"
- use jack && MODULES+=" jack"
- use ladspa && MODULES+=" ladspa"
- use lv2 && MODULES+=" lv2"
- emake BUILD_MODULES="${MODULES}"
-}
-
-src_install() {
- emake PREFIX="/usr" DESTDIR="${ED}" LIB_PATH="/usr/$(get_libdir)" install
-}
diff --git a/media-libs/lsp-plugins/lsp-plugins-1.1.24.ebuild b/media-libs/lsp-plugins/lsp-plugins-1.1.24.ebuild
deleted file mode 100644
index e261700b430d..000000000000
--- a/media-libs/lsp-plugins/lsp-plugins-1.1.24.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg
-
-DESCRIPTION="Linux Studio Plugins"
-HOMEPAGE="https://lsp-plug.in"
-
-if [[ ${PV} == *9999 ]];then
- inherit git-r3
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/sadko4u/lsp-plugins"
- EGIT_BRANCH="devel"
-else
- SRC_URI="https://github.com/sadko4u/lsp-plugins/archive/${P}.tar.gz"
- S="${WORKDIR}/${PN}-${P}"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="LGPL-3"
-SLOT="0"
-IUSE="doc jack ladspa +lv2"
-REQUIRED_USE="|| ( jack ladspa lv2 )"
-
-DEPEND="
- dev-libs/expat
- media-libs/libsndfile
- media-libs/libglvnd[X]
- doc? ( dev-lang/php:* )
- jack? (
- virtual/jack
- x11-libs/cairo[X]
- )
- ladspa? ( media-libs/ladspa-sdk )
- lv2? (
- media-libs/lv2
- x11-libs/cairo[X]
- )
-"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-src_compile() {
- use doc && MODULES+="doc"
- use jack && MODULES+=" jack"
- use ladspa && MODULES+=" ladspa"
- use lv2 && MODULES+=" lv2"
- emake BUILD_MODULES="${MODULES}"
-}
-
-src_install() {
- emake PREFIX="/usr" DESTDIR="${ED}" LIB_PATH="/usr/$(get_libdir)" install
-}
next reply other threads:[~2022-10-19 3:47 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-19 3:47 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-02 5:55 [gentoo-commits] repo/gentoo:master commit in: media-libs/lsp-plugins/ Arthur Zamarin
2024-04-02 5:55 Arthur Zamarin
2024-04-02 1:53 Sam James
2024-03-15 2:53 Sam James
2024-03-15 2:53 Sam James
2024-03-05 4:48 Sam James
2023-12-27 17:21 Marek Szuba
2023-05-05 9:50 Arthur Zamarin
2023-05-04 15:11 Arthur Zamarin
2023-05-04 11:21 Sam James
2022-10-03 1:57 Sam James
2022-10-03 1:57 Sam James
2022-10-03 0:49 Sam James
2021-12-06 14:59 Marek Szuba
2021-07-13 0:05 Sam James
2021-07-13 0:05 Sam James
2021-03-11 2:42 Sam James
2021-02-22 7:18 Sam James
2021-02-22 7:14 Sam James
2021-02-21 0:54 Sam James
2021-02-06 10:39 Miroslav Šulc
2021-02-06 10:35 Miroslav Šulc
2021-02-04 20:22 Miroslav Šulc
2021-01-06 6:34 Sam James
2020-12-31 5:20 Sam James
2020-08-16 19:20 Matthew Thode
2020-08-15 19:50 Matthew Thode
2020-06-16 18:56 Matthew Thode
2019-12-16 6:48 Matthew Thode
2019-04-14 0:59 Matthew Thode
2019-03-25 17:27 Matthew Thode
2019-03-20 23:35 Matthew Thode
2019-02-24 23:51 Matthew Thode
2019-02-24 22:03 Matthew Thode
2019-02-24 1:55 Matthew Thode
2019-02-23 22:25 Matthew Thode
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=1666150963.c9b6d1e121f73981f59d960efb2320e524e91cd8.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