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/linkedin/
Date: Fri, 17 Apr 2015 13:34:50 +0000 (UTC)	[thread overview]
Message-ID: <1429277652.9f7a64413b8457cbe9c8e3c773237c4f71d92c2a.graaff@gentoo> (raw)

commit:     9f7a64413b8457cbe9c8e3c773237c4f71d92c2a
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Apr 17 13:34:12 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr 17 13:34:12 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=9f7a6441

Version bump.

Package-Manager: portage-2.2.14

 dev-ruby/linkedin/ChangeLog             |  7 ++++++-
 dev-ruby/linkedin/Manifest              |  1 +
 dev-ruby/linkedin/linkedin-1.0.0.ebuild | 30 ++++++++++++++++++++++++++++++
 3 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/linkedin/ChangeLog b/dev-ruby/linkedin/ChangeLog
index 51bf282..85edfe0 100644
--- a/dev-ruby/linkedin/ChangeLog
+++ b/dev-ruby/linkedin/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-ruby/linkedin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*linkedin-1.0.0 (17 Apr 2015)
+
+  17 Apr 2015; Hans de Graaff <graaff@gentoo.org> +linkedin-1.0.0.ebuild:
+  Version bump.
+
   07 Jul 2014; Hans de Graaff <graaff@gentoo.org> linkedin-0.4.7.ebuild:
   Add ruby20.
 

diff --git a/dev-ruby/linkedin/Manifest b/dev-ruby/linkedin/Manifest
index db44b79..7441fa2 100644
--- a/dev-ruby/linkedin/Manifest
+++ b/dev-ruby/linkedin/Manifest
@@ -1 +1,2 @@
 DIST linkedin-0.4.7.gem 35840 SHA256 21f808d6d69fff5593c23bc74bace0000f3e990314b27dfcac29d57b7a9cdb38 SHA512 51a6ec191083158b3b09d6a851f1359e391fc8c7b5a0eb549943584953647f5c585dc6b279e0b8175788e57022a2ffac342b01c41a00e4af5a5daa1e34c1794d WHIRLPOOL 9979cd9e02498f0ec1f1a08825578e38a08bb33bd2e575f9b427c1570108468038bdef5d2f0ec21bb289dc7c687c48a9dacb938371a0b93b9bb4dacaa33bf4a8
+DIST linkedin-1.0.0.gem 35840 SHA256 c64d42d2886e10b9b3c16d130fa815c5da51b8668f6a2c9ef331cfa2f0380496 SHA512 72ae40909a2260434f6aaa1c90a0c695dac39f3c0b20043b2c7de3de8e6e05bcbeb703103766891963079f43994a1b60f0a3f3ca20572b5f2980a4fe1bf3ae53 WHIRLPOOL 577d98d0b43dd619498c9c1958c8010fedb97ceaed71534c8ebf20f5efd66c54ca0523ba83eb6e8fac5530119d0ef3c0b9cc383c12b95712fec62d9ea1cc8595

diff --git a/dev-ruby/linkedin/linkedin-1.0.0.ebuild b/dev-ruby/linkedin/linkedin-1.0.0.ebuild
new file mode 100644
index 0000000..e843e34
--- /dev/null
+++ b/dev-ruby/linkedin/linkedin-1.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md EXAMPLES.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby wrapper for the LinkedIn API"
+HOMEPAGE="http://github.com/hexgnu/linkedin"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""
+
+# Specs use vcr which is no longer packaged.
+RESTRICT="test"
+
+ruby_add_rdepend "
+	>=dev-ruby/hashie-3.0 =dev-ruby/hashie-3*
+	dev-ruby/multi_json:0
+	>=dev-ruby/oauth-0.4
+"


             reply	other threads:[~2015-04-17 13:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-17 13:34 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-08-26  5:38 [gentoo-commits] dev/graaff:master commit in: dev-ruby/linkedin/ Hans de Graaff
2016-08-26  5:38 Hans de Graaff
2016-04-01  7:01 Hans de Graaff
2015-06-10  6:50 Hans de Graaff
2014-07-07 13:10 Hans de Graaff
2014-07-02  7:56 Hans de Graaff
2014-04-22 16:54 Hans de Graaff
2014-03-25 10:56 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=1429277652.9f7a64413b8457cbe9c8e3c773237c4f71d92c2a.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