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/cache_digests/
Date: Mon,  8 Oct 2012 13:37:58 +0000 (UTC)	[thread overview]
Message-ID: <1349419575.771ee3aa4c163752e15cc5390d06d802a1e0306d.graaff@gentoo> (raw)

commit:     771ee3aa4c163752e15cc5390d06d802a1e0306d
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Oct  5 06:46:15 2012 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Oct  5 06:46:15 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=771ee3aa

Initial import.

(Portage version: 2.1.11.9/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

---
 dev-ruby/cache_digests/ChangeLog                  |   16 ++++++++++++
 dev-ruby/cache_digests/Manifest                   |   11 ++++++++
 dev-ruby/cache_digests/cache_digests-0.2.0.ebuild |   28 +++++++++++++++++++++
 dev-ruby/cache_digests/metadata.xml               |    5 +++
 4 files changed, 60 insertions(+), 0 deletions(-)

diff --git a/dev-ruby/cache_digests/ChangeLog b/dev-ruby/cache_digests/ChangeLog
new file mode 100644
index 0000000..78aed41
--- /dev/null
+++ b/dev-ruby/cache_digests/ChangeLog
@@ -0,0 +1,16 @@
+# ChangeLog for dev-ruby/cache_digests
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*cache_digests-0.2.0 (05 Oct 2012)
+
+  05 Oct 2012; Hans de Graaff <graaff@gentoo.org> +cache_digests-0.2.0.ebuild,
+  +metadata.xml:
+  Initial import.
+
+*yamler-0.1.0 (25 Jul 2010)
+
+  25 Jul 2010; Hans de Graaff <graaff@gentoo.org> +yamler-0.1.0.ebuild,
+  +metadata.xml:
+  Initial import: dependency for configuratron.
+

diff --git a/dev-ruby/cache_digests/Manifest b/dev-ruby/cache_digests/Manifest
new file mode 100644
index 0000000..64867c2
--- /dev/null
+++ b/dev-ruby/cache_digests/Manifest
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST cache_digests-0.2.0.gem 9728 SHA256 772daf17d3702d568da35f971b3153b1ca26993d3c83f4fde77629a3584eec0a SHA512 0264b224e4534ccaad5e6c50ede95373aef4a393ac2033c1d4f0d0835d82c893599b9b3eaa4961515e6b55ca28382ec678b9e5ca5820eddb35427f7d707bc365 WHIRLPOOL 9b4426ebc15e4cef9412edde18a7f7921768f970d224640111e626e7165695ab829d333fc06a96c1cc61f0a3e0bbc18a7b1bf73cf5eb0ab387951261a80f2c1e
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.19 (GNU/Linux)
+
+iF4EAREIAAYFAlBugjcACgkQiIP6VqMIqNc7kwD/Vwz3Lv/d6+Y/f61Epc5xNmRN
+D/yXuqxOzf88IgT/8W8A/31NOviRbixN1kYqqyuH0Z/9lNLa8z8FQVklTLHbRINf
+=Y/8X
+-----END PGP SIGNATURE-----

diff --git a/dev-ruby/cache_digests/cache_digests-0.2.0.ebuild b/dev-ruby/cache_digests/cache_digests-0.2.0.ebuild
new file mode 100644
index 0000000..1b625a3
--- /dev/null
+++ b/dev-ruby/cache_digests/cache_digests-0.2.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/zentest-3.3.0.ebuild,v 1.1 2006/08/28 14:34:06 pclouds Exp $
+
+EAPI=4
+USE_RUBY="ruby19"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Nested fragment caches with (even) less situps."
+HOMEPAGE="https://github.com/rails"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="doc"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+ruby_add_rdepend ">=dev-ruby/actionpack-3.2"
+
+all_ruby_prepare() {
+	rm Gemfile.lock || die
+}

diff --git a/dev-ruby/cache_digests/metadata.xml b/dev-ruby/cache_digests/metadata.xml
new file mode 100644
index 0000000..f977299
--- /dev/null
+++ b/dev-ruby/cache_digests/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:[~2012-10-08 13:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-08 13:37 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-10-25  9:08 [gentoo-commits] dev/graaff:master commit in: dev-ruby/cache_digests/ Hans de Graaff
2012-10-08 13:37 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=1349419575.771ee3aa4c163752e15cc5390d06d802a1e0306d.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