summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2024-12-25 01:36:26 +0100
committerSebastian Pipping <sping@gentoo.org>2024-12-25 01:36:26 +0100
commit6b88d1eeca9595f4cfd1284200c33bbd709b70a9 (patch)
treef83468e035e7ddbdf17b7950aeb1382d83e6f5c2 /sys-fs
parentdev-db/rqlite: add 8.36.2 (diff)
downloadgentoo-6b88d1eeca9595f4cfd1284200c33bbd709b70a9.tar.gz
gentoo-6b88d1eeca9595f4cfd1284200c33bbd709b70a9.tar.bz2
gentoo-6b88d1eeca9595f4cfd1284200c33bbd709b70a9.zip
sys-fs/bindfs: Drop old
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/bindfs/Manifest4
-rw-r--r--sys-fs/bindfs/bindfs-1.17.3.ebuild23
-rw-r--r--sys-fs/bindfs/bindfs-1.17.4.ebuild23
-rw-r--r--sys-fs/bindfs/bindfs-1.17.5.ebuild23
-rw-r--r--sys-fs/bindfs/bindfs-1.17.6.ebuild23
5 files changed, 0 insertions, 96 deletions
diff --git a/sys-fs/bindfs/Manifest b/sys-fs/bindfs/Manifest
index c5d12074b70c..bd68d1c771d6 100644
--- a/sys-fs/bindfs/Manifest
+++ b/sys-fs/bindfs/Manifest
@@ -1,5 +1 @@
-DIST bindfs-1.17.3.tar.gz 421902 BLAKE2B 367f4f7d20468c0a652c45825525ad31a354e8d5216f742084ef284537e36c4197bb775daeb84e3c853324750043cce4d268b97c3c91dd5c52204f81586f1812 SHA512 0a3e970dd192d24dd69c7e897e9f88a68ce6e4926a42a70e555d5b1bcb699849e1b4df5767cc550c2bac1da47a8dc03838a6595a73c8d8f1c0eceaafd9e2c83f
-DIST bindfs-1.17.4.tar.gz 423505 BLAKE2B 553688f974dabec256d007dae60b1c8868d63199f04e0f557d55d04b6a31de8524efd192320979cf733d0a5e8a90b80956e4ef04aa508bd17ab3559e75269a52 SHA512 8b49dbccfaec262c26956ad36f8c49b42713d15b4b8ef1a2dc2c74e54d834a6f76430cf5c59d252b69f4c1ce72dc781247366c7832b7f343e78eeeb0a6fb449e
-DIST bindfs-1.17.5.tar.gz 424237 BLAKE2B c0396cad5b4522c280b301e5977d288d58fefe1118c100f4f4556ffc85cd4f8256a0348c51fd853654bc72998262509a9df01eb8969e1da402e90dbf1aab6807 SHA512 950fca3bd4a5f373c632883efafe505f9a1ddb45da40d8cd7bfa814733a68a84a2cfd746b74a831c292036f63da5d935cba35cf46e0e67e108aab29c2154a170
-DIST bindfs-1.17.6.tar.gz 424268 BLAKE2B 6804f830860b3833a5ad867826b6bf7d52bce96f129f456476ccf03dc70bc1af97df7512d707074ccee44d3a17e51c964d075cba59c591faaccc022aebd91a64 SHA512 57a6cf3cdeb6a3ebdbcd59349e0f6fbcb60c4383a26ffc7be3b61152138d593f995501234cb5d4082e689b640de73efc60ce05219c3df1ff776498be27bfe0f1
DIST bindfs-1.17.7.tar.gz 427251 BLAKE2B 1370f68c0a56ca182c14f6043565ebe7407d165b5ad5a101cb972f2ac9724c4d6c5e6628d9f9da95f4d3e3fa154f8213023daebd3833a3da12b74f2ddf57b0ff SHA512 035593e65b5ffaff77395a6c8c79a6ea01e7702e8f138dfee25342c7e6cd280673cb98c3364f50c036038935a3ace2fa8ebe0713f3bc6b7226fafaf0c9107738
diff --git a/sys-fs/bindfs/bindfs-1.17.3.ebuild b/sys-fs/bindfs/bindfs-1.17.3.ebuild
deleted file mode 100644
index 2729a0dd8fb3..000000000000
--- a/sys-fs/bindfs/bindfs-1.17.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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-3.10.2:3"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-RESTRICT="test"
-
-src_configure() {
- econf $(use_enable debug debug-output) --with-fuse3
-}
diff --git a/sys-fs/bindfs/bindfs-1.17.4.ebuild b/sys-fs/bindfs/bindfs-1.17.4.ebuild
deleted file mode 100644
index 2729a0dd8fb3..000000000000
--- a/sys-fs/bindfs/bindfs-1.17.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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-3.10.2:3"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-RESTRICT="test"
-
-src_configure() {
- econf $(use_enable debug debug-output) --with-fuse3
-}
diff --git a/sys-fs/bindfs/bindfs-1.17.5.ebuild b/sys-fs/bindfs/bindfs-1.17.5.ebuild
deleted file mode 100644
index 2729a0dd8fb3..000000000000
--- a/sys-fs/bindfs/bindfs-1.17.5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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-3.10.2:3"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-RESTRICT="test"
-
-src_configure() {
- econf $(use_enable debug debug-output) --with-fuse3
-}
diff --git a/sys-fs/bindfs/bindfs-1.17.6.ebuild b/sys-fs/bindfs/bindfs-1.17.6.ebuild
deleted file mode 100644
index 2729a0dd8fb3..000000000000
--- a/sys-fs/bindfs/bindfs-1.17.6.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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-3.10.2:3"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-RESTRICT="test"
-
-src_configure() {
- econf $(use_enable debug debug-output) --with-fuse3
-}