public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tiziano Müller" <dev-zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/dev-zero:master commit in: dev-ruby/descendants_tracker/
Date: Mon,  1 Jul 2013 16:58:40 +0000 (UTC)	[thread overview]
Message-ID: <1372697903.2500554bffd8e156d0ea4445431c977942484e08.dev-zero@gentoo> (raw)

commit:     2500554bffd8e156d0ea4445431c977942484e08
Author:     Tiziano Müller <tm <AT> dev-zero <DOT> ch>
AuthorDate: Mon Jul  1 16:58:23 2013 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Mon Jul  1 16:58:23 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=2500554b

descendants_tracker -> virus -> gitlab

---
 dev-ruby/descendants_tracker/Manifest              |  2 ++
 .../descendants_tracker-0.0.1.ebuild               | 33 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/descendants_tracker/Manifest b/dev-ruby/descendants_tracker/Manifest
new file mode 100644
index 0000000..ecb77bb
--- /dev/null
+++ b/dev-ruby/descendants_tracker/Manifest
@@ -0,0 +1,2 @@
+DIST descendants_tracker-0.0.1.tar.gz 10462 SHA256 18e743847166ba8c01fedb23b70ebc11ed8c47e28963a8f9edc33494603d234e SHA512 a0048dcb1c0105cbf699fab102fe7eb9de4c0ac0ed2b52f85ff384d4cb8b85206b6a7d1700578f773f583b657bea0445d8ac67827cf3a787ba01004d97b1a06d WHIRLPOOL 69831edb6f165ca346bfc5a05e17d1c5b5129ded8542e20376cd0a3d96c59ed7ef9225b0c1978d7439ade6d35105ce20d9155aa4a60d5d414c1fef2422d45d41
+EBUILD descendants_tracker-0.0.1.ebuild 717 SHA256 a7d6923cdf907e4fb35adc8976ecda31f398ec47267a5802056133d08c2f8efe SHA512 bfc2f55ba200e04eec66022093c13e7affd42190166ae57dc97b83baad63bf7376cbbdcf63f4e19167f5dc57ba7d7ba1417ef4e04e340f7aba2f293d579de562 WHIRLPOOL 7d413f0fb9e23a497f4509b3b6398559dba71c1897652de4b05a53ca573f061ef204c68a7bc3add25af38f3d31803eb9b2db2898fc099fb07693dbddc3cfed19

diff --git a/dev-ruby/descendants_tracker/descendants_tracker-0.0.1.ebuild b/dev-ruby/descendants_tracker/descendants_tracker-0.0.1.ebuild
new file mode 100644
index 0000000..77269b1
--- /dev/null
+++ b/dev-ruby/descendants_tracker/descendants_tracker-0.0.1.ebuild
@@ -0,0 +1,33 @@
+# 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="rake"
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="README.md TODO"
+RUBY_FAKEGEM_DOCDIR="doc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Track descendants of a class"
+HOMEPAGE="https://github.com/dkubb/descendants_tracker"
+SRC_URI="https://github.com/dkubb/descendants_tracker/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )
+	test? ( dev-ruby/rspec:0 )"
+
+all_ruby_compile() {
+	all_fakegem_compile
+
+	if use doc ; then
+		yard || die "yard failed"
+	fi
+}


                 reply	other threads:[~2013-07-01 16:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1372697903.2500554bffd8e156d0ea4445431c977942484e08.dev-zero@gentoo \
    --to=dev-zero@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