From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5C5261384B4 for ; Tue, 17 Nov 2015 06:23:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0285AE0802; Tue, 17 Nov 2015 06:23:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63B86E07F7 for ; Tue, 17 Nov 2015 06:23:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80D83340834 for ; Tue, 17 Nov 2015 06:23:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E4E61004 for ; Tue, 17 Nov 2015 06:23:43 +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: <1447740921.c995e08b209b76ea62a5dd00b77f3bc1fd5fc378.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-r2.ebuild X-VCS-Directories: dev-ruby/rexical/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c995e08b209b76ea62a5dd00b77f3bc1fd5fc378 X-VCS-Branch: master Date: Tue, 17 Nov 2015 06:23:43 +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: 827fbd8e-c01d-4dc7-b1ca-d8f134c28ab1 X-Archives-Hash: 3fadb522ed8e0a13104d310e6a32d934 commit: c995e08b209b76ea62a5dd00b77f3bc1fd5fc378 Author: Hans de Graaff gentoo org> AuthorDate: Tue Nov 17 06:15:21 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Nov 17 06:15:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c995e08b dev-ruby/rexical: cleanup Package-Manager: portage-2.2.20.1 dev-ruby/rexical/rexical-1.0.5-r2.ebuild | 44 -------------------------------- 1 file changed, 44 deletions(-) diff --git a/dev-ruby/rexical/rexical-1.0.5-r2.ebuild b/dev-ruby/rexical/rexical-1.0.5-r2.ebuild deleted file mode 100644 index b2acc64..0000000 --- a/dev-ruby/rexical/rexical-1.0.5-r2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -USE_RUBY="ruby19 ruby20" - -RUBY_FAKEGEM_TASK_DOC="docs" -RUBY_FAKEGEM_DOCDIR="doc" -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 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 " - doc? ( >=dev-ruby/hoe-2.6.2 ) - test? ( - >=dev-ruby/hoe-2.6.2 - dev-ruby/test-unit:2 - )" - -all_ruby_prepare() { - sed -i -e '1igem "test-unit"' test/test_generator.rb || die - - sed -i -e '/rubyforge_name/d' Rakefile || die -} - -all_ruby_install() { - all_fakegem_install - - docinto examples - dodoc sample/* || die -}