From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/nokogumbo/
Date: Sat, 5 Dec 2015 06:46:32 +0000 (UTC) [thread overview]
Message-ID: <1449297609.f6a83909506e24eae6d1460c7c663ff109045816.graaff@gentoo> (raw)
commit: f6a83909506e24eae6d1460c7c663ff109045816
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 4 08:46:04 2015 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Dec 5 06:40:09 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a83909
dev-ruby/nokogumbo: add 1.4.6
Also unbreak nokogiri shared object linking due to missing
default rpath support.
Package-Manager: portage-2.2.20.1
dev-ruby/nokogumbo/Manifest | 2 +-
.../nokogumbo/{nokogumbo-1.4.2.ebuild => nokogumbo-1.4.6.ebuild} | 7 ++++++-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/nokogumbo/Manifest b/dev-ruby/nokogumbo/Manifest
index 9078488..432803f 100644
--- a/dev-ruby/nokogumbo/Manifest
+++ b/dev-ruby/nokogumbo/Manifest
@@ -1,2 +1,2 @@
DIST nokogumbo-1.4.1.gem 232448 SHA256 a2143a68c6eec9b45c554d3eaf10291344961743314cfbde429a55ec76938768 SHA512 41a6a11ebc9431d4b1bec251dab3a81ecaa85741edb95cabc4b3f040df26391efdad48dca5ac5710f20b72e34507ec992c21fdf1afcffaf0fc83ad49dc687f7b WHIRLPOOL 33fa7659dd3df1741f5b3443def1e781ae8dc58c3c7237edba6009eff12bf9c477c5de9f684f59c4331031ba37ca8cdba419c3ac58d3c64a88384c82adbdab28
-DIST nokogumbo-1.4.2.gem 222208 SHA256 8ab7734ec2576a77a77582a25e2658e242bc0710e3ab303643261620fc6cdce0 SHA512 eb9389e678d3f7356ee381a8315485c4aba751b75ec76f43176e996d8f978299716652258dcad9a6135d67b0dace0d01a521b45837a7c98da4ce8b1da49c0efe WHIRLPOOL d350cd99f425619799b84347ba671b52bf174537f756b1c45b7ad1b633ef5fa6f8ee7db69ba72cc87ba7b72c055b189ef5b6da092307fdbfd5ee5df791788683
+DIST nokogumbo-1.4.6.gem 227328 SHA256 310261b82baa7c740544d0c1244338d8fa83864785910fe836734de53bd34c9a SHA512 e80cea26b41147787675dafe03d0f5e88f90c7c7212a95e3ee9090419c4b71c9701dd8b69917aaf66eafe4f1206f7d7165ca4918ad2e8ff12cc6be3265550b08 WHIRLPOOL 9f816a1da6218f840576ba384de297e9dde3e5c85660513b5568b42dffbf45fb5cabefc58e7a604f4af35ad81bfa3f099872caa8fe0dbba804130d3d311ef470
diff --git a/dev-ruby/nokogumbo/nokogumbo-1.4.2.ebuild b/dev-ruby/nokogumbo/nokogumbo-1.4.6.ebuild
similarity index 75%
rename from dev-ruby/nokogumbo/nokogumbo-1.4.2.ebuild
rename to dev-ruby/nokogumbo/nokogumbo-1.4.6.ebuild
index 986ecaf..290d24e 100644
--- a/dev-ruby/nokogumbo/nokogumbo-1.4.2.ebuild
+++ b/dev-ruby/nokogumbo/nokogumbo-1.4.6.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
RUBY_FAKEGEM_RECIPE_TEST="none"
@@ -25,6 +25,11 @@ RDEPEND+=">=dev-libs/gumbo-0.10"
ruby_add_rdepend ">=dev-ruby/nokogiri-1.6.5-r1"
+all_ruby_prepare() {
+ # We compile without rpath support by default so add that back in for this specific case.
+ sed -i -e '/gentoo-release/,/end/ s/+= " /+= " -Wl,-R -Wl,#{nokogiri_ext} /' ext/nokogumboc/extconf.rb || die
+}
+
each_ruby_configure() {
${RUBY} -Cext/nokogumboc extconf.rb || die
}
next reply other threads:[~2015-12-05 6:46 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-05 6:46 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-05-26 5:52 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/nokogumbo/ Hans de Graaff
2021-10-27 11:26 Hans de Graaff
2021-10-03 8:40 Hans de Graaff
2021-10-03 6:03 Hans de Graaff
2021-03-20 7:09 Hans de Graaff
2020-12-01 6:44 Hans de Graaff
2020-11-22 6:46 Hans de Graaff
2020-08-21 6:57 Hans de Graaff
2020-08-03 5:26 Hans de Graaff
2020-04-12 6:22 Hans de Graaff
2019-02-23 7:16 Hans de Graaff
2019-01-31 7:35 Hans de Graaff
2019-01-31 7:35 Hans de Graaff
2018-02-07 6:30 Hans de Graaff
2018-02-07 6:30 Hans de Graaff
2017-07-20 6:25 Hans de Graaff
2016-11-02 5:52 Hans de Graaff
2016-08-02 4:57 Hans de Graaff
2016-07-19 5:58 Hans de Graaff
2016-03-22 21:58 Manuel Rüger
2015-12-19 7:55 Hans de Graaff
2015-09-24 5:06 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=1449297609.f6a83909506e24eae6d1460c7c663ff109045816.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