Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/libxml/
Date: Sat, 23 May 2020 05:32:05
Message-Id: 1590211847.ad99b66d9fde7ab84eb8e3b39cca018e1939f07f.graaff@gentoo
1 commit: ad99b66d9fde7ab84eb8e3b39cca018e1939f07f
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 05:30:47 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 05:30:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad99b66d
7
8 dev-ruby/libxml: remove masked package
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/libxml/Manifest | 1 -
13 dev-ruby/libxml/libxml-2.9.0.ebuild | 49 -------------------------------------
14 dev-ruby/libxml/metadata.xml | 11 ---------
15 3 files changed, 61 deletions(-)
16
17 diff --git a/dev-ruby/libxml/Manifest b/dev-ruby/libxml/Manifest
18 deleted file mode 100644
19 index 61b5f39e00b..00000000000
20 --- a/dev-ruby/libxml/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST libxml-ruby-2.9.0.gem 262144 BLAKE2B fb601a0be0aab7fdfd00ac7ef245e52413dbc6e4de71eecb4f0618843ee0621f96ef438df5ec20483a56686ec0ba7ed13fce29b13b779a04313337caa385ae8c SHA512 06ad42ce68c16715fc92a41439c3c27b49fc25b4f8829fac0a27f860d6c3df9a4cb964f1b4677d7587d31c0e5542c4d1c1c25ae3bcfcec889015618d22f6ff3c
24
25 diff --git a/dev-ruby/libxml/libxml-2.9.0.ebuild b/dev-ruby/libxml/libxml-2.9.0.ebuild
26 deleted file mode 100644
27 index 14d0f1ef717..00000000000
28 --- a/dev-ruby/libxml/libxml-2.9.0.ebuild
29 +++ /dev/null
30 @@ -1,49 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -USE_RUBY="ruby23 ruby24"
37 -
38 -RUBY_FAKEGEM_NAME="libxml-ruby"
39 -
40 -RUBY_FAKEGEM_DOCDIR="doc"
41 -RUBY_FAKEGEM_EXTRADOC="README.rdoc HISTORY"
42 -
43 -inherit ruby-fakegem
44 -
45 -DESCRIPTION="Ruby libxml with a user friendly API, akin to REXML"
46 -HOMEPAGE="https://github.com/xml4r/libxml-ruby"
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
51 -IUSE=""
52 -
53 -RDEPEND="${RDEPEND} dev-libs/libxml2"
54 -DEPEND="${DEPEND} dev-libs/libxml2"
55 -
56 -ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
57 -
58 -all_ruby_prepare() {
59 - # Remove grancher tasks only needed for publishing the website
60 - sed -i -e '/grancher/d' -e '/Grancher/,$d' Rakefile || die
61 -
62 - # We don't have the hanna template available.
63 - sed -i -e 's/hanna/rake/' Rakefile || die
64 -
65 - # Remove rake-compiler bits since we don't use it
66 - sed -i -e '/extensiontask/d' -e '/ExtensionTask/,/end/d' -e '/GemPackageTask/,/end/d' Rakefile || die
67 -
68 - # Avoid test that fails intermittently
69 - sed -i -e '/test_get_handler/,/^ end/ s:^:#:' test/tc_error.rb || die
70 -}
71 -
72 -each_ruby_configure() {
73 - ${RUBY} -C ext/libxml extconf.rb || die
74 -}
75 -
76 -each_ruby_compile() {
77 - emake -C ext/libxml V=1
78 - cp ext/libxml/libxml_ruby.so lib/ || die
79 -}
80
81 diff --git a/dev-ruby/libxml/metadata.xml b/dev-ruby/libxml/metadata.xml
82 deleted file mode 100644
83 index 53271e9caf2..00000000000
84 --- a/dev-ruby/libxml/metadata.xml
85 +++ /dev/null
86 @@ -1,11 +0,0 @@
87 -<?xml version="1.0" encoding="UTF-8"?>
88 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
89 -<pkgmetadata>
90 - <maintainer type="project">
91 - <email>ruby@g.o</email>
92 - <name>Gentoo Ruby Project</name>
93 - </maintainer>
94 - <upstream>
95 - <remote-id type="github">xml4r/libxml-ruby</remote-id>
96 - </upstream>
97 -</pkgmetadata>