* [gentoo-commits] gentoo-x86 commit in sys-fs/bindfs: ChangeLog bindfs-1.10.7.ebuild
@ 2012-07-16 11:23 Tim Harder (radhermit)
0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2012-07-16 11:23 UTC (permalink / raw
To: gentoo-commits
radhermit 12/07/16 11:23:51
Modified: ChangeLog
Added: bindfs-1.10.7.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha118/cvs/Linux x86_64)
Revision Changes Path
1.6 sys-fs/bindfs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bindfs/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bindfs/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bindfs/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/bindfs/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 30 May 2012 09:24:32 -0000 1.5
+++ ChangeLog 16 Jul 2012 11:23:51 -0000 1.6
@@ -1,6 +1,12 @@
# ChangeLog for sys-fs/bindfs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/bindfs/ChangeLog,v 1.5 2012/05/30 09:24:32 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/bindfs/ChangeLog,v 1.6 2012/07/16 11:23:51 radhermit Exp $
+
+*bindfs-1.10.7 (16 Jul 2012)
+
+ 16 Jul 2012; Tim Harder <radhermit@gentoo.org> +bindfs-1.10.7.ebuild,
+ +files/bindfs-1.10.7-cflags.patch:
+ Version bump.
30 May 2012; Tim Harder <radhermit@gentoo.org> -bindfs-1.9.ebuild:
Remove old.
1.1 sys-fs/bindfs/bindfs-1.10.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bindfs/bindfs-1.10.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/bindfs/bindfs-1.10.7.ebuild?rev=1.1&content-type=text/plain
Index: bindfs-1.10.7.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/bindfs/bindfs-1.10.7.ebuild,v 1.1 2012/07/16 11:23:51 radhermit Exp $
EAPI="4"
inherit eutils autotools
DESCRIPTION="A FUSE filesystem for mounting a directory to another location and altering permissions"
HOMEPAGE="http://code.google.com/p/bindfs/"
SRC_URI="http://bindfs.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
RDEPEND="sys-fs/fuse"
DEPEND="${RDEPEND}
virtual/pkgconfig"
RESTRICT="test"
src_prepare() {
epatch "${FILESDIR}"/${P}-cflags.patch
eautoreconf
}
src_configure() {
econf $(use_enable debug)
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-07-16 11:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-16 11:23 [gentoo-commits] gentoo-x86 commit in sys-fs/bindfs: ChangeLog bindfs-1.10.7.ebuild Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox