[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Emulate-PSGI/

2022-12-10 Thread Arthur Zamarin
commit: 32852b24467e02652a46a809b327e1970446b132
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 10 18:34:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 10 18:34:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32852b24

dev-perl/CGI-Emulate-PSGI: Stabilize 0.230.0-r1 arm64, #885325

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0-r1.ebuild 
b/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0-r1.ebuild
index 520f1a9e7656..4dddee217f60 100644
--- a/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0-r1.ebuild
+++ b/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="PSGI adapter for CGI"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
>=dev-perl/CGI-3.630.0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Emulate-PSGI/

2022-12-10 Thread Arthur Zamarin
commit: 80475c2071d73a2357b119c8d5933c29bbe9b933
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 10 18:25:41 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 10 18:25:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80475c20

dev-perl/CGI-Emulate-PSGI: Stabilize 0.230.0-r1 arm, #885325

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0-r1.ebuild 
b/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0-r1.ebuild
index 0ea38cd1e1ff..520f1a9e7656 100644
--- a/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0-r1.ebuild
+++ b/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="PSGI adapter for CGI"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
>=dev-perl/CGI-3.630.0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Emulate-PSGI/

2021-10-10 Thread Andreas K. Hüttel
commit: 732a0e11583efb126807b44f2ad550915e49dff4
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Oct 10 13:53:59 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Oct 10 14:02:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732a0e11

dev-perl/CGI-Emulate-PSGI: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...te-PSGI-0.230.0.ebuild => CGI-Emulate-PSGI-0.230.0-r1.ebuild} | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild 
b/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0-r1.ebuild
similarity index 82%
rename from dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild
rename to dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0-r1.ebuild
index 7d5418a9511..39a76dd9bad 100644
--- a/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild
+++ b/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=TOKUHIROM
 DIST_VERSION=0.23
@@ -11,20 +11,19 @@ DESCRIPTION="PSGI adapter for CGI"
 
 SLOT="0"
 KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
>=dev-perl/CGI-3.630.0
dev-perl/HTTP-Message
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
>=virtual/perl-Test-Simple-0.880.0
>=dev-perl/Test-Requires-0.80.0
)
 "
