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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 31A4A15800D for ; Tue, 11 Jul 2023 07:47:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 341BEE0863; Tue, 11 Jul 2023 07:47:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17CC0E0864 for ; Tue, 11 Jul 2023 07:47:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3E65340D31 for ; Tue, 11 Jul 2023 07:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38F4DAC5 for ; Tue, 11 Jul 2023 07:47:19 +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: <1689061633.2da1df48010df1d191a09e3f6bbfc3900928bab1.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pkg-config/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/pkg-config/Manifest dev-ruby/pkg-config/pkg-config-1.4.9.ebuild X-VCS-Directories: dev-ruby/pkg-config/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 2da1df48010df1d191a09e3f6bbfc3900928bab1 X-VCS-Branch: master Date: Tue, 11 Jul 2023 07:47:19 +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: c47a58e9-9357-415f-9003-7fc944f81947 X-Archives-Hash: a72732d7da8fd0dd941ec84d2d3b14fe commit: 2da1df48010df1d191a09e3f6bbfc3900928bab1 Author: Hans de Graaff gentoo org> AuthorDate: Tue Jul 11 04:54:47 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Jul 11 07:47:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da1df48 dev-ruby/pkg-config: drop 1.4.9 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/pkg-config/Manifest | 1 - dev-ruby/pkg-config/pkg-config-1.4.9.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/dev-ruby/pkg-config/Manifest b/dev-ruby/pkg-config/Manifest index 814965717c7a..6681b010d48f 100644 --- a/dev-ruby/pkg-config/Manifest +++ b/dev-ruby/pkg-config/Manifest @@ -1,3 +1,2 @@ -DIST pkg-config-1.4.9.gem 22528 BLAKE2B 5b033292b56fd6cd163b611d3d16becb1489691ad348124234495333906eb19d92c994068a32416360248b641769f1da0aae777bf7372119d04ab9164cdd7b32 SHA512 b2052be243a6f9c9a96f76651f76460bbfd9d99fe5d1fa00f47683c659f2971ade525f5da5df49e214972f3cb1226d3212e134d44f1a3fcd5e0a8d253b281194 DIST pkg-config-1.5.1.gem 23040 BLAKE2B c814cabb2a57f9a40cd5b8112f0103a9aa7a4aeb10f2991ff23a846a98714d832c77ecb9bec9b3c884adf98496eb552451a6b98875a78921efdac229fc5a5e39 SHA512 972fdc1ed64adb66a388331e10c00648560abec8455727b804cb2fe9ce40dd9801dfc909116c1cc96b8617aa52873339a290c5d0775a88c30f2399566db557e6 DIST pkg-config-1.5.2.gem 23040 BLAKE2B 32670e823980888b3cc679afa61cb71092b559ad12ab0cd4485ccc191353426af23f0007fd844cc8a71ad7c4c1c190587eb7643f19f68623ecad182270606141 SHA512 f4aa101ff6bbfce5bf23b6c83f61e186424c097f889e51fe337d158753fc8af26ee918bb509653ea70487a7d92a24b66cc96c1c0ea4bed2cfab5cd9380317679 diff --git a/dev-ruby/pkg-config/pkg-config-1.4.9.ebuild b/dev-ruby/pkg-config/pkg-config-1.4.9.ebuild deleted file mode 100644 index 3d3b16d96978..000000000000 --- a/dev-ruby/pkg-config/pkg-config-1.4.9.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS" - -inherit ruby-fakegem - -DESCRIPTION="A pkg-config implementation by Ruby" -HOMEPAGE="https://github.com/rcairo/pkg-config" -LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )" - -KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 sparc x86" -SLOT="0" -IUSE="test" - -ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )" -# this is used for testing -DEPEND+=" test? ( x11-libs/cairo )" - -all_ruby_prepare() { - sed -e '/test_cflags/aomit "Fragile on Gentoo"' -i test/test-pkg-config.rb || die -} - -each_ruby_test() { - ruby-ng_testrb-2 -Ilib test/test-pkg-config.rb || die -}