Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/clipgrab: ChangeLog clipgrab-3.1.0.1.ebuild clipgrab-2.0_beta2.ebuild
Date: Mon, 04 Apr 2011 12:22:10
Message-Id: 20110404122200.E078E20054@flycatcher.gentoo.org
1 scarabeus 11/04/04 12:22:00
2
3 Modified: ChangeLog clipgrab-3.1.0.1.ebuild
4 Removed: clipgrab-2.0_beta2.ebuild
5 Log:
6 Add sparc keyword to latest (i missed it previously). Drop the stable since it does not work at all so it is better to have no stable than broken stable.
7
8 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.8 net-misc/clipgrab/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/clipgrab/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 1 Apr 2011 20:28:43 -0000 1.7
24 +++ ChangeLog 4 Apr 2011 12:22:00 -0000 1.8
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-misc/clipgrab
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/ChangeLog,v 1.7 2011/04/01 20:28:43 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/ChangeLog,v 1.8 2011/04/04 12:22:00 scarabeus Exp $
30 +
31 + 04 Apr 2011; Tomáš Chvátal <scarabeus@g.o>
32 + -clipgrab-2.0_beta2.ebuild, clipgrab-3.1.0.1.ebuild:
33 + Add sparc keyword to latest (i missed it previously). Drop the stable since
34 + it does not work at all so it is better to have no stable than broken stable.
35
36 *clipgrab-3.1.0.1 (01 Apr 2011)
37
38
39
40
41 1.2 net-misc/clipgrab/clipgrab-3.1.0.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/clipgrab-3.1.0.1.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/clipgrab-3.1.0.1.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/clipgrab-3.1.0.1.ebuild?r1=1.1&r2=1.2
46
47 Index: clipgrab-3.1.0.1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/net-misc/clipgrab/clipgrab-3.1.0.1.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- clipgrab-3.1.0.1.ebuild 1 Apr 2011 20:28:44 -0000 1.1
54 +++ clipgrab-3.1.0.1.ebuild 4 Apr 2011 12:22:00 -0000 1.2
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/clipgrab-3.1.0.1.ebuild,v 1.1 2011/04/01 20:28:44 scarabeus Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/clipgrab-3.1.0.1.ebuild,v 1.2 2011/04/04 12:22:00 scarabeus Exp $
60
61 EAPI=4
62
63 @@ -12,7 +12,7 @@
64
65 LICENSE="GPL-3"
66 SLOT="0"
67 -KEYWORDS="~amd64 ~x86"
68 +KEYWORDS="~amd64 ~sparc ~x86"
69 IUSE=""
70
71 DEPEND="x11-libs/qt-gui:4"