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 94DC31382C5 for ; Thu, 18 Jun 2020 18:30:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B441BE08BB; Thu, 18 Jun 2020 18:30:53 +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 84C7AE08BB for ; Thu, 18 Jun 2020 18:30:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 95C0834F3EB for ; Thu, 18 Jun 2020 18:30:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C29828F for ; Thu, 18 Jun 2020 18:30:42 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1592505040.8b7b6e78f4895488ced910ee1fe3448366bff87b.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/kramdown-parser-gfm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/kramdown-parser-gfm/Manifest dev-ruby/kramdown-parser-gfm/kramdown-parser-gfm-1.1.0.ebuild dev-ruby/kramdown-parser-gfm/metadata.xml X-VCS-Directories: dev-ruby/kramdown-parser-gfm/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 8b7b6e78f4895488ced910ee1fe3448366bff87b X-VCS-Branch: master Date: Thu, 18 Jun 2020 18:30:42 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81abdf36-4d4d-4e22-89f0-ef53595d44a8 X-Archives-Hash: e73170f9f2cfb779c3bb9f2803989cec commit: 8b7b6e78f4895488ced910ee1fe3448366bff87b Author: Robin H. Johnson gentoo org> AuthorDate: Thu Jun 18 18:26:52 2020 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Thu Jun 18 18:30:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7b6e78 dev-ruby/kramdown-parser-gfm: new package Imported from graaff overlay. kramdown-parser-gfm was previously part of kramdown-1 package, but upstream split it to a seperate package. This is a dependency for building the www.gentoo.org site. Signed-off-by: Robin H. Johnson gentoo.org> dev-ruby/kramdown-parser-gfm/Manifest | 1 + .../kramdown-parser-gfm-1.1.0.ebuild | 21 +++++++++++++++++++++ dev-ruby/kramdown-parser-gfm/metadata.xml | 8 ++++++++ 3 files changed, 30 insertions(+) diff --git a/dev-ruby/kramdown-parser-gfm/Manifest b/dev-ruby/kramdown-parser-gfm/Manifest new file mode 100644 index 00000000000..1b412ffd7db --- /dev/null +++ b/dev-ruby/kramdown-parser-gfm/Manifest @@ -0,0 +1 @@ +DIST kramdown-parser-gfm-1.1.0.gem 11776 BLAKE2B 99a77ea02d0f48421cc6c582629f6cdc7504174867cac8927bdc26fd50f851e294c0f71ab985e9d0d6e595906c458b1f96d06903d6765eabf8b6f617c6303f14 SHA512 5662c1a50da7c8e50fd50afb5fe1dcd3bd63f4282d9940f96bb56266b63841c0b09902ce90eb3162aa89c54047970667b17299b3a7cf475bab2641604aa15d8c diff --git a/dev-ruby/kramdown-parser-gfm/kramdown-parser-gfm-1.1.0.ebuild b/dev-ruby/kramdown-parser-gfm/kramdown-parser-gfm-1.1.0.ebuild new file mode 100644 index 00000000000..8154ac67e4b --- /dev/null +++ b/dev-ruby/kramdown-parser-gfm/kramdown-parser-gfm-1.1.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby24 ruby25 ruby26" + +inherit ruby-fakegem + +DESCRIPTION="A kramdown parser for the GFM dialect of Markdown" +HOMEPAGE="https://github.com/kramdown/parser-gfm" +LICENSE="MIT" + +KEYWORDS="~amd64" +SLOT="$(ver_cut 1)" +IUSE="doc" + +ruby_add_rdepend "dev-ruby/kramdown:2" + +each_ruby_test() { + ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die +} diff --git a/dev-ruby/kramdown-parser-gfm/metadata.xml b/dev-ruby/kramdown-parser-gfm/metadata.xml new file mode 100644 index 00000000000..eb1e47f2edf --- /dev/null +++ b/dev-ruby/kramdown-parser-gfm/metadata.xml @@ -0,0 +1,8 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + +