summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-09-26 15:51:25 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-09-26 15:51:25 +0000
commitc0ac4b0bd1b7ea9961d94675dfdd52b81df29b39 (patch)
tree9736d2cc996b8a52fc4b3023abe78ffaab06e00f /app-mobilephone/anyremote
parentSecurity bump. Removed old (diff)
downloadgentoo-2-c0ac4b0bd1b7ea9961d94675dfdd52b81df29b39.tar.gz
gentoo-2-c0ac4b0bd1b7ea9961d94675dfdd52b81df29b39.tar.bz2
gentoo-2-c0ac4b0bd1b7ea9961d94675dfdd52b81df29b39.zip
Version bump
(Portage version: 2.2.0_alpha55/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.2.ebuild30
2 files changed, 36 insertions, 1 deletions
diff --git a/app-mobilephone/anyremote/ChangeLog b/app-mobilephone/anyremote/ChangeLog
index da61a3975fe1..716fba86fd8d 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.16 2011/05/21 08:32:36 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.17 2011/09/26 15:51:25 hwoarang Exp $
+
+*anyremote-5.4.2 (26 Sep 2011)
+
+ 26 Sep 2011; Markos Chandras <hwoarang@gentoo.org> +anyremote-5.4.2.ebuild:
+ Version bump
21 May 2011; Thomas Kahle <tomka@gentoo.org> anyremote-5.4.1.ebuild:
x86 stable per bug 364043
diff --git a/app-mobilephone/anyremote/anyremote-5.4.2.ebuild b/app-mobilephone/anyremote/anyremote-5.4.2.ebuild
new file mode 100644
index 000000000000..04ec67e28ae0
--- /dev/null
+++ b/app-mobilephone/anyremote/anyremote-5.4.2.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.2.ebuild,v 1.1 2011/09/26 15:51:25 hwoarang 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"
+}