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 346BF1382C5 for ; Thu, 8 Feb 2018 06:25:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C6A9E0A85; Thu, 8 Feb 2018 06:25:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D1455E0A85 for ; Thu, 8 Feb 2018 06:25:43 +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 A8577335C4E for ; Thu, 8 Feb 2018 06:25:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C65AC1E7 for ; Thu, 8 Feb 2018 06:25:39 +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: <1518071066.15b5b81b5fa0e46f8b05a479c9c415fd64cc5948.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/parslet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/parslet/Manifest dev-ruby/parslet/parslet-1.7.1.ebuild dev-ruby/parslet/parslet-1.8.0.ebuild X-VCS-Directories: dev-ruby/parslet/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 15b5b81b5fa0e46f8b05a479c9c415fd64cc5948 X-VCS-Branch: master Date: Thu, 8 Feb 2018 06:25:39 +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: dc19fcc3-5d03-4225-9d48-a1246778983b X-Archives-Hash: fa99039963ce6995070155d327ed0a98 commit: 15b5b81b5fa0e46f8b05a479c9c415fd64cc5948 Author: Hans de Graaff gentoo org> AuthorDate: Thu Feb 8 05:18:39 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Feb 8 06:24:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b5b81b dev-ruby/parslet: cleanup Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ruby/parslet/Manifest | 2 -- dev-ruby/parslet/parslet-1.7.1.ebuild | 32 -------------------------------- dev-ruby/parslet/parslet-1.8.0.ebuild | 27 --------------------------- 3 files changed, 61 deletions(-) diff --git a/dev-ruby/parslet/Manifest b/dev-ruby/parslet/Manifest index 75be82fed11..5b044dcd82f 100644 --- a/dev-ruby/parslet/Manifest +++ b/dev-ruby/parslet/Manifest @@ -1,3 +1 @@ -DIST parslet-1.7.1.tar.gz 243045 BLAKE2B 11dfa49652d0aa0272e94ac1d5d4f2911ec616c31b171dec115fc4c99a3add822673cee53510fd4e30cf6466dac746b289a5174f88aaa9789c0fe2de6d99db1b SHA512 aa4e3bb0ef91a5af30e3ca424ca6d8d690272bec025b16f5bd9ae7b1194bcb48b3988a0b90b960348e062e994a73bc4edf9eee6aec74c878bd9b8c033de4794c -DIST parslet-1.8.0.tar.gz 243789 BLAKE2B fe2d858ded5e81f9a348d6f84246e0594fe5f990c0475a2f4d0fc92023a837a78ba5b874b9d4bc0cc781418cc92595f34f143b9fdc7b719b76097fff3e667061 SHA512 46734af193055047d3592aa0c513893946d0c150a45213bf74ea588c99d66ae2fedb62eac27ea409a18e6832dc7f9e214be07a78d46b1bfdb88694e2aae9ba2f DIST parslet-1.8.1.tar.gz 244515 BLAKE2B c4e7c32d35adff54e3da67930d6acf04b0a91b53e7c219c5ce1f013b2273b5ef7098261041e5261b27347f8110e17c41b63f5459afb8540499974f3eeb820898 SHA512 b09f5dddcba27cb10dd39d7ae7143fa389e69a70e51283dc26426b2cf5697ed6f77be9f18da3b47bd1aeef5dc0fe02c0485a0e720dfea186319bcf10170e1ae5 diff --git a/dev-ruby/parslet/parslet-1.7.1.ebuild b/dev-ruby/parslet/parslet-1.7.1.ebuild deleted file mode 100644 index a89b218d53a..00000000000 --- a/dev-ruby/parslet/parslet-1.7.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_EXTRADOC="HISTORY.txt README" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="A small PEG based parser library" -HOMEPAGE="https://github.com/kschiess/parslet" -SRC_URI="https://github.com/kschiess/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -IUSE="" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -ruby_add_rdepend ">=dev-ruby/blankslate-2:*" - -ruby_add_bdepend "test? ( dev-ruby/flexmock )" - -all_ruby_prepare() { - sed -i -e "/sdoc/d" Rakefile || die - # Avoid spec calling out to ruby since we can't guarantee the - # correct version of blankslate in this case. - rm spec/acceptance/examples_spec.rb || die -} diff --git a/dev-ruby/parslet/parslet-1.8.0.ebuild b/dev-ruby/parslet/parslet-1.8.0.ebuild deleted file mode 100644 index 779735c4710..00000000000 --- a/dev-ruby/parslet/parslet-1.8.0.ebuild +++ /dev/null @@ -1,27 +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" - -RUBY_FAKEGEM_EXTRADOC="HISTORY.txt README" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="A small PEG based parser library" -HOMEPAGE="https://github.com/kschiess/parslet" -SRC_URI="https://github.com/kschiess/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -IUSE="" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -ruby_add_bdepend "test? ( dev-ruby/ae dev-ruby/flexmock )" - -all_ruby_prepare() { - sed -i -e "/sdoc/d" Rakefile || die -}