Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xclip: xclip-0.12.ebuild ChangeLog
Date: Mon, 04 Mar 2013 10:40:58
Message-Id: 20130304104053.55C8A2171D@flycatcher.gentoo.org
1 vapier 13/03/04 10:40:53
2
3 Modified: xclip-0.12.ebuild ChangeLog
4 Log:
5 Mark arm stable.
6
7 (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
8
9 Revision Changes Path
10 1.10 x11-misc/xclip/xclip-0.12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xclip/xclip-0.12.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xclip/xclip-0.12.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xclip/xclip-0.12.ebuild?r1=1.9&r2=1.10
15
16 Index: xclip-0.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xclip/xclip-0.12.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- xclip-0.12.ebuild 15 Jan 2013 22:09:06 -0000 1.9
23 +++ xclip-0.12.ebuild 4 Mar 2013 10:40:53 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/xclip-0.12.ebuild,v 1.9 2013/01/15 22:09:06 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/xclip-0.12.ebuild,v 1.10 2013/03/04 10:40:53 vapier Exp $
29
30 DESCRIPTION="Command-line utility to read data from standard in and place it in an X selection"
31 HOMEPAGE="http://sourceforge.net/projects/xclip/"
32 @@ -8,7 +8,7 @@
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
37 +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
38 IUSE=""
39
40 RDEPEND="x11-libs/libX11
41
42
43
44 1.41 x11-misc/xclip/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xclip/ChangeLog?rev=1.41&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xclip/ChangeLog?rev=1.41&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xclip/ChangeLog?r1=1.40&r2=1.41
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xclip/ChangeLog,v
53 retrieving revision 1.40
54 retrieving revision 1.41
55 diff -u -r1.40 -r1.41
56 --- ChangeLog 15 Jan 2013 22:09:06 -0000 1.40
57 +++ ChangeLog 4 Mar 2013 10:40:53 -0000 1.41
58 @@ -1,6 +1,9 @@
59 # ChangeLog for x11-misc/xclip
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/ChangeLog,v 1.40 2013/01/15 22:09:06 maekke Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/ChangeLog,v 1.41 2013/03/04 10:40:53 vapier Exp $
63 +
64 + 04 Mar 2013; Mike Frysinger <vapier@g.o> xclip-0.12.ebuild:
65 + Mark arm stable.
66
67 15 Jan 2013; Markus Meier <maekke@g.o> xclip-0.12.ebuild:
68 add ~arm, bug #449762