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 E53961382C5 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 548BAE0AC9; Fri, 9 Feb 2018 06:58:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 28C7EE0AC9 for ; Fri, 9 Feb 2018 06:58:35 +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 A7043335C6E 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 002E91E6 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: <1518159384.24566d9032decc87737fba9774b6f32a0f009f95.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.3.ebuild dev-ruby/regexp_parser/regexp_parser-0.4.4.ebuild X-VCS-Directories: dev-ruby/regexp_parser/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 24566d9032decc87737fba9774b6f32a0f009f95 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: c446a36e-ca31-44eb-8b16-01e30d0a71fd X-Archives-Hash: 346272534eac217e2d7b59509af5c154 commit: 24566d9032decc87737fba9774b6f32a0f009f95 Author: Hans de Graaff gentoo org> AuthorDate: Fri Feb 9 06:29:18 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Feb 9 06:56:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24566d90 dev-ruby/regexp_parser: cleanup Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ruby/regexp_parser/Manifest | 2 -- dev-ruby/regexp_parser/regexp_parser-0.4.3.ebuild | 38 ----------------------- dev-ruby/regexp_parser/regexp_parser-0.4.4.ebuild | 38 ----------------------- 3 files changed, 78 deletions(-) diff --git a/dev-ruby/regexp_parser/Manifest b/dev-ruby/regexp_parser/Manifest index 87f2591797d..0bc12bd1030 100644 --- a/dev-ruby/regexp_parser/Manifest +++ b/dev-ruby/regexp_parser/Manifest @@ -1,3 +1 @@ -DIST regexp_parser-0.4.3.tar.gz 77226 BLAKE2B 4b34e42d5e58f77736efa6ea75861feefa2261324c428ed1ae85078311125aac9e068b2b7ad3efc0ce7b27f3929d484f28357773a72c2806610d915966fdbd58 SHA512 6b9447e54238c57333b8e9209ad2a737f4f87c459d2955ce53b4331852d8ec74b1e7de3ec974c74eb8535b2e6fea7b9245a807f84aa165a4bc4223cad7fa092a -DIST regexp_parser-0.4.4.tar.gz 77548 BLAKE2B 887ab57e452a70c726b8a56e2b0763cff03139cefd3298cd619f145036d367b46ba15891fe6f51fb3359d191c1043828b5a19993a3519bd5109a2744f5109418 SHA512 c145c68878b34795d318644ff2b472b8f2120334614ad8f27683185e13ec14d001f7d2c4761a15b871a13eed8a25bd43d547c5b28d06005d943f670f1b15ccba DIST regexp_parser-0.4.5.tar.gz 77819 BLAKE2B c25bd61c226903783822ccd71aa8f6ba6a610c6aadedab91d5eb19754b066d2dfc741895cd5ea1f8b101bbf990858a3ecde9020503783a18c7b52bdd3783da68 SHA512 03248616b163bb9c82f3e9be7c0ca30b1d6cee7b1e38b2e9f2386017752544983786e37e26cad2c00a79e3cfedc08672c1b334234f8642c4c67e6ecb35f54af9 diff --git a/dev-ruby/regexp_parser/regexp_parser-0.4.3.ebuild b/dev-ruby/regexp_parser/regexp_parser-0.4.3.ebuild deleted file mode 100644 index 86075ebaa8e..00000000000 --- a/dev-ruby/regexp_parser/regexp_parser-0.4.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" - -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 -} diff --git a/dev-ruby/regexp_parser/regexp_parser-0.4.4.ebuild b/dev-ruby/regexp_parser/regexp_parser-0.4.4.ebuild deleted file mode 100644 index 07197d5c9e3..00000000000 --- a/dev-ruby/regexp_parser/regexp_parser-0.4.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" - -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 -}