Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/tdiff: tdiff-0.3.3.ebuild ChangeLog
Date: Thu, 30 Jan 2014 23:15:20
Message-Id: 20140130231517.F16982004C@flycatcher.gentoo.org
1 maekke 14/01/30 23:15:17
2
3 Modified: tdiff-0.3.3.ebuild ChangeLog
4 Log:
5 add ~arm, bug #497396
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
8
9 Revision Changes Path
10 1.2 dev-ruby/tdiff/tdiff-0.3.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tdiff/tdiff-0.3.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tdiff/tdiff-0.3.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tdiff/tdiff-0.3.3.ebuild?r1=1.1&r2=1.2
15
16 Index: tdiff-0.3.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tdiff/tdiff-0.3.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- tdiff-0.3.3.ebuild 9 Nov 2013 10:23:31 -0000 1.1
23 +++ tdiff-0.3.3.ebuild 30 Jan 2014 23:15:17 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tdiff/tdiff-0.3.3.ebuild,v 1.1 2013/11/09 10:23:31 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tdiff/tdiff-0.3.3.ebuild,v 1.2 2014/01/30 23:15:17 maekke Exp $
30
31 EAPI=5
32
33 @@ -17,6 +17,6 @@
34 HOMEPAGE="https://github.com/postmodern/tdiff"
35 LICENSE="MIT"
36
37 -KEYWORDS="~amd64"
38 +KEYWORDS="~amd64 ~arm"
39 SLOT="0"
40 IUSE=""
41
42
43
44 1.2 dev-ruby/tdiff/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tdiff/ChangeLog?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tdiff/ChangeLog?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tdiff/ChangeLog?r1=1.1&r2=1.2
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tdiff/ChangeLog,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- ChangeLog 9 Nov 2013 10:23:31 -0000 1.1
57 +++ ChangeLog 30 Jan 2014 23:15:17 -0000 1.2
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-ruby/tdiff
60 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tdiff/ChangeLog,v 1.1 2013/11/09 10:23:31 graaff Exp $
62 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tdiff/ChangeLog,v 1.2 2014/01/30 23:15:17 maekke Exp $
64 +
65 + 30 Jan 2014; Markus Meier <maekke@g.o> tdiff-0.3.3.ebuild:
66 + add ~arm, bug #497396
67
68 *tdiff-0.3.3 (09 Nov 2013)