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/maxitest/
Date: Mon,  2 Apr 2018 05:50:15 +0000 (UTC)	[thread overview]
Message-ID: <1522647792.95aa36ce40daf67247eba5b9b40294feb2543240.graaff@gentoo> (raw)

commit:     95aa36ce40daf67247eba5b9b40294feb2543240
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  2 05:43:12 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Apr  2 05:43:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95aa36ce

dev-ruby/maxitest: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/maxitest/Manifest              |  2 --
 dev-ruby/maxitest/maxitest-2.4.1.ebuild | 48 ---------------------------------
 dev-ruby/maxitest/maxitest-2.5.0.ebuild | 48 ---------------------------------
 3 files changed, 98 deletions(-)

diff --git a/dev-ruby/maxitest/Manifest b/dev-ruby/maxitest/Manifest
index 6605c23d953..221cd031adb 100644
--- a/dev-ruby/maxitest/Manifest
+++ b/dev-ruby/maxitest/Manifest
@@ -1,5 +1,3 @@
 DIST maxitest-2.4.0.tar.gz 15370 BLAKE2B 1645e818c06c42590e919f73c581407aa38dc4f1ff58fe06c7a5a734c3570a4342c7952cbf5130ca9db66f081a3e4c5d32ca2166d6ed5937474a3bbc093ab13c SHA512 41fc6e8eaaebad76278e19574c48e5192363ef466327e83cfd5a3490b98d157bb736556cde57c01180a353ac383e583fed6433443e24a5a5fb6159ed9821a323
-DIST maxitest-2.4.1.tar.gz 59653 BLAKE2B 8bdaea5ad48d30cef9c07947634b05f6e5cc8f8e74f985321b1878e26cc36680cf6f6c2d069e947342a5f0e2f2346347952e6121198b0b74af31b0d58bef4070 SHA512 b1c1faeda4c670083d3564a0763ccb4005954e018aed4a574fb4ddcba16c943b1da8ae471d8df5aca9c1010a19605d55609186b4ab56c13b033ad67ed6c9eb27
-DIST maxitest-2.5.0.tar.gz 59771 BLAKE2B 53fe709a89d33dabd3230ab40a3d85582d2bd918a7e33ffe65c9787707858227c9de6698a0ddd0774d2a04591af46aca19fb043bb740af3197dcf65645d4e722 SHA512 9afca516047ba2261770f497f6be2363dfe2476816295e35eccb4ee36830f3aad373a20dcb10ade7fb36285cc99d11ccd4b4928583183deadb087ea1cf32f181
 DIST maxitest-2.6.0.tar.gz 59787 BLAKE2B 2cc8ceed05d0db29c8d5a2d063842b811575124351cc2ef1dbe9f59ed8dc738cb1a21aa7465debe7895676d143d36281726e8d952bbacbb992c256baba47aaf6 SHA512 c3a748eff29b54b48f5ea982d5197116e0f823e1e8e78b50c8763d7fc52fc5f0ccfeaf8c2e6ca0e97dfc7f05fb515a94a310788b89e1e82bf3a26d69261ea345
 DIST maxitest-2.7.0.tar.gz 59877 BLAKE2B 84e3c4cd3810405a1c0f6f2fdad2c5793ec43c5f8f36bc8bd803cb561d52a8b39b7baebe650d4bfbc0ef119c402a9907aaef5f53d2ef218e972dde6e67685609 SHA512 4e32f51fdfd855bf0ab0760b4a22dbfe098446bc93042d9fd1e2e1168359392f1cf142808b3189c5fe7d50e35f6af70537e4c9eae3482e6e053ed2b22a3076ae

diff --git a/dev-ruby/maxitest/maxitest-2.4.1.ebuild b/dev-ruby/maxitest/maxitest-2.4.1.ebuild
deleted file mode 100644
index 17d5379f32e..00000000000
--- a/dev-ruby/maxitest/maxitest-2.4.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="Readme.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit versionator ruby-fakegem
-
-DESCRIPTION="Minitest + all the features you always wanted"
-HOMEPAGE="https://github.com/grosser/maxitest"
-SRC_URI="https://github.com/grosser/maxitest/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "<dev-ruby/minitest-5.12:5"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler )"
-
-all_ruby_prepare() {
-	rm -f Gemfile.lock || die
-	# Remove developer-only gems from the gemspec and avoid git issues
-	sed -i -e '/\(bump\|wwtd\)/ s:^:#:' \
-		-e 's/git ls-files/find/' \
-		${RUBY_FAKEGEM_GEMSPEC} || die
-	sed -i -e '/byebug/ s:^:#:' Gemfile || die
-
-}
-
-each_ruby_prepare() {
-	# Use the correct target
-	sed -i -e '/sh/ s:ruby:'${RUBY}':' \
-		-e '/sh/ s:mtest:'${RUBY}' -S mtest:' \
-		spec/maxitest_spec.rb || die
-}
-
-each_ruby_test() {
-	PATH="${S}/bin:${PATH}" RSPEC_VERSION=3 ruby-ng_rspec spec
-}

diff --git a/dev-ruby/maxitest/maxitest-2.5.0.ebuild b/dev-ruby/maxitest/maxitest-2.5.0.ebuild
deleted file mode 100644
index e572dd4b493..00000000000
--- a/dev-ruby/maxitest/maxitest-2.5.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="Readme.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit versionator ruby-fakegem
-
-DESCRIPTION="Minitest + all the features you always wanted"
-HOMEPAGE="https://github.com/grosser/maxitest"
-SRC_URI="https://github.com/grosser/maxitest/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "<dev-ruby/minitest-5.12:5"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler )"
-
-all_ruby_prepare() {
-	rm -f Gemfile.lock || die
-	# Remove developer-only gems from the gemspec and avoid git issues
-	sed -i -e '/\(bump\|wwtd\)/ s:^:#:' \
-		-e 's/git ls-files/find/' \
-		${RUBY_FAKEGEM_GEMSPEC} || die
-	sed -i -e '/byebug/ s:^:#:' Gemfile || die
-
-}
-
-each_ruby_prepare() {
-	# Use the correct target
-	sed -i -e '/sh/ s:ruby:'${RUBY}':' \
-		-e '/sh/ s:mtest:'${RUBY}' -S mtest:' \
-		spec/maxitest_spec.rb || die
-}
-
-each_ruby_test() {
-	PATH="${S}/bin:${PATH}" RSPEC_VERSION=3 ruby-ng_rspec spec
-}


             reply	other threads:[~2018-04-02  5:50 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-02  5:50 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-14  5:56 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/maxitest/ Hans de Graaff
2024-10-04  6:12 Hans de Graaff
2024-10-04  6:12 Hans de Graaff
2024-08-17  6:32 Hans de Graaff
2024-07-15  6:05 Ionen Wolkens
2024-07-15  6:05 Ionen Wolkens
2024-07-15  6:05 Ionen Wolkens
2024-07-15  6:05 Ionen Wolkens
2024-07-05  5:29 Hans de Graaff
2024-06-24  5:30 Hans de Graaff
2024-06-19  5:45 Hans de Graaff
2024-05-30  5:07 Hans de Graaff
2024-03-08  8:00 Hans de Graaff
2023-10-28  6:42 Hans de Graaff
2023-10-21  5:09 Hans de Graaff
2023-09-10  5:57 Hans de Graaff
2023-06-16  5:22 Hans de Graaff
2023-05-13  5:07 Hans de Graaff
2023-04-10 10:51 Sam James
2023-04-10 10:51 Sam James
2023-04-10 10:51 Sam James
2023-04-10 10:51 Sam James
2023-04-10 10:51 Sam James
2023-04-07  3:07 Sam James
2023-03-27  8:35 Sam James
2023-02-18  7:29 Hans de Graaff
2023-01-08  7:49 Hans de Graaff
2022-12-24 15:00 Hans de Graaff
2022-03-23  6:42 Hans de Graaff
2021-11-21  4:58 Arthur Zamarin
2021-11-17  9:02 Arthur Zamarin
2021-11-17  9:02 Arthur Zamarin
2021-11-09 21:49 Jakov Smolić
2021-11-09 14:16 Jakov Smolić
2021-11-08  2:51 Yixun Lan
2021-09-04  6:53 Hans de Graaff
2021-07-07  6:53 Hans de Graaff
2021-07-07  6:53 Hans de Graaff
2020-09-11  6:58 Hans de Graaff
2020-06-09 17:07 Sergei Trofimovich
2020-06-07  8:37 Hans de Graaff
2020-04-25 12:16 Hans de Graaff
2020-04-25 12:16 Hans de Graaff
2019-11-11  6:56 Hans de Graaff
2019-11-01  5:40 Hans de Graaff
2019-11-01  5:40 Hans de Graaff
2019-09-25  6:11 Hans de Graaff
2019-09-09  5:40 Hans de Graaff
2019-09-09  5:40 Hans de Graaff
2019-09-09  5:40 Hans de Graaff
2019-06-05  6:06 Hans de Graaff
2019-06-05  6:06 Hans de Graaff
2019-01-27 19:13 Hans de Graaff
2018-05-30  4:18 Hans de Graaff
2018-05-30  4:18 Hans de Graaff
2018-05-05  7:29 Hans de Graaff
2018-05-05  7:29 Hans de Graaff
2018-05-05  7:29 Hans de Graaff
2018-04-02  5:50 Hans de Graaff
2018-03-07  6:31 Hans de Graaff
2018-02-27  5:00 Hans de Graaff
2018-02-25 22:01 Sergei Trofimovich
2018-01-27  7:18 Hans de Graaff
2018-01-13  8:46 Hans de Graaff
2018-01-03  7:05 Hans de Graaff
2017-05-13  6:33 Hans de Graaff
2017-01-24  6:06 Hans de Graaff
2016-12-09  6:10 Hans de Graaff
2016-12-01  7:46 Hans de Graaff
2016-12-01  7:46 Hans de Graaff
2016-08-25  5:12 Hans de Graaff
2016-08-15  5:36 Hans de Graaff
2016-08-15  5:36 Hans de Graaff
2016-07-01  4:30 Hans de Graaff
2016-05-19  5:30 Hans de Graaff
2016-04-27 11:54 Hans de Graaff
2016-03-23  6:16 Hans de Graaff
2016-03-23  6:16 Hans de Graaff
2016-01-27  6:36 Hans de Graaff
2016-01-20 13:42 Fabian Groffen
2016-01-07  6:39 Hans de Graaff
2015-11-21 15:45 Markus Meier
2015-11-16  5:55 Jeroen Roovers
2015-11-15  7:53 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=1522647792.95aa36ce40daf67247eba5b9b40294feb2543240.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