summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-15 12:31:56 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-15 12:31:56 +0000
commit3bd9e27d5ebd960acf1f00f799fab1acd516da53 (patch)
tree24051fbe42e513f9a61760d48587e28ffede7279 /dev-ruby/snmplib
parentppc* love (diff)
downloadgentoo-2-3bd9e27d5ebd960acf1f00f799fab1acd516da53.tar.gz
gentoo-2-3bd9e27d5ebd960acf1f00f799fab1acd516da53.tar.bz2
gentoo-2-3bd9e27d5ebd960acf1f00f799fab1acd516da53.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/snmplib')
-rw-r--r--dev-ruby/snmplib/ChangeLog5
-rw-r--r--dev-ruby/snmplib/snmplib-1.1.1.ebuild34
2 files changed, 4 insertions, 35 deletions
diff --git a/dev-ruby/snmplib/ChangeLog b/dev-ruby/snmplib/ChangeLog
index 48138f3e17e2..b674232f3399 100644
--- a/dev-ruby/snmplib/ChangeLog
+++ b/dev-ruby/snmplib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/snmplib
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.56 2015/05/15 10:43:43 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.57 2015/05/15 12:31:56 mrueg Exp $
+
+ 15 May 2015; Manuel Rüger <mrueg@gentoo.org> -snmplib-1.1.1.ebuild:
+ Remove old.
15 May 2015; Pacho Ramos <pacho@gentoo.org> snmplib-1.2.0.ebuild:
ppc stable wrt bug #548054
diff --git a/dev-ruby/snmplib/snmplib-1.1.1.ebuild b/dev-ruby/snmplib/snmplib-1.1.1.ebuild
deleted file mode 100644
index 91dfac58bce1..000000000000
--- a/dev-ruby/snmplib/snmplib-1.1.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.1.1.ebuild,v 1.5 2014/04/24 16:51:14 mrueg Exp $
-
-EAPI=5
-USE_RUBY="ruby19"
-
-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"
-
-each_ruby_test() {
- ${RUBY} -Ilib -S testrb test/test_*.rb || die
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- insinto /usr/share/doc/${PF}
- doins -r examples
-}