* [gentoo-commits] gentoo-x86 commit in x11-misc/synergy: synergy-1.4.16_p1969.ebuild ChangeLog
@ 2014-02-19 12:02 Jeroen Roovers (jer)
0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2014-02-19 12:02 UTC (permalink / raw
To: gentoo-commits
jer 14/02/19 12:02:03
Modified: ChangeLog
Added: synergy-1.4.16_p1969.ebuild
Log:
Version bump (bug #501748 by Alex Barker).
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.106 x11-misc/synergy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/ChangeLog?r1=1.105&r2=1.106
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog 2 Nov 2013 16:24:15 -0000 1.105
+++ ChangeLog 19 Feb 2014 12:02:03 -0000 1.106
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/synergy
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v 1.105 2013/11/02 16:24:15 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v 1.106 2014/02/19 12:02:03 jer Exp $
+
+*synergy-1.4.16_p1969 (19 Feb 2014)
+
+ 19 Feb 2014; Jeroen Roovers <jer@gentoo.org> +synergy-1.4.16_p1969.ebuild:
+ Version bump (bug #501748 by Alex Barker).
02 Nov 2013; Jeroen Roovers <jer@gentoo.org>
-files/synergy-1.4.12-cryptopp.patch, -synergy-1.4.10.ebuild,
1.1 x11-misc/synergy/synergy-1.4.16_p1969.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild?rev=1.1&content-type=text/plain
Index: synergy-1.4.16_p1969.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild,v 1.1 2014/02/19 12:02:03 jer Exp $
EAPI=5
inherit eutils flag-o-matic gnome2-utils cmake-utils qt4-r2
DESCRIPTION="Lets you easily share a single mouse and keyboard between multiple computers."
HOMEPAGE="http://synergy-foss.org/"
SRC_URI="
http://fossfiles.com/${PN}/${P/_p/-r}-Source.tar.gz
http://dev.gentoo.org/~hasufell/distfiles/${PN}.png
"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="qt4"
COMMON_DEPEND="
dev-libs/crypto++
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXext
x11-libs/libXi
x11-libs/libXinerama
x11-libs/libXrandr
x11-libs/libXtst
qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 )
"
DEPEND="${COMMON_DEPEND}
x11-proto/kbproto
x11-proto/randrproto
x11-proto/xextproto
x11-proto/xineramaproto
x11-proto/xproto
"
RDEPEND="${COMMON_DEPEND}
qt4? ( !x11-misc/qsynergy )
"
PATCHES=(
"${FILESDIR}/${PN}-1.4.15-cryptopp.patch"
)
S=${WORKDIR}/${P/_p*/}-Source
src_configure() {
cmake-utils_src_configure
if use qt4 ; then
cd src/gui || die
qt4-r2_src_configure
fi
}
src_compile() {
cmake-utils_src_compile
if use qt4 ; then
cd src/gui || die
qt4-r2_src_compile
fi
}
src_install () {
dobin bin/${PN}{c,s}
if use qt4 ; then
newbin bin/${PN} qsynergy
newicon -s 256 "${DISTDIR}"/${PN}.png q${PN}.png
make_desktop_entry q${PN} ${PN/s/S} q${PN} Utility;
fi
insinto /etc
newins doc/synergy.conf.example synergy.conf
newman doc/${PN}c.man ${PN}c.1
newman doc/${PN}s.man ${PN}s.1
dodoc README doc/synergy.conf.example* ChangeLog
}
pkg_preinst() {
use qt4 && gnome2_icon_savelist
}
pkg_postinst() {
use qt4 && gnome2_icon_cache_update
}
pkg_postrm() {
use qt4 && gnome2_icon_cache_update
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/synergy: synergy-1.4.16_p1969.ebuild ChangeLog
@ 2014-06-14 10:24 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2014-06-14 10:24 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 14/06/14 10:24:13
Modified: synergy-1.4.16_p1969.ebuild ChangeLog
Log:
x86 stable wrt bug #509656
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Revision Changes Path
1.5 x11-misc/synergy/synergy-1.4.16_p1969.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild?r1=1.4&r2=1.5
Index: synergy-1.4.16_p1969.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- synergy-1.4.16_p1969.ebuild 8 May 2014 18:24:23 -0000 1.4
+++ synergy-1.4.16_p1969.ebuild 14 Jun 2014 10:24:13 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild,v 1.4 2014/05/08 18:24:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild,v 1.5 2014/06/14 10:24:13 phajdan.jr Exp $
EAPI=5
inherit eutils flag-o-matic gnome2-utils cmake-utils qt4-r2
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="qt4"
COMMON_DEPEND="
1.112 x11-misc/synergy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/ChangeLog?r1=1.111&r2=1.112
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog 8 May 2014 18:24:23 -0000 1.111
+++ ChangeLog 14 Jun 2014 10:24:13 -0000 1.112
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/synergy
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v 1.111 2014/05/08 18:24:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v 1.112 2014/06/14 10:24:13 phajdan.jr Exp $
+
+ 14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ synergy-1.4.16_p1969.ebuild:
+ x86 stable wrt bug #509656
08 May 2014; Jeroen Roovers <jer@gentoo.org> synergy-1.4.15.ebuild,
synergy-1.4.16_p1969.ebuild, synergy-1.4.17_p2055.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/synergy: synergy-1.4.16_p1969.ebuild ChangeLog
@ 2014-07-16 12:20 JosA MarAa Alonso (nimiux)
0 siblings, 0 replies; 5+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2014-07-16 12:20 UTC (permalink / raw
To: gentoo-commits
nimiux 14/07/16 12:20:06
Modified: synergy-1.4.16_p1969.ebuild ChangeLog
Log:
Stable for amd64 wrt bug #509656
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Revision Changes Path
1.6 x11-misc/synergy/synergy-1.4.16_p1969.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild?r1=1.5&r2=1.6
Index: synergy-1.4.16_p1969.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- synergy-1.4.16_p1969.ebuild 14 Jun 2014 10:24:13 -0000 1.5
+++ synergy-1.4.16_p1969.ebuild 16 Jul 2014 12:20:06 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild,v 1.5 2014/06/14 10:24:13 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild,v 1.6 2014/07/16 12:20:06 nimiux Exp $
EAPI=5
inherit eutils flag-o-matic gnome2-utils cmake-utils qt4-r2
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="qt4"
COMMON_DEPEND="
1.113 x11-misc/synergy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/ChangeLog?r1=1.112&r2=1.113
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog 14 Jun 2014 10:24:13 -0000 1.112
+++ ChangeLog 16 Jul 2014 12:20:06 -0000 1.113
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/synergy
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v 1.112 2014/06/14 10:24:13 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v 1.113 2014/07/16 12:20:06 nimiux Exp $
+
+ 16 Jul 2014; Chema Alonso <nimiux@gentoo.org> synergy-1.4.16_p1969.ebuild:
+ Stable for amd64 wrt bug #509656
14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
synergy-1.4.16_p1969.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/synergy: synergy-1.4.16_p1969.ebuild ChangeLog
@ 2014-08-02 18:07 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-02 18:07 UTC (permalink / raw
To: gentoo-commits
ago 14/08/02 18:07:39
Modified: synergy-1.4.16_p1969.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #509656
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 x11-misc/synergy/synergy-1.4.16_p1969.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild?r1=1.6&r2=1.7
Index: synergy-1.4.16_p1969.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- synergy-1.4.16_p1969.ebuild 16 Jul 2014 12:20:06 -0000 1.6
+++ synergy-1.4.16_p1969.ebuild 2 Aug 2014 18:07:39 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild,v 1.6 2014/07/16 12:20:06 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild,v 1.7 2014/08/02 18:07:39 ago Exp $
EAPI=5
inherit eutils flag-o-matic gnome2-utils cmake-utils qt4-r2
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="qt4"
COMMON_DEPEND="
1.115 x11-misc/synergy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/ChangeLog?r1=1.114&r2=1.115
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog 16 Jul 2014 22:03:42 -0000 1.114
+++ ChangeLog 2 Aug 2014 18:07:39 -0000 1.115
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/synergy
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v 1.114 2014/07/16 22:03:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v 1.115 2014/08/02 18:07:39 ago Exp $
+
+ 02 Aug 2014; Agostino Sarubbo <ago@gentoo.org> synergy-1.4.16_p1969.ebuild:
+ Stable for ppc64, wrt bug #509656
*synergy-1.5.0_p2278 (16 Jul 2014)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/synergy: synergy-1.4.16_p1969.ebuild ChangeLog
@ 2014-08-03 18:34 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-03 18:34 UTC (permalink / raw
To: gentoo-commits
ago 14/08/03 18:34:24
Modified: synergy-1.4.16_p1969.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #509656
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 x11-misc/synergy/synergy-1.4.16_p1969.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild?r1=1.7&r2=1.8
Index: synergy-1.4.16_p1969.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- synergy-1.4.16_p1969.ebuild 2 Aug 2014 18:07:39 -0000 1.7
+++ synergy-1.4.16_p1969.ebuild 3 Aug 2014 18:34:24 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild,v 1.7 2014/08/02 18:07:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.4.16_p1969.ebuild,v 1.8 2014/08/03 18:34:24 ago Exp $
EAPI=5
inherit eutils flag-o-matic gnome2-utils cmake-utils qt4-r2
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="qt4"
COMMON_DEPEND="
1.116 x11-misc/synergy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/ChangeLog?rev=1.116&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/ChangeLog?rev=1.116&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/ChangeLog?r1=1.115&r2=1.116
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog 2 Aug 2014 18:07:39 -0000 1.115
+++ ChangeLog 3 Aug 2014 18:34:24 -0000 1.116
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/synergy
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v 1.115 2014/08/02 18:07:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v 1.116 2014/08/03 18:34:24 ago Exp $
+
+ 03 Aug 2014; Agostino Sarubbo <ago@gentoo.org> synergy-1.4.16_p1969.ebuild:
+ Stable for ppc, wrt bug #509656
02 Aug 2014; Agostino Sarubbo <ago@gentoo.org> synergy-1.4.16_p1969.ebuild:
Stable for ppc64, wrt bug #509656
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-08-03 18:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-16 12:20 [gentoo-commits] gentoo-x86 commit in x11-misc/synergy: synergy-1.4.16_p1969.ebuild ChangeLog JosA MarAa Alonso (nimiux)
-- strict thread matches above, loose matches on Subject: below --
2014-08-03 18:34 Agostino Sarubbo (ago)
2014-08-02 18:07 Agostino Sarubbo (ago)
2014-06-14 10:24 PaweA Hajdan (phajdan.jr)
2014-02-19 12:02 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox