summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-05-14 07:36:06 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-05-14 07:36:06 +0000
commit2f1bb9e12c02d942ed91fa35c36b68af9dbfc36f (patch)
tree7d17ba55ebbdff7acde1417dcdb1e477549e8e21 /app-mobilephone
parentold (diff)
downloadgentoo-2-2f1bb9e12c02d942ed91fa35c36b68af9dbfc36f.tar.gz
gentoo-2-2f1bb9e12c02d942ed91fa35c36b68af9dbfc36f.tar.bz2
gentoo-2-2f1bb9e12c02d942ed91fa35c36b68af9dbfc36f.zip
old
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/ganyremote/ChangeLog5
-rw-r--r--app-mobilephone/ganyremote/ganyremote-6.2.ebuild24
2 files changed, 4 insertions, 25 deletions
diff --git a/app-mobilephone/ganyremote/ChangeLog b/app-mobilephone/ganyremote/ChangeLog
index ffd8219b96df..cb2a5b643272 100644
--- a/app-mobilephone/ganyremote/ChangeLog
+++ b/app-mobilephone/ganyremote/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-mobilephone/ganyremote
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/ganyremote/ChangeLog,v 1.29 2015/03/04 10:43:32 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/ganyremote/ChangeLog,v 1.30 2015/05/14 07:36:06 mr_bones_ Exp $
+
+ 14 May 2015; Michael Sterrett <mr_bones_@gentoo.org> -ganyremote-6.2.ebuild:
+ old
*ganyremote-6.3.3 (04 Mar 2015)
diff --git a/app-mobilephone/ganyremote/ganyremote-6.2.ebuild b/app-mobilephone/ganyremote/ganyremote-6.2.ebuild
deleted file mode 100644
index 10027dfe7eb3..000000000000
--- a/app-mobilephone/ganyremote/ganyremote-6.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/ganyremote/ganyremote-6.2.ebuild,v 1.1 2013/07/25 00:57:50 creffett Exp $
-
-EAPI="5"
-
-inherit base 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-6.0[bluetooth=]
- dev-python/pygtk
- bluetooth? ( dev-python/pybluez )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog NEWS README )