aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/e_dbus/e_dbus-0.5.0.061.ebuild')
-rw-r--r--x11-libs/e_dbus/e_dbus-0.5.0.061.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-libs/e_dbus/e_dbus-0.5.0.061.ebuild b/x11-libs/e_dbus/e_dbus-0.5.0.061.ebuild
new file mode 100644
index 0000000..841e5e9
--- /dev/null
+++ b/x11-libs/e_dbus/e_dbus-0.5.0.061.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+E_SNAP_DATE="2009-06-14"
+inherit enlightenment
+
+DESCRIPTION="enlightenment interface to dbus"
+IUSE="+hal"
+
+RDEPEND="=dev-libs/eina-0.0.2.061
+ >=sys-apps/dbus-1.2.1
+ =x11-libs/ecore-0.9.9.061"
+DEPEND=">=dev-util/pkgconfig-0.9.0"
+
+MY_ECONF="--enable-enm \
+ --enable-build-test-gui \
+ --enable-enotify \
+ $(use_enable hal ehal)"