mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
photon: drop unmaintained
This commit is contained in:
parent
3934d43e49
commit
c383d2b0d9
4 changed files with 0 additions and 57 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST photon-1.3.0.tar.gz 26599 BLAKE2B a082a602b6c88eef2f8f89383aaee0fd54664602f733c8b594d4c1a50835141f34a24128f8a1730569129fa5aa8bcea7f560bdffec3d9c10eec0b912d093faa7 SHA512 03856cdc5aa809e345ab73e45d206aa3a9fa5139b894010ca46c028a6224724a1842b5048cfa55553b738ca58c89ff9ae35187134715bf87cf104c003301a60f
|
||||
|
|
@ -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>
|
||||
|
|
@ -1 +0,0 @@
|
|||
photon-9999.ebuild
|
||||
|
|
@ -1,47 +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="Incredibly fast crawler designed for OSINT"
|
||||
HOMEPAGE="https://github.com/s0md3v/Photon"
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/s0md3v/Photon"
|
||||
else
|
||||
SRC_URI="https://github.com/s0md3v/Photon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
S="${WORKDIR}"/Photon-${PV}
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
dev-python/tld[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]"
|
||||
|
||||
pkg_setup() {
|
||||
python_setup
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto "/usr/share/${PN}"
|
||||
for x in core plugins *.py; do
|
||||
doins -r "${x}"
|
||||
done
|
||||
|
||||
python_optimize "${D}/usr/share/${PN}"
|
||||
|
||||
make_wrapper "${PN}" \
|
||||
"python3 /usr/share/${PN}/${PN}.py"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "\nSee documentation: https://github.com/s0md3v/Photon/wiki#usage/\n"
|
||||
}
|
||||
Loading…
Reference in a new issue