Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/kramdown/
Date: Tue, 27 Oct 2015 05:47:51
Message-Id: 1445923260.e37e8721eac17590bb61338d40309e5c11345585.graaff@gentoo
1 commit: e37e8721eac17590bb61338d40309e5c11345585
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 27 05:21:00 2015 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 05:21:00 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e37e8721
7
8 dev-ruby/kramdown: cleanup
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-ruby/kramdown/Manifest | 2 --
13 dev-ruby/kramdown/kramdown-1.4.1.ebuild | 46 -----------------------------
14 dev-ruby/kramdown/kramdown-1.6.0.ebuild | 51 ---------------------------------
15 3 files changed, 99 deletions(-)
16
17 diff --git a/dev-ruby/kramdown/Manifest b/dev-ruby/kramdown/Manifest
18 index fb67e18..ca39b00 100644
19 --- a/dev-ruby/kramdown/Manifest
20 +++ b/dev-ruby/kramdown/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST kramdown-1.4.1.gem 226304 SHA256 6e8bcdbc1a4e3aab40253e3d573133fb66fe958a6cea21df4f780f83fdaf1797 SHA512 ea1f32f11a377860851390ce889819ab6fd9aba2b7127a7718eb4f820e2b4acdeee353e303dab42618508727197b2e219dc74b05a0ae2bd4382bd41bba5cbcb3 WHIRLPOOL e57001f1f0d302e4fe9006f9c9a3df6c28d5df61d083208c4d342f1adbcf886fb6ac66adedcdc9aa33c2f6034de9d6d1451c1e7817e1d5f962ab948f2737a988
23 DIST kramdown-1.4.2.gem 226816 SHA256 ae9b9456c69fa06f9c3058841e09b85e07cda875eb36c3202ea46baf8e123ea8 SHA512 31e7a30bcc453968ec6db0c1f0e5f8cea222dde8b8f6a26da72e0cf1b049c9f4c4e8384685a5e241e41fda526cd0f5fba4ac7debd0fb0d3eb6539dd9afc1dd27 WHIRLPOOL aa0166861584c2e3115923db1de9203581c02f4cab42866a88947a3e52fb32eee4ab2cdcc2fd623669a4c8a2e1972a340d9100a04fbc595bb40bde46e553223f
24 -DIST kramdown-1.6.0.gem 235520 SHA256 8bdb6aed0244d0fe77b2f5b49c44da0c8d597e7909b9f59052f7846bd1b85170 SHA512 f94aefab85fd95a5bc0e110900757408cb832f27f53c6c110295451d10143f879e64ce1c3d08b627645f5cf9b6800fa3b03d393d9733202a893633048849d349 WHIRLPOOL a213cfb292653e0b3bef42283c85b19dcadc88d89e8c17e77607781dcda979bb6ea0ce39ebf91a0a7b2afef63f47eb688791641e1f301fe542011c5114cc590f
25 DIST kramdown-1.8.0.gem 238080 SHA256 54287608f4399006ae5549f009053d2029ad75bf462dc70203c116580ac0d867 SHA512 8dace5b6ad764654c4375a4c2fad171e88448281936ced8d4efc5956e291e7c31b0ef295845241cb3e36976dc4a1e78886d2dff9fc172845622ab74a3b062230 WHIRLPOOL a58df1a8b19b274baea9feb7658b17d524c3abf983c9f56c80c69a7c180e1c48f22b106c2685acb950504531cf10dd388eaf0fc3699eeb3d8aac82cb3521adb7
26
27 diff --git a/dev-ruby/kramdown/kramdown-1.4.1.ebuild b/dev-ruby/kramdown/kramdown-1.4.1.ebuild
28 deleted file mode 100644
29 index 88b5931..0000000
30 --- a/dev-ruby/kramdown/kramdown-1.4.1.ebuild
31 +++ /dev/null
32 @@ -1,46 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -USE_RUBY="ruby19 ruby20"
39 -
40 -RUBY_FAKEGEM_EXTRADOC="README.md AUTHORS CONTRIBUTERS"
41 -
42 -RUBY_FAKEGEM_EXTRAINSTALL="data"
43 -
44 -inherit ruby-fakegem
45 -
46 -DESCRIPTION="Yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition"
47 -HOMEPAGE="http://kramdown.rubyforge.org/"
48 -
49 -LICENSE="MIT"
50 -
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
53 -IUSE="latex"
54 -
55 -LATEX_DEPS="latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra )"
56 -RDEPEND+=" ${LATEX_DEPS}"
57 -DEPEND+=" test? ( ${LATEX_DEPS} app-text/htmltidy )"
58 -
59 -ruby_add_bdepend "doc? ( dev-ruby/rdoc )
60 - test? ( >=dev-ruby/coderay-1.0.0
61 - >=dev-ruby/prawn-1.2.1
62 - dev-ruby/prawn-table
63 - >=dev-ruby/stringex-1.5.1 )"
64 -
65 -all_ruby_prepare() {
66 - if ! use latex; then
67 - # Remove latex tests. They will fail gracefully when latex isn't
68 - # present at all, but not when components are missing (most
69 - # notable ucs.sty).
70 - sed -i -e '/latex -v/,/^ end/ s:^:#:' test/test_files.rb || die
71 - fi
72 -}
73 -
74 -all_ruby_install() {
75 - all_fakegem_install
76 -
77 - doman man/man1/kramdown.1
78 -}
79
80 diff --git a/dev-ruby/kramdown/kramdown-1.6.0.ebuild b/dev-ruby/kramdown/kramdown-1.6.0.ebuild
81 deleted file mode 100644
82 index 3546ae7..0000000
83 --- a/dev-ruby/kramdown/kramdown-1.6.0.ebuild
84 +++ /dev/null
85 @@ -1,51 +0,0 @@
86 -# Copyright 1999-2015 Gentoo Foundation
87 -# Distributed under the terms of the GNU General Public License v2
88 -# $Id$
89 -
90 -EAPI=5
91 -USE_RUBY="ruby19 ruby20 ruby21"
92 -
93 -RUBY_FAKEGEM_EXTRADOC="README.md AUTHORS CONTRIBUTERS"
94 -
95 -RUBY_FAKEGEM_EXTRAINSTALL="data"
96 -
97 -inherit ruby-fakegem
98 -
99 -DESCRIPTION="Yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition"
100 -HOMEPAGE="http://kramdown.rubyforge.org/"
101 -
102 -LICENSE="MIT"
103 -
104 -SLOT="0"
105 -KEYWORDS="~amd64 ~ppc64 ~x86"
106 -IUSE="latex"
107 -
108 -LATEX_DEPS="latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra )"
109 -RDEPEND+=" ${LATEX_DEPS}"
110 -DEPEND+=" test? ( ${LATEX_DEPS} app-text/htmltidy )"
111 -
112 -ruby_add_rdepend "dev-ruby/prawn:2
113 - dev-ruby/prawn-table
114 - >=dev-ruby/rouge-1.8
115 - >=dev-ruby/itextomml-1.5
116 - >=dev-ruby/coderay-1.0.0
117 - >=dev-ruby/ritex-1.0
118 - >=dev-ruby/stringex-1.5.1"
119 -
120 -ruby_add_bdepend "doc? ( dev-ruby/rdoc )
121 - test? ( >=dev-ruby/minitest-5.0 )"
122 -
123 -all_ruby_prepare() {
124 - if ! use latex; then
125 - # Remove latex tests. They will fail gracefully when latex isn't
126 - # present at all, but not when components are missing (most
127 - # notable ucs.sty).
128 - sed -i -e '/latex -v/,/^ end/ s:^:#:' test/test_files.rb || die
129 - fi
130 -}
131 -
132 -all_ruby_install() {
133 - all_fakegem_install
134 -
135 - doman man/man1/kramdown.1
136 -}