public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-termios: ChangeLog ruby-termios-0.9.6-r1.ebuild
@ 2010-07-05 19:00 Hans de Graaff (graaff)
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2010-07-05 19:00 UTC (permalink / raw
  To: gentoo-commits

graaff      10/07/05 19:00:11

  Modified:             ChangeLog
  Added:                ruby-termios-0.9.6-r1.ebuild
  Log:
  Convert to ruby-ng.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 dev-ruby/ruby-termios/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	1 May 2010 00:49:01 -0000	1.23
+++ ChangeLog	5 Jul 2010 19:00:11 -0000	1.24
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/ruby-termios
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.23 2010/05/01 00:49:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.24 2010/07/05 19:00:11 graaff Exp $
+
+*ruby-termios-0.9.6-r1 (05 Jul 2010)
+
+  05 Jul 2010; Hans de Graaff <graaff@gentoo.org>
+  +ruby-termios-0.9.6-r1.ebuild:
+  Convert to ruby-ng.
 
   01 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
   ruby-termios-0.9.6.ebuild:



1.1                  dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?rev=1.1&content-type=text/plain

Index: ruby-termios-0.9.6-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-termios/ruby-termios-0.9.6-r1.ebuild,v 1.1 2010/07/05 19:00:11 graaff Exp $

EAPI=2
USE_RUBY="ruby18"

inherit ruby-ng

DESCRIPTION="A Ruby interface to termios"
HOMEPAGE="http://arika.org/ruby/termios"	# trailing / isn't needed
SRC_URI="http://github.com/arika/ruby-termios/tarball/version_0_9_6 -> ${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
IUSE="examples"

S="${WORKDIR}/arika-${PN}-94fd9ac"

each_ruby_configure() {
	${RUBY} extconf.rb || die
}

each_ruby_compile() {
	emake || die
}

each_ruby_test() {
	${RUBY} test/test0.rb
}

each_ruby_install() {
	emake DESTDIR="${D}" install || die
}

all_ruby_install() {
	dodoc ChangeLog README termios.rd
	use examples && docinto examples && dodoc examples/*
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-termios: ChangeLog ruby-termios-0.9.6-r1.ebuild
@ 2012-05-01 18:24 Raul Porcel (armin76)
  0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2012-05-01 18:24 UTC (permalink / raw
  To: gentoo-commits

armin76     12/05/01 18:24:26

  Modified:             ChangeLog ruby-termios-0.9.6-r1.ebuild
  Log:
  Drop ia64/sparc keywords
  
  (Portage version: 2.1.10.53/cvs/Linux ia64, RepoMan options: --force)

Revision  Changes    Path
1.31                 dev-ruby/ruby-termios/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	28 Dec 2010 08:52:30 -0000	1.30
+++ ChangeLog	1 May 2012 18:24:26 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-termios
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.30 2010/12/28 08:52:30 graaff Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.31 2012/05/01 18:24:26 armin76 Exp $
+
+  01 May 2012; Raúl Porcel <armin76@gentoo.org> ruby-termios-0.9.6-r1.ebuild:
+  Drop ia64/sparc keywords
 
   28 Dec 2010; Hans de Graaff <graaff@gentoo.org>
   ruby-termios-0.9.6-r1.ebuild:



1.7                  dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?r1=1.6&r2=1.7

Index: ruby-termios-0.9.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ruby-termios-0.9.6-r1.ebuild	28 Dec 2010 08:52:30 -0000	1.6
+++ ruby-termios-0.9.6-r1.ebuild	1 May 2012 18:24:26 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v 1.6 2010/12/28 08:52:30 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v 1.7 2012/05/01 18:24:26 armin76 Exp $
 
 EAPI=2
 USE_RUBY="ruby18"
@@ -12,7 +12,7 @@
 SRC_URI="http://github.com/arika/ruby-termios/tarball/version_0_9_6 -> ${P}.tar.gz"
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~sparc x86 ~x86-macos"
+KEYWORDS="alpha amd64 ~hppa ~mips ~ppc x86 ~x86-macos"
 IUSE=""
 
 S="${WORKDIR}/arika-${PN}-94fd9ac"






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-termios: ChangeLog ruby-termios-0.9.6-r1.ebuild
@ 2012-07-01 18:31 Raul Porcel (armin76)
  0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2012-07-01 18:31 UTC (permalink / raw
  To: gentoo-commits

armin76     12/07/01 18:31:45

  Modified:             ChangeLog ruby-termios-0.9.6-r1.ebuild
  Log:
  drop alpha keywords
  
  (Portage version: 2.1.10.53/cvs/Linux ia64)

Revision  Changes    Path
1.32                 dev-ruby/ruby-termios/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	1 May 2012 18:24:26 -0000	1.31
+++ ChangeLog	1 Jul 2012 18:31:45 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-termios
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.31 2012/05/01 18:24:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.32 2012/07/01 18:31:45 armin76 Exp $
+
+  01 Jul 2012; Raúl Porcel <armin76@gentoo.org> ruby-termios-0.9.6-r1.ebuild:
+  Drop alpha keywords
 
   01 May 2012; Raúl Porcel <armin76@gentoo.org> ruby-termios-0.9.6-r1.ebuild:
   Drop ia64/sparc keywords



1.8                  dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?r1=1.7&r2=1.8

Index: ruby-termios-0.9.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ruby-termios-0.9.6-r1.ebuild	1 May 2012 18:24:26 -0000	1.7
+++ ruby-termios-0.9.6-r1.ebuild	1 Jul 2012 18:31:45 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v 1.7 2012/05/01 18:24:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v 1.8 2012/07/01 18:31:45 armin76 Exp $
 
 EAPI=2
 USE_RUBY="ruby18"
@@ -12,7 +12,7 @@
 SRC_URI="http://github.com/arika/ruby-termios/tarball/version_0_9_6 -> ${P}.tar.gz"
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~mips ~ppc x86 ~x86-macos"
+KEYWORDS="amd64 ~hppa ~mips ~ppc x86 ~x86-macos"
 IUSE=""
 
 S="${WORKDIR}/arika-${PN}-94fd9ac"






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-termios: ChangeLog ruby-termios-0.9.6-r1.ebuild
@ 2013-07-21  6:27 Hans de Graaff (graaff)
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2013-07-21  6:27 UTC (permalink / raw
  To: gentoo-commits

graaff      13/07/21 06:27:12

  Modified:             ChangeLog
  Removed:              ruby-termios-0.9.6-r1.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.36                 dev-ruby/ruby-termios/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	4 Jul 2013 09:13:48 -0000	1.35
+++ ChangeLog	21 Jul 2013 06:27:12 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-termios
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.35 2013/07/04 09:13:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.36 2013/07/21 06:27:12 graaff Exp $
+
+  21 Jul 2013; Hans de Graaff <graaff@gentoo.org>
+  -ruby-termios-0.9.6-r1.ebuild:
+  Cleanup.
 
   04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> ruby-termios-0.9.6-r2.ebuild:
   Stable for x86, wrt bug #475582





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-07-21  6:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-01 18:24 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-termios: ChangeLog ruby-termios-0.9.6-r1.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2013-07-21  6:27 Hans de Graaff (graaff)
2012-07-01 18:31 Raul Porcel (armin76)
2010-07-05 19:00 Hans de Graaff (graaff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox