summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-03-04 10:11:07 +0000
committerMichael Palimaka <kensington@gentoo.org>2015-03-04 10:11:07 +0000
commita4d2dc0f79967b9cc131147bbd93c1563f42a192 (patch)
treecef1e6256ace0c68b0a50c50375692e3f4e3c63c /app-mobilephone
parentAdd upstream metadata. (diff)
downloadgentoo-2-a4d2dc0f79967b9cc131147bbd93c1563f42a192.tar.gz
gentoo-2-a4d2dc0f79967b9cc131147bbd93c1563f42a192.tar.bz2
gentoo-2-a4d2dc0f79967b9cc131147bbd93c1563f42a192.zip
Version bump. Remove old.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/anyremote/ChangeLog8
-rw-r--r--app-mobilephone/anyremote/anyremote-6.3.1.ebuild28
-rw-r--r--app-mobilephone/anyremote/anyremote-6.5.ebuild46
3 files changed, 53 insertions, 29 deletions
diff --git a/app-mobilephone/anyremote/ChangeLog b/app-mobilephone/anyremote/ChangeLog
index 900e3f5f8cc0..83a2bd982f1e 100644
--- a/app-mobilephone/anyremote/ChangeLog
+++ b/app-mobilephone/anyremote/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-mobilephone/anyremote
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.41 2015/03/04 10:09:17 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.42 2015/03/04 10:11:07 kensington Exp $
+
+*anyremote-6.5 (04 Mar 2015)
+
+ 04 Mar 2015; Michael Palimaka <kensington@gentoo.org> +anyremote-6.5.ebuild,
+ -anyremote-6.3.1.ebuild:
+ Version bump. Remove old.
04 Mar 2015; Michael Palimaka <kensington@gentoo.org> metadata.xml:
Add upstream metadata.
diff --git a/app-mobilephone/anyremote/anyremote-6.3.1.ebuild b/app-mobilephone/anyremote/anyremote-6.3.1.ebuild
deleted file mode 100644
index 311125d96054..000000000000
--- a/app-mobilephone/anyremote/anyremote-6.3.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-6.3.1.ebuild,v 1.3 2014/06/14 10:26:55 phajdan.jr Exp $
-
-EAPI="5"
-
-DESCRIPTION="Provides wireless bluetooth, infrared or cable remote control service"
-HOMEPAGE="http://anyremote.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="bluetooth dbus"
-
-RDEPEND="bluetooth? ( net-wireless/bluez )
- dbus? ( sys-apps/dbus )
- x11-libs/libXtst
-"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_configure() {
- econf --docdir="/usr/share/doc/${PF}/" $(use_enable bluetooth) $(use_enable dbus)
-}
diff --git a/app-mobilephone/anyremote/anyremote-6.5.ebuild b/app-mobilephone/anyremote/anyremote-6.5.ebuild
new file mode 100644
index 000000000000..7dcda5dfb265
--- /dev/null
+++ b/app-mobilephone/anyremote/anyremote-6.5.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-6.5.ebuild,v 1.1 2015/03/04 10:11:07 kensington Exp $
+
+EAPI=5
+
+DESCRIPTION="Bluetooth, infrared or cable remote control service"
+HOMEPAGE="http://anyremote.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="avahi bluetooth dbus"
+
+RDEPEND="
+ dev-libs/glib:2
+ x11-libs/libX11
+ x11-libs/libXtst
+ avahi? ( net-dns/avahi )
+ bluetooth? ( net-wireless/bluez )
+ dbus? (
+ dev-libs/dbus-glib
+ sys-apps/dbus
+ )
+"
+
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+"
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+src_configure() {
+ econf \
+ --docdir="/usr/share/doc/${PF}/" \
+ $(use_enable avahi) \
+ $(use_enable bluetooth) \
+ $(use_enable dbus)
+}
+
+src_install() {
+ default
+
+ mv "${ED}"/usr/share/doc/${PF}/{doc-html,html} || die
+}