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
commit3937a9f0288efbe7e3163f33d1533ccadf007805 (patch)
treeecfad512646edc92ae373685e356043ca948feb5 /app-mobilephone
parentremoved unneeded blacklist source (diff)
downloadhistorical-3937a9f0288efbe7e3163f33d1533ccadf007805.tar.gz
historical-3937a9f0288efbe7e3163f33d1533ccadf007805.tar.bz2
historical-3937a9f0288efbe7e3163f33d1533ccadf007805.zip
Add ganyremote. Initial ebuild submitted by Norman Jonas <bugs.gentoo.org_4@devport.codepilot.net> Fixes bug #210442
Package-Manager: portage-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/Manifest14
-rw-r--r--app-mobilephone/ganyremote/ganyremote-5.11.3.ebuild26
-rw-r--r--app-mobilephone/ganyremote/metadata.xml5
4 files changed, 55 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/Manifest b/app-mobilephone/ganyremote/Manifest
new file mode 100644
index 000000000000..4f70060af9b6
--- /dev/null
+++ b/app-mobilephone/ganyremote/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST ganyremote-5.11.3.tar.gz 285133 RMD160 0e322b909367e5108cb007196a9915ddccb3aa1b SHA1 4a2d4c09d0b51ed09e0372a30c0f1abc42dbdfb9 SHA256 c6e3e49f46c6ed1b137e2dc7ed56c68cb7482b182a88716728d2c5873db4971d
+EBUILD ganyremote-5.11.3.ebuild 710 RMD160 6c67b7ebe762ea32ed0a2506357380e4581f8cde SHA1 51172ab0b4ee88a41d5660d8c9bc2bdaf167353e SHA256 0b608fada837c7b647922520c7e8138d563f6d51c6865cc0b5d6e09461334cd2
+MISC ChangeLog 458 RMD160 4138fb6f8fe3e2d8fffc129611b78a2a9b19bfbc SHA1 68482c4f1c4be29ac478c77d5ff30e159322653b SHA256 ee5402b3449c818267f1a9b1edf742b698cbad946a79a79b6ef9da60f2fdaa2f
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.14 (GNU/Linux)
+
+iEYEARECAAYFAkumjVAACgkQRh6X64ivZaKkagCcCqT7nh5a/5D+b6ly4F3YnAVX
+PEoAnj4K8wBhQ2Y+cuZ4CDjLIAcrY4bn
+=/IER
+-----END PGP SIGNATURE-----
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>