public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/udevil/, sys-apps/udevil/files/
@ 2016-03-07  1:48 Daniel Campbell
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Campbell @ 2016-03-07  1:48 UTC (permalink / raw
  To: gentoo-commits

commit:     11b6d2990dcb33c8ff73b033479654e09588cfef
Author:     Daniel Campbell <zlg <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 01:45:12 2016 +0000
Commit:     Daniel Campbell <zlg <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 01:48:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11b6d299

sys-apps/udevil: Cleanup old versions

Package-Manager: portage-2.2.27

 sys-apps/udevil/Manifest                           |  2 -
 .../udevil/files/udevil-0.4.1-automake-1.13.patch  | 11 ----
 sys-apps/udevil/files/udevil-0.4.1-flags.patch     | 46 --------------
 sys-apps/udevil/udevil-0.4.1.ebuild                | 71 ---------------------
 sys-apps/udevil/udevil-0.4.3.ebuild                | 71 ---------------------
 sys-apps/udevil/udevil-0.4.4.ebuild                | 72 ----------------------
 6 files changed, 273 deletions(-)

diff --git a/sys-apps/udevil/Manifest b/sys-apps/udevil/Manifest
index 0abb1d6..5937159 100644
--- a/sys-apps/udevil/Manifest
+++ b/sys-apps/udevil/Manifest
@@ -1,3 +1 @@
-DIST udevil-0.4.1.tar.xz 299636 SHA256 2ade0860d549455c73447f9b0d661c333e6f7fabe01008bebdc3045500feb057 SHA512 e67a1645b859b2a11671b3c78d093596f7151aa6e30d28622ad1620633297edcf423823a472ead9c703c9de7a9768c59999ea0ed65578d7fd2975a1408c13fc6 WHIRLPOOL b690861bfa5661a49fe4b9194488364d4ac28266764a04a774bc593f5fdf81098e5c237553d80426165b0271c48a53e977160a3defcf68c78fe21134fb7d40fd
-DIST udevil-0.4.3.tar.gz 474453 SHA256 c49d2644baf87182c160550d708f75fe1253a2ceb749148e9148d7f1cfbc6209 SHA512 7fc04a8166d189dab73e7ef0ed8d9db6d98dc74c9ae41a9ce2ee1a29b34d3ca6379fce96e89a5cbc9a10bf88167934710827487fe59c9f7c438832bbefc16adf WHIRLPOOL 17e56ca0026deb24d5d00718b83fe9fe49437f6f037ee91075542c70f46b993f8060fc4ccc9a1bf54b8cff90fad8706f4cd72f1a37794c8f9ad0086ff86d3597
 DIST udevil-0.4.4.tar.gz 477254 SHA256 ad2fd8375bd62622718a04235e9772119459089938dbb78e657955e595822b7c SHA512 adce4916e06d1cc4965521abbcbc2901e53930691167f431cb18e28d3ef8bde740e95a6a5f40dfc58dfd7b4b661b4475d3dd2b6174a5d7a55ae7c65629b82327 WHIRLPOOL 6bd7b5e6792e9f556113260a86f1aa29b795a0d7ddc577f86fd286d2a95515ac32e80bdfc4677a1aa59b0efcbddd8e40eec83db4e63439e8d1fead6061b64bec

diff --git a/sys-apps/udevil/files/udevil-0.4.1-automake-1.13.patch b/sys-apps/udevil/files/udevil-0.4.1-automake-1.13.patch
deleted file mode 100644
index 44da794..0000000
--- a/sys-apps/udevil/files/udevil-0.4.1-automake-1.13.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- udevil-0.4.1/configure.ac
-+++ udevil-0.4.1/configure.ac
-@@ -1,7 +1,7 @@
- AC_PREREQ(2.52)
- 
- AC_INIT(src/udevil.c)
--AM_CONFIG_HEADER(config.h)
-+AC_CONFIG_HEADERS(config.h)
- AC_CONFIG_SRCDIR(src)
- AM_INIT_AUTOMAKE(udevil, 0.4.1)
- 

diff --git a/sys-apps/udevil/files/udevil-0.4.1-flags.patch b/sys-apps/udevil/files/udevil-0.4.1-flags.patch
deleted file mode 100644
index 166a435..0000000
--- a/sys-apps/udevil/files/udevil-0.4.1-flags.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-From: Julian Ospald <hasufell@gentoo.org>
-Date: Sun Oct 21 19:33:04 UTC 2012
-Subject: build system
-
-	respect flags where possible
-
---- configure.ac
-+++ configure.ac
-@@ -18,26 +18,6 @@
- 
- 
- dnl linker optimizations
--AC_MSG_CHECKING([whether $LD accepts --as-needed])
--case `$LD --as-needed -v 2>&1 </dev/null` in
--*GNU* | *'with BFD'*)
--  LDFLAGS="$LDFLAGS -Wl,--as-needed"
--  AC_MSG_RESULT([yes])
--  ;;
--*)
--  AC_MSG_RESULT([no])
--  ;;
--esac
--AC_MSG_CHECKING([whether $LD accepts -O1])
--case `$LD -O1 -v 2>&1 </dev/null` in
--*GNU* | *'with BFD'*)
--  LDFLAGS="$LDFLAGS -Wl,-O1"
--  AC_MSG_RESULT([yes])
--  ;;
--*)
--  AC_MSG_RESULT([no])
--  ;;
--esac
- AC_MSG_CHECKING([whether $LD accepts -Bsymbolic-functions])
- case `$LD -Bsymbolic-functions -v 2>&1 </dev/null` in
- *GNU* | *'with BFD'*)
-@@ -49,10 +29,6 @@
-   ;;
- esac
- 
--dnl advanced compiler tweaking
--CPPFLAGS="$CPPFLAGS -fstrict-aliasing -fmessage-length=0"
--
--
- # program paths
- AC_ARG_WITH(mount-prog, 
- 	AC_HELP_STRING([--with-mount-prog=PATH], [Path to mount program (default: /bin/mount)]),

diff --git a/sys-apps/udevil/udevil-0.4.1.ebuild b/sys-apps/udevil/udevil-0.4.1.ebuild
deleted file mode 100644
index fcd4553..0000000
--- a/sys-apps/udevil/udevil-0.4.1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils autotools user
-
-DESCRIPTION="mount and unmount removable devices without a password"
-HOMEPAGE="https://ignorantguru.github.com/udevil/"
-SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=app-shells/bash-4.0
-	dev-libs/glib:2
-	sys-apps/util-linux
-	virtual/acl
-	>=virtual/udev-143"
-DEPEND="${RDEPEND}
-	dev-util/intltool
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-pkg_setup(){
-	enewgroup plugdev
-}
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-{flags,automake-1.13}.patch
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--with-setfacl-prog="$(type -P setfacl)" \
-		--enable-systemd
-}
-
-src_install() {
-	default
-	fowners root:plugdev /usr/bin/udevil
-	fperms 4754 /usr/bin/udevil
-}
-
-pkg_postinst() {
-	einfo
-	elog "Please add your user to the plugdev group"
-	elog "to be able to use ${PN} as a user"
-	elog
-	elog "Optional dependencies:"
-	elog "  gnome-extra/zenity (devmon popups)"
-	elog "  net-fs/davfs2      (mount WebDAV resources)"
-	elog "  net-fs/cifs-utils  (mounting samba shares)"
-	elog "  net-fs/curlftpfs   (mounting ftp shares)"
-	elog "  net-fs/nfs-utils   (mounting nfs shares)"
-	elog "  sys-fs/sshfs-fuse  (mounting sftp shares)"
-	elog "  virtual/eject      (eject via devmon)"
-	if ! has_version 'sys-fs/udisks' ; then
-		elog
-		elog "When using ${PN} without udisks, and without the udisks-daemon running,"
-		elog "you may need to enable kernel polling for device media changes to be detected."
-		elog "See https://ignorantguru.github.com/${PN}/#polling"
-		has_version '<virtual/udev-173' && ewarn "You need at least udev-173"
-		kernel_is lt 2 6 38 && ewarn "You need at least kernel 2.6.38"
-		einfo
-	fi
-}

