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 DAD74158087 for ; Wed, 2 Feb 2022 16:39:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09C552BC00D; Wed, 2 Feb 2022 16:39:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D3A42BC00D for ; Wed, 2 Feb 2022 16:39:17 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B99413432A3 for ; Wed, 2 Feb 2022 16:39:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 262D72B3 for ; Wed, 2 Feb 2022 16:39:14 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1643819947.6792729024efc542847b584a7bbcadb2c7aaac9f.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/econnman/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/econnman/Manifest net-misc/econnman/econnman-1.1_p20160305.ebuild X-VCS-Directories: net-misc/econnman/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6792729024efc542847b584a7bbcadb2c7aaac9f X-VCS-Branch: master Date: Wed, 2 Feb 2022 16:39:14 +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: d6d298eb-c13e-40d7-9336-096aee092d45 X-Archives-Hash: 3a25275409bf456a2287496b2f4c8f6f commit: 6792729024efc542847b584a7bbcadb2c7aaac9f Author: Joonas Niilola gentoo org> AuthorDate: Wed Feb 2 16:38:08 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Feb 2 16:39:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67927290 net-misc/econnman: add 1.1_p20160305 - grab upstream commits since last release into a snapshot release. Bug: https://bugs.gentoo.org/818241 Signed-off-by: Joonas Niilola gentoo.org> net-misc/econnman/Manifest | 1 + net-misc/econnman/econnman-1.1_p20160305.ebuild | 36 +++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/net-misc/econnman/Manifest b/net-misc/econnman/Manifest index f4811f08640d..b8298806a75e 100644 --- a/net-misc/econnman/Manifest +++ b/net-misc/econnman/Manifest @@ -1 +1,2 @@ DIST econnman-1.1.tar.xz 108100 BLAKE2B 85a0a38847955c5338f95ae8b1144231d4d2b05b10cc3056af798a7a49658b1e042acad2570d5d0fea181a6bacfc565ac974fd2af78a057c95939292a288c8ce SHA512 8a20d2d5387f9a2eae552178eb2c399ff0c0952c1591f63ca0865f016240ebec6608795c4a722b84c0d703434f70d97d561b95174ed9c08d3a855cd0e9d0929b +DIST econnman-1.1_p20160305.tar.xz 240428 BLAKE2B 6417b30fd110416f6339b4dfad9edaff2888e9fb9562451ffb13661664c1e51d45f513a192f7850f8030caab13ebd914a138ff6cd596ed09c7210940c98ce748 SHA512 c50155a286e8a8d20deb4d5bf30ce91cc97e7323bc6dd209a16c767c3a1d6f30aab0d3b60c3a14df091d086fc10c2584d7bf56c59c95af684af3d2af7eff726c diff --git a/net-misc/econnman/econnman-1.1_p20160305.ebuild b/net-misc/econnman/econnman-1.1_p20160305.ebuild new file mode 100644 index 000000000000..4f5303c9c3ab --- /dev/null +++ b/net-misc/econnman/econnman-1.1_p20160305.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) + +inherit autotools python-single-r1 + +DESCRIPTION="ConnMan User Interface written with EFL & python" +HOMEPAGE="https://phab.enlightenment.org/w/projects/econnman/ https://www.enlightenment.org/" +SRC_URI="https://dev.gentoo.org/~juippis/distfiles/${P}.tar.xz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~riscv ~x86" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS}" +RDEPEND="${DEPEND} + dev-libs/efl[X,connman] + $(python_gen_cond_dep ' + dev-python/python-efl[${PYTHON_USEDEP}] + ')" + +src_prepare() { + default + python_fix_shebang econnman-bin.in + eautoreconf +} + +src_install() { + default + rm -r "${ED}"/var/ || die +}