From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D91E1396D0 for ; Sat, 26 Aug 2017 08:27:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3093BE0C5A; Sat, 26 Aug 2017 08:27:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BE34E0C5A for ; Sat, 26 Aug 2017 08:27:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7509341646 for ; Sat, 26 Aug 2017 08:27:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C5ED8313 for ; Sat, 26 Aug 2017 08:27:09 +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: <1503735955.b8d42dd065c80e6c94c4e6f32e49bee0b1ea6b4a.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-1.0.1.ebuild X-VCS-Directories: dev-ruby/paint/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: b8d42dd065c80e6c94c4e6f32e49bee0b1ea6b4a X-VCS-Branch: master Date: Sat, 26 Aug 2017 08:27:09 +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: 015d18af-4702-4d39-abb3-2110a7ad2abb X-Archives-Hash: 308772466c60e8dcbe9fe9426aea55eb commit: b8d42dd065c80e6c94c4e6f32e49bee0b1ea6b4a Author: Hans de Graaff gentoo org> AuthorDate: Sat Aug 26 06:07:15 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Aug 26 08:25:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d42dd0 dev-ruby/paint: cleanup Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ruby/paint/Manifest | 1 - dev-ruby/paint/paint-1.0.1.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-ruby/paint/Manifest b/dev-ruby/paint/Manifest index 2cbc595c8e6..7446531edba 100644 --- a/dev-ruby/paint/Manifest +++ b/dev-ruby/paint/Manifest @@ -1,2 +1 @@ -DIST paint-1.0.1.tar.gz 18598 SHA256 d717b4ef06302e7b05100aad269f9a89f398c913114ec4f07be9d68d5af2b269 SHA512 480f37fa22896636a591a6491a1329797f35a146ff92b623a4c287adfc52d67d972c61ba16e6d8c3135d985553bc19c12afffdf9bc161575d6dabe9131c4a359 WHIRLPOOL ef9d0e89b9084fbcb9dc9dc9cdf80175282e39c071da826ae03da323d3bf162738c65b26e7d225d101b8736fc85b211909ace88b1401be0a8423bc8f00a26bf6 DIST paint-2.0.0.tar.gz 21699 SHA256 9b04e149364dec8c13e078a549fd13b805f8ff3064db136ab9c937ac160b47a3 SHA512 3a30635b193fcd2d929a09f64226fefdf01dabf3c33427ca28d8d5a550d56642c8069d5f1334d845977282a6083cdfa16177f3bd23560f61c36d3822c891c5fe WHIRLPOOL d5a44b9e70649fc568d2b7b2e94138cb5f7b976acb3e49d7713541cd504b5444a98a592f5b365b982568b5d16f3e07354d17e61d9a330e113b8cefd0c60776c5 diff --git a/dev-ruby/paint/paint-1.0.1.ebuild b/dev-ruby/paint/paint-1.0.1.ebuild deleted file mode 100644 index 5906173428c..00000000000 --- a/dev-ruby/paint/paint-1.0.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Terminal painter" -HOMEPAGE="https://github.com/janlelis/paint" -SRC_URI="https://github.com/janlelis/paint/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test doc"