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/snmplib/
Date: Sat, 24 Feb 2018 08:50:17
Message-Id: 1519462139.399e1e9d79f1922324dab4bc8e368cf103545afb.graaff@gentoo
1 commit: 399e1e9d79f1922324dab4bc8e368cf103545afb
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 24 08:45:57 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 24 08:48:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=399e1e9d
7
8 dev-ruby/snmplib: remove masked package
9
10 dev-ruby/snmplib/Manifest | 1 -
11 dev-ruby/snmplib/metadata.xml | 8 -------
12 dev-ruby/snmplib/snmplib-1.2.0-r1.ebuild | 39 --------------------------------
13 3 files changed, 48 deletions(-)
14
15 diff --git a/dev-ruby/snmplib/Manifest b/dev-ruby/snmplib/Manifest
16 deleted file mode 100644
17 index 14fe3b6418c..00000000000
18 --- a/dev-ruby/snmplib/Manifest
19 +++ /dev/null
20 @@ -1 +0,0 @@
21 -DIST snmp-1.2.0.gem 205824 BLAKE2B fe248f3321fa395b6b54475d028e09c0f6e70ed425871fb97c0c5662edb2308d4f0442519092f05b24ca526274566c2e10d5408d36ba646f933f77c4c8ac07f2 SHA512 861910d0a9182098043dec2c4c6e2f3782988de28f56dd399a0fbf3d8e3ae3494fa79f5dede978b15065bd5adb842dd876bd05b578cb4bb9510fae73201e92cd
22
23 diff --git a/dev-ruby/snmplib/metadata.xml b/dev-ruby/snmplib/metadata.xml
24 deleted file mode 100644
25 index eb1e47f2edf..00000000000
26 --- a/dev-ruby/snmplib/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/snmplib/snmplib-1.2.0-r1.ebuild b/dev-ruby/snmplib/snmplib-1.2.0-r1.ebuild
39 deleted file mode 100644
40 index aa671e4aaf1..00000000000
41 --- a/dev-ruby/snmplib/snmplib-1.2.0-r1.ebuild
42 +++ /dev/null
43 @@ -1,39 +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 ruby22"
49 -
50 -RUBY_FAKEGEM_NAME="snmp"
51 -
52 -RUBY_FAKEGEM_TASK_DOC=""
53 -RUBY_FAKEGEM_EXTRADOC="README.rdoc"
54 -RUBY_FAKEGEM_EXTRAINSTALL="data"
55 -
56 -inherit ruby-fakegem
57 -
58 -IUSE=""
59 -
60 -DESCRIPTION="SNMP library implemented in pure Ruby"
61 -HOMEPAGE="http://snmplib.rubyforge.org/"
62 -
63 -KEYWORDS="amd64 ppc x86"
64 -LICENSE="Ruby"
65 -SLOT="0"
66 -
67 -ruby_add_bdepend "test? ( >=dev-ruby/minitest-4:0 )"
68 -
69 -all_ruby_prepare() {
70 - sed -e '2igem "minitest", "~>4.0"' -i test/test_*.rb || die
71 -}
72 -
73 -each_ruby_test() {
74 - ${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
75 -}
76 -
77 -all_ruby_install() {
78 - all_fakegem_install
79 -
80 - insinto /usr/share/doc/${PF}
81 - doins -r examples
82 -}