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 5C5761388C2 for ; Mon, 4 Jan 2016 06:22:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0AE3E0867; Mon, 4 Jan 2016 06:22:01 +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 113C9E085D for ; Mon, 4 Jan 2016 06:22:00 +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 1AD2D3405CF for ; Mon, 4 Jan 2016 06:22:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4610CEC for ; Mon, 4 Jan 2016 06:21:57 +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: <1451888330.102a73672ae54ad82cd8a0317889e4b892e2b299.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/paint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/paint/Manifest dev-ruby/paint/paint-0.9.0.ebuild X-VCS-Directories: dev-ruby/paint/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 102a73672ae54ad82cd8a0317889e4b892e2b299 X-VCS-Branch: master Date: Mon, 4 Jan 2016 06:21:57 +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: e73ed597-41bb-4a4c-b9e9-54f3de4aee48 X-Archives-Hash: 99c3c7009f17a7c1c85bc716b1d3da8b commit: 102a73672ae54ad82cd8a0317889e4b892e2b299 Author: Hans de Graaff gentoo org> AuthorDate: Mon Jan 4 06:12:59 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jan 4 06:18:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102a7367 dev-ruby/paint: cleanup Package-Manager: portage-2.2.26 dev-ruby/paint/Manifest | 1 - dev-ruby/paint/paint-0.9.0.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-ruby/paint/Manifest b/dev-ruby/paint/Manifest index 2961e07..9578000 100644 --- a/dev-ruby/paint/Manifest +++ b/dev-ruby/paint/Manifest @@ -1,2 +1 @@ -DIST paint-0.9.0.gem 22016 SHA256 cc87ffd4c796489fb8d14e69a7e2a0ebc031f0318d555712b5842e981d3b96b9 SHA512 a56c62cac15d3e14699f5044ad19408f704cdc243e34f2ac451cbcf68a9417a4e9a51fe0e9a17218b822c9a382fd328151d4bfb7f729c95c2c32b32fa514a216 WHIRLPOOL 816af7d20b4b3ce94afdc1fc52005dd4717800e99e961235e89f84da1d27824c0d9422f20cec91224d875b7434c07edb33ea264224b7a3e288204f546c681504 DIST paint-1.0.0.tar.gz 18392 SHA256 b141f1c1ccb43ee1d7e3c6e4a42a9465846de0664efec8e2cd231e813f1eb7de SHA512 15461471d5a6eb08402e78bd9f86c99322d4e6ba1fc24054240190270021fdd2105070e99602799d65fed53f8065da012e0351462d82572cf7015760eb1946b1 WHIRLPOOL 11d55f6b42195dc3e436957f1f02936087d56416baafbfb29311300db24c8ac1056a1ce5dee0d3edd4fe413e2e281b6a8b0f1923f8207accbb11564dc93eb241 diff --git a/dev-ruby/paint/paint-0.9.0.ebuild b/dev-ruby/paint/paint-0.9.0.ebuild deleted file mode 100644 index 70a95f3..0000000 --- a/dev-ruby/paint/paint-0.9.0.ebuild +++ /dev/null @@ -1,21 +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="CHANGELOG.rdoc README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Terminal painter" -HOMEPAGE="https://github.com/janlelis/paint" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test doc"