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 08D25138334 for ; Mon, 11 Feb 2019 20:28:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B06A6E0801; Mon, 11 Feb 2019 20:28:15 +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 788FDE07FA for ; Mon, 11 Feb 2019 20:28: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 C79C0335CFB for ; Mon, 11 Feb 2019 20:28:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7AC6503 for ; Mon, 11 Feb 2019 20:28: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: <1549916049.8d77e5f3fddd0d621d77670b1344b1837594323c.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-pango/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-pango/Manifest dev-ruby/ruby-pango/ruby-pango-3.3.2.ebuild X-VCS-Directories: dev-ruby/ruby-pango/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 8d77e5f3fddd0d621d77670b1344b1837594323c X-VCS-Branch: master Date: Mon, 11 Feb 2019 20:28: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1ef55886-bef4-4dda-9b48-3ebc11adaba4 X-Archives-Hash: 8f507441d63fb61fee4fd8844388cddf commit: 8d77e5f3fddd0d621d77670b1344b1837594323c Author: Hans de Graaff gentoo org> AuthorDate: Mon Feb 11 20:14:09 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Feb 11 20:14:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d77e5f3 dev-ruby/ruby-pango: add 3.3.2 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ruby/ruby-pango/Manifest | 1 + dev-ruby/ruby-pango/ruby-pango-3.3.2.ebuild | 34 +++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-ruby/ruby-pango/Manifest b/dev-ruby/ruby-pango/Manifest index 3e4b4adab6c..b403a5aea84 100644 --- a/dev-ruby/ruby-pango/Manifest +++ b/dev-ruby/ruby-pango/Manifest @@ -1 +1,2 @@ DIST ruby-gnome2-all-3.1.1.tar.gz 2233259 BLAKE2B 2758a2b34bbb96a9b2aba73f576d6213c9add2bd37ac85ed083a2bfb050d5327d7332ee1b9a8445e69aab0c4721ba446b4cb66c26273818ba930cce389eda152 SHA512 be264505d254248e0e6190b28c5311d10384c2ade19ac56f249bd17284b153368e6007862c4e19e6d1015ba3e441f9bc502a5dbcc45b7dc8036611ef554a6de9 +DIST ruby-gnome2-all-3.3.2.tar.gz 2310841 BLAKE2B 8f50dc289cd097fa476a3419ffec623009395384bcfa965803f3e4e857e095866e0233e7546150c5e54d1e35f71c5e72a2880100a881ba037356208e5d3721ce SHA512 4581aad8c69db2b6be3b067ff60994fb3567d68299f634e085319ac81f51e1d681972ccba715f8e93df3adba155fa8cd3a49929cd77f6eb01856be30e551b21c diff --git a/dev-ruby/ruby-pango/ruby-pango-3.3.2.ebuild b/dev-ruby/ruby-pango/ruby-pango-3.3.2.ebuild new file mode 100644 index 00000000000..cdd49cd7427 --- /dev/null +++ b/dev-ruby/ruby-pango/ruby-pango-3.3.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby23 ruby24 ruby25 ruby26" + +inherit ruby-ng-gnome2 + +DESCRIPTION="Ruby Pango bindings" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" +DEPEND+=" >=x11-libs/pango-1.2.1" +RDEPEND+=" >=x11-libs/pango-1.2.1" + +ruby_add_rdepend " + ~dev-ruby/ruby-cairo-gobject-${PV} + ~dev-ruby/ruby-gobject-introspection-${PV} +" + +all_ruby_prepare() { + # Remove test depending on specific locales to be set up: bug 526248 + rm -f test/test-language.rb || die + + # Avoid native installer + sed -i -e '/native-package-installer/ s:^:#: ; /^\s*setup_homebrew_libffi/ s:^:#:' ../glib2/lib/mkmf-gnome2.rb || die + + # Avoid compilation of dependencies during test. + sed -i -e '/system/,/^ end/ s:^:#:' test/run-test.rb || die +} + +each_ruby_test() { + # Include pango path since run-test does not list it + ${RUBY} -Iext/pango test/run-test.rb || die +}