summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-fs/bashmount/ChangeLog5
-rw-r--r--sys-fs/bashmount/bashmount-1.5.3.ebuild26
2 files changed, 4 insertions, 27 deletions
diff --git a/sys-fs/bashmount/ChangeLog b/sys-fs/bashmount/ChangeLog
index 28b6d9296d79..c5f1eab7ea58 100644
--- a/sys-fs/bashmount/ChangeLog
+++ b/sys-fs/bashmount/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/bashmount
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/bashmount/ChangeLog,v 1.6 2012/02/20 11:08:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/bashmount/ChangeLog,v 1.7 2012/02/20 11:09:36 ssuominen Exp $
+
+ 20 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> -bashmount-1.5.3.ebuild:
+ old
*bashmount-1.6.2 (20 Feb 2012)
diff --git a/sys-fs/bashmount/bashmount-1.5.3.ebuild b/sys-fs/bashmount/bashmount-1.5.3.ebuild
deleted file mode 100644
index 83d1a2e02e20..000000000000
--- a/sys-fs/bashmount/bashmount-1.5.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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.5.3.ebuild,v 1.1 2011/11/05 05:57:23 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
-}