From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id CFC1115827B for ; Thu, 28 Aug 2025 16:18:28 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 93D33340BB4 for ; Thu, 28 Aug 2025 16:18:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id ADF7A110561; Thu, 28 Aug 2025 16:18:24 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A30FC110561 for ; Thu, 28 Aug 2025 16:18:24 +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 581CA340D4C for ; Thu, 28 Aug 2025 16:18:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B03F834FE for ; Thu, 28 Aug 2025 16:18:22 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1756397897.6df224d8451fa6f30bc36293b86f85ff7ec4691f.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udiskie/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/udiskie/Manifest sys-fs/udiskie/udiskie-2.5.8.ebuild X-VCS-Directories: sys-fs/udiskie/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 6df224d8451fa6f30bc36293b86f85ff7ec4691f X-VCS-Branch: master Date: Thu, 28 Aug 2025 16:18:22 +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: cccb1db7-986d-4d0b-be29-ba06a290c234 X-Archives-Hash: d026ac900e7c3db43bf5ef73264640c6 commit: 6df224d8451fa6f30bc36293b86f85ff7ec4691f Author: Ben Kohler gentoo org> AuthorDate: Thu Aug 28 12:49:39 2025 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Aug 28 16:18:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df224d8 sys-fs/udiskie: add 2.5.8 Signed-off-by: Ben Kohler gentoo.org> sys-fs/udiskie/Manifest | 1 + sys-fs/udiskie/udiskie-2.5.8.ebuild | 52 +++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) diff --git a/sys-fs/udiskie/Manifest b/sys-fs/udiskie/Manifest index e4466c817c64..8844c5787777 100644 --- a/sys-fs/udiskie/Manifest +++ b/sys-fs/udiskie/Manifest @@ -1 +1,2 @@ DIST udiskie-2.5.7.tar.gz 103275 BLAKE2B d709afa031a42c367e31a7ad54d7f4d8ad769d6232a93ce64b15ef2977326743e954a8f4dab60274f55db687add1e31c9cc83e81c9ab69dee6ffeeb445afe05b SHA512 62bc7ba78359c372d6cda9c33702864833b71f53df57e7433c3dcc8169b3f3bd7740d58ff6a4bcb1fcd8f5dd4eb5235bf87c8f1747de2a4a4fa20699d4242d35 +DIST udiskie-2.5.8.tar.gz 103530 BLAKE2B b4925c99a89d40ebc4d2df3fd8421a08ec5a409e03221aec8de40155dd921a711f860fb870031850854e3236dfa2bbd3e035e0a2f04003cc1beb52f9c7c7cf1e SHA512 5930e433dcafee846c6f164ce16b8e49d8e12fad85c4351fcea582d9ebb1cbe381ab201f47371713f77c701b8e298b467f6b5904355d304d9fec5745189ca17b diff --git a/sys-fs/udiskie/udiskie-2.5.8.ebuild b/sys-fs/udiskie/udiskie-2.5.8.ebuild new file mode 100644 index 000000000000..933bce6907ab --- /dev/null +++ b/sys-fs/udiskie/udiskie-2.5.8.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{9..13} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi xdg-utils + +DESCRIPTION="An automatic disk mounting service using udisks" +HOMEPAGE="https://pypi.org/project/udiskie/ https://github.com/coldfix/udiskie" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="libnotify" + +RDEPEND="dev-python/docopt[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + sys-fs/udisks:2[daemon] + libnotify? ( x11-libs/libnotify[introspection] )" +DEPEND="app-text/asciidoc + test? ( dev-python/keyutils[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] )" + +distutils_enable_tests pytest + +src_prepare() { + sed -i -e 's:gtk-update-icon-cache:true:' setup.py || die + sed -i -e 's: HACKING.rst, TRANSLATIONS.rst,::' setup.cfg || die + default + + distutils-r1_src_prepare +} + +src_compile() { + distutils-r1_src_compile + emake -C doc +} + +src_install() { + distutils-r1_src_install + doman doc/${PN}.8 +} + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +}