public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-mobilephone/anyremote: anyremote-5.4.2.ebuild ChangeLog
@ 2011-09-26 15:51 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-09-26 15:51 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/09/26 15:51:26

  Modified:             ChangeLog
  Added:                anyremote-5.4.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha55/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 app-mobilephone/anyremote/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	21 May 2011 08:32:36 -0000	1.16
+++ ChangeLog	26 Sep 2011 15:51:25 -0000	1.17
@@ -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.16 2011/05/21 08:32:36 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.17 2011/09/26 15:51:25 hwoarang Exp $
+
+*anyremote-5.4.2 (26 Sep 2011)
+
+  26 Sep 2011; Markos Chandras <hwoarang@gentoo.org> +anyremote-5.4.2.ebuild:
+  Version bump
 
   21 May 2011; Thomas Kahle <tomka@gentoo.org> anyremote-5.4.1.ebuild:
   x86 stable per bug 364043



1.1                  app-mobilephone/anyremote/anyremote-5.4.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.2.ebuild?rev=1.1&content-type=text/plain

Index: anyremote-5.4.2.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.2.ebuild,v 1.1 2011/09/26 15:51:25 hwoarang 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.2.ebuild ChangeLog
@ 2012-02-24  9:37 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-24  9:37 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/24 09:37:38

  Modified:             anyremote-5.4.2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #399947
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-mobilephone/anyremote/anyremote-5.4.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.2.ebuild?r1=1.1&r2=1.2

Index: anyremote-5.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- anyremote-5.4.2.ebuild	26 Sep 2011 15:51:25 -0000	1.1
+++ anyremote-5.4.2.ebuild	24 Feb 2012 09:37:38 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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-5.4.2.ebuild,v 1.1 2011/09/26 15:51:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.2.ebuild,v 1.2 2012/02/24 09:37:38 ago 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.19                 app-mobilephone/anyremote/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	22 Jan 2012 21:01:11 -0000	1.18
+++ ChangeLog	24 Feb 2012 09:37:38 -0000	1.19
@@ -1,6 +1,9 @@
 # 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.18 2012/01/22 21:01:11 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.19 2012/02/24 09:37:38 ago Exp $
+
+  24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> anyremote-5.4.2.ebuild:
+  Stable for amd64, wrt bug #399947
 
 *anyremote-5.5 (22 Jan 2012)
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-mobilephone/anyremote: anyremote-5.4.2.ebuild ChangeLog
@ 2012-03-08  9:14 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-03-08  9:14 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/03/08 09:14:13

  Modified:             anyremote-5.4.2.ebuild ChangeLog
  Log:
  x86 stable wrt bug #399947
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.3                  app-mobilephone/anyremote/anyremote-5.4.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.2.ebuild?r1=1.2&r2=1.3

Index: anyremote-5.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- anyremote-5.4.2.ebuild	24 Feb 2012 09:37:38 -0000	1.2
+++ anyremote-5.4.2.ebuild	8 Mar 2012 09:14:13 -0000	1.3
@@ -1,6 +1,6 @@
 # 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-5.4.2.ebuild,v 1.2 2012/02/24 09:37:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.4.2.ebuild,v 1.3 2012/03/08 09:14:13 phajdan.jr 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.20                 app-mobilephone/anyremote/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/anyremote/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	24 Feb 2012 09:37:38 -0000	1.19
+++ ChangeLog	8 Mar 2012 09:14:13 -0000	1.20
@@ -1,6 +1,9 @@
 # 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.19 2012/02/24 09:37:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.20 2012/03/08 09:14:13 phajdan.jr Exp $
+
+  08 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> anyremote-5.4.2.ebuild:
+  x86 stable wrt bug #399947
 
   24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> anyremote-5.4.2.ebuild:
   Stable for amd64, wrt bug #399947






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-08 10:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24  9:37 [gentoo-commits] gentoo-x86 commit in app-mobilephone/anyremote: anyremote-5.4.2.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-08  9:14 PaweA Hajdan (phajdan.jr)
2011-09-26 15:51 Markos Chandras (hwoarang)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox