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 356C213997F for ; Sat, 9 Nov 2019 06:29:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FC6AE091A; Sat, 9 Nov 2019 06:28:59 +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 0674CE091A for ; Sat, 9 Nov 2019 06:28:58 +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 9F89A34CB00 for ; Sat, 9 Nov 2019 06:28:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 394028AB for ; Sat, 9 Nov 2019 06:28:55 +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: <1573280381.edcb9e6ce2c7ea15b465729a89a5ecdbd0b7fab5.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/psych/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/psych/Manifest dev-ruby/psych/psych-3.0.3.ebuild X-VCS-Directories: dev-ruby/psych/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: edcb9e6ce2c7ea15b465729a89a5ecdbd0b7fab5 X-VCS-Branch: master Date: Sat, 9 Nov 2019 06:28:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e9a30713-8278-4bbb-b8bd-5f6782a8d1b2 X-Archives-Hash: c173038f1c8f6e944c5ac652a6188961 commit: edcb9e6ce2c7ea15b465729a89a5ecdbd0b7fab5 Author: Hans de Graaff gentoo org> AuthorDate: Sat Nov 9 06:19:41 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Nov 9 06:19:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edcb9e6c dev-ruby/psych: cleanup Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/psych/Manifest | 1 - dev-ruby/psych/psych-3.0.3.ebuild | 44 --------------------------------------- 2 files changed, 45 deletions(-) diff --git a/dev-ruby/psych/Manifest b/dev-ruby/psych/Manifest index ea7e8655cfb..025e66c9816 100644 --- a/dev-ruby/psych/Manifest +++ b/dev-ruby/psych/Manifest @@ -1,2 +1 @@ -DIST psych-3.0.3.tar.gz 133778 BLAKE2B c28ba4ca2fa8b042bd8f13294330c7704401d861ff082fc2b97c59b7f5ab29001a44184992eadd78fa125ec14ca71c9e79c5e71bafe46471643ed0fd62180165 SHA512 cc2289dcdcaa7f812d03580bd05894fb66c7c3c161535c8f17f790a6a9c35c5623462102276f63c54b884a82d86359b3e0f455b2427db3b6987ac5d71010c8b4 DIST psych-3.1.0.tar.gz 137194 BLAKE2B ab2678d44ee0824ac64cffd03f7d3e204c1c097c27f6aefe5701f663fc4e6f8adfc898f3c666c1485e6719b2902d284e8191c72cc4b35cec0982e31188b3319b SHA512 c2919840462502bca6c1619409005f3904816048caa08f9637ff6e306542afc566bb3f873e615581d9d6fcb6ace8a30c080a21523714c18d8e639d70026ed153 diff --git a/dev-ruby/psych/psych-3.0.3.ebuild b/dev-ruby/psych/psych-3.0.3.ebuild deleted file mode 100644 index 8d17eb10b18..00000000000 --- a/dev-ruby/psych/psych-3.0.3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -RUBY_FAKEGEM_BINWRAP="" - -inherit multilib ruby-fakegem - -DESCRIPTION="A libyaml wrapper for Ruby" -HOMEPAGE="https://github.com/tenderlove/psych" -SRC_URI="https://github.com/tenderlove/psych/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="" - -DEPEND+=" >=dev-libs/libyaml-0.2.1" - -ruby_add_bdepend "test? ( dev-ruby/minitest:5 )" - -all_ruby_prepare() { - sed -i -e '1igem "minitest", "~>5.0"' test/psych/helper.rb || die -} - -each_ruby_configure() { - ${RUBY} -Cext/${PN} extconf.rb || die -} - -each_ruby_compile() { - emake V=1 -Cext/${PN} - cp ext/${PN}/${PN}$(get_modname) lib/ || die -} - -each_ruby_test() { - ${RUBY} -Ilib:test:test/${PN}:. -e "Dir['test/psych/**/test_*.rb'].each {|f| require f}" || die -}