public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/graaff:master commit in: dev-ruby/minitest-around/
@ 2015-01-28 15:58 Hans de Graaff
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2015-01-28 15:58 UTC (permalink / raw
  To: gentoo-commits

commit:     906b2e1f8c0c85e76e437fda7418180c881c44f7
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Jan 28 15:58:00 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jan 28 15:58:00 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=906b2e1f

Initial import. New dependency for default_value_for.

Package-Manager: portage-2.2.14

---
 dev-ruby/minitest-around/ChangeLog                 | 10 +++++++
 dev-ruby/minitest-around/Manifest                  |  1 +
 dev-ruby/minitest-around/metadata.xml              |  6 ++++
 .../minitest-around/minitest-around-0.3.0.ebuild   | 35 ++++++++++++++++++++++
 4 files changed, 52 insertions(+)

diff --git a/dev-ruby/minitest-around/ChangeLog b/dev-ruby/minitest-around/ChangeLog
new file mode 100644
index 0000000..55794b6
--- /dev/null
+++ b/dev-ruby/minitest-around/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/minitest-around
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*minitest-around-0.3.0 (28 Jan 2015)
+
+  28 Jan 2015; Hans de Graaff <graaff@gentoo.org>
+  +minitest-around-0.3.0.ebuild, +metadata.xml:
+  Initial import. New dependency for default_value_for.
+

diff --git a/dev-ruby/minitest-around/Manifest b/dev-ruby/minitest-around/Manifest
new file mode 100644
index 0000000..0de23de
--- /dev/null
+++ b/dev-ruby/minitest-around/Manifest
@@ -0,0 +1 @@
+DIST minitest-around-0.3.0.gem 8704 SHA256 1b927350182bfedd0691f6cd55ace7cc5f663e478c854c4258ac794255e917cc SHA512 7988a21e4d9362500cc992fedf90b3fdba0f5ef06b45d342080f93d22ec2e93387fe3d84203fa8b290cb2a1c8888ab777d9ae767dfa09539e7a118e39f7f32c4 WHIRLPOOL 33ff51f419a2dd7d29edf5eafe3403342e2063a8591d8ab3c4ccb8a5c5cbead2dfe5a670eb7286ffef40f4b35c86c669dd9d391214abe3f2dffc540d1aada18c

diff --git a/dev-ruby/minitest-around/metadata.xml b/dev-ruby/minitest-around/metadata.xml
new file mode 100644
index 0000000..9bf681c
--- /dev/null
+++ b/dev-ruby/minitest-around/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version = '1.0' encoding = 'UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd></herd>
+<maintainer><email>graaff@gentoo.org</email></maintainer>
+</pkgmetadata>

diff --git a/dev-ruby/minitest-around/minitest-around-0.3.0.ebuild b/dev-ruby/minitest-around/minitest-around-0.3.0.ebuild
new file mode 100644
index 0000000..4ae1ffb
--- /dev/null
+++ b/dev-ruby/minitest-around/minitest-around-0.3.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Alternative for setup/teardown dance"
+HOMEPAGE="https://github.com/splattael/minitest-around"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/minitest:5"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler )"
+
+all_ruby_prepare() {
+	sed -i -e '/bump/ s:^:#:' -e '/ls-files/d' minitest-around.gemspec Rakefile || die
+}
+
+each_ruby_test() {
+	for f in test/*_{test,spec}.rb ; do
+		${RUBY} -S rake test:isolated TEST="${f}" || die
+	done
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/minitest-around/
@ 2015-01-28 16:03 Hans de Graaff
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2015-01-28 16:03 UTC (permalink / raw
  To: gentoo-commits

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

Remove copy-paste remnant.

Package-Manager: portage-2.2.14

---
 dev-ruby/minitest-around/ChangeLog                    | 3 +++
 dev-ruby/minitest-around/minitest-around-0.3.0.ebuild | 2 --
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/minitest-around/ChangeLog b/dev-ruby/minitest-around/ChangeLog
index 55794b6..5d6ebfd 100644
--- a/dev-ruby/minitest-around/ChangeLog
+++ b/dev-ruby/minitest-around/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  28 Jan 2015; Hans de Graaff <graaff@gentoo.org> minitest-around-0.3.0.ebuild:
+  Remove copy-paste remnant.
+
 *minitest-around-0.3.0 (28 Jan 2015)
 
   28 Jan 2015; Hans de Graaff <graaff@gentoo.org>

diff --git a/dev-ruby/minitest-around/minitest-around-0.3.0.ebuild b/dev-ruby/minitest-around/minitest-around-0.3.0.ebuild
index 4ae1ffb..bdab2cb 100644
--- a/dev-ruby/minitest-around/minitest-around-0.3.0.ebuild
+++ b/dev-ruby/minitest-around/minitest-around-0.3.0.ebuild
@@ -8,8 +8,6 @@ USE_RUBY="ruby19 ruby20 ruby21"
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md"
 
-RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
-
 inherit ruby-fakegem
 
 DESCRIPTION="Alternative for setup/teardown dance"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/minitest-around/
@ 2015-05-22  7:06 Hans de Graaff
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2015-05-22  7:06 UTC (permalink / raw
  To: gentoo-commits

commit:     c8a5a9148008f3cb139bd280da7e83b873896c91
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri May 22 06:15:04 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri May 22 06:15:04 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=c8a5a914

Version bump.

Package-Manager: portage-2.2.18

 dev-ruby/minitest-around/ChangeLog                 |  6 ++++
 dev-ruby/minitest-around/Manifest                  |  1 +
 .../minitest-around/minitest-around-0.3.1.ebuild   | 33 ++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-ruby/minitest-around/ChangeLog b/dev-ruby/minitest-around/ChangeLog
index 5d6ebfd..e2b448c 100644
--- a/dev-ruby/minitest-around/ChangeLog
+++ b/dev-ruby/minitest-around/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*minitest-around-0.3.1 (22 May 2015)
+
+  22 May 2015; Hans de Graaff <graaff@gentoo.org>
+  +minitest-around-0.3.1.ebuild:
+  Version bump.
+
   28 Jan 2015; Hans de Graaff <graaff@gentoo.org> minitest-around-0.3.0.ebuild:
   Remove copy-paste remnant.
 

diff --git a/dev-ruby/minitest-around/Manifest b/dev-ruby/minitest-around/Manifest
index 0de23de..3e5e31d 100644
--- a/dev-ruby/minitest-around/Manifest
+++ b/dev-ruby/minitest-around/Manifest
@@ -1 +1,2 @@
 DIST minitest-around-0.3.0.gem 8704 SHA256 1b927350182bfedd0691f6cd55ace7cc5f663e478c854c4258ac794255e917cc SHA512 7988a21e4d9362500cc992fedf90b3fdba0f5ef06b45d342080f93d22ec2e93387fe3d84203fa8b290cb2a1c8888ab777d9ae767dfa09539e7a118e39f7f32c4 WHIRLPOOL 33ff51f419a2dd7d29edf5eafe3403342e2063a8591d8ab3c4ccb8a5c5cbead2dfe5a670eb7286ffef40f4b35c86c669dd9d391214abe3f2dffc540d1aada18c
+DIST minitest-around-0.3.1.gem 11264 SHA256 10cecda971b183306407161216871c766ea2c4338716e8aeb83b334bd9107b79 SHA512 4aabfd920fb8d58ba75cd8d585400eac49535da0fa383aa18dfc09c3d5456d25360ceacafcd71e10b6d700a80095769644e59c2c8fa1202e8d9eca1a4b8711fd WHIRLPOOL 5da566f6e3ee894886e5516a5b6e16744505906b0e884a5554839aeb2442d25c43a638ac1e59d0e04bbad175b769ecd3e6631db6d7b0b25b185ed89ffa3d3023

diff --git a/dev-ruby/minitest-around/minitest-around-0.3.1.ebuild b/dev-ruby/minitest-around/minitest-around-0.3.1.ebuild
new file mode 100644
index 0000000..f67fadd
--- /dev/null
+++ b/dev-ruby/minitest-around/minitest-around-0.3.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Alternative for setup/teardown dance"
+HOMEPAGE="https://github.com/splattael/minitest-around"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/minitest:5"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler )"
+
+all_ruby_prepare() {
+	sed -i -e '/bump/ s:^:#:' -e '/ls-files/d' minitest-around.gemspec Rakefile || die
+}
+
+each_ruby_test() {
+	for f in test/*_{test,spec}.rb ; do
+		${RUBY} -S rake test:isolated TEST="${f}" || die
+	done
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/minitest-around/
@ 2015-08-18  5:27 Hans de Graaff
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2015-08-18  5:27 UTC (permalink / raw
  To: gentoo-commits

commit:     03ee22b5d77b0486d2cad2cde4a28b8a8acdacf5
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Aug 18 05:27:37 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 05:27:37 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=03ee22b5

Version bump.

Package-Manager: portage-2.2.20.1

 dev-ruby/minitest-around/Manifest                  |  1 +
 .../minitest-around/minitest-around-0.3.2.ebuild   | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/minitest-around/Manifest b/dev-ruby/minitest-around/Manifest
index 3e5e31d..9181ce1 100644
--- a/dev-ruby/minitest-around/Manifest
+++ b/dev-ruby/minitest-around/Manifest
@@ -1,2 +1,3 @@
 DIST minitest-around-0.3.0.gem 8704 SHA256 1b927350182bfedd0691f6cd55ace7cc5f663e478c854c4258ac794255e917cc SHA512 7988a21e4d9362500cc992fedf90b3fdba0f5ef06b45d342080f93d22ec2e93387fe3d84203fa8b290cb2a1c8888ab777d9ae767dfa09539e7a118e39f7f32c4 WHIRLPOOL 33ff51f419a2dd7d29edf5eafe3403342e2063a8591d8ab3c4ccb8a5c5cbead2dfe5a670eb7286ffef40f4b35c86c669dd9d391214abe3f2dffc540d1aada18c
 DIST minitest-around-0.3.1.gem 11264 SHA256 10cecda971b183306407161216871c766ea2c4338716e8aeb83b334bd9107b79 SHA512 4aabfd920fb8d58ba75cd8d585400eac49535da0fa383aa18dfc09c3d5456d25360ceacafcd71e10b6d700a80095769644e59c2c8fa1202e8d9eca1a4b8711fd WHIRLPOOL 5da566f6e3ee894886e5516a5b6e16744505906b0e884a5554839aeb2442d25c43a638ac1e59d0e04bbad175b769ecd3e6631db6d7b0b25b185ed89ffa3d3023
+DIST minitest-around-0.3.2.gem 11776 SHA256 d8f02084bcea9bef6020ad3e2250581885de7ce669eb76c744dd5740cd622697 SHA512 545e7064f2e3341bba28d7c15016e6d0a5a0936e8cfbe5d7efb35fc139f9f68f8a3e9ea56db113ba3d29f4b0e1d7c11ae58ee7aabd59f232568bc45e7115f16b WHIRLPOOL 7d05fb949865801c977b1b99bad10946a26cdc6d7362e875a4456692f5cf2eccbafb9a95bc4a97c2fbb464feed5f3a5f16c100fd9d4eba056ab0e270db1126b3

diff --git a/dev-ruby/minitest-around/minitest-around-0.3.2.ebuild b/dev-ruby/minitest-around/minitest-around-0.3.2.ebuild
new file mode 100644
index 0000000..c8f2db3
--- /dev/null
+++ b/dev-ruby/minitest-around/minitest-around-0.3.2.ebuild
@@ -0,0 +1,33 @@
+# 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_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Alternative for setup/teardown dance"
+HOMEPAGE="https://github.com/splattael/minitest-around"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/minitest:5"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler )"
+
+all_ruby_prepare() {
+	sed -i -e '/bump/ s:^:#:' -e '/ls-files/d' minitest-around.gemspec Rakefile || die
+}
+
+each_ruby_test() {
+	for f in test/*_{test,spec}.rb ; do
+		${RUBY} -S rake test:isolated TEST="${f}" || die
+	done
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/minitest-around/
@ 2016-02-14 20:33 Hans de Graaff
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2016-02-14 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     2aeacfd45424345ec2a46a7834e594def680ef71
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Feb 14 20:23:27 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 20:23:27 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=2aeacfd4

dev-ruby/minitest-around: fix repoman issues

Package-Manager: portage-2.2.26

 dev-ruby/minitest-around/minitest-around-0.3.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/minitest-around/minitest-around-0.3.2.ebuild b/dev-ruby/minitest-around/minitest-around-0.3.2.ebuild
index c8f2db3..66f2166 100644
--- a/dev-ruby/minitest-around/minitest-around-0.3.2.ebuild
+++ b/dev-ruby/minitest-around/minitest-around-0.3.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/minitest-around/
@ 2016-02-14 20:33 Hans de Graaff
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2016-02-14 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     3cb073c8a9a309b6da9fdd0561360a8a9ec0c4bd
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Feb 14 20:22:29 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 20:22:29 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=3cb073c8

dev-ruby/minitest-around: fix metadata

Package-Manager: portage-2.2.26

 dev-ruby/minitest-around/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-ruby/minitest-around/metadata.xml b/dev-ruby/minitest-around/metadata.xml
index 9bf681c..f977299 100644
--- a/dev-ruby/minitest-around/metadata.xml
+++ b/dev-ruby/minitest-around/metadata.xml
@@ -1,6 +1,5 @@
 <?xml version = '1.0' encoding = 'UTF-8'?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd></herd>
 <maintainer><email>graaff@gentoo.org</email></maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/minitest-around/
@ 2016-02-14 20:33 Hans de Graaff
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2016-02-14 20:33 UTC (permalink / raw
  To: gentoo-commits

commit:     20d6acb4ae7c9fa662131be65bff37cd2a04f0d2
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Feb 14 20:22:58 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 20:22:58 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=20d6acb4

dev-ruby/minitest-around: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/minitest-around/Manifest                  |  2 --
 .../minitest-around/minitest-around-0.3.0.ebuild   | 33 ----------------------
 .../minitest-around/minitest-around-0.3.1.ebuild   | 33 ----------------------
 3 files changed, 68 deletions(-)

diff --git a/dev-ruby/minitest-around/Manifest b/dev-ruby/minitest-around/Manifest
index 9181ce1..6f01074 100644
--- a/dev-ruby/minitest-around/Manifest
+++ b/dev-ruby/minitest-around/Manifest
@@ -1,3 +1 @@
-DIST minitest-around-0.3.0.gem 8704 SHA256 1b927350182bfedd0691f6cd55ace7cc5f663e478c854c4258ac794255e917cc SHA512 7988a21e4d9362500cc992fedf90b3fdba0f5ef06b45d342080f93d22ec2e93387fe3d84203fa8b290cb2a1c8888ab777d9ae767dfa09539e7a118e39f7f32c4 WHIRLPOOL 33ff51f419a2dd7d29edf5eafe3403342e2063a8591d8ab3c4ccb8a5c5cbead2dfe5a670eb7286ffef40f4b35c86c669dd9d391214abe3f2dffc540d1aada18c
-DIST minitest-around-0.3.1.gem 11264 SHA256 10cecda971b183306407161216871c766ea2c4338716e8aeb83b334bd9107b79 SHA512 4aabfd920fb8d58ba75cd8d585400eac49535da0fa383aa18dfc09c3d5456d25360ceacafcd71e10b6d700a80095769644e59c2c8fa1202e8d9eca1a4b8711fd WHIRLPOOL 5da566f6e3ee894886e5516a5b6e16744505906b0e884a5554839aeb2442d25c43a638ac1e59d0e04bbad175b769ecd3e6631db6d7b0b25b185ed89ffa3d3023
 DIST minitest-around-0.3.2.gem 11776 SHA256 d8f02084bcea9bef6020ad3e2250581885de7ce669eb76c744dd5740cd622697 SHA512 545e7064f2e3341bba28d7c15016e6d0a5a0936e8cfbe5d7efb35fc139f9f68f8a3e9ea56db113ba3d29f4b0e1d7c11ae58ee7aabd59f232568bc45e7115f16b WHIRLPOOL 7d05fb949865801c977b1b99bad10946a26cdc6d7362e875a4456692f5cf2eccbafb9a95bc4a97c2fbb464feed5f3a5f16c100fd9d4eba056ab0e270db1126b3

diff --git a/dev-ruby/minitest-around/minitest-around-0.3.0.ebuild b/dev-ruby/minitest-around/minitest-around-0.3.0.ebuild
deleted file mode 100644
index bdab2cb..0000000
--- a/dev-ruby/minitest-around/minitest-around-0.3.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Alternative for setup/teardown dance"
-HOMEPAGE="https://github.com/splattael/minitest-around"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/minitest:5"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler )"
-
-all_ruby_prepare() {
-	sed -i -e '/bump/ s:^:#:' -e '/ls-files/d' minitest-around.gemspec Rakefile || die
-}
-
-each_ruby_test() {
-	for f in test/*_{test,spec}.rb ; do
-		${RUBY} -S rake test:isolated TEST="${f}" || die
-	done
-}

diff --git a/dev-ruby/minitest-around/minitest-around-0.3.1.ebuild b/dev-ruby/minitest-around/minitest-around-0.3.1.ebuild
deleted file mode 100644
index f67fadd..0000000
--- a/dev-ruby/minitest-around/minitest-around-0.3.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Alternative for setup/teardown dance"
-HOMEPAGE="https://github.com/splattael/minitest-around"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/minitest:5"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler )"
-
-all_ruby_prepare() {
-	sed -i -e '/bump/ s:^:#:' -e '/ls-files/d' minitest-around.gemspec Rakefile || die
-}
-
-each_ruby_test() {
-	for f in test/*_{test,spec}.rb ; do
-		${RUBY} -S rake test:isolated TEST="${f}" || die
-	done
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/minitest-around/
@ 2016-09-08  5:25 Hans de Graaff
  0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff @ 2016-09-08  5:25 UTC (permalink / raw
  To: gentoo-commits

commit:     bb65ff51ce103dd198d3471d85c1cfe53f029737
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Sep  8 05:11:03 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Sep  8 05:11:03 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=bb65ff51

dev-ruby/minitest-around: add 0.4.0

Package-Manager: portage-2.2.28

 dev-ruby/minitest-around/Manifest                  |  1 +
 .../minitest-around/minitest-around-0.4.0.ebuild   | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/minitest-around/Manifest b/dev-ruby/minitest-around/Manifest
index 6f01074..b5544d6 100644
--- a/dev-ruby/minitest-around/Manifest
+++ b/dev-ruby/minitest-around/Manifest
@@ -1 +1,2 @@
 DIST minitest-around-0.3.2.gem 11776 SHA256 d8f02084bcea9bef6020ad3e2250581885de7ce669eb76c744dd5740cd622697 SHA512 545e7064f2e3341bba28d7c15016e6d0a5a0936e8cfbe5d7efb35fc139f9f68f8a3e9ea56db113ba3d29f4b0e1d7c11ae58ee7aabd59f232568bc45e7115f16b WHIRLPOOL 7d05fb949865801c977b1b99bad10946a26cdc6d7362e875a4456692f5cf2eccbafb9a95bc4a97c2fbb464feed5f3a5f16c100fd9d4eba056ab0e270db1126b3
+DIST minitest-around-0.4.0.gem 11776 SHA256 dcd9b2da385d1280a5faf3bb03d37a81731352bb2abe398cfe855a482ff276da SHA512 f049aa28dd0139647db106aaf2276068cf05fa71132a83d6cba6b098bee9d4501c733c9463bbbd656d7cf569d08bd421b7ca3223d793c4a399fe84aa60135bd7 WHIRLPOOL e95fcb21626eb494a832d9a0a1778c22904b25a20b9d79f59c03b3f2b46f4d464452a4891c6e0df60acc4f26acc15d34854925f0836f2e789b5cf6682c4001e6

diff --git a/dev-ruby/minitest-around/minitest-around-0.4.0.ebuild b/dev-ruby/minitest-around/minitest-around-0.4.0.ebuild
new file mode 100644
index 0000000..bfe0f37
--- /dev/null
+++ b/dev-ruby/minitest-around/minitest-around-0.4.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Alternative for setup/teardown dance"
+HOMEPAGE="https://github.com/splattael/minitest-around"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/minitest:5"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler )"
+
+all_ruby_prepare() {
+	sed -i -e '/bump/ s:^:#:' -e '/ls-files/d' minitest-around.gemspec Rakefile || die
+}
+
+each_ruby_test() {
+	for f in test/*_{test,spec}.rb ; do
+		${RUBY} -S rake test:isolated TEST="${f}" || die
+	done
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-09-08  5:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-18  5:27 [gentoo-commits] dev/graaff:master commit in: dev-ruby/minitest-around/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2016-09-08  5:25 Hans de Graaff
2016-02-14 20:33 Hans de Graaff
2016-02-14 20:33 Hans de Graaff
2016-02-14 20:33 Hans de Graaff
2015-05-22  7:06 Hans de Graaff
2015-01-28 16:03 Hans de Graaff
2015-01-28 15:58 Hans de Graaff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox