summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/connman-ui/connman-ui-9999.ebuild')
-rw-r--r--net-misc/connman-ui/connman-ui-9999.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-misc/connman-ui/connman-ui-9999.ebuild b/net-misc/connman-ui/connman-ui-9999.ebuild
deleted file mode 100644
index e604450..0000000
--- a/net-misc/connman-ui/connman-ui-9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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
-}
-