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 593B515803E for ; Wed, 3 Jan 2024 22:27:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6044E2BC017; Wed, 3 Jan 2024 22:27:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 42A4F2BC017 for ; Wed, 3 Jan 2024 22:27:23 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7ED01343054 for ; Wed, 3 Jan 2024 22:27:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1430299E for ; Wed, 3 Jan 2024 22:27:21 +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: <1704320835.c81221a4e77275efc3fd7c01db288546723e3b0c.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sord/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/sord/Manifest dev-libs/sord/sord-0.16.14-r2.ebuild X-VCS-Directories: dev-libs/sord/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: c81221a4e77275efc3fd7c01db288546723e3b0c X-VCS-Branch: master Date: Wed, 3 Jan 2024 22:27:21 +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: 615cfbc0-a0d7-419a-8b7e-db0c38fb6261 X-Archives-Hash: bc25e95b34a2d5434114c02e7ebfd704 commit: c81221a4e77275efc3fd7c01db288546723e3b0c Author: Miroslav Šulc gentoo org> AuthorDate: Wed Jan 3 22:27:01 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Jan 3 22:27:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81221a4 dev-libs/sord: dropped obsolete 0.16.14-r2 Bug: https://bugs.gentoo.org/918485 Signed-off-by: Miroslav Šulc gentoo.org> dev-libs/sord/Manifest | 1 - dev-libs/sord/sord-0.16.14-r2.ebuild | 55 ------------------------------------ 2 files changed, 56 deletions(-) diff --git a/dev-libs/sord/Manifest b/dev-libs/sord/Manifest index 0c7cb8288e4b..06caaaff6513 100644 --- a/dev-libs/sord/Manifest +++ b/dev-libs/sord/Manifest @@ -1,2 +1 @@ -DIST sord-0.16.14.tar.xz 112748 BLAKE2B 399f4bf5d1b8ae557fa7e2d2e92e74ed646d0554235f4527a4b9ad53aa6beb0e90e2d80c9e65ab3c872b5c8d45a7948b7746284bb1fd2352320a0aa33e97e305 SHA512 f6f254518d5dccece7975529b1fcfd552fd9c37e49dc7e9f8a46756b85e476dac064a39af42bfb3078e999e75d1aa75dcc30ec91e08753defa9363adafdfd3bd DIST sord-0.16.16.tar.xz 107148 BLAKE2B e657f6e4d38df1c254ce6282ae54a6795e29fd60546373a2b4e1560b269658fa69dd93af4d6f75eaa73f9f777a2d82f99f80d34fd65e1001b8231b63af71029f SHA512 8728fa01466e8f64c1a70a6d4ce727cdac3aaba78db0163ad511d7e959a260c95ab47405cce24ca0e076fb1f0da761687d788cddef87a96aa813757d10f0bfe0 diff --git a/dev-libs/sord/sord-0.16.14-r2.ebuild b/dev-libs/sord/sord-0.16.14-r2.ebuild deleted file mode 100644 index 5be46927a78d..000000000000 --- a/dev-libs/sord/sord-0.16.14-r2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson-multilib - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/drobilla/sord.git" -else - SRC_URI="https://download.drobilla.net/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86" -fi - -DESCRIPTION="Library for storing RDF data in memory" -HOMEPAGE="https://drobilla.net/software/sord.html" - -LICENSE="ISC" -SLOT="0" -IUSE="doc test tools" -RESTRICT="!test? ( test )" - -BDEPEND=" - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" -# Take care on bumps to check minimum versions! -RDEPEND=" - >=dev-libs/serd-0.30.10[${MULTILIB_USEDEP}] - tools? ( dev-libs/libpcre[${MULTILIB_USEDEP}] ) -" -DEPEND="${RDEPEND}" - -src_prepare() { - default - - # fix doc installation path - sed -i "s/versioned_name/'${PF}'/g" doc/meson.build || die -} - -multilib_src_configure() { - local emesonargs=( - $(meson_native_use_feature doc docs) - $(meson_feature test tests) - $(meson_feature tools) - ) - - meson_src_configure -} - -multilib_src_install_all() { - local DOCS=( AUTHORS NEWS README.md ) - einstalldocs -}