net-misc/connman-gtk: initial import of version 1.0
authorJulian Ospald <hasufell@gentoo.org>
Tue, 29 Sep 2015 19:57:33 +0000 (21:57 +0200)
committerJulian Ospald <hasufell@gentoo.org>
Tue, 29 Sep 2015 19:58:24 +0000 (21:58 +0200)
net-misc/connman-gtk/Manifest [new file with mode: 0644]
net-misc/connman-gtk/connman-gtk-1.0.ebuild [new file with mode: 0644]
net-misc/connman-gtk/metadata.xml [new file with mode: 0644]

diff --git a/net-misc/connman-gtk/Manifest b/net-misc/connman-gtk/Manifest
new file mode 100644 (file)
index 0000000..2af5d9b
--- /dev/null
@@ -0,0 +1 @@
+DIST connman-gtk-1.0.tar.gz 50428 SHA256 50ae5498f3a5c2714dca47cf21c197b6272b14ae0bef5e68cc1ffc78f2ea0b93 SHA512 61f3004950f5905c62ff8c71afffbba9797e398b332679d495846ecfd2adce693b4ce7026adc72676868a3bdefbf3df5be93090abca215d4b0baf784324c5577 WHIRLPOOL 04870c5cd4bd85fd438df7275dd7bb343cb8a1c883cf34515ec597cae0b4dbec0e899def9b13d491d5e23b797ffab397428f5f2d27ac04473a303b9d211d7fb9
diff --git a/net-misc/connman-gtk/connman-gtk-1.0.ebuild b/net-misc/connman-gtk/connman-gtk-1.0.ebuild
new file mode 100644 (file)
index 0000000..2c1e316
--- /dev/null
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools
+
+DESCRIPTION="GTK GUI for Connman"
+HOMEPAGE="https://github.com/jgke/connman-gtk"
+SRC_URI="https://github.com/jgke/connman-gtk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="openconnect"
+
+CDEPEND="
+       >=dev-libs/glib-2.0:2
+       >=x11-libs/gtk+-3.10:3
+       openconnect? ( >=net-misc/openconnect-5.99 )
+"
+RDEPEND="${CDEPEND}
+       net-misc/connman
+"
+DEPEND="${CDEOEND}
+       >=dev-util/intltool-0.35.0
+       sys-devel/gettext
+       virtual/pkgconfig
+"
+
+src_prepare() {
+       eautoreconf
+}
+
+src_configure() {
+       econf \
+               $(use_with openconnect)
+}
\ No newline at end of file
diff --git a/net-misc/connman-gtk/metadata.xml b/net-misc/connman-gtk/metadata.xml
new file mode 100644 (file)
index 0000000..800472e
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer>
+               <email>hasufell@gentoo.org</email>
+               <name>Julian Ospald</name>
+       </maintainer>
+       <use>
+               <flag name='openconnect'>Support easier authentication to AnyConnect VPNs</flag>
+       </use>
+       <upstream>
+               <bugs-to>https://github.com/jgke/connman-gtk/issues</bugs-to>
+               <remote-id type='github'>jgke/connman-gtk</remote-id>
+       </upstream>
+</pkgmetadata>