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 C6947139694 for ; Tue, 4 Apr 2017 05:21:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CB1CE0CBC; Tue, 4 Apr 2017 05:21:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4572E0CBC for ; Tue, 4 Apr 2017 05:21:27 +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 A8F2F340A23 for ; Tue, 4 Apr 2017 05:21:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B6D473D2 for ; Tue, 4 Apr 2017 05:21:25 +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: <1491282563.f0b08ca0faec9ce2ea9bca62f7deb5076c1bd589.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.8.0.ebuild X-VCS-Directories: dev-ruby/parslet/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: f0b08ca0faec9ce2ea9bca62f7deb5076c1bd589 X-VCS-Branch: master Date: Tue, 4 Apr 2017 05:21:25 +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: 8fd6b4c1-6dd1-4689-ba1d-7a3a49a8cf59 X-Archives-Hash: be8afc160ca10de4405c37b3e004e793 commit: f0b08ca0faec9ce2ea9bca62f7deb5076c1bd589 Author: Hans de Graaff gentoo org> AuthorDate: Tue Apr 4 05:09:23 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Apr 4 05:09:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b08ca0 dev-ruby/parslet: add 1.8.0 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ruby/parslet/Manifest | 1 + dev-ruby/parslet/parslet-1.8.0.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-ruby/parslet/Manifest b/dev-ruby/parslet/Manifest index 3e0f34732ff..be20f7d318d 100644 --- a/dev-ruby/parslet/Manifest +++ b/dev-ruby/parslet/Manifest @@ -1 +1,2 @@ DIST parslet-1.7.1.tar.gz 243045 SHA256 84bef8d5ee590e034867953814abf1cceef77f77121927a0c8ede1a27d8b4d13 SHA512 aa4e3bb0ef91a5af30e3ca424ca6d8d690272bec025b16f5bd9ae7b1194bcb48b3988a0b90b960348e062e994a73bc4edf9eee6aec74c878bd9b8c033de4794c WHIRLPOOL a325bc7def35940c6da70a04adafed59e1b7043926f48b83e0e40718cf2a0d52c28e65ab9464d7e6c33227f54e0086402c55d0de26e4cbc7b3d6651580065c38 +DIST parslet-1.8.0.tar.gz 243789 SHA256 b766b838ef2def26f96a281f3b4747f4ea0896922e854eaf76b8269743b59641 SHA512 46734af193055047d3592aa0c513893946d0c150a45213bf74ea588c99d66ae2fedb62eac27ea409a18e6832dc7f9e214be07a78d46b1bfdb88694e2aae9ba2f WHIRLPOOL ad5341a128a09292e6cab1e401be5d8e896f4f78eb0bac9497e94b359e7a38ca64ec419bfc6dff461d46cf63005fcf9efb6fe427b0727e145e5cdbb04b43ef96 diff --git a/dev-ruby/parslet/parslet-1.8.0.ebuild b/dev-ruby/parslet/parslet-1.8.0.ebuild new file mode 100644 index 00000000000..b3dfcf86c5c --- /dev/null +++ b/dev-ruby/parslet/parslet-1.8.0.ebuild @@ -0,0 +1,27 @@ +# 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/flexmock )" + +all_ruby_prepare() { + sed -i -e "/sdoc/d" Rakefile || die +}