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/ascii85: ascii85-1.0.2-r2.ebuild ChangeLog ascii85-1.0.2-r1.ebuild
Date: Wed, 29 Oct 2014 18:53:19
Message-Id: 20141029185313.CF572904C@oystercatcher.gentoo.org
1 mrueg 14/10/29 18:53:13
2
3 Modified: ascii85-1.0.2-r2.ebuild ChangeLog
4 Removed: ascii85-1.0.2-r1.ebuild
5 Log:
6 Drop jruby target. Update Homagepage. Cleanup old.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.4 dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild?r1=1.3&r2=1.4
16
17 Index: ascii85-1.0.2-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ascii85-1.0.2-r2.ebuild 19 Aug 2014 12:09:37 -0000 1.3
24 +++ ascii85-1.0.2-r2.ebuild 29 Oct 2014 18:53:13 -0000 1.4
25 @@ -1,10 +1,10 @@
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/ascii85/ascii85-1.0.2-r2.ebuild,v 1.3 2014/08/19 12:09:37 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ascii85-1.0.2-r2.ebuild,v 1.4 2014/10/29 18:53:13 mrueg Exp $
30
31 EAPI=5
32
33 -USE_RUBY="ruby19 ruby20 ruby21 jruby"
34 +USE_RUBY="ruby19 ruby20 ruby21"
35
36 RUBY_FAKEGEM_TASK_DOC=""
37 RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt"
38 @@ -14,7 +14,7 @@
39 inherit ruby-fakegem
40
41 DESCRIPTION="Methods for encoding/decoding Adobe's binary-to-text encoding of the same name"
42 -HOMEPAGE="http://ascii85.rubyforge.org/"
43 +HOMEPAGE="https://github.com/datawraith/ascii85gem"
44
45 LICENSE="MIT"
46 SLOT="0"
47
48
49
50 1.25 dev-ruby/ascii85/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ChangeLog?rev=1.25&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ChangeLog?rev=1.25&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ascii85/ChangeLog?r1=1.24&r2=1.25
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v
59 retrieving revision 1.24
60 retrieving revision 1.25
61 diff -u -r1.24 -r1.25
62 --- ChangeLog 19 Aug 2014 12:09:37 -0000 1.24
63 +++ ChangeLog 29 Oct 2014 18:53:13 -0000 1.25
64 @@ -1,6 +1,10 @@
65 # ChangeLog for dev-ruby/ascii85
66 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v 1.24 2014/08/19 12:09:37 armin76 Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ascii85/ChangeLog,v 1.25 2014/10/29 18:53:13 mrueg Exp $
69 +
70 + 29 Oct 2014; Manuel Rüger <mrueg@g.o> -ascii85-1.0.2-r1.ebuild,
71 + ascii85-1.0.2-r2.ebuild:
72 + Drop jruby target. Update Homagepage. Cleanup old.
73
74 19 Aug 2014; Raúl Porcel <armin76@g.o> ascii85-1.0.2-r1.ebuild,
75 ascii85-1.0.2-r2.ebuild: