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: Wed, 28 Jan 2015 16:28:56 +0000 (UTC)	[thread overview]
Message-ID: <1422461813.0aad6e1d812652d22b204ba4479c71146758904a.graaff@gentoo> (raw)

commit:     0aad6e1d812652d22b204ba4479c71146758904a
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Jan 28 16:16:53 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jan 28 16:16:53 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=0aad6e1d

Version bump.

Package-Manager: portage-2.2.14

---
 dev-ruby/icalendar/ChangeLog              |  5 +++++
 dev-ruby/icalendar/Manifest               |  1 +
 dev-ruby/icalendar/icalendar-2.2.2.ebuild | 35 +++++++++++++++++++++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/dev-ruby/icalendar/ChangeLog b/dev-ruby/icalendar/ChangeLog
index 820e1c0..c2f0241 100644
--- a/dev-ruby/icalendar/ChangeLog
+++ b/dev-ruby/icalendar/ChangeLog
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/icalendar
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 
+*icalendar-2.2.2 (28 Jan 2015)
+
+  28 Jan 2015; Hans de Graaff <graaff@gentoo.org> +icalendar-2.2.2.ebuild:
+  Version bump.
+
   28 Jan 2015; Hans de Graaff <graaff@gentoo.org> -icalendar-2.1.1.ebuild,
   -icalendar-2.2.0.ebuild:
   Cleanup.

diff --git a/dev-ruby/icalendar/Manifest b/dev-ruby/icalendar/Manifest
index 4d4edaa..96d9013 100644
--- a/dev-ruby/icalendar/Manifest
+++ b/dev-ruby/icalendar/Manifest
@@ -1,2 +1,3 @@
 DIST icalendar-1.5.4.tar.gz 47472 SHA256 d4f5c0963dbcd5aa7ef1c635afd28407b45729869b85bc96ef702d8808e16ead SHA512 6d6161be63afb1f32d814ee277f8f2c32311c29a44bb488a70f8127ee4caae8d0bb148e91433c0175f217778022f501d7c26d62f5c84032a317dcf3fbb31edb2 WHIRLPOOL c25eab3e96ae5975ee953bf580bfe65bd2b23eb76e9248a6bc35946ceff3a10cf6b68fb4213320a152f29e0109a250b70f67fab6381d70d3807bf7dc86107e56
 DIST icalendar-2.2.1.tar.gz 27707 SHA256 394ca31ab77f0657b67e7e61918f69384f8c673ea5e5ba3ba22e6fb189266bc2 SHA512 300eb9fbace9f4c716e2a5d6336c73377327aaa63573ae1874d634f1cc619ed5506650bdb8cf75eb7a3284c5ca38895e39bb87fff6c0e3b39b6266ba3f586a90 WHIRLPOOL 1532a6264775a74b298d5e9395a6df5d0d37c0052e54d5bc1d56f26d0e29dcacc2d2919190bb62a474b05b7ab8270d6593156bb936e86e7546a4bb0477735563
+DIST icalendar-2.2.2.tar.gz 28147 SHA256 21d32f1246a1232b292ea98f6cc33275ceb9bfd19a602e434b8aefd7e0a87c68 SHA512 80cf55b312ec355b7dfc1347e7a12ef991c800c69b3e4af85c40e92a09a9ccd59256bdfe165f4f9fb4119be06ed5e786ce715a5d92452023af58ce0f9f1d549d WHIRLPOOL 15fdab0edf25af03983a510a356685b2f991a86970ce4ad3b41b2213f0fdf6f12b133c19a4e1420af2e583565f6fb3b5bdaa1f989d129118333235e3ab27178c

diff --git a/dev-ruby/icalendar/icalendar-2.2.2.ebuild b/dev-ruby/icalendar/icalendar-2.2.2.ebuild
new file mode 100644
index 0000000..503fac7
--- /dev/null
+++ b/dev-ruby/icalendar/icalendar-2.2.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+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="http://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 ~x86 ~x86-macos"
+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 '/daylight offset/,/^  end/ s:^:#:' spec/tzinfo_spec.rb || die
+}


             reply	other threads:[~2015-01-28 20:14 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-28 16:28 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-09-08  5:25 [gentoo-commits] dev/graaff:master commit in: dev-ruby/icalendar/ Hans de Graaff
2016-08-01  9:52 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
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=1422461813.0aad6e1d812652d22b204ba4479c71146758904a.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