mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
dirscraper: drop unmaintained
This commit is contained in:
parent
fdebcef686
commit
264b268906
4 changed files with 0 additions and 56 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST dirscraper-20190224.tar.gz 2296 BLAKE2B f61165914719b557fe537d8dcf1b9a1c9a595d36c4438bc93207acdd857a468a26e3de87d64fc4e21e9c84d86ac5c1592f4840b19dab7867319c583b1ce4b9ac SHA512 308e7e5c3239647b4d9090d95bc34f824ff5c326b0a7382655ce0acf0b12e89b84f0a4e306c759986c245d9fc268d1611c4d4dc1e22282160bf897965a874a92
|
||||
|
|
@ -1 +0,0 @@
|
|||
dirscraper-99999999.ebuild
|
||||
|
|
@ -1,46 +0,0 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
inherit eutils python-r1
|
||||
|
||||
DESCRIPTION="Scanning tool which discovers dirs found in javascript files hosted on a website"
|
||||
HOMEPAGE="https://github.com/Cillian-Collins/dirscraper"
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/Cillian-Collins/dirscraper"
|
||||
else
|
||||
# snapshot: 20190224
|
||||
HASH_COMMIT="e752450d996a22ccbb8a94ee576a7be51e59f95b"
|
||||
|
||||
SRC_URI="https://github.com/Cillian-Collins/dirscraper/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
|
||||
dev-python/html5lib[${PYTHON_USEDEP}]"
|
||||
|
||||
src_prepare() {
|
||||
sed -e "1i #!/usr/bin/env python3" \
|
||||
-i *.py || die
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodoc README.md
|
||||
python_foreach_impl python_doscript ${PN}.py
|
||||
|
||||
make_wrapper "${PN}" \
|
||||
"python3 /usr/bin/${PN}.py"
|
||||
}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue