summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/gtkvncviewer/gtkvncviewer-9999.ebuild')
-rw-r--r--net-misc/gtkvncviewer/gtkvncviewer-9999.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/net-misc/gtkvncviewer/gtkvncviewer-9999.ebuild b/net-misc/gtkvncviewer/gtkvncviewer-9999.ebuild
new file mode 100644
index 0000000..e1ba1cf
--- /dev/null
+++ b/net-misc/gtkvncviewer/gtkvncviewer-9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gtkvncviewer/gtkvncviewer-0.4.ebuild,v 1.1 2012/07/04 06:08:05 angelos Exp $
+
+EAPI=4
+PYTHON_DEPEND="2"
+
+inherit eutils fdo-mime python-distutils-ng git-2
+
+DESCRIPTION="A small GTK tool to connect to VNC servers"
+HOMEPAGE="https://cmende.github.com/gtkvncviewer"
+EGIT_REPO_URI="git://github.com/cmende/${PN}.git"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/gconf-python:2
+ dev-python/gnome-keyring-python
+ dev-python/pygtk:2
+ net-libs/gtk-vnc[python]"
+DEPEND="${RDEPEND}"
+
+pkg_postinst() { fdo-mime_desktop_database_update; }
+pkg_postrm() { fdo-mime_desktop_database_update; }