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, 24 Sep 2014 07:31:47 +0000 (UTC)	[thread overview]
Message-ID: <1411542844.b3a43ff6d3d67266a3ab39b2080edbf9a00f5c2a.graaff@gentoo> (raw)

commit:     b3a43ff6d3d67266a3ab39b2080edbf9a00f5c2a
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Sep 24 07:14:04 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Sep 24 07:14:04 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=b3a43ff6

Version bump.

Package-Manager: portage-2.2.8-r1

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

diff --git a/dev-ruby/icalendar/ChangeLog b/dev-ruby/icalendar/ChangeLog
index 4d79a8c..600348f 100644
--- a/dev-ruby/icalendar/ChangeLog
+++ b/dev-ruby/icalendar/ChangeLog
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/icalendar
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 
+*icalendar-2.2.0 (24 Sep 2014)
+
+  24 Sep 2014; Hans de Graaff <graaff@gentoo.org> +icalendar-2.2.0.ebuild:
+  Version bump.
+
   24 Sep 2014; Hans de Graaff <graaff@gentoo.org> -icalendar-1.4.3.ebuild,
   -icalendar-2.0.1.ebuild, -icalendar-2.1.0.ebuild:
   Cleanup.

diff --git a/dev-ruby/icalendar/Manifest b/dev-ruby/icalendar/Manifest
index a5575ce..bb43d1a 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.1.1.tar.gz 25516 SHA256 40168c793ac9018dd8182d2477271adc4ad20b57bf65668ccb90a0b30b692fb7 SHA512 6a799d9b8f768d4e98d6237170b54d23013968a958e681be9f6fb320585f1882e22d004c6fbd9dcb95b98d671fb56d33bda8aacb791ef68d950661c652d71246 WHIRLPOOL 7cdb499e6dbc5bd48983d4f84df5233f41ef8b2284c98768cc479a7b9a9424401d4bbf2f447ce5c5433c2f472cfd114a6647b7af010caedb5ffb94d6b7b96a94
+DIST icalendar-2.2.0.tar.gz 27162 SHA256 dd0c5ec5e7f4377065e44462c4e78cf8dc91760e2f7e5df111917880d58f373d SHA512 e307203fc91122aff0c5ed2b041becb6d87c424052c71fa169e0791bf2857cf2966c5f2f445e16727bd3ab61e7b1be0feef93bde5a1a82d7f6f2aab72cd399a6 WHIRLPOOL d8430181134b9d62ea3e50a402eb90c163f1a353c70773501c666b071bb9db527526055f352edaf4dc7b85c6e1b33719eda5c5daa1d1833ed9649c6fb89313e0

diff --git a/dev-ruby/icalendar/icalendar-2.2.0.ebuild b/dev-ruby/icalendar/icalendar-2.2.0.ebuild
new file mode 100644
index 0000000..b81ce09
--- /dev/null
+++ b/dev-ruby/icalendar/icalendar-2.2.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2014 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:[~2014-09-24  7:31 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-24  7:31 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
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-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=1411542844.b3a43ff6d3d67266a3ab39b2080edbf9a00f5c2a.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