diff --git a/app-misc/dangerzone/Manifest b/app-misc/dangerzone/Manifest deleted file mode 100644 index 4f924d441..000000000 --- a/app-misc/dangerzone/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dangerzone-0.1.2.tar.gz 1622450 BLAKE2B 6d8b28d1381ffe2f39971a241e49976269582d0dc19497b80987df0572903c11683c4a551cf8fbee275beb2f3a8305542b495031b2f1f34cff3d62b4ab4cb73c SHA512 1ebff3c7e8367baafa3169c031ef036d8b5d50656dd42b0972f179d0ea42fe0306835bda2fe70278cc88f1b6e6e507cd9dadcc2b56f0e3f3ca80a2454b52cd20 diff --git a/app-misc/dangerzone/dangerzone-0.1.2-r1.ebuild b/app-misc/dangerzone/dangerzone-0.1.2-r1.ebuild deleted file mode 100644 index 73bd564a2..000000000 --- a/app-misc/dangerzone/dangerzone-0.1.2-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{10..11} ) - -inherit eutils distutils-r1 xdg-utils - -DESCRIPTION="Take potentially dangerous PDFs or images and convert them to a safe PDF" -HOMEPAGE="https://github.com/firstlookmedia/dangerzone" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/firstlookmedia/dangerzone" -else - SRC_URI="https://github.com/firstlookmedia/dangerzone/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="policykit systemd" - -DEPEND="${PYTHON_DEPS} - dev-python/appdirs[${PYTHON_USEDEP}] - dev-python/click[${PYTHON_USEDEP}] - dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - app-emulation/docker - policykit? ( sys-auth/polkit )" - -src_prepare() { - default - - if ! use systemd; then - cat > share/enable_docker_service.sh <<-_EOF_ || die - #!/bin/sh - /sbin/rc-service docker start --ifstopped - _EOF_ - else - cat > share/enable_docker_service.sh <<-_EOF_ || die - #!/bin/sh - /bin/systemctl restart docker.service - _EOF_ - fi -} - -pkg_postinst() { - xdg_icon_cache_update - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update -} diff --git a/app-misc/dangerzone/dangerzone-0.1.2.ebuild b/app-misc/dangerzone/dangerzone-0.1.2.ebuild deleted file mode 100644 index eb37f335b..000000000 --- a/app-misc/dangerzone/dangerzone-0.1.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{10..11} ) - -inherit eutils distutils-r1 xdg-utils - -DESCRIPTION="Take potentially dangerous PDFs or images and convert them to a safe PDF" -HOMEPAGE="https://github.com/firstlookmedia/dangerzone" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/firstlookmedia/dangerzone" -else - SRC_URI="https://github.com/firstlookmedia/dangerzone/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="policykit" - -DEPEND="${PYTHON_DEPS} - dev-python/appdirs[${PYTHON_USEDEP}] - dev-python/click[${PYTHON_USEDEP}] - dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - app-emulation/docker - policykit? ( sys-auth/polkit )" - -pkg_postinst() { - xdg_icon_cache_update - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update -} diff --git a/app-misc/dangerzone/metadata.xml b/app-misc/dangerzone/metadata.xml deleted file mode 100644 index ebc718e70..000000000 --- a/app-misc/dangerzone/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - email@linxon.ru - Yury Martynov - -