public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/bindfs/
Date: Tue,  8 Dec 2015 06:10:18 +0000 (UTC)	[thread overview]
Message-ID: <1449554997.b7477e047e05deb9e4d893744fbdaacba29e8dda.radhermit@gentoo> (raw)

commit:     b7477e047e05deb9e4d893744fbdaacba29e8dda
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  8 06:09:25 2015 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Dec  8 06:09:57 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7477e04

sys-fs/bindfs: version bump to 1.13.0

 sys-fs/bindfs/Manifest             |  1 +
 sys-fs/bindfs/bindfs-1.13.0.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/sys-fs/bindfs/Manifest b/sys-fs/bindfs/Manifest
index c67a6e0..717e101 100644
--- a/sys-fs/bindfs/Manifest
+++ b/sys-fs/bindfs/Manifest
@@ -2,3 +2,4 @@ DIST bindfs-1.12.2.tar.gz 349691 SHA256 e0e540ce8adfbb2955e7ac2f86589f913443a8c5
 DIST bindfs-1.12.3.tar.gz 345458 SHA256 ad3ee6aa6e609f8e0d37dbfaafbd6bdd015b0b2367efd2ecb550e70167d27e0d SHA512 47f4fac85023dc140bca7a39f70637076752a0bd4a0a895caa02c25122d0bd80cbbc366f15e77f2b57dfc465181b5e597e116b83fff3864b8b9b58db95e913ed WHIRLPOOL 8fdad5209f655f9fb684cfa857ca1c0bd7fb49aebad68a7432450821c5e7fb9d1a9d7a5300191f15922b1402a155bf00472d91ee882cec6d35f3d7b42c97bc5c
 DIST bindfs-1.12.5.tar.gz 346292 SHA256 a93b4e306cff3675e760ecd0ec7c4e125b67688aa850ad8a3506b5b73c9ed9dc SHA512 20ccf057cd8ffdefd811c28a6645130a9ccd68b5c4c782fb83d973456b9d60966008bff49b2b644eba948e0625d9af9897a6fb3601b51c9eb5768cf6694065f5 WHIRLPOOL fe237649c715a3588d6095bafb7c3290cd5cfe6c87095ba1e68bee21895a326f89881465d2199572f87f08a61931907fba066804174312099da433b83daf2936
 DIST bindfs-1.12.6.tar.gz 351981 SHA256 a954f8fe4d6193a1ab5db423c10fb33dd0da23eabce41e4379ecee4c6cb02069 SHA512 14fd335a082bc577bb67360a892953d6d059b97b24e6fa74ddc1457ed78f3a546799f3cdea48a37da89dfc06be2ee1f5abafc203f6843269f28a79c7d18093b0 WHIRLPOOL 19582aac090d7b1498f36b305ade6a1433c4156ae9562c197726805030263a5a3b8ab94eb203183e016e61ff75c8d5b492c4356095f624c86ca86eefa137ef3b
+DIST bindfs-1.13.0.tar.gz 376903 SHA256 25d35524acda200bb2b8c830dc33a64de8ba38a56c9c51991b994e892de0af43 SHA512 354f3ad025e5d37afff68a871e99e11e12d203ba8f61e031a3f6076bcc41a6888cd685223880ce724fd44ae4c206728cda802be86b5599f258fbbb1284504158 WHIRLPOOL b9880b8f8a51256891fd11a7635a3c023c87fafaf7d8bd91e081d7615836e1f85b488b32cbca31d246dd4392e5ab08e6c1e3f0bf5635b843941083b9d6b736d6

diff --git a/sys-fs/bindfs/bindfs-1.13.0.ebuild b/sys-fs/bindfs/bindfs-1.13.0.ebuild
new file mode 100644
index 0000000..c0153c2
--- /dev/null
+++ b/sys-fs/bindfs/bindfs-1.13.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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	other threads:[~2015-12-08  6:10 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-08  6:10 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-29  2:51 [gentoo-commits] repo/gentoo:master commit in: sys-fs/bindfs/ Tim Harder
2016-10-02  6:13 Tim Harder
2016-10-30 14:34 Sebastian Pipping
2017-02-14 20:46 Sebastian Pipping
2017-04-25 23:04 Tim Harder
2017-10-29  6:18 Tim Harder
2017-10-29  6:18 Tim Harder
2017-12-07 23:15 Sebastian Pipping
2018-06-02  0:57 Aaron Bauman
2018-12-13  9:07 Tim Harder
2019-03-31 17:30 Sebastian Pipping
2019-03-31 17:30 Sebastian Pipping
2019-05-15 16:32 Sebastian Pipping
2019-07-07 17:49 Sebastian Pipping
2019-07-07 17:49 Sebastian Pipping
2020-01-31 22:49 Sebastian Pipping
2020-03-26 19:54 Sebastian Pipping
2020-04-19 20:53 Sebastian Pipping
2020-05-26 19:31 Sebastian Pipping
2020-05-26 19:31 Sebastian Pipping
2020-09-27 17:22 Sebastian Pipping
2021-02-03 20:23 Sebastian Pipping
2021-02-16 17:21 Sebastian Pipping
2021-02-16 17:21 Sebastian Pipping
2021-02-18  2:22 Sebastian Pipping
2022-06-26 19:06 Sebastian Pipping
2022-11-26 17:18 Sebastian Pipping
2023-02-09  1:05 Sebastian Pipping
2023-06-03 16:25 Sebastian Pipping
2023-10-07 18:21 Sebastian Pipping
2023-10-07 18:21 Sebastian Pipping
2023-11-10  0:03 Sebastian Pipping
2023-11-10 16:22 Sebastian Pipping
2024-04-07 12:25 Sebastian Pipping
2024-10-06 14:27 Sam James
2024-10-06 14:27 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1449554997.b7477e047e05deb9e4d893744fbdaacba29e8dda.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox