summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory A. Pratt <gentoobugsie@gmail.com>2009-09-08 21:02:01 -0500
committerJory A. Pratt <gentoobugsie@gmail.com>2009-09-08 21:02:01 -0500
commit5c853ad464fd3faaf6dde6e4aa0fbdc67818b856 (patch)
tree2ea795758e180514e34914f5d8290ef0defef87d /net-wireless
parentinitial setup of repo (diff)
downloadanarchy-5c853ad464fd3faaf6dde6e4aa0fbdc67818b856.tar.gz
anarchy-5c853ad464fd3faaf6dde6e4aa0fbdc67818b856.tar.bz2
anarchy-5c853ad464fd3faaf6dde6e4aa0fbdc67818b856.zip
Complete import of local repo
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/gnome-bluetooth/Manifest2
-rw-r--r--net-wireless/gnome-bluetooth/gnome-bluetooth-2.27.5.ebuild34
2 files changed, 36 insertions, 0 deletions
diff --git a/net-wireless/gnome-bluetooth/Manifest b/net-wireless/gnome-bluetooth/Manifest
new file mode 100644
index 0000000..d3f5a1b
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -0,0 +1,2 @@
+DIST gnome-bluetooth-2.27.5.tar.bz2 656302 RMD160 e21dd20985924bf05e14c80dceb6f2f4fea9ee45 SHA1 36b098072da37827d0a517c7c7a7375ae1689dd0 SHA256 12668a307de355e0d511c72d35ccd14c69e9c0c1fa8ddae80ce11ee41337cd16
+EBUILD gnome-bluetooth-2.27.5.ebuild 1011 RMD160 cd162f71469a86ccf4330a7d38eb3aff36fab519 SHA1 1cf20f5e43d9470c6e7eeb215e820e4c9c50f625 SHA256 ad2ca6cdd0f5c7fd17c38743d860f4a7f1e53a4ef412c320fcc6684f7dcf5217
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.27.5.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-2.27.5.ebuild
new file mode 100644
index 0000000..b8bc516
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-2.27.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.27.4.ebuild,v 1.1 2009/05/04 23:32:30 nirbheek Exp $
+
+EAPI="2"
+
+inherit eutils gnome2
+
+DESCRIPTION="Fork of bluez-gnome focused on integration with GNOME"
+HOMEPAGE="http://live.gnome.org/GnomeBluetooth"
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="2"
+IUSE="doc"
+KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+
+# FIXME: KEYWORDS for libunique
+COMMON_DEPEND=">=dev-libs/glib-2.16
+ >=x11-libs/gtk+-2.15
+ >=x11-libs/libnotify-0.4.3
+ >=gnome-base/gconf-2.6
+ >=dev-libs/dbus-glib-0.73
+ >=sys-apps/hal-0.5.8
+ dev-libs/libunique"
+DEPEND="${COMMON_DEPEND}
+ !!net-wireless/bluez-gnome
+ dev-util/pkgconfig
+ x11-proto/xproto
+ doc? ( app-text/gnome-doc-utils )"
+RDEPEND="${COMMON_DEPEND}
+ >=net-wireless/bluez-4.34
+ >=app-mobilephone/obex-data-server-0.4"
+
+DOCS="AUTHORS README NEWS ChangeLog"
+G2CONF="${G2CONF} --disable-desktop-update --disable-icon-update"