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 BE81B59CAF for ; Fri, 8 Apr 2016 05:22:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 492D521C074; Fri, 8 Apr 2016 05:21:58 +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 19D87E0870 for ; Fri, 8 Apr 2016 05:21:57 +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 31619340D80 for ; Fri, 8 Apr 2016 05:21:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22312845 for ; Fri, 8 Apr 2016 05:21:52 +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: <1460092891.8610db26c34ddadfe65b0a1fe7d96f165bcb9331.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-rc4/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-rc4/ruby-rc4-0.1.5-r1.ebuild X-VCS-Directories: dev-ruby/ruby-rc4/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 8610db26c34ddadfe65b0a1fe7d96f165bcb9331 X-VCS-Branch: master Date: Fri, 8 Apr 2016 05:21:52 +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: a5c4c1c1-2c86-4a21-acf7-b83cb63f4f23 X-Archives-Hash: 1e3cdebed1e8ef374a9f94f4a636bd8b commit: 8610db26c34ddadfe65b0a1fe7d96f165bcb9331 Author: Hans de Graaff gentoo org> AuthorDate: Fri Apr 8 05:07:04 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Apr 8 05:21:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8610db26 dev-ruby/ruby-rc4: cleanup Package-Manager: portage-2.2.26 dev-ruby/ruby-rc4/ruby-rc4-0.1.5-r1.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/dev-ruby/ruby-rc4/ruby-rc4-0.1.5-r1.ebuild b/dev-ruby/ruby-rc4/ruby-rc4-0.1.5-r1.ebuild deleted file mode 100644 index 1979bd0..0000000 --- a/dev-ruby/ruby-rc4/ruby-rc4-0.1.5-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_DOCDIR="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="A pure Ruby implementation of the Rc4 algorithm" -HOMEPAGE="https://github.com/caiges/Ruby-RC4" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -all_ruby_prepare() { - sed -i -e 's/"README"/"README.md"/' Rakefile || die -}