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 C0ED8139694 for ; Wed, 31 May 2017 04:38:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD8D4E0E95; Wed, 31 May 2017 04:38:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BFB33E0E95 for ; Wed, 31 May 2017 04:38:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0197234172C for ; Wed, 31 May 2017 04:38:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DF447474 for ; Wed, 31 May 2017 04:38:35 +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: <1496204657.58a9b75d5e1df2f5ed3aa9cd4f591d1595eb965a.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-inifile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-inifile/Manifest dev-ruby/ruby-inifile/metadata.xml dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r2.ebuild X-VCS-Directories: dev-ruby/ruby-inifile/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 58a9b75d5e1df2f5ed3aa9cd4f591d1595eb965a X-VCS-Branch: master Date: Wed, 31 May 2017 04:38:35 +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: abaad5c4-f500-43f2-90e0-71b50dc5364a X-Archives-Hash: 91308acc98f8adaf0636f8a931f065e3 commit: 58a9b75d5e1df2f5ed3aa9cd4f591d1595eb965a Author: Hans de Graaff gentoo org> AuthorDate: Wed May 31 04:21:54 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed May 31 04:24:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a9b75d remove masked dev-ruby/ruby-inifile dev-ruby/ruby-inifile/Manifest | 1 - dev-ruby/ruby-inifile/metadata.xml | 8 ----- dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r2.ebuild | 34 ---------------------- 3 files changed, 43 deletions(-) diff --git a/dev-ruby/ruby-inifile/Manifest b/dev-ruby/ruby-inifile/Manifest deleted file mode 100644 index 3df2d65191d..00000000000 --- a/dev-ruby/ruby-inifile/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ruby-inifile_2.0.0.tar.gz 15975 SHA256 63e4eaad844d562862e8a73cdfd62888ada5aa015bf0f7e0a98beab21730e450 SHA512 a0ca394ba33fa6ffa1977b5c6e6e672624e4d779d8a88d2458d5385654ad66ec54688e27c749081cd43fd4ca17d2436b52e57654458b48e9f266b4ebd37b5755 WHIRLPOOL e7c39e687a75b4809ed73fd20eb65b1001a8ef02f147ba538c6e3336f84cdfefe481cabfa0a215bdd849ec380aa79dd7947b555ffaef72e68a17ece1cd7191d2 diff --git a/dev-ruby/ruby-inifile/metadata.xml b/dev-ruby/ruby-inifile/metadata.xml deleted file mode 100644 index 28ab0c15f20..00000000000 --- a/dev-ruby/ruby-inifile/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - diff --git a/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r2.ebuild b/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r2.ebuild deleted file mode 100644 index cae3891edbb..00000000000 --- a/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -# ruby22 -> Incompatible code -USE_RUBY="ruby21" - -inherit ruby-ng - -DESCRIPTION="Small library to parse INI-files in Ruby" -HOMEPAGE="http://raa.ruby-lang.org/project/ruby-inifile/" -SRC_URI="http://gregoire.lejeune.free.fr/${PN}_${PV}.tar.gz" - -SLOT="0" -IUSE="" -LICENSE="Ruby" -KEYWORDS="~amd64 ~x86" -RUBY_S=${PN} - -each_ruby_test() { - cd tests - for test in *.rb ; do - ${RUBY} -I../lib $test || die - done -} - -each_ruby_install() { - ${RUBY} setup.rb config --prefix="${D}"/usr || die - ${RUBY} setup.rb install || die -} - -all_ruby_install() { - dodoc AUTHORS README -}