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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B9E6139360 for ; Fri, 13 Aug 2021 13:58:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A9DFE0858; Fri, 13 Aug 2021 13:58:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C948E0858 for ; Fri, 13 Aug 2021 13:58:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 109DB342A94 for ; Fri, 13 Aug 2021 13:58:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92E3D7D6 for ; Fri, 13 Aug 2021 13:58:38 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1628863095.6c2db0bd5f47e2f987c55bba564fed30f03f4d6a.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/qdbm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/qdbm/qdbm-1.8.78-r2.ebuild X-VCS-Directories: dev-db/qdbm/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 6c2db0bd5f47e2f987c55bba564fed30f03f4d6a X-VCS-Branch: master Date: Fri, 13 Aug 2021 13:58:38 +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: 67054c6a-8081-4163-8a1c-e4bf69678d27 X-Archives-Hash: 00f3c9a2c9a790cb267453cf7b5de5d3 commit: 6c2db0bd5f47e2f987c55bba564fed30f03f4d6a Author: Akinori Hattori gentoo org> AuthorDate: Fri Aug 13 13:51:02 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Fri Aug 13 13:58:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2db0bd dev-db/qdbm: tidy Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> dev-db/qdbm/qdbm-1.8.78-r2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-db/qdbm/qdbm-1.8.78-r2.ebuild b/dev-db/qdbm/qdbm-1.8.78-r2.ebuild index 0185753ddf4..8f010ce95b7 100644 --- a/dev-db/qdbm/qdbm-1.8.78-r2.ebuild +++ b/dev-db/qdbm/qdbm-1.8.78-r2.ebuild @@ -169,19 +169,19 @@ src_install() { qdbm_foreach_api use static-libs || find "${ED}" -name '*.a' -delete || die - rm -rf "${ED}"/usr/share/${PN} || die + rm -rf "${ED}"/usr/share/${PN} if use java; then java-pkg_dojar "${ED}"/usr/$(get_libdir)/*.jar - rm -f "${ED}"/usr/$(get_libdir)/*.jar || die + rm -f "${ED}"/usr/$(get_libdir)/*.jar fi if use perl; then perl_delete_module_manpages perl_fix_packlist fi - rm -f "${ED}"/usr/bin/*test || die - rm -f "${ED}"/usr/share/man/man1/*test.1* || die + rm -f "${ED}"/usr/bin/*test + rm -f "${ED}"/usr/share/man/man1/*test.1* } each_ruby_install() {