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/png/
Date: Wed, 31 May 2017 04:38:38
Message-Id: 1496204648.450d12876ce3429b82c8c1772360dca74c2499d5.graaff@gentoo
1 commit: 450d12876ce3429b82c8c1772360dca74c2499d5
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 31 04:20:12 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed May 31 04:24:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=450d1287
7
8 remove masked dev-ruby/png
9
10 dev-ruby/png/Manifest | 1 -
11 dev-ruby/png/metadata.xml | 8 --------
12 dev-ruby/png/png-1.2.1.ebuild | 46 -------------------------------------------
13 3 files changed, 55 deletions(-)
14
15 diff --git a/dev-ruby/png/Manifest b/dev-ruby/png/Manifest
16 deleted file mode 100644
17 index abb0de286e6..00000000000
18 --- a/dev-ruby/png/Manifest
19 +++ /dev/null
20 @@ -1 +0,0 @@
21 -DIST png-1.2.1.gem 22016 SHA256 678235c7c6f1194ec9d3690035044df6820ba41a9d995b73f63d3e8a8926e737 SHA512 307d302d536f195255e0c192e54cce219314c053dd59b88b881c4c9df8d3f1e733c7874c40d5e7db8fe32649dc84dd40dbfc79c5ca31f79e6b98f35af1b40561 WHIRLPOOL 04f2d96d881e2c4889f15cf97af7bcd100d8ab73f8e38eac65635c27c0c4a3c9f93da87f4d00782bf62becfcf444a19a5168f40dc9fc9e9b506f654a023e568a
22
23 diff --git a/dev-ruby/png/metadata.xml b/dev-ruby/png/metadata.xml
24 deleted file mode 100644
25 index eb1e47f2edf..00000000000
26 --- a/dev-ruby/png/metadata.xml
27 +++ /dev/null
28 @@ -1,8 +0,0 @@
29 -<?xml version="1.0" encoding="UTF-8"?>
30 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
31 -<pkgmetadata>
32 - <maintainer type="project">
33 - <email>ruby@g.o</email>
34 - <name>Gentoo Ruby Project</name>
35 - </maintainer>
36 -</pkgmetadata>
37
38 diff --git a/dev-ruby/png/png-1.2.1.ebuild b/dev-ruby/png/png-1.2.1.ebuild
39 deleted file mode 100644
40 index 1c430f01354..00000000000
41 --- a/dev-ruby/png/png-1.2.1.ebuild
42 +++ /dev/null
43 @@ -1,46 +0,0 @@
44 -# Copyright 1999-2016 Gentoo Foundation
45 -# Distributed under the terms of the GNU General Public License v2
46 -
47 -EAPI=5
48 -USE_RUBY="ruby20 ruby21"
49 -
50 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
51 -RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
52 -
53 -inherit ruby-fakegem
54 -
55 -DESCRIPTION="An almost pure-Ruby Portable Network Graphics (PNG) library"
56 -HOMEPAGE="http://docs.seattlerb.org/png/"
57 -
58 -LICENSE="MIT"
59 -SLOT="0"
60 -KEYWORDS="~amd64 ~x86"
61 -IUSE=""
62 -
63 -ruby_add_bdepend "
64 - test? (
65 - dev-ruby/minitest
66 - )"
67 -
68 -ruby_add_rdepend ">=dev-ruby/RubyInline-3.5.0"
69 -
70 -all_ruby_prepare() {
71 - sed -i -e "/rubyforge/s/^/#/" Rakefile || die
72 - sed -i -e "1i# encoding: ascii-8bit" test/test_png.rb || die
73 -}
74 -
75 -src_test() {
76 - chmod 0755 "${HOME}" || die "Failed to fix permissions on home."
77 - ruby-ng_src_test
78 -}
79 -
80 -each_ruby_test() {
81 - ${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
82 -}
83 -
84 -all_ruby_install() {
85 - all_fakegem_install
86 -
87 - insinto /usr/share/doc/${PF}
88 - doins -r example
89 -}