* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/snmplib/
@ 2016-07-21 19:38 Hans de Graaff
0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff @ 2016-07-21 19:38 UTC (permalink / raw
To: gentoo-commits
commit: 1ba52de26a2d1132396cfdb7596e005a28d5eadf
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 19:00:44 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 19:38:22 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba52de2
dev-ruby/snmplib: cleanup
Package-Manager: portage-2.2.28
dev-ruby/snmplib/snmplib-1.2.0.ebuild | 40 -----------------------------------
1 file changed, 40 deletions(-)
diff --git a/dev-ruby/snmplib/snmplib-1.2.0.ebuild b/dev-ruby/snmplib/snmplib-1.2.0.ebuild
deleted file mode 100644
index c3ef316..0000000
--- a/dev-ruby/snmplib/snmplib-1.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20"
-
-RUBY_FAKEGEM_NAME="snmp"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-RUBY_FAKEGEM_EXTRAINSTALL="data"
-
-inherit ruby-fakegem
-
-IUSE=""
-
-DESCRIPTION="SNMP library implemented in pure Ruby"
-HOMEPAGE="http://snmplib.rubyforge.org/"
-
-KEYWORDS="amd64 ppc x86"
-LICENSE="Ruby"
-SLOT="0"
-
-ruby_add_bdepend "test? ( >=dev-ruby/minitest-4:0 )"
-
-all_ruby_prepare() {
- sed -e '2igem "minitest", "~>4.0"' -i test/test_*.rb || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- insinto /usr/share/doc/${PF}
- doins -r examples
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/snmplib/
@ 2018-02-24 8:50 Hans de Graaff
0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff @ 2018-02-24 8:50 UTC (permalink / raw
To: gentoo-commits
commit: 399e1e9d79f1922324dab4bc8e368cf103545afb
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 08:45:57 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 08:48:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=399e1e9d
dev-ruby/snmplib: remove masked package
dev-ruby/snmplib/Manifest | 1 -
dev-ruby/snmplib/metadata.xml | 8 -------
dev-ruby/snmplib/snmplib-1.2.0-r1.ebuild | 39 --------------------------------
3 files changed, 48 deletions(-)
diff --git a/dev-ruby/snmplib/Manifest b/dev-ruby/snmplib/Manifest
deleted file mode 100644
index 14fe3b6418c..00000000000
--- a/dev-ruby/snmplib/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST snmp-1.2.0.gem 205824 BLAKE2B fe248f3321fa395b6b54475d028e09c0f6e70ed425871fb97c0c5662edb2308d4f0442519092f05b24ca526274566c2e10d5408d36ba646f933f77c4c8ac07f2 SHA512 861910d0a9182098043dec2c4c6e2f3782988de28f56dd399a0fbf3d8e3ae3494fa79f5dede978b15065bd5adb842dd876bd05b578cb4bb9510fae73201e92cd
diff --git a/dev-ruby/snmplib/metadata.xml b/dev-ruby/snmplib/metadata.xml
deleted file mode 100644
index eb1e47f2edf..00000000000
--- a/dev-ruby/snmplib/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>ruby@gentoo.org</email>
- <name>Gentoo Ruby Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/dev-ruby/snmplib/snmplib-1.2.0-r1.ebuild b/dev-ruby/snmplib/snmplib-1.2.0-r1.ebuild
deleted file mode 100644
index aa671e4aaf1..00000000000
--- a/dev-ruby/snmplib/snmplib-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_NAME="snmp"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-RUBY_FAKEGEM_EXTRAINSTALL="data"
-
-inherit ruby-fakegem
-
-IUSE=""
-
-DESCRIPTION="SNMP library implemented in pure Ruby"
-HOMEPAGE="http://snmplib.rubyforge.org/"
-
-KEYWORDS="amd64 ppc x86"
-LICENSE="Ruby"
-SLOT="0"
-
-ruby_add_bdepend "test? ( >=dev-ruby/minitest-4:0 )"
-
-all_ruby_prepare() {
- sed -e '2igem "minitest", "~>4.0"' -i test/test_*.rb || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- insinto /usr/share/doc/${PF}
- doins -r examples
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/snmplib/
@ 2016-05-03 18:56 Hans de Graaff
0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff @ 2016-05-03 18:56 UTC (permalink / raw
To: gentoo-commits
commit: 4bccdf9abb3809884f0a8474af4d6475335a55fc
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue May 3 04:48:35 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue May 3 18:56:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bccdf9a
dev-ruby/snmplib: mark ruby21 revision stable
Package-Manager: portage-2.2.26
dev-ruby/snmplib/snmplib-1.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/snmplib/snmplib-1.2.0-r1.ebuild b/dev-ruby/snmplib/snmplib-1.2.0-r1.ebuild
index 42b86f7..d7f6faf 100644
--- a/dev-ruby/snmplib/snmplib-1.2.0-r1.ebuild
+++ b/dev-ruby/snmplib/snmplib-1.2.0-r1.ebuild
@@ -18,7 +18,7 @@ IUSE=""
DESCRIPTION="SNMP library implemented in pure Ruby"
HOMEPAGE="http://snmplib.rubyforge.org/"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
LICENSE="Ruby"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/snmplib/
@ 2016-03-28 21:57 Manuel Rüger
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2016-03-28 21:57 UTC (permalink / raw
To: gentoo-commits
commit: 3426a4a087f6ee4afcbafcd098ff758d327a8323
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 21:56:20 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 21:56:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3426a4a0
dev-ruby/snmplib: Remove ruby19
Package-Manager: portage-2.2.28
dev-ruby/snmplib/snmplib-1.2.0-r1.ebuild | 4 ++--
dev-ruby/snmplib/snmplib-1.2.0.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-ruby/snmplib/snmplib-1.2.0-r1.ebuild b/dev-ruby/snmplib/snmplib-1.2.0-r1.ebuild
index 83bde45..42b86f7 100644
--- a/dev-ruby/snmplib/snmplib-1.2.0-r1.ebuild
+++ b/dev-ruby/snmplib/snmplib-1.2.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
RUBY_FAKEGEM_NAME="snmp"
diff --git a/dev-ruby/snmplib/snmplib-1.2.0.ebuild b/dev-ruby/snmplib/snmplib-1.2.0.ebuild
index ce29d8c..c3ef316 100644
--- a/dev-ruby/snmplib/snmplib-1.2.0.ebuild
+++ b/dev-ruby/snmplib/snmplib-1.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
RUBY_FAKEGEM_NAME="snmp"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-02-24 8:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-21 19:38 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/snmplib/ Hans de Graaff
-- strict thread matches above, loose matches on Subject: below --
2018-02-24 8:50 Hans de Graaff
2016-05-03 18:56 Hans de Graaff
2016-03-28 21:57 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox