diff options
author | Elijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com> | 2012-06-16 20:01:22 -0400 |
---|---|---|
committer | Elijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com> | 2012-06-16 20:01:22 -0400 |
commit | b1d8c0a7a7e4294bbd7fe24495480f484fe15601 (patch) | |
tree | 101e23e16f55087206fb9a87327a810996e70cab /sys-apps/udevil/udevil-0.2.8.ebuild | |
parent | Moved ${D} to ${ED} to comply with Gentoo Prefix... (diff) | |
download | Armageddon-b1d8c0a7a7e4294bbd7fe24495480f484fe15601.tar.gz Armageddon-b1d8c0a7a7e4294bbd7fe24495480f484fe15601.tar.bz2 Armageddon-b1d8c0a7a7e4294bbd7fe24495480f484fe15601.zip |
Added IUSE to new and live version of udevil...
Diffstat (limited to 'sys-apps/udevil/udevil-0.2.8.ebuild')
-rw-r--r-- | sys-apps/udevil/udevil-0.2.8.ebuild | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/sys-apps/udevil/udevil-0.2.8.ebuild b/sys-apps/udevil/udevil-0.2.8.ebuild index 65cc11d..dfc496a 100644 --- a/sys-apps/udevil/udevil-0.2.8.ebuild +++ b/sys-apps/udevil/udevil-0.2.8.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/IgnorantGuru/${PN}/raw/master/packages/${PV}/${P}.ta LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="zenity samba ftp nfs sftp eject" COMMON_DEPEND=" >=app-shells/bash-4.0 @@ -24,7 +24,13 @@ DEPEND="${COMMON_DEPEND} dev-util/intltool sys-devel/gettext virtual/pkgconfig" -RDEPEND="${COMMON_DEPEND}" +RDEPEND="${COMMON_DEPEND} + zenity? ( gnome-extra/zenity ) + samba? ( net-fs/cifs-utils ) + ftp? ( net-fs/curlftpfs ) + nfs? ( net-fs/nfs-utils ) + sftp? ( sys-fs/sshfs-fuse ) + eject? ( virtual/eject )" pkg_setup(){ enewgroup plugdev @@ -51,5 +57,10 @@ pkg_postinst() { echo elog "Please add your user to the plugdev group" elog "to be able to use ${PN} as a user" - echo + elog + ewarn "If ${PN}'s monitor command does not report" + ewarn "changes to the devices when CD is inserted," + ewarn "make sure you have _kernel polling_ enabled or" + ewarn "sys-fs/udisks installed on your system." + ewarn "Reference: http://ignorantguru.github.com/udevil/#polling" } |