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 BDD4459CAF for ; Thu, 7 Apr 2016 05:26:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DE8321C119; Thu, 7 Apr 2016 05:26:47 +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 C37FD21C119 for ; Thu, 7 Apr 2016 05:26:46 +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 E2B5B340E41 for ; Thu, 7 Apr 2016 05:26:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E38F23E for ; Thu, 7 Apr 2016 05:26:39 +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: <1460006541.84976ba52f99ab24fc5e12c3d86be4dd2c175a6c.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/plist/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/plist/Manifest dev-ruby/plist/plist-3.1.0-r1.ebuild X-VCS-Directories: dev-ruby/plist/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 84976ba52f99ab24fc5e12c3d86be4dd2c175a6c X-VCS-Branch: master Date: Thu, 7 Apr 2016 05:26:39 +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: 6520a2d7-1f41-4bf8-8c6c-b370f0e1d4b2 X-Archives-Hash: 2cdc06f24e1a07ab927641fbcb6166ad commit: 84976ba52f99ab24fc5e12c3d86be4dd2c175a6c Author: Hans de Graaff gentoo org> AuthorDate: Thu Apr 7 05:22:21 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Apr 7 05:22:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84976ba5 dev-ruby/plist: cleanup Package-Manager: portage-2.2.26 dev-ruby/plist/Manifest | 1 - dev-ruby/plist/plist-3.1.0-r1.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-ruby/plist/Manifest b/dev-ruby/plist/Manifest index e0275cf..9a38103 100644 --- a/dev-ruby/plist/Manifest +++ b/dev-ruby/plist/Manifest @@ -1,2 +1 @@ -DIST plist-3.1.0.gem 37888 SHA256 9ae1a010cab13bb533af87d5a1aca23958e5dae8911317244248f9c65bb30866 SHA512 d31f4f2f30cab864c42e374799ce8e85d8b0c6e10b115c28054529fa2b76c36a7ae20087a7949fb8508f9a2360c83f8f0ddec9356505afa1c8539a46cb73d352 WHIRLPOOL 500e3f494c04a293e7bc9b7a6a98023c19756b4b19e745208f052ba17bdab575f543bf7bf26b6a4ee27c30ac3a4c5bafe9cf96327306239b95383abc4ef6d6dc DIST plist-3.2.0.gem 38912 SHA256 0b3dd455bde18ba7b954ff2fea4eae733f3b38b71504e723255bccc6567a70a9 SHA512 87035859b346b2b59284c5389025570ed678a4fc584bc07e8b1e3246fafc5d0f39818505cb15eb7f45e4aaa680c67d56be9e5f73d5f99f96eded885c3f5dac32 WHIRLPOOL 80a1743b9f39b9cc90d998b06df317c7d6385dfdb15e12465862cfc011e43fe3bce80ef3dfad561163bce1c899b1d3746a9c84c984c04c126eea0dd77b5a2d97 diff --git a/dev-ruby/plist/plist-3.1.0-r1.ebuild b/dev-ruby/plist/plist-3.1.0-r1.ebuild deleted file mode 100644 index 72dd5a0..0000000 --- a/dev-ruby/plist/plist-3.1.0-r1.ebuild +++ /dev/null @@ -1,27 +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_DOCDIR="rdoc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="A library to manipulate Property List files, also known as plists" -HOMEPAGE="http://plist.rubyforge.org/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="" - -RUBY_PATCHES=( "${FILESDIR}"/${P}-nordoc.patch ) - -all_ruby_prepare() { - sed -e '/gempackagetask/ s:^:#:' \ - -e '/GemPackageTask/,/end/ s:^:#:' \ - -i Rakefile || die -}