From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC629158042 for ; Wed, 30 Oct 2024 12:23:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DFC5E07A9; Wed, 30 Oct 2024 12:23:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15304E07A9 for ; Wed, 30 Oct 2024 12:23:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CAD933BE3B for ; Wed, 30 Oct 2024 12:23:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 847CA1626 for ; Wed, 30 Oct 2024 12:23:08 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1730290980.5c2c3588fa1d3004eaf6a6e4d456a4abc4c20ec0.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/x42-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/x42-plugins/Manifest media-plugins/x42-plugins/x42-plugins-20220605.ebuild X-VCS-Directories: media-plugins/x42-plugins/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 5c2c3588fa1d3004eaf6a6e4d456a4abc4c20ec0 X-VCS-Branch: master Date: Wed, 30 Oct 2024 12:23:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 230c18e9-43de-4bb6-94c3-9cc019cb3d87 X-Archives-Hash: 8a1a2e7e2e6d1479a15b4fbc0ec6eaba commit: 5c2c3588fa1d3004eaf6a6e4d456a4abc4c20ec0 Author: Miroslav Šulc gentoo org> AuthorDate: Wed Oct 30 12:23:00 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Oct 30 12:23:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2c3588 media-plugins/x42-plugins: dropped obsolete 20220605 Signed-off-by: Miroslav Šulc gentoo.org> media-plugins/x42-plugins/Manifest | 1 - .../x42-plugins/x42-plugins-20220605.ebuild | 53 ---------------------- 2 files changed, 54 deletions(-) diff --git a/media-plugins/x42-plugins/Manifest b/media-plugins/x42-plugins/Manifest index 5d1603bc789a..c41f3eac9b51 100644 --- a/media-plugins/x42-plugins/Manifest +++ b/media-plugins/x42-plugins/Manifest @@ -1,2 +1 @@ -DIST x42-plugins-20220605.tar.xz 3587472 BLAKE2B 2df2f539e32ba9a5fb08495ff7f94c4555a3be6163681bf081e15e3a5a74592e981ec43d491980c5721756d77776ffcafbd5bc58f5ce7c19b055ceb4bda8247c SHA512 69b0d351b9137b4cf9374a36c7a8d0a1ae22eb39bd2b15640db96bc9036bafa59823e61ea6bfda09351dbc575fe4c189bb70c6676614ceddd9356c30811bc903 DIST x42-plugins-20220714.tar.xz 3587148 BLAKE2B 10459537d470f3177578b5d0328d634e469a0f00f8390e5dc2fc6f91c197ab9299572fef6787fd61cfc0fd579657e0372af22a3539f84a1d8ba76277e413c5ff SHA512 502994109d68ae8df39b0258caa414529711fea92254922945eb3c7cf28bb5dd67586f362c8a392ec9cfda3f62cbe050063e86fb2c0bb3cc5e860912264472d3 diff --git a/media-plugins/x42-plugins/x42-plugins-20220605.ebuild b/media-plugins/x42-plugins/x42-plugins-20220605.ebuild deleted file mode 100644 index 103b9d2a203c..000000000000 --- a/media-plugins/x42-plugins/x42-plugins-20220605.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="Collection of LV2 plugins" -HOMEPAGE="https://github.com/x42/x42-plugins" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/x42/x42-plugins.git" -else - SRC_URI="https://gareus.org/misc/x42-plugins/${P}.tar.xz" - KEYWORDS="amd64" -fi - -LICENSE="GPL-2" -SLOT="0" -RESTRICT="mirror" - -RDEPEND="dev-libs/glib - media-fonts/dejavu - media-libs/ftgl - media-libs/glu - media-libs/liblo - media-libs/libsamplerate - media-libs/libsndfile - media-libs/libltc - media-libs/lv2 - media-libs/zita-convolver - sci-libs/fftw:3.0 - virtual/jack - virtual/opengl - x11-libs/cairo[X] - x11-libs/pango -" -DEPEND="${RDEPEND} - sys-apps/help2man" - -src_compile() { - # -Werror=odr - # https://bugs.gentoo.org/860402 - # https://github.com/x42/meters.lv2/issues/41 - filter-lto - - emake CC="$(tc-getCC)" STRIP="#" FONTFILE="/usr/share/fonts/dejavu/DejaVuSans-Bold.ttf" -} - -src_install() { - emake DESTDIR="${D}" PREFIX="/usr" LV2DIR="/usr/$(get_libdir)/lv2" install -}