From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/request_store/
Date: Sun, 3 Apr 2016 06:56:42 +0000 (UTC) [thread overview]
Message-ID: <1459664604.f8c4eab258c48e22a7a02494073f1494dc360feb.graaff@gentoo> (raw)
commit: f8c4eab258c48e22a7a02494073f1494dc360feb
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 3 05:57:47 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 3 06:23:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c4eab2
dev-ruby/request_store: cleanup
Package-Manager: portage-2.2.26
dev-ruby/request_store/Manifest | 2 --
dev-ruby/request_store/request_store-1.2.0.ebuild | 23 -----------------------
dev-ruby/request_store/request_store-1.2.1.ebuild | 23 -----------------------
3 files changed, 48 deletions(-)
diff --git a/dev-ruby/request_store/Manifest b/dev-ruby/request_store/Manifest
index 1038c54..3a3d070 100644
--- a/dev-ruby/request_store/Manifest
+++ b/dev-ruby/request_store/Manifest
@@ -1,4 +1,2 @@
DIST request_store-1.0.5.gem 6656 SHA256 70adb9485eb22113bd165e259b929a449dfe2d2410a880566f06df6a164fc1cf SHA512 0d69ebdb8d3f6df11f89780c250b5fcc702258e19d7fbf8e2273614ecc220ee25e059a596a8a7e39bcc426f8d834cab38c161c0c1a800cc7ebdba3daa810e727 WHIRLPOOL e3dc2ff0d349019aff440a371f6444e7703dc3481636a6e3e9d09b9cfbd153d6a887bae94d3b07a9fc67fadc4acc79e5848cdb5cdc8e3c30d224b524e47361c7
-DIST request_store-1.2.0.gem 8192 SHA256 8540c6250b0d6a1370b430f401baabb2dec76996d5e307117458bc456799f4e8 SHA512 d96fa7563eb620a97c3a866ab0647553e118f2e788f2d8614319ef160ad036c396ab87bb7bfcba47b1774971ca7bdd63b28e002481e838511e9093c71f4d951b WHIRLPOOL d613d85df863b7eb9a4eb0a4c075c73a648cabf090a8265de14b3ebdb765f1c7df3593b746a1cf7086124526c15c7009844b2a101229511c3faab69383f8c978
-DIST request_store-1.2.1.gem 8704 SHA256 e982a48063514541d6eb004b3e50438d7ba588b632a40cfe18c113c4a1883d07 SHA512 68257cda271d04a62e80d555f3891416ff712d8478473b0c701361404abe6443c1abcac2645511d2feb100a0dc97d8a0eb77330d1061ac70e11289d548dd14f7 WHIRLPOOL 261f8fdefc1715f55beefff79ad336e1087370df9477cf12d8e094baeec9f1c73e7603113cfc9fcdeb7f1b7d8722e14c95491c89fa7f20adb91708d385e647ec
DIST request_store-1.3.0.gem 8704 SHA256 766e6b0202e42b9abc93a90b33f73abcac3cac8be231b202fbefae6bdfdc83ef SHA512 4eae63825ddb6e4211606fd5937494934e0f0c703e9d4e34c66c6fa456ff06fd69008c935f5bf0a64437bda0984210c34d7628ca631b1915a7c15e6ec2ba2aba WHIRLPOOL ac3391aa2855962724e67ecbcee47bf7eb79648926c30d78454dd98314623d8574ce2dfa13d4172bda13281f371609c159257b7c380b28408118918750f829bb
diff --git a/dev-ruby/request_store/request_store-1.2.0.ebuild b/dev-ruby/request_store/request_store-1.2.0.ebuild
deleted file mode 100644
index 98a61ee..0000000
--- a/dev-ruby/request_store/request_store-1.2.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Per-request global storage for Rack"
-HOMEPAGE="https://github.com/steveklabnik/request_store"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_all_prepare() {
- sed -i -e "/bundler/d" Rakefile || die
-}
diff --git a/dev-ruby/request_store/request_store-1.2.1.ebuild b/dev-ruby/request_store/request_store-1.2.1.ebuild
deleted file mode 100644
index 471cb19..0000000
--- a/dev-ruby/request_store/request_store-1.2.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Per-request global storage for Rack"
-HOMEPAGE="https://github.com/steveklabnik/request_store"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_all_prepare() {
- sed -i -e "/bundler/d" Rakefile || die
-}
next reply other threads:[~2016-04-03 6:56 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-03 6:56 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-02 5:52 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/request_store/ Hans de Graaff
2024-05-02 5:52 Hans de Graaff
2024-02-09 7:49 Hans de Graaff
2023-12-29 7:40 Hans de Graaff
2023-06-24 20:35 Hans de Graaff
2023-03-31 1:03 Sam James
2022-06-08 4:41 Hans de Graaff
2022-01-20 6:40 Hans de Graaff
2021-04-08 5:52 Hans de Graaff
2020-09-16 6:18 Hans de Graaff
2020-07-26 9:15 Hans de Graaff
2020-02-06 14:50 Hans de Graaff
2019-12-21 7:24 Hans de Graaff
2019-04-10 17:27 Hans de Graaff
2019-01-27 11:18 Hans de Graaff
2018-12-15 7:42 Hans de Graaff
2018-05-21 18:15 Hans de Graaff
2018-03-19 6:21 Hans de Graaff
2018-01-02 6:51 Hans de Graaff
2018-01-02 6:51 Hans de Graaff
2017-08-06 6:28 Hans de Graaff
2017-01-06 7:17 Hans de Graaff
2016-12-26 5:59 Hans de Graaff
2016-12-26 5:59 Hans de Graaff
2016-05-09 22:19 Manuel Rüger
2016-04-03 6:56 Hans de Graaff
2016-01-17 16:42 Manuel Rüger
2016-01-09 7:40 Hans de Graaff
2015-11-20 5:56 Hans de Graaff
2015-11-20 5:56 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=1459664604.f8c4eab258c48e22a7a02494073f1494dc360feb.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