public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/dev-zero:master commit in: dev-ruby/github-linguist/
@ 2013-07-02 13:55 Tiziano Müller
  0 siblings, 0 replies; only message in thread
From: Tiziano Müller @ 2013-07-02 13:55 UTC (permalink / raw
  To: gentoo-commits

commit:     e0f6366dbc3eb87dfb7cb918ec863634452db44b
Author:     Tiziano Müller <tm <AT> dev-zero <DOT> ch>
AuthorDate: Tue Jul  2 13:55:18 2013 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Tue Jul  2 13:55:18 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=e0f6366d

Yet another dep for gitlab (the last non-gitlab-original one!)

---
 dev-ruby/github-linguist/Manifest                  |  2 ++
 .../github-linguist/github-linguist-2.7.0.ebuild   | 35 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/github-linguist/Manifest b/dev-ruby/github-linguist/Manifest
new file mode 100644
index 0000000..5d18e5b
--- /dev/null
+++ b/dev-ruby/github-linguist/Manifest
@@ -0,0 +1,2 @@
+DIST github-linguist-2.7.0.tar.gz 2672943 SHA256 1b25b40109b5c0b05297856e5ca83fdace6e22910b849f2195bbd3585f1275cf SHA512 fdb08fd49279bd575552ab2756b755e8c60911bc02cd5815165936d52ee71a439cd6e1fa667535b0cffb01e42eaa9d91e1669e7f1f468eedf7fe9ebfe75c08e7 WHIRLPOOL c8dcda8a945c410485c5520de4de4c784445b6c2359a21103a86cac592bcdd93325cac318660a8db7ff3ef064200863942d4808e6770eb4cba21fd50497088b7
+EBUILD github-linguist-2.7.0.ebuild 932 SHA256 0138b609672283c205991926c38c9a27bc1a3b8df41764804003cee780ddd454 SHA512 2a2d4140a4a164a3a64e6b5a8ee0701036f15a1a5edf90bc42c208591ce1358e4ae0189ed3b98307142d5923db4c00b466fa65bb3f87f9b2077fbe65c21020ab WHIRLPOOL a7e1c88b6350e772567ffdb3afb6fae252981371f6cfff381d9f49d4da52dd65b0f81e6f79a4614fc3aa674b9381d83acaed67d54432f16dd100ba296b1a4910

diff --git a/dev-ruby/github-linguist/github-linguist-2.7.0.ebuild b/dev-ruby/github-linguist/github-linguist-2.7.0.ebuild
new file mode 100644
index 0000000..9c3eac1
--- /dev/null
+++ b/dev-ruby/github-linguist/github-linguist-2.7.0.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="ruby19"
+
+RUBY_FAKEGEM_RECIPE_TEST="rake"
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+# TODO: examples
+
+inherit ruby-fakegem
+
+DESCRIPTION="Used at GitHub to detect blob languages, highlight code, ignore binary files, etc."
+HOMEPAGE="https://github.com/github/linguist"
+SRC_URI="https://github.com/github/linguist/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/charlock_holmes-0.6.6
+	>=dev-ruby/escape_utils-0.3.1
+	>=dev-ruby/mime-types-1.19
+	>=dev-ruby/pygments_rb-0.4.2"
+ruby_add_bdepend "test? ( dev-ruby/mocha dev-ruby/json dev-ruby/yajl-ruby )"
+
+RUBY_S="linguist-${PV}"
+
+all_ruby_prepare() {
+	# rename to avoid collision with qt's linguist
+	mv bin/{,gh-}linguist || die "renaming linguist failed"
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-02 13:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-02 13:55 [gentoo-commits] dev/dev-zero:master commit in: dev-ruby/github-linguist/ Tiziano Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox