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 BDB941382C5 for ; Thu, 26 Apr 2018 04:57:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C4A7E0894; Thu, 26 Apr 2018 04:57:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 455E2E0894 for ; Thu, 26 Apr 2018 04:57:15 +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 2FEFE335C79 for ; Thu, 26 Apr 2018 04:57:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D69C2A0 for ; Thu, 26 Apr 2018 04:57:11 +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: <1524718542.c1b9fca64d7aceee94c46b1138b35975228296a2.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/narray/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/narray/Manifest dev-ruby/narray/narray-0.6.1.1.ebuild X-VCS-Directories: dev-ruby/narray/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c1b9fca64d7aceee94c46b1138b35975228296a2 X-VCS-Branch: master Date: Thu, 26 Apr 2018 04:57:11 +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: a19301ca-d21c-49a6-9158-5b1a730068ee X-Archives-Hash: e25edfa25443f8ba4924cdf6abfd0668 commit: c1b9fca64d7aceee94c46b1138b35975228296a2 Author: Hans de Graaff gentoo org> AuthorDate: Thu Apr 26 04:55:42 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Apr 26 04:55:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b9fca6 dev-ruby/narray: cleanup Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/narray/Manifest | 1 - dev-ruby/narray/narray-0.6.1.1.ebuild | 50 ----------------------------------- 2 files changed, 51 deletions(-) diff --git a/dev-ruby/narray/Manifest b/dev-ruby/narray/Manifest index 444710dc4d5..2cd737d4b67 100644 --- a/dev-ruby/narray/Manifest +++ b/dev-ruby/narray/Manifest @@ -1,2 +1 @@ -DIST narray-0.6.1.1.tar.gz 68536 BLAKE2B 07aaa85ed719da6e5d78f1783e93bf5a46574e2fc8461a75f7a20aad56234c973ec3e5267888e94b505baab2401a210368f93bd003db2e57ac41d4ac5f54875f SHA512 1c9983d29c774cb61b7f8ec53290d427c123b648d88407ff4a2e2aef1a289267050d4846adfc00c075629cb228ed5b3d4f9f5ded4cded0b84ec1a5532cbb49ff DIST narray-0.6.1.2.tar.gz 68621 BLAKE2B c4e48b81fb0d79cc49e32ed8204d9cac3f483eb44e1207f422f5b272bb8891836d81cd83c090f4d643677b1159801c13d15580504e6ca244a2a75d4b6dfb3204 SHA512 51e9bec0b711e79e268b73496ad742b80bb46a6e9ea6aab9a2535a700b6efc8f7ae2e854f5772d434e3d385d81275744dbc796ebec4d3de73f2ec0546bd2339a diff --git a/dev-ruby/narray/narray-0.6.1.1.ebuild b/dev-ruby/narray/narray-0.6.1.1.ebuild deleted file mode 100644 index 6ea4f1b4bc1..00000000000 --- a/dev-ruby/narray/narray-0.6.1.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# jruby → native extension -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md README.ja.md SPEC.en.txt SPEC.ja.txt" - -RUBY_FAKEGEM_VERSION="${PV/_p/.}" - -inherit multilib ruby-fakegem - -DESCRIPTION="Numerical N-dimensional Array class" -HOMEPAGE="http://www.ir.isas.ac.jp/~masa/ruby/index-e.html" -SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="amd64 hppa ~mips ppc ~ppc64 x86" - -IUSE="" - -all_ruby_prepare() { - # the tests aren't really written to be a testsuite, so the - # failure cases will literally fail; ignore all of those and - # instead expect that the rest won't fail. - sed -i -e '/[fF]ollowing will fail/,$ s:^:#:' \ - -e '/next will fail/,$ s:^:#:' \ - test/*.rb || die "sed failed" -} - -each_ruby_configure() { - ${RUBY} extconf.rb || die "extconf.rb failed" -} - -each_ruby_compile() { - emake V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" - cp -l ${PN}$(get_modname) ${PN}.h ${PN}_config.h lib/ || die "copy of ${PN}$(get_modname) failed" -} - -each_ruby_test() { - for unit in test/*; do - ${RUBY} -Ilib ${unit} || die "test ${unit} failed" - done -}