public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/i18n: ChangeLog i18n-0.3.3.ebuild
@ 2010-01-14 17:09 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 5+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-01-14 17:09 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/01/14 17:09:00

  Modified:             ChangeLog
  Added:                i18n-0.3.3.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ruby/i18n/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	2 Jan 2010 00:28:19 -0000	1.1
+++ ChangeLog	14 Jan 2010 17:09:00 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/i18n
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.1 2010/01/02 00:28:19 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.2 2010/01/14 17:09:00 flameeyes Exp $
+
+*i18n-0.3.3 (14 Jan 2010)
+
+  14 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> +i18n-0.3.3.ebuild:
+  Version bump.
 
 *i18n-0.3.2 (02 Jan 2010)
 



1.1                  dev-ruby/i18n/i18n-0.3.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild?rev=1.1&content-type=text/plain

Index: i18n-0.3.3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild,v 1.1 2010/01/14 17:09:00 flameeyes Exp $

EAPI=2

USE_RUBY="ruby18"

RUBY_FAKEGEM_EXTRAINSTALL="vendor"

# doc regeneration seem to need Jeweler, which is not currently
# available
RUBY_FAKEGEM_TASK_DOC=""

RUBY_FAKEGEM_EXTRADOC="README.textile CHANGELOG.textile"

inherit ruby-fakegem

DESCRIPTION="Add Internationalization support to your Ruby application."
HOMEPAGE="http://rails-i18n.org/"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND="!<dev-ruby/activesupport-2.3.5-r2"
RDEPEND="${DEPEND}"

# This is an optional runtime dependency, for now consider it only a
# dependency for tests.
ruby_add_bdepend test dev-ruby/activerecord

src_prepare() {
	ruby-ng_src_prepare
	chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
}

