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 7384115800F for ; Wed, 4 Jan 2023 09:10:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A70CE07E2; Wed, 4 Jan 2023 09:10:02 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 130E6E07E2 for ; Wed, 4 Jan 2023 09:10:02 +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 4FCED340EC3 for ; Wed, 4 Jan 2023 09:10:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80B3D7FC for ; Wed, 4 Jan 2023 09:09:59 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1672823053.de67154ec4c7947f4928ffcb8eaca9c4e0cdafce.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/dpkg/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/dpkg/dpkg-1.21.15-r1.ebuild X-VCS-Directories: app-arch/dpkg/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: de67154ec4c7947f4928ffcb8eaca9c4e0cdafce X-VCS-Branch: master Date: Wed, 4 Jan 2023 09:09:59 +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: e13ba93c-4a51-43b3-9f4c-d010fcde2352 X-Archives-Hash: 49a5ee8b60de1f6856164f4edd408191 commit: de67154ec4c7947f4928ffcb8eaca9c4e0cdafce Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Jan 4 09:04:13 2023 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Jan 4 09:04:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de67154e app-arch/dpkg: install /etc/dpkg/origins vendor files Closes: https://bugs.gentoo.org/840320 Signed-off-by: Georgy Yakovlev gentoo.org> app-arch/dpkg/dpkg-1.21.15-r1.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app-arch/dpkg/dpkg-1.21.15-r1.ebuild b/app-arch/dpkg/dpkg-1.21.15-r1.ebuild index 9e070fc78018..e4aff12c714a 100644 --- a/app-arch/dpkg/dpkg-1.21.15-r1.ebuild +++ b/app-arch/dpkg/dpkg-1.21.15-r1.ebuild @@ -90,6 +90,15 @@ src_install() { # https://bugs.gentoo.org/835520 mv -v "${ED}"/usr/share/zsh/{vendor-completions,site-functions} || die + # https://bugs.gentoo.org/840320 + insinto /etc/dpkg/origins + newins - gentoo <<-_EOF_ + Vendor: Gentoo + Vendor-URL: https://www.gentoo.org/ + Bugs: https://bugs.gentoo.org/ + _EOF_ + dosym gentoo /etc/dpkg/origins/default + keepdir \ /usr/$(get_libdir)/db/methods/{mnt,floppy,disk} \ /var/lib/dpkg/{alternatives,info,parts,updates}