+
 src_test() {
perl_rm_files t/author-pod-syntax.t
perl-module_src_test



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Emulate-PSGI/

2018-06-11 Thread Sergei Trofimovich
commit: 47427bf898c8d04aa246eb3ba55d77ac1f03b5b6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 11 16:52:31 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 11 17:08:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47427bf8

dev-perl/CGI-Emulate-PSGI: stable 0.230.0 for sparc

Bug: https://bugs.gentoo.org/657690
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild 
b/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild
index b7bb105d49e..560dd19cc89 100644
--- a/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild
+++ b/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="PSGI adapter for CGI"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc64 sparc x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Emulate-PSGI/

2018-06-10 Thread Thomas Deutschmann
commit: 2eb35a5b2d5026e43c2e0d5fbee83161f09eaad8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jun 10 17:27:27 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jun 10 17:42:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb35a5b

dev-perl/CGI-Emulate-PSGI: x86 stable (bug #657690)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild 
b/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild
index 8774011e17c..2258827fd9c 100644
--- a/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild
+++ b/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="PSGI adapter for CGI"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Emulate-PSGI/

2018-04-04 Thread Aaron Bauman
commit: 073ed7fcdd72bc36be3fdbb1a928e6013766db54
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Apr  5 03:13:00 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  5 03:13:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=073ed7fc

dev-perl/CGI-Emulate-PSGI: amd64 stable

Bug: https://bugs.gentoo.org/652506
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild 
b/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild
index 0f8bccc8484..8774011e17c 100644
--- a/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild
+++ b/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="PSGI adapter for CGI"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Emulate-PSGI/

2017-05-21 Thread Kent Fredric
commit: da458e3cb739177a3a44738b8a38fc207f3564ee
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon May 22 02:11:29 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon May 22 02:11:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da458e3c

dev-perl/CGI-Emulate-PSGI: Bump to version 0.230.0

Upstream:
- Respect HTTP status line returned from non-parsed-header scripts

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../CGI-Emulate-PSGI-0.230.0.ebuild| 30 ++
 dev-perl/CGI-Emulate-PSGI/Manifest |  1 +
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild 
b/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild
new file mode 100644
index 000..0f8bccc8484
--- /dev/null
+++ b/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.230.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TOKUHIROM
+DIST_VERSION=0.23
+inherit perl-module
+
+DESCRIPTION="PSGI adapter for CGI"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=dev-perl/CGI-3.630.0
+   dev-perl/HTTP-Message
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=virtual/perl-Test-Simple-0.880.0
+   >=dev-perl/Test-Requires-0.80.0
+   )
+"
+src_test() {
+   perl_rm_files t/author-pod-syntax.t
+   perl-module_src_test
+}

diff --git a/dev-perl/CGI-Emulate-PSGI/Manifest 
b/dev-perl/CGI-Emulate-PSGI/Manifest
index 16b7f898437..803d2875e2c 100644
--- a/dev-perl/CGI-Emulate-PSGI/Manifest
+++ b/dev-perl/CGI-Emulate-PSGI/Manifest
@@ -1,2 +1,3 @@
 DIST CGI-Emulate-PSGI-0.21.tar.gz 14429 SHA256 
06b8f1864101de69b2264ad3c3a2b15333e428cf9f5d17a777cfc61f8c64093f SHA512 
598355fe77f3fa2b71d713809fd73909bbb74b317dc34fb0febed851fc25cfb56ac622d070551f8bdb582ba0ab0bbd69b0e9185d059d5351f02faffe75ea2be8
 WHIRLPOOL 
b4f64077d2b5c967666e7e1a54a7e5127bebd02779ad15c2f71d9e585d9cf3f89ec9defea17d377c6fabc1a20bd82ee9393f3409e87378bea17f7ecf47f4
 DIST CGI-Emulate-PSGI-0.22.tar.gz 14658 SHA256 
85a3d405c9675d58cd914eb48846598428072dc66ac518aa0620ec72331a5d82 SHA512 
a0adf28a49f71702439258cd0bbf510c322b7856b18f01d977613e6d8aeab43daf2f956f67c1491e19945b79f40d8229fb928653864de35faed4c13284b70401
 WHIRLPOOL 
80cfda87783bb70bbf485d52d08b73e3553a25042ee83642506ec5e14665bb0a4e3beed71a6ce99720c6a5db53a4c2a787bc8efca914b796c800b2c51ff49f56
+DIST CGI-Emulate-PSGI-0.23.tar.gz 15713 SHA256 
dd5b6c353f08fba100dae09904284f7f73f8328d31f6a67b2c136fad728d158b SHA512 
0e1017175ccab53ef50993c9884990dc85c7cdb30744f4bac2df4486a63fd5fd24e7f4b0e473d39b1f2b4dfdcf12756016edbc39e0fb725c6c610c21e6a7f96a
 WHIRLPOOL 
00bc401cc387d581542e8dd7db8aad22b7c478090171686bd38210daa2de3c79143276197450c86be3bb3ba24956bce6487e30d64ae1b325237e8b435be9da0f



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Emulate-PSGI/

2016-07-22 Thread Kent Fredric
commit: 13578469373e62c93a7d0df8d1834c75abe47d12
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Jul 23 03:00:19 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul 23 03:00:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13578469

dev-perl/CGI-Emulate-PSGI: Bump to version 0.220.0

- EAPI6

Upstream:
- Don't set HTTP_PROXY in emulated environment

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 .../CGI-Emulate-PSGI-0.220.0.ebuild| 27 ++
 dev-perl/CGI-Emulate-PSGI/Manifest |  1 +
 2 files changed, 28 insertions(+)

diff --git a/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.220.0.ebuild 
b/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.220.0.ebuild
new file mode 100644
index 000..8abbce6
--- /dev/null
+++ b/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.220.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MIYAGAWA
+DIST_VERSION=0.22
+inherit perl-module
+
+DESCRIPTION="PSGI adapter for CGI"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=dev-perl/CGI-3.630.0
+   dev-perl/HTTP-Message
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=virtual/perl-Test-Simple-0.880.0
+   >=dev-perl/Test-Requires-0.80.0
+   )
+"

diff --git a/dev-perl/CGI-Emulate-PSGI/Manifest 
b/dev-perl/CGI-Emulate-PSGI/Manifest
index b74eaa2..16b7f89 100644
--- a/dev-perl/CGI-Emulate-PSGI/Manifest
+++ b/dev-perl/CGI-Emulate-PSGI/Manifest
@@ -1 +1,2 @@
 DIST CGI-Emulate-PSGI-0.21.tar.gz 14429 SHA256 
