Gentoo Archives: gentoo-commits

From: Julian Ospald <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-ui/
Date: Tue, 29 Sep 2015 19:50:43
Message-Id: 1443556222.f77f4fa3bb44775b769e2e29058659b68ee922d7.hasufell@gentoo
1 commit: f77f4fa3bb44775b769e2e29058659b68ee922d7
2 Author: Julian Ospald <hasufell <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 29 19:49:35 2015 +0000
4 Commit: Julian Ospald <hasufell <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 29 19:50:22 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77f4fa3
7
8 net-misc/connman-ui: initial import
9
10 Gentoo-Bug: 498270
11
12 net-misc/connman-ui/connman-ui-9999.ebuild | 34 ++++++++++++++++++++++++++++++
13 net-misc/connman-ui/metadata.xml | 26 +++++++++++++++++++++++
14 2 files changed, 60 insertions(+)
15
16 diff --git a/net-misc/connman-ui/connman-ui-9999.ebuild b/net-misc/connman-ui/connman-ui-9999.ebuild
17 new file mode 100644
18 index 0000000..e225e64
19 --- /dev/null
20 +++ b/net-misc/connman-ui/connman-ui-9999.ebuild
21 @@ -0,0 +1,34 @@
22 +# Copyright 1999-2015 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI=5
27 +
28 +inherit autotools git-r3
29 +
30 +DESCRIPTION="A full-featured GTK based trayicon UI for ConnMan"
31 +HOMEPAGE="https://github.com/tbursztyka/connman-ui"
32 +SRC_URI=""
33 +EGIT_REPO_URI="https://github.com/tbursztyka/connman-ui.git"
34 +
35 +LICENSE="GPL-2"
36 +SLOT="0"
37 +KEYWORDS=""
38 +IUSE=""
39 +
40 +CDEPEND="
41 + dev-libs/glib:2
42 + sys-apps/dbus
43 + x11-libs/gtk+:3
44 +"
45 +RDEPEND="${CDEPEND}
46 + net-misc/connman
47 +"
48 +DEPEND="${CDEPEND}
49 + dev-util/intltool
50 + virtual/pkgconfig
51 +"
52 +
53 +src_prepare() {
54 + eautoreconf
55 +}
56
57 diff --git a/net-misc/connman-ui/metadata.xml b/net-misc/connman-ui/metadata.xml
58 new file mode 100644
59 index 0000000..5dfdbac
60 --- /dev/null
61 +++ b/net-misc/connman-ui/metadata.xml
62 @@ -0,0 +1,26 @@
63 +<?xml version="1.0" encoding="UTF-8"?>
64 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
65 +<pkgmetadata>
66 + <maintainer>
67 + <email>hasufell@g.o</email>
68 + <name>Julian Ospald</name>
69 + </maintainer>
70 + <natural-name>ConnMan-UI</natural-name>
71 + <longdescription lang="en">
72 + A full-featured GTK based trayicon UI for ConnMan.
73 +
74 + It targets all WM/DM users but Gnome3 ones*. It works on any Linux WM/DM
75 + which provides a freedesktop compliant system tray. (kde, awesome, ...)
76 +
77 + It exposes almost all features provided by ConnMan API (small features are
78 + missing, see TODO for more information). You can enable/disable a technology
79 + (wired, wifi, cellular, bt, ...), connect/disconnect a service, configure a
80 + service (IPv4, IPv6, DNS, Timeservers, etc...), share your current connection
81 + (tethering) and so on. Everything is accessible through the mouse via the
82 + trayicon, all with left and right click.
83 + </longdescription>
84 + <upstream>
85 + <bugs-to>https://github.com/tbursztyka/connman-ui/issues</bugs-to>
86 + <remote-id type='github'>tbursztyka/connman-ui</remote-id>
87 + </upstream>
88 +</pkgmetadata>