From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/ruby-oembed/
Date: Fri, 29 Nov 2013 09:54:22 +0000 (UTC) [thread overview]
Message-ID: <1385718546.999afbeef890c861e61b304651cbcc72c617d595.graaff@gentoo> (raw)
commit: 999afbeef890c861e61b304651cbcc72c617d595
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Nov 29 09:49:06 2013 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 09:49:06 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=999afbee
Version bump.
Package-Manager: portage-2.2.7
---
dev-ruby/ruby-oembed/ChangeLog | 5 ++++
dev-ruby/ruby-oembed/Manifest | 1 +
dev-ruby/ruby-oembed/ruby-oembed-0.8.9.ebuild | 35 +++++++++++++++++++++++++++
3 files changed, 41 insertions(+)
diff --git a/dev-ruby/ruby-oembed/ChangeLog b/dev-ruby/ruby-oembed/ChangeLog
index e40262f..9aa26d9 100644
--- a/dev-ruby/ruby-oembed/ChangeLog
+++ b/dev-ruby/ruby-oembed/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*ruby-oembed-0.8.9 (29 Nov 2013)
+
+ 29 Nov 2013; Hans de Graaff <graaff@gentoo.org> +ruby-oembed-0.8.9.ebuild:
+ Version bump.
+
29 Nov 2013; Hans de Graaff <graaff@gentoo.org> -ruby-oembed-0.8.7.ebuild:
Cleanup.
diff --git a/dev-ruby/ruby-oembed/Manifest b/dev-ruby/ruby-oembed/Manifest
index be0c070..862a1aa 100644
--- a/dev-ruby/ruby-oembed/Manifest
+++ b/dev-ruby/ruby-oembed/Manifest
@@ -1 +1,2 @@
DIST ruby-oembed-0.8.8.gem 274432 SHA256 0970c23691c1ec280c519f5ce1b967cb7d3e434036f347c6d71f2dc0db65fb1c SHA512 a7bcd2a02b24f907cf7902e937a2cd38dd472dcb4870bb4f7b863a77149111d2e3fae47dfc982265b99e5fe61934397de970ab6195fee1926b3700dcff639757 WHIRLPOOL 5d23b9cd77ffc61e411070dc552ebb2673dd395de5431e0e86d031a433a72e7c62977075ced6510f340a5f86c1753b371b13e49c4bd0d7c9d801063aaf004c19
+DIST ruby-oembed-0.8.9.gem 273408 SHA256 a9305e8b9828cba0cccf59029beee878d4908ba93b5ea49a749aef0aa49d0724 SHA512 c836bbf1d6a586e62557351f283a6046f26afe56a43797c034360a0ee8aaa1faa42fe10de74c9c66dd8cc8861adea2f3cb2730938baa8cccd16e41d58ea5e076 WHIRLPOOL bdddf1003dafa01d3fddb8479bdd272db738d961a7b8fa0aab712df7a8b148a91fa47d19c3b172f26c216a3e81aa8e34f4fa29beffad3aaf9e2db831e8466442
diff --git a/dev-ruby/ruby-oembed/ruby-oembed-0.8.9.ebuild b/dev-ruby/ruby-oembed/ruby-oembed-0.8.9.ebuild
new file mode 100644
index 0000000..1fc2189
--- /dev/null
+++ b/dev-ruby/ruby-oembed/ruby-oembed-0.8.9.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby18 ruby19"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An oEmbed consumer library written in Ruby."
+HOMEPAGE="https://github.com/judofyr/ruby-oembed"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="test"
+
+ruby_add_bdepend "test?
+ (
+ dev-ruby/json
+ dev-ruby/vcr:1
+ dev-ruby/xml-simple
+ dev-ruby/nokogiri
+ dev-ruby/fakeweb
+ )"
+
+all_ruby_prepare() {
+ # Remove bundler
+ rm Gemfile || die
+}
next reply other threads:[~2013-11-29 9:54 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-29 9:54 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-05-15 8:33 [gentoo-commits] dev/graaff:master commit in: dev-ruby/ruby-oembed/ Hans de Graaff
2013-11-29 9:54 Hans de Graaff
2012-11-25 8:30 Hans de Graaff
2012-06-02 15:47 Hans de Graaff
2012-06-02 15:47 Hans de Graaff
2012-04-06 12:40 Hans de Graaff
2011-07-13 8:35 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=1385718546.999afbeef890c861e61b304651cbcc72c617d595.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