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 53920138331 for ; Mon, 5 Mar 2018 06:28:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64CD8E090A; Mon, 5 Mar 2018 06:28:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 451B0E090A for ; Mon, 5 Mar 2018 06:28:09 +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 E7D43335C31 for ; Mon, 5 Mar 2018 06:28:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44941242 for ; Mon, 5 Mar 2018 06:28:06 +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: <1520231185.8f2e23e9ea8ab411fa84d04a02d94793ce6350ba.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: 8f2e23e9ea8ab411fa84d04a02d94793ce6350ba X-VCS-Branch: master Date: Mon, 5 Mar 2018 06:28:06 +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: d2ac3347-e232-468e-94e3-ad94974ed27d X-Archives-Hash: 2c56aa680ba35ae879ab8c0b44073287 commit: 8f2e23e9ea8ab411fa84d04a02d94793ce6350ba Author: Hans de Graaff gentoo org> AuthorDate: Mon Mar 5 06:15:46 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Mar 5 06:26:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f2e23e9 dev-ruby/treetop: cleanup Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ruby/treetop/Manifest | 1 - dev-ruby/treetop/treetop-1.6.8.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/dev-ruby/treetop/Manifest b/dev-ruby/treetop/Manifest index 12009515774..24643b5e6a8 100644 --- a/dev-ruby/treetop/Manifest +++ b/dev-ruby/treetop/Manifest @@ -1,2 +1 @@ -DIST treetop-1.6.8.gem 68608 BLAKE2B 095080a4cfc3e876e3d63c6bb37b5f662c22be8b6c6cb68ae3a2df31ebed296d1e3910e8319be2b30f3f2a010d77f562c3add2f1a4ad35d56c9a962f3b3c1be8 SHA512 c0f46695e28ea0c6ff4bf9d646b94e6caafa00828370840320bd9799bbb417dd0721bfd06d330d2b4537b88d963d4249233b3dc7cd2c818c818e542015526ee3 DIST treetop-1.6.9.gem 92160 BLAKE2B 4c2a748ec1cc153aab8ddadf536200a6cda4d1f02245b7e0ceefb7ef9bc85b91810820b8cd557a82490e5e4b5606fb714b3f5775029743dcd2d64e6a601ab5e2 SHA512 faa0b2eb0a8bfd0c47b7acf03d7585fe56d02b9726630fc01e533c80ea796de158ff7c6a008fe6a30b979b2791944afc598e81c17cdfbfecf1083a9436b54fdd diff --git a/dev-ruby/treetop/treetop-1.6.8.ebuild b/dev-ruby/treetop/treetop-1.6.8.ebuild deleted file mode 100644 index 3d0257c0824..00000000000 --- a/dev-ruby/treetop/treetop-1.6.8.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 ~x86 ~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/* -}