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] repo/gentoo:master commit in: dev-ruby/cri/
Date: Fri,  2 Feb 2018 17:14:26 +0000 (UTC)	[thread overview]
Message-ID: <1517591143.d88cdd0ae9fa5620c5793166d5f138e65afbfabd.graaff@gentoo> (raw)

commit:     d88cdd0ae9fa5620c5793166d5f138e65afbfabd
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  2 17:05:43 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb  2 17:05:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88cdd0a

dev-ruby/cri: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/cri/Manifest          |  3 ---
 dev-ruby/cri/cri-2.10.0.ebuild | 34 ----------------------------------
 dev-ruby/cri/cri-2.8.0.ebuild  | 34 ----------------------------------
 dev-ruby/cri/cri-2.9.1.ebuild  | 34 ----------------------------------
 4 files changed, 105 deletions(-)

diff --git a/dev-ruby/cri/Manifest b/dev-ruby/cri/Manifest
index 4e10c02e2a3..9cadb325c95 100644
--- a/dev-ruby/cri/Manifest
+++ b/dev-ruby/cri/Manifest
@@ -1,5 +1,2 @@
-DIST cri-2.10.0.gem 28672 BLAKE2B b155cb453344c3e1c20bbaf352958e2102c3424f8ce73fba9a7b40424a3ef0aa4fb0ac938e366fa142c6f312ecdb16640d203ad7dd3bc427c848695d504a429d SHA512 90c33031c5819823aca54b6ea8be18aeae9a0e707f25a62dfb4091724f46782ed9f44200950ae6d5f654d58c2b925dfcbb3d404acc6ac38b86dba922aed18efb
 DIST cri-2.10.1.gem 28672 BLAKE2B fe6f78ec193298605995e00242a4f615159192b66900c111fa58252aea63c3a5515a0e7a9d7c5a1a0878a2e9c70a77023ee60be4d7b6c780d5f2d1300641e109 SHA512 f71cdd00613b226f916c9f45f9e8ce3a7c0c68bdb547de6df8b9457c018627c18ce978a13c971e0ef2cd24ec985f815df0389d0ddabd463eef93d5e2147e6101
 DIST cri-2.7.1.gem 25088 BLAKE2B 20317d886401d6d5f034c27396cad2fdaf322246c319ef3cadc3e38169dbc00c83771fdb2d564efd0ca386b916a0bc2d8cf283742ccd18ca390e491a84f5e31f SHA512 37d641390dc83550c254b3c48018f7f2c53f73161807c299cb78ef84b8625e5f00cd8c877ac464ece5c6623d7118872c45648ed56c2bd5f53ae62cd66b8e24d1
-DIST cri-2.8.0.gem 25600 BLAKE2B 75c8ab35152eb9bfd4f9d0dda8be67491ef6099b3751b6f4dfc6e24fdf35d037c5a2cd8e963cc20c9ee2f0fca311c680ebadf878d5a32def3c2d1e2fd85d7ede SHA512 ea8543debfda3a9e6ed1ea304b93dcf12114cdade532981b6c1e854ce37fa0c939455b7501f7b36a6efbdd1fd6b77696b97f9baacdb7029f55a9e707c19225a6
-DIST cri-2.9.1.gem 26624 BLAKE2B 882ed884f35eb54a213572deba38cfdba2e50fdff09b63093c2fb769f2b8b4c654b1d446982f82e72238fe237b1dda822d4f0c637402a398c57f99572c38335e SHA512 5abf0ba9315563c4b12ccc11ccb74811fea4de16f25ea2b81fb0854bdeef418bfdc45ab84320f5d71d89bfdcefe5e2a6eb66900aec9231ac1ca999c84b944805

diff --git a/dev-ruby/cri/cri-2.10.0.ebuild b/dev-ruby/cri/cri-2.10.0.ebuild
deleted file mode 100644
index 01337421830..00000000000
--- a/dev-ruby/cri/cri-2.10.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_EXTRADOC="NEWS.md README.adoc"
-
-RUBY_FAKEGEM_TASK_DOC="doc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Cri is a library for building easy-to-use commandline tools"
-HOMEPAGE="https://rubygems.org/gems/cri"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/colored-1.2"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )
-	test? ( dev-ruby/yard dev-ruby/minitest )"
-
-all_ruby_prepare() {
-	sed -e '/coveralls/I s:^:#:' -i test/helper.rb || die
-	sed -i -e '/rubocop/ s:^:#:' \
-		-e '/RuboCop/,/end/ s:^:#:' Rakefile || die
-}
-
-each_ruby_test() {
-	${RUBY} -Ilib -S rake test_unit || die
-}

