* [gentoo-commits] repo/proj/guru:dev commit in: net-fs/httpdirfs/
@ 2024-11-30 11:28 Takuya Wakazono
0 siblings, 0 replies; 6+ messages in thread
From: Takuya Wakazono @ 2024-11-30 11:28 UTC (permalink / raw
To: gentoo-commits
commit: 4b738d34d7898404396f20a52652910d9375f512
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Nov 30 11:27:11 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sat Nov 30 11:27:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b738d34
net-fs/httpdirfs: drop 1.2.0
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
net-fs/httpdirfs/Manifest | 1 -
net-fs/httpdirfs/httpdirfs-1.2.0.ebuild | 41 ---------------------------------
2 files changed, 42 deletions(-)
diff --git a/net-fs/httpdirfs/Manifest b/net-fs/httpdirfs/Manifest
index e09c40ff9..9a51f4d4d 100644
--- a/net-fs/httpdirfs/Manifest
+++ b/net-fs/httpdirfs/Manifest
@@ -1,2 +1 @@
-DIST httpdirfs-1.2.0.tar.gz 74794 BLAKE2B a142e10f46db69ea106ad2a0df7a1853e9109693ac89c42d3669d5a3ce239d156d8bf5fc73a1180a5770e832ff2827f05aac79303a8ee7b52ac02f4518b7e5c1 SHA512 9774d7cf573c16135315a87e09667f706518254ea8d57744ce437c1e3f47128a3ca77684506570a6b74dfef236843a107947503deb50c999395ad2a08d341919
DIST httpdirfs-1.2.7.tar.gz 81749 BLAKE2B 41c7506e139b098ca00fed03318d7b4cc17c152992644c489a7dd58818ed64a99084b271fee8756b4a1bda355b32cb5b0e37819bb7b7cc1958fc8fd7c6d87f68 SHA512 75765347a2e0284eb16e088d605dc53b6d748c3f7aca7aa1cf5d96d13f5ae6460d5596aa13cbe80e5da525aa792e4d2eb0232f49ae49b78ba300448023a771e4
diff --git a/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild b/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild
deleted file mode 100644
index 7a69e5b88..000000000
--- a/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Filesystem to mount HTTP directory listings, with a permanent cache"
-HOMEPAGE="https://github.com/fangfufu/httpdirfs"
-
-if [[ "${PV}" == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/fangfufu/${PN}.git"
-else
- SRC_URI="https://github.com/fangfufu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-# Doc generation fails
-# uses app-text/doxygen[dot]
-# IUSE="doc"
-RESTRICT="test"
-
-DEPEND="
- dev-libs/expat
- dev-libs/gumbo
- net-misc/curl
- sys-fs/e2fsprogs
- sys-fs/fuse:0
-"
-RDEPEND="${DEPEND}"
-
-src_compile () {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- emake prefix="${D}/usr" install
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-fs/httpdirfs/
@ 2021-06-11 15:23 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-06-11 15:23 UTC (permalink / raw
To: gentoo-commits
commit: a9631abd6582d8a05fa350e20fa7bf86abc476e4
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jun 6 02:28:15 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Jun 11 15:23:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9631abd
net-fs/httpdirfs: drop unmaintained live
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
net-fs/httpdirfs/httpdirfs-9999.ebuild | 41 ----------------------------------
1 file changed, 41 deletions(-)
diff --git a/net-fs/httpdirfs/httpdirfs-9999.ebuild b/net-fs/httpdirfs/httpdirfs-9999.ebuild
deleted file mode 100644
index 9289a9f95..000000000
--- a/net-fs/httpdirfs/httpdirfs-9999.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Filesystem to mount HTTP directory listings, with a permanent cache"
-HOMEPAGE="https://github.com/fangfufu/httpdirfs"
-
-if [[ "${PV}" == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/fangfufu/${PN}.git"
-else
- SRC_URI="https://github.com/fangfufu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-RESTRICT="test"
-LICENSE="GPL-3"
-SLOT="0"
-# Doc generation fails
-# uses app-doc/doxygen[dot]
-# IUSE="doc"
-
-DEPEND="
- dev-libs/expat
- dev-libs/gumbo
- net-misc/curl
- sys-fs/e2fsprogs
- sys-fs/fuse:0
-"
-RDEPEND="${DEPEND}"
-
-src_compile () {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- emake prefix="${D}/usr" install
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-fs/httpdirfs/
@ 2021-05-21 18:18 Maciej Barć
0 siblings, 0 replies; 6+ messages in thread
From: Maciej Barć @ 2021-05-21 18:18 UTC (permalink / raw
To: gentoo-commits
commit: b35e8047d7dfe2bd0069a54e71e3d6df2b2690df
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Fri May 21 18:16:36 2021 +0000
Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Fri May 21 18:16:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b35e8047
net-fs/httpdirfs: drop to maintainer-needed
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
net-fs/httpdirfs/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/net-fs/httpdirfs/metadata.xml b/net-fs/httpdirfs/metadata.xml
index 7201e1e6e..2544f2e13 100644
--- a/net-fs/httpdirfs/metadata.xml
+++ b/net-fs/httpdirfs/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>xgqt@riseup.net</email>
- <name>Maciej Barć</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="github">fangfufu/httpdirfs</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-fs/httpdirfs/
@ 2021-04-24 12:56 Maciej Barć
0 siblings, 0 replies; 6+ messages in thread
From: Maciej Barć @ 2021-04-24 12:56 UTC (permalink / raw
To: gentoo-commits
commit: 8c3835f3329c3e86b488a2521d25bd1f1c9be6c3
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Sat Apr 24 12:56:28 2021 +0000
Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
CommitDate: Sat Apr 24 12:56:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c3835f3
net-fs/httpdirfs: fix cc QA issue
Closes: https://bugs.gentoo.org/785127
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
net-fs/httpdirfs/httpdirfs-1.2.0.ebuild | 8 +++++++-
net-fs/httpdirfs/httpdirfs-9999.ebuild | 8 +++++++-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild b/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild
index 0ac20788a..9289a9f95 100644
--- a/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild
+++ b/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+inherit toolchain-funcs
+
DESCRIPTION="Filesystem to mount HTTP directory listings, with a permanent cache"
HOMEPAGE="https://github.com/fangfufu/httpdirfs"
@@ -30,6 +32,10 @@ DEPEND="
"
RDEPEND="${DEPEND}"
+src_compile () {
+ emake CC="$(tc-getCC)"
+}
+
src_install() {
- emake prefix="${D}"/usr install
+ emake prefix="${D}/usr" install
}
diff --git a/net-fs/httpdirfs/httpdirfs-9999.ebuild b/net-fs/httpdirfs/httpdirfs-9999.ebuild
index 0ac20788a..9289a9f95 100644
--- a/net-fs/httpdirfs/httpdirfs-9999.ebuild
+++ b/net-fs/httpdirfs/httpdirfs-9999.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+inherit toolchain-funcs
+
DESCRIPTION="Filesystem to mount HTTP directory listings, with a permanent cache"
HOMEPAGE="https://github.com/fangfufu/httpdirfs"
@@ -30,6 +32,10 @@ DEPEND="
"
RDEPEND="${DEPEND}"
+src_compile () {
+ emake CC="$(tc-getCC)"
+}
+
src_install() {
- emake prefix="${D}"/usr install
+ emake prefix="${D}/usr" install
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-fs/httpdirfs/
@ 2021-03-28 10:52 Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-03-28 10:52 UTC (permalink / raw
To: gentoo-commits
commit: 115e5b8ad1351ca7596b3523c1d018fe0152588d
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 10:22:49 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 10:22:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=115e5b8a
net-fs/httpdirfs: properly name tarball
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
net-fs/httpdirfs/Manifest | 2 +-
net-fs/httpdirfs/httpdirfs-1.2.0.ebuild | 4 ++--
net-fs/httpdirfs/httpdirfs-9999.ebuild | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/net-fs/httpdirfs/Manifest b/net-fs/httpdirfs/Manifest
index db6b4f4a7..0cd20e8d9 100644
--- a/net-fs/httpdirfs/Manifest
+++ b/net-fs/httpdirfs/Manifest
@@ -1 +1 @@
-DIST 1.2.0.tar.gz 74794 BLAKE2B a142e10f46db69ea106ad2a0df7a1853e9109693ac89c42d3669d5a3ce239d156d8bf5fc73a1180a5770e832ff2827f05aac79303a8ee7b52ac02f4518b7e5c1 SHA512 9774d7cf573c16135315a87e09667f706518254ea8d57744ce437c1e3f47128a3ca77684506570a6b74dfef236843a107947503deb50c999395ad2a08d341919
+DIST httpdirfs-1.2.0.tar.gz 74794 BLAKE2B a142e10f46db69ea106ad2a0df7a1853e9109693ac89c42d3669d5a3ce239d156d8bf5fc73a1180a5770e832ff2827f05aac79303a8ee7b52ac02f4518b7e5c1 SHA512 9774d7cf573c16135315a87e09667f706518254ea8d57744ce437c1e3f47128a3ca77684506570a6b74dfef236843a107947503deb50c999395ad2a08d341919
diff --git a/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild b/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild
index 13e127a4f..0ac20788a 100644
--- a/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild
+++ b/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/fangfufu/${PN}.git"
else
- SRC_URI="https://github.com/fangfufu/${PN}/archive/${PV}.tar.gz"
+ SRC_URI="https://github.com/fangfufu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
diff --git a/net-fs/httpdirfs/httpdirfs-9999.ebuild b/net-fs/httpdirfs/httpdirfs-9999.ebuild
index 13e127a4f..0ac20788a 100644
--- a/net-fs/httpdirfs/httpdirfs-9999.ebuild
+++ b/net-fs/httpdirfs/httpdirfs-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/fangfufu/${PN}.git"
else
- SRC_URI="https://github.com/fangfufu/${PN}/archive/${PV}.tar.gz"
+ SRC_URI="https://github.com/fangfufu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-fs/httpdirfs/
@ 2020-12-03 21:43 Maciej Barć
0 siblings, 0 replies; 6+ messages in thread
From: Maciej Barć @ 2020-12-03 21:43 UTC (permalink / raw
To: gentoo-commits
commit: fa69c49c2d4e94d55de17bb7608f7c5873227662
Author: Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Thu Dec 3 21:43:24 2020 +0000
Commit: Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Thu Dec 3 21:43:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa69c49c
net-fs/httpdirfs: new pkg; add 1.2.0 and 9999
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>
net-fs/httpdirfs/Manifest | 1 +
net-fs/httpdirfs/httpdirfs-1.2.0.ebuild | 35 +++++++++++++++++++++++++++++++++
net-fs/httpdirfs/httpdirfs-9999.ebuild | 35 +++++++++++++++++++++++++++++++++
net-fs/httpdirfs/metadata.xml | 27 +++++++++++++++++++++++++
4 files changed, 98 insertions(+)
diff --git a/net-fs/httpdirfs/Manifest b/net-fs/httpdirfs/Manifest
new file mode 100644
index 00000000..db6b4f4a
--- /dev/null
+++ b/net-fs/httpdirfs/Manifest
@@ -0,0 +1 @@
+DIST 1.2.0.tar.gz 74794 BLAKE2B a142e10f46db69ea106ad2a0df7a1853e9109693ac89c42d3669d5a3ce239d156d8bf5fc73a1180a5770e832ff2827f05aac79303a8ee7b52ac02f4518b7e5c1 SHA512 9774d7cf573c16135315a87e09667f706518254ea8d57744ce437c1e3f47128a3ca77684506570a6b74dfef236843a107947503deb50c999395ad2a08d341919
diff --git a/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild b/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild
new file mode 100644
index 00000000..13e127a4
--- /dev/null
+++ b/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Filesystem to mount HTTP directory listings, with a permanent cache"
+HOMEPAGE="https://github.com/fangfufu/httpdirfs"
+
+if [[ "${PV}" == *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/fangfufu/${PN}.git"
+else
+ SRC_URI="https://github.com/fangfufu/${PN}/archive/${PV}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+RESTRICT="test"
+LICENSE="GPL-3"
+SLOT="0"
+# Doc generation fails
+# uses app-doc/doxygen[dot]
+# IUSE="doc"
+
+DEPEND="
+ dev-libs/expat
+ dev-libs/gumbo
+ net-misc/curl
+ sys-fs/e2fsprogs
+ sys-fs/fuse:0
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake prefix="${D}"/usr install
+}
diff --git a/net-fs/httpdirfs/httpdirfs-9999.ebuild b/net-fs/httpdirfs/httpdirfs-9999.ebuild
new file mode 100644
index 00000000..13e127a4
--- /dev/null
+++ b/net-fs/httpdirfs/httpdirfs-9999.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Filesystem to mount HTTP directory listings, with a permanent cache"
+HOMEPAGE="https://github.com/fangfufu/httpdirfs"
+
+if [[ "${PV}" == *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/fangfufu/${PN}.git"
+else
+ SRC_URI="https://github.com/fangfufu/${PN}/archive/${PV}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+RESTRICT="test"
+LICENSE="GPL-3"
+SLOT="0"
+# Doc generation fails
+# uses app-doc/doxygen[dot]
+# IUSE="doc"
+
+DEPEND="
+ dev-libs/expat
+ dev-libs/gumbo
+ net-misc/curl
+ sys-fs/e2fsprogs
+ sys-fs/fuse:0
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake prefix="${D}"/usr install
+}
diff --git a/net-fs/httpdirfs/metadata.xml b/net-fs/httpdirfs/metadata.xml
new file mode 100644
index 00000000..e4ba7638
--- /dev/null
+++ b/net-fs/httpdirfs/metadata.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>xgqt@protonmail.com</email>
+ <name>Maciej Barć</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">fangfufu/httpdirfs</remote-id>
+ </upstream>
+ <longdescription>
+ A filesystem which allows you to mount HTTP directory listings, with a permanent cache.
+ Now with Airsonic / Subsonic support!
+ Have you ever wanted to mount those HTTP directory listings as if it was a partition?
+ Look no further, this is your solution.
+ HTTPDirFS stands for Hyper Text Transfer Protocol Directory Filesystem.
+ The performance of the program is excellent.
+ HTTP connections are reused due to the use of curl-multi interface.
+ The FUSE component runs in multithreaded mode.
+ There is a permanent cache system which can cache all the file segments you have downloaded,
+ so you don't need to these segments again if you access them later.
+ This feature is triggered by the --cache flag.
+ This makes this filesystem much faster than rclone mount.
+ The support for Airsonic / Subsonic server has also been added.
+ This allows you to mount a remote music collection locally.
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-11-30 11:28 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-30 11:28 [gentoo-commits] repo/proj/guru:dev commit in: net-fs/httpdirfs/ Takuya Wakazono
-- strict thread matches above, loose matches on Subject: below --
2021-06-11 15:23 Alessandro Barbieri
2021-05-21 18:18 Maciej Barć
2021-04-24 12:56 Maciej Barć
2021-03-28 10:52 Andrew Ammerlaan
2020-12-03 21:43 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox