Removed expressvpn due to ownership change.

This commit is contained in:
Ronald Farrer 2021-09-14 11:04:17 -07:00
parent 23bbb52bb6
commit f4df60ba96
3 changed files with 0 additions and 37 deletions

View file

@ -1,3 +0,0 @@
DIST expressvpn_3.11.0.16-1_amd64.deb 22393414 BLAKE2B b79cf52ad95abd664b6d3476021d6bfe58face101522e6be56d10559a032f117c9bfa85216a0163cd5a7976a5ec50318ecf83955d5af6b7e10ed8d4d267763c7 SHA512 cc9c9f346d35b46fc61892478e4252f16fc10d348c0321caebf38912f87700857d8ff19846560e4095999419993eb055a2500e39b9852eb63bb4c91189dca98d
EBUILD expressvpn-bin-3.11.0.16.ebuild 571 BLAKE2B c4387097cdb2cb45b607c610d15e6a01d10e4adbe26d5abef0c5486e140109a2eb737f98a06d1e8fe37d396e6f4938b51ae116d94988b256a50c5f937e681260 SHA512 6f9d319dcd95d74b62e1d7c8531e488b3d42133a73e0645928600725b5fd5503775283779eff9fd04a3126c7134ce59fd714dd1f39fdde4d3e64d4bc9925a5e2
MISC metadata.xml 253 BLAKE2B 47cb56f9e5d3702254fa6819023e7a71e929a1a96caa8d9631cd6d777ba768441f60225db6b292414315c66aa75c90c28fc626589988f0d8bff045a6d10097f6 SHA512 5fe3ab58191244f019bce4c35455181f33ade3644bd73091a1bdbea999b5f1964e822fa06f09e8436db86bdf33364b49bcb9ca8bc61f7a760cb0c3b400957f3a

View file

@ -1,26 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit unpacker
DESCRIPTION="Commercial VPN"
HOMEPAGE="https://www.expressvpn.works/"
SRC_URI="https://www.expressvpn.works/clients/linux/expressvpn_${PV}-1_amd64.deb"
LICENSE="expressvpn"
SLOT="0"
KEYWORDS="-* ~amd64"
S="${WORKDIR}"
src_unpack(){
unpack_deb ${A}
}
src_install(){
cp -R "${WORKDIR}/usr" "${D}" || die "install failed!"
cp -R "${WORKDIR}/lib" "${D}" || die "install failed!"
cp -R "${WORKDIR}/etc" "${D}" || die "install failed!"
}

View file

@ -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>canutethegreat@gmail.com</email>
<name>Ronald Farrer</name>
</maintainer>
</pkgmetadata>