* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-serialport: ruby-serialport-1.0.3-r1.ebuild ruby-serialport-1.0.3.ebuild ChangeLog ruby-serialport-1.0.1.ebuild ruby-serialport-0.7.0.ebuild
@ 2010-05-22 19:52 Diego Petteno (flameeyes)
0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2010-05-22 19:52 UTC (permalink / raw
To: gentoo-commits
flameeyes 10/05/22 19:52:55
Modified: ruby-serialport-1.0.3.ebuild ChangeLog
Added: ruby-serialport-1.0.3-r1.ebuild
Removed: ruby-serialport-1.0.1.ebuild
ruby-serialport-0.7.0.ebuild
Log:
Remove old version, drop Ruby 1.9 support from 1.0.3 (stable candidate) and add -r1 with Ruby 1.9 support.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-ruby/ruby-serialport/ruby-serialport-1.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-serialport/ruby-serialport-1.0.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-serialport/ruby-serialport-1.0.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-serialport/ruby-serialport-1.0.3.ebuild?r1=1.1&r2=1.2
Index: ruby-serialport-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-serialport/ruby-serialport-1.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-serialport-1.0.3.ebuild 27 Apr 2010 05:51:00 -0000 1.1
+++ ruby-serialport-1.0.3.ebuild 22 May 2010 19:52:55 -0000 1.2
@@ -1,11 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-serialport/ruby-serialport-1.0.3.ebuild,v 1.1 2010/04/27 05:51:00 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-serialport/ruby-serialport-1.0.3.ebuild,v 1.2 2010/05/22 19:52:55 flameeyes Exp $
EAPI="2"
# jruby → uses native library
-USE_RUBY="ruby18 ruby19"
+USE_RUBY="ruby18"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""
1.13 dev-ruby/ruby-serialport/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-serialport/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-serialport/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-serialport/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-serialport/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 27 Apr 2010 05:51:00 -0000 1.12
+++ ChangeLog 22 May 2010 19:52:55 -0000 1.13
@@ -1,6 +1,14 @@
# ChangeLog for dev-ruby/ruby-serialport
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-serialport/ChangeLog,v 1.12 2010/04/27 05:51:00 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-serialport/ChangeLog,v 1.13 2010/05/22 19:52:55 flameeyes Exp $
+
+*ruby-serialport-1.0.3-r1 (22 May 2010)
+
+ 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ -ruby-serialport-0.7.0.ebuild, -ruby-serialport-1.0.1.ebuild,
+ ruby-serialport-1.0.3.ebuild, +ruby-serialport-1.0.3-r1.ebuild:
+ Remove old version, drop Ruby 1.9 support from 1.0.3 (stable candidate)
+ and add -r1 with Ruby 1.9 support.
*ruby-serialport-1.0.3 (27 Apr 2010)
1.1 dev-ruby/ruby-serialport/ruby-serialport-1.0.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-serialport/ruby-serialport-1.0.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-serialport/ruby-serialport-1.0.3-r1.ebuild?rev=1.1&content-type=text/plain
Index: ruby-serialport-1.0.3-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-serialport/ruby-serialport-1.0.3-r1.ebuild,v 1.1 2010/05/22 19:52:55 flameeyes Exp $
EAPI="2"
# jruby → uses native library
USE_RUBY="ruby18 ruby19"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
RUBY_FAKEGEM_NAME=${PN/ruby-/}
inherit ruby-fakegem
DESCRIPTION="a library for serial port (rs232) access in ruby"
HOMEPAGE="http://rubyforge.org/projects/ruby-serialport/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ia64 ~ppc ~x86"
IUSE=""
all_ruby_prepare() {
# Fix the miniterm script so that it might actually work, we'll
# install it as example.
sed -i -e 's:\.\./serialport.so:serialport:' test/miniterm.rb || die
}
each_ruby_configure() {
cd ext/native
${RUBY} extconf.rb || die
}
each_ruby_compile() {
pushd ext/native &>/dev/null
emake || die
popd &>/dev/null
# Avoids the need for a specific install phase
cp ext/native/*.so lib/ || die "extension copy failed"
}
all_ruby_install() {
all_fakegem_install
docinto examples
# don't compress it
doins test/miniterm.rb || die
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-05-22 19:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-22 19:52 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-serialport: ruby-serialport-1.0.3-r1.ebuild ruby-serialport-1.0.3.ebuild ChangeLog ruby-serialport-1.0.1.ebuild ruby-serialport-0.7.0.ebuild Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox