From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/calendar_helper/
Date: Fri, 13 Sep 2013 09:46:13 +0000 (UTC) [thread overview]
Message-ID: <1379063456.9c08e2299bc31174f292439a147c0e4d74d1c808.graaff@gentoo> (raw)
commit: 9c08e2299bc31174f292439a147c0e4d74d1c808
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Sep 13 09:10:56 2013 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 09:10:56 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=9c08e229
Version bump.
Package-Manager: portage-2.2.1
---
dev-ruby/calendar_helper/ChangeLog | 6 +++++
dev-ruby/calendar_helper/Manifest | 1 +
.../calendar_helper/calendar_helper-0.2.6.ebuild | 29 ++++++++++++++++++++++
3 files changed, 36 insertions(+)
diff --git a/dev-ruby/calendar_helper/ChangeLog b/dev-ruby/calendar_helper/ChangeLog
index bd7648f..502da6b 100644
--- a/dev-ruby/calendar_helper/ChangeLog
+++ b/dev-ruby/calendar_helper/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*calendar_helper-0.2.6 (13 Sep 2013)
+
+ 13 Sep 2013; Hans de Graaff <graaff@gentoo.org>
+ +calendar_helper-0.2.6.ebuild:
+ Version bump.
+
13 Sep 2013; Hans de Graaff <graaff@gentoo.org>
-calendar_helper-0.2.3.ebuild, -calendar_helper-0.2.4.ebuild:
Cleanup.
diff --git a/dev-ruby/calendar_helper/Manifest b/dev-ruby/calendar_helper/Manifest
index 5f0b79b..07075a0 100644
--- a/dev-ruby/calendar_helper/Manifest
+++ b/dev-ruby/calendar_helper/Manifest
@@ -1,2 +1,3 @@
DIST calendar_helper-0.2.4.gem 11264 SHA256 3266b058dc2dba5c3d01332d2b092864a0374416f4b610900ae658fdcc4f5263 SHA512 f4f74bc24d6a755099e24e9a1cfcd33b82772deb2a97e0c957a4bfdbb916c270d1ed73fcfc49b4972e730c18dfb847c78efdb62d720e0eb446a48adf2eefe8e5 WHIRLPOOL 4ffbbae1a77badec5949323151e44a74c05b1bd42dc09fce2c5deb2a56a9aa1f0f77765204977319563a5b48697fda9ebfd0ba8f02f750181e6138e155b8d545
DIST calendar_helper-0.2.5.gem 11776 SHA256 8b5520a535f175ba9784cfdce22e1783aa8a7f62b56d6ddca5c9e6246affac1c SHA512 2009d27bfe666867131e2c07acf85e1c241f44dda7e8f04f6dbcc77a5c93ef7411b41f7905ce67f06f1caaa4bfcca9e8ceead2c7385889d5d4b239c92456796f WHIRLPOOL faccb98e6062acb4d4da8eaa03f6ba7e45e26ff47bc30e682cc0fba0bbf73c1dddd85fad1b724ce0103833b49afc97983eb10974e35ddfc2410667a63a0f5818
+DIST calendar_helper-0.2.6.gem 12288 SHA256 e52b3d89751d572e25399e8eaeece268c9dfc803be2fa737e6419432160bf6e6 SHA512 41419b6d863f1795bbb3d8530f46041aa3b113f8f8dfc71495c69a30af3015e50e9ac81aeb05e2c0060c234c03a48dcba0679cddbe6871bcc27d34ccef0cf048 WHIRLPOOL 7dc2640a0f5f26a511e13bb83df4b510708874dca03c5b6eb8b661748df1e7f693df36e5ef41713385a618771d6e0c3224941141c9115bcf904b70ad5371c418
diff --git a/dev-ruby/calendar_helper/calendar_helper-0.2.6.ebuild b/dev-ruby/calendar_helper/calendar_helper-0.2.6.ebuild
new file mode 100644
index 0000000..2c160fe
--- /dev/null
+++ b/dev-ruby/calendar_helper/calendar_helper-0.2.6.ebuild
@@ -0,0 +1,29 @@
+# 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_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
+RUBY_FAKEGEM_EXTRAINSTALL="app init.rb"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A simple helper for creating an HTML calendar"
+HOMEPAGE="http://rubygems.org/gems/calendar_helper"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/flexmock )"
+
+ruby_add_rdepend 'dev-ruby/open4'
+
+each_ruby_test() {
+ ${RUBY} -Ilib test/test_calendar_helper.rb || die
+}
next reply other threads:[~2013-09-13 9:46 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-13 9:46 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-08-26 5:38 [gentoo-commits] dev/graaff:master commit in: dev-ruby/calendar_helper/ Hans de Graaff
2016-08-26 5:38 Hans de Graaff
2015-06-24 4:40 Hans de Graaff
2014-06-06 6:39 Hans de Graaff
2013-09-13 9:46 Hans de Graaff
2013-05-19 6:51 Hans de Graaff
2012-04-30 9:30 Hans de Graaff
2011-06-09 12:31 Hans de Graaff
2011-06-09 12:06 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=1379063456.9c08e2299bc31174f292439a147c0e4d74d1c808.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