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 A6CB713832E for ; Fri, 22 Jul 2016 06:01:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4875E0B45; Fri, 22 Jul 2016 06:01:20 +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 5F970E0B45 for ; Fri, 22 Jul 2016 06:01:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64878340E39 for ; Fri, 22 Jul 2016 06:01:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F4D378D for ; Fri, 22 Jul 2016 06:01:12 +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: <1469167243.5c7bf8835b48bd8dc6015f18fda11f8a3133cc45.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/treetop/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/treetop/Manifest dev-ruby/treetop/treetop-1.6.8.ebuild X-VCS-Directories: dev-ruby/treetop/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 5c7bf8835b48bd8dc6015f18fda11f8a3133cc45 X-VCS-Branch: master Date: Fri, 22 Jul 2016 06:01:12 +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: 85526fce-a512-4c36-af5e-029afe8f66bc X-Archives-Hash: 7e20c7d00e17d06cbda2953793aeff4d commit: 5c7bf8835b48bd8dc6015f18fda11f8a3133cc45 Author: Hans de Graaff gentoo org> AuthorDate: Fri Jul 22 05:50:25 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Jul 22 06:00:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7bf883 dev-ruby/treetop: add 1.6.8 Package-Manager: portage-2.2.28 dev-ruby/treetop/Manifest | 1 + dev-ruby/treetop/treetop-1.6.8.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-ruby/treetop/Manifest b/dev-ruby/treetop/Manifest index 660e82e..83f718b 100644 --- a/dev-ruby/treetop/Manifest +++ b/dev-ruby/treetop/Manifest @@ -1 +1,2 @@ DIST treetop-1.6.5.gem 81408 SHA256 b09d033e56343b01d5dd79ef7e059e60484389867c7eb4c3b7b57be43a92e7d1 SHA512 3989bd2dc59c5d3ad0be2ac144752edc88d25b36886719baa6afed05f40f11e0915297ea3e111e6a999b90cb35de2e804786754804268ec0d848b56e410fa862 WHIRLPOOL ace0eac18ef297aef786f37ce0292a370a0aea910c6c92f4b33c5f0d51d68427c4f40555c11547d95bd2d40d214bcca45a727f25301383c9d014b91edfbb5fb0 +DIST treetop-1.6.8.gem 68608 SHA256 385cbbf3827a0a8559e4c79db0f0f88993dca5e8ce46cf08f1baccb61ac6a3cf SHA512 c0f46695e28ea0c6ff4bf9d646b94e6caafa00828370840320bd9799bbb417dd0721bfd06d330d2b4537b88d963d4249233b3dc7cd2c818c818e542015526ee3 WHIRLPOOL 78285a758a343137fbf9debbe820e888bf2c3b9bbf731a40a9695ed7cef8c276255e6edb4f5c574cafb339a06ef51864e388cc40e59bd44f9a877f4959e69744 diff --git a/dev-ruby/treetop/treetop-1.6.8.ebuild b/dev-ruby/treetop/treetop-1.6.8.ebuild new file mode 100644 index 0000000..469ea72 --- /dev/null +++ b/dev-ruby/treetop/treetop-1.6.8.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Treetop is a language for describing languages" +HOMEPAGE="https://github.com/cjheath/treetop" +LICENSE="Ruby" + +KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +SLOT="0" +IUSE="" + +ruby_add_bdepend "test? ( >=dev-ruby/rr-1.0 dev-ruby/activesupport )" +ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1:0" + +all_ruby_install() { + all_fakegem_install + + insinto /usr/share/doc/${PF}/examples + doins -r examples/* +}