diff --git a/dev-ruby/cri/cri-2.8.0.ebuild b/dev-ruby/cri/cri-2.8.0.ebuild
deleted file mode 100644
index 055a4d156bd..00000000000
--- a/dev-ruby/cri/cri-2.8.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_EXTRADOC="NEWS.md README.adoc"
-
-RUBY_FAKEGEM_TASK_DOC="doc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Cri is a library for building easy-to-use commandline tools"
-HOMEPAGE="http://rubygems.org/gems/cri"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/colored-1.2"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )
-	test? ( dev-ruby/yard dev-ruby/minitest )"
-
-all_ruby_prepare() {
-	sed -e '/coveralls/I s:^:#:' -i test/helper.rb || die
-	sed -i -e '/rubocop/ s:^:#:' \
-		-e '/RuboCop/,/end/ s:^:#:' Rakefile || die
-}
-
-each_ruby_test() {
-	${RUBY} -Ilib -S rake test_unit || die
-}

diff --git a/dev-ruby/cri/cri-2.9.1.ebuild b/dev-ruby/cri/cri-2.9.1.ebuild
deleted file mode 100644
index 6a06398e3e0..00000000000
--- a/dev-ruby/cri/cri-2.9.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_EXTRADOC="NEWS.md README.adoc"
-
-RUBY_FAKEGEM_TASK_DOC="doc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Cri is a library for building easy-to-use commandline tools"
-HOMEPAGE="http://rubygems.org/gems/cri"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/colored-1.2"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )
-	test? ( dev-ruby/yard dev-ruby/minitest )"
-
-all_ruby_prepare() {
-	sed -e '/coveralls/I s:^:#:' -i test/helper.rb || die
-	sed -i -e '/rubocop/ s:^:#:' \
-		-e '/RuboCop/,/end/ s:^:#:' Rakefile || die
-}
-
-each_ruby_test() {
-	${RUBY} -Ilib -S rake test_unit || die
-}


             reply	other threads:[~2018-02-02 17:14 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-02 17:14 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-10  5:49 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/cri/ Hans de Graaff
2024-02-11  7:26 Hans de Graaff
2024-01-13 14:04 Hans de Graaff
2023-03-29  6:35 Hans de Graaff
2022-12-07 17:57 Hans de Graaff
2022-06-12  8:33 Hans de Graaff
2022-03-18  6:50 Jakov Smolić
2021-11-02  5:07 Hans de Graaff
2021-11-02  5:07 Hans de Graaff
2021-01-06  6:21 Hans de Graaff
2020-09-15  6:00 Hans de Graaff
2020-09-15  6:00 Hans de Graaff
2020-01-22  7:54 Hans de Graaff
2019-06-15  9:55 Hans de Graaff
2019-05-30 18:05 Hans de Graaff
2019-05-30 18:05 Hans de Graaff
2019-05-30 18:05 Hans de Graaff
2019-05-20  5:38 Hans de Graaff
2019-04-30  5:49 Hans de Graaff
2019-02-09  7:30 Hans de Graaff
2019-01-20  6:54 Hans de Graaff
2019-01-20  6:54 Hans de Graaff
2018-11-06  6:42 Hans de Graaff
2018-09-22  5:25 Hans de Graaff
2018-09-22  5:25 Hans de Graaff
2018-08-28  4:52 Hans de Graaff
2018-08-25  5:45 Hans de Graaff
2018-08-19  5:09 Hans de Graaff
2018-08-13  4:57 Hans de Graaff
2018-08-04  5:46 Hans de Graaff
2018-04-28  7:09 Hans de Graaff
2018-03-27 21:38 Aaron Bauman
2017-11-02  5:40 Hans de Graaff
2017-10-27  5:56 Hans de Graaff
2017-08-12  5:14 Hans de Graaff
2017-06-05  4:45 Hans de Graaff
2017-04-02  5:28 Hans de Graaff
2017-02-04 16:17 Hans de Graaff
2016-12-04  6:52 Hans de Graaff
2016-03-09 22:48 Manuel Rüger
2015-12-11  7:13 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=1517591143.d88cdd0ae9fa5620c5793166d5f138e65afbfabd.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