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 BF2FE158089 for ; Wed, 11 Oct 2023 10:52:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 097B12BC050; Wed, 11 Oct 2023 10:52:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D97692BC050 for ; Wed, 11 Oct 2023 10:52:37 +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 D5083335C2E for ; Wed, 11 Oct 2023 10:52:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E9BE99B for ; Wed, 11 Oct 2023 10:52:35 +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: <1697021549.9cf28d534afd8ac692afefd2c5092021cb1586ec.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/liblscp/Manifest media-libs/liblscp/liblscp-0.9.10.ebuild X-VCS-Directories: media-libs/liblscp/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 9cf28d534afd8ac692afefd2c5092021cb1586ec X-VCS-Branch: master Date: Wed, 11 Oct 2023 10:52:35 +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: 5f19db31-83a4-4c10-8918-73a77df5368e X-Archives-Hash: f1dd600b608aadf96fce93fe71f99d7a commit: 9cf28d534afd8ac692afefd2c5092021cb1586ec Author: Miroslav Šulc gentoo org> AuthorDate: Wed Oct 11 10:52:08 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Oct 11 10:52:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf28d53 media-libs/liblscp: dropped obsolete 0.9.10 Bug: https://bugs.gentoo.org/915580 Signed-off-by: Miroslav Šulc gentoo.org> media-libs/liblscp/Manifest | 1 - media-libs/liblscp/liblscp-0.9.10.ebuild | 37 -------------------------------- 2 files changed, 38 deletions(-) diff --git a/media-libs/liblscp/Manifest b/media-libs/liblscp/Manifest index c1113c8f66b8..80b3c0c04b11 100644 --- a/media-libs/liblscp/Manifest +++ b/media-libs/liblscp/Manifest @@ -1,2 +1 @@ -DIST liblscp-0.9.10.tar.gz 99115 BLAKE2B 1a0a40bd42d4ecb863b8c0fbb76c31daa3af3494e7959f341843686514a2ee37248a8ee40f4d852645adeeb19b783ecf7ff423d46b63028d068ff567cf67e173 SHA512 5c7f61039cd3f675cb212980200e470c9a3a4a83e083e3fd74ba7f13bebff77c826c1ed30fff6f91ff216db4d384a4fd2e86b29c0cd47ee9b4285d53ef336531 DIST liblscp-0.9.11.tar.gz 99143 BLAKE2B 840915937fd27b88c730a0216df557a527d1630bd253184a9c09a16deb56a2836f223283d5167d726dbcd50aeb91b96e8f030b331b0034900ceb87fc487d0b36 SHA512 2510df80504e97424d9ce24a67f597ea679dc2017cb1cb6908b107a13c245186d0b68c91e793c64e36f7bf50db2e10f9aeb7f6aefafbaa68937ed6d18df35160 diff --git a/media-libs/liblscp/liblscp-0.9.10.ebuild b/media-libs/liblscp/liblscp-0.9.10.ebuild deleted file mode 100644 index f58f229f36be..000000000000 --- a/media-libs/liblscp/liblscp-0.9.10.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="C++ library for the Linux Sampler control protocol" -HOMEPAGE="https://www.linuxsampler.org" - -if [[ ${PV} == "9999" ]] ; then - inherit subversion - ESVN_REPO_URI="https://svn.linuxsampler.org/svn/liblscp/trunk" -else - SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz - https://download.linuxsampler.org/packages/${P}.tar.gz" - KEYWORDS="amd64 ~ppc x86" -fi - -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="doc" - -BDEPEND="doc? ( app-doc/doxygen )" - -PATCHES=( - "${FILESDIR}/${PN}-0.9.6-conditional.patch" -) - -DOCS=( ChangeLog README ) - -src_configure() { - local mycmakeargs=( - -DBUILD_DOC=$(usex doc) - ) - cmake_src_configure -}