Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/columnize: ChangeLog columnize-0.3.5.ebuild
Date: Sun, 27 Nov 2011 09:09:36
Message-Id: 20111127090927.02EC82004B@flycatcher.gentoo.org
1 graaff 11/11/27 09:09:26
2
3 Modified: ChangeLog
4 Added: columnize-0.3.5.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.11/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.23 dev-ruby/columnize/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/columnize/ChangeLog?rev=1.23&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/columnize/ChangeLog?rev=1.23&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/columnize/ChangeLog?r1=1.22&r2=1.23
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/columnize/ChangeLog,v
20 retrieving revision 1.22
21 retrieving revision 1.23
22 diff -u -r1.22 -r1.23
23 --- ChangeLog 31 Jul 2011 16:42:13 -0000 1.22
24 +++ ChangeLog 27 Nov 2011 09:09:26 -0000 1.23
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/columnize
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/columnize/ChangeLog,v 1.22 2011/07/31 16:42:13 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/columnize/ChangeLog,v 1.23 2011/11/27 09:09:26 graaff Exp $
30 +
31 +*columnize-0.3.5 (27 Nov 2011)
32 +
33 + 27 Nov 2011; Hans de Graaff <graaff@g.o> +columnize-0.3.5.ebuild:
34 + Version bump.
35
36 31 Jul 2011; Raúl Porcel <armin76@g.o> columnize-0.3.2.ebuild,
37 columnize-0.3.3.ebuild, columnize-0.3.4.ebuild:
38
39
40
41 1.1 dev-ruby/columnize/columnize-0.3.5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/columnize/columnize-0.3.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/columnize/columnize-0.3.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: columnize-0.3.5.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/columnize/columnize-0.3.5.ebuild,v 1.1 2011/11/27 09:09:26 graaff Exp $
51
52 EAPI=2
53 USE_RUBY="ruby18 ruby19 ree18 jruby"
54
55 RUBY_FAKEGEM_DOCDIR="doc"
56 RUBY_FAKEGEM_EXTRADOC="AUTHORS ChangeLog NEWS README.md"
57
58 inherit ruby-fakegem
59
60 DESCRIPTION="Sorts an array in column order."
61 HOMEPAGE="http://rubyforge.org/projects/rocky-hacks/"
62
63 LICENSE="Ruby"
64 SLOT="0"
65 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
66 IUSE=""