mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-14 10:51:10 +02:00
dangerzone: drop unmaintained
This commit is contained in:
parent
74ebe2fdcd
commit
f8e5221c69
4 changed files with 0 additions and 111 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST dangerzone-0.1.2.tar.gz 1622450 BLAKE2B 6d8b28d1381ffe2f39971a241e49976269582d0dc19497b80987df0572903c11683c4a551cf8fbee275beb2f3a8305542b495031b2f1f34cff3d62b4ab4cb73c SHA512 1ebff3c7e8367baafa3169c031ef036d8b5d50656dd42b0972f179d0ea42fe0306835bda2fe70278cc88f1b6e6e507cd9dadcc2b56f0e3f3ca80a2454b52cd20
|
||||
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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