diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-24 18:39:18 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-24 18:39:18 +0000 |
commit | beb5e45d402ae1d98861e9a8f20b5a5190f18899 (patch) | |
tree | a703b68c164cad37bf55f9af752b516979e31c66 /sys-fs/bashmount | |
parent | old (diff) | |
download | gentoo-2-beb5e45d402ae1d98861e9a8f20b5a5190f18899.tar.gz gentoo-2-beb5e45d402ae1d98861e9a8f20b5a5190f18899.tar.bz2 gentoo-2-beb5e45d402ae1d98861e9a8f20b5a5190f18899.zip |
Version bump.
(Portage version: 2.2.0_alpha75/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/bashmount')
-rw-r--r-- | sys-fs/bashmount/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/bashmount/bashmount-1.6.0.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/sys-fs/bashmount/ChangeLog b/sys-fs/bashmount/ChangeLog index 0b6668159e19..8a79f332a5b3 100644 --- a/sys-fs/bashmount/ChangeLog +++ b/sys-fs/bashmount/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/bashmount # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/bashmount/ChangeLog,v 1.1 2011/11/05 05:57:23 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/bashmount/ChangeLog,v 1.2 2011/11/24 18:39:18 ssuominen Exp $ + +*bashmount-1.6.0 (24 Nov 2011) + + 24 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> +bashmount-1.6.0.ebuild: + Version bump. *bashmount-1.5.3 (05 Nov 2011) diff --git a/sys-fs/bashmount/bashmount-1.6.0.ebuild b/sys-fs/bashmount/bashmount-1.6.0.ebuild new file mode 100644 index 000000000000..c81e1aaa7c8f --- /dev/null +++ b/sys-fs/bashmount/bashmount-1.6.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/bashmount/bashmount-1.6.0.ebuild,v 1.1 2011/11/24 18:39:18 ssuominen Exp $ + +EAPI=4 + +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="" + +RDEPEND="app-shells/bash + sys-apps/dbus + sys-fs/udisks" +DEPEND="" + +src_install() { + dobin ${PN} + insinto /etc + doins ${PN}.conf + dodoc ChangeLog README +} |