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 E785959CA4 for ; Mon, 7 Mar 2016 02:45:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5309121C088; Mon, 7 Mar 2016 02:45:06 +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 EA2AA21C088 for ; Mon, 7 Mar 2016 02:45:05 +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 1D871340A67 for ; Mon, 7 Mar 2016 02:45:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 921381BA0 for ; Mon, 7 Mar 2016 02:45:01 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1457318623.ea87f1bf6d6cfdc86a060e2644b44d1fab7354c2.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/awesome_print/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/awesome_print/Manifest dev-ruby/awesome_print/awesome_print-1.2.0-r2.ebuild X-VCS-Directories: dev-ruby/awesome_print/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: ea87f1bf6d6cfdc86a060e2644b44d1fab7354c2 X-VCS-Branch: master Date: Mon, 7 Mar 2016 02:45:01 +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: 85b69882-b135-4102-bfde-ab9b28fdca2b X-Archives-Hash: a526590cb374ec6c3e4c8f8234f4c194 commit: ea87f1bf6d6cfdc86a060e2644b44d1fab7354c2 Author: Manuel Rüger gentoo org> AuthorDate: Mon Mar 7 02:43:43 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Mar 7 02:43:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea87f1bf dev-ruby/awesome_print: Remove old Package-Manager: portage-2.2.27 dev-ruby/awesome_print/Manifest | 1 - .../awesome_print/awesome_print-1.2.0-r2.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-ruby/awesome_print/Manifest b/dev-ruby/awesome_print/Manifest index d2a308f..021fa7e 100644 --- a/dev-ruby/awesome_print/Manifest +++ b/dev-ruby/awesome_print/Manifest @@ -1,2 +1 @@ -DIST awesome_print-1.2.0.gem 29184 SHA256 f9fb1d1bafddc4739266c68f3a043e409716a620aea937d54d1ae07c278305cd SHA512 10e1d77ceb0b05aa9b0f12911c24ab63d20a3c88f9fbace518562e7e6de21f6db5dbe75fc0b2c50fa244a33f08cba920d48dc04069ac740394200a1d695e2f4f WHIRLPOOL 1de1eecbfd2e5e3f03b69a0b6d4afd130fad59b22807f1a8d9f1416fd946a574f23bfc59f8391975e9d10770c9530aba48caca0ed137c0bdaaf2a4a50a6a8b9d DIST awesome_print-1.6.1.gem 32256 SHA256 0d8be8d9b270b900a337356cb9453ffdaf219d29902f14bbe4f120ecfdd38fef SHA512 394f5011d45f1daca77215e585d50c8505a63498b982aae32b206b99051fc27b903135fdb62976d9aeb4dfa80f5d6980b55c7fbe0fdc75feb979fd3b3b935c92 WHIRLPOOL 9d6c5f8fe60e3ba7ebbc16c5bcaf91337d2142d4846b490c75185c905ada1dd6f76fbd8f73a859bdeef91542ad3623758cfaa029d1b303dfc02d9b964199bc40 diff --git a/dev-ruby/awesome_print/awesome_print-1.2.0-r2.ebuild b/dev-ruby/awesome_print/awesome_print-1.2.0-r2.ebuild deleted file mode 100644 index 13e7ce7..0000000 --- a/dev-ruby/awesome_print/awesome_print-1.2.0-r2.ebuild +++ /dev/null @@ -1,21 +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 ruby21" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" - -inherit ruby-fakegem - -DESCRIPTION="Ruby library that pretty prints Ruby objects in full color with proper indentation" -HOMEPAGE="https://github.com/michaeldv/awesome_print" -LICENSE="MIT" - -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -SLOT="0" -IUSE=""