summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-04-20 06:40:43 +0000
committerHans de Graaff <graaff@gentoo.org>2013-04-20 06:40:43 +0000
commit093e55860c36dde9096b9bcb3de0606efe48579c (patch)
tree51e8f26f5a315173a26d96162bd411029d05d941 /dev-ruby/snmplib
parentVersion bump. (diff)
downloadgentoo-2-093e55860c36dde9096b9bcb3de0606efe48579c.tar.gz
gentoo-2-093e55860c36dde9096b9bcb3de0606efe48579c.tar.bz2
gentoo-2-093e55860c36dde9096b9bcb3de0606efe48579c.zip
Cleanup.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/snmplib')
-rw-r--r--dev-ruby/snmplib/ChangeLog7
-rw-r--r--dev-ruby/snmplib/snmplib-1.0.3.ebuild39
2 files changed, 5 insertions, 41 deletions
diff --git a/dev-ruby/snmplib/ChangeLog b/dev-ruby/snmplib/ChangeLog
index 9a1352582d97..88d476524240 100644
--- a/dev-ruby/snmplib/ChangeLog
+++ b/dev-ruby/snmplib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/snmplib
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.43 2012/09/28 22:09:18 blueness Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.44 2013/04/20 06:40:42 graaff Exp $
+
+ 20 Apr 2013; Hans de Graaff <graaff@gentoo.org> -snmplib-1.0.3.ebuild:
+ Cleanup.
28 Sep 2012; Anthony G. Basile <blueness@gentoo.org> snmplib-1.1.0.ebuild:
stable ppc, bug #435966
diff --git a/dev-ruby/snmplib/snmplib-1.0.3.ebuild b/dev-ruby/snmplib/snmplib-1.0.3.ebuild
deleted file mode 100644
index de165c0c4f19..000000000000
--- a/dev-ruby/snmplib/snmplib-1.0.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild,v 1.9 2012/05/01 18:24:17 armin76 Exp $
-
-EAPI=2
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_NAME="snmp"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README"
-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? ( virtual/ruby-test-unit )"
-
-all_ruby_prepare() {
- # Use the fully qualified class name to avoid problems with other
- # Integer class definitions. Should fix
- # https://bugs.gentoo.org/show_bug.cgi?id=323423
- sed -i -e 's/\sInteger/ SNMP::Integer/' test/* || die
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- insinto /usr/share/doc/${PF}
- doins -r examples
-}