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 6C21B138335 for ; Wed, 7 Aug 2019 05:11:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63BA8E0856; Wed, 7 Aug 2019 05:11:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2C7E0E0849 for ; Wed, 7 Aug 2019 05:11:58 +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 C9613349416 for ; Wed, 7 Aug 2019 05:11:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D94EB756 for ; Wed, 7 Aug 2019 05:11:54 +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: <1565154619.9cf3ac0cd5c1f7391a368b5a832a95fc1d6e3573.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rexical/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rexical/Manifest dev-ruby/rexical/rexical-1.0.7.ebuild X-VCS-Directories: dev-ruby/rexical/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 9cf3ac0cd5c1f7391a368b5a832a95fc1d6e3573 X-VCS-Branch: master Date: Wed, 7 Aug 2019 05:11:54 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 01276559-c814-406d-b7e7-dcf0dda7899a X-Archives-Hash: 5b7764f292614b80755d038d859b1708 commit: 9cf3ac0cd5c1f7391a368b5a832a95fc1d6e3573 Author: Hans de Graaff gentoo org> AuthorDate: Wed Aug 7 04:59:33 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Aug 7 05:10:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf3ac0c dev-ruby/rexical: add 1.0.7 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rexical/Manifest | 1 + dev-ruby/rexical/rexical-1.0.7.ebuild | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-ruby/rexical/Manifest b/dev-ruby/rexical/Manifest index abb38e91813..232ad795b1d 100644 --- a/dev-ruby/rexical/Manifest +++ b/dev-ruby/rexical/Manifest @@ -1 +1,2 @@ DIST rexical-1.0.5.gem 20480 BLAKE2B 6ed81f9247410aa68cec1ad02a49774da839679fa3f535691f79da42144fbcda4b0f0dac74c7c02bb08d262b66bd543a8bde05ac5871454b96a7582c228e5fff SHA512 6cf5eac36953203a2de66eccbbc8679a4d695c3f0540ab8adf7a3db37eb4e94889c64c3ce4e4e88ea52738a6733680be2105e0604d01a2e07bae10939deb03c1 +DIST rexical-1.0.7.gem 22016 BLAKE2B aaadf4131fbc4958a6a17be02b970070e511dcb031fd6432fb62fb841eff36b4d5c41d8f8f295aed4ac376c49e736e5d795166f71957578c6cbe14fd6cea26be SHA512 f71c86bd9764e65ebe0c66acd5446b5da7a1b38aae9d33367d70bfa253eb53c178634ce90c883c5459622219670d4d32f375b216c3023a3109329d6930dec1fc diff --git a/dev-ruby/rexical/rexical-1.0.7.ebuild b/dev-ruby/rexical/rexical-1.0.7.ebuild new file mode 100644 index 00000000000..20780aa4eac --- /dev/null +++ b/dev-ruby/rexical/rexical-1.0.7.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +USE_RUBY="ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc DOCUMENTATION.en.rdoc DOCUMENTATION.ja.rdoc README.ja README.rdoc" + +inherit ruby-fakegem eutils + +DESCRIPTION="Rexical is a lexical scanner generator" +HOMEPAGE="https://github.com/tenderlove/rexical/tree/master" +LICENSE="LGPL-2" # plus exception + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +SLOT="0" +IUSE="" + +# File collision, bug 459116 +RDEPEND+=" !!app-admin/rex" + +ruby_add_bdepend " + test? ( + dev-ruby/hoe + dev-ruby/minitest + )" + +all_ruby_install() { + all_fakegem_install + + docinto examples + dodoc sample/* || die +}