graaff 15/04/28 18:41:21 Modified: ChangeLog snmplib-1.2.0.ebuild Added: snmplib-1.2.0-r1.ebuild Log: Create stable candidate. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.53 dev-ruby/snmplib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/ChangeLog?r1=1.52&r2=1.53 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- ChangeLog 11 Apr 2015 15:57:28 -0000 1.52 +++ ChangeLog 28 Apr 2015 18:41:21 -0000 1.53 @@ -1,6 +1,12 @@ # 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.52 2015/04/11 15:57:28 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/ChangeLog,v 1.53 2015/04/28 18:41:21 graaff Exp $ + +*snmplib-1.2.0-r1 (28 Apr 2015) + + 28 Apr 2015; Hans de Graaff <[email protected]> snmplib-1.2.0.ebuild, + +snmplib-1.2.0-r1.ebuild: + Create stable candidate. 11 Apr 2015; Hans de Graaff <[email protected]> snmplib-1.2.0.ebuild: Add ruby22. 1.3 dev-ruby/snmplib/snmplib-1.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.2.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.2.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.2.0.ebuild?r1=1.2&r2=1.3 Index: snmplib-1.2.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.2.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- snmplib-1.2.0.ebuild 11 Apr 2015 15:57:28 -0000 1.2 +++ snmplib-1.2.0.ebuild 28 Apr 2015 18:41:21 -0000 1.3 @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.2.0.ebuild,v 1.2 2015/04/11 15:57:28 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.2.0.ebuild,v 1.3 2015/04/28 18:41:21 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_NAME="snmp" 1.1 dev-ruby/snmplib/snmplib-1.2.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.2.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/snmplib/snmplib-1.2.0-r1.ebuild?rev=1.1&content-type=text/plain Index: snmplib-1.2.0-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.2.0-r1.ebuild,v 1.1 2015/04/28 18:41:21 graaff Exp $ EAPI=5 USE_RUBY="ruby19 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 }
