summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2009-05-23 21:50:52 +0530
committerNirbheek Chauhan <nirbheek@gentoo.org>2009-05-23 21:50:52 +0530
commitff04f6f6e537a90265a46b2b65de13fdb6a0cb12 (patch)
tree19a5aaba1eea700e1d9ad963438864dd1de21fd7
parentmedia-video/arista: New ebuild (diff)
downloadnirbheek-ff04f6f6e537a90265a46b2b65de13fdb6a0cb12.tar.gz
nirbheek-ff04f6f6e537a90265a46b2b65de13fdb6a0cb12.tar.bz2
nirbheek-ff04f6f6e537a90265a46b2b65de13fdb6a0cb12.zip
anyremote has been added to tree
-rw-r--r--app-mobilephone/anyremote/Manifest2
-rw-r--r--app-mobilephone/anyremote/anyremote-4.18.ebuild20
2 files changed, 0 insertions, 22 deletions
diff --git a/app-mobilephone/anyremote/Manifest b/app-mobilephone/anyremote/Manifest
deleted file mode 100644
index 0092bbe..0000000
--- a/app-mobilephone/anyremote/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST anyremote-4.18.tar.gz 1588669 RMD160 af65d5cbb0b82faeb5f99e1975e6acc8c553bcfc SHA1 33a096a401b8c282d5b94dc755488b537f70ab05 SHA256 d63a16f07538bf60a9aaefd127ced7ef868b8ae371c9bef03e501d2c92f3e648
-EBUILD anyremote-4.18.ebuild 455 RMD160 8e17cac9c345982ed559be5690ffac7e37e2f5f7 SHA1 d5d573c6da2c1ab2d698c72dd4645d1e2f210155 SHA256 552a151c1c48277aed940ca52d62db9992ad5ab2e1d577f456413701baa2fcb8
diff --git a/app-mobilephone/anyremote/anyremote-4.18.ebuild b/app-mobilephone/anyremote/anyremote-4.18.ebuild
deleted file mode 100644
index c465041..0000000
--- a/app-mobilephone/anyremote/anyremote-4.18.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="AnyRemote"
-HOMEPAGE="http://anyremote.sourceforge.net/"
-SRC_URI="http://downloads.sourceforge.net/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-RDEPEND="dev-python/pybluez
- >=dev-python/pygtk-2.10"
-DEPEND="${RDEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}