summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerkan Kaba <serkan@gentoo.org>2011-03-18 22:12:59 +0000
committerSerkan Kaba <serkan@gentoo.org>2011-03-18 22:12:59 +0000
commit55cfba5caa16dfdc2943d9014c3307fdc035b430 (patch)
tree51c6541ffa720b9ae4202b09c8955370669855fb /app-mobilephone/anyremote
parentDrop CDEFINE_<abi> variables now that nothing uses them. (diff)
downloadgentoo-2-55cfba5caa16dfdc2943d9014c3307fdc035b430.tar.gz
gentoo-2-55cfba5caa16dfdc2943d9014c3307fdc035b430.tar.bz2
gentoo-2-55cfba5caa16dfdc2943d9014c3307fdc035b430.zip
Version bump.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone/anyremote')
-rw-r--r--app-mobilephone/anyremote/ChangeLog7
-rw-r--r--app-mobilephone/anyremote/anyremote-5.4.1.ebuild30
2 files changed, 36 insertions, 1 deletions
diff --git a/app-mobilephone/anyremote/ChangeLog b/app-mobilephone/anyremote/ChangeLog
index 6dc812662f38..68af50f2b793 100644
--- a/app-mobilephone/anyremote/ChangeLog
+++ b/app-mobilephone/anyremote/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-mobilephone/anyremote
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.12 2011/03/13 16:05:06 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.13 2011/03/18 22:12:59 serkan Exp $
+
+*anyremote-5.4.1 (18 Mar 2011)
+
+ 18 Mar 2011; Serkan Kaba <serkan@gentoo.org> +anyremote-5.4.1.ebuild:
+ Version bump.
13 Mar 2011; Markos Chandras <hwoarang@gentoo.org> anyremote-5.4.ebuild:
Stable on amd64 wrt bug #358541
diff --git a/app-mobilephone/anyremote/anyremote-5.4.1.ebuild b/app-mobilephone/anyremote/anyremote-5.4.1.ebuild
new file mode 100644
index 000000000000..1b969b89b01d
--- /dev/null
+++ b/app-mobilephone/anyremote/anyremote-5.4.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.1.ebuild,v 1.1 2011/03/18 22:12:59 serkan Exp $
+
+EAPI="2"
+
+DESCRIPTION="Anyremote 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}
+ dev-util/pkgconfig"
+
+src_configure() {
+ econf --docdir="/usr/share/doc/${PF}/" $(use_enable bluetooth) $(use_enable dbus)
+}
+
+src_install() {
+ emake install DESTDIR="${D}" || die "emake install failed"
+ dodoc AUTHORS ChangeLog NEWS README || die "install doc failed"
+}