diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-12-18 19:00:04 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-12-18 19:00:04 +0000 |
commit | f69f0c8406f06aee45de7d6ff8a2c56108e71d0a (patch) | |
tree | f878eac21e8198976f55637262a70a1375a2c125 /app-mobilephone/anyremote | |
parent | Add linguas ro/ru, wrt to bug #447742 (diff) | |
download | gentoo-2-f69f0c8406f06aee45de7d6ff8a2c56108e71d0a.tar.gz gentoo-2-f69f0c8406f06aee45de7d6ff8a2c56108e71d0a.tar.bz2 gentoo-2-f69f0c8406f06aee45de7d6ff8a2c56108e71d0a.zip |
Version bump
(Portage version: 2.1.11.37/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
Diffstat (limited to 'app-mobilephone/anyremote')
-rw-r--r-- | app-mobilephone/anyremote/ChangeLog | 7 | ||||
-rw-r--r-- | app-mobilephone/anyremote/anyremote-6.2.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/app-mobilephone/anyremote/ChangeLog b/app-mobilephone/anyremote/ChangeLog index 31cbcab0e2c8..b386b14c2db2 100644 --- a/app-mobilephone/anyremote/ChangeLog +++ b/app-mobilephone/anyremote/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-mobilephone/anyremote # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.29 2012/10/23 20:37:41 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.30 2012/12/18 19:00:04 hwoarang Exp $ + +*anyremote-6.2 (18 Dec 2012) + + 18 Dec 2012; Markos Chandras <hwoarang@gentoo.org> +anyremote-6.2.ebuild: + Version bump *anyremote-6.1.1 (23 Oct 2012) diff --git a/app-mobilephone/anyremote/anyremote-6.2.ebuild b/app-mobilephone/anyremote/anyremote-6.2.ebuild new file mode 100644 index 000000000000..ffdc34ddca06 --- /dev/null +++ b/app-mobilephone/anyremote/anyremote-6.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-6.2.ebuild,v 1.1 2012/12/18 19:00:04 hwoarang Exp $ + +EAPI="5" + +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} + virtual/pkgconfig" + +DOCS=(AUTHORS ChangeLog NEWS README) +src_configure() { + econf --docdir="/usr/share/doc/${PF}/" $(use_enable bluetooth) $(use_enable dbus) +} |