From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pkg-config/
Date: Mon, 02 Jun 2025 18:50:04 +0000 (UTC) [thread overview]
Message-ID: <1748890177.5430694b81c41ec165cbde77dfdbba24c53efde3.graaff@gentoo> (raw)
commit: 5430694b81c41ec165cbde77dfdbba24c53efde3
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 2 18:46:37 2025 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jun 2 18:49:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5430694b
dev-ruby/pkg-config: drop 1.5.8, 1.6.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/pkg-config/Manifest | 2 --
dev-ruby/pkg-config/pkg-config-1.5.8.ebuild | 29 -----------------------------
dev-ruby/pkg-config/pkg-config-1.6.0.ebuild | 29 -----------------------------
3 files changed, 60 deletions(-)
diff --git a/dev-ruby/pkg-config/Manifest b/dev-ruby/pkg-config/Manifest
index 1e0997274d6b..ed05753c588d 100644
--- a/dev-ruby/pkg-config/Manifest
+++ b/dev-ruby/pkg-config/Manifest
@@ -1,6 +1,4 @@
DIST pkg-config-1.5.6.gem 23040 BLAKE2B dad69e21b43fd8b97ea0f01973b89bf5182664b4170fcff7aacb40db045da313579920750450e1b2fa90a955d4c9a64b8eb9bb5618d2728db1114f4e9e173354 SHA512 cff5b2e3ed19ea6f8ea554990ba51a6313a663a258d9962c951ae75016fd181bc35593a871086c7f1fa4347e3f15949ad1621ea8fa86ca0d330db19c84a80ee4
-DIST pkg-config-1.5.8.gem 23552 BLAKE2B d760d67b991aeb1f7a941652350925fdbc45b76204925cf7f5b9a410c75aea5a2fa0bc116fdcbca62f836f53f37a3b1369a21ef66247876ca9dc45f3acab2b74 SHA512 4b1d8c68f4ed407788fd265da021efcaa887b9e680cf443eae2b0fb3ca975640621b497d62908d685226f80353d07c562f7d9cec3525abdb738843139476637e
DIST pkg-config-1.5.9.gem 23552 BLAKE2B afbf0de891eea1891788f97ac1dbf2f9e5ec77a66cfccb6848773c9888ec79405a49e76cb137741db6b80e8f9201eebb61ab381902627f38dbfb472ee5c66153 SHA512 0d075f6c39b4d4ac0cda141457f25b3b6925d856dc08b53319ea055e8ef38316eaea39ee4181e2dfb6312636faf1878819eec1923790d8cc7656a337c2a98c7b
-DIST pkg-config-1.6.0.gem 23552 BLAKE2B da55ddfc28f92a8a7c90afea548c83778b2eadd56d512a937c4adf28e631a75d4109e4a066537c0bc869a6f21e523c3fd979a5eff59f78650302c169c4722ffa SHA512 55398919da7811c2a8505e1ebd45149f9e9ea2aa921352d20b835d87cdb211ae8361fbf36d380302ab5e81899494108c08f80ef760e88617b60a49e374733f35
DIST pkg-config-1.6.1.gem 23552 BLAKE2B e48e946fcb73cd37c8039515129899024578f4b8752624b3c41826f9051025fd5f029d03f74b027bdec6c611e796ba90f1c9cb560935f9ca908a7e647935bab4 SHA512 086de7e06e5c2538bccb705db8ce9f66bdb8d21c257c7587f2807c00c057120d6d25c0152eb055b638d08144f7444c21c4b16bded41deb5f3b451c3aa1428b3b
DIST pkg-config-1.6.2.gem 23552 BLAKE2B 885ec8e76059648a76d3a38731e42af79745bb86654724f7923d328901a23c6533ad04145f3b364d222a1bedae6629ebe79075610d64d6415f3415e105fc703e SHA512 e5cc6aeb3d907bb670e8178b07fc595bbd5fccf1575c5b1904ac4e8ff34ce78988461d04a0e8241afd1add2d145652d0a494a8c9b302359f3826515c072bda39
diff --git a/dev-ruby/pkg-config/pkg-config-1.5.8.ebuild b/dev-ruby/pkg-config/pkg-config-1.5.8.ebuild
deleted file mode 100644
index 92310c9542cd..000000000000
--- a/dev-ruby/pkg-config/pkg-config-1.5.8.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33 ruby34"
-
-RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A pkg-config implementation by Ruby"
-HOMEPAGE="https://github.com/ruby-gnome/pkg-config"
-LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-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
-}
diff --git a/dev-ruby/pkg-config/pkg-config-1.6.0.ebuild b/dev-ruby/pkg-config/pkg-config-1.6.0.ebuild
deleted file mode 100644
index ccf2ccc56541..000000000000
--- a/dev-ruby/pkg-config/pkg-config-1.6.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33 ruby34"
-
-RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A pkg-config implementation by Ruby"
-HOMEPAGE="https://github.com/ruby-gnome/pkg-config"
-LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-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
-}
next reply other threads:[~2025-06-02 18:50 UTC|newest]
Thread overview: 123+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-02 18:50 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-21 10:56 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pkg-config/ Arthur Zamarin
2025-05-18 12:13 Arthur Zamarin
2025-05-18 10:19 Arthur Zamarin
2025-05-18 10:18 Arthur Zamarin
2025-04-28 4:29 Hans de Graaff
2025-04-22 0:36 Sam James
2025-04-19 18:39 Arthur Zamarin
2025-04-17 19:06 Arthur Zamarin
2025-04-17 12:45 Sam James
2025-04-17 12:45 Sam James
2025-04-17 12:45 Sam James
2025-04-17 12:45 Sam James
2025-04-17 5:34 Hans de Graaff
2025-03-02 6:54 Hans de Graaff
2025-01-09 6:52 Hans de Graaff
2024-12-31 8:53 Hans de Graaff
2024-12-31 8:53 Hans de Graaff
2024-11-22 7:47 Hans de Graaff
2024-10-27 6:56 Hans de Graaff
2024-10-27 6:56 Hans de Graaff
2024-10-13 20:53 Sam James
2024-10-08 19:37 Arthur Zamarin
2024-10-06 14:29 Arthur Zamarin
2024-10-06 13:30 Jakov Smolić
2024-10-06 11:52 Sam James
2024-10-06 11:52 Sam James
2023-12-27 13:55 Hans de Graaff
2023-11-20 7:17 Hans de Graaff
2023-11-20 7:16 Hans de Graaff
2023-09-05 4:08 Hans de Graaff
2023-08-30 5:25 Hans de Graaff
2023-07-31 18:57 Arthur Zamarin
2023-07-11 7:47 Hans de Graaff
2023-06-18 4:22 Hans de Graaff
2023-04-23 23:01 Sam James
2023-04-10 10:57 Sam James
2023-04-10 10:57 Sam James
2023-04-10 10:57 Sam James
2023-04-10 10:54 Sam James
2023-04-10 10:52 Sam James
2023-04-10 10:52 Sam James
2023-03-11 8:25 Hans de Graaff
2023-03-11 8:25 Hans de Graaff
2022-12-03 9:14 Hans de Graaff
2022-12-02 18:59 Arthur Zamarin
2022-11-26 14:11 Arthur Zamarin
2022-11-26 14:11 Arthur Zamarin
2022-11-26 13:58 Hans de Graaff
2022-11-26 13:56 Arthur Zamarin
2022-11-26 13:56 Arthur Zamarin
2022-11-26 12:41 Arthur Zamarin
2022-08-27 6:18 Hans de Graaff
2022-04-30 9:08 Hans de Graaff
2022-04-26 13:45 Sam James
2022-04-23 5:14 Hans de Graaff
2021-08-02 21:48 Marek Szuba
2021-04-15 5:12 Hans de Graaff
2021-02-09 5:47 Hans de Graaff
2021-01-03 8:05 Hans de Graaff
2020-12-29 6:36 Hans de Graaff
2020-09-15 5:09 Hans de Graaff
2020-09-14 7:29 Hans de Graaff
2020-09-13 10:50 Sergei Trofimovich
2020-08-13 19:35 Hans de Graaff
2020-06-21 17:12 Agostino Sarubbo
2020-06-21 16:58 Agostino Sarubbo
2020-06-21 16:54 Agostino Sarubbo
2020-06-20 15:45 Thomas Deutschmann
2020-04-28 4:41 Hans de Graaff
2020-02-10 6:18 Hans de Graaff
2019-12-26 15:41 Hans de Graaff
2019-11-02 10:10 Hans de Graaff
2019-10-24 5:41 Hans de Graaff
2019-09-28 5:47 Hans de Graaff
2019-08-13 5:44 Hans de Graaff
2019-08-13 5:44 Hans de Graaff
2019-04-06 6:16 Hans de Graaff
2019-04-06 6:16 Hans de Graaff
2019-03-13 7:03 Hans de Graaff
2019-03-08 5:29 Hans de Graaff
2019-02-19 6:28 Hans de Graaff
2019-02-19 6:28 Hans de Graaff
2019-02-10 11:07 Hans de Graaff
2018-12-26 17:47 Hans de Graaff
2018-11-05 6:31 Hans de Graaff
2018-05-15 5:15 Hans de Graaff
2018-05-14 21:16 Sergei Trofimovich
2018-05-01 4:45 Hans de Graaff
2018-03-31 14:17 Tobias Klausmann
2018-03-22 6:07 Markus Meier
2018-01-15 7:26 Hans de Graaff
2017-12-29 17:41 Sergei Trofimovich
2017-12-26 11:46 Sergei Trofimovich
2017-12-26 7:35 Hans de Graaff
2017-12-26 0:59 Thomas Deutschmann
2017-12-23 20:36 Sergei Trofimovich
2017-12-22 6:44 Hans de Graaff
2017-12-22 6:44 Hans de Graaff
2017-10-29 5:57 Hans de Graaff
2017-08-22 4:09 Hans de Graaff
2017-08-07 4:44 Hans de Graaff
2017-08-07 4:44 Hans de Graaff
2017-06-28 9:35 Alexis Ballier
2017-06-02 4:45 Hans de Graaff
2017-05-29 4:31 Hans de Graaff
2017-04-29 20:26 Jeroen Roovers
2017-04-26 4:59 Hans de Graaff
2017-04-21 5:07 Hans de Graaff
2017-04-20 5:03 Hans de Graaff
2016-12-27 6:22 Hans de Graaff
2016-12-19 15:12 Agostino Sarubbo
2016-11-13 11:28 Hans de Graaff
2016-10-02 8:59 Jeroen Roovers
2016-06-14 19:35 Markus Meier
2016-06-07 18:29 Tobias Klausmann
2016-01-06 6:33 Hans de Graaff
2016-01-03 7:59 Hans de Graaff
2016-01-03 7:28 Hans de Graaff
2016-01-02 16:53 Jeroen Roovers
2015-12-26 10:36 Agostino Sarubbo
2015-12-25 16:20 Agostino Sarubbo
2015-12-14 14:12 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1748890177.5430694b81c41ec165cbde77dfdbba24c53efde3.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox