public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/icalendar/
Date: Thu,  8 Sep 2016 05:25:15 +0000 (UTC)	[thread overview]
Message-ID: <1473311372.aa1d6ba1e624003387047d89ef88af0f536a9ca9.graaff@gentoo> (raw)

commit:     aa1d6ba1e624003387047d89ef88af0f536a9ca9
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Sep  8 05:09:32 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Sep  8 05:09:32 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=aa1d6ba1

dev-ruby/icalendar: add 2.4.1

Package-Manager: portage-2.2.28

 dev-ruby/icalendar/Manifest               |  1 +
 dev-ruby/icalendar/icalendar-2.4.1.ebuild | 35 +++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-ruby/icalendar/Manifest b/dev-ruby/icalendar/Manifest
index 5e00075..e5c2f40 100644
--- a/dev-ruby/icalendar/Manifest
+++ b/dev-ruby/icalendar/Manifest
@@ -1,2 +1,3 @@
 DIST icalendar-2.3.0.tar.gz 29495 SHA256 5eb7d15edb43ac0a7c82b69e87587ece0ca96a4f87bf05d91aa56fc714bd7f70 SHA512 a3c364b4a56b587bcb5df970a79e9805949cd18801ac4f196a78b6a3b729761d7036ee35665bb26b8f83f92e297ebd8744e0338e783a18ef6cb8b351cbc21f4d WHIRLPOOL fb295d07491b36fd9f559c984712d159a17676a4c51e80a2cb82812be3b83f3ee5f8a6ab678b3d802f5ac717fabe4a0637996a49d928e004718922ef2c08afab
 DIST icalendar-2.4.0.tar.gz 31281 SHA256 8fbcb30e2f02d7d150af48c53d1c783347ce563a7a88ac26582f1eeda672aa93 SHA512 4cb78bc7e089d396be95cf4919779d7930ba7e7e1b434bfb8adbb561acd8ef5ecc09692f8c371226031a59d460236b72a7fa276b89a1181404a329f8551359e1 WHIRLPOOL fcb0a50e82c2a0af3feccf87d69bf28fe87bbc8dc19f7bdc0dd350889ab7336721b823b020aee099cb3250b77827662b9ce0741498754d432ba7d2c5faf487ce
+DIST icalendar-2.4.1.tar.gz 32049 SHA256 ad92d9886005f43190890e9ce3df3a24de1a5b8cbd7bbf786aecfa555e31ccd6 SHA512 4f425c19a6be571f132ad266ddef5e1ff8857de2422327fc12cd7d0744f216bf2a17c724577b07649a18f982c5de48406e0ef48b4045dceb5e61607cc13718b5 WHIRLPOOL a9d2c1879d2f3d34b58f63dc97880759ba8da551233fe33c38708f867f2d311ebd5c0979067c793a3f64195e51a2f1497ab005dcb9a7decedf12e976741ecdac

diff --git a/dev-ruby/icalendar/icalendar-2.4.1.ebuild b/dev-ruby/icalendar/icalendar-2.4.1.ebuild
new file mode 100644
index 0000000..e9563de
--- /dev/null
+++ b/dev-ruby/icalendar/icalendar-2.4.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.txt README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This library provides iCalendar support for ruby. (RFC-2445)"
+HOMEPAGE="https://github.com/icalendar/icalendar"
+LICENSE="|| ( GPL-2 BSD Ruby )"
+SRC_URI="https://github.com/icalendar/icalendar/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64"
+SLOT="2"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/tzinfo-1.1:1 )"
+
+all_ruby_prepare() {
+	sed -i '/bundler/Id' Rakefile || die
+
+	sed -i -e '/simplecov/,/end/ s:^:#:' spec/spec_helper.rb || die
+
+	# Avoid one failing spec with TZ offset. May fail since we use the
+	# overall timezone database, rather than tzinfo.
+	sed -i -e '/no end transition/,/^  end/ s:^:#:' spec/tzinfo_spec.rb || die
+}


             reply	other threads:[~2016-09-08  5:25 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-08  5:25 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-08-01  9:52 [gentoo-commits] dev/graaff:master commit in: dev-ruby/icalendar/ Hans de Graaff
2016-02-14 20:33 Hans de Graaff
2016-02-14 20:33 Hans de Graaff
2016-02-14 20:33 Hans de Graaff
2015-05-04  7:02 Hans de Graaff
2015-01-28 16:28 Hans de Graaff
2015-01-28 16:28 Hans de Graaff
2014-12-17 13:03 Hans de Graaff
2014-09-24  7:31 Hans de Graaff
2014-09-24  7:31 Hans de Graaff
2014-08-19  6:45 Hans de Graaff
2014-07-24 13:38 ` Hans de Graaff
2014-07-15  9:03 Hans de Graaff
2014-07-07 12:39 Hans de Graaff
2014-05-27  5:07 Hans de Graaff
2013-11-29  9:54 Hans de Graaff
2013-10-25  9:08 Hans de Graaff
2013-09-13  9:46 Hans de Graaff
2013-07-26  6:31 Hans de Graaff
2013-06-21 11:37 Hans de Graaff
2013-05-19  6:51 Hans de Graaff
2012-11-25  8:30 Hans de Graaff
2012-09-24  8:42 Hans de Graaff
2011-06-09 12:06 Hans de Graaff
2011-06-09 12:06 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1473311372.aa1d6ba1e624003387047d89ef88af0f536a9ca9.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox