public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/bindfs/
Date: Tue, 16 Feb 2021 17:21:24 +0000 (UTC)	[thread overview]
Message-ID: <1613495582.56a9a909cde02ef2fcb5a02e2879c204f952feb6.sping@gentoo> (raw)

commit:     56a9a909cde02ef2fcb5a02e2879c204f952feb6
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 17:13:02 2021 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 17:13:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a9a909

sys-fs/bindfs: Drop old

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-3.0.14, Repoman-3.0.2

 sys-fs/bindfs/Manifest             |  3 ---
 sys-fs/bindfs/bindfs-1.14.5.ebuild | 23 -----------------------
 sys-fs/bindfs/bindfs-1.14.7.ebuild | 23 -----------------------
 sys-fs/bindfs/bindfs-1.14.8.ebuild | 23 -----------------------
 4 files changed, 72 deletions(-)

diff --git a/sys-fs/bindfs/Manifest b/sys-fs/bindfs/Manifest
index 9174169b557..47fa674dfba 100644
--- a/sys-fs/bindfs/Manifest
+++ b/sys-fs/bindfs/Manifest
@@ -1,4 +1 @@
-DIST bindfs-1.14.5.tar.gz 407863 BLAKE2B 2c75b426f2b2fd8947c2f7e8b74fd9826cccba99afce661713946acdc7765cd8065475ecc244d4ffd534fde8243d100eba03abcc643cec2a9d2fbec954c4ab73 SHA512 df8245339ef0491a58d69f3fca215b4cca4853976cedc507ba4c953ef136d34d245130c7bdb9b75adb7661e0f359582afae0b6e7b5f69252ca5adecbc09c51ec
-DIST bindfs-1.14.7.tar.gz 409427 BLAKE2B 0027ee589a39d6d29b4bc337aaa87e4cf231f4549245c14353a39fb7a66e8ade17412740f5caf2e2eed4cb0501b6537beaf4929d21256c5b0625304b056829a3 SHA512 03b0bce29b87219e7e159077942e66e7e0e783b8c41234231696f96aa83e66271431fd3b4e7c1d98ba74705ec7255bd7da9d9484981ddb86c4d1c1b35dcaa0cc
-DIST bindfs-1.14.8.tar.gz 410096 BLAKE2B 93184ccbb5b2ed3b75bb74e2c79e92d4b0f90a977713936a3aaf70d56a5801ca0316ea4a4c09818c435618b8a3c848a9d115fd038190a30053c82134a1a38106 SHA512 aa76528d227024b10631dc542c87d6ed9511226ee2983f8aeaf4da5f59acd9537194065505302f506b12150177f1fbdd654366aceea568ca16f40ae8dd2bdb94
 DIST bindfs-1.14.9.tar.gz 410344 BLAKE2B 3875c436e7f52a59c0b7aeb2d7fbcfa7d4edfc3f8397bf7d2a920a260f857ec16df64b78655175f9b0929b93788fb6af46c2844f30ee59c30b6ef9fb5beb4cf7 SHA512 e8c454b4edd65faa64255c7706c195aa1cab6436a0d3481e434a5e535a3c24df1b13342b72ed3da097e68e9d94582237d682dbb675734061d115e863d5767ffd

diff --git a/sys-fs/bindfs/bindfs-1.14.5.ebuild b/sys-fs/bindfs/bindfs-1.14.5.ebuild
deleted file mode 100644
index 69f9d93e580..00000000000
--- a/sys-fs/bindfs/bindfs-1.14.5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="FUSE filesystem for bind mounting with altered permissions"
-HOMEPAGE="https://bindfs.org/"
-SRC_URI="https://bindfs.org/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=sys-fs/fuse-2.9:0"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-RESTRICT="test"
-
-src_configure() {
-	econf $(use_enable debug debug-output)
-}

diff --git a/sys-fs/bindfs/bindfs-1.14.7.ebuild b/sys-fs/bindfs/bindfs-1.14.7.ebuild
deleted file mode 100644
index 69f9d93e580..00000000000
--- a/sys-fs/bindfs/bindfs-1.14.7.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="FUSE filesystem for bind mounting with altered permissions"
-HOMEPAGE="https://bindfs.org/"
-SRC_URI="https://bindfs.org/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=sys-fs/fuse-2.9:0"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-RESTRICT="test"
-
-src_configure() {
-	econf $(use_enable debug debug-output)
-}

diff --git a/sys-fs/bindfs/bindfs-1.14.8.ebuild b/sys-fs/bindfs/bindfs-1.14.8.ebuild
deleted file mode 100644
index 69f9d93e580..00000000000
--- a/sys-fs/bindfs/bindfs-1.14.8.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="FUSE filesystem for bind mounting with altered permissions"
-HOMEPAGE="https://bindfs.org/"
-SRC_URI="https://bindfs.org/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=sys-fs/fuse-2.9:0"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-RESTRICT="test"
-
-src_configure() {
-	econf $(use_enable debug debug-output)
-}


             reply	other threads:[~2021-02-16 17:21 UTC|newest]

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

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=1613495582.56a9a909cde02ef2fcb5a02e2879c204f952feb6.sping@gentoo \
    --to=sping@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