diff options
author | andy <andy@mailbox.tu-berlin.de> | 2013-09-01 12:58:36 +0200 |
---|---|---|
committer | andy <andy@mailbox.tu-berlin.de> | 2013-09-01 12:58:36 +0200 |
commit | 0784d2e00f780ec2fe756e43486196e197bc697f (patch) | |
tree | 9a929adfbda69d1b18562d65f168589eed7cfd5b /net-misc | |
parent | add prohibited useflag for openssl to vanitygen (diff) | |
download | andy-0784d2e00f780ec2fe756e43486196e197bc697f.tar.gz andy-0784d2e00f780ec2fe756e43486196e197bc697f.tar.bz2 andy-0784d2e00f780ec2fe756e43486196e197bc697f.zip |
added connman-ui live ebuild
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/connman-ui/Manifest | 1 | ||||
-rw-r--r-- | net-misc/connman-ui/connman-ui-9999.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/net-misc/connman-ui/Manifest b/net-misc/connman-ui/Manifest new file mode 100644 index 0000000..5728861 --- /dev/null +++ b/net-misc/connman-ui/Manifest @@ -0,0 +1 @@ +EBUILD connman-ui-9999.ebuild 519 SHA256 5178446e408c43371df5e9827bdb1377843d63e657cafe756d56cb8dcf2efa94 SHA512 09c04b7dbe932abe3bf5d416bfe11f7d404cb8fb10b1cc4fe5bcffadde3b6d91715d22099c7978de72fba32660f1add06c294057d7a835bd0f75ba9cedabd15d WHIRLPOOL d982503de10367f2408df5b44bfc152be39ddc044e21a1bf1171b90176b711bf1f7768932e54cfc58ed11237bd9e61261e656c358374639aae88861a7683672b diff --git a/net-misc/connman-ui/connman-ui-9999.ebuild b/net-misc/connman-ui/connman-ui-9999.ebuild new file mode 100644 index 0000000..e604450 --- /dev/null +++ b/net-misc/connman-ui/connman-ui-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +inherit git-2 autotools + +DESCRIPTION="A full-featured GTK based trayicon UI for ConnMan" +HOMEPAGE="https://github.com/tbursztyka/connman-ui" +EGIT_REPO_URI="git://github.com/tbursztyka/${PN}.git" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="net-misc/connman + >=sys-apps/dbus-1.4 + >=dev-libs/glib-2.28 + x11-libs/gtk+:3" +RDEPEND="${DEPEND}" + +src_prepare() { + eautoreconf +} + |