public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/chronic/
@ 2013-10-07 15:57 Peter Wilmott
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Wilmott @ 2013-10-07 15:57 UTC (permalink / raw
  To: gentoo-commits

commit:     3c2c7594827a531baba3a88152fdf6114abc5b52
Author:     Peter Wilmott <p <AT> p8952 <DOT> info>
AuthorDate: Mon Oct  7 15:48:53 2013 +0000
Commit:     Peter Wilmott <p <AT> p8952 <DOT> info>
CommitDate: Mon Oct  7 15:48:53 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=3c2c7594

move dev-ruby/chronic to overlay

Package-Manager: portage-2.2.1

---
 dev-ruby/chronic/ChangeLog            | 62 +++++++++++++++++++++++++++++++++++
 dev-ruby/chronic/chronic-0.9.1.ebuild | 27 +++++++++++++++
 dev-ruby/chronic/metadata.xml         |  5 +++
 3 files changed, 94 insertions(+)

diff --git a/dev-ruby/chronic/ChangeLog b/dev-ruby/chronic/ChangeLog
new file mode 100644
index 0000000..2d43bda
--- /dev/null
+++ b/dev-ruby/chronic/ChangeLog
@@ -0,0 +1,62 @@
+# ChangeLog for dev-ruby/chronic
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/ChangeLog,v 1.13 2013/09/09 02:53:05 mrueg Exp $
+
+  09 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -chronic-0.6.7.ebuild,
+  -chronic-0.7.0.ebuild, -chronic-0.9.0.ebuild:
+  Cleanup old.
+
+*chronic-0.9.1 (28 Feb 2013)
+
+  28 Feb 2013; Hans de Graaff <graaff@gentoo.org> +chronic-0.9.1.ebuild:
+  Version bump.
+
+*chronic-0.9.0 (02 Feb 2013)
+
+  02 Feb 2013; Hans de Graaff <graaff@gentoo.org> +chronic-0.9.0.ebuild:
+  Version bump.
+
+*chronic-0.7.0 (05 Aug 2012)
+
+  05 Aug 2012; Hans de Graaff <graaff@gentoo.org> +chronic-0.7.0.ebuild:
+  Version bump.
+
+  20 Jun 2012; Hans de Graaff <graaff@gentoo.org> chronic-0.6.7.ebuild:
+  Avoid built-time dependency on git, bug 422669.
+
+  20 Jun 2012; Hans de Graaff <graaff@gentoo.org> -chronic-0.6.4.ebuild,
+  -chronic-0.6.4-r1.ebuild, -chronic-0.6.6.ebuild:
+  Remove old versions.
+
+*chronic-0.6.7 (07 Apr 2012)
+
+  07 Apr 2012; Hans de Graaff <graaff@gentoo.org> +chronic-0.6.7.ebuild:
+  Version bump.
+
+  07 Mar 2012; Naohiro Aota <naota@gentoo.org> chronic-0.6.6.ebuild:
+  Add ~x86-fbsd
+
+*chronic-0.6.6 (17 Dec 2011)
+
+  17 Dec 2011; Hans de Graaff <graaff@gentoo.org> +chronic-0.6.6.ebuild:
+  Version bump. Drop rbx until problems with it have been resolved.
+
+*chronic-0.6.4-r1 (21 Oct 2011)
+
+  21 Oct 2011; Hans de Graaff <graaff@gentoo.org> +chronic-0.6.4-r1.ebuild:
+  Add rbx support.
+
+  21 Oct 2011; Hans de Graaff <graaff@gentoo.org> -chronic-0.6.2.ebuild:
+  Remove old version.
+
+*chronic-0.6.4 (10 Sep 2011)
+
+  10 Sep 2011; Hans de Graaff <graaff@gentoo.org> +chronic-0.6.4.ebuild:
+  Version bump.
+
+*chronic-0.6.2 (20 Aug 2011)
+
+  20 Aug 2011; Hans de Graaff <graaff@gentoo.org> +chronic-0.6.2.ebuild,
+  +metadata.xml:
+  Initial import from graaff overlay. New dependency for dev-ruby/main. Closes
+  bug 280143.

diff --git a/dev-ruby/chronic/chronic-0.9.1.ebuild b/dev-ruby/chronic/chronic-0.9.1.ebuild
new file mode 100644
index 0000000..0939166
--- /dev/null
+++ b/dev-ruby/chronic/chronic-0.9.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/chronic-0.9.1.ebuild,v 1.1 2013/02/28 07:34:00 graaff Exp $
+
+EAPI=5
+USE_RUBY="ruby18 ree18 jruby ruby19"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="chronic.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Chronic is a natural language date/time parser written in pure Ruby."
+HOMEPAGE="https://github.com/mojombo/chronic"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+	sed -i -e '/git ls-files/d' chronic.gemspec || die
+}