diff --git a/sys-apps/udevil/udevil-0.4.3.ebuild b/sys-apps/udevil/udevil-0.4.3.ebuild
deleted file mode 100644
index c630853..0000000
--- a/sys-apps/udevil/udevil-0.4.3.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils autotools user
-
-DESCRIPTION="mount and unmount removable devices without a password"
-HOMEPAGE="https://ignorantguru.github.com/udevil/"
-SRC_URI="https://github.com/IgnorantGuru/udevil/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=app-shells/bash-4.0
-	dev-libs/glib:2
-	sys-apps/util-linux
-	virtual/acl
-	>=virtual/udev-143"
-DEPEND="${RDEPEND}
-	dev-util/intltool
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-pkg_setup(){
-	enewgroup plugdev
-}
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-flags.patch
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--with-setfacl-prog="$(type -P setfacl)" \
-		--enable-systemd
-}
-
-src_install() {
-	default
-	fowners root:plugdev /usr/bin/udevil
-	fperms 4754 /usr/bin/udevil
-}
-
-pkg_postinst() {
-	einfo
-	elog "Please add your user to the plugdev group"
-	elog "to be able to use ${PN} as a user"
-	elog
-	elog "Optional dependencies:"
-	elog "  gnome-extra/zenity (devmon popups)"
-	elog "  net-fs/davfs2      (mount WebDAV resources)"
-	elog "  net-fs/cifs-utils  (mounting samba shares)"
-	elog "  net-fs/curlftpfs   (mounting ftp shares)"
-	elog "  net-fs/nfs-utils   (mounting nfs shares)"
-	elog "  sys-fs/sshfs-fuse  (mounting sftp shares)"
-	elog "  virtual/eject      (eject via devmon)"
-	if ! has_version 'sys-fs/udisks' ; then
-		elog
-		elog "When using ${PN} without udisks, and without the udisks-daemon running,"
-		elog "you may need to enable kernel polling for device media changes to be detected."
-		elog "See https://ignorantguru.github.com/${PN}/#polling"
-		has_version '<virtual/udev-173' && ewarn "You need at least udev-173"
-		kernel_is lt 2 6 38 && ewarn "You need at least kernel 2.6.38"
-		einfo
-	fi
-}

