net-fs/httpdirfs: drop 1.2.0

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono 2024-11-30 20:27:11 +09:00
parent 0711b65898
commit 4b738d34d7
No known key found for this signature in database
GPG Key ID: 91CA2604719DDA61
2 changed files with 0 additions and 42 deletions

View File

@ -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

View File

@ -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
}