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 4EF4B158089 for ; Sun, 1 Oct 2023 19:12:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 954392BC013; Sun, 1 Oct 2023 19:12:54 +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 7543C2BC013 for ; Sun, 1 Oct 2023 19:12:54 +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 69D2F335C67 for ; Sun, 1 Oct 2023 19:12:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8F4E921 for ; Sun, 1 Oct 2023 19:12:51 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1696187537.35d66e67ccba6342efb8ccaf845a7f9020f01dff.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd-utils/systemd-utils-253.11-r1.ebuild sys-apps/systemd-utils/systemd-utils-253.11.ebuild sys-apps/systemd-utils/systemd-utils-253.12-r1.ebuild sys-apps/systemd-utils/systemd-utils-253.12.ebuild sys-apps/systemd-utils/systemd-utils-254.5-r1.ebuild sys-apps/systemd-utils/systemd-utils-254.5.ebuild X-VCS-Directories: sys-apps/systemd-utils/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 35d66e67ccba6342efb8ccaf845a7f9020f01dff X-VCS-Branch: master Date: Sun, 1 Oct 2023 19:12:51 +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: 3c8c82a8-d143-4ca4-8cce-2458f56c8074 X-Archives-Hash: 67e0492b4dd41d3f5a88e97887f3497a commit: 35d66e67ccba6342efb8ccaf845a7f9020f01dff Author: Nathan Du outlook com> AuthorDate: Sun Oct 1 09:35:01 2023 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Oct 1 19:12:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35d66e67 sys-apps/systemd-utils: install libudev man pages Closes: https://bugs.gentoo.org/915011 Signed-off-by: Nathan Du outlook.com> Signed-off-by: Mike Gilbert gentoo.org> ...-utils-253.11.ebuild => systemd-utils-253.11-r1.ebuild} | 14 ++++++++++++++ ...-utils-253.12.ebuild => systemd-utils-253.12-r1.ebuild} | 14 ++++++++++++++ ...md-utils-254.5.ebuild => systemd-utils-254.5-r1.ebuild} | 14 ++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/sys-apps/systemd-utils/systemd-utils-253.11.ebuild b/sys-apps/systemd-utils/systemd-utils-253.11-r1.ebuild similarity index 96% rename from sys-apps/systemd-utils/systemd-utils-253.11.ebuild rename to sys-apps/systemd-utils/systemd-utils-253.11-r1.ebuild index b0af755e370d..de6425e32cf7 100644 --- a/sys-apps/systemd-utils/systemd-utils-253.11.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-253.11-r1.ebuild @@ -347,6 +347,18 @@ multilib_src_compile() { targets+=( udev:shared_library src/libudev/libudev.pc + man/libudev.3 + man/udev_device_get_syspath.3 + man/udev_device_has_tag.3 + man/udev_device_new_from_syspath.3 + man/udev_enumerate_add_match_subsystem.3 + man/udev_enumerate_new.3 + man/udev_enumerate_scan_devices.3 + man/udev_list_entry.3 + man/udev_monitor_filter_update.3 + man/udev_monitor_new_from_netlink.3 + man/udev_monitor_receive_device.3 + man/udev_new.3 ) if use test; then targets+=( @@ -458,6 +470,8 @@ multilib_src_install() { gen_usr_ldscript -a udev insinto "/usr/$(get_libdir)/pkgconfig" doins src/libudev/libudev.pc + doman man/libudev.3 + doman man/udev_*.3 fi } diff --git a/sys-apps/systemd-utils/systemd-utils-253.12.ebuild b/sys-apps/systemd-utils/systemd-utils-253.12-r1.ebuild similarity index 96% rename from sys-apps/systemd-utils/systemd-utils-253.12.ebuild rename to sys-apps/systemd-utils/systemd-utils-253.12-r1.ebuild index c06d1b1a0d0c..16e6b7cebd76 100644 --- a/sys-apps/systemd-utils/systemd-utils-253.12.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-253.12-r1.ebuild @@ -347,6 +347,18 @@ multilib_src_compile() { targets+=( udev:shared_library src/libudev/libudev.pc + man/libudev.3 + man/udev_device_get_syspath.3 + man/udev_device_has_tag.3 + man/udev_device_new_from_syspath.3 + man/udev_enumerate_add_match_subsystem.3 + man/udev_enumerate_new.3 + man/udev_enumerate_scan_devices.3 + man/udev_list_entry.3 + man/udev_monitor_filter_update.3 + man/udev_monitor_new_from_netlink.3 + man/udev_monitor_receive_device.3 + man/udev_new.3 ) if use test; then targets+=( @@ -458,6 +470,8 @@ multilib_src_install() { gen_usr_ldscript -a udev insinto "/usr/$(get_libdir)/pkgconfig" doins src/libudev/libudev.pc + doman man/libudev.3 + doman man/udev_*.3 fi } diff --git a/sys-apps/systemd-utils/systemd-utils-254.5.ebuild b/sys-apps/systemd-utils/systemd-utils-254.5-r1.ebuild similarity index 96% rename from sys-apps/systemd-utils/systemd-utils-254.5.ebuild rename to sys-apps/systemd-utils/systemd-utils-254.5-r1.ebuild index 849af65cc76c..78bd97986039 100644 --- a/sys-apps/systemd-utils/systemd-utils-254.5.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-254.5-r1.ebuild @@ -352,6 +352,18 @@ multilib_src_compile() { targets+=( udev:shared_library src/libudev/libudev.pc + man/libudev.3 + man/udev_device_get_syspath.3 + man/udev_device_has_tag.3 + man/udev_device_new_from_syspath.3 + man/udev_enumerate_add_match_subsystem.3 + man/udev_enumerate_new.3 + man/udev_enumerate_scan_devices.3 + man/udev_list_entry.3 + man/udev_monitor_filter_update.3 + man/udev_monitor_new_from_netlink.3 + man/udev_monitor_receive_device.3 + man/udev_new.3 ) if use test; then targets+=( @@ -460,6 +472,8 @@ multilib_src_install() { gen_usr_ldscript -a udev insinto "/usr/$(get_libdir)/pkgconfig" doins src/libudev/libudev.pc + doman man/libudev.3 + doman man/udev_*.3 fi }