Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/pygments_rb: pygments_rb-0.6.2.ebuild ChangeLog pygments_rb-0.6.0-r2.ebuild
Date: Sun, 29 Mar 2015 04:45:25
Message-Id: 20150329044518.B1C3D14C07@oystercatcher.gentoo.org
1 mrueg 15/03/29 04:45:17
2
3 Modified: pygments_rb-0.6.2.ebuild ChangeLog
4 Removed: pygments_rb-0.6.0-r2.ebuild
5 Log:
6 Fix dep. Remove old. Fixes bug #540838.
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.2 dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild?r1=1.1&r2=1.2
16
17 Index: pygments_rb-0.6.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- pygments_rb-0.6.2.ebuild 29 Jan 2015 21:04:49 -0000 1.1
24 +++ pygments_rb-0.6.2.ebuild 29 Mar 2015 04:45:17 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild,v 1.1 2015/01/29 21:04:49 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild,v 1.2 2015/03/29 04:45:17 mrueg Exp $
30
31 EAPI=5
32
33 @@ -33,7 +33,7 @@
34 dev-python/simplejson[${PYTHON_USEDEP}]"
35 DEPEND+=" test? ( ${RDEPEND} )"
36
37 -ruby_add_rdepend ">=dev-ruby/yajl-ruby-1.1
38 +ruby_add_rdepend ">=dev-ruby/yajl-ruby-1.2
39 dev-ruby/posix-spawn"
40 ruby_add_bdepend "dev-ruby/rake-compiler"
41
42
43
44
45 1.9 dev-ruby/pygments_rb/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/ChangeLog?rev=1.9&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/ChangeLog?rev=1.9&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/ChangeLog?r1=1.8&r2=1.9
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/ChangeLog,v
54 retrieving revision 1.8
55 retrieving revision 1.9
56 diff -u -r1.8 -r1.9
57 --- ChangeLog 29 Jan 2015 21:04:49 -0000 1.8
58 +++ ChangeLog 29 Mar 2015 04:45:17 -0000 1.9
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-ruby/pygments_rb
61 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/ChangeLog,v 1.8 2015/01/29 21:04:49 mrueg Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/ChangeLog,v 1.9 2015/03/29 04:45:17 mrueg Exp $
64 +
65 + 29 Mar 2015; Manuel RĂ¼ger <mrueg@g.o> -pygments_rb-0.6.0-r2.ebuild,
66 + pygments_rb-0.6.2.ebuild:
67 + Fix dep. Remove old. Fixes bug #540838.
68
69 *pygments_rb-0.6.2 (29 Jan 2015)