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: Sun, 25 Nov 2012 08:30:32 +0000 (UTC) [thread overview]
Message-ID: <1353658942.6f2202de8f7772061a6771938ccaace42f7d8c72.graaff@gentoo> (raw)
commit: 6f2202de8f7772061a6771938ccaace42f7d8c72
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Nov 23 08:22:22 2012 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 08:22:22 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=6f2202de
Version bump. Drop ruby18 since the tests fail.
Package-Manager: portage-2.1.11.31
Manifest-Sign-Key: 0x8883FA56A308A8D7!
---
dev-ruby/icalendar/ChangeLog | 5 +++++
dev-ruby/icalendar/Manifest | 7 ++++---
dev-ruby/icalendar/icalendar-1.2.1.ebuild | 27 +++++++++++++++++++++++++++
3 files changed, 36 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/icalendar/ChangeLog b/dev-ruby/icalendar/ChangeLog
index 9240165..74ea3c0 100644
--- a/dev-ruby/icalendar/ChangeLog
+++ b/dev-ruby/icalendar/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/icalendar
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+*icalendar-1.2.1 (23 Nov 2012)
+
+ 23 Nov 2012; Hans de Graaff <graaff@gentoo.org> +icalendar-1.2.1.ebuild:
+ Version bump. Drop ruby18 since the tests fail.
+
24 Sep 2012; Hans de Graaff <graaff@gentoo.org> icalendar-1.1.6.ebuild:
Add ruby19.
diff --git a/dev-ruby/icalendar/Manifest b/dev-ruby/icalendar/Manifest
index 2b9b825..eb4b5cf 100644
--- a/dev-ruby/icalendar/Manifest
+++ b/dev-ruby/icalendar/Manifest
@@ -3,10 +3,11 @@ Hash: SHA256
DIST icalendar-1.1.5.gem 49664 SHA256 56c6d5acf1f728db920628203a17b2e1d7d30c2d61d270b96c6234da962edc41 SHA512 10932cfe6163b586ade58469d0efdc2a0c6a45b63f628e0fe63e4f4ddcfa29496d21f4da1925a1909b8f15d160ca8176c2d39498026abdca3b7195161164f217 WHIRLPOOL 22bc330987d0385d3de1a3730d9bbe5e912a92412db5f0991c47ff6bb9496dbda03693145aee3973931bd9015a4aee6d1f25408fcdf0e3ccb1969e0100532c28
DIST icalendar-1.1.6.gem 50176 SHA256 fc5dce2a2e42de56f9d4a4b5ef64414181fb28f245505da39b432d634ae90bf9 SHA512 b6ff2fcd433a950ccb8b08a9dbb8595375328600e082c5c1d83688c9243dcfc5d5dcff03bfac25657f7504964911bfc0c343215688602c26558c66e2e1f75535 WHIRLPOOL ac649693d922fc1401817efc245862bab708475ba8aff13dc5d7d6613d290214f8e9615543727203bd75f39382367bfb0eec71509ed5fd1a9e510d9dfc131834
+DIST icalendar-1.2.1.gem 50688 SHA256 036fb9b500b3268f53b25f57f54629a1c2eabc00828c4c99a75fac0d69e6f79f SHA512 ed6dde621313451c83796a29458fadb9061593b9f8dc0e56bb154b77b9d98ada2b304d54900d7c95edc74c08af1b1723faf863b868a3247b319b282ae7bb3e2a WHIRLPOOL c7834d1615d5055c7416691a3ef23044b03ddbe421b4f2ab95289214ee8d67bd6621a73a4dc6e23e1401aee49aae1cca776714d9a6fa83d2142133b6fc230c6d
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
-iF4EAREIAAYFAlBgHN4ACgkQiIP6VqMIqNeAgwD/T1+qdimhnp8kpI30rQXWlDo2
-WfBeM4X64xzq/y9ui6oBAIKltrwXzYMN+UwHWY4fvcUF7Hw0pgIZ3Wt645zwRG+d
-=tlJP
+iF4EAREIAAYFAlCvMj4ACgkQiIP6VqMIqNf3+QD/fL1nJgNB8NKqsHFWKpKxPvmN
+E66MHjfoMhuIw2iRtQwA/jvZbuk0cL6usA6gZ3YE7CoGNm7I55Avs9HQ2gd8ygeD
+=vUpe
-----END PGP SIGNATURE-----
diff --git a/dev-ruby/icalendar/icalendar-1.2.1.ebuild b/dev-ruby/icalendar/icalendar-1.2.1.ebuild
new file mode 100644
index 0000000..dc51d6d
--- /dev/null
+++ b/dev-ruby/icalendar/icalendar-1.2.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+USE_RUBY="ruby19"
+
+RUBY_FAKEGEM_TASK_DOC="docs"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This library provides iCalendar support for ruby. (RFC-2445)"
+HOMEPAGE="http://github.com/sdague/icalendar"
+LICENSE="|| ( GPL-2 BSD Ruby )"
+
+KEYWORDS="~amd64 ~x86 ~x86-macos"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.1.0 )"
+ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.1.0 )"
+
+all_ruby_prepare() {
+ sed -i '/newgem/d' Rakefile || die
+}
next reply other threads:[~2012-11-25 8:31 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-25 8:30 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-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-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=1353658942.6f2202de8f7772061a6771938ccaace42f7d8c72.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