Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-fs/httpdirfs/
Date: Sun, 13 Jun 2021 08:49:12
Message-Id: 1623424990.a9631abd6582d8a05fa350e20fa7bf86abc476e4.lanodan@gentoo
1 commit: a9631abd6582d8a05fa350e20fa7bf86abc476e4
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 6 02:28:15 2021 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Fri Jun 11 15:23:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9631abd
7
8 net-fs/httpdirfs: drop unmaintained live
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 net-fs/httpdirfs/httpdirfs-9999.ebuild | 41 ----------------------------------
14 1 file changed, 41 deletions(-)
15
16 diff --git a/net-fs/httpdirfs/httpdirfs-9999.ebuild b/net-fs/httpdirfs/httpdirfs-9999.ebuild
17 deleted file mode 100644
18 index 9289a9f95..000000000
19 --- a/net-fs/httpdirfs/httpdirfs-9999.ebuild
20 +++ /dev/null
21 @@ -1,41 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit toolchain-funcs
28 -
29 -DESCRIPTION="Filesystem to mount HTTP directory listings, with a permanent cache"
30 -HOMEPAGE="https://github.com/fangfufu/httpdirfs"
31 -
32 -if [[ "${PV}" == *9999* ]]; then
33 - inherit git-r3
34 - EGIT_REPO_URI="https://github.com/fangfufu/${PN}.git"
35 -else
36 - SRC_URI="https://github.com/fangfufu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
37 - KEYWORDS="~amd64"
38 -fi
39 -
40 -RESTRICT="test"
41 -LICENSE="GPL-3"
42 -SLOT="0"
43 -# Doc generation fails
44 -# uses app-doc/doxygen[dot]
45 -# IUSE="doc"
46 -
47 -DEPEND="
48 - dev-libs/expat
49 - dev-libs/gumbo
50 - net-misc/curl
51 - sys-fs/e2fsprogs
52 - sys-fs/fuse:0
53 -"
54 -RDEPEND="${DEPEND}"
55 -
56 -src_compile () {
57 - emake CC="$(tc-getCC)"
58 -}
59 -
60 -src_install() {
61 - emake prefix="${D}/usr" install
62 -}