commit: 2290f998515357386575b960c658024801fd0fb5 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Tue Jun 26 01:06:12 2018 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Tue Jun 26 01:08:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2290f998
net-misc/connman-json-client: new package Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-misc/connman-json-client/Manifest | 1 + .../connman-json-client-1.0_p20150721.ebuild | 31 ++++++++++++++++++++++ net-misc/connman-json-client/metadata.xml | 8 ++++++ 3 files changed, 40 insertions(+) diff --git a/net-misc/connman-json-client/Manifest b/net-misc/connman-json-client/Manifest new file mode 100644 index 00000000000..bc055a02458 --- /dev/null +++ b/net-misc/connman-json-client/Manifest @@ -0,0 +1 @@ +DIST connman-json-client-1.0_p20150721.tar.gz 55520 BLAKE2B 81f81721563bb8a7c4e604e8a036b162329f1334092f345438c34f787bceb8e548d69e0c206773b880799d1327858275bbbade59d1b84271e4fc05372937ce7a SHA512 77cfbc9f1b57ff5ce73a80f42198bbdb7120db6510f3f33251465ed83d1fac3b2bb41e3959f43cc8d274d37c8da375009a07e9003664482136eed64f5b32c0bc diff --git a/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild b/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild new file mode 100644 index 00000000000..7b6aee32631 --- /dev/null +++ b/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools vcs-snapshot +COMMIT="3c34b2ee62d2e188090d20e7ed2fd94bab9c47f2" + +DESCRIPTION="An ncurses UI for connman" +HOMEPAGE="https://github.com/eurogiciel-oss/connman-json-client" +SRC_URI="https://github.com/eurogiciel-oss/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-libs/json-c:0= + >=sys-apps/dbus-1.4 + sys-libs/ncurses:0" +RDEPEND="${DEPEND}" + +src_prepare() { + default + eautoreconf +} + +src_install() { + default + dobin connman_ncurses +} diff --git a/net-misc/connman-json-client/metadata.xml b/net-misc/connman-json-client/metadata.xml new file mode 100644 index 00000000000..43523418890 --- /dev/null +++ b/net-misc/connman-json-client/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person"> + <email>[email protected]</email> + <name>Ben Kohler</name> +</maintainer> +</pkgmetadata>
