remove protonvpn and related packages, remove sys-apps/sd (mainlined)
This commit is contained in:
parent
c3ec56f70d
commit
e42c0a84b8
5 changed files with 0 additions and 242 deletions
|
@ -1,23 +0,0 @@
|
||||||
# Copyright 1999-2022 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
|
||||||
PYTHON_COMPAT=( python3_{8..10} pypy3 )
|
|
||||||
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
MY_PN="MarkupSafe"
|
|
||||||
MY_P="${MY_PN}-${PV}"
|
|
||||||
|
|
||||||
DESCRIPTION="Implements a XML/HTML/XHTML Markup safe string for Python"
|
|
||||||
HOMEPAGE="https://pypi.org/project/MarkupSafe/"
|
|
||||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
|
||||||
S=${WORKDIR}/${MY_P}
|
|
||||||
|
|
||||||
LICENSE="BSD"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
|
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
|
|
@ -1,35 +0,0 @@
|
||||||
# Copyright 1999-2021 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=7
|
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{8..10} )
|
|
||||||
|
|
||||||
DISTUTILS_USE_SETUPTOOLS=bdepend
|
|
||||||
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
DESCRIPTION="Proton account login backend"
|
|
||||||
HOMEPAGE="https://protonvpn.com https://protonmail.com https://github.com/ProtonMail/proton-python-client"
|
|
||||||
SRC_URI="https://github.com/ProtonMail/proton-python-client/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
SLOT="0"
|
|
||||||
RESTRICT="primaryuri"
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
dev-python/requests[${PYTHON_USEDEP}]
|
|
||||||
dev-python/bcrypt[${PYTHON_USEDEP}]
|
|
||||||
dev-python/python-gnupg[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pyopenssl[${PYTHON_USEDEP}]
|
|
||||||
"
|
|
||||||
|
|
||||||
DEPEND="${RDEPEND}"
|
|
||||||
|
|
||||||
S="${WORKDIR}/proton-python-client-${PV}"
|
|
||||||
|
|
||||||
DOCS=( README.md )
|
|
||||||
|
|
||||||
distutils_enable_tests unittest
|
|
||||||
|
|
|
@ -1,42 +0,0 @@
|
||||||
# Copyright 1999-2021 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=7
|
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{8..10} )
|
|
||||||
|
|
||||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
|
||||||
|
|
||||||
inherit distutils-r1 desktop
|
|
||||||
|
|
||||||
DESCRIPTION="Official ProtonVPN Linux app"
|
|
||||||
HOMEPAGE="https://protonvpn.com https://github.com/ProtonVPN/linux-app"
|
|
||||||
SRC_URI="https://github.com/ProtonVPN/linux-app/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
SLOT="0"
|
|
||||||
IUSE="appindicator"
|
|
||||||
RESTRICT="primaryuri"
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
x11-libs/gtk+:3
|
|
||||||
dev-python/pygobject[${PYTHON_USEDEP}]
|
|
||||||
dev-python/psutil[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pycairo[${PYTHON_USEDEP}]
|
|
||||||
appindicator? ( dev-libs/libappindicator:3 )
|
|
||||||
net-vpn/protonvpn-nm-lib[${PYTHON_USEDEP}]
|
|
||||||
dev-python/python-systemd
|
|
||||||
"
|
|
||||||
|
|
||||||
DEPEND="${RDEPEND}"
|
|
||||||
|
|
||||||
S="${WORKDIR}/linux-app-${PV}"
|
|
||||||
|
|
||||||
DOCS=( README.md )
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
domenu protonvpn.desktop
|
|
||||||
doicon -s scalable protonvpn_gui/assets/icons/protonvpn-logo.png
|
|
||||||
distutils-r1_src_install
|
|
||||||
}
|
|
|
@ -1,39 +0,0 @@
|
||||||
# Copyright 1999-2021 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=7
|
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{8..10} )
|
|
||||||
|
|
||||||
DISTUTILS_USE_SETUPTOOLS=bdepend
|
|
||||||
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
DESCRIPTION="ProtonVPN NetworkManager library"
|
|
||||||
HOMEPAGE="https://protonvpn.com https://github.com/ProtonVPN/protonvpn-nm-lib"
|
|
||||||
SRC_URI="https://github.com/ProtonVPN/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
SLOT="0"
|
|
||||||
RESTRICT="primaryuri"
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
net-misc/networkmanager
|
|
||||||
net-vpn/networkmanager-openvpn
|
|
||||||
net-vpn/openvpn
|
|
||||||
dev-python/pygobject[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pyxdg[${PYTHON_USEDEP}]
|
|
||||||
dev-python/keyring[${PYTHON_USEDEP}]
|
|
||||||
dev-python/jinja[${PYTHON_USEDEP}]
|
|
||||||
dev-python/distro[${PYTHON_USEDEP}]
|
|
||||||
dev-python/dbus-python[${PYTHON_USEDEP}]
|
|
||||||
gnome-base/gnome-keyring
|
|
||||||
dev-python/proton-client[${PYTHON_USEDEP}]
|
|
||||||
"
|
|
||||||
|
|
||||||
DEPEND="${RDEPEND}"
|
|
||||||
|
|
||||||
S="${WORKDIR}/${P}"
|
|
||||||
|
|
||||||
DOCS=( README.md )
|
|
|
@ -1,103 +0,0 @@
|
||||||
# Copyright 2017-2021 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
# Auto-Generated by cargo-ebuild 0.3.1
|
|
||||||
|
|
||||||
EAPI=7
|
|
||||||
|
|
||||||
CRATES="
|
|
||||||
aho-corasick-0.7.10
|
|
||||||
ansi_term-0.11.0
|
|
||||||
anyhow-1.0.32
|
|
||||||
assert_cmd-1.0.1
|
|
||||||
atty-0.2.14
|
|
||||||
autocfg-1.0.0
|
|
||||||
bitflags-1.2.1
|
|
||||||
cfg-if-0.1.10
|
|
||||||
clap-2.33.0
|
|
||||||
crossbeam-deque-0.7.3
|
|
||||||
crossbeam-epoch-0.8.2
|
|
||||||
crossbeam-queue-0.2.1
|
|
||||||
crossbeam-utils-0.7.2
|
|
||||||
difference-2.0.0
|
|
||||||
doc-comment-0.3.3
|
|
||||||
either-1.5.3
|
|
||||||
getrandom-0.1.14
|
|
||||||
heck-0.3.1
|
|
||||||
hermit-abi-0.1.11
|
|
||||||
lazy_static-1.4.0
|
|
||||||
libc-0.2.69
|
|
||||||
man-0.3.0
|
|
||||||
maybe-uninit-2.0.0
|
|
||||||
memchr-2.3.3
|
|
||||||
memmap-0.7.0
|
|
||||||
memoffset-0.5.4
|
|
||||||
num_cpus-1.13.0
|
|
||||||
ppv-lite86-0.2.6
|
|
||||||
predicates-1.0.4
|
|
||||||
predicates-core-1.0.0
|
|
||||||
predicates-tree-1.0.0
|
|
||||||
proc-macro-error-1.0.2
|
|
||||||
proc-macro-error-attr-1.0.2
|
|
||||||
proc-macro2-1.0.10
|
|
||||||
quote-1.0.3
|
|
||||||
rand-0.7.3
|
|
||||||
rand_chacha-0.2.2
|
|
||||||
rand_core-0.5.1
|
|
||||||
rand_hc-0.2.0
|
|
||||||
rayon-1.3.1
|
|
||||||
rayon-core-1.7.1
|
|
||||||
redox_syscall-0.1.56
|
|
||||||
regex-1.3.9
|
|
||||||
regex-syntax-0.6.18
|
|
||||||
remove_dir_all-0.5.2
|
|
||||||
roff-0.1.0
|
|
||||||
scopeguard-1.1.0
|
|
||||||
strsim-0.8.0
|
|
||||||
structopt-0.3.15
|
|
||||||
structopt-derive-0.4.8
|
|
||||||
syn-1.0.17
|
|
||||||
syn-mid-0.5.0
|
|
||||||
tempfile-3.1.0
|
|
||||||
textwrap-0.11.0
|
|
||||||
thiserror-1.0.20
|
|
||||||
thiserror-impl-1.0.20
|
|
||||||
thread_local-1.0.1
|
|
||||||
treeline-0.1.0
|
|
||||||
unescape-0.1.0
|
|
||||||
unicode-segmentation-1.6.0
|
|
||||||
unicode-width-0.1.7
|
|
||||||
unicode-xid-0.2.0
|
|
||||||
vec_map-0.8.1
|
|
||||||
version_check-0.9.1
|
|
||||||
wait-timeout-0.2.0
|
|
||||||
wasi-0.9.0+wasi-snapshot-preview1
|
|
||||||
winapi-0.3.8
|
|
||||||
winapi-i686-pc-windows-gnu-0.4.0
|
|
||||||
winapi-x86_64-pc-windows-gnu-0.4.0
|
|
||||||
"
|
|
||||||
|
|
||||||
inherit cargo
|
|
||||||
|
|
||||||
DESCRIPTION="An intuitive find & replace CLI"
|
|
||||||
HOMEPAGE="https://crates.io/crates/sd"
|
|
||||||
SRC_URI="
|
|
||||||
https://github.com/chmln/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
|
||||||
$(cargo_crate_uris ${CRATES})
|
|
||||||
"
|
|
||||||
|
|
||||||
RESTRICT="mirror"
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64 ~arm64"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
DEPEND=""
|
|
||||||
RDEPEND=""
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
cargo_src_install
|
|
||||||
|
|
||||||
dodoc CHANGELOG.md README.md
|
|
||||||
doman "$(find target/release/build -name sd.1 -print -quit)"
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue