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/request-log-analyzer/
Date: Mon,  8 Oct 2012 13:37:59 +0000 (UTC)	[thread overview]
Message-ID: <1349427417.c6f72ad3b04222354c18111eb3580b4dfedb3b2d.graaff@gentoo> (raw)

commit:     c6f72ad3b04222354c18111eb3580b4dfedb3b2d
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Oct  5 08:56:57 2012 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Oct  5 08:56:57 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=c6f72ad3

Version bump.

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

---
 dev-ruby/request-log-analyzer/ChangeLog            |    6 ++++
 dev-ruby/request-log-analyzer/Manifest             |    7 +++--
 .../request-log-analyzer-1.12.5.ebuild             |   26 ++++++++++++++++++++
 3 files changed, 36 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/request-log-analyzer/ChangeLog b/dev-ruby/request-log-analyzer/ChangeLog
index 5e1b763..78a1ccd 100644
--- a/dev-ruby/request-log-analyzer/ChangeLog
+++ b/dev-ruby/request-log-analyzer/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*request-log-analyzer-1.12.5 (05 Oct 2012)
+
+  05 Oct 2012; Hans de Graaff <graaff@gentoo.org>
+  +request-log-analyzer-1.12.5.ebuild:
+  Version bump.
+
 *request-log-analyzer-1.12.4 (17 Aug 2012)
 
   17 Aug 2012; Hans de Graaff <graaff@gentoo.org>

diff --git a/dev-ruby/request-log-analyzer/Manifest b/dev-ruby/request-log-analyzer/Manifest
index 2a97f3f..7a9dd37 100644
--- a/dev-ruby/request-log-analyzer/Manifest
+++ b/dev-ruby/request-log-analyzer/Manifest
@@ -2,10 +2,11 @@
 Hash: SHA256
 
 DIST request-log-analyzer-1.12.4.gem 112640 SHA256 a3976e4a9b588085ef22bccbf64794a9710262ebef0d653f7890f47d59ea1fc3 SHA512 cfe07a0fecaf84289e7b99c09fdf8875b5d4ac975d1682684ec3ffa7ad8cd4340efd054da23e377c38f99df93bcc9135f25b825fc56c188874d2aa9196124b8f WHIRLPOOL b84d35ce539dcd91f7e1165dceff306a563fb613047ffec2e99d5c54f11ae3f89a5279950842c0d260f9a0aafa613bf16f1d9b15ff99cdb781e87e9a0d62774a
+DIST request-log-analyzer-1.12.5.gem 113664 SHA256 03d2cc801b1c4f618e08778cc96f10414916016751c7c73b11d81d9f07762594 SHA512 f5a36fb1db95d21b5651d1348f03bd9c7700c5a890c50ce0878e63f39bf14ab635e71b5e3250cf98b88c2db4c485b3237937f7a787484fb2d2037007efa4e025 WHIRLPOOL b3dab0d71fec30ec6f08e934643fb666f6f45417c0b5158467f0d80cf96d165c3ef31b64d62d870a879d6f30108b923f722b77e21d4b5cc1cb5c3203fd6735f2
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.19 (GNU/Linux)
 
-iF4EAREIAAYFAlAuXIgACgkQiIP6VqMIqNeNTgD/XU1bDnDtBDNHRxY0U3djqtYF
-geyEPDxyKScA9JqevuUBAJJTHaSsZ+zKTGJ8mCuH/Y6URKXcfD8dxh9e90B2B4b2
-=OfEI
+iF4EAREIAAYFAlBuoNkACgkQiIP6VqMIqNeQiwEAjXp7M9h3YajUHEQJc0i7RmwC
+ZPk5dq7erYjf5Z10orwA/29xQHaVYF9QvKo0R1RtmEs8yh9N1ePLR4VkErCUR3Mm
+=k1JI
 -----END PGP SIGNATURE-----

diff --git a/dev-ruby/request-log-analyzer/request-log-analyzer-1.12.5.ebuild b/dev-ruby/request-log-analyzer/request-log-analyzer-1.12.5.ebuild
new file mode 100644
index 0000000..c54ad3f
--- /dev/null
+++ b/dev-ruby/request-log-analyzer/request-log-analyzer-1.12.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=4
+USE_RUBY="ruby18 ruby19"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_DOCDIR=""
+RUBY_FAKEGEM_EXTRADOC="DESIGN.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This is a simple command line tool to analyze request log files."
+HOMEPAGE="http://github.com/wvanbergen/request-log-analyzer/wiki"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+all_ruby_prepare() {
+	rm Gemfile || die
+}


             reply	other threads:[~2012-10-08 13:39 UTC|newest]

Thread overview: 11+ 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 --
2016-02-14 20:09 [gentoo-commits] dev/graaff:master commit in: dev-ruby/request-log-analyzer/ Hans de Graaff
2016-02-14 20:09 Hans de Graaff
2015-09-29  8:39 Hans de Graaff
2015-09-29  8:39 Hans de Graaff
2013-06-24 10:22 Hans de Graaff
2013-06-24 10:22 Hans de Graaff
2013-02-14 15:52 Hans de Graaff
2013-01-11 14:54 Hans de Graaff
2012-12-14 10:38 Hans de Graaff
2012-08-17 15:00 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=1349427417.c6f72ad3b04222354c18111eb3580b4dfedb3b2d.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