diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-20 20:47:43 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-20 20:47:43 +0300 |
commit | 454a31ef807009bad1e2328191cdef9f4dc7aec9 (patch) | |
tree | 5213c123ed0239faba0b417233d09d315aad15d1 /sys-apps/uam | |
parent | sys-apps/uam: EAPI=8, fix udev_reload (diff) | |
download | gentoo-454a31ef807009bad1e2328191cdef9f4dc7aec9.tar.gz gentoo-454a31ef807009bad1e2328191cdef9f4dc7aec9.tar.bz2 gentoo-454a31ef807009bad1e2328191cdef9f4dc7aec9.zip |
sys-apps/uam: drop stale live ebuild
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-apps/uam')
-rw-r--r-- | sys-apps/uam/uam-9999.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/sys-apps/uam/uam-9999.ebuild b/sys-apps/uam/uam-9999.ebuild deleted file mode 100644 index a0bdb67f668f..000000000000 --- a/sys-apps/uam/uam-9999.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools git-r3 udev - -DESCRIPTION="Simple udev-based automounter for removable USB media" -HOMEPAGE="https://github.com/projg2/uam/" -SRC_URI="" -EGIT_REPO_URI="https://github.com/projg2/uam.git" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND=" - acct-group/plugdev - virtual/udev" -DEPEND="virtual/pkgconfig" - -src_prepare() { - default - eautoreconf -} - -pkg_postinst() { - elog "To be able to access uam-mounted filesystems, you have to be" - elog "a member of the 'plugdev' group." - elog - elog "Note that uam doesn't provide any way to allow unprivileged user" - elog "to manually umount devices. The upstream suggested solution" - elog "is to use [sys-apps/pmount]. If you don't feel like installing" - elog "additional tools, remember to sync before removing your USB stick." - elog - elog "If you'd like uam to mount ejectable media like CDs/DVDs, you need" - elog "to enable in-kernel media polling, e.g.:" - elog " echo 5000 > /sys/module/block/parameters/events_dfl_poll_msecs" - elog "where 5000 would mean a poll will occur every 5 seconds." - elog - elog "If you'd like to receive libnotify-based notifications, you need" - elog "to install the [x11-misc/sw-notify-send] tool." - - udev_reload -} |