summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-06-19 12:29:45 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-06-19 12:29:45 +0000
commit9b4456c1f04a702b6f4b6b905f73712dfe1e5535 (patch)
treef87b8c7e276d0704baea3bdaff3d67cd2e13d51b /sys-fs/bashmount/bashmount-3.2.0.ebuild
parentKeyworded on alpha, bug #467160 (diff)
downloadgentoo-2-9b4456c1f04a702b6f4b6b905f73712dfe1e5535.tar.gz
gentoo-2-9b4456c1f04a702b6f4b6b905f73712dfe1e5535.tar.bz2
gentoo-2-9b4456c1f04a702b6f4b6b905f73712dfe1e5535.zip
Version bump; UDisks2 compability wrt #439650
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs/bashmount/bashmount-3.2.0.ebuild')
-rw-r--r--sys-fs/bashmount/bashmount-3.2.0.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/sys-fs/bashmount/bashmount-3.2.0.ebuild b/sys-fs/bashmount/bashmount-3.2.0.ebuild
new file mode 100644
index 000000000000..ec753193030e
--- /dev/null
+++ b/sys-fs/bashmount/bashmount-3.2.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/bashmount/bashmount-3.2.0.ebuild,v 1.1 2014/06/19 12:29:45 ssuominen Exp $
+
+EAPI=5
+
+DESCRIPTION="A bash script that uses udisks to handle removable devices without dependencies on any GUI"
+HOMEPAGE="http://sourceforge.net/projects/bashmount/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# sys-apps/util-linux -> lsblk
+RDEPEND="app-shells/bash
+ sys-apps/dbus
+ sys-apps/util-linux
+ sys-fs/udisks:2
+ virtual/eject"
+DEPEND=""
+
+src_install() {
+ dobin ${PN}
+ insinto /etc
+ doins ${PN}.conf
+ doman ${PN}.1
+ dodoc NEWS
+}