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_store/
Date: Wed, 28 Jan 2015 16:28:56 +0000 (UTC)	[thread overview]
Message-ID: <1422462336.495c72f5e265e86f0116f4a726a304866e18ace9.graaff@gentoo> (raw)

commit:     495c72f5e265e86f0116f4a726a304866e18ace9
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Jan 28 16:25:36 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jan 28 16:25:36 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=495c72f5

Cleanup.

Package-Manager: portage-2.2.14

---
 dev-ruby/request_store/ChangeLog                  |  6 +++++-
 dev-ruby/request_store/Manifest                   |  2 --
 dev-ruby/request_store/request_store-1.0.5.ebuild | 22 ----------------------
 dev-ruby/request_store/request_store-1.0.6.ebuild | 22 ----------------------
 4 files changed, 5 insertions(+), 47 deletions(-)

diff --git a/dev-ruby/request_store/ChangeLog b/dev-ruby/request_store/ChangeLog
index 1a27e1f..726dfa4 100644
--- a/dev-ruby/request_store/ChangeLog
+++ b/dev-ruby/request_store/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-ruby/request_store
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  28 Jan 2015; Hans de Graaff <graaff@gentoo.org> -request_store-1.0.5.ebuild,
+  -request_store-1.0.6.ebuild:
+  Cleanup.
+
 *request_store-1.0.8 (28 Jul 2014)
 
   28 Jul 2014; Hans de Graaff <graaff@gentoo.org> -request_store-1.0.7.ebuild,

diff --git a/dev-ruby/request_store/Manifest b/dev-ruby/request_store/Manifest
index 2f52d04..a1eb03b 100644
--- a/dev-ruby/request_store/Manifest
+++ b/dev-ruby/request_store/Manifest
@@ -1,3 +1 @@
-DIST request_store-1.0.5.gem 6656 SHA256 70adb9485eb22113bd165e259b929a449dfe2d2410a880566f06df6a164fc1cf SHA512 0d69ebdb8d3f6df11f89780c250b5fcc702258e19d7fbf8e2273614ecc220ee25e059a596a8a7e39bcc426f8d834cab38c161c0c1a800cc7ebdba3daa810e727 WHIRLPOOL e3dc2ff0d349019aff440a371f6444e7703dc3481636a6e3e9d09b9cfbd153d6a887bae94d3b07a9fc67fadc4acc79e5848cdb5cdc8e3c30d224b524e47361c7
-DIST request_store-1.0.6.gem 8192 SHA256 c451105f0b737bad8aa9c42705b3ca73d8ab1cae14d4c2b4f86584ba6f59d8bf SHA512 4d121071ed69d5ca477e71201a7f92cb39309fad4c5234ebdbb8316122358de1801e97ea30fb92e548f815c822d7d95823d8b824ae8e84fcc8f4edf4178f2f48 WHIRLPOOL 3441cd5476efbfe08c94aaa73e97e8738cee9ffac2ffb770fc53355e1095bf6780940d78bb622a750845868f4f18d71aeceaab277a353434f86ae60c07f7dd96
 DIST request_store-1.0.8.gem 8192 SHA256 94d66de06e7afaec3a7f58e230e7f7d2d8055a7ad6bcef9a36e99ce664ef1b86 SHA512 7b3fa5f04dda7699744f2f3edd1db110070b58754e1f5ff049c273a6c409dbc90b9165d8cabb7e495f721852066f176ab7fa5b4061d8994a7b52838075f756d8 WHIRLPOOL b4485fde929917ab3fb6dcd9a610465b560027ba4c6840f7faea1b5f0bd86d2285a86771495bfde6fe7ac41943f1f6ce55d028ed6e39851115a35e899998c589

diff --git a/dev-ruby/request_store/request_store-1.0.5.ebuild b/dev-ruby/request_store/request_store-1.0.5.ebuild
deleted file mode 100644
index 019c566..0000000
--- a/dev-ruby/request_store/request_store-1.0.5.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="RequestStore gives you per-request global storage"
-HOMEPAGE="https://github.com/steveklabnik/request_store"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="test"
-
-ruby_add_bdepend "test? ( >=dev-ruby/minitest-3.0 )"

diff --git a/dev-ruby/request_store/request_store-1.0.6.ebuild b/dev-ruby/request_store/request_store-1.0.6.ebuild
deleted file mode 100644
index 019c566..0000000
--- a/dev-ruby/request_store/request_store-1.0.6.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="RequestStore gives you per-request global storage"
-HOMEPAGE="https://github.com/steveklabnik/request_store"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="test"
-
-ruby_add_bdepend "test? ( >=dev-ruby/minitest-3.0 )"


             reply	other threads:[~2015-01-28 20:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-28 16:28 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-05-12 14:43 [gentoo-commits] dev/graaff:master commit in: dev-ruby/request_store/ Hans de Graaff
2015-01-28 16:28 Hans de Graaff
2014-07-28 18:48 Hans de Graaff
2014-08-19  6:45 ` Hans de Graaff
2014-07-24 13:38 Hans de Graaff
2014-08-19  6:45 ` Hans de Graaff
2014-06-13  6:06 Hans de Graaff
2014-05-14 12:23 Hans de Graaff
2013-06-28 13:07 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=1422462336.495c72f5e265e86f0116f4a726a304866e18ace9.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