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: Tue, 25 Mar 2014 10:56:42 +0000 (UTC)	[thread overview]
Message-ID: <1395744988.8c159b78091afe24750ed23f35f0c6ea34fc1038.graaff@gentoo> (raw)

commit:     8c159b78091afe24750ed23f35f0c6ea34fc1038
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Mar 25 10:56:28 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Mar 25 10:56:28 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=8c159b78

Initial import.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/linkedin/ChangeLog             | 10 ++++++++++
 dev-ruby/linkedin/Manifest              |  1 +
 dev-ruby/linkedin/linkedin-0.4.6.ebuild | 30 ++++++++++++++++++++++++++++++
 dev-ruby/linkedin/metadata.xml          |  5 +++++
 4 files changed, 46 insertions(+)

diff --git a/dev-ruby/linkedin/ChangeLog b/dev-ruby/linkedin/ChangeLog
new file mode 100644
index 0000000..078abf8
--- /dev/null
+++ b/dev-ruby/linkedin/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/linkedin
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*linkedin-0.4.6 (25 Mar 2014)
+
+  25 Mar 2014; Hans de Graaff <graaff@gentoo.org> +linkedin-0.4.6.ebuild,
+  +metadata.xml:
+  Initial import.
+

diff --git a/dev-ruby/linkedin/Manifest b/dev-ruby/linkedin/Manifest
new file mode 100644
index 0000000..23d0d07
--- /dev/null
+++ b/dev-ruby/linkedin/Manifest
@@ -0,0 +1 @@
+DIST linkedin-0.4.6.gem 32256 SHA256 13d1da1f67c11421bb0451006f9fbd963b7f46cdb2ccf63babbdc959e276625f SHA512 b3d227db036c785bc4396afa4f7be83d23b463ef7341154e0fcf24549c37cb09f29b0e943d106b03e581d49b9211d1002233bab71d025da930b6fae7a567259a WHIRLPOOL 8d07779f0c9220a6ee6b077f1694a797a5d927af1322e290704d2d3851be98a21b14587d15444ba6e534db8f5a2818203b844f4f60776611afdf0ba0d47e922d

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

diff --git a/dev-ruby/linkedin/metadata.xml b/dev-ruby/linkedin/metadata.xml
new file mode 100644
index 0000000..f977299
--- /dev/null
+++ b/dev-ruby/linkedin/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version = '1.0' encoding = 'UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer><email>graaff@gentoo.org</email></maintainer>
+</pkgmetadata>


             reply	other threads:[~2014-03-25 10:56 UTC|newest]

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