[gentoo-commits] repo/gentoo:master commit in: dev-ruby/factory_girl/, profiles/

2021-08-19 Thread David Seifert
commit: 7143909f29eee4a01c6da1c67fb2d796835fc8b6
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Aug 19 11:14:18 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Aug 19 11:14:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7143909f

dev-ruby/factory_girl: Remove last-rited pkg

Closes: https://github.com/gentoo/gentoo/pull/21990
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 dev-ruby/factory_girl/Manifest  |  1 -
 dev-ruby/factory_girl/factory_girl-4.8.1.ebuild | 49 -
 dev-ruby/factory_girl/metadata.xml  | 11 --
 profiles/package.mask   |  6 ---
 4 files changed, 67 deletions(-)

diff --git a/dev-ruby/factory_girl/Manifest b/dev-ruby/factory_girl/Manifest
deleted file mode 100644
index 3ab62051797..000
--- a/dev-ruby/factory_girl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST factory_girl-4.8.1.tar.gz 66262 BLAKE2B 
6a90581ef7fe7f6e3d244bceebd10a4d725731ff2a7f6aae4265a6d235f5ef4f1069a0f1f2fa55121c9112b245dc947378745958583e9380536cc797d881a3aa
 SHA512 
2c27eaec8351b009bf200e10829128c5fd3e73b0383cebf7f3ccbe062ba362b29f25e5c054ed25245202c85c6ab60c637547a8f3719e2f079c86c83c30db48a0

diff --git a/dev-ruby/factory_girl/factory_girl-4.8.1.ebuild 
b/dev-ruby/factory_girl/factory_girl-4.8.1.ebuild
deleted file mode 100644
index c775128223a..000
--- a/dev-ruby/factory_girl/factory_girl-4.8.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-
-# Tests depend on unpackaged appraisal, for now we just run the specs
-# with the version of Rails that is installed.
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="GETTING_STARTED.md NEWS README.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="features"
-
-inherit ruby-fakegem
-
-DESCRIPTION="factory_girl provides a framework and DSL for defining and using 
factories"
-HOMEPAGE="https://github.com/thoughtbot/factory_girl;
-SRC_URI="https://github.com/thoughtbot/factory_girl/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/activesupport-3.0.0:*"
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/activerecord-3.1[sqlite]
-   dev-ruby/bourne
-   >=dev-ruby/mocha-0.12.8
-   dev-ruby/rspec-its
-   dev-ruby/timecop
-   )
-"
-
-all_ruby_prepare() {
-   # Avoid unneeded test dependencies
-   sed -i -e '/simplecov/ s:^:#:' \
-   -e '1irequire "fileutils"' spec/spec_helper.rb || die
-
-   # Avoid specs that may fail due to more strict rspec 2.99
-   # interpretation.
-   sed -i -e '/callbacks using syntax methods without referencing 
FactoryGirl explicitly/,/^end/ s:^:#:' spec/acceptance/callbacks_spec.rb || die
-}

diff --git a/dev-ruby/factory_girl/metadata.xml 
b/dev-ruby/factory_girl/metadata.xml
deleted file mode 100644
index 6ecc2c07e95..000
--- a/dev-ruby/factory_girl/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-zeroch...@gentoo.org
-Rick Farina
-  
-  
-thoughtbot/factory_girl
-  
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 5e991c3eaa0..a87ab3af575 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -366,12 +366,6 @@ dev-ruby/sfl
 # Removal in 30 days (2021-08-16) (bug #602594).
 app-accessibility/eflite
 
-# Hans de Graaff  (2021-07-17)
-# Deprecated upstream, replaced with factory_bot.
-# Last release in 2017, no dependencies.
-# Masked for removal in 30 days.
-dev-ruby/factory_girl
-
 # Andrew Ammerlaan  (2021-07-12)
 # Version 3.3.0 suffers from ridiculously high CPU usage, this version has
 # therefore been retracted upstream.



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/factory_girl/

2019-05-04 Thread Hans de Graaff
commit: a3537cbb80047b8f406cac845d11f0c98dcbb460
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May  4 18:08:30 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May  4 18:32:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3537cbb

dev-ruby/factory_girl: add ruby26

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-ruby/factory_girl/factory_girl-4.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/factory_girl/factory_girl-4.8.1.ebuild 
b/dev-ruby/factory_girl/factory_girl-4.8.1.ebuild
index 18e3c4dfade..c775128223a 100644
--- a/dev-ruby/factory_girl/factory_girl-4.8.1.ebuild
+++ b/dev-ruby/factory_girl/factory_girl-4.8.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-USE_RUBY="ruby24 ruby25"
+USE_RUBY="ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/factory_girl/

2019-04-11 Thread Hans de Graaff
commit: b3f5f5b84c77fc4e1a5848d09d9411f925a945b7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 11 18:15:35 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 11 18:15:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f5f5b8

dev-ruby/factory_girl: add ruby25

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-ruby/factory_girl/factory_girl-4.8.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/factory_girl/factory_girl-4.8.1.ebuild 
b/dev-ruby/factory_girl/factory_girl-4.8.1.ebuild
index 936a4af3f63..18e3c4dfade 100644
--- a/dev-ruby/factory_girl/factory_girl-4.8.1.ebuild
+++ b/dev-ruby/factory_girl/factory_girl-4.8.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/factory_girl/

2017-12-08 Thread Hans de Graaff
commit: c59d83b29ce788042a59e10afd17be3236460f54
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Dec  8 09:05:37 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec  9 07:52:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59d83b2

dev-ruby/factory_girl: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/factory_girl/Manifest  |  3 +-
 dev-ruby/factory_girl/factory_girl-4.8.0.ebuild | 49 -
 2 files changed, 1 insertion(+), 51 deletions(-)

diff --git a/dev-ruby/factory_girl/Manifest b/dev-ruby/factory_girl/Manifest
index 0f85c83abb1..3ab62051797 100644
--- a/dev-ruby/factory_girl/Manifest
+++ b/dev-ruby/factory_girl/Manifest
@@ -1,2 +1 @@
-DIST factory_girl-4.8.0.tar.gz 66025 SHA256 
81149a7466ead3f3ecd5e9a4cecd19ca20646901669b2892a62413f54a24036b SHA512 
c1e89b25c0dc3292b647179c3cfb487ae235d8049f936beb926c3799e0348ee66e4e6a5d3904fd1a11660477f4c2c993e5d2640a8f54f7cfc5779027d76cca61
 WHIRLPOOL 
075e04007a9e98c62ca09c4798cfd3dc3e1ebe7025d5b2ae1a2510f9d1a2d34ae9f9fbd56730c09757461d5c546f36517fb914c6c375bebb494409c8db268a4b
-DIST factory_girl-4.8.1.tar.gz 66262 SHA256 
874255baaadcd8bedd289b3d8c39343f7ac228a6f43464e7f67f1085fabc6228 SHA512 
2c27eaec8351b009bf200e10829128c5fd3e73b0383cebf7f3ccbe062ba362b29f25e5c054ed25245202c85c6ab60c637547a8f3719e2f079c86c83c30db48a0
 WHIRLPOOL 
d3e702547015b75ce51295a1838c9aa757ee1a8c855498a8a0395258c05abba3f5a237a201aaf4e4cf371b9a71b8c5ff9362e0f605937bf9af1aba4b442bb633
+DIST factory_girl-4.8.1.tar.gz 66262 BLAKE2B 
6a90581ef7fe7f6e3d244bceebd10a4d725731ff2a7f6aae4265a6d235f5ef4f1069a0f1f2fa55121c9112b245dc947378745958583e9380536cc797d881a3aa
 SHA512 
2c27eaec8351b009bf200e10829128c5fd3e73b0383cebf7f3ccbe062ba362b29f25e5c054ed25245202c85c6ab60c637547a8f3719e2f079c86c83c30db48a0

diff --git a/dev-ruby/factory_girl/factory_girl-4.8.0.ebuild 
b/dev-ruby/factory_girl/factory_girl-4.8.0.ebuild
deleted file mode 100644
index c3553278366..000
--- a/dev-ruby/factory_girl/factory_girl-4.8.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-
-# Tests depend on unpackaged appraisal, for now we just run the specs
-# with the version of Rails that is installed.
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="GETTING_STARTED.md NEWS README.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="features"
-
-inherit ruby-fakegem
-
-DESCRIPTION="factory_girl provides a framework and DSL for defining and using 
factories"
-HOMEPAGE="https://github.com/thoughtbot/factory_girl;
-SRC_URI="https://github.com/thoughtbot/factory_girl/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/activesupport-3.0.0:*"
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/activerecord-3.1[sqlite]
-   dev-ruby/bourne
-   >=dev-ruby/mocha-0.12.8
-   dev-ruby/rspec-its
-   dev-ruby/timecop
-   )
-"
-
-all_ruby_prepare() {
-   # Avoid unneeded test dependencies
-   sed -i -e '/simplecov/ s:^:#:' \
-   -e '1irequire "fileutils"' spec/spec_helper.rb || die
-
-   # Avoid specs that may fail due to more strict rspec 2.99
-   # interpretation.
-   sed -i -e '/callbacks using syntax methods without referencing 
FactoryGirl explicitly/,/^end/ s:^:#:' spec/acceptance/callbacks_spec.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/factory_girl/

2017-10-04 Thread Hans de Graaff
commit: 2c1449122287b6b35ec924c2a22fd99da2aedb39
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct  5 04:44:27 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct  5 04:45:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c144912

dev-ruby/factory_girl: add 4.8.1

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ruby/factory_girl/Manifest  |  1 +
 dev-ruby/factory_girl/factory_girl-4.8.1.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/dev-ruby/factory_girl/Manifest b/dev-ruby/factory_girl/Manifest
index e016cc077a5..0f85c83abb1 100644
--- a/dev-ruby/factory_girl/Manifest
+++ b/dev-ruby/factory_girl/Manifest
@@ -1 +1,2 @@
 DIST factory_girl-4.8.0.tar.gz 66025 SHA256 
81149a7466ead3f3ecd5e9a4cecd19ca20646901669b2892a62413f54a24036b SHA512 
c1e89b25c0dc3292b647179c3cfb487ae235d8049f936beb926c3799e0348ee66e4e6a5d3904fd1a11660477f4c2c993e5d2640a8f54f7cfc5779027d76cca61
 WHIRLPOOL 
075e04007a9e98c62ca09c4798cfd3dc3e1ebe7025d5b2ae1a2510f9d1a2d34ae9f9fbd56730c09757461d5c546f36517fb914c6c375bebb494409c8db268a4b
+DIST factory_girl-4.8.1.tar.gz 66262 SHA256 
874255baaadcd8bedd289b3d8c39343f7ac228a6f43464e7f67f1085fabc6228 SHA512 
2c27eaec8351b009bf200e10829128c5fd3e73b0383cebf7f3ccbe062ba362b29f25e5c054ed25245202c85c6ab60c637547a8f3719e2f079c86c83c30db48a0
 WHIRLPOOL 
d3e702547015b75ce51295a1838c9aa757ee1a8c855498a8a0395258c05abba3f5a237a201aaf4e4cf371b9a71b8c5ff9362e0f605937bf9af1aba4b442bb633

diff --git a/dev-ruby/factory_girl/factory_girl-4.8.1.ebuild 
b/dev-ruby/factory_girl/factory_girl-4.8.1.ebuild
new file mode 100644
index 000..936a4af3f63
--- /dev/null
+++ b/dev-ruby/factory_girl/factory_girl-4.8.1.ebuild
@@ -0,0 +1,49 @@
+# 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_RECIPE_DOC="yard"
+
+# Tests depend on unpackaged appraisal, for now we just run the specs
+# with the version of Rails that is installed.
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="GETTING_STARTED.md NEWS README.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="features"
+
+inherit ruby-fakegem
+
+DESCRIPTION="factory_girl provides a framework and DSL for defining and using 
factories"
+HOMEPAGE="https://github.com/thoughtbot/factory_girl;
+SRC_URI="https://github.com/thoughtbot/factory_girl/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/activesupport-3.0.0:*"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/activerecord-3.1[sqlite]
+   dev-ruby/bourne
+   >=dev-ruby/mocha-0.12.8
+   dev-ruby/rspec-its
+   dev-ruby/timecop
+   )
+"
+
+all_ruby_prepare() {
+   # Avoid unneeded test dependencies
+   sed -i -e '/simplecov/ s:^:#:' \
+   -e '1irequire "fileutils"' spec/spec_helper.rb || die
+
+   # Avoid specs that may fail due to more strict rspec 2.99
+   # interpretation.
+   sed -i -e '/callbacks using syntax methods without referencing 
FactoryGirl explicitly/,/^end/ s:^:#:' spec/acceptance/callbacks_spec.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/factory_girl/

2017-08-27 Thread Hans de Graaff
commit: 0d264802a8bdddab095bc78fe0f761ee4ce3d759
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 27 05:53:30 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 27 06:17:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d264802

dev-ruby/factory_girl: move ~x86 forward

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/factory_girl/factory_girl-4.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/factory_girl/factory_girl-4.8.0.ebuild 
b/dev-ruby/factory_girl/factory_girl-4.8.0.ebuild
index 9fed5b7c122..c3553278366 100644
--- a/dev-ruby/factory_girl/factory_girl-4.8.0.ebuild
+++ b/dev-ruby/factory_girl/factory_girl-4.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -23,7 +23,7 @@ 
SRC_URI="https://github.com/thoughtbot/factory_girl/archive/v${PV}.tar.gz -> ${P
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/activesupport-3.0.0:*"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/factory_girl/

2017-08-27 Thread Hans de Graaff
commit: 0ca9193c954d31eebc9da736ae6cb8c6f1f543c2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 27 05:53:50 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 27 06:17:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca9193c

dev-ruby/factory_girl: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/factory_girl/Manifest  |  1 -
 dev-ruby/factory_girl/factory_girl-4.7.0.ebuild | 48 -
 2 files changed, 49 deletions(-)

diff --git a/dev-ruby/factory_girl/Manifest b/dev-ruby/factory_girl/Manifest
index d15cc48d126..e016cc077a5 100644
--- a/dev-ruby/factory_girl/Manifest
+++ b/dev-ruby/factory_girl/Manifest
@@ -1,2 +1 @@
-DIST factory_girl-4.7.0.tar.gz 64403 SHA256 
8218e063479aa2dd64b0868d4f3afa0ba9c079b3d4c279de6ca07f9c78bb3c18 SHA512 
0ac67c03880697933f46c9f2abe18e5335c536a89c400248fd61d41049c9eb8697c1f1bec004103d330e9b7427a9e436c34500489bf2128e5d11377361ffe172
 WHIRLPOOL 
f686ab69e6f638f31edb9ec944027d7505a7411b7aad982cd21bff7bd93e5d793cd361869376be3ba80bb1b18d0d3c3fba7a9aacf34238ca0eaa32594bc37718
 DIST factory_girl-4.8.0.tar.gz 66025 SHA256 
81149a7466ead3f3ecd5e9a4cecd19ca20646901669b2892a62413f54a24036b SHA512 
c1e89b25c0dc3292b647179c3cfb487ae235d8049f936beb926c3799e0348ee66e4e6a5d3904fd1a11660477f4c2c993e5d2640a8f54f7cfc5779027d76cca61
 WHIRLPOOL 
075e04007a9e98c62ca09c4798cfd3dc3e1ebe7025d5b2ae1a2510f9d1a2d34ae9f9fbd56730c09757461d5c546f36517fb914c6c375bebb494409c8db268a4b

diff --git a/dev-ruby/factory_girl/factory_girl-4.7.0.ebuild 
b/dev-ruby/factory_girl/factory_girl-4.7.0.ebuild
deleted file mode 100644
index d16e7b110dc..000
--- a/dev-ruby/factory_girl/factory_girl-4.7.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-
-# Tests depend on unpackaged appraisal, for now we just run the specs
-# with the version of Rails that is installed.
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="GETTING_STARTED.md NEWS README.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="features"
-
-inherit ruby-fakegem
-
-DESCRIPTION="factory_girl provides a framework and DSL for defining and using 
factories"
-HOMEPAGE="https://github.com/thoughtbot/factory_girl;
-SRC_URI="https://github.com/thoughtbot/factory_girl/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/activesupport-3.0.0:*"
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/activerecord-3.1[sqlite]
-   dev-ruby/bourne
-   >=dev-ruby/mocha-0.12.8
-   dev-ruby/rspec-its
-   dev-ruby/timecop
-   )
-"
-
-all_ruby_prepare() {
-   # Avoid unneeded test dependencies
-   sed -i -e '/simplecov/ s:^:#:' spec/spec_helper.rb || die
-
-   # Avoid specs that may fail due to more strict rspec 2.99
-   # interpretation.
-   sed -i -e '/callbacks using syntax methods without referencing 
FactoryGirl explicitly/,/^end/ s:^:#:' spec/acceptance/callbacks_spec.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/factory_girl/

2016-12-18 Thread Hans de Graaff
commit: d782b8eadc582256fbb0dbffb05dc4ab10b3f8cf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 19 06:38:50 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 19 06:48:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d782b8ea

dev-ruby/factory_girl: add 4.8.0

Package-Manager: portage-2.3.0

 dev-ruby/factory_girl/Manifest  |  1 +
 dev-ruby/factory_girl/factory_girl-4.8.0.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/dev-ruby/factory_girl/Manifest b/dev-ruby/factory_girl/Manifest
index 8a3e505..d15cc48 100644
--- a/dev-ruby/factory_girl/Manifest
+++ b/dev-ruby/factory_girl/Manifest
@@ -1 +1,2 @@
 DIST factory_girl-4.7.0.tar.gz 64403 SHA256 
8218e063479aa2dd64b0868d4f3afa0ba9c079b3d4c279de6ca07f9c78bb3c18 SHA512 
0ac67c03880697933f46c9f2abe18e5335c536a89c400248fd61d41049c9eb8697c1f1bec004103d330e9b7427a9e436c34500489bf2128e5d11377361ffe172
 WHIRLPOOL 
f686ab69e6f638f31edb9ec944027d7505a7411b7aad982cd21bff7bd93e5d793cd361869376be3ba80bb1b18d0d3c3fba7a9aacf34238ca0eaa32594bc37718
+DIST factory_girl-4.8.0.tar.gz 66025 SHA256 
81149a7466ead3f3ecd5e9a4cecd19ca20646901669b2892a62413f54a24036b SHA512 
c1e89b25c0dc3292b647179c3cfb487ae235d8049f936beb926c3799e0348ee66e4e6a5d3904fd1a11660477f4c2c993e5d2640a8f54f7cfc5779027d76cca61
 WHIRLPOOL 
075e04007a9e98c62ca09c4798cfd3dc3e1ebe7025d5b2ae1a2510f9d1a2d34ae9f9fbd56730c09757461d5c546f36517fb914c6c375bebb494409c8db268a4b

diff --git a/dev-ruby/factory_girl/factory_girl-4.8.0.ebuild 
b/dev-ruby/factory_girl/factory_girl-4.8.0.ebuild
new file mode 100644
index ..4e23748
--- /dev/null
+++ b/dev-ruby/factory_girl/factory_girl-4.8.0.ebuild
@@ -0,0 +1,50 @@
+# 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_RECIPE_DOC="yard"
+
+# Tests depend on unpackaged appraisal, for now we just run the specs
+# with the version of Rails that is installed.
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="GETTING_STARTED.md NEWS README.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="features"
+
+inherit ruby-fakegem
+
+DESCRIPTION="factory_girl provides a framework and DSL for defining and using 
factories"
+HOMEPAGE="https://github.com/thoughtbot/factory_girl;
+SRC_URI="https://github.com/thoughtbot/factory_girl/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/activesupport-3.0.0:*"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/activerecord-3.1[sqlite]
+   dev-ruby/bourne
+   >=dev-ruby/mocha-0.12.8
+   dev-ruby/rspec-its
+   dev-ruby/timecop
+   )
+"
+
+all_ruby_prepare() {
+   # Avoid unneeded test dependencies
+   sed -i -e '/simplecov/ s:^:#:' \
+   -e '1irequire "fileutils"' spec/spec_helper.rb || die
+
+   # Avoid specs that may fail due to more strict rspec 2.99
+   # interpretation.
+   sed -i -e '/callbacks using syntax methods without referencing 
FactoryGirl explicitly/,/^end/ s:^:#:' spec/acceptance/callbacks_spec.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/factory_girl/

2016-07-01 Thread Hans de Graaff
commit: 2ca1391d0b99034a7b65b3085511fe29b1464a48
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul  2 05:01:49 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul  2 05:50:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca1391d

dev-ruby/factory_girl: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/factory_girl/Manifest  |  1 -
 dev-ruby/factory_girl/factory_girl-4.5.0.ebuild | 47 -
 2 files changed, 48 deletions(-)

diff --git a/dev-ruby/factory_girl/Manifest b/dev-ruby/factory_girl/Manifest
index 62904b0..8a3e505 100644
--- a/dev-ruby/factory_girl/Manifest
+++ b/dev-ruby/factory_girl/Manifest
@@ -1,2 +1 @@
-DIST factory_girl-4.5.0.gem 64000 SHA256 
4078a55b2ca6f56c8cde9af1d4d6f14f9bf040ff9e141474fdb6c51ad422c362 SHA512 
0d202ffddbf3d7479446e3deb951f3266d67063242ee1b930034b277f3b228326dc99feab0f5b61db64ef973bdd1e77d3d3fc57f6d84f9026c04c2f480423da7
 WHIRLPOOL 
5bca2ca7b4e812ef8f157cc59f9c673989dbff0c6a8518734b2e2e3877aff8c0637ec5f184fddaea563c55505f2c2e0f69f70e899a9fb92db92db590dab91f20
 DIST factory_girl-4.7.0.tar.gz 64403 SHA256 
8218e063479aa2dd64b0868d4f3afa0ba9c079b3d4c279de6ca07f9c78bb3c18 SHA512 
0ac67c03880697933f46c9f2abe18e5335c536a89c400248fd61d41049c9eb8697c1f1bec004103d330e9b7427a9e436c34500489bf2128e5d11377361ffe172
 WHIRLPOOL 
f686ab69e6f638f31edb9ec944027d7505a7411b7aad982cd21bff7bd93e5d793cd361869376be3ba80bb1b18d0d3c3fba7a9aacf34238ca0eaa32594bc37718

diff --git a/dev-ruby/factory_girl/factory_girl-4.5.0.ebuild 
b/dev-ruby/factory_girl/factory_girl-4.5.0.ebuild
deleted file mode 100644
index a5d7582..000
--- a/dev-ruby/factory_girl/factory_girl-4.5.0.ebuild
+++ /dev/null
@@ -1,47 +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"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-
-# Tests depend on unpackaged appraisal, for now we just run the specs
-# with the version of Rails that is installed.
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_EXTRADOC="GETTING_STARTED.md NEWS README.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="features"
-
-inherit ruby-fakegem
-
-DESCRIPTION="factory_girl provides a framework and DSL for defining and using 
factories"
-HOMEPAGE="https://github.com/thoughtbot/factory_girl;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/activesupport-3.0.0:*"
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/activerecord-3.1[sqlite]
-   dev-ruby/bourne
-   >=dev-ruby/mocha-0.12.8
-   dev-ruby/timecop
-   )
-"
-
-all_ruby_prepare() {
-   # Avoid unneeded test dependencies
-   sed -i -e '/simplecov/ s:^:#:' spec/spec_helper.rb || die
-
-   # Avoid specs that may fail due to more strict rspec 2.99
-   # interpretation.
-   sed -i -e '/callbacks using syntax methods without referencing 
FactoryGirl explicitly/,/^end/ s:^:#:' spec/acceptance/callbacks_spec.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/factory_girl/

2016-04-04 Thread Hans de Graaff
commit: baa31391c2f429ead499be5ed1dc8342c6bfaf62
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr  5 04:38:47 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr  5 04:58:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa31391

dev-ruby/factory_girl: add 4.7.0

Package-Manager: portage-2.2.26

 dev-ruby/factory_girl/Manifest  |  1 +
 dev-ruby/factory_girl/factory_girl-4.7.0.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/dev-ruby/factory_girl/Manifest b/dev-ruby/factory_girl/Manifest
index 565ed2c..62904b0 100644
--- a/dev-ruby/factory_girl/Manifest
+++ b/dev-ruby/factory_girl/Manifest
@@ -1 +1,2 @@
 DIST factory_girl-4.5.0.gem 64000 SHA256 
4078a55b2ca6f56c8cde9af1d4d6f14f9bf040ff9e141474fdb6c51ad422c362 SHA512 
0d202ffddbf3d7479446e3deb951f3266d67063242ee1b930034b277f3b228326dc99feab0f5b61db64ef973bdd1e77d3d3fc57f6d84f9026c04c2f480423da7
 WHIRLPOOL 
5bca2ca7b4e812ef8f157cc59f9c673989dbff0c6a8518734b2e2e3877aff8c0637ec5f184fddaea563c55505f2c2e0f69f70e899a9fb92db92db590dab91f20
+DIST factory_girl-4.7.0.tar.gz 64403 SHA256 
8218e063479aa2dd64b0868d4f3afa0ba9c079b3d4c279de6ca07f9c78bb3c18 SHA512 
0ac67c03880697933f46c9f2abe18e5335c536a89c400248fd61d41049c9eb8697c1f1bec004103d330e9b7427a9e436c34500489bf2128e5d11377361ffe172
 WHIRLPOOL 
f686ab69e6f638f31edb9ec944027d7505a7411b7aad982cd21bff7bd93e5d793cd361869376be3ba80bb1b18d0d3c3fba7a9aacf34238ca0eaa32594bc37718

diff --git a/dev-ruby/factory_girl/factory_girl-4.7.0.ebuild 
b/dev-ruby/factory_girl/factory_girl-4.7.0.ebuild
new file mode 100644
index 000..acdcd05
--- /dev/null
+++ b/dev-ruby/factory_girl/factory_girl-4.7.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 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="yard"
+
+# Tests depend on unpackaged appraisal, for now we just run the specs
+# with the version of Rails that is installed.
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="GETTING_STARTED.md NEWS README.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="features"
+
+inherit ruby-fakegem
+
+DESCRIPTION="factory_girl provides a framework and DSL for defining and using 
factories"
+HOMEPAGE="https://github.com/thoughtbot/factory_girl;
+SRC_URI="https://github.com/thoughtbot/factory_girl/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/activesupport-3.0.0:*"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/activerecord-3.1[sqlite]
+   dev-ruby/bourne
+   >=dev-ruby/mocha-0.12.8
+   dev-ruby/rspec-its
+   dev-ruby/timecop
+   )
+"
+
+all_ruby_prepare() {
+   # Avoid unneeded test dependencies
+   sed -i -e '/simplecov/ s:^:#:' spec/spec_helper.rb || die
+
+   # Avoid specs that may fail due to more strict rspec 2.99
+   # interpretation.
+   sed -i -e '/callbacks using syntax methods without referencing 
FactoryGirl explicitly/,/^end/ s:^:#:' spec/acceptance/callbacks_spec.rb || die
+}