radhermit    14/06/16 08:35:19

  Modified:             ChangeLog
  Added:                bindfs-1.12.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.15                 sys-fs/bindfs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/bindfs/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   1 Oct 2013 22:18:44 -0000       1.14
+++ ChangeLog   16 Jun 2014 08:35:19 -0000      1.15
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/bindfs
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/bindfs/ChangeLog,v 1.14 2013/10/01 
22:18:44 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/bindfs/ChangeLog,v 1.15 2014/06/16 
08:35:19 radhermit Exp $
+
+*bindfs-1.12.5 (16 Jun 2014)
+
+  16 Jun 2014; Tim Harder <[email protected]> +bindfs-1.12.5.ebuild:
+  Version bump.
 
   01 Oct 2013; Tim Harder <[email protected]> -bindfs-1.11.ebuild,
   -bindfs-1.12.ebuild, -bindfs-1.12.1.ebuild:



1.1                  sys-fs/bindfs/bindfs-1.12.5.ebuild

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

Index: bindfs-1.12.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/bindfs/bindfs-1.12.5.ebuild,v 1.1 
2014/06/16 08:35:19 radhermit Exp $

EAPI=5

inherit eutils autotools

DESCRIPTION="FUSE filesystem for mounting a directory to another location and 
altering permissions"
HOMEPAGE="http://bindfs.org/";
SRC_URI="http://bindfs.org/downloads/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"

RDEPEND=">=sys-fs/fuse-2.6"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

RESTRICT="test"

src_prepare() {
        epatch "${FILESDIR}"/${PN}-1.10.7-cflags.patch
        eautoreconf
}

src_configure() {
        econf $(use_enable debug)
}




Reply via email to