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 8B4481382C5 for ; Fri, 9 Feb 2018 06:58:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAD84E0A8E; Fri, 9 Feb 2018 06:58:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 949DCE0A8E for ; Fri, 9 Feb 2018 06:58:35 +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 8673B335C6B for ; Fri, 9 Feb 2018 06:58:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 140E91E7 for ; Fri, 9 Feb 2018 06:58:33 +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: <1518159386.c5e4b79def9a404faa59d708ad769f009ba9e91d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/regexp_parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/regexp_parser/Manifest dev-ruby/regexp_parser/regexp_parser-0.4.9.ebuild X-VCS-Directories: dev-ruby/regexp_parser/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c5e4b79def9a404faa59d708ad769f009ba9e91d X-VCS-Branch: master Date: Fri, 9 Feb 2018 06:58:33 +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: 998a2035-478b-4ed7-98c3-4306023e81a0 X-Archives-Hash: 88853a1f8e21fef17549b7ec74ded78b commit: c5e4b79def9a404faa59d708ad769f009ba9e91d Author: Hans de Graaff gentoo org> AuthorDate: Fri Feb 9 06:34:03 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Feb 9 06:56:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e4b79d dev-ruby/regexp_parser: add 0.4.9 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ruby/regexp_parser/Manifest | 1 + dev-ruby/regexp_parser/regexp_parser-0.4.9.ebuild | 38 +++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/dev-ruby/regexp_parser/Manifest b/dev-ruby/regexp_parser/Manifest index 0bc12bd1030..1b9f99262df 100644 --- a/dev-ruby/regexp_parser/Manifest +++ b/dev-ruby/regexp_parser/Manifest @@ -1 +1,2 @@ DIST regexp_parser-0.4.5.tar.gz 77819 BLAKE2B c25bd61c226903783822ccd71aa8f6ba6a610c6aadedab91d5eb19754b066d2dfc741895cd5ea1f8b101bbf990858a3ecde9020503783a18c7b52bdd3783da68 SHA512 03248616b163bb9c82f3e9be7c0ca30b1d6cee7b1e38b2e9f2386017752544983786e37e26cad2c00a79e3cfedc08672c1b334234f8642c4c67e6ecb35f54af9 +DIST regexp_parser-0.4.9.tar.gz 80496 BLAKE2B bf9f5e16e3cd02902ce86091e3f6519e17ed97852218bcea4fff340f89638ad30fd1be4be25282233bc1d5e7936c818bf73e344f5c5de2a6c4229969835191f1 SHA512 e5fdab4bfc4a98c96a5d8bb6ba0cb10982111b4329626439a4fdf687cb641caf693096c455db48ff1d5fbc0de9b4fa88bc10ed86111fce4f3fb2245c54073a7d diff --git a/dev-ruby/regexp_parser/regexp_parser-0.4.9.ebuild b/dev-ruby/regexp_parser/regexp_parser-0.4.9.ebuild new file mode 100644 index 00000000000..d5b81428a23 --- /dev/null +++ b/dev-ruby/regexp_parser/regexp_parser-0.4.9.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby22 ruby23 ruby24 ruby25" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md" + +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem + +DESCRIPTION="A library for tokenizing, lexing, and parsing Ruby regular expressions" +HOMEPAGE="https://github.com/ammar/regexp_parser" +SRC_URI="https://github.com/ammar/regexp_parser/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND+=" =dev-util/ragel-6*" + +ruby_add_bdepend "dev-ruby/rake" + +all_ruby_prepare() { + sed -i -e '/bundler/I s:^:#:' Rakefile || die + sed -i -e '1irequire "delegate"' test/support/warning_extractor.rb || die +} + +each_ruby_compile() { + ${RUBY} -S rake ragel:rb || die +} + +each_ruby_test() { + ${RUBY} -Ilib bin/test || die +}