* [gentoo-commits] gentoo-x86 commit in app-mobilephone/anyremote: ChangeLog anyremote-5.2.ebuild
@ 2010-09-08 13:52 Serkan Kaba (serkan)
0 siblings, 0 replies; only message in thread
From: Serkan Kaba (serkan) @ 2010-09-08 13:52 UTC (permalink / raw
To: gentoo-commits
serkan 10/09/08 13:52:59
Modified: ChangeLog
Added: anyremote-5.2.ebuild
Log:
Version bump. Fixes bug #336305.
(Portage version: 2.2_rc75/cvs/Linux x86_64)
Revision Changes Path
1.7 app-mobilephone/anyremote/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 14 Jul 2010 03:18:32 -0000 1.6
+++ ChangeLog 8 Sep 2010 13:52:59 -0000 1.7
@@ -1,6 +1,11 @@
# ChangeLog for app-mobilephone/anyremote
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.6 2010/07/14 03:18:32 serkan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.7 2010/09/08 13:52:59 serkan Exp $
+
+*anyremote-5.2 (08 Sep 2010)
+
+ 08 Sep 2010; Serkan Kaba <serkan@gentoo.org> +anyremote-5.2.ebuild:
+ Version bump. Fixes bug #336305.
*anyremote-5.1.3 (14 Jul 2010)
1.1 app-mobilephone/anyremote/anyremote-5.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-5.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-5.2.ebuild?rev=1.1&content-type=text/plain
Index: anyremote-5.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.2.ebuild,v 1.1 2010/09/08 13:52:59 serkan Exp $
EAPI="2"
inherit autotools
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"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-09-08 13:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-08 13:52 [gentoo-commits] gentoo-x86 commit in app-mobilephone/anyremote: ChangeLog anyremote-5.2.ebuild Serkan Kaba (serkan)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox