Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-mobilephone/anyremote: anyremote-5.4.2.ebuild ChangeLog
Date: Mon, 26 Sep 2011 15:51:51
Message-Id: 20110926155126.13D1820036@flycatcher.gentoo.org
1 hwoarang 11/09/26 15:51:26
2
3 Modified: ChangeLog
4 Added: anyremote-5.4.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.17 app-mobilephone/anyremote/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 21 May 2011 08:32:36 -0000 1.16
24 +++ ChangeLog 26 Sep 2011 15:51:25 -0000 1.17
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-mobilephone/anyremote
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.16 2011/05/21 08:32:36 tomka Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.17 2011/09/26 15:51:25 hwoarang Exp $
30 +
31 +*anyremote-5.4.2 (26 Sep 2011)
32 +
33 + 26 Sep 2011; Markos Chandras <hwoarang@g.o> +anyremote-5.4.2.ebuild:
34 + Version bump
35
36 21 May 2011; Thomas Kahle <tomka@g.o> anyremote-5.4.1.ebuild:
37 x86 stable per bug 364043
38
39
40
41 1.1 app-mobilephone/anyremote/anyremote-5.4.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: anyremote-5.4.2.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.2.ebuild,v 1.1 2011/09/26 15:51:25 hwoarang Exp $
51
52 EAPI="2"
53
54 DESCRIPTION="Anyremote provides wireless bluetooth, infrared or cable remote control service"
55 HOMEPAGE="http://anyremote.sourceforge.net/"
56 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="bluetooth dbus"
62
63 RDEPEND="bluetooth? ( net-wireless/bluez )
64 dbus? ( sys-apps/dbus )
65 x11-libs/libXtst"
66
67 DEPEND="${RDEPEND}
68 dev-util/pkgconfig"
69
70 src_configure() {
71 econf --docdir="/usr/share/doc/${PF}/" $(use_enable bluetooth) $(use_enable dbus)
72 }
73
74 src_install() {
75 emake install DESTDIR="${D}" || die "emake install failed"
76 dodoc AUTHORS ChangeLog NEWS README || die "install doc failed"
77 }