diff --git a/net-misc/dirscraper/Manifest b/net-misc/dirscraper/Manifest deleted file mode 100644 index d6897155a..000000000 --- a/net-misc/dirscraper/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dirscraper-20190224.tar.gz 2296 BLAKE2B f61165914719b557fe537d8dcf1b9a1c9a595d36c4438bc93207acdd857a468a26e3de87d64fc4e21e9c84d86ac5c1592f4840b19dab7867319c583b1ce4b9ac SHA512 308e7e5c3239647b4d9090d95bc34f824ff5c326b0a7382655ce0acf0b12e89b84f0a4e306c759986c245d9fc268d1611c4d4dc1e22282160bf897965a874a92 diff --git a/net-misc/dirscraper/dirscraper-20190224-r1.ebuild b/net-misc/dirscraper/dirscraper-20190224-r1.ebuild deleted file mode 120000 index dd2f6f273..000000000 --- a/net-misc/dirscraper/dirscraper-20190224-r1.ebuild +++ /dev/null @@ -1 +0,0 @@ -dirscraper-99999999.ebuild \ No newline at end of file diff --git a/net-misc/dirscraper/dirscraper-99999999.ebuild b/net-misc/dirscraper/dirscraper-99999999.ebuild deleted file mode 100644 index 586a16de4..000000000 --- a/net-misc/dirscraper/dirscraper-99999999.ebuild +++ /dev/null @@ -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" -} diff --git a/net-misc/dirscraper/metadata.xml b/net-misc/dirscraper/metadata.xml deleted file mode 100644 index c4511c144..000000000 --- a/net-misc/dirscraper/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - email@linxon.ru - Yury Martynov - -