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 BD55759CA5 for ; Fri, 25 Mar 2016 06:36:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A68221C015; Fri, 25 Mar 2016 06:36:25 +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 D8CA121C016 for ; Fri, 25 Mar 2016 06:36:24 +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 7FBC9340D7C for ; Fri, 25 Mar 2016 06:36:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 094FA863 for ; Fri, 25 Mar 2016 06:36:19 +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: <1458887480.668a2801586de1ddb2a2aac5dd2d85ce32fc75d5.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.0.ebuild X-VCS-Directories: dev-ruby/paint/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 668a2801586de1ddb2a2aac5dd2d85ce32fc75d5 X-VCS-Branch: master Date: Fri, 25 Mar 2016 06:36:19 +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: 613cd3fd-8f3d-4932-9561-6d91d109cb74 X-Archives-Hash: dde2b8815d2570572e9d402b3b6d6a25 commit: 668a2801586de1ddb2a2aac5dd2d85ce32fc75d5 Author: Hans de Graaff gentoo org> AuthorDate: Fri Mar 25 06:31:20 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Mar 25 06:31:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=668a2801 dev-ruby/paint: cleanup Package-Manager: portage-2.2.26 dev-ruby/paint/Manifest | 1 - dev-ruby/paint/paint-1.0.0.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-ruby/paint/Manifest b/dev-ruby/paint/Manifest index 5d86ca7..5d3bd32 100644 --- a/dev-ruby/paint/Manifest +++ b/dev-ruby/paint/Manifest @@ -1,2 +1 @@ -DIST paint-1.0.0.tar.gz 18392 SHA256 b141f1c1ccb43ee1d7e3c6e4a42a9465846de0664efec8e2cd231e813f1eb7de SHA512 15461471d5a6eb08402e78bd9f86c99322d4e6ba1fc24054240190270021fdd2105070e99602799d65fed53f8065da012e0351462d82572cf7015760eb1946b1 WHIRLPOOL 11d55f6b42195dc3e436957f1f02936087d56416baafbfb29311300db24c8ac1056a1ce5dee0d3edd4fe413e2e281b6a8b0f1923f8207accbb11564dc93eb241 DIST paint-1.0.1.tar.gz 18598 SHA256 d717b4ef06302e7b05100aad269f9a89f398c913114ec4f07be9d68d5af2b269 SHA512 480f37fa22896636a591a6491a1329797f35a146ff92b623a4c287adfc52d67d972c61ba16e6d8c3135d985553bc19c12afffdf9bc161575d6dabe9131c4a359 WHIRLPOOL ef9d0e89b9084fbcb9dc9dc9cdf80175282e39c071da826ae03da323d3bf162738c65b26e7d225d101b8736fc85b211909ace88b1401be0a8423bc8f00a26bf6 diff --git a/dev-ruby/paint/paint-1.0.0.ebuild b/dev-ruby/paint/paint-1.0.0.ebuild deleted file mode 100644 index 33c7d5b..0000000 --- a/dev-ruby/paint/paint-1.0.0.ebuild +++ /dev/null @@ -1,22 +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="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"