* [gentoo-commits] gentoo-x86 commit in app-mobilephone/anyremote: anyremote-5.4.1.ebuild ChangeLog
@ 2011-03-18 22:12 Serkan Kaba (serkan)
0 siblings, 0 replies; 3+ messages in thread
From: Serkan Kaba (serkan) @ 2011-03-18 22:12 UTC (permalink / raw
To: gentoo-commits
serkan 11/03/18 22:12:59
Modified: ChangeLog
Added: anyremote-5.4.1.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Revision Changes Path
1.13 app-mobilephone/anyremote/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 13 Mar 2011 16:05:06 -0000 1.12
+++ ChangeLog 18 Mar 2011 22:12:59 -0000 1.13
@@ -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.12 2011/03/13 16:05:06 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.13 2011/03/18 22:12:59 serkan Exp $
+
+*anyremote-5.4.1 (18 Mar 2011)
+
+ 18 Mar 2011; Serkan Kaba <serkan@gentoo.org> +anyremote-5.4.1.ebuild:
+ Version bump.
13 Mar 2011; Markos Chandras <hwoarang@gentoo.org> anyremote-5.4.ebuild:
Stable on amd64 wrt bug #358541
1.1 app-mobilephone/anyremote/anyremote-5.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.1.ebuild?rev=1.1&content-type=text/plain
Index: anyremote-5.4.1.ebuild
===================================================================
# 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.1.ebuild,v 1.1 2011/03/18 22:12:59 serkan 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"
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-mobilephone/anyremote: anyremote-5.4.1.ebuild ChangeLog
@ 2011-04-25 17:19 Markos Chandras (hwoarang)
0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-04-25 17:19 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/04/25 17:19:14
Modified: anyremote-5.4.1.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #364043
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Revision Changes Path
1.2 app-mobilephone/anyremote/anyremote-5.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.1.ebuild?r1=1.1&r2=1.2
Index: anyremote-5.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- anyremote-5.4.1.ebuild 18 Mar 2011 22:12:59 -0000 1.1
+++ anyremote-5.4.1.ebuild 25 Apr 2011 17:19:14 -0000 1.2
@@ -1,6 +1,6 @@
# 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.1.ebuild,v 1.1 2011/03/18 22:12:59 serkan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.1.ebuild,v 1.2 2011/04/25 17:19:14 hwoarang Exp $
EAPI="2"
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="bluetooth dbus"
RDEPEND="bluetooth? ( net-wireless/bluez )
1.15 app-mobilephone/anyremote/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 13 Apr 2011 20:16:58 -0000 1.14
+++ ChangeLog 25 Apr 2011 17:19:14 -0000 1.15
@@ -1,6 +1,9 @@
# 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.14 2011/04/13 20:16:58 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.15 2011/04/25 17:19:14 hwoarang Exp $
+
+ 25 Apr 2011; Markos Chandras <hwoarang@gentoo.org> anyremote-5.4.1.ebuild:
+ Stable on amd64 wrt bug #364043
13 Apr 2011; Markus Meier <maekke@gentoo.org> anyremote-5.4.ebuild:
x86 stable, bug #358541
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-mobilephone/anyremote: anyremote-5.4.1.ebuild ChangeLog
@ 2011-05-21 8:32 Thomas Kahle (tomka)
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Kahle (tomka) @ 2011-05-21 8:32 UTC (permalink / raw
To: gentoo-commits
tomka 11/05/21 08:32:36
Modified: anyremote-5.4.1.ebuild ChangeLog
Log:
x86 stable per bug 364043
(Portage version: 2.1.9.49/cvs/Linux i686)
Revision Changes Path
1.3 app-mobilephone/anyremote/anyremote-5.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.1.ebuild?r1=1.2&r2=1.3
Index: anyremote-5.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- anyremote-5.4.1.ebuild 25 Apr 2011 17:19:14 -0000 1.2
+++ anyremote-5.4.1.ebuild 21 May 2011 08:32:36 -0000 1.3
@@ -1,6 +1,6 @@
# 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.1.ebuild,v 1.2 2011/04/25 17:19:14 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.1.ebuild,v 1.3 2011/05/21 08:32:36 tomka Exp $
EAPI="2"
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="bluetooth dbus"
RDEPEND="bluetooth? ( net-wireless/bluez )
1.16 app-mobilephone/anyremote/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 25 Apr 2011 17:19:14 -0000 1.15
+++ ChangeLog 21 May 2011 08:32:36 -0000 1.16
@@ -1,6 +1,9 @@
# 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.15 2011/04/25 17:19:14 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.16 2011/05/21 08:32:36 tomka Exp $
+
+ 21 May 2011; Thomas Kahle <tomka@gentoo.org> anyremote-5.4.1.ebuild:
+ x86 stable per bug 364043
25 Apr 2011; Markos Chandras <hwoarang@gentoo.org> anyremote-5.4.1.ebuild:
Stable on amd64 wrt bug #364043
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-05-21 8:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-18 22:12 [gentoo-commits] gentoo-x86 commit in app-mobilephone/anyremote: anyremote-5.4.1.ebuild ChangeLog Serkan Kaba (serkan)
-- strict thread matches above, loose matches on Subject: below --
2011-04-25 17:19 Markos Chandras (hwoarang)
2011-05-21 8:32 Thomas Kahle (tomka)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox