[gentoo-commits] repo/gentoo:master commit in: dev-python/more-itertools/

2019-04-10 Thread Tim Harder
commit: b80559d03dd485fffd09e8fcc28f536e8e087c8f
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Apr 11 05:24:32 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Apr 11 05:24:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80559d0

dev-python/more-itertools: version bump to 7.0.0

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/more-itertools/Manifest |  1 +
 .../more-itertools/more-itertools-7.0.0.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/more-itertools/Manifest 
b/dev-python/more-itertools/Manifest
index 25d315a7d50..549ce957c29 100644
--- a/dev-python/more-itertools/Manifest
+++ b/dev-python/more-itertools/Manifest
@@ -1,3 +1,4 @@
 DIST more-itertools-4.2.0.tar.gz 56871 BLAKE2B 
48cdba3eebea94483c5cfd9530d4bd2cacd02e893b87482a01ff1fdf10336f3c2a40d32fbb935d38320c9c47a1fd1942a48ea12ff07ae56793ecc5870fef2452
 SHA512 
7e205a575fb1d17ed3be9225c5c60139db41cc4b866f6d6732c955536b1d606bb7ccd92ad77e41159965abbddec3a85761d3649c28f06d52afa8476160d70e77
 DIST more-itertools-5.0.0.tar.gz 67359 BLAKE2B 
a2448b218eea4442cc4739a4df414ba69e0530cd6206a13c5c017a13daa297d00c08a94cec8aec0639d8b03663f4b698702f5e700ae118ae9fb5854a6d105b36
 SHA512 
f72c8d6c75799c39708443ba75862801ddd3fc0382c9eee7ed24ecf04cbc7d9ff6a8e35b6fff1eaccf45ddd470c2cc8959532eca32c2ff50b0a12588727c68b4
 DIST more-itertools-6.0.0.tar.gz 68178 BLAKE2B 
64a389cfd3449c4711228fcd3092f6d7f62968aeaf0574fcce4bc3223da8b7633d0cbdd727cf4d56f536aa925dbcf78b6b8c3a2a3ba3ef8a0b677811367d087a
 SHA512 
68ac1829a1a27d3f1de1f95c33a9c3f236fe80f597b9183707de0d9cd193ca5a662080e64c54c376ae59fd0a3a224ac62a9d39be4d0ba425103c4fd6e93e61ac
+DIST more-itertools-7.0.0.tar.gz 70103 BLAKE2B 
fa7556019ad4c2e8905698c1295840176b763bf1b7356679eb3988112b962adfbdefa82e7ca7419d350b40186a3ec5015314cdd7229dee867bd03fba716165f5
 SHA512 
730add0e26d62abd2d5e49cb662d58db244a241e272e16d05c25c7bf2ebe8a2e28b2b2b5038082d5773358b50e05d5f9a93f88957dc1b13daf30686047f41bc5

diff --git a/dev-python/more-itertools/more-itertools-7.0.0.ebuild 
b/dev-python/more-itertools/more-itertools-7.0.0.ebuild
new file mode 100644
index 000..9068c6fc512
--- /dev/null
+++ b/dev-python/more-itertools/more-itertools-7.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="More routines for operating on iterables, beyond itertools"
+HOMEPAGE="https://pypi.org/project/more-itertools/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+RDEPEND=""
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+"
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs docs/_build/html || die
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   "${EPYTHON}" -m unittest discover -v || die "tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/attrs/

2019-04-10 Thread Tim Harder
commit: aaa0846a547260ed45981936904f1e48fafcac3f
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Apr 11 05:09:25 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Apr 11 05:09:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaa0846a

dev-python/attrs: version bump to 19.1.0

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/attrs/Manifest|  1 +
 dev-python/attrs/attrs-19.1.0.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-python/attrs/Manifest b/dev-python/attrs/Manifest
index a746a03be89..64c89b96853 100644
--- a/dev-python/attrs/Manifest
+++ b/dev-python/attrs/Manifest
@@ -2,3 +2,4 @@ DIST attrs-16.3.0.tar.gz 57512 BLAKE2B 
e00c825034b21cb4d5a9eb9ca3ffb92193b8d793e
 DIST attrs-17.4.0.tar.gz 97071 BLAKE2B 
f755abe89cedbf1ced003087fb106fae7c38dbdf0614ec0c525629ae09b3b790a7e0912da887dad4c5686afe7fb0df8123fea42e08e4e6718cdaf477edafcb2a
 SHA512 
b631cd5af1be7c78175230363a3cf9d37cb0237d87b24f994812b5734985d114708d5bf7ee5d92b8b13c6b8daa313efde4a9f60f0630df0b62bbcf4928a016ff
 DIST attrs-18.1.0.tar.gz 106346 BLAKE2B 
ae17d5e6cde83e5a652b40facffe3db2ad9d6940ef7e00a10c3d02b6015c23e9e17e125ec16100f1fd5e036c9f4e88cfe01b23b03bacdc36446ec0ef1dcc57a5
 SHA512 
9aa4421d1c16614cd26089c219f70602fd6baa5fbbf4aa96def189e9a41f8c761d7f522c5e167a63e366cf8b46e87477c345655f09738a14981bb40dbcd12b91
 DIST attrs-18.2.0.tar.gz 116817 BLAKE2B 
79d50c9b49956bbc1e04084eed36a5f65f2dda8e954b23f15650cb881d6f77a8325e042c6d1a77dcad43661d4524a4d253d96bd0053464ef03091779636e6d0b
 SHA512 
58c26579d6dfcacbe9e3f770a125861e0625d435f1293eebe0d62efc9b8aa9572be2b312d73037a647163bffb0a13b240fb157aff7ed35196f637ae945d61d22
+DIST attrs-19.1.0.tar.gz 124220 BLAKE2B 
a7a8321857c2723398db3b7943f221cc141f2d365b84d3f77ccd16c9180fb1d73402c7a1018d70b666bf76b6021bd90df14d792886c1345752b8fc810ac54a35
 SHA512 
22ee45e8b10a7abe10e720788c5cfab424d0bfe70e595dfb116928b8ebea497a747e8234d96549da00f0967de750fb943db0cd3669354253a27be2ca30fe413a

