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/ragol/
Date: Wed, 12 Dec 2018 09:30:54
Message-Id: 1544606907.6b19f2817533cf3f367640960a781f65c9492fd5.graaff@gentoo
1 commit: 6b19f2817533cf3f367640960a781f65c9492fd5
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 12 09:28:27 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 12 09:28:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b19f281
7
8 dev-ruby/ragol: remove masked package, bug 661262
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/ragol/Manifest | 1 -
13 dev-ruby/ragol/metadata.xml | 11 -----------
14 dev-ruby/ragol/ragol-1.0.1-r2.ebuild | 26 --------------------------
15 3 files changed, 38 deletions(-)
16
17 diff --git a/dev-ruby/ragol/Manifest b/dev-ruby/ragol/Manifest
18 deleted file mode 100644
19 index 7850c374520..00000000000
20 --- a/dev-ruby/ragol/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST ragol-git-1.0.1.tgz 18748 BLAKE2B 321d4fb6f4ebce8aa57510033aefa0902bc9b41f7c9e26aa80bc20d4f941ef9d8b76943630b3735e75efa78cd6ae292beb519a869164d994478479a9b7455ef0 SHA512 97002cf899a38dcc52f17c47efa6c8cdeab602be19910108e8efa7097a04ed86783ba4389d5f11c84179ec085aa9bfcb8f506dd42904ce0517bc5957ea414de6
24
25 diff --git a/dev-ruby/ragol/metadata.xml b/dev-ruby/ragol/metadata.xml
26 deleted file mode 100644
27 index 19f1f96274a..00000000000
28 --- a/dev-ruby/ragol/metadata.xml
29 +++ /dev/null
30 @@ -1,11 +0,0 @@
31 -<?xml version="1.0" encoding="UTF-8"?>
32 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 -<pkgmetadata>
34 - <maintainer type="project">
35 - <email>ruby@g.o</email>
36 - <name>Gentoo Ruby Project</name>
37 - </maintainer>
38 - <upstream>
39 - <remote-id type="github">jpace/ragol</remote-id>
40 - </upstream>
41 -</pkgmetadata>
42
43 diff --git a/dev-ruby/ragol/ragol-1.0.1-r2.ebuild b/dev-ruby/ragol/ragol-1.0.1-r2.ebuild
44 deleted file mode 100644
45 index 06af7ea7731..00000000000
46 --- a/dev-ruby/ragol/ragol-1.0.1-r2.ebuild
47 +++ /dev/null
48 @@ -1,26 +0,0 @@
49 -# Copyright 1999-2018 Gentoo Foundation
50 -# Distributed under the terms of the GNU General Public License v2
51 -
52 -EAPI=5
53 -
54 -# ruby24: fails tests
55 -USE_RUBY="ruby22 ruby23"
56 -
57 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
58 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
59 -RUBY_FAKEGEM_DOCDIR="doc"
60 -RUBY_FAKEGEM_EXTRADOC="Features.txt History.txt NEWS README.md"
61 -
62 -inherit ruby-fakegem
63 -
64 -DESCRIPTION="Another implementation of an option processor"
65 -HOMEPAGE="https://github.com/jpace/ragol"
66 -
67 -SRC_URI="https://github.com/jpace/ragol/archive/v${PV}.tar.gz -> ${PN}-git-${PV}.tgz"
68 -
69 -LICENSE="MIT"
70 -SLOT="0"
71 -KEYWORDS="amd64 ~hppa ~ppc ~sparc x86"
72 -IUSE=""
73 -
74 -ruby_add_rdepend ">=dev-ruby/logue-1.0.0"