summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2008-09-13 17:38:32 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2008-09-13 17:38:32 +0000
commit8928d7495372bd8e52db0f314a3a4f0718758614 (patch)
tree1de96e87c37dd8e3edb3aa7ca89ffb56ebfba2b0
parentsys-process/daemon: Add missing die to emake (diff)
downloadsunrise-8928d7495372bd8e52db0f314a3a4f0718758614.tar.gz
sunrise-8928d7495372bd8e52db0f314a3a4f0718758614.tar.bz2
sunrise-8928d7495372bd8e52db0f314a3a4f0718758614.zip
net-misc/ganyremote: New Ebuild for bug #210442
svn path=/sunrise/; revision=7084
-rw-r--r--net-misc/ganyremote/ChangeLog8
-rw-r--r--net-misc/ganyremote/Manifest4
-rw-r--r--net-misc/ganyremote/ganyremote-5.2.ebuild33
-rw-r--r--net-misc/ganyremote/metadata.xml5
4 files changed, 50 insertions, 0 deletions
diff --git a/net-misc/ganyremote/ChangeLog b/net-misc/ganyremote/ChangeLog
new file mode 100644
index 000000000..af9564a2c
--- /dev/null
+++ b/net-misc/ganyremote/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for net-misc/ganyremote
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 13 Sep 2008; Markos Chandras (hwoarang) <gentoo@silverarrow.gr>
+ +ganyremote-5.2.ebuild, +metadata.xml:
+ New Ebuild for bug #210442
+
diff --git a/net-misc/ganyremote/Manifest b/net-misc/ganyremote/Manifest
new file mode 100644
index 000000000..70c973c21
--- /dev/null
+++ b/net-misc/ganyremote/Manifest
@@ -0,0 +1,4 @@
+DIST ganyremote-5.2.tar.gz 610307 RMD160 37b7b9e4db0f4799d5c8d85e992ceb9b2121ebc0 SHA1 b3bdbf2a9d6cdf8e429c47c55993cd9d7dd6c1e6 SHA256 5b1ff14c6a2c1822b1734f9848dfdef84124bf890adbb906e0a34f83122f1872
+EBUILD ganyremote-5.2.ebuild 846 RMD160 0699bfb8cded2b226917cbe6d4817c01127cb76e SHA1 030351a9cca9921013c70af2f05229f6672ffdf3 SHA256 1a6e39929d755814ff980485b413aa6f487628b0eea6249e1c1a4eddaa8e8229
+MISC ChangeLog 257 RMD160 7c2a9ec4a7934df09554148f434e066f6c314372 SHA1 7f6cda5b62361641b2bf2aa9804f4af738925c16 SHA256 099c145408d0ba5cf54be68f517d2cfd2359fe07b5730d3301ce37c3a4285fde
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/net-misc/ganyremote/ganyremote-5.2.ebuild b/net-misc/ganyremote/ganyremote-5.2.ebuild
new file mode 100644
index 000000000..6d2862fb6
--- /dev/null
+++ b/net-misc/ganyremote/ganyremote-5.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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=""
+
+DEPEND=" net-misc/anyremote
+ dev-python/pygtk
+ dev-python/pybluez "
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake install DESTDIR="${D}" || die "emake install failed"
+ make_desktop_entry ${PN} ${PN} ${PN}.png "Network;RemoteAccess"
+ dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
+}
+
+pkg_postinst() {
+ if ! built_with_use net-misc/anyremote bluetooth ; then
+ ewarn "If you want to use bluetooth with ganyremote, you need to "
+ ewarn "compile net-misc/anyremote with bluetooth use flag."
+ fi
+}
+
diff --git a/net-misc/ganyremote/metadata.xml b/net-misc/ganyremote/metadata.xml
new file mode 100644
index 000000000..7e3286984
--- /dev/null
+++ b/net-misc/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>