06b8f1864101de69b2264ad3c3a2b15333e428cf9f5d17a777cfc61f8c64093f SHA512 
598355fe77f3fa2b71d713809fd73909bbb74b317dc34fb0febed851fc25cfb56ac622d070551f8bdb582ba0ab0bbd69b0e9185d059d5351f02faffe75ea2be8
 WHIRLPOOL 
b4f64077d2b5c967666e7e1a54a7e5127bebd02779ad15c2f71d9e585d9cf3f89ec9defea17d377c6fabc1a20bd82ee9393f3409e87378bea17f7ecf47f4
+DIST CGI-Emulate-PSGI-0.22.tar.gz 14658 SHA256 
85a3d405c9675d58cd914eb48846598428072dc66ac518aa0620ec72331a5d82 SHA512 
a0adf28a49f71702439258cd0bbf510c322b7856b18f01d977613e6d8aeab43daf2f956f67c1491e19945b79f40d8229fb928653864de35faed4c13284b70401
 WHIRLPOOL 
80cfda87783bb70bbf485d52d08b73e3553a25042ee83642506ec5e14665bb0a4e3beed71a6ce99720c6a5db53a4c2a787bc8efca914b796c800b2c51ff49f56



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Emulate-PSGI/

2015-12-29 Thread Andreas Hüttel
commit: cbfdc9b0a3fbf291a151a4ce2600beecbc4a5258
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Dec 29 13:10:07 2015 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Dec 29 13:10:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbfdc9b0

dev-perl/CGI-Emulate-PSGI: Remove old

Package-Manager: portage-2.2.26

 .../CGI-Emulate-PSGI-0.200.0.ebuild| 29 --
 dev-perl/CGI-Emulate-PSGI/Manifest |  1 -
 2 files changed, 30 deletions(-)

diff --git a/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.200.0.ebuild 
b/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.200.0.ebuild
deleted file mode 100644
index 5ad0f5d..000
--- a/dev-perl/CGI-Emulate-PSGI/CGI-Emulate-PSGI-0.200.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION=0.20
-inherit perl-module
-
-DESCRIPTION="PSGI adapter for CGI"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-   >=dev-perl/CGI-3.630.0
-   dev-perl/HTTP-Message
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   >=virtual/perl-Test-Simple-0.880.0
-   >=dev-perl/Test-Requires-0.80.0
-   )
-"
-
-SRC_TEST=do

diff --git a/dev-perl/CGI-Emulate-PSGI/Manifest 
b/dev-perl/CGI-Emulate-PSGI/Manifest
index 61b4edc..b74eaa2 100644
--- a/dev-perl/CGI-Emulate-PSGI/Manifest
+++ b/dev-perl/CGI-Emulate-PSGI/Manifest
@@ -1,2 +1 @@
-DIST CGI-Emulate-PSGI-0.20.tar.gz 14321 SHA256 
3865106b22b88a0fa55821c84625acdbfa4758b1d341c6abe62613d363e2d3c2 SHA512 
34f2d5e0a93e3b63a9409274d5a93f6718314e55a80c87c707ad846d7542fe64c7660786801e005402051871b9a1d9dc311d78854e5e7daddc33a9a276b031e3
 WHIRLPOOL 
911dd7e30219b5e1dd05f0e47f44ebc01df3d2053df45193b9498fada6438114b113123c356a6d9922597a426e3025ae4e6e99371aa710d233006b4c1f103ebc
 DIST CGI-Emulate-PSGI-0.21.tar.gz 14429 SHA256 
06b8f1864101de69b2264ad3c3a2b15333e428cf9f5d17a777cfc61f8c64093f SHA512 
598355fe77f3fa2b71d713809fd73909bbb74b317dc34fb0febed851fc25cfb56ac622d070551f8bdb582ba0ab0bbd69b0e9185d059d5351f02faffe75ea2be8
 WHIRLPOOL 
b4f64077d2b5c967666e7e1a54a7e5127bebd02779ad15c2f71d9e585d9cf3f89ec9defea17d377c6fabc1a20bd82ee9393f3409e87378bea17f7ecf47f4