From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F01F9158020 for ; Mon, 19 Dec 2022 10:57:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCE98E0B20; Mon, 19 Dec 2022 10:57:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8330E0B20 for ; Mon, 19 Dec 2022 10:57:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D444340976 for ; Mon, 19 Dec 2022 10:56:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B17BC7ED for ; Mon, 19 Dec 2022 10:56:56 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1671359665.a6a251f9ef98011bd126ff08b705e1281ad2e9b8.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-emulation/waydroid/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-emulation/waydroid/Manifest app-emulation/waydroid/waydroid-1.2.1.ebuild X-VCS-Directories: app-emulation/waydroid/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: a6a251f9ef98011bd126ff08b705e1281ad2e9b8 X-VCS-Branch: master Date: Mon, 19 Dec 2022 10:56:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b7803afc-d436-4fb2-9c8b-736ae330dc30 X-Archives-Hash: c85abeb438b9061d0aa8db742ca0831f commit: a6a251f9ef98011bd126ff08b705e1281ad2e9b8 Author: Denis Reva gmail com> AuthorDate: Sun Dec 18 10:34:25 2022 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sun Dec 18 10:34:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6a251f9 app-emulation/waydroid: Removed obsolete waydroid. Work in progress Signed-off-by: Denis Reva gmail.com> app-emulation/waydroid/Manifest | 1 - app-emulation/waydroid/waydroid-1.2.1.ebuild | 42 ---------------------------- 2 files changed, 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" -}