diff --git a/dev-ruby/chronic/metadata.xml b/dev-ruby/chronic/metadata.xml
new file mode 100644
index 0000000..8521361
--- /dev/null
+++ b/dev-ruby/chronic/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>


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

* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/chronic/
@ 2013-10-07 15:57 Peter Wilmott
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Wilmott @ 2013-10-07 15:57 UTC (permalink / raw
  To: gentoo-commits

commit:     646ac5b48528efd29f235b4cf7c1f99265fc7eef
Author:     Peter Wilmott <p <AT> p8952 <DOT> info>
AuthorDate: Mon Oct  7 15:50:40 2013 +0000
Commit:     Peter Wilmott <p <AT> p8952 <DOT> info>
CommitDate: Mon Oct  7 15:50:40 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=646ac5b4

version bump to 0.10.2

Package-Manager: portage-2.2.1

---
 dev-ruby/chronic/ChangeLog             |  5 +++++
 dev-ruby/chronic/chronic-0.10.2.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/chronic/ChangeLog b/dev-ruby/chronic/ChangeLog
index 2d43bda..12f2c42 100644
--- a/dev-ruby/chronic/ChangeLog
+++ b/dev-ruby/chronic/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/ChangeLog,v 1.13 2013/09/09 02:53:05 mrueg Exp $
 
+*chronic-0.10.2 (07 Oct 2013)
+
+  07 Oct 2013;  <peter@gentoo.org> +chronic-0.10.2.ebuild:
+  version bump to 0.10.2
+
   09 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -chronic-0.6.7.ebuild,
   -chronic-0.7.0.ebuild, -chronic-0.9.0.ebuild:
   Cleanup old.

diff --git a/dev-ruby/chronic/chronic-0.10.2.ebuild b/dev-ruby/chronic/chronic-0.10.2.ebuild
new file mode 100644
index 0000000..5fc2ad4
--- /dev/null
+++ b/dev-ruby/chronic/chronic-0.10.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/chronic-0.9.1.ebuild,v 1.1 2013/02/28 07:34:00 graaff Exp $
+
+EAPI=5
+USE_RUBY="ruby18 ree18 jruby ruby19"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="chronic.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Chronic is a natural language date/time parser written in pure Ruby."
+HOMEPAGE="https://github.com/mojombo/chronic"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )"
+
+all_ruby_prepare() {
+	sed -i -e '/git ls-files/d' chronic.gemspec || die
+}


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

* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/chronic/
@ 2013-10-07 16:22 Peter Wilmott
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Wilmott @ 2013-10-07 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     703b618f9a290c488c0c98c79638e350a2283ac4
Author:     Peter Wilmott <p <AT> p8952 <DOT> info>
AuthorDate: Mon Oct  7 16:21:10 2013 +0000
Commit:     Peter Wilmott <p <AT> p8952 <DOT> info>
CommitDate: Mon Oct  7 16:21:10 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=703b618f

update changelog name

---
 dev-ruby/chronic/ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/chronic/ChangeLog b/dev-ruby/chronic/ChangeLog
index 12f2c42..d08ec03 100644
--- a/dev-ruby/chronic/ChangeLog
+++ b/dev-ruby/chronic/ChangeLog
@@ -4,7 +4,7 @@
 
 *chronic-0.10.2 (07 Oct 2013)
 
-  07 Oct 2013;  <peter@gentoo.org> +chronic-0.10.2.ebuild:
+  07 Oct 2013;  <p@p8952.info> +chronic-0.10.2.ebuild:
   version bump to 0.10.2
 
   09 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -chronic-0.6.7.ebuild,


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

* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/chronic/
@ 2013-10-07 17:13 Peter Wilmott
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Wilmott @ 2013-10-07 17:13 UTC (permalink / raw
  To: gentoo-commits

commit:     7587c41be2a256e3a5170c7814e1af53c24b0c55
Author:     Peter Wilmott <p <AT> p8952 <DOT> info>
AuthorDate: Mon Oct  7 17:12:30 2013 +0000
Commit:     Peter Wilmott <p <AT> p8952 <DOT> info>
CommitDate: Mon Oct  7 17:12:30 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=7587c41b

skip tests which error using ruby18

Package-Manager: portage-2.2.1

---
 dev-ruby/chronic/ChangeLog             |  3 +++
 dev-ruby/chronic/chronic-0.10.2.ebuild | 13 +++++++++++++
 2 files changed, 16 insertions(+)

diff --git a/dev-ruby/chronic/ChangeLog b/dev-ruby/chronic/ChangeLog
index d08ec03..9e25ad9 100644
--- a/dev-ruby/chronic/ChangeLog
+++ b/dev-ruby/chronic/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/ChangeLog,v 1.13 2013/09/09 02:53:05 mrueg Exp $
 
+  07 Oct 2013; Peter Wilmott <p@p8952.info> chronic-0.10.2.ebuild:
+  skip tests which error using ruby18
+
 *chronic-0.10.2 (07 Oct 2013)
 
   07 Oct 2013;  <p@p8952.info> +chronic-0.10.2.ebuild:

diff --git a/dev-ruby/chronic/chronic-0.10.2.ebuild b/dev-ruby/chronic/chronic-0.10.2.ebuild
index 5fc2ad4..26c6f11 100644
--- a/dev-ruby/chronic/chronic-0.10.2.ebuild
+++ b/dev-ruby/chronic/chronic-0.10.2.ebuild
@@ -25,3 +25,16 @@ ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )"
 all_ruby_prepare() {
 	sed -i -e '/git ls-files/d' chronic.gemspec || die
 }
+
+each_ruby_prepare() {
+	case ${RUBY} in
+		*ruby18)
+			# Two tests error when using ruby18, however the library still
+			# functions correctly: https://github.com/mojombo/chronic/issues/219
+			sed -i -e '/def test_time/,+9d' test/test_chronic.rb || die
+			sed -i -e '/def test_handle_generic/,+29d' test/test_parsing.rb || die
+			;;
+		*)
+			;;
+	esac
+}


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

* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/chronic/
@ 2013-10-08 18:40 Peter Wilmott
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Wilmott @ 2013-10-08 18:40 UTC (permalink / raw
  To: gentoo-commits

commit:     3dc737741555e77029e73a6007ed58f9932c01a5
Author:     Peter Wilmott <p <AT> p8952 <DOT> info>
AuthorDate: Tue Oct  8 18:40:06 2013 +0000
Commit:     Peter Wilmott <p <AT> p8952 <DOT> info>
CommitDate: Tue Oct  8 18:40:06 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=3dc73774

remove ree18 targets

Package-Manager: portage-2.2.1

---
 dev-ruby/chronic/ChangeLog             | 4 ++++
 dev-ruby/chronic/chronic-0.10.2.ebuild | 2 +-
 dev-ruby/chronic/chronic-0.9.1.ebuild  | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/chronic/ChangeLog b/dev-ruby/chronic/ChangeLog
index 9e25ad9..465f3a2 100644
--- a/dev-ruby/chronic/ChangeLog
+++ b/dev-ruby/chronic/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/ChangeLog,v 1.13 2013/09/09 02:53:05 mrueg Exp $
 
+  08 Oct 2013; Peter Wilmott <p@p8952.info> chronic-0.10.2.ebuild,
+  chronic-0.9.1.ebuild:
+  remove ree18 targets
+
   07 Oct 2013; Peter Wilmott <p@p8952.info> chronic-0.10.2.ebuild:
   skip tests which error using ruby18
 

diff --git a/dev-ruby/chronic/chronic-0.10.2.ebuild b/dev-ruby/chronic/chronic-0.10.2.ebuild
index 26c6f11..3e109c8 100644
--- a/dev-ruby/chronic/chronic-0.10.2.ebuild
+++ b/dev-ruby/chronic/chronic-0.10.2.ebuild
@@ -3,7 +3,7 @@
 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/chronic-0.9.1.ebuild,v 1.1 2013/02/28 07:34:00 graaff Exp $
 
 EAPI=5
-USE_RUBY="ruby18 ree18 jruby ruby19"
+USE_RUBY="ruby18 jruby ruby19"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"

diff --git a/dev-ruby/chronic/chronic-0.9.1.ebuild b/dev-ruby/chronic/chronic-0.9.1.ebuild
index 0939166..747b480 100644
--- a/dev-ruby/chronic/chronic-0.9.1.ebuild
+++ b/dev-ruby/chronic/chronic-0.9.1.ebuild
@@ -3,7 +3,7 @@
 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/chronic-0.9.1.ebuild,v 1.1 2013/02/28 07:34:00 graaff Exp $
 
 EAPI=5
-USE_RUBY="ruby18 ree18 jruby ruby19"
+USE_RUBY="ruby18 jruby ruby19"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"


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

* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/chronic/
@ 2013-10-08 18:55 Peter Wilmott
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Wilmott @ 2013-10-08 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     383d43935f3fec919e22b2f38e30bca4bbdf5090
Author:     Peter Wilmott <p <AT> p8952 <DOT> info>
AuthorDate: Tue Oct  8 18:51:57 2013 +0000
Commit:     Peter Wilmott <p <AT> p8952 <DOT> info>
CommitDate: Tue Oct  8 18:51:57 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=383d4393

skip broken tests on jruby(1.6)

Package-Manager: portage-2.2.1

---
 dev-ruby/chronic/ChangeLog             | 3 +++
 dev-ruby/chronic/chronic-0.10.2.ebuild | 5 +++++
 2 files changed, 8 insertions(+)

diff --git a/dev-ruby/chronic/ChangeLog b/dev-ruby/chronic/ChangeLog
index 465f3a2..037486b 100644
--- a/dev-ruby/chronic/ChangeLog
+++ b/dev-ruby/chronic/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/ChangeLog,v 1.13 2013/09/09 02:53:05 mrueg Exp $
 
+  08 Oct 2013; Peter Wilmott <p@p8952.info> chronic-0.10.2.ebuild:
+  skip broken tests on jruby(1.6)
+
   08 Oct 2013; Peter Wilmott <p@p8952.info> chronic-0.10.2.ebuild,
   chronic-0.9.1.ebuild:
   remove ree18 targets

diff --git a/dev-ruby/chronic/chronic-0.10.2.ebuild b/dev-ruby/chronic/chronic-0.10.2.ebuild
index 3e109c8..f2b682f 100644
--- a/dev-ruby/chronic/chronic-0.10.2.ebuild
+++ b/dev-ruby/chronic/chronic-0.10.2.ebuild
@@ -34,6 +34,11 @@ each_ruby_prepare() {
 			sed -i -e '/def test_time/,+9d' test/test_chronic.rb || die
 			sed -i -e '/def test_handle_generic/,+29d' test/test_parsing.rb || die
 			;;
+		*jruby)
+			# The same tests also fail on jruby1.6
+			sed -i -e '/def test_time/,+9d' test/test_chronic.rb || die
+			sed -i -e '/def test_handle_generic/,+29d' test/test_parsing.rb || die
+			;;
 		*)
 			;;
 	esac


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

* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/chronic/
@ 2013-10-08 18:55 Peter Wilmott
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Wilmott @ 2013-10-08 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     810bed37de392fc8ba998579e1c0295646158f28
Author:     Peter Wilmott <p <AT> p8952 <DOT> info>
AuthorDate: Tue Oct  8 18:54:52 2013 +0000
Commit:     Peter Wilmott <p <AT> p8952 <DOT> info>
CommitDate: Tue Oct  8 18:54:52 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=810bed37

added ruby20 target

Package-Manager: portage-2.2.1

---
 dev-ruby/chronic/ChangeLog             | 4 ++++
 dev-ruby/chronic/chronic-0.10.2.ebuild | 2 +-
 dev-ruby/chronic/chronic-0.9.1.ebuild  | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/chronic/ChangeLog b/dev-ruby/chronic/ChangeLog
index 037486b..fd5eb17 100644
--- a/dev-ruby/chronic/ChangeLog
+++ b/dev-ruby/chronic/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/ChangeLog,v 1.13 2013/09/09 02:53:05 mrueg Exp $
 
