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

graaff      10/07/04 18:57:09

  Modified:             ChangeLog
  Added:                ruby-inifile-2.0.0-r1.ebuild
  Log:
  Convert to ruby-ng. Run tests.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-ruby/ruby-inifile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	22 Aug 2009 22:31:06 -0000	1.2
+++ ChangeLog	4 Jul 2010 18:57:09 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/ruby-inifile
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ChangeLog,v 1.2 2009/08/22 22:31:06 a3li Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ChangeLog,v 1.3 2010/07/04 18:57:09 graaff Exp $
+
+*ruby-inifile-2.0.0-r1 (04 Jul 2010)
+
+  04 Jul 2010; Hans de Graaff <graaff@gentoo.org>
+  +ruby-inifile-2.0.0-r1.ebuild:
+  Convert to ruby-ng. Run tests.
 
   22 Aug 2009; Alex Legler <a3li@gentoo.org> ruby-inifile-2.0.0.ebuild:
   Remove ruby16 from USE_RUBY



1.1                  dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r1.ebuild

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

Index: ruby-inifile-2.0.0-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-inifile/ruby-inifile-2.0.0-r1.ebuild,v 1.1 2010/07/04 18:57:09 graaff Exp $

EAPI=2
USE_RUBY="ruby18"

inherit ruby-ng

DESCRIPTION="Small library to parse INI-files in Ruby"
HOMEPAGE="http://raa.ruby-lang.org/project/ruby-inifile/"
SRC_URI="http://gregoire.lejeune.free.fr/${PN}_${PV}.tar.gz"

SLOT="0"
IUSE=""
LICENSE="Ruby"
KEYWORDS="~x86 ~amd64"
S=${WORKDIR}/${PN}

each_ruby_test() {
	cd tests
	for test in *.rb ; do
		${RUBY} -I../lib $test || die
	done
}

each_ruby_install() {
	${RUBY} setup.rb config --prefix="${D}"/usr || die
	${RUBY} setup.rb install || die
}

all_ruby_install() {
	dodoc AUTHORS README || die
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-inifile: ChangeLog ruby-inifile-2.0.0-r1.ebuild
@ 2012-09-16  8:26 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2012-09-16  8:26 UTC (permalink / raw
  To: gentoo-commits

graaff      12/09/16 08:26:13

  Modified:             ChangeLog ruby-inifile-2.0.0-r1.ebuild
  Log:
  Convert to EAPI=4; add all ruby targets.
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-ruby/ruby-inifile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	14 Aug 2012 18:51:37 -0000	1.5
+++ ChangeLog	16 Sep 2012 08:26:13 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-inifile
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ChangeLog,v 1.5 2012/08/14 18:51:37 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ChangeLog,v 1.6 2012/09/16 08:26:13 graaff Exp $
+
+  16 Sep 2012; Hans de Graaff <graaff@gentoo.org> ruby-inifile-2.0.0-r1.ebuild:
+  Convert to EAPI=4; add all ruby targets.
 
   14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml:
   Update metadata.xml so that it's the same as most other packages.



1.2                  dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r1.ebuild?r1=1.1&r2=1.2

Index: ruby-inifile-2.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-inifile-2.0.0-r1.ebuild	4 Jul 2010 18:57:09 -0000	1.1
+++ ruby-inifile-2.0.0-r1.ebuild	16 Sep 2012 08:26:13 -0000	1.2
@@ -1,9 +1,9 @@
-# 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-inifile/ruby-inifile-2.0.0-r1.ebuild,v 1.1 2010/07/04 18:57:09 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r1.ebuild,v 1.2 2012/09/16 08:26:13 graaff Exp $
 
-EAPI=2
-USE_RUBY="ruby18"
+EAPI=4
+USE_RUBY="ruby18 ruby19 ree18 jruby"
 
 inherit ruby-ng
 
@@ -15,7 +15,7 @@
 IUSE=""
 LICENSE="Ruby"
 KEYWORDS="~x86 ~amd64"
-S=${WORKDIR}/${PN}
+RUBY_S=${PN}
 
 each_ruby_test() {
 	cd tests





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-inifile: ChangeLog ruby-inifile-2.0.0-r1.ebuild
@ 2014-03-10 16:12 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-03-10 16:12 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/03/10 16:12:18

  Modified:             ChangeLog
  Removed:              ruby-inifile-2.0.0-r1.ebuild
  Log:
  Cleanup old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.8                  dev-ruby/ruby-inifile/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	29 Oct 2013 23:29:58 -0000	1.7
+++ ChangeLog	10 Mar 2014 16:12:18 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-inifile
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ChangeLog,v 1.7 2013/10/29 23:29:58 mrueg Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ChangeLog,v 1.8 2014/03/10 16:12:18 mrueg Exp $
+
+  10 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -ruby-inifile-2.0.0-r1.ebuild:
+  Cleanup old.
 
 *ruby-inifile-2.0.0-r2 (30 Oct 2013)
 





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

end of thread, other threads:[~2014-03-10 16:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-10 16:12 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-inifile: ChangeLog ruby-inifile-2.0.0-r1.ebuild Manuel Rueger (mrueg)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-16  8:26 Hans de Graaff (graaff)
2010-07-04 18:57 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