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/rvideo/
Date: Wed, 10 Sep 2014 08:46:08 +0000 (UTC)	[thread overview]
Message-ID: <1410338751.b0984df80eb144d9131250e2330212477e8266f1.graaff@gentoo> (raw)

commit:     b0984df80eb144d9131250e2330212477e8266f1
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Sep 10 08:45:51 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Sep 10 08:45:51 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=b0984df8

Add new version only available on github, not as a gem.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/rvideo/ChangeLog           |  5 +++++
 dev-ruby/rvideo/Manifest            | 11 +----------
 dev-ruby/rvideo/rvideo-0.9.5.ebuild | 31 +++++++++++++++++++++++++++++++
 3 files changed, 37 insertions(+), 10 deletions(-)

diff --git a/dev-ruby/rvideo/ChangeLog b/dev-ruby/rvideo/ChangeLog
index 97736ac..cfd1d7b 100644
--- a/dev-ruby/rvideo/ChangeLog
+++ b/dev-ruby/rvideo/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*rvideo-0.9.5 (10 Sep 2014)
+
+  10 Sep 2014; Hans de Graaff <graaff@gentoo.org> +rvideo-0.9.5.ebuild:
+  Add new version only available on github, not as a gem.
+
   01 Jul 2014; Hans de Graaff <graaff@gentoo.org> rvideo-0.9.3-r2.ebuild:
   Add ruby20, ruby21. Fix USE=doc for new rake.
 

diff --git a/dev-ruby/rvideo/Manifest b/dev-ruby/rvideo/Manifest
index fc4f2a1..8eff23b 100644
--- a/dev-ruby/rvideo/Manifest
+++ b/dev-ruby/rvideo/Manifest
@@ -1,11 +1,2 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
 DIST rvideo-0.9.3.gem 318464 SHA256 fc8eb8d000a758cf95e82ce56f8ebf7b801be723f1fcf99db83393bfba18425f SHA512 427e889ac25756c64d130ff73f816750870c6e7cabbed7660a9c0d11d72c0551c3c88b1f26247ce06616db7a283e89edac4a71568bac5ba29c4bba24a46f9cab WHIRLPOOL c06a5c4401626b1659cc37d65fb83852be6b9fd32dc6711ffae3cad80cb4b54df1d7065c298d0473b3b3cd24312c5ba52cf836c09247f4c1c0ce6fb5210e6c7b
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iF4EAREIAAYFAlBgHLkACgkQiIP6VqMIqNdQzQD/aWQ7m8Pz79H4vCrNe9vEADNC
-8RfOOsISdFZwmxEuJHcA/Ar5x0I8cYm1Z/YSPLkzSl1bzEFjqrqUIe5nIFNBnijV
-=JhyI
------END PGP SIGNATURE-----
+DIST rvideo-0.9.5.tar.gz 18162 SHA256 69131f5b5da751119536be144401cccd9e857f42815423327ba5079f930e0e25 SHA512 0cb17dc5cea946f1e7168b0dd0446c0f7206488d730cb437357a50b346ff22bf4795b36ec351bf158b7d151f7f355f31934ce78bbffc74c77f92c8559e706a85 WHIRLPOOL f98b62bd64171e102d16429bc3f66cf56d44570d3d97f316431f08971d6287c5e191c9238d664de34ef0b92f1e8dbf5417521a5fd6dfa0597046ea86f04b2447

diff --git a/dev-ruby/rvideo/rvideo-0.9.5.ebuild b/dev-ruby/rvideo/rvideo-0.9.5.ebuild
new file mode 100644
index 0000000..6be351a
--- /dev/null
+++ b/dev-ruby/rvideo/rvideo-0.9.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+GITHUB_COMMIT="d122bb70c8bf479fc7a13737d707082e08966e20"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="History.txt README.txt RULES"
+
+# There are specs but they require an old version of rspec.
+RUBY_FAKEGEM_TASK_TEST=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Inspect and process video or audio files."
+HOMEPAGE="https://github.com/zencoder/rvideo"
+SRC_URI="https://github.com/zencoder/rvideo/archive/#{GITHUB_COMMIT}.tar.gz -> ${P}.tar.gz"
+RUBY_S="${PN}-${GITHUB_COMMIT}"
+
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86 ~x86-macos"
+SLOT="0"
+IUSE="doc flv"
+
+RUBY_PATCHES=( rvideo-ffmpeg.patch )
+
+ruby_add_rdepend "flv? ( media-video/flvtool2 )"


             reply	other threads:[~2014-09-10  8:46 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-10  8:46 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-08-26 21:16 [gentoo-commits] dev/graaff:master commit in: dev-ruby/rvideo/ Hans de Graaff
2016-02-14 19:29 Hans de Graaff
2016-02-14 19:29 Hans de Graaff
2016-02-14 19:29 Hans de Graaff
2014-09-10  9:10 Hans de Graaff
2014-09-10  8:48 Hans de Graaff
2014-07-02  7:56 Hans de Graaff
2014-06-30 16:21 Hans de Graaff
2012-09-24  8:42 Hans de Graaff
2011-10-14 12:53 Hans de Graaff
2011-10-14 12:30 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=1410338751.b0984df80eb144d9131250e2330212477e8266f1.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