summaryrefslogtreecommitdiff
path: root/net-misc/connman-json-client
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-30 08:49:38 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-30 08:49:38 +0100
commitb2be182d49eea46686b5cf2680d457df61e89dc4 (patch)
treec66442ced2011c5ca81c3114cc51041e314c6d33 /net-misc/connman-json-client
parente23cdda4dbb0c83b9e682ab5e916085a35203da5 (diff)
gentoo resync : 30.06.2018
Diffstat (limited to 'net-misc/connman-json-client')
-rw-r--r--net-misc/connman-json-client/Manifest3
-rw-r--r--net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild31
-rw-r--r--net-misc/connman-json-client/metadata.xml8
3 files changed, 42 insertions, 0 deletions
diff --git a/net-misc/connman-json-client/Manifest b/net-misc/connman-json-client/Manifest
new file mode 100644
index 000000000000..a9eef2b8d808
--- /dev/null
+++ b/net-misc/connman-json-client/Manifest
@@ -0,0 +1,3 @@
+DIST connman-json-client-1.0_p20150721.tar.gz 55520 BLAKE2B 81f81721563bb8a7c4e604e8a036b162329f1334092f345438c34f787bceb8e548d69e0c206773b880799d1327858275bbbade59d1b84271e4fc05372937ce7a SHA512 77cfbc9f1b57ff5ce73a80f42198bbdb7120db6510f3f33251465ed83d1fac3b2bb41e3959f43cc8d274d37c8da375009a07e9003664482136eed64f5b32c0bc
+EBUILD connman-json-client-1.0_p20150721.ebuild 632 BLAKE2B 874ff335e644331f90cb87c7b4f2c1ad859a9aeda24308b120fcbc30e744547b809eacb1238bb6d42cf1ab2005cbb15e1000b76e550de36ab4a32646db9464a8 SHA512 b903f479f5527ce6b63810427551925695c92aa306ce1b074e8200e721e5097ef0b91a507e37f501ce26a23c2330dbde2a243e22571cb088d641917488de9980
+MISC metadata.xml 240 BLAKE2B 5caea4abbcf161615353b1f5ec499ae37ae67f08f6f1d48829d145694359169508d62173c091700e9a65d8ed461216caf12cc6728760784aa364d610250369ca SHA512 ee5c2cad860daff025c5d2bbc7e210767432dd09d1a74fc7b1d5994686d48739b9bfd446bf1ab7b1b92532f82767e722ea3e38d7a502a7a941f6ac5028000ce8
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 000000000000..7b6aee326311
--- /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 000000000000..435234188908
--- /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>bkohler@gentoo.org</email>
+ <name>Ben Kohler</name>
+</maintainer>
+</pkgmetadata>