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 649AD158094 for ; Sun, 28 Aug 2022 00:05:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1239E0A93; Sun, 28 Aug 2022 00:05:04 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA8C2E0AA5 for ; Sun, 28 Aug 2022 00:05:04 +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 134DB3414C4 for ; Sat, 27 Aug 2022 11:17:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7311E5A0 for ; Sat, 27 Aug 2022 11:17:08 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661598976.c549576efeb498aafadfd0afb5e24885bd16d027.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sord/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/sord/sord-0.16.12-r1.ebuild dev-libs/sord/sord-9999.ebuild X-VCS-Directories: dev-libs/sord/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c549576efeb498aafadfd0afb5e24885bd16d027 X-VCS-Branch: master Date: Sat, 27 Aug 2022 11:17: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: 5e5236d1-5e1b-40a6-9b58-c7b1073b1fee X-Archives-Hash: 030df3c129576c7450d5e68ecfdf943e commit: c549576efeb498aafadfd0afb5e24885bd16d027 Author: Sam James gentoo org> AuthorDate: Sat Aug 27 11:14:49 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 27 11:16:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c549576e dev-libs/sord: simplify meson-multilib usage Signed-off-by: Sam James gentoo.org> dev-libs/sord/sord-0.16.12-r1.ebuild | 12 ------------ dev-libs/sord/sord-9999.ebuild | 12 ------------ 2 files changed, 24 deletions(-) diff --git a/dev-libs/sord/sord-0.16.12-r1.ebuild b/dev-libs/sord/sord-0.16.12-r1.ebuild index f6e17dd54eb6..02f84963e6bd 100644 --- a/dev-libs/sord/sord-0.16.12-r1.ebuild +++ b/dev-libs/sord/sord-0.16.12-r1.ebuild @@ -52,18 +52,6 @@ multilib_src_configure() { meson_src_configure } -multilib_src_test() { - meson_src_test -} - -multilib_src_compile() { - meson_src_compile -} - -multilib_src_install() { - meson_src_install -} - multilib_src_install_all() { local DOCS=( AUTHORS NEWS README.md ) einstalldocs diff --git a/dev-libs/sord/sord-9999.ebuild b/dev-libs/sord/sord-9999.ebuild index f6e17dd54eb6..02f84963e6bd 100644 --- a/dev-libs/sord/sord-9999.ebuild +++ b/dev-libs/sord/sord-9999.ebuild @@ -52,18 +52,6 @@ multilib_src_configure() { meson_src_configure } -multilib_src_test() { - meson_src_test -} - -multilib_src_compile() { - meson_src_compile -} - -multilib_src_install() { - meson_src_install -} - multilib_src_install_all() { local DOCS=( AUTHORS NEWS README.md ) einstalldocs