From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rcairo/
Date: Wed, 25 Jan 2023 07:30:24 +0000 (UTC) [thread overview]
Message-ID: <1674631820.72a9065c816da7c49e7d1f1efbfdfc49f96162f5.graaff@gentoo> (raw)
commit: 72a9065c816da7c49e7d1f1efbfdfc49f96162f5
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 07:06:55 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 07:30:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a9065c
dev-ruby/rcairo: drop 1.16.6-r1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/rcairo/Manifest | 1 -
dev-ruby/rcairo/rcairo-1.16.6-r1.ebuild | 78 ---------------------------------
2 files changed, 79 deletions(-)
diff --git a/dev-ruby/rcairo/Manifest b/dev-ruby/rcairo/Manifest
index 242aea46fd13..a55008807b10 100644
--- a/dev-ruby/rcairo/Manifest
+++ b/dev-ruby/rcairo/Manifest
@@ -1,3 +1,2 @@
-DIST cairo-1.16.6.gem 197120 BLAKE2B d5c1f1704592afb096d30504f2d74d27e29e6222fd1648895beab786efae071de70f942b31e2f49960ec91bd87f0297a2d3b07013e894951d4ec1e8d376e73dc SHA512 f499daa83e865d58cc29d158ce649cab9f939464a08e5d7711f6cf255fb8dcfbf52457e3d2b81aef2018ad8d0762117776049b3681c9be6abdf4f0b12e43404c
DIST cairo-1.17.5.gem 197120 BLAKE2B 6788c4832331407802d56dc429d665d8a82d9e69a7bf9958391b02003e71d7449cabd65fb97916e8e06a16fa599bae1c514e8ace75304f746db3051bb6bc21ee SHA512 f2ade6fb6b9fccd81a11061b277d4a9077936e0beef42c61225bd4d5630586a57a3fa192a20a0f7e4922313e2a8215268bc9a5d007d2805cf1f80714fd9ad1ba
DIST cairo-1.17.8.gem 198656 BLAKE2B c999f862753d17c186f766f82ede6c7fb3c773018c314825762b68025bf806e6a466b8895ddfa3046f7ac3f3af501d6feaebcb8241779de9c3a0d153589d0993 SHA512 a2b756dc1cf1abb98e4b60b9b56f5f610058bd840b67c991d6bfb3da2523b0f77a5854147f9d14ca461d573e51fbe3ba35c83659af5c031086710970fac6665a
diff --git a/dev-ruby/rcairo/rcairo-1.16.6-r1.ebuild b/dev-ruby/rcairo/rcairo-1.16.6-r1.ebuild
deleted file mode 100644
index 9dfd343431f5..000000000000
--- a/dev-ruby/rcairo/rcairo-1.16.6-r1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_NAME="cairo"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_EXTRADOC="AUTHORS NEWS"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Ruby bindings for cairo"
-HOMEPAGE="https://cairographics.org/rcairo/"
-
-IUSE=""
-
-SLOT="0"
-LICENSE="|| ( Ruby-BSD GPL-2 )"
-KEYWORDS="amd64 ~ppc ~x86"
-
-RDEPEND="${RDEPEND}
- >=x11-libs/cairo-1.2.0[svg(+)]"
-DEPEND="${DEPEND}
- >=x11-libs/cairo-1.2.0[svg(+)]"
-
-ruby_add_bdepend "
- >=dev-ruby/pkg-config-1.2.2
- dev-ruby/ruby-glib2
- test? ( >=dev-ruby/test-unit-2.1.0-r1:2 dev-ruby/ruby-poppler )"
-
-all_ruby_prepare() {
- # Avoid unneeded dependency
- sed -e '/native-package-installer/ s:^:#:' \
- -e '/def required_pkg_config_package/areturn true' \
- -e '/checking_for/,/^end/ s:^:#:' \
- -i ext/cairo/extconf.rb || die
- sed -i -e '/native-package-installer/,/Gem::Dependency/ d' ../metadata || die
-
- # Avoid test that requires unpackaged fixture
- sed -i -e '/sub_test_case..FreeTypeFontFace/,/^ end/ s:^:#:' test/test_font_face.rb || die
-}
-
-each_ruby_configure() {
- ${RUBY} -Cext/cairo extconf.rb || die "extconf failed"
-}
-
-each_ruby_compile() {
- emake V=1 -Cext/cairo
-
- # again, try to make it more standard, to install it more easily.
- cp ext/cairo/cairo$(get_modname) lib/ || die
-}
-
-each_ruby_test() {
- # don't rely on the Rakefile because it's a mess to load with
- # their hierarchy, do it manually.
- ${RUBY} -Ilib -r ./test/helper \
- -e 'gem "test-unit"; require "test/unit"; Dir.glob("test/**/test_*.rb") {|f| load f}' || die "tests failed"
-}
-
-each_ruby_install() {
- each_fakegem_install
-
- insinto $(ruby_get_hdrdir)
- doins ext/cairo/rb_cairo.h
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- dodoc -r samples
-}
next reply other threads:[~2023-01-25 7:30 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-25 7:30 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-30 6:06 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rcairo/ Hans de Graaff
2025-03-30 6:03 Hans de Graaff
2025-03-14 13:05 Hans de Graaff
2024-12-21 8:58 Hans de Graaff
2024-07-22 5:23 Hans de Graaff
2024-06-01 5:41 Hans de Graaff
2023-12-18 7:04 Hans de Graaff
2023-07-24 13:39 Arthur Zamarin
2023-06-17 4:53 Hans de Graaff
2023-03-29 13:04 Sam James
2023-03-29 12:05 Sam James
2023-03-25 7:12 Sam James
2023-03-11 8:25 Hans de Graaff
2022-11-26 16:08 Hans de Graaff
2022-11-26 16:08 Hans de Graaff
2022-10-08 18:25 Sam James
2022-07-30 7:46 Hans de Graaff
2021-10-27 13:58 Hans de Graaff
2021-06-21 5:26 Hans de Graaff
2021-06-14 6:37 Sergei Trofimovich
2021-05-23 8:00 Naohiro Aota
2021-05-08 2:08 Thomas Deutschmann
2021-04-28 4:53 Hans de Graaff
2021-01-17 7:42 Hans de Graaff
2020-07-26 15:12 Hans de Graaff
2020-07-23 15:02 Hans de Graaff
2020-02-09 10:24 Hans de Graaff
2020-02-05 6:16 Hans de Graaff
2020-02-04 6:29 Hans de Graaff
2019-11-05 6:41 Hans de Graaff
2019-04-13 17:59 Hans de Graaff
2019-04-13 17:59 Hans de Graaff
2019-03-13 7:03 Hans de Graaff
2019-02-11 19:47 Hans de Graaff
2018-07-02 19:07 Hans de Graaff
2018-07-02 19:07 Hans de Graaff
2017-12-27 6:29 Hans de Graaff
2017-12-27 6:29 Hans de Graaff
2017-12-22 6:44 Hans de Graaff
2017-12-22 6:30 Hans de Graaff
2017-12-22 6:30 Hans de Graaff
2017-10-16 5:11 Hans de Graaff
2017-09-24 7:10 Hans de Graaff
2017-09-24 7:10 Hans de Graaff
2017-07-30 7:00 Hans de Graaff
2017-07-30 7:00 Hans de Graaff
2017-07-21 6:28 Hans de Graaff
2017-03-16 1:31 Naohiro Aota
2017-03-04 7:26 Hans de Graaff
2017-01-18 7:16 Hans de Graaff
2017-01-09 6:52 Hans de Graaff
2016-11-15 6:18 Hans de Graaff
2016-11-13 10:32 Hans de Graaff
2016-11-06 14:35 Hans de Graaff
2016-04-22 5:07 Hans de Graaff
2016-04-10 0:01 Manuel Rüger
2015-09-09 5:49 Hans de Graaff
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=1674631820.72a9065c816da7c49e7d1f1efbfdfc49f96162f5.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