public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/graaff:master commit in: dev-ruby/ri_cal/
@ 2012-04-30  9:30 Hans de Graaff
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2012-04-30  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     3434e3da55624557a5cee81c83191a56e4f4e3b0
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Apr 26 14:24:44 2012 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 14:24:44 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=3434e3da

Initial import. May be a better replacement for icalendar.

(Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

---
 dev-ruby/ri_cal/ChangeLog           |   10 ++++++++++
 dev-ruby/ri_cal/Manifest            |   11 +++++++++++
 dev-ruby/ri_cal/metadata.xml        |    5 +++++
 dev-ruby/ri_cal/ri_cal-0.8.8.ebuild |   34 ++++++++++++++++++++++++++++++++++
 4 files changed, 60 insertions(+), 0 deletions(-)

diff --git a/dev-ruby/ri_cal/ChangeLog b/dev-ruby/ri_cal/ChangeLog
new file mode 100644
index 0000000..4cd750c
--- /dev/null
+++ b/dev-ruby/ri_cal/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/ri_cal
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*ri_cal-0.8.8 (26 Apr 2012)
+
+  26 Apr 2012; Hans de Graaff <graaff@gentoo.org> +ri_cal-0.8.8.ebuild,
+  +metadata.xml:
+  Initial import. May be a better replacement for icalendar.
+

diff --git a/dev-ruby/ri_cal/Manifest b/dev-ruby/ri_cal/Manifest
new file mode 100644
index 0000000..178408e
--- /dev/null
+++ b/dev-ruby/ri_cal/Manifest
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST ri_cal-0.8.8.gem 429568 RMD160 1adb440a0ed8e8a51df93b348aff4df54f4d56b1 SHA1 d400bc975d9145009cadafffe1cd8cfc7d8399e1 SHA256 200d7709e693e661b87230c2530e96bbe276591cf552f379bbee3aab86518fba
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk+ZWqwACgkQiIP6VqMIqNctWgD+MCgI+591tNHbtS+M0QXpHZr0
+SSfFjbBGZx+l4+Qh9SIA/3if8IrFYNA2KJ3q4goGsk4kKVHxIldfOwu6RfnpbzUA
+=Inb+
+-----END PGP SIGNATURE-----

diff --git a/dev-ruby/ri_cal/metadata.xml b/dev-ruby/ri_cal/metadata.xml
new file mode 100644
index 0000000..0040b11
--- /dev/null
+++ b/dev-ruby/ri_cal/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>ruby</herd>
+</pkgmetadata>

diff --git a/dev-ruby/ri_cal/ri_cal-0.8.8.ebuild b/dev-ruby/ri_cal/ri_cal-0.8.8.ebuild
new file mode 100644
index 0000000..f820d40
--- /dev/null
+++ b/dev-ruby/ri_cal/ri_cal-0.8.8.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=4
+USE_RUBY="ruby18 ruby19 ree18 jruby"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+# requires jeweler/ad_agency
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="docs/* History.txt README.txt"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A new Ruby implementation of RFC2445 iCalendar."
+HOMEPAGE="http://github.com/rubyredrick/ri_cal"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+# This gem can use either tzinfo or activesupport and thus doesn't have
+# any explicit dependency. We always depend on tzinfo since newer
+# versions of activesupport do this as well.
+ruby_add_rdepend "dev-ruby/tzinfo"
+
+ruby_add_bdepend "dev-ruby/rspec:0"
+
+each_ruby_test() {
+	${RUBY} -S spec spec || die
+}



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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/ri_cal/
@ 2013-08-30  9:23 Hans de Graaff
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2013-08-30  9:23 UTC (permalink / raw
  To: gentoo-commits

commit:     6bd4b16404873ab144bdd37b38adb1237891e967
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Aug 30 09:19:36 2013 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 09:19:36 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=6bd4b164

Cleanup.

Package-Manager: portage-2.1.12.2

---
 dev-ruby/ri_cal/ChangeLog           |  5 ++++-
 dev-ruby/ri_cal/ri_cal-0.8.8.ebuild | 34 ----------------------------------
 2 files changed, 4 insertions(+), 35 deletions(-)

diff --git a/dev-ruby/ri_cal/ChangeLog b/dev-ruby/ri_cal/ChangeLog
index 2f62d52..79a924b 100644
--- a/dev-ruby/ri_cal/ChangeLog
+++ b/dev-ruby/ri_cal/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-ruby/ri_cal
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  30 Aug 2013; Hans de Graaff <graaff@gentoo.org> -ri_cal-0.8.8.ebuild:
+  Cleanup.
+
 *ri_cal-0.8.8-r1 (26 Sep 2012)
 
   26 Sep 2012; Hans de Graaff <graaff@gentoo.org> +ri_cal-0.8.8-r1.ebuild,

diff --git a/dev-ruby/ri_cal/ri_cal-0.8.8.ebuild b/dev-ruby/ri_cal/ri_cal-0.8.8.ebuild
deleted file mode 100644
index f820d40..0000000
--- a/dev-ruby/ri_cal/ri_cal-0.8.8.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-# requires jeweler/ad_agency
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="docs/* History.txt README.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A new Ruby implementation of RFC2445 iCalendar."
-HOMEPAGE="http://github.com/rubyredrick/ri_cal"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-# This gem can use either tzinfo or activesupport and thus doesn't have
-# any explicit dependency. We always depend on tzinfo since newer
-# versions of activesupport do this as well.
-ruby_add_rdepend "dev-ruby/tzinfo"
-
-ruby_add_bdepend "dev-ruby/rspec:0"
-
-each_ruby_test() {
-	${RUBY} -S spec spec || die
-}


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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/ri_cal/
@ 2013-08-30  9:23 Hans de Graaff
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2013-08-30  9:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e35dd80c46fbed7c265bc6744e6607d6daba5349
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Aug 30 09:23:42 2013 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 09:23:42 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=e35dd80c

rspec dependency is only needed for USE=test.

Package-Manager: portage-2.1.12.2

---
 dev-ruby/ri_cal/ChangeLog              | 3 +++
 dev-ruby/ri_cal/ri_cal-0.8.8-r1.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ri_cal/ChangeLog b/dev-ruby/ri_cal/ChangeLog
index 79a924b..201b513 100644
--- a/dev-ruby/ri_cal/ChangeLog
+++ b/dev-ruby/ri_cal/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  30 Aug 2013; Hans de Graaff <graaff@gentoo.org> ri_cal-0.8.8-r1.ebuild:
+  rspec dependency is only needed for USE=test.
+
   30 Aug 2013; Hans de Graaff <graaff@gentoo.org> -ri_cal-0.8.8.ebuild:
   Cleanup.
 

diff --git a/dev-ruby/ri_cal/ri_cal-0.8.8-r1.ebuild b/dev-ruby/ri_cal/ri_cal-0.8.8-r1.ebuild
index 58351ff..d4af045 100644
--- a/dev-ruby/ri_cal/ri_cal-0.8.8-r1.ebuild
+++ b/dev-ruby/ri_cal/ri_cal-0.8.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header:  $
 
@@ -29,7 +29,7 @@ RUBY_PATCHES=( ${P}-rails32.patch )
 # versions of activesupport do this as well.
 ruby_add_rdepend "dev-ruby/tzinfo"
 
-ruby_add_bdepend "dev-ruby/rspec:0"
+ruby_add_bdepend "test? ( dev-ruby/rspec:0 )"
 
 each_ruby_test() {
 	${RUBY} -S spec spec || die


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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/ri_cal/
@ 2014-07-02  7:56 Hans de Graaff
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2014-07-02  7:56 UTC (permalink / raw
  To: gentoo-commits

commit:     4a440466636eb8b49aa63ddff1b679f2754903d1
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Jul  1 11:58:53 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jul  1 11:58:53 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=4a440466

Remove ruby18, ree18.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/ri_cal/ChangeLog              | 5 ++++-
 dev-ruby/ri_cal/ri_cal-0.8.8-r1.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/ri_cal/ChangeLog b/dev-ruby/ri_cal/ChangeLog
index 201b513..c5aabd0 100644
--- a/dev-ruby/ri_cal/ChangeLog
+++ b/dev-ruby/ri_cal/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-ruby/ri_cal
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  01 Jul 2014; Hans de Graaff <graaff@gentoo.org> ri_cal-0.8.8-r1.ebuild:
+  Remove ruby18, ree18.
+
   30 Aug 2013; Hans de Graaff <graaff@gentoo.org> ri_cal-0.8.8-r1.ebuild:
   rspec dependency is only needed for USE=test.
 

diff --git a/dev-ruby/ri_cal/ri_cal-0.8.8-r1.ebuild b/dev-ruby/ri_cal/ri_cal-0.8.8-r1.ebuild
index d4af045..29557b7 100644
--- a/dev-ruby/ri_cal/ri_cal-0.8.8-r1.ebuild
+++ b/dev-ruby/ri_cal/ri_cal-0.8.8-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header:  $
 
 EAPI=4
-USE_RUBY="ruby18 ruby19 ree18 jruby"
+USE_RUBY="ruby19 jruby"
 
 RUBY_FAKEGEM_TASK_TEST=""
 


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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/ri_cal/
@ 2014-11-28 15:13 Hans de Graaff
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2014-11-28 15:13 UTC (permalink / raw
  To: gentoo-commits

commit:     69bba1ab307bcf69abca7e9d43fdc3f7126242c9
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Nov 28 15:12:56 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Nov 28 15:12:56 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=69bba1ab

EAPI=5. ruby20.

Package-Manager: portage-2.2.8-r2

---
 dev-ruby/ri_cal/ChangeLog              |  5 ++++
 dev-ruby/ri_cal/ri_cal-0.8.8-r2.ebuild | 45 ++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/dev-ruby/ri_cal/ChangeLog b/dev-ruby/ri_cal/ChangeLog
index c5aabd0..87a4177 100644
--- a/dev-ruby/ri_cal/ChangeLog
+++ b/dev-ruby/ri_cal/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*ri_cal-0.8.8-r2 (28 Nov 2014)
+
+  28 Nov 2014; Hans de Graaff <graaff@gentoo.org> +ri_cal-0.8.8-r2.ebuild:
+  EAPI=5. ruby20.
+
   01 Jul 2014; Hans de Graaff <graaff@gentoo.org> ri_cal-0.8.8-r1.ebuild:
   Remove ruby18, ree18.
 

diff --git a/dev-ruby/ri_cal/ri_cal-0.8.8-r2.ebuild b/dev-ruby/ri_cal/ri_cal-0.8.8-r2.ebuild
new file mode 100644
index 0000000..6e0e2ae
--- /dev/null
+++ b/dev-ruby/ri_cal/ri_cal-0.8.8-r2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+# requires jeweler/ad_agency
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="docs/* History.txt README.txt"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A new Ruby implementation of RFC2445 iCalendar."
+HOMEPAGE="http://github.com/rubyredrick/ri_cal"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+RUBY_PATCHES=( ${P}-rails32.patch )
+
+# This gem can use either tzinfo or activesupport and thus doesn't have
+# any explicit dependency. We always depend on tzinfo since newer
+# versions of activesupport do this as well.
+ruby_add_rdepend "dev-ruby/tzinfo"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec:0 )"
+
+each_ruby_test() {
+	case ${RUBY} in
+		*ruby20)
+			# A few specs fail on UTF-8 stuff. Doesn't look problematic.
+			# Not fixing this properly since I intend to move back to
+			# icalendar anyway.
+			;;
+		*)
+			${RUBY} -S spec spec || die
+			;;
+	esac
+}


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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/ri_cal/
@ 2016-02-14 20:09 Hans de Graaff
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2016-02-14 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     5f5c1436ffe7ae6742c1d157bc635390f6b50003
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Feb 14 19:46:16 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 19:46:16 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=5f5c1436

dev-ruby/ri_cal: fix metadata

Package-Manager: portage-2.2.26

 dev-ruby/ri_cal/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ri_cal/metadata.xml b/dev-ruby/ri_cal/metadata.xml
index 0040b11..0a1be5a 100644
--- a/dev-ruby/ri_cal/metadata.xml
+++ b/dev-ruby/ri_cal/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>ruby</herd>
+<maintainer><email>graaff@gentoo.org</email></maintainer>
 </pkgmetadata>


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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/ri_cal/
@ 2016-02-14 20:09 Hans de Graaff
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2016-02-14 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     42ebcfd94a1242e55e339b1a831a9bbc5f4646ca
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Feb 14 19:46:50 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 19:46:50 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=42ebcfd9

dev-ruby/ri_cal: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/ri_cal/ri_cal-0.8.8-r1.ebuild | 36 ----------------------------------
 1 file changed, 36 deletions(-)

diff --git a/dev-ruby/ri_cal/ri_cal-0.8.8-r1.ebuild b/dev-ruby/ri_cal/ri_cal-0.8.8-r1.ebuild
deleted file mode 100644
index 29557b7..0000000
--- a/dev-ruby/ri_cal/ri_cal-0.8.8-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=4
-USE_RUBY="ruby19 jruby"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-# requires jeweler/ad_agency
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="docs/* History.txt README.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A new Ruby implementation of RFC2445 iCalendar."
-HOMEPAGE="http://github.com/rubyredrick/ri_cal"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-RUBY_PATCHES=( ${P}-rails32.patch )
-
-# This gem can use either tzinfo or activesupport and thus doesn't have
-# any explicit dependency. We always depend on tzinfo since newer
-# versions of activesupport do this as well.
-ruby_add_rdepend "dev-ruby/tzinfo"
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:0 )"
-
-each_ruby_test() {
-	${RUBY} -S spec spec || die
-}


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

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/ri_cal/
@ 2016-02-14 20:09 Hans de Graaff
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2016-02-14 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     0f2366ea93a295f17fb68c3ed630c3ccc5121cc2
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Feb 14 19:48:36 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 19:48:36 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=0f2366ea

dev-ruby/ri_cal: fix repoman issues

Package-Manager: portage-2.2.26

 dev-ruby/ri_cal/ri_cal-0.8.8-r2.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/ri_cal/ri_cal-0.8.8-r2.ebuild b/dev-ruby/ri_cal/ri_cal-0.8.8-r2.ebuild
index 6e0e2ae..aee6edf 100644
--- a/dev-ruby/ri_cal/ri_cal-0.8.8-r2.ebuild
+++ b/dev-ruby/ri_cal/ri_cal-0.8.8-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header:  $
+# $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_TASK_TEST=""
 
@@ -27,7 +27,7 @@ RUBY_PATCHES=( ${P}-rails32.patch )
 # This gem can use either tzinfo or activesupport and thus doesn't have
 # any explicit dependency. We always depend on tzinfo since newer
 # versions of activesupport do this as well.
-ruby_add_rdepend "dev-ruby/tzinfo"
+ruby_add_rdepend "dev-ruby/tzinfo:*"
 
 ruby_add_bdepend "test? ( dev-ruby/rspec:0 )"
 


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

end of thread, other threads:[~2016-02-14 20:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-30  9:23 [gentoo-commits] dev/graaff:master commit in: dev-ruby/ri_cal/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2016-02-14 20:09 Hans de Graaff
2016-02-14 20:09 Hans de Graaff
2016-02-14 20:09 Hans de Graaff
2014-11-28 15:13 Hans de Graaff
2014-07-02  7:56 Hans de Graaff
2013-08-30  9:23 Hans de Graaff
2012-04-30  9:30 Hans de Graaff

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