From 1b8e8ffe31ccfe4ac28f1f3c5ee93c8eb943c9e4 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 1 Oct 2013 22:01:09 +0000 Subject: sys-fs/bindfs: Fix compilation (bug #486722), 1.12.3 (Portage version: 2.1.12.5/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600) --- sys-fs/bindfs/ChangeLog | 11 +++++++- sys-fs/bindfs/bindfs-1.11.ebuild | 5 ++-- sys-fs/bindfs/bindfs-1.12.1.ebuild | 3 +- sys-fs/bindfs/bindfs-1.12.2.ebuild | 3 +- sys-fs/bindfs/bindfs-1.12.3.ebuild | 32 ++++++++++++++++++++++ sys-fs/bindfs/bindfs-1.12.ebuild | 3 +- .../files/bindfs-1.12.2-ac-config-headers.patch | 25 +++++++++++++++++ sys-fs/bindfs/metadata.xml | 4 +++ 8 files changed, 80 insertions(+), 6 deletions(-) create mode 100644 sys-fs/bindfs/bindfs-1.12.3.ebuild create mode 100644 sys-fs/bindfs/files/bindfs-1.12.2-ac-config-headers.patch (limited to 'sys-fs/bindfs') diff --git a/sys-fs/bindfs/ChangeLog b/sys-fs/bindfs/ChangeLog index cf9dccf0f1d5..12b9349d4c2a 100644 --- a/sys-fs/bindfs/ChangeLog +++ b/sys-fs/bindfs/ChangeLog @@ -1,6 +1,15 @@ # 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.12 2013/08/27 07:47:14 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/bindfs/ChangeLog,v 1.13 2013/10/01 22:01:09 sping Exp $ + +*bindfs-1.12.3 (01 Oct 2013) + + 01 Oct 2013; Sebastian Pipping bindfs-1.11.ebuild, + bindfs-1.12.ebuild, bindfs-1.12.1.ebuild, bindfs-1.12.2.ebuild, + +files/bindfs-1.12.2-ac-config-headers.patch, +bindfs-1.12.3.ebuild, + metadata.xml: + Fix compilation error from use of AM_CONFIG_HEADER (bug #486722), bump to + 1.12.3, add myself as backup maintainer *bindfs-1.12.2 (27 Aug 2013) diff --git a/sys-fs/bindfs/bindfs-1.11.ebuild b/sys-fs/bindfs/bindfs-1.11.ebuild index fc675d856afe..ac85a00fc9e9 100644 --- a/sys-fs/bindfs/bindfs-1.11.ebuild +++ b/sys-fs/bindfs/bindfs-1.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.11.ebuild,v 1.1 2012/10/01 09:32:31 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/bindfs/bindfs-1.11.ebuild,v 1.2 2013/10/01 22:01:09 sping Exp $ EAPI="4" @@ -23,6 +23,7 @@ RESTRICT="test" src_prepare() { epatch "${FILESDIR}"/${PN}-1.10.7-cflags.patch + epatch "${FILESDIR}"/${PN}-1.12.2-ac-config-headers.patch eautoreconf } diff --git a/sys-fs/bindfs/bindfs-1.12.1.ebuild b/sys-fs/bindfs/bindfs-1.12.1.ebuild index f3097e2d1ec4..df69b8fa4901 100644 --- a/sys-fs/bindfs/bindfs-1.12.1.ebuild +++ b/sys-fs/bindfs/bindfs-1.12.1.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/bindfs/bindfs-1.12.1.ebuild,v 1.2 2013/10/01 22:01:09 sping Exp $ EAPI=5 @@ -23,6 +23,7 @@ RESTRICT="test" src_prepare() { epatch "${FILESDIR}"/${PN}-1.10.7-cflags.patch + epatch "${FILESDIR}"/${PN}-1.12.2-ac-config-headers.patch eautoreconf } diff --git a/sys-fs/bindfs/bindfs-1.12.2.ebuild b/sys-fs/bindfs/bindfs-1.12.2.ebuild index 4308f7f69803..1adbe922b412 100644 --- a/sys-fs/bindfs/bindfs-1.12.2.ebuild +++ b/sys-fs/bindfs/bindfs-1.12.2.ebuild @@ -1,6 +1,6 @@ # 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.2.ebuild,v 1.1 2013/08/27 07:47:14 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/bindfs/bindfs-1.12.2.ebuild,v 1.2 2013/10/01 22:01:09 sping Exp $ EAPI=5 @@ -23,6 +23,7 @@ RESTRICT="test" src_prepare() { epatch "${FILESDIR}"/${PN}-1.10.7-cflags.patch + epatch "${FILESDIR}"/${PN}-1.12.2-ac-config-headers.patch eautoreconf } diff --git a/sys-fs/bindfs/bindfs-1.12.3.ebuild b/sys-fs/bindfs/bindfs-1.12.3.ebuild new file mode 100644 index 000000000000..13b83796ef10 --- /dev/null +++ b/sys-fs/bindfs/bindfs-1.12.3.ebuild @@ -0,0 +1,32 @@ +# 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.3.ebuild,v 1.1 2013/10/01 22:01:09 sping 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 + epatch "${FILESDIR}"/${PN}-1.12.2-ac-config-headers.patch + eautoreconf +} + +src_configure() { + econf $(use_enable debug) +} diff --git a/sys-fs/bindfs/bindfs-1.12.ebuild b/sys-fs/bindfs/bindfs-1.12.ebuild index 28dae5b051d1..70a52fc2363c 100644 --- a/sys-fs/bindfs/bindfs-1.12.ebuild +++ b/sys-fs/bindfs/bindfs-1.12.ebuild @@ -1,6 +1,6 @@ # 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.ebuild,v 1.1 2013/03/02 07:04:20 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/bindfs/bindfs-1.12.ebuild,v 1.2 2013/10/01 22:01:09 sping Exp $ EAPI=5 @@ -23,6 +23,7 @@ RESTRICT="test" src_prepare() { epatch "${FILESDIR}"/${PN}-1.10.7-cflags.patch + epatch "${FILESDIR}"/${PN}-1.12.2-ac-config-headers.patch eautoreconf } diff --git a/sys-fs/bindfs/files/bindfs-1.12.2-ac-config-headers.patch b/sys-fs/bindfs/files/bindfs-1.12.2-ac-config-headers.patch new file mode 100644 index 000000000000..7881102d7b0e --- /dev/null +++ b/sys-fs/bindfs/files/bindfs-1.12.2-ac-config-headers.patch @@ -0,0 +1,25 @@ +From 6f52e8b2b7c77086a9d9c490f67268e8c88fa082 Mon Sep 17 00:00:00 2001 +From: Sebastian Pipping +Date: Tue, 1 Oct 2013 23:43:25 +0200 +Subject: [PATCH] Migrate to AC_CONFIG_HEADERS + +--- + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index 95164ed..2c9e46b 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -1,7 +1,7 @@ + AC_INIT([bindfs],[1.12.2],[martin.partel@gmail.com]) + + AM_INIT_AUTOMAKE([foreign]) +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS([config.h]) + + AC_PROG_CC + AC_LANG(C) +-- +1.8.2.1 + diff --git a/sys-fs/bindfs/metadata.xml b/sys-fs/bindfs/metadata.xml index ca90fe1bab4e..94bb24b79b85 100644 --- a/sys-fs/bindfs/metadata.xml +++ b/sys-fs/bindfs/metadata.xml @@ -5,6 +5,10 @@ radhermit@gentoo.org Tim Harder + + sping@gentoo.org + Sebastian Pipping + bindfs -- cgit v1.2.3-65-gdbad