Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/synergy: ChangeLog synergy-1.3.6.ebuild
Date: Mon, 28 Feb 2011 12:53:22
Message-Id: 20110228125313.88DC120054@flycatcher.gentoo.org
1 xmw 11/02/28 12:53:13
2
3 Modified: ChangeLog
4 Added: synergy-1.3.6.ebuild
5 Log:
6 Version bump (bug 354037)
7
8 (Portage version: 2.1.9.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.64 x11-misc/synergy/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/ChangeLog?rev=1.64&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/ChangeLog?rev=1.64&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/ChangeLog?r1=1.63&r2=1.64
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v
20 retrieving revision 1.63
21 retrieving revision 1.64
22 diff -u -r1.63 -r1.64
23 --- ChangeLog 15 Sep 2010 23:46:30 -0000 1.63
24 +++ ChangeLog 28 Feb 2011 12:53:13 -0000 1.64
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-misc/synergy
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v 1.63 2010/09/15 23:46:30 flameeyes Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/ChangeLog,v 1.64 2011/02/28 12:53:13 xmw Exp $
31 +
32 +*synergy-1.3.6 (28 Feb 2011)
33 +
34 + 28 Feb 2011; Michael Weber <xmw@g.o> +synergy-1.3.6.ebuild:
35 + Version bump (bug 354037), thanks wyvern5@×××××.com for the report.
36
37 15 Sep 2010; Diego E. Pettenò <flameeyes@g.o> metadata.xml:
38 Drop maintainership.
39
40
41
42 1.1 x11-misc/synergy/synergy-1.3.6.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/synergy-1.3.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/synergy/synergy-1.3.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: synergy-1.3.6.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-misc/synergy/synergy-1.3.6.ebuild,v 1.1 2011/02/28 12:53:13 xmw Exp $
52
53 EAPI=3
54
55 inherit cmake-utils
56
57 DESCRIPTION="Lets you easily share a single mouse and keyboard between multiple computers."
58 HOMEPAGE="http://synergy-foss.org/"
59 SRC_URI="http://${PN}.googlecode.com/files/${P}-Source.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris"
64 IUSE=""
65
66 RDEPEND="x11-libs/libXtst
67 x11-libs/libX11
68 x11-libs/libXext
69 x11-libs/libXinerama"
70 DEPEND="${RDEPEND}
71 x11-proto/xextproto
72 x11-proto/xproto
73 x11-proto/kbproto
74 x11-proto/xineramaproto
75 x11-libs/libXt"
76
77 S=${WORKDIR}/${P}-Source
78
79 src_install () {
80 dobin "${CMAKE_BUILD_DIR}"/${PN}{c,s} || die
81
82 insinto /etc
83 doins examples/synergy.conf || die
84
85 dodoc README || die
86 }