From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/ri_cal/
Date: Mon, 30 Apr 2012 09:30:15 +0000 (UTC) [thread overview]
Message-ID: <1335450284.3434e3da55624557a5cee81c83191a56e4f4e3b0.graaff@gentoo> (raw)
commit: 3434e3da55624557a5cee81c83191a56e4f4e3b0
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Apr 26 14:24:44 2012 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 14:24:44 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=3434e3da
Initial import. May be a better replacement for icalendar.
(Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
---
dev-ruby/ri_cal/ChangeLog | 10 ++++++++++
dev-ruby/ri_cal/Manifest | 11 +++++++++++
dev-ruby/ri_cal/metadata.xml | 5 +++++
dev-ruby/ri_cal/ri_cal-0.8.8.ebuild | 34 ++++++++++++++++++++++++++++++++++
4 files changed, 60 insertions(+), 0 deletions(-)
diff --git a/dev-ruby/ri_cal/ChangeLog b/dev-ruby/ri_cal/ChangeLog
new file mode 100644
index 0000000..4cd750c
--- /dev/null
+++ b/dev-ruby/ri_cal/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/ri_cal
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*ri_cal-0.8.8 (26 Apr 2012)
+
+ 26 Apr 2012; Hans de Graaff <graaff@gentoo.org> +ri_cal-0.8.8.ebuild,
+ +metadata.xml:
+ Initial import. May be a better replacement for icalendar.
+
diff --git a/dev-ruby/ri_cal/Manifest b/dev-ruby/ri_cal/Manifest
new file mode 100644
index 0000000..178408e
--- /dev/null
+++ b/dev-ruby/ri_cal/Manifest
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST ri_cal-0.8.8.gem 429568 RMD160 1adb440a0ed8e8a51df93b348aff4df54f4d56b1 SHA1 d400bc975d9145009cadafffe1cd8cfc7d8399e1 SHA256 200d7709e693e661b87230c2530e96bbe276591cf552f379bbee3aab86518fba
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk+ZWqwACgkQiIP6VqMIqNctWgD+MCgI+591tNHbtS+M0QXpHZr0
+SSfFjbBGZx+l4+Qh9SIA/3if8IrFYNA2KJ3q4goGsk4kKVHxIldfOwu6RfnpbzUA
+=Inb+
+-----END PGP SIGNATURE-----
diff --git a/dev-ruby/ri_cal/metadata.xml b/dev-ruby/ri_cal/metadata.xml
new file mode 100644
index 0000000..0040b11
--- /dev/null
+++ b/dev-ruby/ri_cal/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>
diff --git a/dev-ruby/ri_cal/ri_cal-0.8.8.ebuild b/dev-ruby/ri_cal/ri_cal-0.8.8.ebuild
new file mode 100644
index 0000000..f820d40
--- /dev/null
+++ b/dev-ruby/ri_cal/ri_cal-0.8.8.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+USE_RUBY="ruby18 ruby19 ree18 jruby"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+# requires jeweler/ad_agency
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="docs/* History.txt README.txt"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A new Ruby implementation of RFC2445 iCalendar."
+HOMEPAGE="http://github.com/rubyredrick/ri_cal"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+# This gem can use either tzinfo or activesupport and thus doesn't have
+# any explicit dependency. We always depend on tzinfo since newer
+# versions of activesupport do this as well.
+ruby_add_rdepend "dev-ruby/tzinfo"
+
+ruby_add_bdepend "dev-ruby/rspec:0"
+
+each_ruby_test() {
+ ${RUBY} -S spec spec || die
+}
next reply other threads:[~2012-04-30 9:31 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-30 9:30 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-08-30 9:23 [gentoo-commits] dev/graaff:master commit in: dev-ruby/ri_cal/ Hans de Graaff
2013-08-30 9:23 Hans de Graaff
2014-07-02 7:56 Hans de Graaff
2014-11-28 15:13 Hans de Graaff
2016-02-14 20:09 Hans de Graaff
2016-02-14 20:09 Hans de Graaff
2016-02-14 20:09 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=1335450284.3434e3da55624557a5cee81c83191a56e4f4e3b0.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