Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/kramdown/
Date: Sun, 06 Mar 2016 19:13:00
Message-Id: 1457291559.bf3e976e87999d39d4d3cc641c087281e9d3076d.mrueg@gentoo
1 commit: bf3e976e87999d39d4d3cc641c087281e9d3076d
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 19:12:39 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 19:12:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf3e976e
7
8 dev-ruby/kramdown: Remove old
9
10 Package-Manager: portage-2.2.27
11
12 dev-ruby/kramdown/Manifest | 2 --
13 dev-ruby/kramdown/kramdown-1.8.0.ebuild | 55 ---------------------------------
14 dev-ruby/kramdown/kramdown-1.9.0.ebuild | 55 ---------------------------------
15 3 files changed, 112 deletions(-)
16
17 diff --git a/dev-ruby/kramdown/Manifest b/dev-ruby/kramdown/Manifest
18 index 63d8b2b..c04630b 100644
19 --- a/dev-ruby/kramdown/Manifest
20 +++ b/dev-ruby/kramdown/Manifest
21 @@ -1,4 +1,2 @@
22 DIST kramdown-1.10.0.gem 240128 SHA256 40e505358f6a9f359cee8f2e244344954ff3c9067108aed5603339d6cfc96c80 SHA512 fa0c8f1de6ea7306c7ca47a99f0d3e4a2e720e8d7d00f85a811b0ddd7f533960d583f94dee59f1d04900069163dd583c70520bedeeada77d673ff1b3d8b3782e WHIRLPOOL 637e229dc3d2dc6b1dd33ff14014db6c8830d2869fe8abc1bb3211c70b6fb5faf8dcddeccb338aa310b166e3cbf0efbdf79cc17a2a2d6cc1f9c0aeb6c511387b
23 DIST kramdown-1.4.2.gem 226816 SHA256 ae9b9456c69fa06f9c3058841e09b85e07cda875eb36c3202ea46baf8e123ea8 SHA512 31e7a30bcc453968ec6db0c1f0e5f8cea222dde8b8f6a26da72e0cf1b049c9f4c4e8384685a5e241e41fda526cd0f5fba4ac7debd0fb0d3eb6539dd9afc1dd27 WHIRLPOOL aa0166861584c2e3115923db1de9203581c02f4cab42866a88947a3e52fb32eee4ab2cdcc2fd623669a4c8a2e1972a340d9100a04fbc595bb40bde46e553223f
24 -DIST kramdown-1.8.0.gem 238080 SHA256 54287608f4399006ae5549f009053d2029ad75bf462dc70203c116580ac0d867 SHA512 8dace5b6ad764654c4375a4c2fad171e88448281936ced8d4efc5956e291e7c31b0ef295845241cb3e36976dc4a1e78886d2dff9fc172845622ab74a3b062230 WHIRLPOOL a58df1a8b19b274baea9feb7658b17d524c3abf983c9f56c80c69a7c180e1c48f22b106c2685acb950504531cf10dd388eaf0fc3699eeb3d8aac82cb3521adb7
25 -DIST kramdown-1.9.0.gem 238592 SHA256 e00ef90f083f845118577dd6a040b4a4aa475bd7a2a645b2ad6944da0555598b SHA512 0ac14adec59c4032d27ac0e3c66a0737688295562782c86f80c953fdca56b5611b7f32dfb570649421fdc1b47deea72715a21c907124c99663bc1a23c1f489ec WHIRLPOOL ba34d5e746e6e3515c40dd3716d4e277ba5c15978095dc91f4a74e2c981dbf4e04717185870f7cfba5e76edc7f3bd209aa6d51f901673ec9dcc6d1ba7c635775
26
27 diff --git a/dev-ruby/kramdown/kramdown-1.8.0.ebuild b/dev-ruby/kramdown/kramdown-1.8.0.ebuild
28 deleted file mode 100644
29 index 6e08470..0000000
30 --- a/dev-ruby/kramdown/kramdown-1.8.0.ebuild
31 +++ /dev/null
32 @@ -1,55 +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 ruby21"
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.gettalong.org/"
48 -
49 -LICENSE="MIT"
50 -
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~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_rdepend "dev-ruby/prawn:2
60 - dev-ruby/prawn-table
61 - >=dev-ruby/rouge-1.8
62 - >=dev-ruby/itextomml-1.5
63 - >=dev-ruby/coderay-1.0.0
64 - >=dev-ruby/ritex-1.0
65 - >=dev-ruby/stringex-1.5.1"
66 -
67 -ruby_add_bdepend "doc? ( dev-ruby/rdoc )
68 - test? ( >=dev-ruby/minitest-5.0 )"
69 -
70 -all_ruby_prepare() {
71 - if ! use latex; then
72 - # Remove latex tests. They will fail gracefully when latex isn't
73 - # present at all, but not when components are missing (most
74 - # notable ucs.sty).
75 - sed -i -e '/latex -v/,/^ end/ s:^:#:' test/test_files.rb || die
76 - fi
77 -
78 - # Avoid tests requiring node to be installed with mathjaxnode.
79 - rm -f test/testcases/span/math/mathjaxnode* \
80 - test/testcases/block/15_math/mathjaxnode* || die
81 -}
82 -
83 -all_ruby_install() {
84 - all_fakegem_install
85 -
86 - doman man/man1/kramdown.1
87 -}
88
89 diff --git a/dev-ruby/kramdown/kramdown-1.9.0.ebuild b/dev-ruby/kramdown/kramdown-1.9.0.ebuild
90 deleted file mode 100644
91 index fbace93..0000000
92 --- a/dev-ruby/kramdown/kramdown-1.9.0.ebuild
93 +++ /dev/null
94 @@ -1,55 +0,0 @@
95 -# Copyright 1999-2016 Gentoo Foundation
96 -# Distributed under the terms of the GNU General Public License v2
97 -# $Id$
98 -
99 -EAPI=5
100 -USE_RUBY="ruby20 ruby21"
101 -
102 -RUBY_FAKEGEM_EXTRADOC="README.md AUTHORS CONTRIBUTERS"
103 -
104 -RUBY_FAKEGEM_EXTRAINSTALL="data"
105 -
106 -inherit ruby-fakegem
107 -
108 -DESCRIPTION="Yet-another-markdown-parser but fast, pure Ruby, using strict syntax definition"
109 -HOMEPAGE="http://kramdown.gettalong.org/"
110 -
111 -LICENSE="MIT"
112 -
113 -SLOT="0"
114 -KEYWORDS="~amd64 ~ppc64 ~x86"
115 -IUSE="latex"
116 -
117 -LATEX_DEPS="latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra )"
118 -RDEPEND+=" ${LATEX_DEPS}"
119 -DEPEND+=" test? ( ${LATEX_DEPS} app-text/htmltidy )"
120 -
121 -ruby_add_rdepend "dev-ruby/prawn:2
122 - dev-ruby/prawn-table
123 - >=dev-ruby/rouge-1.8
124 - >=dev-ruby/itextomml-1.5
125 - >=dev-ruby/coderay-1.0.0
126 - >=dev-ruby/ritex-1.0
127 - >=dev-ruby/stringex-1.5.1"
128 -
129 -ruby_add_bdepend "doc? ( dev-ruby/rdoc )
130 - test? ( >=dev-ruby/minitest-5.0 )"
131 -
132 -all_ruby_prepare() {
133 - if ! use latex; then
134 - # Remove latex tests. They will fail gracefully when latex isn't
135 - # present at all, but not when components are missing (most
136 - # notable ucs.sty).
137 - sed -i -e '/latex -v/,/^ end/ s:^:#:' test/test_files.rb || die
138 - fi
139 -
140 - # Avoid tests requiring node to be installed with mathjaxnode.
141 - rm -f test/testcases/span/math/mathjaxnode* \
142 - test/testcases/block/15_math/mathjaxnode* || die
143 -}
144 -
145 -all_ruby_install() {
146 - all_fakegem_install
147 -
148 - doman man/man1/kramdown.1
149 -}