diff --git a/dev-python/attrs/attrs-19.1.0.ebuild 
b/dev-python/attrs/attrs-19.1.0.ebuild
new file mode 100644
index 000..dfb02c9af55
--- /dev/null
+++ b/dev-python/attrs/attrs-19.1.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Attributes without boilerplate"
+HOMEPAGE="
+   https://github.com/hynek/attrs
+   https://attrs.readthedocs.org/
+   https://pypi.org/project/attrs/";
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   $(python_gen_impl_dep sqlite)
+   >=dev-python/hypothesis-3.6.0[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   py.test -v || die "tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/hypothesis/

2019-04-10 Thread Tim Harder
commit: ebfa72f2246e4423d483ab371a1578d0bac2802c
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Apr 11 05:21:50 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Apr 11 05:21:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebfa72f2

dev-python/hypothesis: version bump to 4.15.0

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/hypothesis/Manifest |  1 +
 dev-python/hypothesis/hypothesis-4.15.0.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 8ff8ddff2ae..229227db266 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -3,3 +3,4 @@ DIST hypothesis-python-3.59.1.tar.gz 500529 BLAKE2B 
5c171045e363f2337d7ca30797b9
 DIST hypothesis-python-3.74.3.tar.gz 552616 BLAKE2B 
e19a0991e7ae2fa6208c81d336cc66e3392bb78663f567fe28b570a1463a5359ccf713776f1f9cbd19a27a53b9a71a5be6eedfa05599fa12c047c373aa339592
 SHA512 
f4927d6e908a9222fa06f82ad6e4cf90c62a0a3d0c7632c17ee57a3705239901fcb5dbbcfca402c153bf2bea9dde0e51c852d2024ed5a236888327963fe13a3e
 DIST hypothesis-python-3.83.1.tar.gz 564466 BLAKE2B 
7b4c00a46b5a547bfc98711b795525c09d91ed41ac2c1dcf9c3c571e32819c77c6f6a4311ff32020a6d8e837dfcd03f7e2d842613148201d476615831483a737
 SHA512 
d828dbfe8637b6388b8c77af08970c2b45cd8f6960f26b1c54f3fbeba012e225d116802cae70ee28321de9d961397e60a5ff8cbefc02d085b6f6978f6bddf56e
 DIST hypothesis-python-3.85.1.tar.gz 568995 BLAKE2B 
65297e73ec833beee05f7ad4f137cdbfe1b28cc478df31fedf8fc2c5183e70c10d5254fdba906842551fcfb7280ac59b3a7dc5cf752700c770c90d158cb81324
 SHA512 
cf6951d8cb70539b57147f422e43296518edf416200eec220f0c3f258ee6215f858e496f66b340ea68d1754cd936fc26a4ce4d1ee7a38cf338398d316c06cc24
+DIST hypothesis-python-4.15.0.tar.gz 1175925 BLAKE2B 
f3e3888b3f4e542d567bdaad2582eb23bd8ab2e218f1bde82ba1639123f32e8c147313c22b15781d8986574813b5f6eb7c23ce28367e86bb304d33a23f179fa0
 SHA512 
7d9788b351196fc20e66e210b7d60b4ddb1507b85cf5a29de228600e07f676ccd1352f5d2ab0820b3c8c1a1e8ff145225f00a25aec5f325cc7405ffd0dfcd9f7

diff --git a/dev-python/hypothesis/hypothesis-4.15.0.ebuild 
b/dev-python/hypothesis/hypothesis-4.15.0.ebuild
new file mode 100644
index 000..b3f2ee27292
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-4.15.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="https://github.com/HypothesisWorks/hypothesis 
https://pypi.org/project/hypothesis/";
+SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar.gz";
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd"
+IUSE="test"
+
+CDEPEND="
+   >=dev-python/attrs-16.0.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' 
pypy)
+"
+RDEPEND="${CDEPEND}"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
+
+python_test() {
+   py.test -v tests/cover/test_testdecorators.py || die "Tests fail with 
${EPYTHON}"
+}
+
+pkg_postinst() {
+   optfeature "datetime support" dev-python/pytz
+   optfeature "dateutil support" dev-python/python-dateutil
+   optfeature "numpy support" dev-python/numpy
+   optfeature "django support" dev-python/django dev-python/pytz
+   optfeature "pandas support" dev-python/pandas
+   optfeature "pytest support" dev-python/pytest
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/http-parser/

2019-04-10 Thread Jeroen Roovers
commit: 5fd1e9f43ec2a7857fa6de4385ed32f659b7c539
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Apr 11 06:17:01 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Apr 11 06:17:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd1e9f4

net-libs/http-parser: Version 2.9.1

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-libs/http-parser/Manifest |  1 +
 net-libs/http-parser/http-parser-2.9.1.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/net-libs/http-parser/Manifest b/net-libs/http-parser/Manifest
index 2a37d6b5abb..a17822f7b2e 100644
--- a/net-libs/http-parser/Manifest
+++ b/net-libs/http-parser/Manifest
@@ -1,2 +1,3 @@
 DIST http-parser-2.8.1.tar.gz 50731 BLAKE2B 
1c4f3f61550f7f8e86d7b47e3986754a108dc979c6232d87ac418f9f8295b88ee43c4a5af150460f707e6ade01f5d435801f980ccbff93369ee0a9dc2eb60656
 SHA512 
6f52f543d979f39688ccefae236527a8183929b3d30f5370570107b01cf89d0338b448249a81102b78d31615d2e8f6e7c708f8961f55ece08e7d3a40e5ad0883
 DIST http-parser-2.9.0.tar.gz 51324 BLAKE2B 
5607f3b3da087ba7d7352e896e209a4fd118428f526cf5465fe86253cc01779c79c867f5db6467df8e3b7bad2ca8675050ef9ed1877a945ced8d3fdd47bfabde
 SHA512 
40acecbf71b9f0b4ae857c74c3ec0784d7f341a0cb83cf82b308387d0c5b56d38b282241aaf8ca93816970f2a9e67989f3d9d456459f3986c29fe51ab520155e
+DIST http-parser-2.9.1.tar.gz 51300 BLAKE2B 
f99c3e6a764ea0870359b43aac7f31691faef9cc6be3fb99426a3c1e3f24ae50689dfd8e46fa52a22d713780476130ee6fae6294b83cc3526bb5131cf16b98f2
 SHA512 
110a1861666cdd45857c3ab0e9bf8a3eb9d98f86fe001f7c620009e13186377de805d295f7751921cd5c9d4c2781807b3ae00f939af04d7365a3a45aa20b5052

diff --git a/net-libs/http-parser/http-parser-2.9.1.ebuild 
b/net-libs/http-parser/http-parser-2.9.1.ebuild
new file mode 100644
index 000..2abe7cff69f
--- /dev/null
+++ b/net-libs/http-parser/http-parser-2.9.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs multilib-minimal
+
+DESCRIPTION="HTTP request/response parser for C"
+HOMEPAGE="https://github.com/nodejs/http-parser";
+SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/2.9.0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x64-macos ~x64-solaris"
+IUSE="static-libs"
+
+src_prepare() {
+   default
+   tc-export CC AR
+   multilib_copy_sources
+}
+
+multilib_src_compile() {
+   emake PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" 
CFLAGS_FAST="${CFLAGS}" library
+   use static-libs && emake CFLAGS_FAST="${CFLAGS}" package
+}
+
+multilib_src_test() {
+   emake CFLAGS_DEBUG="${CFLAGS}" CFLAGS_FAST="${CFLAGS}" test
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
+   use static-libs && dolib.a libhttp_parser.a
+}



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

2019-04-10 Thread Hans de Graaff
commit: b7ad5389d8d578aa11ae9978b73457a0d73dfd0b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 11 05:42:14 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 11 06:49:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ad5389

dev-ruby/rex-powershell: add 0.1.80

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

 dev-ruby/rex-powershell/Manifest   |  1 +
 .../rex-powershell/rex-powershell-0.1.80.ebuild| 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/rex-powershell/Manifest b/dev-ruby/rex-powershell/Manifest
index 8712f71e708..73fcf8b96c6 100644
--- a/dev-ruby/rex-powershell/Manifest
+++ b/dev-ruby/rex-powershell/Manifest
@@ -1,3 +1,4 @@
 DIST rex-powershell-0.1.77.gem 28160 BLAKE2B 
d1fb9f6e9f66e6b55b09bdda329037ea7da135b9eaec9f1437ca374f3be5da1b5ee63f7c92d56447c88964a4c1a4bef68b2d6b64a4e507b7c2a7010f1ff09d40
 SHA512 
99e3a8394c580b07580f8c230f049b15fd80b02db4b940208a1086e1c3d679ab1b757fee56356d6b25a6876ccb21c50d1037b7bbadc486a7c38b10b9b81a09d3
 DIST rex-powershell-0.1.78.gem 28160 BLAKE2B 
922a4a6f8605335c664fbdad7e6214bdd48dff5d648eb324f92a5f48dd62d2a0b98283f4cddd4ccb8190b78b1c1a637190a836d0d0b486c80b18e383fa49820a
 SHA512 
db3e1cf0e10d6454fb5b5b76e346fa7f299f14e8d2399ee7f863708444bd6404984a16bc2fccedcc1f06a1eac7add63fc75c5f1d2b8c9fb5c421817e385000cc
 DIST rex-powershell-0.1.79.gem 28160 BLAKE2B 
0c8deee7ff50741d7ec868f1726b2e3a705ab6d623221b15a0cba831fc0b5ab1143da9186940f73f48dfd7f448e018421a098b673ffc846c5b726128e5a533df
 SHA512 
e7b8680b291827700f0b1eb150205ee2e6bf795029ab7fa0d2323ca345b7a73edfbd5f848dbc5b001354d1649e0c207e5b96d55e9b68b0021457b63d97e64213
+DIST rex-powershell-0.1.80.gem 28160 BLAKE2B 
2af2e6c868e77bf37772c8bb31e69c4288b69315d6285b215682f2a09af6fd98f7281d4a9c70c310159ba981104ed627020f9082ade90294bb36e036dc2fde73
 SHA512 
ff5c8b0af774c16398fc78c434840a4e150cadca8b1f76b887fd1f59150a18d2d6c7f1b7adad5f367f3a5eac9db5448ab82abba5fcf05c30fa3fa34da14948a7

diff --git a/dev-ruby/rex-powershell/rex-powershell-0.1.80.ebuild 
b/dev-ruby/rex-powershell/rex-powershell-0.1.80.ebuild
new file mode 100644
index 000..dcab5e40de5
--- /dev/null
+++ b/dev-ruby/rex-powershell/rex-powershell-0.1.80.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby Exploitation(Rex) library for generating/manipulating 
Powershell scripts"
+HOMEPAGE="https://rubygems.org/gems/rex-powershell";
+
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_bdepend "dev-ruby/rex-random_identifier
+ dev-ruby/rex-text"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/hiera-eyaml-gpg/

2019-04-10 Thread Hans de Graaff
commit: 5bb69b0fbb32510a79c15100587d8b688903120e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 11 06:12:20 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 11 06:49:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb69b0f

dev-ruby/hiera-eyaml-gpg: add ruby25

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

 dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.6-r1.ebuild 
b/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.6-r1.ebuild
index 031a46a59c8..5636496434f 100644
--- a/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.6-r1.ebuild
+++ b/dev-ruby/hiera-eyaml-gpg/hiera-eyaml-gpg-0.6-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_TEST=""
 



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

2019-04-10 Thread Hans de Graaff
commit: cbd0d71fa0a92807ab83fa1f0cb6e79c928f790e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 11 06:02:44 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 11 06:49:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd0d71f

dev-ruby/listen: cleanup

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

 dev-ruby/listen/listen-3.1.5-r2.ebuild | 47 --
 1 file changed, 47 deletions(-)

diff --git a/dev-ruby/listen/listen-3.1.5-r2.ebuild 
b/dev-ruby/listen/listen-3.1.5-r2.ebuild
deleted file mode 100644
index 2c24bcad40b..000
--- a/dev-ruby/listen/listen-3.1.5-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-SRC_URI="https://github.com/guard/listen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-DESCRIPTION="Listens to file modifications and notifies you about the changes"
-HOMEPAGE="https://github.com/guard/listen";
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE="test"
-
-# Block on other packages trying to install a /usr/bin/listen
-RDEPEND+="!!media-radio/ax25-apps !!=dev-ruby/rb-inotify-0.9.7 >=dev-ruby/ruby_dep-1.2:1"
-
-ruby_add_bdepend "test? ( dev-ruby/thor )"
-
-all_ruby_prepare() {
-   rm -f Gemfile || die
-   sed -i -e "/git/,+3d" -e "/rb-fsevent/d" ${PN}.gemspec || die
-   sed -i -e "/rb-fsevent/d"  lib/listen/adapter/darwin.rb || die
-   rm -rf spec/lib/listen/adapter/darwin_spec.rb || die
-}
-
-each_ruby_prepare() {
-   mkdir spec/.fixtures || die
-}
-
-each_ruby_test() {
-   RSPEC_VERSION=3 ruby-ng_rspec
-   rm -rf spec/.fixtures || die
-}



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

2019-04-10 Thread Hans de Graaff
commit: b2c457cc9bdd9bc7f70f2e3d36eb9c1ba04ee8a6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 11 06:49:20 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 11 06:49:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c457cc

dev-ruby/bson: cleanup

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

 dev-ruby/bson/Manifest  |  3 ---
 dev-ruby/bson/bson-4.2.2.ebuild | 44 -
 dev-ruby/bson/bson-4.3.0.ebuild | 44 -
 dev-ruby/bson/bson-4.4.1.ebuild | 44 -
 4 files changed, 135 deletions(-)

diff --git a/dev-ruby/bson/Manifest b/dev-ruby/bson/Manifest
index d5ae7015adb..d02accca3df 100644
--- a/dev-ruby/bson/Manifest
+++ b/dev-ruby/bson/Manifest
@@ -1,4 +1 @@
-DIST bson-4.2.2.tar.gz 96725 BLAKE2B 
62c40df519e185665f0c42bc8ab6a2d8472d123397f1ed1403e40254944cd423e6cedbfa014a03f6c6ed8a7cde94f8c26d06e784b82ea55f17a97996915381d6
 SHA512 
4de8950271f5fdd5927eda290b6506248012cb8a932d65773ad53f1e3e4c67ea17575b559447d5eb6c9286f672439879dbc89aa0cded4ec2d0fa35c49da7a574
-DIST bson-4.3.0.tar.gz 103341 BLAKE2B 
29f7d870ce85e4984f47fda482b9ebc33986332eefcc3d9c5d56f7cc628e698a4a2e879225b81c6d0b1edc9e62f9b426f2510b67b51398a699d96de390544efb
 SHA512 
c753bd68df5871a7cbed78dc68791a5d1c30db5975b70702742f12373afb754df8078d2bc6a772fd398815bca05a2fa020cc820a1ea9238f8b01eb492581b17f
-DIST bson-4.4.1.tar.gz 106995 BLAKE2B 
e10bf988c139ba4ffc1649f8f80dea0f7815c46ffe6d3bd35c522391879feb2996c161429bf4a5da2c092ab20fa9dcd544dd187bf3bb3a1baebb48df7c6be6d9
 SHA512 
740149ca01698998721cb6f585dd727ddc26ea770a16e5a6dc2d5faf6e52388ce8804a44b2c2ad1e52085dc810b522f4f320b72757c62cc7378ce6af84714d2a
 DIST bson-4.4.2.tar.gz 107429 BLAKE2B 
94b3f694d79a3219a6e7b13f4dfa5935a1fec5ac99883918d61052786b2e033d8cd335013155b4b9069a730a3a87a0c0ec00b8b5ee5b89bb8c357909e8f67fe4
 SHA512 
a27a82fab17f596df986a3c81f1e73146a8d283bb16e8a7dba1921215e8f0e863b6996dbc107ede44546e750e4b19cc2dd934d290e25712472efd6cc075b9984

diff --git a/dev-ruby/bson/bson-4.2.2.ebuild b/dev-ruby/bson/bson-4.2.2.ebuild
deleted file mode 100644
index 115c776b44f..000
--- a/dev-ruby/bson/bson-4.2.2.ebuild
+++ /dev/null
@@ -1,44 +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_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-GITHUB_USER="mongodb"
-GITHUB_PROJECT="bson-ruby"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A Ruby BSON implementation for MongoDB. (Includes binary C-based 
extension.)"
-HOMEPAGE="http://www.mongodb.org/";
-SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-RUBY_S="bson-ruby-${PV}"
-
-LICENSE="APSL-2"
-SLOT="4"
-KEYWORDS="~amd64"
-IUSE="test doc"
-
-all_ruby_prepare() {
-   # Remove bundler support
-   sed -i -e '/bundler/I s:^:#:' Rakefile || die
-
-   # Remove project-specific rspec options
-   rm .rspec || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -C ext/bson extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
-   emake -C ext/bson V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}"
-   cp ext/bson/*$(get_modname) lib/ || die
-}

diff --git a/dev-ruby/bson/bson-4.3.0.ebuild b/dev-ruby/bson/bson-4.3.0.ebuild
deleted file mode 100644
index ea7e0c78a4e..000
--- a/dev-ruby/bson/bson-4.3.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-GITHUB_USER="mongodb"
-GITHUB_PROJECT="bson-ruby"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A Ruby BSON implementation for MongoDB. (Includes binary C-based 
extension.)"
-HOMEPAGE="http://www.mongodb.org/";
-SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-RUBY_S="bson-ruby-${PV}"
-
-LICENSE="APSL-2"
-SLOT="4"
-KEYWORDS="~amd64"
-IUSE="test doc"
-
-all_ruby_prepare() {
-   # Remove bundler support
-   sed -i -e '/bundler/I s:^:#:' Rakefile || die
-
-   # Remove project-specific rspec options
-   rm .rspec || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -C ext/bson extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
-   emake -C ext/bson V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}"
-   cp ext/bson/*$(get_modname) lib/ || die
-}

diff --git a/dev-ruby/bson/bson-4.4.1.ebuild b/dev-ruby/bson/bson-4.4.1.ebuild
deleted file mode 100644
index fef1520820f..00

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

2019-04-10 Thread Hans de Graaff
commit: eb21954fb9fe1a67599ef4a4f05130129e6bd90e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 11 05:48:37 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 11 06:49:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb21954f

dev-ruby/mysql2: move ppc keyword forward

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

 dev-ruby/mysql2/mysql2-0.4.10-r1.ebuild | 2 +-
 dev-ruby/mysql2/mysql2-0.5.2-r1.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/mysql2/mysql2-0.4.10-r1.ebuild 
b/dev-ruby/mysql2/mysql2-0.4.10-r1.ebuild
index b8a1d8aabe2..bce3c4b3578 100644
--- a/dev-ruby/mysql2/mysql2-0.4.10-r1.ebuild
+++ b/dev-ruby/mysql2/mysql2-0.4.10-r1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/brianmario/mysql2";
 
 LICENSE="MIT"
 SLOT="0.4"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE="mysql mariadb"
 REQUIRED_USE="^^ ( mariadb mysql )"
 

diff --git a/dev-ruby/mysql2/mysql2-0.5.2-r1.ebuild 
b/dev-ruby/mysql2/mysql2-0.5.2-r1.ebuild
index 19aef24fd2c..b2eebc52d05 100644
--- a/dev-ruby/mysql2/mysql2-0.5.2-r1.ebuild
+++ b/dev-ruby/mysql2/mysql2-0.5.2-r1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/brianmario/mysql2";
 
 LICENSE="MIT"
 SLOT="0.5"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE="mysql mariadb"
 REQUIRED_USE="^^ ( mariadb mysql )"
 



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

2019-04-10 Thread Hans de Graaff
commit: 753365a505569d572eef8016c25e20e7ad253f88
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 11 05:39:44 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 11 06:49:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=753365a5

dev-ruby/test-unit: add 3.3.2

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

 dev-ruby/test-unit/Manifest   |  1 +
 dev-ruby/test-unit/test-unit-3.3.2.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/test-unit/Manifest b/dev-ruby/test-unit/Manifest
index 1be3060c160..c3d1c18d53b 100644
--- a/dev-ruby/test-unit/Manifest
+++ b/dev-ruby/test-unit/Manifest
@@ -3,3 +3,4 @@ DIST test-unit-3.2.8.gem 129536 BLAKE2B 
ee88fc653b0dc0cad7d88427391cd6a476d2d3c5
 DIST test-unit-3.2.9.gem 131584 BLAKE2B 
2b6a5b8ca96c43eb3b943cf284d51bb5154409c9f10f2f9386b2e5c027f6357d38c09732aba59c84c9404ac5b185471e830ec8aa0df3cbc9392274bb1c8cd82a
 SHA512 
1c2b127e3522f4561770b9f9e7b547a18b9f2df4120ea408a8f4064be393a26138998068c1484569f35b33cfddc8a7251e237d90703f8e1a023c14875f7e2ae5
 DIST test-unit-3.3.0.gem 132096 BLAKE2B 
aa569c4e7727bfd664d14662924f877d2708151832f6797818bff4efc00ce7ecf2a995bdff36f6708abba1d26cae095f192be431d7dac5d68096b34a1ad5b987
 SHA512 
bc07f0a3691935aa766d83ce599264e031119622bb1f3ecf9b4cbb47daa16892cb9afdc78bfd725b547ba0643c52062c4dcc606e5d187b220236ea1ea7749263
 DIST test-unit-3.3.1.gem 132096 BLAKE2B 
ac1220ed2dd762c1bd37b1e10dc3cb7047b6dafbd24812126f22d6fd5ce8ce5353f93048d85a45e38de031380e6b506e2e626778c925e0dad54344b53b255afc
 SHA512 
4275346f7e4c398b0999634636b3386f054f5c7018f06ddf53b488ebeb6eee8aed7d59e84993a32163d79463601a4b65d3e4115612e0a88c654da342a548d44a
+DIST test-unit-3.3.2.gem 133120 BLAKE2B 
a1945604327935b784b2286c4a714561a05f2db766723cdcad47a18b3be34ff803d4a257e808d48ef650ab2cdc97b7b1e24e035e356ddb0a4f658de289a327ab
 SHA512 
523b0902133a67949a3e88697ee8d9919bc4a1da3844acd4289ccf202b8037cc255f299b6b66d8b3c90d23d5ac4d75453c029914ec45900bb041a3fd7fbbb8c7

diff --git a/dev-ruby/test-unit/test-unit-3.3.2.ebuild 
b/dev-ruby/test-unit/test-unit-3.3.2.ebuild
new file mode 100644
index 000..da020d3b86e
--- /dev/null
+++ b/dev-ruby/test-unit/test-unit-3.3.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md doc-install/text/*.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An xUnit family unit testing framework for Ruby"
+HOMEPAGE="https://rubygems.org/gems/test-unit";
+
+LICENSE="|| ( Ruby GPL-2 ) PSF-2"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc test"
+
+ruby_add_rdepend "dev-ruby/power_assert"
+
+all_ruby_prepare() {
+   mv doc doc-install || die "moving doc directory out of the way failed"
+}
+
+each_ruby_test() {
+   ${RUBY} test/run-test.rb || die "testsuite failed"
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   newbin "${FILESDIR}"/testrb-3 testrb-2
+}



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

2019-04-10 Thread Hans de Graaff
commit: 3abc9b2fbca99f6087143e188e1865b808d66b65
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 11 05:57:25 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 11 06:49:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3abc9b2f

dev-ruby/multi_json: cleanup

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

 dev-ruby/multi_json/Manifest |  2 -
 dev-ruby/multi_json/multi_json-1.12.2.ebuild | 61 
 dev-ruby/multi_json/multi_json-1.13.0.ebuild | 61 
 3 files changed, 124 deletions(-)

diff --git a/dev-ruby/multi_json/Manifest b/dev-ruby/multi_json/Manifest
index b2f8b8f005a..a830cdee071 100644
--- a/dev-ruby/multi_json/Manifest
+++ b/dev-ruby/multi_json/Manifest
@@ -1,4 +1,2 @@
 DIST multi_json-1.12.1.tar.gz 25579 BLAKE2B 
50fa37b907289b82471e22ebde1b07ee32e5ca97984be1243340f14185ebaaeb72cb28a18c5c77b1b48bfd0b400479fe7ef532e40cef3736d782c84c0d09
 SHA512 
f61e500197c5a1373443b308bd9307238c54d2d23ba9da91843c667c12e491f34fd87575028c3630a81a7355d4903344996f20408bbb7971b12dfba3cc4f76df
-DIST multi_json-1.12.2.tar.gz 25630 BLAKE2B 
61209dc4be50b44302cfe40e45b840ae8d81e827d8b9df82ca6b852a72d360fbe09c0f5b0ef8eecfbd08b6bd08343ab7bb307d91d9abf28c9b9adb35f18bea51
 SHA512 
bbbdd05a6dd12052aa3e09389f47212f15799310d5c265057f7ca801622d32295d1f0844b37e51f8f1fd2d48e4430234f99bc6de4b9ed149e81d9a33a831e6d9
-DIST multi_json-1.13.0.tar.gz 25954 BLAKE2B 
22a2f2ff2f1291a45613f456661a1735fc41ad80f28ee7d2c9b97109f0637da4e60439686cfc29b7ced501c32d2fe9236c9acc25acc0f55e57ec0bfe53331f37
 SHA512 
b168b2a093865f48f1a4d1941e8cfead8b3efba73bcd59660dae581a77ab7149f0f452f1280e69061187f35c84b6eeff70144f815f9f669db03dba49100143aa
 DIST multi_json-1.13.1.tar.gz 26098 BLAKE2B 
e82a08a747a092a9094cd7b35b4f933b5ac922a01f45a51b215ca9c4cdb9a083a4808d4bbe67a147ecb57e0b7b7e313c3d896f8cd80c79338c24abc3b90a09f9
 SHA512 
7c98392bd1c909fcc05249a02a010b561bf6c2d812ae42413d6e8dafa62926d8cb76226ded4c61558a00e5fa531ba33b6f4ef562648c52ba9b552ff7b7e27682

diff --git a/dev-ruby/multi_json/multi_json-1.12.2.ebuild 
b/dev-ruby/multi_json/multi_json-1.12.2.ebuild
deleted file mode 100644
index f75a77f3d89..000
--- a/dev-ruby/multi_json/multi_json-1.12.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC="yard"
-
-RUBY_FAKEGEM_DOCDIR="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="multi_json.gemspec"
-
-inherit ruby-fakegem
-
-SRC_URI="https://github.com/intridea/multi_json/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-DESCRIPTION="A gem to provide swappable JSON backends"
-HOMEPAGE="https://github.com/intridea/multi_json";
-LICENSE="MIT"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "|| ( >=dev-ruby/json-1.4:* >=dev-ruby/yajl-ruby-1.0 )"
-
-ruby_add_bdepend "doc? ( dev-ruby/rspec:3 dev-ruby/yard )"
-
-ruby_add_bdepend "test? ( dev-ruby/json
-   dev-ruby/yajl-ruby )"
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/d' Rakefile spec/spec_helper.rb || die "Unable 
to remove bundler."
-
-   # Remove unimportant rspec options not supported by rspec 2.6.
-   rm .rspec || die
-
-   # Remove specs specific to oj since we don't package oj yet.
-   sed -i -e '/defaults to the best available gem/,/^  end/ s:^:#:' \
-   -e '/Oj does not create symbols on parse/,/^end/ s:^:#:' \
-   -e '/with Oj.default_settings/,/^end/ s:^:#:' \
-   -e '/using one-shot parser/,/^  end/ s:^:#:' \
-   spec/multi_json_spec.rb
-
-   # Avoid simplecov which only works with ruby 1.9
-   sed -i -e '/simplecov/d' -e '/SimpleCov.formatter/,/SimpleCov.start/ d' 
spec/spec_helper.rb || die
-
-   # Remove unpackaged and for our purposes unneeded coveralls
-   sed -i -e '/coveralls/d' spec/spec_helper.rb || die
-
-   # Avoid testing unpackaged adapters
-   rm spec/{gson,jr_jackson,oj}_adapter_spec.rb || die
-}
-
-each_ruby_test() {
-   for t in spec/*_spec.rb; do
-   ${RUBY} -S rspec-3 ${t} || die
-   done
-}

diff --git a/dev-ruby/multi_json/multi_json-1.13.0.ebuild 
b/dev-ruby/multi_json/multi_json-1.13.0.ebuild
deleted file mode 100644
index f75a77f3d89..000
--- a/dev-ruby/multi_json/multi_json-1.13.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC="yard"
-
-RUBY_FAKEGEM_DOCDIR="rdoc"
-RUB

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

2019-04-10 Thread Hans de Graaff
commit: 8bbb5a5fa6078a7bbd67ad0b7464574051628f61
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 11 06:02:09 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 11 06:49:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bbb5a5f

dev-ruby/listen: amd64 stable

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

 dev-ruby/listen/listen-3.1.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/listen/listen-3.1.5-r3.ebuild 
b/dev-ruby/listen/listen-3.1.5-r3.ebuild
index b34298d01ef..e92709eaed2 100644
--- a/dev-ruby/listen/listen-3.1.5-r3.ebuild
+++ b/dev-ruby/listen/listen-3.1.5-r3.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/guard/listen";
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 # Block on other packages trying to install a /usr/bin/listen



<    1   2   3