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 C33C913832F for ; Thu, 21 Jul 2016 19:39:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8473021C0CC; Thu, 21 Jul 2016 19:39:08 +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 D31F621C075 for ; Thu, 21 Jul 2016 19:39:06 +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 A408A340E55 for ; Thu, 21 Jul 2016 19:39:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44F722445 for ; Thu, 21 Jul 2016 19:39:00 +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: <1469129927.d93dbaa03d9219a2363dae0f6d960a77010841a0.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/xml-simple/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/xml-simple/Manifest dev-ruby/xml-simple/xml-simple-1.1.3.ebuild X-VCS-Directories: dev-ruby/xml-simple/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: d93dbaa03d9219a2363dae0f6d960a77010841a0 X-VCS-Branch: master Date: Thu, 21 Jul 2016 19:39:00 +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: 848571f8-35ed-44b2-98a5-9b07475ab16a X-Archives-Hash: 2bf5037a46494e4044baa4208c315d83 commit: d93dbaa03d9219a2363dae0f6d960a77010841a0 Author: Hans de Graaff gentoo org> AuthorDate: Thu Jul 21 19:31:27 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Jul 21 19:38:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d93dbaa0 dev-ruby/xml-simple: cleanup Package-Manager: portage-2.2.28 dev-ruby/xml-simple/Manifest | 1 - dev-ruby/xml-simple/xml-simple-1.1.3.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-ruby/xml-simple/Manifest b/dev-ruby/xml-simple/Manifest index ee2818a..fcba314 100644 --- a/dev-ruby/xml-simple/Manifest +++ b/dev-ruby/xml-simple/Manifest @@ -1,2 +1 @@ -DIST xml-simple-1.1.3.gem 11776 SHA256 acf399ebf7585480868e241dda40314b3fe37063a871b7066e771688943c58c5 SHA512 321eba774f85f45914b98c53cba2cffdeb0725e602145a84bf5d21f72eb0a2033612410b07eee5de9777817403630c8b1c2e0cfc421429b2b34bfaa492b624ad WHIRLPOOL b5222c821c68e331dac1882df54ecae48fe36febdcacf6533bb37506e7d75915666abcb47cf01086a06f62ba8f22e325a46154ee990720c066c3ce09907a2b0c DIST xml-simple-1.1.5.tar.gz 126288 SHA256 e0d4602bea9fcff1bec440fdb8bd4ce27f4003899a60ac62a217a495038e62c4 SHA512 df81a05a0c32141cb5a0328fb782292438ec3ad6037c150e2ff4fee07b65ba9a739987f25f28c196ff8565af53c62120c3a729820a94dd3da0551fe43948f9a3 WHIRLPOOL 570bda1a0fc083601585fec646f3ca0158fa7d740fbc47adc936f5101fec3a6f1b4f6720fb1f41680d541fdf4051175c2d0a3bf881f27a36360dbacc33b0a846 diff --git a/dev-ruby/xml-simple/xml-simple-1.1.3.ebuild b/dev-ruby/xml-simple/xml-simple-1.1.3.ebuild deleted file mode 100644 index c49cf85..0000000 --- a/dev-ruby/xml-simple/xml-simple-1.1.3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby20" - -# Gem only contains lib code, and github repository has no tags. -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem - -DESCRIPTION="Easy API to maintain XML. A Ruby port of Grant McLean's Perl module XML::Simple" -HOMEPAGE="https://github.com/maik/xml-simple" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" -IUSE=""