summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerkan Kaba <serkan@gentoo.org>2010-03-21 21:19:07 +0000
committerSerkan Kaba <serkan@gentoo.org>2010-03-21 21:19:07 +0000
commitb0b7d262063c44bb8d14adbab7fef595992822a3 (patch)
tree0b90bdc1032fc05ebf00b4fe6dc5c9a2f43eadb0 /app-mobilephone
parentremoved unneeded blacklist source (diff)
downloadgentoo-2-b0b7d262063c44bb8d14adbab7fef595992822a3.tar.gz
gentoo-2-b0b7d262063c44bb8d14adbab7fef595992822a3.tar.bz2
gentoo-2-b0b7d262063c44bb8d14adbab7fef595992822a3.zip
Add ganyremote. Initial ebuild submitted by Norman Jonas <bugs.gentoo.org_4@devport.codepilot.net> Fixes bug #210442
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/ganyremote/ChangeLog10
-rw-r--r--app-mobilephone/ganyremote/ganyremote-5.11.3.ebuild26
-rw-r--r--app-mobilephone/ganyremote/metadata.xml5
3 files changed, 41 insertions, 0 deletions
diff --git a/app-mobilephone/ganyremote/ChangeLog b/app-mobilephone/ganyremote/ChangeLog
new file mode 100644
index 000000000000..5e969dfdbaf1
--- /dev/null
+++ b/app-mobilephone/ganyremote/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-mobilephone/ganyremote
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/ganyremote/ChangeLog,v 1.1 2010/03/21 21:19:07 serkan Exp $
+
+*ganyremote-5.11.3 (21 Mar 2010)
+
+ 21 Mar 2010; <firari@gentoo.org> +ganyremote-5.11.3.ebuild, +metadata.xml:
+ Add ganyremote. Initial ebuild submitted by Norman Jonas
+ <bugs.gentoo.org_4@devport.codepilot.net> Fixes bug #210442
+
diff --git a/app-mobilephone/ganyremote/ganyremote-5.11.3.ebuild b/app-mobilephone/ganyremote/ganyremote-5.11.3.ebuild
new file mode 100644
index 000000000000..8f78b095d39d
--- /dev/null
+++ b/app-mobilephone/ganyremote/ganyremote-5.11.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/ganyremote/ganyremote-5.11.3.ebuild,v 1.1 2010/03/21 21:19:07 serkan Exp $
+
+EAPI="2"
+
+inherit eutils
+
+DESCRIPTION="Gnome frontend to Anyremote"
+HOMEPAGE="http://anyremote.sourceforge.net/"
+SRC_URI="mirror://sourceforge/anyremote/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="bluetooth"
+
+DEPEND="app-mobilephone/anyremote[bluetooth=]
+ dev-python/pygtk
+ dev-python/pybluez"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake install DESTDIR="${D}" || die "emake install failed"
+ dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
+}
diff --git a/app-mobilephone/ganyremote/metadata.xml b/app-mobilephone/ganyremote/metadata.xml
new file mode 100644
index 000000000000..7e3286984488
--- /dev/null
+++ b/app-mobilephone/ganyremote/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>