src_test() {
	chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
	ruby-ng_src_test
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/i18n: ChangeLog i18n-0.3.3.ebuild
@ 2010-01-15 18:01 Fabian Groffen (grobian)
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen (grobian) @ 2010-01-15 18:01 UTC (permalink / raw
  To: gentoo-commits

grobian     10/01/15 18:01:15

  Modified:             ChangeLog i18n-0.3.3.ebuild
  Log:
  Marked ~x64-solaris and ~ppc-macos
  (Portage version: 2.2.00.15200-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.3                  dev-ruby/i18n/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	14 Jan 2010 17:09:00 -0000	1.2
+++ ChangeLog	15 Jan 2010 18:01:14 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/i18n
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.2 2010/01/14 17:09:00 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.3 2010/01/15 18:01:14 grobian Exp $
+
+  15 Jan 2010; Fabian Groffen <grobian@gentoo.org> i18n-0.3.3.ebuild:
+  Marked ~x64-solaris and ~ppc-macos
 
 *i18n-0.3.3 (14 Jan 2010)
 



1.2                  dev-ruby/i18n/i18n-0.3.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild?r1=1.1&r2=1.2

Index: i18n-0.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- i18n-0.3.3.ebuild	14 Jan 2010 17:09:00 -0000	1.1
+++ i18n-0.3.3.ebuild	15 Jan 2010 18:01:14 -0000	1.2
@@ -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/i18n/i18n-0.3.3.ebuild,v 1.1 2010/01/14 17:09:00 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild,v 1.2 2010/01/15 18:01:14 grobian Exp $
 
 EAPI=2
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc-macos ~x64-solaris"
 IUSE=""
 
 DEPEND="!<dev-ruby/activesupport-2.3.5-r2"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/i18n: ChangeLog i18n-0.3.3.ebuild
@ 2010-01-18 20:09 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2010-01-18 20:09 UTC (permalink / raw
  To: gentoo-commits

ranger      10/01/18 20:09:05

  Modified:             ChangeLog i18n-0.3.3.ebuild
  Log:
  Marking i18n-0.3.3 ~ppc for bug 301007
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.6                  dev-ruby/i18n/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	18 Jan 2010 18:40:40 -0000	1.5
+++ ChangeLog	18 Jan 2010 20:09:04 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/i18n
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.5 2010/01/18 18:40:40 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.6 2010/01/18 20:09:04 ranger Exp $
+
+  18 Jan 2010; Brent Baude <ranger@gentoo.org> i18n-0.3.3.ebuild:
+  Marking i18n-0.3.3 ~ppc for bug 301007
 
 *i18n-0.1.3 (18 Jan 2010)
 



1.5                  dev-ruby/i18n/i18n-0.3.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild?r1=1.4&r2=1.5

Index: i18n-0.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- i18n-0.3.3.ebuild	18 Jan 2010 18:40:40 -0000	1.4
+++ i18n-0.3.3.ebuild	18 Jan 2010 20:09:04 -0000	1.5
@@ -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/i18n/i18n-0.3.3.ebuild,v 1.4 2010/01/18 18:40:40 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild,v 1.5 2010/01/18 20:09:04 ranger Exp $
 
 EAPI=2
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~ppc-macos ~x64-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc-macos ~x64-solaris"
 IUSE=""
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/i18n: ChangeLog i18n-0.3.3.ebuild
@ 2010-02-18 16:45 Fabian Groffen (grobian)
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen (grobian) @ 2010-02-18 16:45 UTC (permalink / raw
  To: gentoo-commits

grobian     10/02/18 16:45:31

  Modified:             ChangeLog i18n-0.3.3.ebuild
  Log:
  Marked ~x86-solaris
  (Portage version: 2.2.00.15335-prefix/cvs/SunOS i386)

Revision  Changes    Path
1.8                  dev-ruby/i18n/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	1 Feb 2010 16:44:37 -0000	1.7
+++ ChangeLog	18 Feb 2010 16:45:30 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/i18n
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.7 2010/02/01 16:44:37 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.8 2010/02/18 16:45:30 grobian Exp $
+
+  18 Feb 2010; Fabian Groffen <grobian@gentoo.org> i18n-0.3.3.ebuild:
+  Marked ~x86-solaris
 
   01 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org> i18n-0.1.3.ebuild:
   Add support for JRuby.



1.6                  dev-ruby/i18n/i18n-0.3.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild?r1=1.5&r2=1.6

Index: i18n-0.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- i18n-0.3.3.ebuild	18 Jan 2010 20:09:04 -0000	1.5
+++ i18n-0.3.3.ebuild	18 Feb 2010 16:45:30 -0000	1.6
@@ -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/i18n/i18n-0.3.3.ebuild,v 1.5 2010/01/18 20:09:04 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild,v 1.6 2010/02/18 16:45:30 grobian Exp $
 
 EAPI=2
 
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc-macos ~x64-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/i18n: ChangeLog i18n-0.3.3.ebuild
@ 2010-05-23 10:25 Alex Legler (a3li)
  0 siblings, 0 replies; 5+ messages in thread
From: Alex Legler (a3li) @ 2010-05-23 10:25 UTC (permalink / raw
  To: gentoo-commits

a3li        10/05/23 10:25:11

  Modified:             ChangeLog i18n-0.3.3.ebuild
  Log:
  Add REE18 support
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-ruby/i18n/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	1 May 2010 00:44:03 -0000	1.11
+++ ChangeLog	23 May 2010 10:25:11 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/i18n
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.11 2010/05/01 00:44:03 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.12 2010/05/23 10:25:11 a3li Exp $
+
+  23 May 2010; Alex Legler <a3li@gentoo.org> i18n-0.3.3.ebuild:
+  Add REE18 support
 
   01 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> i18n-0.1.3.ebuild:
   Restore original SRC_URI.



1.7                  dev-ruby/i18n/i18n-0.3.3.ebuild

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

Index: i18n-0.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- i18n-0.3.3.ebuild	18 Feb 2010 16:45:30 -0000	1.6
+++ i18n-0.3.3.ebuild	23 May 2010 10:25:11 -0000	1.7
@@ -1,10 +1,10 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild,v 1.6 2010/02/18 16:45:30 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.3.3.ebuild,v 1.7 2010/05/23 10:25:11 a3li Exp $
 
 EAPI=2
 
-USE_RUBY="ruby18"
+USE_RUBY="ruby18 ree18"
 
 RUBY_FAKEGEM_EXTRAINSTALL="vendor"
 






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

end of thread, other threads:[~2010-05-23 10:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-18 16:45 [gentoo-commits] gentoo-x86 commit in dev-ruby/i18n: ChangeLog i18n-0.3.3.ebuild Fabian Groffen (grobian)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-23 10:25 Alex Legler (a3li)
2010-01-18 20:09 Brent Baude (ranger)
2010-01-15 18:01 Fabian Groffen (grobian)
2010-01-14 17:09 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