Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-mobilephone/anyremote: anyremote-6.5.ebuild ChangeLog anyremote-6.3.1.ebuild
Date: Wed, 04 Mar 2015 10:11:11
Message-Id: 20150304101107.6F94A1303B@oystercatcher.gentoo.org
1 kensington 15/03/04 10:11:07
2
3 Modified: ChangeLog
4 Added: anyremote-6.5.ebuild
5 Removed: anyremote-6.3.1.ebuild
6 Log:
7 Version bump. Remove old.
8
9 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
10
11 Revision Changes Path
12 1.42 app-mobilephone/anyremote/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?rev=1.42&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?rev=1.42&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?r1=1.41&r2=1.42
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v
21 retrieving revision 1.41
22 retrieving revision 1.42
23 diff -u -r1.41 -r1.42
24 --- ChangeLog 4 Mar 2015 10:09:17 -0000 1.41
25 +++ ChangeLog 4 Mar 2015 10:11:07 -0000 1.42
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-mobilephone/anyremote
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.41 2015/03/04 10:09:17 kensington Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.42 2015/03/04 10:11:07 kensington Exp $
31 +
32 +*anyremote-6.5 (04 Mar 2015)
33 +
34 + 04 Mar 2015; Michael Palimaka <kensington@g.o> +anyremote-6.5.ebuild,
35 + -anyremote-6.3.1.ebuild:
36 + Version bump. Remove old.
37
38 04 Mar 2015; Michael Palimaka <kensington@g.o> metadata.xml:
39 Add upstream metadata.
40
41
42
43 1.1 app-mobilephone/anyremote/anyremote-6.5.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-6.5.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-6.5.ebuild?rev=1.1&content-type=text/plain
47
48 Index: anyremote-6.5.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-6.5.ebuild,v 1.1 2015/03/04 10:11:07 kensington Exp $
53
54 EAPI=5
55
56 DESCRIPTION="Bluetooth, infrared or cable remote control service"
57 HOMEPAGE="http://anyremote.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="avahi bluetooth dbus"
64
65 RDEPEND="
66 dev-libs/glib:2
67 x11-libs/libX11
68 x11-libs/libXtst
69 avahi? ( net-dns/avahi )
70 bluetooth? ( net-wireless/bluez )
71 dbus? (
72 dev-libs/dbus-glib
73 sys-apps/dbus
74 )
75 "
76
77 DEPEND="${RDEPEND}
78 virtual/pkgconfig
79 "
80
81 DOCS=( AUTHORS ChangeLog NEWS README )
82
83 src_configure() {
84 econf \
85 --docdir="/usr/share/doc/${PF}/" \
86 $(use_enable avahi) \
87 $(use_enable bluetooth) \
88 $(use_enable dbus)
89 }
90
91 src_install() {
92 default
93
94 mv "${ED}"/usr/share/doc/${PF}/{doc-html,html} || die
95 }