From 4c011cecc2221a9ac70a3246e28c06e984154835 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Mon, 20 Feb 2012 11:09:36 +0000 Subject: old (Portage version: 2.2.0_alpha87/cvs/Linux x86_64) --- sys-fs/bashmount/ChangeLog | 5 ++++- sys-fs/bashmount/bashmount-1.5.3.ebuild | 26 -------------------------- 2 files changed, 4 insertions(+), 27 deletions(-) delete mode 100644 sys-fs/bashmount/bashmount-1.5.3.ebuild (limited to 'sys-fs/bashmount') 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 -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 -} -- cgit v1.2.3-65-gdbad