ssuominen    14/06/19 12:29:45

  Modified:             ChangeLog
  Added:                bashmount-3.2.0.ebuild
  Log:
  Version bump; UDisks2 compability wrt #439650
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.13                 sys-fs/bashmount/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bashmount/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bashmount/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bashmount/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/bashmount/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   25 Oct 2012 13:14:16 -0000      1.12
+++ ChangeLog   19 Jun 2014 12:29:45 -0000      1.13
@@ -1,6 +1,11 @@
 # 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.12 
2012/10/25 13:14:16 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/bashmount/ChangeLog,v 1.13 
2014/06/19 12:29:45 ssuominen Exp $
+
+*bashmount-3.2.0 (19 Jun 2014)
+
+  19 Jun 2014; Samuli Suominen <[email protected]> +bashmount-3.2.0.ebuild:
+  Version bump; UDisks2 compability wrt #439650
 
   25 Oct 2012; Samuli Suominen <[email protected]> -bashmount-1.6.0.ebuild:
   old
@@ -44,4 +49,3 @@
 
   05 Nov 2011; Samuli Suominen <[email protected]> +bashmount-1.5.3.ebuild:
   Initial commit.
-



1.1                  sys-fs/bashmount/bashmount-3.2.0.ebuild

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

Index: bashmount-3.2.0.ebuild
===================================================================
# 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
}




Reply via email to