diff --git a/net-misc/photon/Manifest b/net-misc/photon/Manifest deleted file mode 100644 index fd66fc20e..000000000 --- a/net-misc/photon/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST photon-1.3.0.tar.gz 26599 BLAKE2B a082a602b6c88eef2f8f89383aaee0fd54664602f733c8b594d4c1a50835141f34a24128f8a1730569129fa5aa8bcea7f560bdffec3d9c10eec0b912d093faa7 SHA512 03856cdc5aa809e345ab73e45d206aa3a9fa5139b894010ca46c028a6224724a1842b5048cfa55553b738ca58c89ff9ae35187134715bf87cf104c003301a60f diff --git a/net-misc/photon/metadata.xml b/net-misc/photon/metadata.xml deleted file mode 100644 index c4511c144..000000000 --- a/net-misc/photon/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - email@linxon.ru - Yury Martynov - - diff --git a/net-misc/photon/photon-1.3.0.ebuild b/net-misc/photon/photon-1.3.0.ebuild deleted file mode 120000 index 063d69a67..000000000 --- a/net-misc/photon/photon-1.3.0.ebuild +++ /dev/null @@ -1 +0,0 @@ -photon-9999.ebuild \ No newline at end of file diff --git a/net-misc/photon/photon-9999.ebuild b/net-misc/photon/photon-9999.ebuild deleted file mode 100644 index 4951f1f0c..000000000 --- a/net-misc/photon/photon-9999.ebuild +++ /dev/null @@ -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" -}