+  08 Oct 2013; Peter Wilmott <p@p8952.info> chronic-0.10.2.ebuild,
+  chronic-0.9.1.ebuild:
+  added ruby20 target
+
   08 Oct 2013; Peter Wilmott <p@p8952.info> chronic-0.10.2.ebuild:
   skip broken tests on jruby(1.6)
 

diff --git a/dev-ruby/chronic/chronic-0.10.2.ebuild b/dev-ruby/chronic/chronic-0.10.2.ebuild
index f2b682f..33370fe 100644
--- a/dev-ruby/chronic/chronic-0.10.2.ebuild
+++ b/dev-ruby/chronic/chronic-0.10.2.ebuild
@@ -3,7 +3,7 @@
 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/chronic-0.9.1.ebuild,v 1.1 2013/02/28 07:34:00 graaff Exp $
 
 EAPI=5
-USE_RUBY="ruby18 jruby ruby19"
+USE_RUBY="ruby18 ruby19 ruby20 jruby"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"

diff --git a/dev-ruby/chronic/chronic-0.9.1.ebuild b/dev-ruby/chronic/chronic-0.9.1.ebuild
index 747b480..cbd72ad 100644
--- a/dev-ruby/chronic/chronic-0.9.1.ebuild
+++ b/dev-ruby/chronic/chronic-0.9.1.ebuild
@@ -3,7 +3,7 @@
 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/chronic-0.9.1.ebuild,v 1.1 2013/02/28 07:34:00 graaff Exp $
 
 EAPI=5
-USE_RUBY="ruby18 jruby ruby19"
+USE_RUBY="ruby18 ruby19 ruby20 jruby"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"


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

* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/chronic/
@ 2013-10-08 22:16 Peter Wilmott
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Wilmott @ 2013-10-08 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     0cbffeb39cd47d4184cdb0d2a8e04b7a4607151b
Author:     Peter Wilmott <p <AT> p8952 <DOT> info>
AuthorDate: Tue Oct  8 21:50:53 2013 +0000
Commit:     Peter Wilmott <p <AT> p8952 <DOT> info>
CommitDate: Tue Oct  8 21:50:53 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=0cbffeb3

dev-ruby/chronic, remove in-tree version from overlay

Package-Manager: portage-2.2.1

---
 dev-ruby/chronic/ChangeLog            |  3 +++
 dev-ruby/chronic/chronic-0.9.1.ebuild | 27 ---------------------------
 2 files changed, 3 insertions(+), 27 deletions(-)

diff --git a/dev-ruby/chronic/ChangeLog b/dev-ruby/chronic/ChangeLog
index fd5eb17..1051add 100644
--- a/dev-ruby/chronic/ChangeLog
+++ b/dev-ruby/chronic/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/ChangeLog,v 1.13 2013/09/09 02:53:05 mrueg Exp $
 
+  08 Oct 2013; Peter Wilmott <p@p8952.info> -chronic-0.9.1.ebuild:
+  remove in-tree version from overlay
+
   08 Oct 2013; Peter Wilmott <p@p8952.info> chronic-0.10.2.ebuild,
   chronic-0.9.1.ebuild:
   added ruby20 target

diff --git a/dev-ruby/chronic/chronic-0.9.1.ebuild b/dev-ruby/chronic/chronic-0.9.1.ebuild
deleted file mode 100644
index cbd72ad..0000000
--- a/dev-ruby/chronic/chronic-0.9.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/chronic-0.9.1.ebuild,v 1.1 2013/02/28 07:34:00 graaff Exp $
-
-EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20 jruby"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="chronic.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Chronic is a natural language date/time parser written in pure Ruby."
-HOMEPAGE="https://github.com/mojombo/chronic"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
-	sed -i -e '/git ls-files/d' chronic.gemspec || die
-}


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

end of thread, other threads:[~2013-10-08 22:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-08 22:16 [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/chronic/ Peter Wilmott
  -- strict thread matches above, loose matches on Subject: below --
2013-10-08 18:55 Peter Wilmott
2013-10-08 18:55 Peter Wilmott
2013-10-08 18:40 Peter Wilmott
2013-10-07 17:13 Peter Wilmott
2013-10-07 16:22 Peter Wilmott
2013-10-07 15:57 Peter Wilmott
2013-10-07 15:57 Peter Wilmott

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