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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA94D15808B for ; Sat, 19 Feb 2022 14:22:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16D31E0823; Sat, 19 Feb 2022 14:22:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D1FEE0823 for ; Sat, 19 Feb 2022 14:22:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D448434387A for ; Sat, 19 Feb 2022 14:22:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 466F71F1 for ; Sat, 19 Feb 2022 14:22:02 +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: <1645280516.044415d30173fa9e9a8b2c20f809845ed65bde26.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-20211016.ebuild X-VCS-Directories: media-plugins/x42-plugins/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 044415d30173fa9e9a8b2c20f809845ed65bde26 X-VCS-Branch: master Date: Sat, 19 Feb 2022 14:22:02 +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: 2b198eed-7473-4d75-8980-d75bb2086103 X-Archives-Hash: 281da238ff83b27be733d1520d733deb commit: 044415d30173fa9e9a8b2c20f809845ed65bde26 Author: Miroslav Šulc gentoo org> AuthorDate: Sat Feb 19 14:21:56 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Feb 19 14:21:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044415d3 media-plugins/x42-plugins: removed obsolete 20211016 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> media-plugins/x42-plugins/Manifest | 1 - .../x42-plugins/x42-plugins-20211016.ebuild | 48 ---------------------- 2 files changed, 49 deletions(-) diff --git a/media-plugins/x42-plugins/Manifest b/media-plugins/x42-plugins/Manifest index 6f2561814270..8a233c64940e 100644 --- a/media-plugins/x42-plugins/Manifest +++ b/media-plugins/x42-plugins/Manifest @@ -1,2 +1 @@ -DIST x42-plugins-20211016.tar.xz 3585184 BLAKE2B 0d053c0da317f65a61d95c787bc8ad85c1ab70ad4e392a217f0dca754cf627831826958b21424d667ee2d396650b3bf5f9fadda88e54558b0f804cdd6143abeb SHA512 44805f4ffc692bcb6263c7f2eea82925bdab1ad26a76cd2eda6991c8e3f1e2c173eb254185c1897f25910ee31bf74c4357715ab2605d157f0e4d3aba26a67b54 DIST x42-plugins-20220107.tar.xz 3587704 BLAKE2B 124d33cc282ab638cf19c8b3ec32bf67faf712638ebc70d556bca7e1ef1ff8cbac8e5e94be2ad0e607bfff627902d5a93633103a5f0208063b39a2de41aa1d76 SHA512 aaae12f2f5b4ec52c3422ae94d49b045505d81cd7ae7ce347a16f6ed0651be5ecf7d6c994bd56da50b26b08a8670850df7de0cb6c6913150227f4d6f33420e98 diff --git a/media-plugins/x42-plugins/x42-plugins-20211016.ebuild b/media-plugins/x42-plugins/x42-plugins-20211016.ebuild deleted file mode 100644 index f21f833fe408..000000000000 --- a/media-plugins/x42-plugins/x42-plugins-20211016.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit 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="http://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() { - 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 -}