From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/draper/
Date: Fri, 17 Apr 2015 13:02:14 +0000 (UTC) [thread overview]
Message-ID: <1429272389.e526ce5722e9a93ef5ca8d8fa5adb2f06378c790.graaff@gentoo> (raw)
commit: e526ce5722e9a93ef5ca8d8fa5adb2f06378c790
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Apr 17 12:06:29 2015 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr 17 12:06:29 2015 +0000
URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=e526ce57
Cleanup.
Package-Manager: portage-2.2.14
dev-ruby/draper/ChangeLog | 6 ++++-
dev-ruby/draper/Manifest | 2 --
dev-ruby/draper/draper-1.2.1.ebuild | 43 ---------------------------------
dev-ruby/draper/draper-1.3.0.ebuild | 47 -------------------------------------
4 files changed, 5 insertions(+), 93 deletions(-)
diff --git a/dev-ruby/draper/ChangeLog b/dev-ruby/draper/ChangeLog
index 8372d9e..11da8ec 100644
--- a/dev-ruby/draper/ChangeLog
+++ b/dev-ruby/draper/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-ruby/draper
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 17 Apr 2015; Hans de Graaff <graaff@gentoo.org> -draper-1.2.1.ebuild,
+ -draper-1.3.0.ebuild:
+ Cleanup.
+
*draper-1.4.0 (24 Sep 2014)
24 Sep 2014; Hans de Graaff <graaff@gentoo.org> +draper-1.4.0.ebuild:
diff --git a/dev-ruby/draper/Manifest b/dev-ruby/draper/Manifest
index 25972b4..154d39b 100644
--- a/dev-ruby/draper/Manifest
+++ b/dev-ruby/draper/Manifest
@@ -1,4 +1,2 @@
-DIST draper-1.2.1.gem 53760 SHA256 d5bdeeb054eb6b9acd998cda768c69768946d55952fdc46b8a801bea5c06ddbd SHA512 57f63818ef2c1dcd038da404b5d411a41c9d6ea0988249e5ef1ea360129d329684ddb3d41dd7e7dd5298757720cbf6283762c48014316246735b6fabd64bec51 WHIRLPOOL f7f0980ecac535def962529563c95a5cadbb0238badaef642daa059ed635888cb4e1a2c4261fbabe1f851217175afcb5bebaf3a6374d8065bc9f7a17779cfb94
-DIST draper-1.3.0.gem 54784 SHA256 2161deafd9cc9d5288af03fa3c30db648aa2243ddaeacab6f63d07a884b6231f SHA512 6fc7a6afa3dd8c7227178849458692248dcd4c4527c3f1515cabdf82164a553e05e9a50b3834218484ad3cc79651455f870a8c4c03c5849a7e8e58c85126632f WHIRLPOOL c50d603e56060cb02aa889ef645cdf563c9830268ef882ce17869ca27e3fc69c4b64ffccd84947feaf1065c23d77e354d650a10d79178b5347d58ebd2c6a61dd
DIST draper-1.3.1.gem 55296 SHA256 ba6223e963b3d03240628e89919f5a6b597c60f0ae09730a1f303db0b5444b57 SHA512 6458311e652dd5838c13e051697b8ebb9983d8fc0faf1b59f1b82dee9850e9702e4b9c3059bb669491509514d51e5256b68484f519d31a2bc01061e953e9afd6 WHIRLPOOL fc85fca736ca4e26a97330dc80166e6db0b0265565b300de02ce7c6c22f36eb196ac4c2b3d4b9d8ede0667af6bd532b3f786cf7d069292603d8cacb8524257b3
DIST draper-1.4.0.gem 55296 SHA256 5ab177184b951caf227fa538c0bd54b14394c51df67463e00bc32fe1da8d10bc SHA512 28918f5c7b990021d14867f1749a4ee8dfa4eb18c6cfdd7577c5767bac18237c4f29901dd3d5318339fddf3a68bc21963705824e7e13cda2dc03e0308c49874d WHIRLPOOL 77b290e2dcbcf95dedeb8fde98455ff9827b50ab28580f17d7a492352eb4df99dedfb994cfd591ba2b047543f67f8e4db7b30a594bd813db9cb4677b2aa49b90
diff --git a/dev-ruby/draper/draper-1.2.1.ebuild b/dev-ruby/draper/draper-1.2.1.ebuild
deleted file mode 100644
index 1180eef..0000000
--- a/dev-ruby/draper/draper-1.2.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY="ruby19"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="View Models for Rails"
-HOMEPAGE="https://github.com/drapergem/draper"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="1"
-IUSE="test"
-
-ruby_add_rdepend "
- >=dev-ruby/actionpack-3.2
- dev-ruby/active_model_serializers
- >=dev-ruby/activesupport-3.2
- >=dev-ruby/request_store-1.0.3"
-
-ruby_add_bdepend "test? (
- >=dev-ruby/ammeter-0.2.2
- >=dev-ruby/railties-3.2
- )"
-
-all_ruby_prepare() {
- rm Gemfile || die
- sed -i -e '/[Bb]undler/ s:^:#:' spec/spec_helper.rb || die
- sed -i -e '3i require "draper"' spec/spec_helper.rb || die
-}
-
-each_ruby_test() {
- ${RUBY} -S rspec spec/draper || die
-}
diff --git a/dev-ruby/draper/draper-1.3.0.ebuild b/dev-ruby/draper/draper-1.3.0.ebuild
deleted file mode 100644
index 1a44b0d..0000000
--- a/dev-ruby/draper/draper-1.3.0.ebuild
+++ /dev/null
@@ -1,47 +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"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="View Models for Rails"
-HOMEPAGE="https://github.com/drapergem/draper"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="1"
-IUSE="test"
-
-ruby_add_rdepend "
- >=dev-ruby/actionpack-3.2
- dev-ruby/active_model_serializers
- >=dev-ruby/activesupport-3.2
- >=dev-ruby/request_store-1.0.3"
-
-ruby_add_bdepend "test? (
- >=dev-ruby/ammeter-0.2.2
- >=dev-ruby/railties-3.2
- )"
-
-all_ruby_prepare() {
- rm Gemfile || die
- sed -i -e '/[Bb]undler/ s:^:#:' spec/spec_helper.rb || die
- sed -i -e '3i require "draper"' spec/spec_helper.rb || die
-
- # Avoid tests also failing on 1.2.1 which we already use. Could be
- # more precise for the 4 specific specs failing.
- rm spec/draper/{decorator,decoratable}_spec.rb || die
-}
-
-each_ruby_test() {
- ${RUBY} -S rspec spec/draper || die
-}
next reply other threads:[~2015-04-17 13:02 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-17 13:02 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-07-26 18:12 [gentoo-commits] dev/graaff:master commit in: dev-ruby/draper/ Hans de Graaff
2016-07-26 18:12 Hans de Graaff
2015-06-10 6:50 Hans de Graaff
2015-04-17 13:02 Hans de Graaff
2014-09-24 7:31 Hans de Graaff
2014-09-24 7:31 Hans de Graaff
2014-06-18 9:32 Hans de Graaff
2014-02-21 12:23 Hans de Graaff
2013-11-01 7:33 Hans de Graaff
2013-06-28 13:18 Hans de Graaff
2012-11-14 15:20 Hans de Graaff
2012-09-10 8:45 Hans de Graaff
2012-09-10 8:45 Hans de Graaff
2012-08-28 14:11 Hans de Graaff
2012-07-05 8:47 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=1429272389.e526ce5722e9a93ef5ca8d8fa5adb2f06378c790.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