diff --git a/sys-apps/udevil/udevil-0.4.4.ebuild b/sys-apps/udevil/udevil-0.4.4.ebuild
deleted file mode 100644
index f50e632..0000000
--- a/sys-apps/udevil/udevil-0.4.4.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils autotools user
-
-DESCRIPTION="mount and unmount removable devices without a password"
-HOMEPAGE="https://ignorantguru.github.com/udevil/"
-SRC_URI="https://github.com/IgnorantGuru/udevil/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=app-shells/bash-4.0:*
-	dev-libs/glib:2
-	sys-apps/util-linux
-	virtual/acl
-	>=virtual/udev-143"
-DEPEND="${RDEPEND}
-	dev-util/intltool
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-pkg_setup(){
-	enewgroup plugdev
-}
-
-src_prepare() {
-	# This works for 0.4.4 too, no sense copying the patch
-	epatch "${FILESDIR}"/${PN}-0.4.3-flags.patch
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--with-setfacl-prog="$(type -P setfacl)" \
-		--enable-systemd
-}
-
-src_install() {
-	default
-	fowners root:plugdev /usr/bin/udevil
-	fperms 4754 /usr/bin/udevil
-}
-
-pkg_postinst() {
-	einfo
-	elog "Please add your user to the plugdev group"
-	elog "to be able to use ${PN} as a user"
-	elog
-	elog "Optional dependencies:"
-	elog "  gnome-extra/zenity (devmon popups)"
-	elog "  net-fs/davfs2      (mount WebDAV resources)"
-	elog "  net-fs/cifs-utils  (mounting samba shares)"
-	elog "  net-fs/curlftpfs   (mounting ftp shares)"
-	elog "  net-fs/nfs-utils   (mounting nfs shares)"
-	elog "  sys-fs/sshfs-fuse  (mounting sftp shares)"
-	elog "  virtual/eject      (eject via devmon)"
-	if ! has_version 'sys-fs/udisks' ; then
-		elog
-		elog "When using ${PN} without udisks, and without the udisks-daemon running,"
-		elog "you may need to enable kernel polling for device media changes to be detected."
-		elog "See https://ignorantguru.github.com/${PN}/#polling"
-		has_version '<virtual/udev-173' && ewarn "You need at least udev-173"
-		kernel_is lt 2 6 38 && ewarn "You need at least kernel 2.6.38"
-		einfo
-	fi
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/udevil/, sys-apps/udevil/files/
@ 2017-01-02 15:39 Daniel Campbell
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Campbell @ 2017-01-02 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     36c87cf957dbabcaccada42ba02570e7a7dd61e8
Author:     Daniel Campbell <zlg <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  2 15:38:26 2017 +0000
Commit:     Daniel Campbell <zlg <AT> gentoo <DOT> org>
CommitDate: Mon Jan  2 15:38:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c87cf9

sys-apps/udevil: revbump, fixes bug 580364

Upstream is adopting a similar fix and it won't be needed for 0.4.5.

Gentoo-Bug: 580364
Gentoo-Bug-URL: https://bugs.gentoo.org/580364

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../files/udevil-0.4.4-include-sysmacros.patch     | 15 +++++
 sys-apps/udevil/udevil-0.4.4-r2.ebuild             | 75 ++++++++++++++++++++++
 2 files changed, 90 insertions(+)

diff --git a/sys-apps/udevil/files/udevil-0.4.4-include-sysmacros.patch b/sys-apps/udevil/files/udevil-0.4.4-include-sysmacros.patch
new file mode 100644
index 00000000..7adda28
--- /dev/null
+++ b/sys-apps/udevil/files/udevil-0.4.4-include-sysmacros.patch
@@ -0,0 +1,15 @@
+# Include sysmacros.h, solves Gentoo bug 580364
+# Upstream has merged similar changes, should be present
+# in 0.4.5
+--- a/src/udevil.c	2015-05-04 06:34:32.000000000 -0700
++++ b/src/udevil.c	2017-01-02 07:25:14.744273858 -0800
+@@ -33,6 +33,9 @@
+ #include <netdb.h>
+ #include <arpa/inet.h>
+ 
++// major/minor, dev_t, needed for glibc>=2.25
++#include <sys/sysmacros.h>
++
+ // groups
+ #include <grp.h>
+ 

diff --git a/sys-apps/udevil/udevil-0.4.4-r2.ebuild b/sys-apps/udevil/udevil-0.4.4-r2.ebuild
new file mode 100644
index 00000000..864ac30
--- /dev/null
+++ b/sys-apps/udevil/udevil-0.4.4-r2.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils autotools user
+
+DESCRIPTION="mount and unmount removable devices without a password"
+HOMEPAGE="https://ignorantguru.github.com/udevil/"
+SRC_URI="https://github.com/IgnorantGuru/udevil/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-shells/bash-4.0:*
+	dev-libs/glib:2
+	sys-apps/util-linux
+	virtual/acl
+	>=virtual/udev-143"
+DEPEND="${RDEPEND}
+	dev-util/intltool
+	sys-devel/gettext
+	virtual/pkgconfig"
+
+pkg_setup(){
+	enewgroup plugdev
+}
+
+src_prepare() {
+	# This works for 0.4.4 too, no sense copying the patch
+	epatch "${FILESDIR}"/${PN}-0.4.3-flags.patch
+	epatch "${FILESDIR}"/${P}-stat.patch
+	epatch "${FILESDIR}"/${P}-include-sysmacros.patch
+	eapply_user
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--with-setfacl-prog="$(type -P setfacl)" \
+		--enable-systemd
+}
+
+src_install() {
+	default
+	fowners root:plugdev /usr/bin/udevil
+	fperms 4754 /usr/bin/udevil
+}
+
+pkg_postinst() {
+	einfo
+	elog "Please add your user to the plugdev group"
+	elog "to be able to use ${PN} as a user"
+	elog
+	elog "Optional dependencies:"
+	elog "  gnome-extra/zenity (devmon popups)"
+	elog "  net-fs/davfs2      (mount WebDAV resources)"
+	elog "  net-fs/cifs-utils  (mounting samba shares)"
+	elog "  net-fs/curlftpfs   (mounting ftp shares)"
+	elog "  net-fs/nfs-utils   (mounting nfs shares)"
+	elog "  net-fs/sshfs       (mounting sftp shares)"
+	elog "  virtual/eject      (eject via devmon)"
+	if ! has_version 'sys-fs/udisks' ; then
+		elog
+		elog "When using ${PN} without udisks, and without the udisks-daemon running,"
+		elog "you may need to enable kernel polling for device media changes to be detected."
+		elog "See https://ignorantguru.github.com/${PN}/#polling"
+		has_version '<virtual/udev-173' && ewarn "You need at least udev-173"
+		kernel_is lt 2 6 38 && ewarn "You need at least kernel 2.6.38"
+		einfo
+	fi
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/udevil/, sys-apps/udevil/files/
@ 2017-05-01 12:44 Daniel Campbell
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Campbell @ 2017-05-01 12:44 UTC (permalink / raw
  To: gentoo-commits

commit:     bac129275380b55b46428510ff90155c9e492799
Author:     Daniel Campbell <zlg <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 12:29:04 2017 +0000
Commit:     Daniel Campbell <zlg <AT> gentoo <DOT> org>
CommitDate: Mon May  1 12:29:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac12927

sys-apps/udevil: revbump wrt bug 605662

Gentoo-Bug: 605662
Gentoo-Bug-URL: https://bugs.gentoo.org/605662
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../files/udevil-0.4.4-include-sysmacros-r1.patch  | 27 ++++++++
 sys-apps/udevil/udevil-0.4.4-r3.ebuild             | 74 ++++++++++++++++++++++
 2 files changed, 101 insertions(+)

diff --git a/sys-apps/udevil/files/udevil-0.4.4-include-sysmacros-r1.patch b/sys-apps/udevil/files/udevil-0.4.4-include-sysmacros-r1.patch
new file mode 100644
index 00000000000..2f9859d34e8
--- /dev/null
+++ b/sys-apps/udevil/files/udevil-0.4.4-include-sysmacros-r1.patch
@@ -0,0 +1,27 @@
+# Include sysmacros.h, solves Gentoo bug 580364
+# Upstream has merged similar changes, should be present
+# in 0.4.5
+--- a/src/udevil.c	2015-05-04 06:34:32.000000000 -0700
++++ b/src/udevil.c	2017-01-02 07:25:14.744273858 -0800
+@@ -33,6 +33,9 @@
+ #include <netdb.h>
+ #include <arpa/inet.h>
+ 
++// major/minor, dev_t, needed for glibc>=2.25
++#include <sys/sysmacros.h>
++
+ // groups
+ #include <grp.h>
+ 
+--- a/src/device-info.h	2017-01-02 07:47:23.373180528 -0800
++++ b/src/device-info.h	2017-03-14 23:35:58.079222855 -0700
+@@ -18,6 +18,9 @@
+ // intltool
+ #include <glib/gi18n.h>
+ 
++// dev_t
++#include <sys/sysmacros.h>
++
+ 
+ 
+ typedef struct device_t  {

diff --git a/sys-apps/udevil/udevil-0.4.4-r3.ebuild b/sys-apps/udevil/udevil-0.4.4-r3.ebuild
new file mode 100644
index 00000000000..c93bc7b9dcc
--- /dev/null
+++ b/sys-apps/udevil/udevil-0.4.4-r3.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils autotools user
+
+DESCRIPTION="mount and unmount removable devices without a password"
+HOMEPAGE="https://ignorantguru.github.com/udevil/"
+SRC_URI="https://github.com/IgnorantGuru/udevil/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-shells/bash-4.0:*
+	dev-libs/glib:2
+	sys-apps/util-linux
+	virtual/acl
+	>=virtual/udev-143"
+DEPEND="${RDEPEND}
+	dev-util/intltool
+	sys-devel/gettext
+	virtual/pkgconfig"
+
+pkg_setup(){
+	enewgroup plugdev
+}
+
+src_prepare() {
+	# This works for 0.4.4 too, no sense copying the patch
+	epatch "${FILESDIR}"/${PN}-0.4.3-flags.patch
+	epatch "${FILESDIR}"/${P}-stat.patch
+	epatch "${FILESDIR}"/${P}-include-sysmacros.patch
+	eapply_user
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--with-setfacl-prog="$(type -P setfacl)" \
+		--enable-systemd
+}
+
+src_install() {
+	default
+	fowners root:plugdev /usr/bin/udevil
+	fperms 4754 /usr/bin/udevil
+}
+
+pkg_postinst() {
+	einfo
+	elog "Please add your user to the plugdev group"
+	elog "to be able to use ${PN} as a user"
+	elog
+	elog "Optional dependencies:"
+	elog "  gnome-extra/zenity (devmon popups)"
+	elog "  net-fs/davfs2      (mount WebDAV resources)"
+	elog "  net-fs/cifs-utils  (mounting samba shares)"
+	elog "  net-fs/curlftpfs   (mounting ftp shares)"
+	elog "  net-fs/nfs-utils   (mounting nfs shares)"
+	elog "  net-fs/sshfs       (mounting sftp shares)"
+	elog "  virtual/eject      (eject via devmon)"
+	if ! has_version 'sys-fs/udisks' ; then
+		elog
+		elog "When using ${PN} without udisks, and without the udisks-daemon running,"
+		elog "you may need to enable kernel polling for device media changes to be detected."
+		elog "See https://ignorantguru.github.com/${PN}/#polling"
+		has_version '<virtual/udev-173' && ewarn "You need at least udev-173"
+		kernel_is lt 2 6 38 && ewarn "You need at least kernel 2.6.38"
+		einfo
+	fi
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-01 12:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-07  1:48 [gentoo-commits] repo/gentoo:master commit in: sys-apps/udevil/, sys-apps/udevil/files/ Daniel Campbell
  -- strict thread matches above, loose matches on Subject: below --
2017-01-02 15:39 Daniel Campbell
2017-05-01 12:44 Daniel Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox