net-misc/connman-gtk: bump to EAPI 6, add maintainer-needed
authorAustin English <wizardedit@gentoo.org>
Thu, 7 Jul 2016 23:13:15 +0000 (18:13 -0500)
committerAustin English <wizardedit@gentoo.org>
Thu, 7 Jul 2016 23:38:11 +0000 (18:38 -0500)
Package-Manager: portage-2.2.28

net-misc/connman-gtk/connman-gtk-1.0-r1.ebuild [new file with mode: 0644]
net-misc/connman-gtk/metadata.xml

diff --git a/net-misc/connman-gtk/connman-gtk-1.0-r1.ebuild b/net-misc/connman-gtk/connman-gtk-1.0-r1.ebuild
new file mode 100644 (file)
index 0000000..2d245ce
--- /dev/null
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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() {
+       default
+       eautoreconf
+}
+
+src_configure() {
+       econf \
+               $(use_with openconnect)
+}
index 10ff406a6aeb9f25c660916a26dd16a895f51725..1805b1617b601609929a94047da463be915446e0 100644 (file)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+       <!-- maintainer-needed -->
        <use>
                <flag name="openconnect">Support easier authentication to AnyConnect VPNs</flag>
        </use>