Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/econnman/
Date: Sun, 30 Sep 2018 11:44:53
Message-Id: 1538307872.bbf7d6bf4cc16f1c0ab5604fe6019f78dcfb1e02.mgorny@gentoo
1 commit: bbf7d6bf4cc16f1c0ab5604fe6019f78dcfb1e02
2 Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 19 13:31:58 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 30 11:44:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf7d6bf
7
8 net-misc/econnman: new package
9
10 Closes: https://bugs.gentoo.org/473262
11 Signed-off-by: Joonas Niilola <juippis <AT> gmail.com>
12 Package-Manager: Portage[mgorny]-2.3.43.3
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14 Closes: https://github.com/gentoo/gentoo/pull/9913
15
16 net-misc/econnman/Manifest | 1 +
17 net-misc/econnman/econnman-1.1.ebuild | 30 ++++++++++++++++++++++++++++++
18 net-misc/econnman/metadata.xml | 11 +++++++++++
19 3 files changed, 42 insertions(+)
20
21 diff --git a/net-misc/econnman/Manifest b/net-misc/econnman/Manifest
22 new file mode 100644
23 index 00000000000..f4811f08640
24 --- /dev/null
25 +++ b/net-misc/econnman/Manifest
26 @@ -0,0 +1 @@
27 +DIST econnman-1.1.tar.xz 108100 BLAKE2B 85a0a38847955c5338f95ae8b1144231d4d2b05b10cc3056af798a7a49658b1e042acad2570d5d0fea181a6bacfc565ac974fd2af78a057c95939292a288c8ce SHA512 8a20d2d5387f9a2eae552178eb2c399ff0c0952c1591f63ca0865f016240ebec6608795c4a722b84c0d703434f70d97d561b95174ed9c08d3a855cd0e9d0929b
28
29 diff --git a/net-misc/econnman/econnman-1.1.ebuild b/net-misc/econnman/econnman-1.1.ebuild
30 new file mode 100644
31 index 00000000000..c8d70fe25a9
32 --- /dev/null
33 +++ b/net-misc/econnman/econnman-1.1.ebuild
34 @@ -0,0 +1,30 @@
35 +# Copyright 1999-2018 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=7
39 +
40 +PYTHON_COMPAT=( python3_{4..7} )
41 +
42 +inherit python-single-r1
43 +
44 +DESCRIPTION="ConnMan User Interface written with EFL & python"
45 +HOMEPAGE="https://phab.enlightenment.org/w/projects/econnman/ https://www.enlightenment.org/"
46 +SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
47 +
48 +LICENSE="LGPL-3"
49 +SLOT="0"
50 +KEYWORDS="~amd64 ~x86"
51 +
52 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
53 +
54 +DEPEND="${PYTHON_DEPS}"
55 +RDEPEND="
56 + ${DEPEND}
57 + dev-libs/efl[X,connman]
58 + dev-python/python-efl[${PYTHON_USEDEP}]
59 +"
60 +
61 +src_prepare() {
62 + default
63 + python_fix_shebang econnman-bin.in
64 +}
65
66 diff --git a/net-misc/econnman/metadata.xml b/net-misc/econnman/metadata.xml
67 new file mode 100644
68 index 00000000000..d9a6217dd22
69 --- /dev/null
70 +++ b/net-misc/econnman/metadata.xml
71 @@ -0,0 +1,11 @@
72 +<?xml version="1.0" encoding="UTF-8"?>
73 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
74 +<pkgmetadata>
75 + <maintainer type="person">
76 + <email>juippis@×××××.com</email>
77 + </maintainer>
78 + <maintainer type="project">
79 + <email>proxy-maint@g.o</email>
80 + <name>Proxy Maintainers</name>
81 + </maintainer>
82 +</pkgmetadata>