From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 25BB6138331 for ; Mon, 30 Apr 2018 20:11:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34FA5E085D; Mon, 30 Apr 2018 20:11:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03297E085D for ; Mon, 30 Apr 2018 20:11:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F51D335C88 for ; Mon, 30 Apr 2018 20:11:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E01C52A4 for ; Mon, 30 Apr 2018 20:11:30 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1525119041.9a91c9a17d666c11167fd26a4842efb67dabd6ab.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/kramdown/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/kramdown/Manifest dev-ruby/kramdown/kramdown-1.13.2-r1.ebuild X-VCS-Directories: dev-ruby/kramdown/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 9a91c9a17d666c11167fd26a4842efb67dabd6ab X-VCS-Branch: master Date: Mon, 30 Apr 2018 20:11:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b597ff2d-9ca3-4982-abfa-0bae32a70f14 X-Archives-Hash: a068248efbb79601217a779eda17e19b commit: 9a91c9a17d666c11167fd26a4842efb67dabd6ab Author: Hans de Graaff gentoo org> AuthorDate: Mon Apr 30 18:42:13 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Apr 30 20:10:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a91c9a1 dev-ruby/kramdown: cleanup Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/kramdown/Manifest | 1 - dev-ruby/kramdown/kramdown-1.13.2-r1.ebuild | 54 ----------------------------- 2 files changed, 55 deletions(-) diff --git a/dev-ruby/kramdown/Manifest b/dev-ruby/kramdown/Manifest index 2f5dcbd8201..2344005f8d7 100644 --- a/dev-ruby/kramdown/Manifest +++ b/dev-ruby/kramdown/Manifest @@ -1,2 +1 @@ -DIST kramdown-1.13.2.gem 249856 BLAKE2B 33aacadc09a1f720cf9876690647d2005272c571e861f9f69852e7bbfaa2cbd36802def1f732e9762e9c5c417f85a4eaa63d72a70e37cd9a6b6dd6bed5a099e0 SHA512 dd2194184a7761bc490535a9d5631b78441b83f040e37dafc25b956dd680fe398d19ae75aff06dc2ec6a7573ac198169e175ef78a95743f0f7b4874bf28cebf8 DIST kramdown-1.14.0.gem 250368 BLAKE2B 78d3638ec58a5c237a9350cad1edabf2d4fa0307013a0ced18f6835c4a8cdd623e4825b06670d5c588147013b191912f93e51e74ab1fe007761c117334f378aa SHA512 bd6295db2fe0d3a7dca936d47f0aaf7f939a86361dfdd3203a52683a9eb11a68075cad7d068cc56a315db3c14e73cf5aebb87531ba3086301a7521c5a86f9905 diff --git a/dev-ruby/kramdown/kramdown-1.13.2-r1.ebuild b/dev-ruby/kramdown/kramdown-1.13.2-r1.ebuild deleted file mode 100644 index fbc6f81f1a4..00000000000 --- a/dev-ruby/kramdown/kramdown-1.13.2-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_EXTRADOC="README.md AUTHORS CONTRIBUTERS" - -RUBY_FAKEGEM_EXTRAINSTALL="data" - -inherit ruby-fakegem - -DESCRIPTION="Yet-another-markdown-parser but fast, pure Ruby, using strict syntax definition" -HOMEPAGE="https://kramdown.gettalong.org/" - -LICENSE="MIT" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64" -IUSE="latex" - -LATEX_DEPS="latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra )" -RDEPEND+=" ${LATEX_DEPS}" -DEPEND+=" test? ( ${LATEX_DEPS} app-text/htmltidy )" - -ruby_add_rdepend "dev-ruby/prawn:2 - >=dev-ruby/prawn-table-0.2.2 =dev-ruby/prawn-table-0.2* - >=dev-ruby/rouge-1.8:0 - >=dev-ruby/itextomml-1.5 - >=dev-ruby/coderay-1.0.0 - >=dev-ruby/ritex-1.0 - >=dev-ruby/stringex-1.5.1" - -ruby_add_bdepend "doc? ( dev-ruby/rdoc ) - test? ( >=dev-ruby/minitest-5.0 )" - -all_ruby_prepare() { - if ! use latex; then - # Remove latex tests. They will fail gracefully when latex isn't - # present at all, but not when components are missing (most - # notable ucs.sty). - sed -i -e '/latex -v/,/^ end/ s:^:#:' test/test_files.rb || die - fi - - # Avoid tests requiring node to be installed with mathjaxnode. - rm -f test/testcases/span/math/mathjaxnode* \ - test/testcases/block/15_math/mathjaxnode* || die -} - -all_ruby_install() { - all_fakegem_install - - doman man/man1/kramdown.1 -}