From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/default_value_for/
Date: Thu, 11 Apr 2013 07:43:54 +0000 (UTC) [thread overview]
Message-ID: <1365665931.a1aa599c6265ad41bf82888970d6aca886fa100f.graaff@gentoo> (raw)
commit: a1aa599c6265ad41bf82888970d6aca886fa100f
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Apr 11 07:38:51 2013 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 07:38:51 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=a1aa599c
Version bump.
Package-Manager: portage-2.1.11.55
---
dev-ruby/default_value_for/ChangeLog | 8 +++++-
dev-ruby/default_value_for/Manifest | 11 +--------
.../default_value_for-2.0.2.ebuild | 25 ++++++++++++++++++++
3 files changed, 33 insertions(+), 11 deletions(-)
diff --git a/dev-ruby/default_value_for/ChangeLog b/dev-ruby/default_value_for/ChangeLog
index 4c1b7ee..77c2401 100644
--- a/dev-ruby/default_value_for/ChangeLog
+++ b/dev-ruby/default_value_for/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-ruby/default_value_for
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*default_value_for-2.0.2 (11 Apr 2013)
+
+ 11 Apr 2013; Hans de Graaff <graaff@gentoo.org>
+ +default_value_for-2.0.2.ebuild:
+ Version bump.
+
*default_value_for-2.0.1 (20 Jul 2012)
20 Jul 2012; Hans de Graaff <graaff@gentoo.org>
diff --git a/dev-ruby/default_value_for/Manifest b/dev-ruby/default_value_for/Manifest
index 3ce1908..b9e3654 100644
--- a/dev-ruby/default_value_for/Manifest
+++ b/dev-ruby/default_value_for/Manifest
@@ -1,12 +1,3 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
DIST default_value_for-1.0.7.gem 11776 SHA256 ac9920a6507a3cfb78d54034553cbe22decb422bece667a3e73e8a51ce3908c7 SHA512 ce1658a0bb1d9e7903f85aa53b7027d7bbda5aa610602ef87cc0752557b5afd4834cde036d85084aaec3e6d89fc9e1264df6f6ddb87bceb2059639030f038b2d WHIRLPOOL b16cfdf66fe7d6998c932286027f43497ac21ddafb6713c2de34f6b941040daab9bb227b507e34b41eb419e150ba4759777276875eed958e35eb5eb9c20a63a5
DIST default_value_for-2.0.1.gem 13312 SHA256 7513564c9281fa1c132efe232daa6a361092855e41e4f66630399f322924520c SHA512 a3962a57e0a3d39e44527886937ee0ccd49e365463997aec948915bfb489ced1ed18ac4a9ad8bfcdceb15d92b56a5b6b641561cded2647aba16645718c6cd380 WHIRLPOOL db5b62c2b1f09dfd1ad743b87fa8a0ed6f448000d4858831a3ebeaec924ad11ccbff43df56f2001e6c1a6dff37eaa99ba804a5fd8de993f013ea35c2f0df85d6
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iF4EAREIAAYFAlAJJ3UACgkQiIP6VqMIqNdcvwD/WmUnrulgZ6P3qV7fcfLev0sH
-fwx5ER4rjkAXauSOW7cA/0fCwXGTEYSImYAmwfqtnuc12IT1+1SHZ2Hmx9hyhu8H
-=2Q4R
------END PGP SIGNATURE-----
+DIST default_value_for-2.0.2.gem 14336 SHA256 2a099c6fdfa9554bcd7164e18c295ac3c09b32c8b04ca60a62da4bcb8b544f99 SHA512 f50f356ae13512b000b8aa9217993dc51dbb5cdfec42e1bfda4277ad4636efa4673584f53dae40be120755f33601d26c8c293bcd71b0bfeca9c4b2d627f4afbd WHIRLPOOL 604be8d39878b8c3534ce37a2d73c64c4b9da6ac7853401dc915f57d790552d2a82342eead789d47c755901747a03694511e45a2b8294b3bab141456d63eb41e
diff --git a/dev-ruby/default_value_for/default_value_for-2.0.2.ebuild b/dev-ruby/default_value_for/default_value_for-2.0.2.ebuild
new file mode 100644
index 0000000..1cfc8a4
--- /dev/null
+++ b/dev-ruby/default_value_for/default_value_for-2.0.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mislav-will_paginate/mislav-will_paginate-2.3.11.ebuild,v 1.1 2009/06/08 20:44:54 graaff Exp $
+
+EAPI=4
+USE_RUBY="ruby18 ruby19 ree18"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Allows one to define default values for ActiveRecord models in a declarative manner."
+HOMEPAGE="https://github.com/FooBarWidget/default_value_for"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+each_ruby_test() {
+ ${RUBY} test.rb || die
+}
next reply other threads:[~2013-04-11 7:43 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-11 7:43 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-08-22 19:01 [gentoo-commits] dev/graaff:master commit in: dev-ruby/default_value_for/ Hans de Graaff
2016-08-22 19:01 Hans de Graaff
2016-02-09 6:33 Hans de Graaff
2015-06-27 5:30 Hans de Graaff
2015-01-28 16:28 Hans de Graaff
2014-06-06 6:39 Hans de Graaff
2014-02-21 12:23 Hans de Graaff
2014-02-21 12:23 Hans de Graaff
2013-06-21 11:37 Hans de Graaff
2012-07-22 17:21 Hans de Graaff
2012-02-14 10: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=1365665931.a1aa599c6265ad41bf82888970d6aca886fa100f.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