public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/bindfs: bindfs-1.12.1.ebuild ChangeLog
@ 2013-06-09 10:52 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2013-06-09 10:52 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/06/09 10:52:28

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

Revision  Changes    Path
1.11                 sys-fs/bindfs/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/bindfs/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	2 Mar 2013 07:04:20 -0000	1.10
+++ ChangeLog	9 Jun 2013 10:52:27 -0000	1.11
@@ -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.10 2013/03/02 07:04:20 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/bindfs/ChangeLog,v 1.11 2013/06/09 10:52:27 radhermit Exp $
+
+*bindfs-1.12.1 (09 Jun 2013)
+
+  09 Jun 2013; Tim Harder <radhermit@gentoo.org> +bindfs-1.12.1.ebuild:
+  Version bump.
 
 *bindfs-1.12 (02 Mar 2013)
 



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

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

Index: bindfs-1.12.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/bindfs/bindfs-1.12.1.ebuild,v 1.1 2013/06/09 10:52:27 radhermit Exp $

EAPI=5

inherit eutils autotools

DESCRIPTION="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}"/${PN}-1.10.7-cflags.patch
	eautoreconf
}

src_configure() {
	econf $(use_enable debug)
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-09 10:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-09 10:52 [gentoo-commits] gentoo-x86 commit in sys-fs/bindfs: bindfs-1.12.1.ebuild ChangeLog 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