radhermit 14/07/09 04:59:21 Modified: ChangeLog Added: bindfs-1.12.6.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.16 sys-fs/bindfs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bindfs/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bindfs/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bindfs/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/bindfs/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 16 Jun 2014 08:35:19 -0000 1.15 +++ ChangeLog 9 Jul 2014 04:59:21 -0000 1.16 @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/bindfs # 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 $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/bindfs/ChangeLog,v 1.16 2014/07/09 04:59:21 radhermit Exp $ + +*bindfs-1.12.6 (09 Jul 2014) + + 09 Jul 2014; Tim Harder <[email protected]> +bindfs-1.12.6.ebuild: + Version bump. *bindfs-1.12.5 (16 Jun 2014) 1.1 sys-fs/bindfs/bindfs-1.12.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bindfs/bindfs-1.12.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bindfs/bindfs-1.12.6.ebuild?rev=1.1&content-type=text/plain Index: bindfs-1.12.6.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.6.ebuild,v 1.1 2014/07/09 04:59:21 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) }
