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, 26 May 2020 19:31:03 +0000 (UTC) [thread overview]
Message-ID: <1590520962.c2cdeefdabb52398ad53bbbece73a28b5b3b14f8.sping@gentoo> (raw)
commit: c2cdeefdabb52398ad53bbbece73a28b5b3b14f8
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Tue May 26 19:22:42 2020 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue May 26 19:22:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2cdeefd
sys-fs/bindfs: Drop old
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-2.3.99, Repoman-2.3.22
sys-fs/bindfs/Manifest | 3 ---
sys-fs/bindfs/bindfs-1.14.1.ebuild | 23 -----------------------
sys-fs/bindfs/bindfs-1.14.3.ebuild | 23 -----------------------
sys-fs/bindfs/bindfs-1.14.4.ebuild | 23 -----------------------
4 files changed, 72 deletions(-)
diff --git a/sys-fs/bindfs/Manifest b/sys-fs/bindfs/Manifest
index 9de5c796ebc..7a98d78a8a5 100644
--- a/sys-fs/bindfs/Manifest
+++ b/sys-fs/bindfs/Manifest
@@ -1,4 +1 @@
-DIST bindfs-1.14.1.tar.gz 407141 BLAKE2B 749578af588a8f9f778e799ae57b3303f6ae8c83f174aa6df96a92c6af4edcd3f76a332b18b55493e1f60cbbf44c66def3083f8cfe85c9b1af382f1ec6166fd1 SHA512 a0cf4f2cff147f5496c15a9bd9634ccdee323e299a4b132f2c2166a9d5379a26a151a14a45aec6950f8cf9c7ac3e9d2b9a97fee60b3130f5dcb20d65a43a1702
-DIST bindfs-1.14.3.tar.gz 407363 BLAKE2B 00095a6c5d8a095db1993d56f1987e91f3d66f20282b0939062a63ed1af8c14f29a3c9b26905f96ef88d57dc4031d55155dc0c181cc091ab2554308c6a78742e SHA512 34a927a59cc0ab77ff12f49765831fa9c2ec0f9cbd1d1af517e8746a7aa7370aef011d5f29c9bce6f48aca9218b192fdd489451cd08179bbef7c287e126ebbba
-DIST bindfs-1.14.4.tar.gz 407711 BLAKE2B e48bbb069c6b030d18361ef1bd347103d8ac25fb52b869ab03492434bf8dbb249b161d839d91d535cded7260b1693d38674c5402ffcc6bbc1b4000acc236c375 SHA512 f5c63ac87bbcb38f317b772bb69f17c756f7c738dfe9c317d866eb2712267674c7fe2836d697bce581db2391d5c73f1aff22d5188f735b6df533b7ab3ad88f47
DIST bindfs-1.14.5.tar.gz 407863 BLAKE2B 2c75b426f2b2fd8947c2f7e8b74fd9826cccba99afce661713946acdc7765cd8065475ecc244d4ffd534fde8243d100eba03abcc643cec2a9d2fbec954c4ab73 SHA512 df8245339ef0491a58d69f3fca215b4cca4853976cedc507ba4c953ef136d34d245130c7bdb9b75adb7661e0f359582afae0b6e7b5f69252ca5adecbc09c51ec
diff --git a/sys-fs/bindfs/bindfs-1.14.1.ebuild b/sys-fs/bindfs/bindfs-1.14.1.ebuild
deleted file mode 100644
index 124f1fc221b..00000000000
--- a/sys-fs/bindfs/bindfs-1.14.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 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.3.ebuild b/sys-fs/bindfs/bindfs-1.14.3.ebuild
deleted file mode 100644
index 69f9d93e580..00000000000
--- a/sys-fs/bindfs/bindfs-1.14.3.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.4.ebuild b/sys-fs/bindfs/bindfs-1.14.4.ebuild
deleted file mode 100644
index 69f9d93e580..00000000000
--- a/sys-fs/bindfs/bindfs-1.14.4.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)
-}
next reply other threads:[~2020-05-26 19:31 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-26 19:31 Sebastian Pipping [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-26 2:54 [gentoo-commits] repo/gentoo:master commit in: sys-fs/bindfs/ 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-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-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=1590520962.c2cdeefdabb52398ad53bbbece73a28b5b3b14f8.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