graaff 15/06/03 05:53:50 Modified: ChangeLog Added: ruby-termios-1.0.0-r1.ebuild Log: Add ruby21, ruby22. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.42 dev-ruby/ruby-termios/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?r1=1.41&r2=1.42 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 16 Mar 2015 20:36:19 -0000 1.41 +++ ChangeLog 3 Jun 2015 05:53:50 -0000 1.42 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/ruby-termios # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.41 2015/03/16 20:36:19 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.42 2015/06/03 05:53:50 graaff Exp $ + +*ruby-termios-1.0.0-r1 (03 Jun 2015) + + 03 Jun 2015; Hans de Graaff <[email protected]> + +ruby-termios-1.0.0-r1.ebuild: + Add ruby21, ruby22. 16 Mar 2015; Hans de Graaff <[email protected]> -ruby-termios-0.9.6-r2.ebuild: 1.1 dev-ruby/ruby-termios/ruby-termios-1.0.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-1.0.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-1.0.0-r1.ebuild?rev=1.1&content-type=text/plain Index: ruby-termios-1.0.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/ruby-termios/ruby-termios-1.0.0-r1.ebuild,v 1.1 2015/06/03 05:53:50 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" inherit multilib ruby-ng DESCRIPTION="A Ruby interface to termios" HOMEPAGE="http://arika.org/ruby/termios" SRC_URI="https://github.com/arika/ruby-termios/archive/version_${PV//./_}.tar.gz -> ${P}.tar.gz" LICENSE="Ruby" SLOT="0" KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86 ~x86-macos" IUSE="" RUBY_S="${PN}-version_${PV//./_}" # Tests require a normal TTY, bug 340575. They should all pass when run # manually. RESTRICT=test each_ruby_configure() { ${RUBY} -Cext extconf.rb || die } each_ruby_compile() { emake -Cext V=1 cp ext/termios$(get_modname) lib/ || die } each_ruby_test() { ${RUBY} -Ilib test/test0.rb || die "tests failed" } each_ruby_install() { emake V=1 -Cext DESTDIR="${D}" install } all_ruby_install() { dodoc ChangeLog README termios.rd insinto /usr/share/doc/${PF}/examples doins examples/* }
