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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09DB7138334 for ; Sun, 30 Sep 2018 11:44:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C165E084A; Sun, 30 Sep 2018 11:44:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B906DE084A for ; Sun, 30 Sep 2018 11:44:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03C4F335CE4 for ; Sun, 30 Sep 2018 11:44:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F38C3FA for ; Sun, 30 Sep 2018 11:44:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1538307872.bbf7d6bf4cc16f1c0ab5604fe6019f78dcfb1e02.mgorny@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.ebuild net-misc/econnman/metadata.xml X-VCS-Directories: net-misc/econnman/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bbf7d6bf4cc16f1c0ab5604fe6019f78dcfb1e02 X-VCS-Branch: master Date: Sun, 30 Sep 2018 11:44:44 +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-Archives-Salt: ee58a837-353e-4d72-983e-64131ecd9b8f X-Archives-Hash: 9c03196aeb6aa8fc328c3f551cfc3dc7 commit: bbf7d6bf4cc16f1c0ab5604fe6019f78dcfb1e02 Author: Joonas Niilola gmail com> AuthorDate: Wed Sep 19 13:31:58 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 30 11:44:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf7d6bf net-misc/econnman: new package Closes: https://bugs.gentoo.org/473262 Signed-off-by: Joonas Niilola gmail.com> Package-Manager: Portage[mgorny]-2.3.43.3 Signed-off-by: Michał Górny gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/9913 net-misc/econnman/Manifest | 1 + net-misc/econnman/econnman-1.1.ebuild | 30 ++++++++++++++++++++++++++++++ net-misc/econnman/metadata.xml | 11 +++++++++++ 3 files changed, 42 insertions(+) diff --git a/net-misc/econnman/Manifest b/net-misc/econnman/Manifest new file mode 100644 index 00000000000..f4811f08640 --- /dev/null +++ b/net-misc/econnman/Manifest @@ -0,0 +1 @@ +DIST econnman-1.1.tar.xz 108100 BLAKE2B 85a0a38847955c5338f95ae8b1144231d4d2b05b10cc3056af798a7a49658b1e042acad2570d5d0fea181a6bacfc565ac974fd2af78a057c95939292a288c8ce SHA512 8a20d2d5387f9a2eae552178eb2c399ff0c0952c1591f63ca0865f016240ebec6608795c4a722b84c0d703434f70d97d561b95174ed9c08d3a855cd0e9d0929b diff --git a/net-misc/econnman/econnman-1.1.ebuild b/net-misc/econnman/econnman-1.1.ebuild new file mode 100644 index 00000000000..c8d70fe25a9 --- /dev/null +++ b/net-misc/econnman/econnman-1.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{4..7} ) + +inherit 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://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS}" +RDEPEND=" + ${DEPEND} + dev-libs/efl[X,connman] + dev-python/python-efl[${PYTHON_USEDEP}] +" + +src_prepare() { + default + python_fix_shebang econnman-bin.in +} diff --git a/net-misc/econnman/metadata.xml b/net-misc/econnman/metadata.xml new file mode 100644 index 00000000000..d9a6217dd22 --- /dev/null +++ b/net-misc/econnman/metadata.xml @@ -0,0 +1,11 @@ + + + + + juippis@gmail.com + + + proxy-maint@gentoo.org + Proxy Maintainers + +