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 E414E138262 for ; Fri, 20 May 2016 05:19:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38D8DE07EA; Fri, 20 May 2016 05:19:03 +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 8B714E07EA for ; Fri, 20 May 2016 05:19:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 65858340AF3 for ; Fri, 20 May 2016 05:19:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D90FC33A for ; Fri, 20 May 2016 05:18:58 +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: <1463720578.c9b9b46aede34efc332dd83fef01d2c077269754.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/little-plugger/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/little-plugger/Manifest dev-ruby/little-plugger/little-plugger-1.1.3-r2.ebuild X-VCS-Directories: dev-ruby/little-plugger/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c9b9b46aede34efc332dd83fef01d2c077269754 X-VCS-Branch: master Date: Fri, 20 May 2016 05:18:58 +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: 8473e7fb-ffa8-48d6-9bcd-e151dcc5578d X-Archives-Hash: 53915fd6bfa48590b5fdd8adf8a200fb commit: c9b9b46aede34efc332dd83fef01d2c077269754 Author: Hans de Graaff gentoo org> AuthorDate: Fri May 20 05:02:58 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri May 20 05:02:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b9b46a dev-ruby/little-plugger: cleanup Package-Manager: portage-2.2.28 dev-ruby/little-plugger/Manifest | 1 - .../little-plugger/little-plugger-1.1.3-r2.ebuild | 30 ---------------------- 2 files changed, 31 deletions(-) diff --git a/dev-ruby/little-plugger/Manifest b/dev-ruby/little-plugger/Manifest index 8648897..9c7ab06 100644 --- a/dev-ruby/little-plugger/Manifest +++ b/dev-ruby/little-plugger/Manifest @@ -1,2 +1 @@ -DIST little-plugger-1.1.3.gem 9216 SHA256 d7a3a4582a00ff65955eeded02c6d127f3858f4e101e2fe4c795c7423dd83d33 SHA512 dbfa4e39eb41143627d0affab789d925c5c9c45a7592002440c957009da1b452f8b35bc5cc45adb22e8cd6b05776321240a59eae2e834f0ca29f1a26f368f0f1 WHIRLPOOL 2d7f5389412ba4f3f294fda7ff78f48040f8f212c93ec34257b011099dbdfc4bbb2709af361462975248fc14a8ad7eaf3c740488a11f8b9b5b4cff51fd700a4e DIST little-plugger-1.1.4.gem 10240 SHA256 d5f347c00d9d648040ef7c17d6eb09d3d0719adf19ca30d1a3b6fb26d0a631bb SHA512 79b26509c56084a93997e011870de085f9e5222d631bf410c9bb2a361949e80f3d8be279b26b6c405dd47aedbea72089de212990ae0906f7493a3e8edfa8cb87 WHIRLPOOL 9bb944e71c798824337cc25d87b8313ecc56a00b81958d38463cdf42c677a89d6c99451e753c06784e2d7e6ec299283712b066af913c3ef1931e71c0aa8f73bd diff --git a/dev-ruby/little-plugger/little-plugger-1.1.3-r2.ebuild b/dev-ruby/little-plugger/little-plugger-1.1.3-r2.ebuild deleted file mode 100644 index 0c18acd..0000000 --- a/dev-ruby/little-plugger/little-plugger-1.1.3-r2.ebuild +++ /dev/null @@ -1,30 +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 ruby21 ruby22" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc" - -inherit ruby-fakegem eutils - -DESCRIPTION="Module that provides Gem based plugin management" -HOMEPAGE="https://github.com/TwP/little-plugger" - -IUSE="test" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -all_ruby_prepare() { - # Remove default metadata because it confused jruby. - rm -f ../metadata || die - - epatch "${FILESDIR}"/${P}-ruby20-spec.patch -}