summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2010-05-23 18:09:03 +0000
committerRaúl Porcel <armin76@gentoo.org>2010-05-23 18:09:03 +0000
commitcf2fee4462a3b7a420f9e4a1bcc3a1a9f8e9f7d2 (patch)
tree57c71271db29779d15f1acb2e463a8c879fc8448
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-cf2fee4462a3b7a420f9e4a1bcc3a1a9f8e9f7d2.tar.gz
gentoo-2-cf2fee4462a3b7a420f9e4a1bcc3a1a9f8e9f7d2.tar.bz2
gentoo-2-cf2fee4462a3b7a420f9e4a1bcc3a1a9f8e9f7d2.zip
ia64/x86 stable wrt #321095
(Portage version: 2.1.8.3/cvs/Linux ia64)
-rw-r--r--dev-ruby/ruby-serialport/ChangeLog6
-rw-r--r--dev-ruby/ruby-serialport/ruby-serialport-0.6.ebuild28
-rw-r--r--dev-ruby/ruby-serialport/ruby-serialport-1.0.3-r1.ebuild4
3 files changed, 7 insertions, 31 deletions
diff --git a/dev-ruby/ruby-serialport/ChangeLog b/dev-ruby/ruby-serialport/ChangeLog
index f8a63610ab03..a73267e0947d 100644
--- a/dev-ruby/ruby-serialport/ChangeLog
+++ b/dev-ruby/ruby-serialport/ChangeLog
@@ -1,6 +1,10 @@
# 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.13 2010/05/22 19:52:55 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-serialport/ChangeLog,v 1.14 2010/05/23 18:09:03 armin76 Exp $
+
+ 23 May 2010; Raúl Porcel <armin76@gentoo.org>
+ -ruby-serialport-0.6.ebuild, ruby-serialport-1.0.3-r1.ebuild:
+ ia64/x86 stable wrt #321095
*ruby-serialport-1.0.3-r1 (22 May 2010)
diff --git a/dev-ruby/ruby-serialport/ruby-serialport-0.6.ebuild b/dev-ruby/ruby-serialport/ruby-serialport-0.6.ebuild
deleted file mode 100644
index 918344d8acd1..000000000000
--- a/dev-ruby/ruby-serialport/ruby-serialport-0.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-serialport/ruby-serialport-0.6.ebuild,v 1.9 2009/02/08 19:55:33 a3li Exp $
-
-inherit ruby
-
-DESCRIPTION="a library for serial port (rs232) access in ruby"
-HOMEPAGE="http://rubyforge.org/projects/ruby-serialport/"
-SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="ia64 ~ppc x86"
-IUSE=""
-USE_RUBY="ruby18"
-DEPEND="=dev-lang/ruby-1.8*"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- ruby18 extconf.rb || die
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc CHANGELOG README
- docinto test
- dodoc test/*
-}
diff --git a/dev-ruby/ruby-serialport/ruby-serialport-1.0.3-r1.ebuild b/dev-ruby/ruby-serialport/ruby-serialport-1.0.3-r1.ebuild
index 34777c5387b5..5bb9919960dd 100644
--- a/dev-ruby/ruby-serialport/ruby-serialport-1.0.3-r1.ebuild
+++ b/dev-ruby/ruby-serialport/ruby-serialport-1.0.3-r1.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-serialport/ruby-serialport-1.0.3-r1.ebuild,v 1.2 2010/05/23 18:09:03 armin76 Exp $
EAPI="2"
@@ -20,7 +20,7 @@ HOMEPAGE="http://rubyforge.org/projects/ruby-serialport/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~ia64 ~ppc ~x86"
+KEYWORDS="ia64 ~ppc x86"
IUSE=""
all_ruby_prepare() {