diff options
author | Denis Reva <denis7774@gmail.com> | 2022-12-18 15:34:25 +0500 |
---|---|---|
committer | Denis Reva <denis7774@gmail.com> | 2022-12-18 15:34:25 +0500 |
commit | a6a251f9ef98011bd126ff08b705e1281ad2e9b8 (patch) | |
tree | 0fefe2ed8931843bbed3808ba8f0f6a2d042cc24 /app-emulation | |
parent | app-emulation/waydroid: Work in progress (diff) | |
download | guru-a6a251f9ef98011bd126ff08b705e1281ad2e9b8.tar.gz guru-a6a251f9ef98011bd126ff08b705e1281ad2e9b8.tar.bz2 guru-a6a251f9ef98011bd126ff08b705e1281ad2e9b8.zip |
app-emulation/waydroid: Removed obsolete waydroid. Work in progress
Signed-off-by: Denis Reva <denis7774@gmail.com>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/waydroid/Manifest | 1 | ||||
-rw-r--r-- | app-emulation/waydroid/waydroid-1.2.1.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/app-emulation/waydroid/Manifest b/app-emulation/waydroid/Manifest index 3013545ee..85bc68429 100644 --- a/app-emulation/waydroid/Manifest +++ b/app-emulation/waydroid/Manifest @@ -1,2 +1 @@ -DIST waydroid-1.2.1.tar.gz 222939 BLAKE2B ce69cb5ded92653b9e3c02e89e8ddab1e34ef8d4b16d1863119346495829efe6baae4bf0171d284186e0042602bf351c3926a3a900bc884f2906c9f09b62b290 SHA512 4e4aa781b84501ccde444281ab93b6c45cf91d7cda2f04565bf43bc8cdcd529b987356278f9e369a71fbb249b3bcdbd0ea56d37d48d0fbf1bf8bf186b4383a43 DIST waydroid-1.3.4.tar.gz 231638 BLAKE2B 73418208e484172745208caa89442478643327a77a8642536a26c538129ce57e643728a22d64393b4d344502b221b124c4000c1df0838aefc5af6996e7e8bab3 SHA512 2c7feb8cfe2b6e2738159d07e12f378250f5ba6a0d0f47c0ff904af934eacde193ae0fcae1cb4fb67d1687a2ffcd2864c1eea4fa5e52c19685ffad5c702359a5 diff --git a/app-emulation/waydroid/waydroid-1.2.1.ebuild b/app-emulation/waydroid/waydroid-1.2.1.ebuild deleted file mode 100644 index c361bc17b..000000000 --- a/app-emulation/waydroid/waydroid-1.2.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -#Relaismatrix/ Messung Copyright 2020-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..10} ) -inherit python-single-r1 - -DESCRIPTION="Container-based approach to boot a full Android system on Linux systems" -HOMEPAGE="https://waydro.id" -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="" -RDEPEND=" - app-containers/lxc - $(python_gen_cond_dep ' - dev-python/pygobject[${PYTHON_USEDEP}] - dev-python/gbinder[${PYTHON_USEDEP}] - ') - net-firewall/nftables - net-dns/dnsmasq \ - ${PYTHON_DEPS} -" - -src_install() { - python_fix_shebang waydroid.py - mv waydroid.py waydroid || die - python_doscript waydroid - python_domodule tools - python_domodule data - insinto "/usr/share/applications" - doins "data/Waydroid.desktop" - insinto "/etc/gbinder.d" - doins "gbinder/anbox.conf" - insinto "/usr/lib/systemd/system" - doins "debian/waydroid-container.service" -} |