net-misc/econnman: new package
authorJoonas Niilola <juippis@gmail.com>
Wed, 19 Sep 2018 13:31:58 +0000 (16:31 +0300)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Sep 2018 11:44:32 +0000 (13:44 +0200)
Closes: https://bugs.gentoo.org/473262
Signed-off-by: Joonas Niilola <juippis@gmail.com>
Package-Manager: Portage[mgorny]-2.3.43.3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9913

net-misc/econnman/Manifest [new file with mode: 0644]
net-misc/econnman/econnman-1.1.ebuild [new file with mode: 0644]
net-misc/econnman/metadata.xml [new file with mode: 0644]

diff --git a/net-misc/econnman/Manifest b/net-misc/econnman/Manifest
new file mode 100644 (file)
index 0000000..f4811f0
--- /dev/null
@@ -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 (file)
index 0000000..c8d70fe
--- /dev/null
@@ -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 (file)
index 0000000..d9a6217
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>juippis@gmail.com</email>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+</pkgmetadata>