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 AF3A9138334 for ; Mon, 12 Aug 2019 07:09:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8897E077A; Mon, 12 Aug 2019 07:09:52 +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 CAD21E077A for ; Mon, 12 Aug 2019 07:09:52 +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 AF537349953 for ; Mon, 12 Aug 2019 07:09:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A1FF75F for ; Mon, 12 Aug 2019 07:09:50 +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: <1565593547.2da1d4c1a75868d4acbd8ed9d7d1e9cb94bf902f.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rexical/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rexical/rexical-1.0.5-r4.ebuild X-VCS-Directories: dev-ruby/rexical/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 2da1d4c1a75868d4acbd8ed9d7d1e9cb94bf902f X-VCS-Branch: master Date: Mon, 12 Aug 2019 07:09:50 +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: 0447a0ac-9225-4705-a672-262373d29dbe X-Archives-Hash: 7b05c6fcfc43a0ee48e7216a640628eb commit: 2da1d4c1a75868d4acbd8ed9d7d1e9cb94bf902f Author: Hans de Graaff gentoo org> AuthorDate: Mon Aug 12 07:05:47 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Aug 12 07:05:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da1d4c1 dev-ruby/rexical: cleanup Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rexical/rexical-1.0.5-r4.ebuild | 42 -------------------------------- 1 file changed, 42 deletions(-) diff --git a/dev-ruby/rexical/rexical-1.0.5-r4.ebuild b/dev-ruby/rexical/rexical-1.0.5-r4.ebuild deleted file mode 100644 index 250d7adfdee..00000000000 --- a/dev-ruby/rexical/rexical-1.0.5-r4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby23 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/test-unit:2 - )" - -all_ruby_prepare() { - sed -i -e '1igem "test-unit"' test/test_generator.rb || die -} - -each_ruby_test() { - ruby-ng_testrb-2 -Ilib test/test_*.rb -} - -all_ruby_install() { - all_fakegem_install - - docinto examples - dodoc sample/* || die -}