public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/uam: uam-0.0.6.ebuild metadata.xml ChangeLog
@ 2010-10-01 21:42 Michal GArny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal GArny (mgorny) @ 2010-10-01 21:42 UTC (permalink / raw
  To: gentoo-commits

mgorny      10/10/01 21:42:26

  Added:                uam-0.0.6.ebuild metadata.xml ChangeLog
  Log:
  Import from the Sunrise overlay, per bug #278363.
  
  (Portage version: 2.2_rc88_p61/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-apps/uam/uam-0.0.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/uam/uam-0.0.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/uam/uam-0.0.6.ebuild?rev=1.1&content-type=text/plain

Index: uam-0.0.6.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/uam/uam-0.0.6.ebuild,v 1.1 2010/10/01 21:42:26 mgorny Exp $

inherit eutils multilib

DESCRIPTION="Simple udev-based automounter for removable USB media"
HOMEPAGE="http://github.com/mgorny/uam/"
SRC_URI="http://github.com/downloads/mgorny/${PN}/${P}.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="sys-fs/udev"

src_compile() {
	emake LIBDIR=/$(get_libdir) || die
}

src_install() {
	emake LIBDIR=/$(get_libdir) DESTDIR="${D}" install || die

	dodoc NEWS README || die
}

pkg_postinst() {
	# The plugdev group is created by pam, pmount and many other ebuilds
	# in gx86. As we don't want to depend on any of them (even pmount is
	# optional), we create it ourself too.
	enewgroup plugdev

	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 "Another feature uam is not capable of is mounting removable media"
	elog "in fixed drives, like CDs and floppies. You might, however, be able"
	elog "to mount them as an unprivileged user using appropriate fstab entries"
	elog "or [sys-apps/pmount]."
	elog
	elog "If you'd like to receive libnotify-based notifications, you need"
	elog "to install the [x11-misc/sw-notify-send] tool from the Sunrise"
	elog "overlay [1] (or bug #318961 [2])."
	elog
	elog "[1] http://overlays.gentoo.org/proj/sunrise"
	elog "[2] http://bugs.gentoo.org/show_bug.cgi?id=318961"

	ebegin "Calling udev to reload its rules"
	udevadm control --reload-rules
	eend $?
}



1.1                  sys-apps/uam/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/uam/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/uam/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>no-herd</herd>
	<maintainer>
		<email>mgorny@gentoo.org</email>
	</maintainer>
</pkgmetadata>



1.1                  sys-apps/uam/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/uam/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/uam/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for sys-apps/uam
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/uam/ChangeLog,v 1.1 2010/10/01 21:42:26 mgorny Exp $

*uam-0.0.6 (01 Oct 2010)

  01 Oct 2010; Michał Górny <mgorny@gentoo.org> +uam-0.0.6.ebuild,
  +metadata.xml:
  Import from the Sunrise overlay, per bug #278363.







^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-10-01 21:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-01 21:42 [gentoo-commits] gentoo-x86 commit in sys-apps/uam: uam-0.0.6.ebuild metadata.xml ChangeLog Michal GArny (mgorny)

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