[gentoo-commits] repo/gentoo:master commit in: dev-ruby/autoprefixer-rails/
commit: e57af2cbadbb9acfaef78744fd813e8a3d03003d Author: Hans de Graaff gentoo org> AuthorDate: Mon Sep 10 05:33:46 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Mon Sep 10 05:33:46 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e57af2cb dev-ruby/autoprefixer-rails: add 9.1.4 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/autoprefixer-rails/Manifest | 1 + .../autoprefixer-rails-9.1.4.ebuild| 36 ++ 2 files changed, 37 insertions(+) diff --git a/dev-ruby/autoprefixer-rails/Manifest b/dev-ruby/autoprefixer-rails/Manifest index 650e466ff21..834115ab292 100644 --- a/dev-ruby/autoprefixer-rails/Manifest +++ b/dev-ruby/autoprefixer-rails/Manifest @@ -3,3 +3,4 @@ DIST autoprefixer-rails-8.6.5.gem 208896 BLAKE2B 50e8b8ef3fec9a0bb8d68afa8950989 DIST autoprefixer-rails-9.1.0.gem 204800 BLAKE2B 1aa4befa996db5f5e49637327d464816709cf30f816e1107a4916db272a9c7052a96f8cc3ab2b7259d01a0d9eeffab9fc7fd5a3fd7f6b372b6a18bb7fa1126a1 SHA512 aefa976523c6f71a918620803178b11700c8a5d40c32d2e714b085c090b710cf30a9bf9d45b1b6b16f0cf06c1abe219c99f81a7e5e18291e23ba36da50dbc430 DIST autoprefixer-rails-9.1.1.gem 205824 BLAKE2B 6843495ec1c26ace2268b750d076612f3cdd0c0d7b6b16b0fab1f16cedb27417675e53d7aef126787d50b2ac69c5358a0011f2a5519036c6bc74aee44f63d577 SHA512 7b4a3a6bda8639dc7a3649fb00ba8b074855f9783f8de93c99c027af6494af62701d96b55d212fd34ab0461be8d7fa96b4769d6e1ce03ca4c40d2cd6b320cabe DIST autoprefixer-rails-9.1.3.gem 206336 BLAKE2B 57be8e5177d5ae49e39fd7e8ef0a01ef7af562e3da42c1ee05a6c710dc48fae4ba7ab6c9cab8710363d608dd2b5773625a8f46600ee45debd7fc6669697153c9 SHA512 f31b2480d44d2afc9c5a42521917887c167f9f193c07d6549441558f0ea3eb0e2b8eaa71578fbaa367098a027d46f517772666a03e41f1dc8983f3a7fe8654f2 +DIST autoprefixer-rails-9.1.4.gem 206336 BLAKE2B bea7ed6c4650fc9b5e647e186c1f27b229eb1cdfabe21d5d30abec50636252b87e59fe7fa08499d081508c57302816da589276548c9e90cdfda75e89d0643f50 SHA512 75e4fb7986e6f51f104c39f41fc61c991abb942444a78a7befd060c5e6454c4a1981685f93bfab0bfab8ed374b446eed8adb5279bfc627cee22a6a0c1bc7aa7e diff --git a/dev-ruby/autoprefixer-rails/autoprefixer-rails-9.1.4.ebuild b/dev-ruby/autoprefixer-rails/autoprefixer-rails-9.1.4.ebuild new file mode 100644 index 000..ea1c2722664 --- /dev/null +++ b/dev-ruby/autoprefixer-rails/autoprefixer-rails-9.1.4.ebuild @@ -0,0 +1,36 @@ +# 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_DOC="rdoc" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_EXTRAINSTALL="vendor" + +inherit ruby-fakegem eapi7-ver + +DESCRIPTION="Add vendor prefixes to CSS rules using values from the Can I Use website" +HOMEPAGE="https://github.com/ai/autoprefixer-rails"; +LICENSE="MIT" + +KEYWORDS="~amd64" +SLOT="$(ver_cut 1)" +IUSE="" + +ruby_add_rdepend "dev-ruby/execjs:*" + +ruby_add_bdepend "test? ( + dev-ruby/rails + dev-ruby/rake + dev-ruby/rspec-rails +)" + +all_ruby_prepare() { + sed -i -e "/bundler/d" -e "/BUNDLE/d" spec/app/config/boot.rb || die + sed -i -e "/Bundler/,+3d" spec/app/config/application.rb || die + rm spec/rails_spec.rb spec/compass_spec.rb || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/org-ruby/
commit: a1f05d89f0ed5f83e4e2ca8fde19b30701f209f0 Author: Hans de Graaff gentoo org> AuthorDate: Mon Sep 10 06:04:51 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Mon Sep 10 06:04:51 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f05d89 dev-ruby/org-ruby: add ruby25 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/org-ruby/org-ruby-0.9.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/org-ruby/org-ruby-0.9.12.ebuild b/dev-ruby/org-ruby/org-ruby-0.9.12.ebuild index ab67c4933d9..5b45699d350 100644 --- a/dev-ruby/org-ruby/org-ruby-0.9.12.ebuild +++ b/dev-ruby/org-ruby/org-ruby-0.9.12.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby22 ruby23 ruby24" +USE_RUBY="ruby23 ruby24 ruby25" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_RECIPE_DOC="none"
[gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-privsep/
commit: dc6c6863c3b51f2f063498701128432c13a11799 Author: Matthew Thode gentoo org> AuthorDate: Mon Sep 10 04:37:23 2018 + Commit: Matt Thode gentoo org> CommitDate: Mon Sep 10 04:37:23 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6c6863 dev-python/oslo-privsep: 1.29.0 bump Package-Manager: Portage-2.3.48, Repoman-2.3.10 dev-python/oslo-privsep/Manifest | 1 + dev-python/oslo-privsep/oslo-privsep-1.29.0.ebuild | 54 ++ 2 files changed, 55 insertions(+) diff --git a/dev-python/oslo-privsep/Manifest b/dev-python/oslo-privsep/Manifest index d5b36b5e8c4..5fe9638d607 100644 --- a/dev-python/oslo-privsep/Manifest +++ b/dev-python/oslo-privsep/Manifest @@ -1 +1,2 @@ DIST oslo.privsep-1.27.0.tar.gz 32766 BLAKE2B 307bed6c5dac28eb38cb4bbb1b001cdd579ae1148c63de43aee7d740901cf53a9b6d619baf5cb5263b30b398017f3411d0ef065590f0710bf0becb85df08b879 SHA512 1a7980bb0dff17314081745b60037bb84a0ba0ac5f2784b4cf4dcadc2cc9cea0158c7c64652823c7ac2e9071db8f915cf68ae2b08c634d21ec51ff75c017a3e6 +DIST oslo.privsep-1.29.0.tar.gz 34378 BLAKE2B 58c09b2f87774a620e49c2e7b3d37c58a7cbf5383dc89b42c83eec3224ad38d024d2c288bdba535327513f9ded805928703dcd7ad86e02d0426f03663861d5a9 SHA512 7541840043aee52f97051bf374cb469855ece360a05ed40c779382ee54a820f9b158a3e7ae7b991501b0e0a5679fab9d0aa809abd39caaa9f9f57dc48631a1cd diff --git a/dev-python/oslo-privsep/oslo-privsep-1.29.0.ebuild b/dev-python/oslo-privsep/oslo-privsep-1.29.0.ebuild new file mode 100644 index 000..fbb791efa30 --- /dev/null +++ b/dev-python/oslo-privsep/oslo-privsep-1.29.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="OpenStack library for privilege separation." +HOMEPAGE="https://pypi.org/project/oslo.privsep/"; +SRC_URI="mirror://pypi/${PN:0:1}/oslo.privsep/oslo.privsep-${PV}.tar.gz" +S="${WORKDIR}/oslo.privsep-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="test" + +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] + !~dev-python/pbr-2.1.0" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + ${CDEPEND} + test? ( + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] + >=dev-python/mock-2.0.0[${PYTHON_USEDEP}] + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] + >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}] + !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}] + !~dev-python/sphinx-1.6.7[${PYTHON_USEDEP}] + >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}] + >=dev-python/reno-2.5.0[${PYTHON_USEDEP}] + >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] )" +RDEPEND=" + >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}] + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}] + >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}] + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}] + virtual/python-enum34[${PYTHON_USEDEP}] + >=dev-python/cffi-1.7.0[${PYTHON_USEDEP}] + >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}] + !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}] + >=dev-python/greenlet-0.4.10[${PYTHON_USEDEP}] + >=dev-python/msgpack-0.5.0[${PYTHON_USEDEP}]" + +python_prepare_all() { + sed -i '/^hacking/d' test-requirements.txt || die + # allow useage of renamed msgpack + sed -i '/^msgpack/d' requirements.txt || die + distutils-r1_python_prepare_all +} + +# python_test() { +# }
[gentoo-commits] proj/sci:master commit in: sci-biology/ugene/
commit: 955116fde829ade97ea11c5a48db3433f4f5e3bb Author: Benda Xu gentoo org> AuthorDate: Mon Sep 10 01:30:49 2018 + Commit: Benda XU gentoo org> CommitDate: Mon Sep 10 01:34:53 2018 + URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=955116fd sci-biology/ugene: drop old versions. Bug: https://bugs.gentoo.org/663110 Package-Manager: Portage-2.3.48, Repoman-2.3.10 sci-biology/ugene/ugene-1.13.3.ebuild | 34 -- sci-biology/ugene/ugene-1.16.1.ebuild | 34 -- 2 files changed, 68 deletions(-) diff --git a/sci-biology/ugene/ugene-1.13.3.ebuild b/sci-biology/ugene/ugene-1.13.3.ebuild deleted file mode 100644 index 7649ead56..0 --- a/sci-biology/ugene/ugene-1.13.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit qt4-r2 - -DESCRIPTION="A free open-source cross-platform bioinformatics software" -HOMEPAGE="http://ugene.unipro.ru"; -SRC_URI="http://${PN}.unipro.ru/downloads/${P}.tar.gz"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="cpu_flags_x86_sse2" - -DEPEND=" - dev-qt/qtgui:4" -RDEPEND="${DEPEND}" - -LANGS="cs en ru zh" - -src_configure() { - local CONFIG_OPTS - if use amd64; then - CONFIG_OPTS+=( CONFIG+="x64" ) - elif use ppc; then - CONFIG_OPTS+=( CONFIG+="ppc" ) - fi - - use cpu_flags_x86_sse2 && CONFIG_OPTS+=( use_sse2 ) - - eqmake4 $CONFIG_OPTS || die -} diff --git a/sci-biology/ugene/ugene-1.16.1.ebuild b/sci-biology/ugene/ugene-1.16.1.ebuild deleted file mode 100644 index 7649ead56..0 --- a/sci-biology/ugene/ugene-1.16.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit qt4-r2 - -DESCRIPTION="A free open-source cross-platform bioinformatics software" -HOMEPAGE="http://ugene.unipro.ru"; -SRC_URI="http://${PN}.unipro.ru/downloads/${P}.tar.gz"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="cpu_flags_x86_sse2" - -DEPEND=" - dev-qt/qtgui:4" -RDEPEND="${DEPEND}" - -LANGS="cs en ru zh" - -src_configure() { - local CONFIG_OPTS - if use amd64; then - CONFIG_OPTS+=( CONFIG+="x64" ) - elif use ppc; then - CONFIG_OPTS+=( CONFIG+="ppc" ) - fi - - use cpu_flags_x86_sse2 && CONFIG_OPTS+=( use_sse2 ) - - eqmake4 $CONFIG_OPTS || die -}
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/
commit: 03d287c94041b51c2c3aa6c3a306e635a5266e34 Author: Mike Pagano gentoo org> AuthorDate: Mon Sep 10 00:21:42 2018 + Commit: Mike Pagano gentoo org> CommitDate: Mon Sep 10 00:21:51 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d287c9 sys-kernel/gentoo-sources: Linux patch 4.4.155 Package-Manager: Portage-2.3.48, Repoman-2.3.10 sys-kernel/gentoo-sources/Manifest | 3 +++ .../gentoo-sources/gentoo-sources-4.4.155.ebuild | 28 ++ 2 files changed, 31 insertions(+) diff --git a/sys-kernel/gentoo-sources/Manifest b/sys-kernel/gentoo-sources/Manifest index 99506e18c51..4300cb32c08 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -91,6 +91,9 @@ DIST genpatches-4.4-154.extras.tar.xz 16460 BLAKE2B 8dfce6f8f44f738b91e5fdf2614c DIST genpatches-4.4-155.base.tar.xz 2330064 BLAKE2B 4b1bbd9b76ca2a299d4c0737d7c0c3800d17b7f1c3bb36f7ea6d141356896807a35d927a8f1def8c81f222d913a5b82d24dcc8bc0f06695784560c479595c863 SHA512 ec77be682cf7664f835f5a4f74208cb439b6956a6ead82ad6b2bb655fea83bf4aaca50aaff231ddca92759ea938ee30bad86285e058aeb65024d64b956f3598d DIST genpatches-4.4-155.experimental.tar.xz 87804 BLAKE2B 554213910881d20749634cf2bae372f49c26fbe25b21bddf0b452637b1e54bdb7bcc245f76dd181c8c3c3a5a624df882ca407e43091af3991f47d66e19ea SHA512 43acbd61d782f0a9afb1b5f3d38cc2f74c8f9e8aaf2a61897418df56188af3b0270e6ea239b545b5d7c46da5da1b15d752dc1fcd387c13c460f2695531ad222f DIST genpatches-4.4-155.extras.tar.xz 16460 BLAKE2B 8dfce6f8f44f738b91e5fdf2614cc63ee3ef252074ec459aafd04dc9d536e243c7f730b1deadca709c2c867b2514c573bd6ba521ca38f37089cb40f52e33c53a SHA512 c06e9b30cfa2bf5f04776e473501f9ab0e203060bc0ca3ee43057cbc1ac5939b3fa50406f19e6e78705f955323a01a1e43b1c7e43e4fbdcf5a2ca1d005b1e612 +DIST genpatches-4.4-156.base.tar.xz 2341372 BLAKE2B 00fafa7ff458882a6d645df5dc374924f77f5ecd1b2bfd7a70c2f278c9073a1b542e04b4a5386abf1fbde7d8feb3442db9a1011470e55a5d131561533b67f582 SHA512 02e81b270aa02b8be57764d60627588dbfbd79907f44f612cc994b0cfc5de847ce005ff9cb175948b12157d1d3547dade2cd2c6794de866bc54654e6d3649e0e +DIST genpatches-4.4-156.experimental.tar.xz 87816 BLAKE2B 245250267e31ff3ece4fcd9c1a0e9596a469c53149937981eb03e1979957cd3115a07d7472bd0d2b73ec262fe8d084c8c5468008fccf667b2af5216f64c6 SHA512 4e3043bc2a767e1f6607bc12d8430a7bc1847ca3a88929f445b4fd24c6f1d02f23dab5c10f932005beb4f3eb2b5af5ce1666e3380bb2a7b40c903e892c360c8d +DIST genpatches-4.4-156.extras.tar.xz 16456 BLAKE2B c754692299df21a144f82632aa225496465d23bda529a84317aede258f2ffb66c2f9410db570f94eb52fd16e31d8c69d74e32526d600d789f2e0e7a0228aa931 SHA512 eb0e3dbecdb9ab11ba3e9534c51e6b0192c6fd785301c23ce731976b76ca537bd82351949442355e937c17c77037bce0a273a3dfab57d19c09fe6da7d2b113b9 DIST genpatches-4.4-91.base.tar.xz 1428436 BLAKE2B 4b706e9682e883dd1954632efe5ec161347432a6260c353e160b8591f8377e6d1e1768acd2e3e72237e3ea6b7104137e3504e3f290fb12b0dabf662b0fb034c1 SHA512 c25be04b33558f7ebcee66df992aae38f29181474ebed82958d4d50639097b4a82eaf256d7b3576bfcd0cd3fe7682956e1d2cdbdb912d47fe86205d9b554 DIST genpatches-4.4-91.experimental.tar.xz 87760 BLAKE2B d8a165fb3708192a12e826a713e896ca83785da084c9a9aeaae909473c598669867fa303636d762facd2d7bc1a857da3ba0d994ee62d008dc17955dd84181942 SHA512 0bbc83e076d45da1d0258bfd7f6acf6170e99891a9a857b2552f3a0fcefff4f318a8c5c8779591b0bb654760f905530de18723f2ba960618eae59a1b7219c28f DIST genpatches-4.4-91.extras.tar.xz 16468 BLAKE2B b99298cd9e57a2b8a0619495df0450373c9f5c14ff2398d76534c7167f3a563c05e67f9aff80ff97a474ae7a8cb298a4ffbc5eab25d79075aac5cc01964c3e9d SHA512 229922945fcb882a0cb7dcba8bac9de51683690462a8df59e181a03d702fcb1c9b54078c5434624b4a197c481f0bb9b73dca58456ef5a5884a30bfd3644dfd6d diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.155.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.4.155.ebuild new file mode 100644 index 000..0a7a26a857e --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.155.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="156" + +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches"; +IUSE="experimental" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +}
[gentoo-commits] proj/linux-patches: New tag: 4.4-156
commit: Commit: Mike Pagano gentoo org> CommitDate: Mon Sep 10 00:12:02 2018 + New tag: 4.4-156
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/
commit: b46553c7caf2ef5abaf4cea61e11b7ce9b2f80f0 Author: Mike Pagano gentoo org> AuthorDate: Mon Sep 10 00:03:47 2018 + Commit: Mike Pagano gentoo org> CommitDate: Mon Sep 10 00:03:54 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b46553c7 sys-kernel/gentoo-sources: Linux patch 4.14.69 Package-Manager: Portage-2.3.48, Repoman-2.3.10 sys-kernel/gentoo-sources/Manifest | 3 +++ .../gentoo-sources/gentoo-sources-4.14.69.ebuild | 28 ++ 2 files changed, 31 insertions(+) diff --git a/sys-kernel/gentoo-sources/Manifest b/sys-kernel/gentoo-sources/Manifest index 537261365cb..99506e18c51 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -28,6 +28,9 @@ DIST genpatches-4.14-73.extras.tar.xz 17492 BLAKE2B 012192e85aef3973e8306538ed01 DIST genpatches-4.14-74.base.tar.xz 1817716 BLAKE2B 15ccfb61fc1abf2bc5e74d67dccdcf2231892a6382b69a1ee080eccd8158f69c61fa9caed806011fabd93cca23df1a0b0df0109bfddb3f102e71abd1c67ba251 SHA512 bc1564b3ab5f7eee6b1e69897807339c9654dd151e6b434a9de1950dd28dc6ab736111d1d2a97f611d3d8c1043ab424b885e39d32f3707f1c4d5bd95116b1278 DIST genpatches-4.14-74.experimental.tar.xz 5224 BLAKE2B 7980eaf0e9104cc3af6476590383dd24a93ab8bb0f98737031b680b59bcbb2c14d8de6c83f8bb5adddba1318945e6f0cd850547fb2fac73de26d952a4763d60b SHA512 e1b56730da236ff584c777dae616115a2e5921830804c7b079baf23607f1ca797a7fc426865bf4c97e6cad843a5a20913b2aaac93cefe4384401dd291c647e72 DIST genpatches-4.14-74.extras.tar.xz 17492 BLAKE2B 88ca175e4dab3d6d8b4ce0116ca9e9edb613aca556a686604b0200a1389942b61ab34ad2cad23e34c18360ad529e13f57c6a7c2195de83e28d119ee4ab2f8e20 SHA512 a301efd26862e84904f518a231f6eef12914d7a3888a8961a7d0985fe2006a902cc9f03372aa720073b1be59756585755a2185bb3821a7de7d3d632a62a35ff4 +DIST genpatches-4.14-75.base.tar.xz 1838036 BLAKE2B 9890ebcc7dbf1a6787ba679792f369236643a0586ee4c825c03e97ac50b431779f2466bfdbd8fb4fbb2d439d0c73b01bead83add87603587e99174ae1200e655 SHA512 26c20463306c849c1e2c8abab82731c3ff61e467765c588e098b34ffcb84172f5f4edfa5162321ac819376d7cc5ed78be00ddb82cf3a1d246fd9a23ef04026c7 +DIST genpatches-4.14-75.experimental.tar.xz 5224 BLAKE2B ad9310ca8627ab72b0ba08769034cdacc10fdc46aaf6f3a9b9efb420fe2f737bf1034f69871fd89a81ad9edf1a5299094911c3fa109e4681e1754e999d34c343 SHA512 7ba19f271077e5c62be3e825f0f87302025511bba11fba72684201c4666cec70fe5446579d14c782aaa08d59b748373cb67f9c40abb46925c6abbb6463c0bd19 +DIST genpatches-4.14-75.extras.tar.xz 17488 BLAKE2B 64b765bc55181449566ef672bdbc3df31b431dffd0a5b981b53beb0e0de07ebae858f749159267ddff35d86be911529140193e2363d215ae1496c2b9433abdec SHA512 bcacc67187a73b1e2f3b0ef879fe637204b7395d2e72bc231261ef76827b42ab723ad50019bda5cd4c4aca2727e38b607fc41a73aedeb7f917647c91f1d42d9c DIST genpatches-4.17-21.base.tar.xz 480792 BLAKE2B b7f293c5cf6690b649993422d0fa161b7d593fa81e2c9632d5fa455aed0b2fc9ebced12c9645347d88f65d74f175c8600952073b6dcf0c361cf24b0a39846018 SHA512 a7137dc77a9f4ceec68816042e373a644ff8024a9eff5a16ea089f22c0f948d85f0df61f256428a8ca5601ebe83130e79ada83dae3e56960742fc385e5d8ddc1 DIST genpatches-4.17-21.experimental.tar.xz 5224 BLAKE2B a43fca3e0b1c05ec32f3c44b536d211d4340ca32d9a82bebde2f322e9a69ce73b1d0da1c2b35eec0d650c98c2e3df65df39de5017d9c1d37c014c780001a6ee6 SHA512 ae091c6f0985de9bb13cff8a7a1467b8c45b169d30be506cc0d1d9396dad479698a5b2d8f4a5703e13249c33917ab373dcf61889360f128170052a5b71bb71a4 DIST genpatches-4.17-21.extras.tar.xz 17496 BLAKE2B 3d9bfefc908eff474bd3d24b5c61542c418d6a84a70a998968930e35b1664fb64ac6fda5635ef81922548211453261e822091aa7f3ff4a6acc47323e982d9a73 SHA512 966198bf6da2c6029a9a09f94795241400f0c0f17f721e8b4c6d7de1300ef9d19845aad4c48ec996d3147107f4ceaf0eba7c3a409da452130eca8f6088d691c1 diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.69.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.14.69.ebuild new file mode 100644 index 000..30eb55331f8 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.69.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="75" + +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches"; +IUSE="experimental" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +}
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/
commit: 74b921f3638b1e67796c1100285caf4e305a3ae6 Author: Mike Pagano gentoo org> AuthorDate: Mon Sep 10 00:02:33 2018 + Commit: Mike Pagano gentoo org> CommitDate: Mon Sep 10 00:02:44 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b921f3 sys-kernel/gentoo-sources: Linux patch 4.9.126 Package-Manager: Portage-2.3.48, Repoman-2.3.10 sys-kernel/gentoo-sources/Manifest | 3 +++ .../gentoo-sources/gentoo-sources-4.9.126.ebuild | 28 ++ 2 files changed, 31 insertions(+) diff --git a/sys-kernel/gentoo-sources/Manifest b/sys-kernel/gentoo-sources/Manifest index 4e2951f5a91..537261365cb 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -118,6 +118,9 @@ DIST genpatches-4.9-128.extras.tar.xz 17352 BLAKE2B 1cceb0fe070585680ce5924f249e DIST genpatches-4.9-129.base.tar.xz 2400384 BLAKE2B 7c26e10472e9c9502e13ec96f40995ba633dfcace829b9ae7f9698477724a5df2578c42d5d6e43fb58035606ae91b99edf3db7123715e7cb2f939bfa3843ec0d SHA512 f994f3d84cf1167e7b7ce84f81948f0f95215fd85995a96df66865ea924aca55016d9c7b939f5750d27b1c8634b9599f50ae2da5ae0c999d8a3f50f0685d449c DIST genpatches-4.9-129.experimental.tar.xz 106396 BLAKE2B 1583513f76430319e9c683d107b4a68c5c4aafb3c1b41ac1d6184b3dcf71549a910c19f1b906b557d49b73ae39489db6ca41b37961ddcbb4ad7f353e22fa9f10 SHA512 34964fc056d54de48d5252ec4db50dd0430f65cbf5a9cc9e01f13292d731d64deccfef4d111db7fa6064991b78eecb581eade5d8e6ed25d4dda61eb2bc74293e DIST genpatches-4.9-129.extras.tar.xz 17360 BLAKE2B 48f386500a086f5f762970130396aa91e3ea040548e54ca05a96725f8e73c803077d76ac477e5d77bf9372ba5b852adedd17a0e364560d375ce5b82e5a56481b SHA512 1da445db98a6e9602bc422d2455827865a8200357486a23465ade9f36d4c17f77f9b1bf6ddde14fa990f70cafa3268d314b1204b3ac2053798f341f24e50e9ad +DIST genpatches-4.9-130.base.tar.xz 2415208 BLAKE2B 38ddc0d5b2ec8b33834550c87169c96300977013e2cdfde7999caaaddded86e3696c2460e5980ca9ab5e812a475e969b0202399f83cb8d82fd397515fa7d26ee SHA512 69dafb393a54d93e0ca26ecd6f24536cd23139d323bb32a9510945ce53a47b7d4fee966344ade1416c0b207f28e2b43d6cad0af25a78c400f3528f64719ad1ac +DIST genpatches-4.9-130.experimental.tar.xz 106384 BLAKE2B cfe48d4fe7c1211390adf14a8512c6132b6b80760e38afbe0df1aa776c7db614d6171893c69f56f10a0bc3b60261f6c2299ddf71594ba6d27ecbc168d3ab742a SHA512 a95bea2ec43be17af441c216c40da1b48d5ae5098951dfe30dcfe746deec0270bdb21f4118976f31df5da898354e8eca08ce60fad3127986327243588a69db65 +DIST genpatches-4.9-130.extras.tar.xz 17356 BLAKE2B 299388e6feda84ee34d24583a8d1f4b8cd1813d19970f3ecc78323cfd301dceb74ea7df7d78905cee54fc9b30ac05ae7197162fe2b7a66e41681ec398e391a06 SHA512 b74ea5bd6f2d659ca4ea1ddc30b174cc156581a318f6c11783ca99a326e3a8957cf9750cc4782c93e9c2529b45e2c576ec86598a6655942abcbec8be32e0b4a9 DIST genpatches-4.9-51.base.tar.xz 1001928 BLAKE2B be8a1a304f634b40dba1daa56922473c25fc57cedca73401bc1a142674832bb797f805f883aecc56a4b17fd63dae6aebe42f7c642739e8c5704f130b6675dfde SHA512 2ab0efa23c556547bd223f066acbebe250346064a3588ee866871e36e3b5b5533ca7a3add6a62b53339acf89dfc8539c42b3877b5a2055ca7e20bc25c5657ca5 DIST genpatches-4.9-51.experimental.tar.xz 106416 BLAKE2B 483d57d8e19a135130e7084238c304e07ddf04e51dba8aa705566d4be3cf3a3b21a1f8a4ed49a7b2b06bc5b70f820788bc22e42ece8e6eb5d3ea3597eaf31289 SHA512 af7a00b9a3200a50341b9af607fbef362ead2e4f5ca35d58eec505de490c03d6366ab4645e35bbddd6903ac75396413d2902b6a9fc7e2c9d0d1d1254620cfdb3 DIST genpatches-4.9-51.extras.tar.xz 17356 BLAKE2B 03160cc66db43d543f4bbd3171741cc36ecdd1d3088a143144e8725d1a8452fbb3743dbbd196ba387875cd0eb4fd966821fc9d3b3269a6848d2fda650da5ccbe SHA512 e05c44a5ad1b68afb04647a86efc6f67e03515861e670e39f960c0a02b87fbcb71194efa6773259ee2be5c8362794a5bb6512e876784d5a521d8890865b3ba0e diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.126.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.9.126.ebuild new file mode 100644 index 000..e16051780dc --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.126.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="130" + +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches"; +IUSE="experimental" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +}
[gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/
commit: b8b147ec8caaac47b2a8cda7093ba17ef3443680 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:41:40 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:53:03 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8b147ec media-gfx/eom: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-gfx/eom/eom-1.18.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/eom/eom-1.18.3.ebuild b/media-gfx/eom/eom-1.18.3.ebuild index ed91e1376aa..ad4436a42bc 100644 --- a/media-gfx/eom/eom-1.18.3.ebuild +++ b/media-gfx/eom/eom-1.18.3.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 @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi DESCRIPTION="The MATE image viewer"
[gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-icon-theme/
commit: 831520eb34ed852647c53f9a403f990d2fa62990 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:45:58 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:53:16 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831520eb x11-themes/mate-icon-theme: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 x11-themes/mate-icon-theme/mate-icon-theme-1.18.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-themes/mate-icon-theme/mate-icon-theme-1.18.2.ebuild b/x11-themes/mate-icon-theme/mate-icon-theme-1.18.2.ebuild index 4d995620ed4..a5c53654fb8 100644 --- a/x11-themes/mate-icon-theme/mate-icon-theme-1.18.2.ebuild +++ b/x11-themes/mate-icon-theme/mate-icon-theme-1.18.2.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 @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi DESCRIPTION="MATE default icon themes"
[gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-backgrounds/
commit: 680fd9ca0e537a89c45568ce05840293de0eb07b Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:45:20 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:53:13 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680fd9ca x11-themes/mate-backgrounds: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 x11-themes/mate-backgrounds/mate-backgrounds-1.18.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.18.0.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.18.0.ebuild index 1db1d4b086f..6286e58d7df 100644 --- a/x11-themes/mate-backgrounds/mate-backgrounds-1.18.0.ebuild +++ b/x11-themes/mate-backgrounds/mate-backgrounds-1.18.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 @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi DESCRIPTION="A set of backgrounds packaged with the MATE desktop"
[gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-extensions/
commit: 88494ffefabbf9d36d591041943587956d6f Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:31:36 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:52:35 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88494ffe mate-extra/caja-extensions: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 mate-extra/caja-extensions/caja-extensions-1.18.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mate-extra/caja-extensions/caja-extensions-1.18.2.ebuild b/mate-extra/caja-extensions/caja-extensions-1.18.2.ebuild index 2323812ffd5..f4e20aa9969 100644 --- a/mate-extra/caja-extensions/caja-extensions-1.18.2.ebuild +++ b/mate-extra/caja-extensions/caja-extensions-1.18.2.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 @@ -8,7 +8,7 @@ MATE_LA_PUNT="yes" inherit mate if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi DESCRIPTION="Several Caja extensions"
[gentoo-commits] repo/gentoo:master commit in: x11-misc/mozo/
commit: 147b984f86069b58b057cbb451debf2cfb388401 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:44:00 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:53:09 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147b984f x11-misc/mozo: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 x11-misc/mozo/mozo-1.18.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/mozo/mozo-1.18.0.ebuild b/x11-misc/mozo/mozo-1.18.0.ebuild index 4a5605a517b..35fa6522ffb 100644 --- a/x11-misc/mozo/mozo-1.18.0.ebuild +++ b/x11-misc/mozo/mozo-1.18.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 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml" inherit python-r1 mate if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi DESCRIPTION="Mozo menu editor for MATE"
[gentoo-commits] repo/gentoo:master commit in: x11-terms/mate-terminal/
commit: 824cf9ca448748720dc2fbda6b9bb475f8511a80 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:44:45 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:53:11 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824cf9ca x11-terms/mate-terminal: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 x11-terms/mate-terminal/mate-terminal-1.18.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-terms/mate-terminal/mate-terminal-1.18.2.ebuild b/x11-terms/mate-terminal/mate-terminal-1.18.2.ebuild index 3dd7e3b4735..f1ca95e7b6a 100644 --- a/x11-terms/mate-terminal/mate-terminal-1.18.2.ebuild +++ b/x11-terms/mate-terminal/mate-terminal-1.18.2.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 @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi DESCRIPTION="The MATE Terminal"
[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-polkit/
commit: 09db7a3ba7ea7a45fdca8aaa7c98ec6c14ad0e2c Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:35:10 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:52:46 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09db7a3b mate-extra/mate-polkit: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 mate-extra/mate-polkit/mate-polkit-1.18.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mate-extra/mate-polkit/mate-polkit-1.18.2.ebuild b/mate-extra/mate-polkit/mate-polkit-1.18.2.ebuild index 253ff2a4742..53fdbd2b159 100644 --- a/mate-extra/mate-polkit/mate-polkit-1.18.2.ebuild +++ b/mate-extra/mate-polkit/mate-polkit-1.18.2.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 @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi DESCRIPTION="A MATE specific DBUS service that is used to bring up authentication dialogs"
[gentoo-commits] repo/gentoo:master commit in: media-libs/libmatemixer/
commit: 313797f7094348ccd69d18f3cbdb0f8387785d0a Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:42:25 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:53:05 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=313797f7 media-libs/libmatemixer: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-libs/libmatemixer/libmatemixer-1.18.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libmatemixer/libmatemixer-1.18.0.ebuild b/media-libs/libmatemixer/libmatemixer-1.18.0.ebuild index 6d5c8cee7db..a9621abfb3c 100644 --- a/media-libs/libmatemixer/libmatemixer-1.18.0.ebuild +++ b/media-libs/libmatemixer/libmatemixer-1.18.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 @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi DESCRIPTION="Mixer library for MATE Desktop"
[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-system-monitor/
commit: 3e4213da126f4ded3676296bfbe94a146fe4fc05 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:38:28 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:52:54 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e4213da mate-extra/mate-system-monitor: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 mate-extra/mate-system-monitor/mate-system-monitor-1.18.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-1.18.1.ebuild b/mate-extra/mate-system-monitor/mate-system-monitor-1.18.1.ebuild index 42201ba024f..119e2d7fbca 100644 --- a/mate-extra/mate-system-monitor/mate-system-monitor-1.18.1.ebuild +++ b/mate-extra/mate-system-monitor/mate-system-monitor-1.18.1.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 @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi DESCRIPTION="The MATE System Monitor"
[gentoo-commits] repo/gentoo:master commit in: x11-wm/marco/
commit: dbfe964c7de900e7da94a1031973bb8e2859c4ed Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:48:14 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:53:22 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbfe964c x11-wm/marco: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 x11-wm/marco/marco-1.18.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/marco/marco-1.18.2.ebuild b/x11-wm/marco/marco-1.18.2.ebuild index 2c7b83c978d..c5b9cd7c538 100644 --- a/x11-wm/marco/marco-1.18.2.ebuild +++ b/x11-wm/marco/marco-1.18.2.ebuild @@ -8,7 +8,7 @@ MATE2_LA_PUNT="yes" inherit mate if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi DESCRIPTION="MATE default window manager"
[gentoo-commits] repo/gentoo:master commit in: x11-misc/mate-notification-daemon/
commit: 72526704432fcf9d995527dc097f6a9789e653bd Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:43:10 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:53:07 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72526704 x11-misc/mate-notification-daemon: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 .../mate-notification-daemon/mate-notification-daemon-1.18.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.18.1.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.18.1.ebuild index ceb5c370f98..de115ce7998 100644 --- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.18.1.ebuild +++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.18.1.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 @@ -8,7 +8,7 @@ MATE_LA_PUNT="yes" inherit mate if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi DESCRIPTION="MATE Notification daemon"
[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-media/
commit: e1b7373654fe681d322f3bc608ba31e93484aceb Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:33:39 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:52:42 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b73736 mate-extra/mate-media: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 mate-extra/mate-media/mate-media-1.18.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mate-extra/mate-media/mate-media-1.18.2.ebuild b/mate-extra/mate-media/mate-media-1.18.2.ebuild index d4a52fb097c..97716f70e46 100644 --- a/mate-extra/mate-media/mate-media-1.18.2.ebuild +++ b/mate-extra/mate-media/mate-media-1.18.2.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 @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi DESCRIPTION="Multimedia related programs for the MATE desktop"
[gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-themes/
commit: 2698b2f7aa932e5a5bac52e9a5fa535b469e838a Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:47:22 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:53:20 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2698b2f7 x11-themes/mate-themes: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 x11-themes/mate-themes/mate-themes-3.22.11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-themes/mate-themes/mate-themes-3.22.11.ebuild b/x11-themes/mate-themes/mate-themes-3.22.11.ebuild index 3b22ddc5137..60a65309e4f 100644 --- a/x11-themes/mate-themes/mate-themes-3.22.11.ebuild +++ b/x11-themes/mate-themes/mate-themes-3.22.11.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 @@ -14,7 +14,7 @@ if [[ ${PV#${MATE_GTK_V}.} == ]]; then EGIT_BRANCH="gtk${MATE_GTK_V}" else SRC_URI="http://pub.mate-desktop.org/releases/themes/${MATE_GTK_V}/${P}.tar.xz"; - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi HOMEPAGE="http://mate-desktop.org";
[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-power-manager/
commit: 5f78fe6d55b24f3cfbd7be2718d1f562917ddd12 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:36:02 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:52:48 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f78fe6d mate-extra/mate-power-manager: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 mate-extra/mate-power-manager/mate-power-manager-1.18.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.18.1.ebuild b/mate-extra/mate-power-manager/mate-power-manager-1.18.1.ebuild index 7632b008aa6..ee13f4c8c72 100644 --- a/mate-extra/mate-power-manager/mate-power-manager-1.18.1.ebuild +++ b/mate-extra/mate-power-manager/mate-power-manager-1.18.1.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi DESCRIPTION="A session daemon for MATE that makes it easy to manage your laptop or desktop"
[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-netbook/
commit: 8aa1dc9dea9e4c4766763fc548716908e0c72747 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:34:24 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:52:44 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa1dc9d mate-extra/mate-netbook: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 mate-extra/mate-netbook/mate-netbook-1.18.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-extra/mate-netbook/mate-netbook-1.18.2.ebuild b/mate-extra/mate-netbook/mate-netbook-1.18.2.ebuild index f322e0abee6..de1347d4ca0 100644 --- a/mate-extra/mate-netbook/mate-netbook-1.18.2.ebuild +++ b/mate-extra/mate-netbook/mate-netbook-1.18.2.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi DESCRIPTION="MATE utilities for netbooks"
[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/
commit: ee8810f5f6304ef81d8ccd384044aa1cd7ec9947 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:32:54 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:52:40 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee8810f5 mate-extra/mate-indicator-applet: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.1.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.1.ebuild index 560ab9029e4..08bf724fbf3 100644 --- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.1.ebuild +++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.18.1.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit mate versionator if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm x86" fi DESCRIPTION="MATE indicator applet"
[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-screensaver/
commit: af0e0800f438027e9b56b581ae9fe590da9ea687 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:36:50 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:52:50 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af0e0800 mate-extra/mate-screensaver: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 mate-extra/mate-screensaver/mate-screensaver-1.18.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-extra/mate-screensaver/mate-screensaver-1.18.2.ebuild b/mate-extra/mate-screensaver/mate-screensaver-1.18.2.ebuild index 3e06c492e37..e27cbf7197a 100644 --- a/mate-extra/mate-screensaver/mate-screensaver-1.18.2.ebuild +++ b/mate-extra/mate-screensaver/mate-screensaver-1.18.2.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit mate multilib readme.gentoo-r1 if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi DESCRIPTION="Replaces xscreensaver, integrating with the MATE desktop"
[gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-icon-theme-faenza/
commit: 5fd0b180c1dcaf6f3cb5760548975b9dee861633 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:46:36 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:53:18 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd0b180 x11-themes/mate-icon-theme-faenza: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 .../mate-icon-theme-faenza/mate-icon-theme-faenza-1.18.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.18.1.ebuild b/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.18.1.ebuild index d5ebf38ca9f..c0d5de8a278 100644 --- a/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.18.1.ebuild +++ b/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.18.1.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 @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm x86" fi DESCRIPTION="Faenza icon theme, that was adapted for MATE desktop"
[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-utils/
commit: fba548c4831acf861e4e7f74b7c5925f82fe1842 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:40:41 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:53:01 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba548c4 mate-extra/mate-utils: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 mate-extra/mate-utils/mate-utils-1.18.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-extra/mate-utils/mate-utils-1.18.3.ebuild b/mate-extra/mate-utils/mate-utils-1.18.3.ebuild index cf2eeaeb518..49607ddeba5 100644 --- a/mate-extra/mate-utils/mate-utils-1.18.3.ebuild +++ b/mate-extra/mate-utils/mate-utils-1.18.3.ebuild @@ -8,7 +8,7 @@ MATE_LA_PUNT="yes" inherit mate if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi DESCRIPTION="Utilities for the MATE desktop"
[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-guide/
commit: 53e1898a87f12b272142f2f0f8b306e9660c6bd7 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:39:06 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:52:57 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e1898a mate-extra/mate-user-guide: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 mate-extra/mate-user-guide/mate-user-guide-1.18.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mate-extra/mate-user-guide/mate-user-guide-1.18.0.ebuild b/mate-extra/mate-user-guide/mate-user-guide-1.18.0.ebuild index aa66b657ee6..4e370811fa8 100644 --- a/mate-extra/mate-user-guide/mate-user-guide-1.18.0.ebuild +++ b/mate-extra/mate-user-guide/mate-user-guide-1.18.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 @@ -8,7 +8,7 @@ MATE_LA_PUNT="yes" inherit mate if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm x86" fi DESCRIPTION="User documentation for MATE Desktop"
[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/
commit: f8454a22b9fa71f3827bc002a92847246806505e Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:37:41 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:52:52 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8454a22 mate-extra/mate-sensors-applet: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild index 1c56adc4626..95f36f6e5c4 100644 --- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild +++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild @@ -8,7 +8,7 @@ MATE_LA_PUNT="yes" inherit mate if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm x86" fi DESCRIPTION="MATE panel applet to display readings from hardware sensors"
[gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-dropbox/
commit: d254c46d5867c83df0583ba6535516c77b9e338e Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:30:46 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:52:33 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d254c46d mate-extra/caja-dropbox: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 mate-extra/caja-dropbox/caja-dropbox-1.18.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mate-extra/caja-dropbox/caja-dropbox-1.18.0.ebuild b/mate-extra/caja-dropbox/caja-dropbox-1.18.0.ebuild index b02406cc40c..3c55c6aa679 100644 --- a/mate-extra/caja-dropbox/caja-dropbox-1.18.0.ebuild +++ b/mate-extra/caja-dropbox/caja-dropbox-1.18.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 @@ -9,7 +9,7 @@ MATE_LA_PUNT="yes" inherit mate python-single-r1 linux-info user if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi DESCRIPTION="Store, Sync and Share Files Online"
[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/
commit: 758c176a0c986dbfbf4cdf1ee1dab72fbd08ced6 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:39:54 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:52:59 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758c176a mate-extra/mate-user-share: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 mate-extra/mate-user-share/mate-user-share-1.18.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mate-extra/mate-user-share/mate-user-share-1.18.0.ebuild b/mate-extra/mate-user-share/mate-user-share-1.18.0.ebuild index 5fe69b73343..86e6ab6a82a 100644 --- a/mate-extra/mate-user-share/mate-user-share-1.18.0.ebuild +++ b/mate-extra/mate-user-share/mate-user-share-1.18.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 @@ -8,7 +8,7 @@ MATE_LA_PUNT="yes" inherit mate multilib if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm x86" fi DESCRIPTION="Personal file sharing for the MATE desktop"
[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-settings-daemon/
commit: 86dbb40f4e729818809d5ab29619a04db553107f Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:30:08 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:52:31 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86dbb40f mate-base/mate-settings-daemon: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 mate-base/mate-settings-daemon/mate-settings-daemon-1.18.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-base/mate-settings-daemon/mate-settings-daemon-1.18.2.ebuild b/mate-base/mate-settings-daemon/mate-settings-daemon-1.18.2.ebuild index fddc900aa8e..72cc2c8bc0f 100644 --- a/mate-base/mate-settings-daemon/mate-settings-daemon-1.18.2.ebuild +++ b/mate-base/mate-settings-daemon/mate-settings-daemon-1.18.2.ebuild @@ -8,7 +8,7 @@ MATE_LA_PUNT="yes" inherit mate if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi DESCRIPTION="MATE Settings Daemon"
[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-calc/
commit: 00e13f1213c07269ff0eaff192494aecddc03712 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:32:13 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:52:37 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e13f12 mate-extra/mate-calc: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 mate-extra/mate-calc/mate-calc-1.18.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mate-extra/mate-calc/mate-calc-1.18.1.ebuild b/mate-extra/mate-calc/mate-calc-1.18.1.ebuild index 26e297d5155..157bf5c7d80 100644 --- a/mate-extra/mate-calc/mate-calc-1.18.1.ebuild +++ b/mate-extra/mate-calc/mate-calc-1.18.1.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 @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi DESCRIPTION="Calculator for MATE"
[gentoo-commits] proj/linux-patches: New tag: 4.9-130
commit: Commit: Mike Pagano gentoo org> CommitDate: Sun Sep 9 23:46:08 2018 + New tag: 4.9-130
[gentoo-commits] proj/linux-patches: New tag: 4.14-75
commit: Commit: Mike Pagano gentoo org> CommitDate: Sun Sep 9 23:42:47 2018 + New tag: 4.14-75
[gentoo-commits] proj/linux-patches:4.14 commit in: /
commit: 47c28eec857bf59e5ffd9d3fc0d1f6daa471aa9b Author: Mike Pagano gentoo org> AuthorDate: Sun Sep 9 23:28:47 2018 + Commit: Mike Pagano gentoo org> CommitDate: Sun Sep 9 23:28:47 2018 + URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=47c28eec Linux patch 4.14.69 _README |4 + 1068_linux-4.14.69.patch | 3362 ++ 2 files changed, 3366 insertions(+) diff --git a/_README b/_README index 4fd9ed9..2a8e1bb 100644 --- a/_README +++ b/_README @@ -315,6 +315,10 @@ Patch: 1067_linux-4.14.68.patch From: http://www.kernel.org Desc: Linux 4.14.68 +Patch: 1068_linux-4.14.69.patch +From: http://www.kernel.org +Desc: Linux 4.14.69 + Patch: 1500_XATTR_USER_PREFIX.patch From: https://bugs.gentoo.org/show_bug.cgi?id=470644 Desc: Support for namespace user.pax.* on tmpfs. diff --git a/1068_linux-4.14.69.patch b/1068_linux-4.14.69.patch new file mode 100644 index 000..461b50e --- /dev/null +++ b/1068_linux-4.14.69.patch @@ -0,0 +1,3362 @@ +diff --git a/Makefile b/Makefile +index 3da579058926..3ecda1d2e23a 100644 +--- a/Makefile b/Makefile +@@ -1,7 +1,7 @@ + # SPDX-License-Identifier: GPL-2.0 + VERSION = 4 + PATCHLEVEL = 14 +-SUBLEVEL = 68 ++SUBLEVEL = 69 + EXTRAVERSION = + NAME = Petit Gorille + +diff --git a/arch/alpha/kernel/osf_sys.c b/arch/alpha/kernel/osf_sys.c +index a48976dc9bcd..918c3938ef66 100644 +--- a/arch/alpha/kernel/osf_sys.c b/arch/alpha/kernel/osf_sys.c +@@ -530,24 +530,19 @@ SYSCALL_DEFINE4(osf_mount, unsigned long, typenr, const char __user *, path, + SYSCALL_DEFINE1(osf_utsname, char __user *, name) + { + int error; ++ char tmp[5 * 32]; + + down_read(&uts_sem); +- error = -EFAULT; +- if (copy_to_user(name + 0, utsname()->sysname, 32)) +- goto out; +- if (copy_to_user(name + 32, utsname()->nodename, 32)) +- goto out; +- if (copy_to_user(name + 64, utsname()->release, 32)) +- goto out; +- if (copy_to_user(name + 96, utsname()->version, 32)) +- goto out; +- if (copy_to_user(name + 128, utsname()->machine, 32)) +- goto out; ++ memcpy(tmp + 0 * 32, utsname()->sysname, 32); ++ memcpy(tmp + 1 * 32, utsname()->nodename, 32); ++ memcpy(tmp + 2 * 32, utsname()->release, 32); ++ memcpy(tmp + 3 * 32, utsname()->version, 32); ++ memcpy(tmp + 4 * 32, utsname()->machine, 32); ++ up_read(&uts_sem); + +- error = 0; +- out: +- up_read(&uts_sem); +- return error; ++ if (copy_to_user(name, tmp, sizeof(tmp))) ++ return -EFAULT; ++ return 0; + } + + SYSCALL_DEFINE0(getpagesize) +@@ -567,18 +562,21 @@ SYSCALL_DEFINE2(osf_getdomainname, char __user *, name, int, namelen) + { + int len, err = 0; + char *kname; ++ char tmp[32]; + +- if (namelen > 32) ++ if (namelen < 0 || namelen > 32) + namelen = 32; + + down_read(&uts_sem); + kname = utsname()->domainname; + len = strnlen(kname, namelen); +- if (copy_to_user(name, kname, min(len + 1, namelen))) +- err = -EFAULT; ++ len = min(len + 1, namelen); ++ memcpy(tmp, kname, len); + up_read(&uts_sem); + +- return err; ++ if (copy_to_user(name, tmp, len)) ++ return -EFAULT; ++ return 0; + } + + /* +@@ -739,13 +737,14 @@ SYSCALL_DEFINE3(osf_sysinfo, int, command, char __user *, buf, long, count) + }; + unsigned long offset; + const char *res; +- long len, err = -EINVAL; ++ long len; ++ char tmp[__NEW_UTS_LEN + 1]; + + offset = command-1; + if (offset >= ARRAY_SIZE(sysinfo_table)) { + /* Digital UNIX has a few unpublished interfaces here */ + printk("sysinfo(%d)", command); +- goto out; ++ return -EINVAL; + } + + down_read(&uts_sem); +@@ -753,13 +752,11 @@ SYSCALL_DEFINE3(osf_sysinfo, int, command, char __user *, buf, long, count) + len = strlen(res)+1; + if ((unsigned long)len > (unsigned long)count) + len = count; +- if (copy_to_user(buf, res, len)) +- err = -EFAULT; +- else +- err = 0; ++ memcpy(tmp, res, len); + up_read(&uts_sem); +- out: +- return err; ++ if (copy_to_user(buf, tmp, len)) ++ return -EFAULT; ++ return 0; + } + + SYSCALL_DEFINE5(osf_getsysinfo, unsigned long, op, void __user *, buffer, +diff --git a/arch/arm/boot/dts/tegra30-cardhu.dtsi b/arch/arm/boot/dts/tegra30-cardhu.dtsi +index 92a9740c533f..3b1db7b9ec50 100644 +--- a/arch/arm/boot/dts/tegra30-cardhu.dtsi b/arch/arm/boot/dts/tegra30-cardhu.dtsi +@@ -206,6 +206,7 @@ + #address-cells = <1>; + #size-cells = <0>; + reg = <0x70>; ++ reset-
[gentoo-commits] proj/linux-patches:4.9 commit in: /
commit: 5b51b820cc8b40d5a3bf3e14a0f812dbc17f1dba Author: Mike Pagano gentoo org> AuthorDate: Sun Sep 9 23:27:36 2018 + Commit: Mike Pagano gentoo org> CommitDate: Sun Sep 9 23:27:36 2018 + URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=5b51b820 Linux patch 4.9.126 _README |4 + 1125_linux-4.9.126.patch | 2477 ++ 2 files changed, 2481 insertions(+) diff --git a/_README b/_README index 98d9f5d..eaa2495 100644 --- a/_README +++ b/_README @@ -543,6 +543,10 @@ Patch: 1124_linux-4.9.125.patch From: http://www.kernel.org Desc: Linux 4.9.125 +Patch: 1125_linux-4.9.126.patch +From: http://www.kernel.org +Desc: Linux 4.9.126 + Patch: 1500_XATTR_USER_PREFIX.patch From: https://bugs.gentoo.org/show_bug.cgi?id=470644 Desc: Support for namespace user.pax.* on tmpfs. diff --git a/1125_linux-4.9.126.patch b/1125_linux-4.9.126.patch new file mode 100644 index 000..7ee413d --- /dev/null +++ b/1125_linux-4.9.126.patch @@ -0,0 +1,2477 @@ +diff --git a/Makefile b/Makefile +index aef09ca7a924..b26481fef3f0 100644 +--- a/Makefile b/Makefile +@@ -1,6 +1,6 @@ + VERSION = 4 + PATCHLEVEL = 9 +-SUBLEVEL = 125 ++SUBLEVEL = 126 + EXTRAVERSION = + NAME = Roaring Lionus + +diff --git a/arch/alpha/kernel/osf_sys.c b/arch/alpha/kernel/osf_sys.c +index 4f95577b0180..6e0d549eb3bb 100644 +--- a/arch/alpha/kernel/osf_sys.c b/arch/alpha/kernel/osf_sys.c +@@ -526,24 +526,19 @@ SYSCALL_DEFINE4(osf_mount, unsigned long, typenr, const char __user *, path, + SYSCALL_DEFINE1(osf_utsname, char __user *, name) + { + int error; ++ char tmp[5 * 32]; + + down_read(&uts_sem); +- error = -EFAULT; +- if (copy_to_user(name + 0, utsname()->sysname, 32)) +- goto out; +- if (copy_to_user(name + 32, utsname()->nodename, 32)) +- goto out; +- if (copy_to_user(name + 64, utsname()->release, 32)) +- goto out; +- if (copy_to_user(name + 96, utsname()->version, 32)) +- goto out; +- if (copy_to_user(name + 128, utsname()->machine, 32)) +- goto out; ++ memcpy(tmp + 0 * 32, utsname()->sysname, 32); ++ memcpy(tmp + 1 * 32, utsname()->nodename, 32); ++ memcpy(tmp + 2 * 32, utsname()->release, 32); ++ memcpy(tmp + 3 * 32, utsname()->version, 32); ++ memcpy(tmp + 4 * 32, utsname()->machine, 32); ++ up_read(&uts_sem); + +- error = 0; +- out: +- up_read(&uts_sem); +- return error; ++ if (copy_to_user(name, tmp, sizeof(tmp))) ++ return -EFAULT; ++ return 0; + } + + SYSCALL_DEFINE0(getpagesize) +@@ -561,24 +556,22 @@ SYSCALL_DEFINE0(getdtablesize) + */ + SYSCALL_DEFINE2(osf_getdomainname, char __user *, name, int, namelen) + { +- unsigned len; +- int i; ++ int len, err = 0; ++ char *kname; ++ char tmp[32]; + +- if (!access_ok(VERIFY_WRITE, name, namelen)) +- return -EFAULT; +- +- len = namelen; +- if (len > 32) +- len = 32; ++ if (namelen < 0 || namelen > 32) ++ namelen = 32; + + down_read(&uts_sem); +- for (i = 0; i < len; ++i) { +- __put_user(utsname()->domainname[i], name + i); +- if (utsname()->domainname[i] == '\0') +- break; +- } ++ kname = utsname()->domainname; ++ len = strnlen(kname, namelen); ++ len = min(len + 1, namelen); ++ memcpy(tmp, kname, len); + up_read(&uts_sem); + ++ if (copy_to_user(name, tmp, len)) ++ return -EFAULT; + return 0; + } + +@@ -741,13 +734,14 @@ SYSCALL_DEFINE3(osf_sysinfo, int, command, char __user *, buf, long, count) + }; + unsigned long offset; + const char *res; +- long len, err = -EINVAL; ++ long len; ++ char tmp[__NEW_UTS_LEN + 1]; + + offset = command-1; + if (offset >= ARRAY_SIZE(sysinfo_table)) { + /* Digital UNIX has a few unpublished interfaces here */ + printk("sysinfo(%d)", command); +- goto out; ++ return -EINVAL; + } + + down_read(&uts_sem); +@@ -755,13 +749,11 @@ SYSCALL_DEFINE3(osf_sysinfo, int, command, char __user *, buf, long, count) + len = strlen(res)+1; + if ((unsigned long)len > (unsigned long)count) + len = count; +- if (copy_to_user(buf, res, len)) +- err = -EFAULT; +- else +- err = 0; ++ memcpy(tmp, res, len); + up_read(&uts_sem); +- out: +- return err; ++ if (copy_to_user(buf, tmp, len)) ++ return -EFAULT; ++ return 0; + } + + SYSCALL_DEFINE5(osf_getsysinfo, unsigned long, op, void __user *, buffer, +diff --git a/arch/arm/boot/dts/tegra30-cardhu.dtsi b/arch/arm/boot/dts/tegra30-cardhu.dtsi +index f11012bb58cc..cfcf5dcb51a8 100644 +--- a/arch/arm/bo
[gentoo-commits] proj/linux-patches:4.4 commit in: /
commit: 8782652b4e6d0b393bbee273c0723472ced5d772 Author: Mike Pagano gentoo org> AuthorDate: Sun Sep 9 23:25:58 2018 + Commit: Mike Pagano gentoo org> CommitDate: Sun Sep 9 23:25:58 2018 + URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=8782652b Linux patch 4.4.155 _README |4 + 1154_linux-4.4.155.patch | 1862 ++ 2 files changed, 1866 insertions(+) diff --git a/_README b/_README index 5a367b5..6b63ef8 100644 --- a/_README +++ b/_README @@ -659,6 +659,10 @@ Patch: 1153_linux-4.4.154.patch From: http://www.kernel.org Desc: Linux 4.4.154 +Patch: 1154_linux-4.4.155.patch +From: http://www.kernel.org +Desc: Linux 4.4.155 + Patch: 1500_XATTR_USER_PREFIX.patch From: https://bugs.gentoo.org/show_bug.cgi?id=470644 Desc: Support for namespace user.pax.* on tmpfs. diff --git a/1154_linux-4.4.155.patch b/1154_linux-4.4.155.patch new file mode 100644 index 000..0e4fe23 --- /dev/null +++ b/1154_linux-4.4.155.patch @@ -0,0 +1,1862 @@ +diff --git a/Makefile b/Makefile +index b184286cf7e6..2d9f89ec8397 100644 +--- a/Makefile b/Makefile +@@ -1,6 +1,6 @@ + VERSION = 4 + PATCHLEVEL = 4 +-SUBLEVEL = 154 ++SUBLEVEL = 155 + EXTRAVERSION = + NAME = Blurry Fish Butt + +diff --git a/arch/alpha/kernel/osf_sys.c b/arch/alpha/kernel/osf_sys.c +index 63f06a2b1f7f..bbc7cb9faa01 100644 +--- a/arch/alpha/kernel/osf_sys.c b/arch/alpha/kernel/osf_sys.c +@@ -526,24 +526,19 @@ SYSCALL_DEFINE4(osf_mount, unsigned long, typenr, const char __user *, path, + SYSCALL_DEFINE1(osf_utsname, char __user *, name) + { + int error; ++ char tmp[5 * 32]; + + down_read(&uts_sem); +- error = -EFAULT; +- if (copy_to_user(name + 0, utsname()->sysname, 32)) +- goto out; +- if (copy_to_user(name + 32, utsname()->nodename, 32)) +- goto out; +- if (copy_to_user(name + 64, utsname()->release, 32)) +- goto out; +- if (copy_to_user(name + 96, utsname()->version, 32)) +- goto out; +- if (copy_to_user(name + 128, utsname()->machine, 32)) +- goto out; ++ memcpy(tmp + 0 * 32, utsname()->sysname, 32); ++ memcpy(tmp + 1 * 32, utsname()->nodename, 32); ++ memcpy(tmp + 2 * 32, utsname()->release, 32); ++ memcpy(tmp + 3 * 32, utsname()->version, 32); ++ memcpy(tmp + 4 * 32, utsname()->machine, 32); ++ up_read(&uts_sem); + +- error = 0; +- out: +- up_read(&uts_sem); +- return error; ++ if (copy_to_user(name, tmp, sizeof(tmp))) ++ return -EFAULT; ++ return 0; + } + + SYSCALL_DEFINE0(getpagesize) +@@ -561,24 +556,22 @@ SYSCALL_DEFINE0(getdtablesize) + */ + SYSCALL_DEFINE2(osf_getdomainname, char __user *, name, int, namelen) + { +- unsigned len; +- int i; ++ int len, err = 0; ++ char *kname; ++ char tmp[32]; + +- if (!access_ok(VERIFY_WRITE, name, namelen)) +- return -EFAULT; +- +- len = namelen; +- if (len > 32) +- len = 32; ++ if (namelen < 0 || namelen > 32) ++ namelen = 32; + + down_read(&uts_sem); +- for (i = 0; i < len; ++i) { +- __put_user(utsname()->domainname[i], name + i); +- if (utsname()->domainname[i] == '\0') +- break; +- } ++ kname = utsname()->domainname; ++ len = strnlen(kname, namelen); ++ len = min(len + 1, namelen); ++ memcpy(tmp, kname, len); + up_read(&uts_sem); + ++ if (copy_to_user(name, tmp, len)) ++ return -EFAULT; + return 0; + } + +@@ -741,13 +734,14 @@ SYSCALL_DEFINE3(osf_sysinfo, int, command, char __user *, buf, long, count) + }; + unsigned long offset; + const char *res; +- long len, err = -EINVAL; ++ long len; ++ char tmp[__NEW_UTS_LEN + 1]; + + offset = command-1; + if (offset >= ARRAY_SIZE(sysinfo_table)) { + /* Digital UNIX has a few unpublished interfaces here */ + printk("sysinfo(%d)", command); +- goto out; ++ return -EINVAL; + } + + down_read(&uts_sem); +@@ -755,13 +749,11 @@ SYSCALL_DEFINE3(osf_sysinfo, int, command, char __user *, buf, long, count) + len = strlen(res)+1; + if ((unsigned long)len > (unsigned long)count) + len = count; +- if (copy_to_user(buf, res, len)) +- err = -EFAULT; +- else +- err = 0; ++ memcpy(tmp, res, len); + up_read(&uts_sem); +- out: +- return err; ++ if (copy_to_user(buf, tmp, len)) ++ return -EFAULT; ++ return 0; + } + + SYSCALL_DEFINE5(osf_getsysinfo, unsigned long, op, void __user *, buffer, +diff --git a/arch/arm/boot/dts/tegra30-cardhu.dtsi b/arch/arm/boot/dts/tegra30-cardhu.dtsi +index bb1ca158273c..1922e7a93e40 100644 +--- a/arch/arm/
[gentoo-commits] repo/gentoo:master commit in: dev-python/tablib/
commit: 29c9ca0f414cef6a265ca254a98f86cfa045c5e4 Author: Virgil Dupras gentoo org> AuthorDate: Sun Sep 9 23:05:22 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Sun Sep 9 23:05:22 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c9ca0f dev-python/tablib: remove old and vulnerable Bug: https://bugs.gentoo.org/621884 Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-python/tablib/Manifest | 1 - dev-python/tablib/tablib-0.11.2.ebuild | 28 dev-python/tablib/tablib-0.12.1.ebuild | 32 3 files changed, 61 deletions(-) diff --git a/dev-python/tablib/Manifest b/dev-python/tablib/Manifest index 3a7a9e3c11e..dc32b7d2b2a 100644 --- a/dev-python/tablib/Manifest +++ b/dev-python/tablib/Manifest @@ -1,2 +1 @@ -DIST tablib-0.11.2.tar.gz 758287 BLAKE2B 103ffaa755d7066b19243075fc0069fd7fa256e77f21c5a972a2077633e69064bdb433e3784780d2ac5a439aae62fb94dd128af755714de1fcdd5be46e3cb446 SHA512 356bf308df7c3d7d20800814a945c83fc64e98fb859d180cf5d9455ec2634e0a20f0c6ed788a75117c7c3d7bd4cda319c2049ce760109d102b2cb9a0707fa4f2 DIST tablib-0.12.1.tar.gz 63420 BLAKE2B a4c4b2cd7f54045480fcac41ae55150ed903810de9f97df1a04ae74bdce16cd7c57027d38addbca8230a05ecd591290f2cdfe7736ccb02597a05cf7ffa0f5f4d SHA512 5207f59dab59f465584fc6c55d6322150f550c50f50a35d6901a39ed05a624a52dfdb5a9a9ddf0d6bc7285e5a3a4972c458895e4cc204a365c3df0d9ada0228a diff --git a/dev-python/tablib/tablib-0.11.2.ebuild b/dev-python/tablib/tablib-0.11.2.ebuild deleted file mode 100644 index faa0359f65e..000 --- a/dev-python/tablib/tablib-0.11.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) - -inherit distutils-r1 - -DESCRIPTION="A format-agnostic tabular dataset library written in Python" -HOMEPAGE="http://python-tablib.org/"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="amd64 x86" -IUSE="test" - -RDEPEND=" - dev-python/ujson[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -python_test() { - py.test -v -v || die -} diff --git a/dev-python/tablib/tablib-0.12.1.ebuild b/dev-python/tablib/tablib-0.12.1.ebuild deleted file mode 100644 index b715f7e1fde..000 --- a/dev-python/tablib/tablib-0.12.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) - -inherit distutils-r1 - -DESCRIPTION="A format-agnostic tabular dataset library written in Python" -HOMEPAGE="http://python-tablib.org/"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="amd64 ~x86" -IUSE="test" - -RDEPEND=" - dev-python/openpyxl[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/ujson[${PYTHON_USEDEP}] - dev-python/xlrd[${PYTHON_USEDEP}] - dev-python/xlwt[${PYTHON_USEDEP}] -" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) -" - -python_test() { - py.test -v -v || die -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/odfpy/
commit: 99a36e42f4c794e022adc9e725f06f138931a468 Author: Virgil Dupras gentoo org> AuthorDate: Sun Sep 9 23:03:40 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Sun Sep 9 23:03:40 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a36e42 dev-python/odfpy: remove old Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-python/odfpy/Manifest | 1 - dev-python/odfpy/odfpy-1.3.2.ebuild | 40 - 2 files changed, 41 deletions(-) diff --git a/dev-python/odfpy/Manifest b/dev-python/odfpy/Manifest index ecc587cfd1c..b05bb2bee80 100644 --- a/dev-python/odfpy/Manifest +++ b/dev-python/odfpy/Manifest @@ -1,2 +1 @@ -DIST odfpy-1.3.2.tar.gz 479554 BLAKE2B 3b9d2d144f11727471002dd1dfb9289028423d05d65fea040041dbd43a674ddf6c893fa8895a2e198e6a82e79aa2af92f21a6381cfd67233b4fe57401370121f SHA512 c5be79c4077f40a56821790d4b6062e3715f8b616b1e9ead79977ad00ecf3f506ebbe73790f215bb835a233833fa471af7f619cfcd88320cf8238e4c9502e248 DIST odfpy-1.3.6.tar.gz 691122 BLAKE2B aaaf2c1613beb6775d22e4d1739b7c144d8046e687f0dc8f7b7b1ea7400cc32dd572ed5a1cd12cb01c5fec27b5c37950b710b279a46d60da8735154d2b2d7030 SHA512 09f3fbce633949035842cff16d2e016271b7f6abf04d74fcaa712c9b3afa18943dd566a2d88a7256a0a52d88ea689d6ef8262f6d8d67d6ea1025aa56e10300f8 diff --git a/dev-python/odfpy/odfpy-1.3.2.ebuild b/dev-python/odfpy/odfpy-1.3.2.ebuild deleted file mode 100644 index 90ff23ae2b3..000 --- a/dev-python/odfpy/odfpy-1.3.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -# Classifier: Programming Language :: Python :: 2 :: Only -# py3 fails one test, pypy anpother. -# Notes on page of home repo reports support of python3. -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="Python API and tools to manipulate OpenDocument files" -HOMEPAGE="https://github.com/eea/odfpy https://pypi.org/project/odfpy/"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0 GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -# Tarball missing required folder to build docs in html. - -python_test() { - # Known single fail under python3 suspected to be caused in python3 itself - # https://github.com/eea/odfpy/issues/21 - - local exit_status=0 test - for test in tests/test*.py; do - einfo "Running ${test} ..." - "${PYTHON}" ${test} - [[ $? -ne 0 ]] && exit_status=1 - done - return ${exit_status} -} - -python_install_all() { - use examples && local EXAMPLES=( examples/. ) - distutils-r1_python_install_all -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/cliff-tablib/
commit: 9714feb6df063bbcb0fca04b9c2d9c1730e6a278 Author: Virgil Dupras gentoo org> AuthorDate: Sun Sep 9 23:01:51 2018 + Commit: Virgil Dupras gentoo org> CommitDate: Sun Sep 9 23:01:51 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9714feb6 dev-python/cliff-tablib: remove old Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-python/cliff-tablib/cliff-tablib-1.1-r1.ebuild | 27 -- dev-python/cliff-tablib/cliff-tablib-1.1.ebuild| 27 -- 2 files changed, 54 deletions(-) diff --git a/dev-python/cliff-tablib/cliff-tablib-1.1-r1.ebuild b/dev-python/cliff-tablib/cliff-tablib-1.1-r1.ebuild deleted file mode 100644 index 47cfc031561..000 --- a/dev-python/cliff-tablib/cliff-tablib-1.1-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 - -DESCRIPTION="Formatter extensions of JSON, YAML, and HTML output for the cliff framework" -HOMEPAGE="https://github.com/dreamhost/cliff-tablib"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -KEYWORDS="amd64 ~x86" -IUSE="doc examples" -LICENSE="Apache-2.0" -SLOT="0" - -RDEPEND="dev-python/tablib[${PYTHON_USEDEP}] - dev-python/cliff[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_install_all() { - # Use IUSE examples for installing the demoapp - use examples && local EXAMPLES=( demoapp/. ) - use doc && local HTML_DOCS=( docs/build/html/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/cliff-tablib/cliff-tablib-1.1.ebuild b/dev-python/cliff-tablib/cliff-tablib-1.1.ebuild deleted file mode 100644 index 69bd1a347ff..000 --- a/dev-python/cliff-tablib/cliff-tablib-1.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) - -inherit distutils-r1 - -DESCRIPTION="Formatter extensions of JSON, YAML, and HTML output for the cliff framework" -HOMEPAGE="https://github.com/dreamhost/cliff-tablib"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -KEYWORDS="amd64 x86" -IUSE="doc examples" -LICENSE="Apache-2.0" -SLOT="0" - -RDEPEND="dev-python/tablib[${PYTHON_USEDEP}] - dev-python/cliff[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_install_all() { - # Use IUSE examples for installing the demoapp - use examples && local EXAMPLES=( demoapp/. ) - use doc && local HTML_DOCS=( docs/build/html/. ) - distutils-r1_python_install_all -}
[gentoo-commits] repo/gentoo:master commit in: app-emulation/lxd/
commit: 466f357db24e56349ca2f09e05a4b406087d62c0 Author: Erik Mackdanz gentoo org> AuthorDate: Sun Sep 9 22:49:53 2018 + Commit: Erik Mackdanz gentoo org> CommitDate: Sun Sep 9 22:50:43 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=466f357d app-emulation/lxd: Fix missing dep, fix bad linking Closes: https://bugs.gentoo.org/664394 Closes: https://bugs.gentoo.org/664990 Package-Manager: Portage-2.3.46, Repoman-2.3.10 app-emulation/lxd/lxd-3.4-r1.ebuild | 233 1 file changed, 233 insertions(+) diff --git a/app-emulation/lxd/lxd-3.4-r1.ebuild b/app-emulation/lxd/lxd-3.4-r1.ebuild new file mode 100644 index 000..0988eae3ecc --- /dev/null +++ b/app-emulation/lxd/lxd-3.4-r1.ebuild @@ -0,0 +1,233 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Fast, dense and secure container management" +HOMEPAGE="https://linuxcontainers.org/lxd/introduction/"; + +LICENSE="Apache-2.0 BSD BSD-2 LGPL-3 MIT MPL-2.0" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="+daemon +ipv6 +dnsmasq nls test tools" + +inherit autotools bash-completion-r1 linux-info systemd user + +SRC_URI="https://linuxcontainers.org/downloads/${PN}/${P}.tar.gz"; + +DEPEND=" + dev-lang/tcl + >=dev-lang/go-1.9.4 + dev-libs/protobuf + nls? ( sys-devel/gettext ) + test? ( + app-misc/jq + net-misc/curl + sys-devel/gettext + ) +" + +RDEPEND=" + daemon? ( + app-arch/xz-utils + >=app-emulation/lxc-2.0.7[seccomp] + dev-libs/libuv + dev-libs/lzo + dev-util/xdelta:3 + dnsmasq? ( + net-dns/dnsmasq[dhcp,ipv6?] + ) + net-firewall/ebtables + net-firewall/iptables[ipv6?] + net-libs/libnfnetlink + net-misc/rsync[xattr] + sys-apps/iproute2[ipv6?] + sys-fs/fuse + sys-fs/lxcfs + sys-fs/squashfs-tools + virtual/acl + ) +" + +CONFIG_CHECK=" + ~BRIDGE + ~DUMMY + ~IP6_NF_NAT + ~IP6_NF_TARGET_MASQUERADE + ~IPV6 + ~IP_NF_NAT + ~IP_NF_TARGET_MASQUERADE + ~MACVLAN + ~NETFILTER_XT_MATCH_COMMENT + ~NET_IPGRE + ~NET_IPGRE_DEMUX + ~NET_IPIP + ~NF_NAT_MASQUERADE_IPV4 + ~NF_NAT_MASQUERADE_IPV6 + ~VXLAN +" + +ERROR_BRIDGE="BRIDGE: needed for network commands" +ERROR_DUMMY="DUMMY: needed for network commands" +ERROR_IP6_NF_NAT="IP6_NF_NAT: needed for network commands" +ERROR_IP6_NF_TARGET_MASQUERADE="IP6_NF_TARGET_MASQUERADE: needed for network commands" +ERROR_IPV6="IPV6: needed for network commands" +ERROR_IP_NF_NAT="IP_NF_NAT: needed for network commands" +ERROR_IP_NF_TARGET_MASQUERADE="IP_NF_TARGET_MASQUERADE: needed for network commands" +ERROR_MACVLAN="MACVLAN: needed for network commands" +ERROR_NETFILTER_XT_MATCH_COMMENT="NETFILTER_XT_MATCH_COMMENT: needed for network commands" +ERROR_NET_IPGRE="NET_IPGRE: needed for network commands" +ERROR_NET_IPGRE_DEMUX="NET_IPGRE_DEMUX: needed for network commands" +ERROR_NET_IPIP="NET_IPIP: needed for network commands" +ERROR_NF_NAT_MASQUERADE_IPV4="NF_NAT_MASQUERADE_IPV4: needed for network commands" +ERROR_NF_NAT_MASQUERADE_IPV6="NF_NAT_MASQUERADE_IPV6: needed for network commands" +ERROR_VXLAN="VXLAN: needed for network commands" + +EGO_PN="github.com/lxc/lxd" + +src_prepare() { + eapply_user + eapply "${FILESDIR}/de-translation-newline.patch" + + cd "${S}/dist/dqlite" || die "Can't cd to dqlite dir" + eautoreconf +} + +src_configure() { + export GOPATH="${S}/dist" + cd "${GOPATH}/sqlite" || die "Can't cd to sqlite dir" + econf --enable-replication --disable-amalgamation --disable-tcl --libdir="${EPREFIX}/usr/lib/lxd" + + cd "${GOPATH}/dqlite" || die "Can't cd to dqlite dir" + PKG_CONFIG_PATH="${GOPATH}/sqlite/" econf --libdir=${EPREFIX}/usr/lib/lxd +} + +src_compile() { + export GOPATH="${S}/dist" + + cd "${GOPATH}/sqlite" || die "Can't cd to sqlite dir" + emake + + cd "${GOPATH}/dqlite" || die "Can't cd to dqlite dir" + emake CFLAGS="-I${GOPATH}/sqlite" + + # We don't use the Makefile here because it builds targets with the + # assumption that `pwd` is in a deep gopath namespace, which we're not. + # It's simpler to manually call "go install" than patching the Makefile. + cd "${S}" + go install -v -x ${EGO_PN}/lxc || die "Failed to build the client" + + if use daemon; then + + # LXD depends on a patched, bundled sqlite with replication + # capabilities. + export CGO_CFLAGS="-I${GOPATH}/sqlite/ -I${GOPATH}/dqlite/include/" + export CGO_LDFLAGS="-L${GOPATH}/sqlite/.libs
[gentoo-commits] repo/gentoo:master commit in: dev-python/odfpy/
commit: 476ed38ef28d465a46b8c45560b78dea4422f180 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 22:48:28 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 22:48:28 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=476ed38e dev-python/odfpy: x86 stable (bug #621884) Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-python/odfpy/odfpy-1.3.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/odfpy/odfpy-1.3.6.ebuild b/dev-python/odfpy/odfpy-1.3.6.ebuild index b982da4bc02..a05627dc6af 100644 --- a/dev-python/odfpy/odfpy-1.3.6.ebuild +++ b/dev-python/odfpy/odfpy-1.3.6.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="examples test" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: net-vpn/tor/
commit: ba03866972af6d63ca7a848c3dadc0c0ff4595d2 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 22:49:37 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 22:49:37 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba038669 net-vpn/tor: x86 stable (bug #665320) Package-Manager: Portage-2.3.49, Repoman-2.3.10 net-vpn/tor/tor-0.3.4.7_rc.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/tor/tor-0.3.4.7_rc.ebuild b/net-vpn/tor/tor-0.3.4.7_rc.ebuild index 795e49f9b3a..9776634796c 100644 --- a/net-vpn/tor/tor-0.3.4.7_rc.ebuild +++ b/net-vpn/tor/tor-0.3.4.7_rc.ebuild @@ -17,7 +17,7 @@ LICENSE="BSD GPL-2" SLOT="0" # We need to keyword app-arch/zstd #KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos" -KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~ppc-macos" +KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86 ~ppc-macos" IUSE="caps libressl lzma scrypt seccomp selinux systemd tor-hardening test web zstd" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/tablib/
commit: d27203c56ab7f86b12fc7d2f48b5a212fcfb92a7 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 22:47:33 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 22:47:33 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27203c5 dev-python/tablib: x86 stable (bug #621884) Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-python/tablib/tablib-0.12.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tablib/tablib-0.12.1-r1.ebuild b/dev-python/tablib/tablib-0.12.1-r1.ebuild index 1ce9ba150f9..0d19104ca14 100644 --- a/dev-python/tablib/tablib-0.12.1-r1.ebuild +++ b/dev-python/tablib/tablib-0.12.1-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-lang/mercury/
commit: 689e0cb93fd7b90518f82c9631033995e3f69355 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 22:46:10 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 22:46:10 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689e0cb9 dev-lang/mercury: x86 stable (bug #648224) Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-lang/mercury/mercury-14.01.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/mercury/mercury-14.01.1.ebuild b/dev-lang/mercury/mercury-14.01.1.ebuild index 858cefaf244..ff23c0e2a73 100644 --- a/dev-lang/mercury/mercury-14.01.1.ebuild +++ b/dev-lang/mercury/mercury-14.01.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://dl.mercurylang.org/release/${MY_P}.tar.gz LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug emacs erlang examples java mono profile readline threads trail"
[gentoo-commits] repo/gentoo:master commit in: dev-lang/mercury-extras/
commit: a975ee9dbc0ff90e1a21aca80643edb59f408f0e Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 22:46:41 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 22:46:41 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a975ee9d dev-lang/mercury-extras: x86 stable (bug #648224) Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-lang/mercury-extras/mercury-extras-14.01.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/mercury-extras/mercury-extras-14.01.1.ebuild b/dev-lang/mercury-extras/mercury-extras-14.01.1.ebuild index 55f9783589c..e8d26a4cb81 100644 --- a/dev-lang/mercury-extras/mercury-extras-14.01.1.ebuild +++ b/dev-lang/mercury-extras/mercury-extras-14.01.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://dl.mercurylang.org/release/${MY_P}.tar.gz LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="X cairo examples glut iodbc ncurses odbc opengl ssl tcl tk xml"
[gentoo-commits] repo/gentoo:master commit in: dev-python/cliff-tablib/
commit: 84a9f596b538f2c677610a0c00b9acf10777d93e Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 22:48:01 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 22:48:01 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a9f596 dev-python/cliff-tablib: x86 stable (bug #621884) Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-python/cliff-tablib/cliff-tablib-1.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cliff-tablib/cliff-tablib-1.1-r2.ebuild b/dev-python/cliff-tablib/cliff-tablib-1.1-r2.ebuild index 57adb6c422c..ce7a076cd9c 100644 --- a/dev-python/cliff-tablib/cliff-tablib-1.1-r2.ebuild +++ b/dev-python/cliff-tablib/cliff-tablib-1.1-r2.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Formatter extensions of JSON, YAML, and HTML output for the cliff f HOMEPAGE="https://github.com/dreamhost/cliff-tablib"; SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc examples" LICENSE="Apache-2.0" SLOT="0"
[gentoo-commits] repo/gentoo:master commit in: dev-libs/opensc/
commit: ea49e9bcca1f99bd71bf00b8b09acabf49593d23 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Sep 9 17:07:30 2018 + Commit: Jeroen Roovers gentoo org> CommitDate: Sun Sep 9 21:52:22 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea49e9bc dev-libs/opensc: Stable for HPPA too. Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --ignore-arches dev-libs/opensc/opensc-0.18.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/opensc/opensc-0.18.0.ebuild b/dev-libs/opensc/opensc-0.18.0.ebuild index 2d33364c868..12d4cc7d91e 100644 --- a/dev-libs/opensc/opensc-0.18.0.ebuild +++ b/dev-libs/opensc/opensc-0.18.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/OpenSC/OpenSC/releases/download/${PV}/${P}.tar.gz"; LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ia64 ~m68k ppc ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="doc +pcsc-lite secure-messaging openct ctapi readline libressl ssl zlib" RDEPEND="zlib? ( sys-libs/zlib )
[gentoo-commits] repo/gentoo:master commit in: www-misc/profile-sync-daemon/files/, www-misc/profile-sync-daemon/
commit: 5fc92f703edc68e638b69c4f8ccedf4c743bf219 Author: Jeffrey Lin icurse nl> AuthorDate: Sat Sep 8 04:01:34 2018 + Commit: Patrice Clement gentoo org> CommitDate: Sun Sep 9 21:46:44 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc92f70 www-misc/profile-sync-daemon: version bump to 5.75. Package-Manager: Portage-2.3.49, Repoman-2.3.10 Closes: https://github.com/gentoo/gentoo/pull/9807 www-misc/profile-sync-daemon/Manifest | 1 + .../files/bad-substitution-fix.patch | 11 ++ .../profile-sync-daemon/files/openrc-path.patch| 13 +++ .../profile-sync-daemon-5.75.ebuild| 41 ++ 4 files changed, 66 insertions(+) diff --git a/www-misc/profile-sync-daemon/Manifest b/www-misc/profile-sync-daemon/Manifest index 48ab55da731..79021215daf 100644 --- a/www-misc/profile-sync-daemon/Manifest +++ b/www-misc/profile-sync-daemon/Manifest @@ -1,2 +1,3 @@ DIST profile-sync-daemon-5.45.1.tar.gz 25543 BLAKE2B e033ae0587c3c5b90442e9ed199b10112019459f6e5f32d8ffb836c1d0ab878d4f535709c76d8a8bf7edde7aca8d1b8d868ad5c472166c7ec22d1da9f0f5591d SHA512 8a61ebfe52031bd59c70416adfd477edc313641cec93a4e96c80f316517cdb53f49840cfd7711ea2f6180ecce8e8e5d45f01d7bd85ba787c3fe288a14426b944 +DIST profile-sync-daemon-5.75.tar.gz 27829 BLAKE2B b333688af27a7373f72e72a09dd18afc210f2196957a76f6fab59d46ecd4e9b905b833a66bf49001c0be307b05b06320d7ee2b754cee1b6559a113346717b82b SHA512 54c2a6c743bf3a3dd746862f6dc0448c8993c96fe0163f4f89885cee3e4c81ecac46414c0ca57d57ec0e9e6c646f9a39462d5d533a7515a952cc56276509bdc0 DIST profile-sync-daemon-6.31.tar.gz 20490 BLAKE2B 6c65f414230051e71578d1d0d69dd266a6d2b6f741b9c3a0e6b3132945fbe8f98db12544ac145609c82e793e1a8d5e8cef278191e653cb5560c3451d6f158307 SHA512 7e7585e902c2428c28dc980c73ebf77ea7f2b39133a6ad0c82e714c2789811c42785ac5d403f965f1b3de8c685d7cba51810ea99206e2b7351dbd607a2cd0fdb diff --git a/www-misc/profile-sync-daemon/files/bad-substitution-fix.patch b/www-misc/profile-sync-daemon/files/bad-substitution-fix.patch new file mode 100644 index 000..7551b08157a --- /dev/null +++ b/www-misc/profile-sync-daemon/files/bad-substitution-fix.patch @@ -0,0 +1,11 @@ +--- a/common/profile-sync-daemon.in2015-07-29 16:57:24.0 -0400 b/common/profile-sync-daemon.in2017-07-25 21:35:59.209639588 -0400 +@@ -581,7 +581,7 @@ + # check that the LAST DIRECTORY in the full path is unique + unique_count=$(echo ${DIRArr[@]##*/} | + sed 's/ /\n/g' | sort -u | wc -l) +- if [[ ${#DIRArr[@]##*/} -eq $unique_count ]]; then ++ if [[ ${#DIRArr[@]} -eq $unique_count ]]; then + # no problems so do nothing + return + else diff --git a/www-misc/profile-sync-daemon/files/openrc-path.patch b/www-misc/profile-sync-daemon/files/openrc-path.patch new file mode 100644 index 000..fc2d51b872d --- /dev/null +++ b/www-misc/profile-sync-daemon/files/openrc-path.patch @@ -0,0 +1,13 @@ +--- a/Makefile 2015-07-29 17:57:24.0 -0300 b/Makefile 2017-02-02 15:08:06.720017266 -0300 +@@ -64,8 +64,8 @@ + + install-openrc: + $(Q)echo -e '\033[1;32mInstalling openrc files...\033[0m' +- $(INSTALL_DIR) "$(DESTDIR)$(DOCDIR)" +- $(INSTALL_SCRIPT) init/psd.openrc "$(DESTDIR)$(DOCDIR)/psd.openrc" ++ $(INSTALL_DIR) "$(DESTDIR)$(INITDIR_UPSTART)" ++ $(INSTALL_SCRIPT) init/psd.openrc "$(DESTDIR)$(INITDIR_UPSTART)/psd" + [ -f "$(DESTDIR)$(CONFDIR)/psd.conf" ] || $(INSTALL_DATA) common/psd.conf "$(DESTDIR)$(CONFDIR)/psd.conf" + + install-systemd: diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-5.75.ebuild b/www-misc/profile-sync-daemon/profile-sync-daemon-5.75.ebuild new file mode 100644 index 000..70b56370895 --- /dev/null +++ b/www-misc/profile-sync-daemon/profile-sync-daemon-5.75.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Symlinks and syncs browser profile dirs to RAM" +HOMEPAGE="https://wiki.archlinux.org/index.php/Profile-sync-daemon"; +SRC_URI="https://github.com/graysky2/profile-sync-daemon/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="systemd zsh-completion" + +RDEPEND=" + app-shells/bash + net-misc/rsync[xattr] + systemd? ( sys-apps/systemd )" + +PATCHES=( + "${FILESDIR}/openrc-path.patch" + "${FILESDIR}/bad-substitution-fix.patch" +) + +src_install() { + emake DESTDIR="${ED}" \ + install-openrc-all \ + $(usex systemd "install-systemd" "") + + if ! use zsh-completion; then + rm -r "${ED}/usr/share/zsh" || die + fi
[gentoo-commits] repo/gentoo:master commit in: dev-python/pydiff/
commit: f09ce048bdd553b983651f128f1bb62778cc4191 Author: Patrice Clement gentoo org> AuthorDate: Tue Sep 4 19:26:27 2018 + Commit: Patrice Clement gentoo org> CommitDate: Sun Sep 9 21:41:50 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f09ce048 dev-python/pydiff: keyword for amd64-fbsd. Package-Manager: Portage-2.3.43, Repoman-2.3.9 dev-python/pydiff/pydiff-0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pydiff/pydiff-0.2.ebuild b/dev-python/pydiff/pydiff-0.2.ebuild index 0d04f7e3067..1d1b81106a1 100644 --- a/dev-python/pydiff/pydiff-0.2.ebuild +++ b/dev-python/pydiff/pydiff-0.2.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=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm64 x86 ~amd64-fbsd" python_test() { "${PYTHON}" test_pydiff.py || die "Tests failed under ${EPYTHON}"
[gentoo-commits] repo/gentoo:master commit in: dev-python/autopep8/
commit: e253ecee00fde0c66de69142ba6edaead5379565 Author: Patrice Clement gentoo org> AuthorDate: Sat Sep 8 17:40:01 2018 + Commit: Patrice Clement gentoo org> CommitDate: Sun Sep 9 21:40:59 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e253ecee dev-python/autopep8: version bump. Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/autopep8/Manifest| 1 + dev-python/autopep8/autopep8-1.4.ebuild | 44 + 2 files changed, 45 insertions(+) diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest index b229fcaa535..267d6cac194 100644 --- a/dev-python/autopep8/Manifest +++ b/dev-python/autopep8/Manifest @@ -1,3 +1,4 @@ DIST autopep8-1.3.2.tar.gz 107915 BLAKE2B 3148f12616babc26415fc138d5d9e2d2a83cc735449cea54870662dabdfebfd298d96ca716ee62c9143049a2abf05e6a597b0ec6bab90c557dae63999794ea25 SHA512 cb9a5e297ce705722d5e65472dbe749e57fa12fe8dee0d4c3dc20d9e885e0d885339627667110318c89c6bf7e337203a7831c0e2217e5a5d7951edcb98d3df4f DIST autopep8-1.3.3.tar.gz 108639 BLAKE2B d2e6f6f334dfeb5e8ae33f4460c9344ec6b1e234e7f714c7602fae72f1ca5608e12145c40a39b14d28e1d79b0dd91855493d87947407428ba4c1d87834156626 SHA512 e327d58311f74c8bb9f18b99f8d866c071166e94f43912b35eedc6062267d4cdb5842bde7c54426c751b1bb76103ec11eb8daa682772a1f71c50962811dbc694 DIST autopep8-1.3.5.tar.gz 109415 BLAKE2B e30a9719dcb2ce5463adc967ea76daa1c919c4b26e879ad69416e06bdff873e288b43a86f2cd797e67428c969e60dfb1f63508bbd8eec8f818f2abd4f68409e9 SHA512 3f7b441ede0efe01b3123e9349eeddc1eb62e6198c79e95e7eee532a3c9eca0cedfd4fdb50a872da9be93ad79db68fb13972eb984539f9ca4ebc37b05411cf70 +DIST autopep8-1.4.tar.gz 107925 BLAKE2B a64f3af22d0f7910210c8f49b29e47a4a8a5118135a77ac53f1fbf97ff826b6dd2df034610c8d0298af27765e260d26627bef4d8550fdf31d6cb1068d52a0d18 SHA512 ec7dd7879140119227f30bd87bb416a74c402ff1c0b32f45103847774fc33de99d51d1815991441c20e3c81b3fdef73bc4563899da5a6d17b1e682e42f53754b diff --git a/dev-python/autopep8/autopep8-1.4.ebuild b/dev-python/autopep8/autopep8-1.4.ebuild new file mode 100644 index 000..9dbeed09290 --- /dev/null +++ b/dev-python/autopep8/autopep8-1.4.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} ) +PYTHON_REQ_USE="threads(+)" + +inherit distutils-r1 + +DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style guide" +HOMEPAGE="https://github.com/hhatto/autopep8 https://pypi.org/project/autopep8/"; +if [[ ${PV} == ** ]]; then + EGIT_REPO_URI="https://github.com/hhatto/${PN}.git"; + inherit git-r3 +else + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="test" + +RDEPEND=" + >=dev-python/pep8-1.5.7[${PYTHON_USEDEP}] + >=dev-python/pycodestyle-2.3[${PYTHON_USEDEP}]" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + ${RDEPEND} + >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}] + )" + +python_prepare_all() { + # Prevent UnicodeDecodeError with LANG=C + sed -e "/é/d" -i MANIFEST.in || die + distutils-r1_python_prepare_all +} + +python_test() { + esetup.py test +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/arrow/
commit: 1dccee5f694bc59143ca7b2db1e0b0ca6c02d967 Author: Patrice Clement gentoo org> AuthorDate: Sat Sep 8 17:36:30 2018 + Commit: Patrice Clement gentoo org> CommitDate: Sun Sep 9 21:41:02 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dccee5f dev-python/arrow: version bump. Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/arrow/Manifest| 1 + dev-python/arrow/arrow-0.12.1.ebuild | 35 +++ 2 files changed, 36 insertions(+) diff --git a/dev-python/arrow/Manifest b/dev-python/arrow/Manifest index 97147c20eb4..77a8429ef79 100644 --- a/dev-python/arrow/Manifest +++ b/dev-python/arrow/Manifest @@ -1 +1,2 @@ DIST arrow-0.10.0.tar.gz 86506 BLAKE2B 3971e2aa4cefe70ce84267830800bd80bedb68caf3bd595614ac6bd77051bdff7c0e33ee09d569f4bcb9991255050b533464ade12c0d850a1d46dab3f65f03bd SHA512 a2baa23f1424b21506f3b664f0ef02d09f91b9cfaf6e0badfa544f42c750ed51136ae0e8910ac24207c0265a1b233f10a6f3cbafee3124b5f5c4fd965cfd01c0 +DIST arrow-0.12.1.tar.gz 65356 BLAKE2B 671f1094bc71b4ab03a967929cd81cff46e0b48d509ef82827e28403eee3a92a8380a4e4903599ae3f2e2813ebe3b47a46846e32d98f78eb5866c643999e3a79 SHA512 f18449d3629ff5630aa77f6068e7cd3e2ee32ba35e1d0d972b03fff1dd817d2d936a38cdde45b2b8f218df5c1ce3e316404e33103d8bc82af9bcc377e37afb09 diff --git a/dev-python/arrow/arrow-0.12.1.ebuild b/dev-python/arrow/arrow-0.12.1.ebuild new file mode 100644 index 000..272f4de5d55 --- /dev/null +++ b/dev-python/arrow/arrow-0.12.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} ) +inherit distutils-r1 + +DESCRIPTION="Better dates and times for Python" +HOMEPAGE="https://github.com/crsmithdev/arrow/"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-python/python-dateutil[${PYTHON_USEDEP}]" + +DEPEND=" + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/chai[${PYTHON_USEDEP}] + dev-python/simplejson[${PYTHON_USEDEP}] + ${RDEPEND} + )" + +python_prepare() { + sed -i -e "/with-coverage/d" setup.cfg || die +} + +python_test() { + nosetests -v || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/chai/
commit: b9b1a2cad53e304ab76bf0823f08a76ca8e82492 Author: Patrice Clement gentoo org> AuthorDate: Fri Sep 7 18:35:28 2018 + Commit: Patrice Clement gentoo org> CommitDate: Sun Sep 9 21:41:00 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b1a2ca dev-python/chai: mark stable for amd64+x86. Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/chai/chai-1.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/chai/chai-1.1.1.ebuild b/dev-python/chai/chai-1.1.1.ebuild index 090f1dea7de..8a6c221c0a5 100644 --- a/dev-python/chai/chai-1.1.1.ebuild +++ b/dev-python/chai/chai-1.1.1.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 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
[gentoo-commits] repo/gentoo:master commit in: app-admin/logstash-bin/
commit: ad8a45d8d88dc693ed69fe81d6e7e1e85953dfcc Author: Tomas Mozes sygic com> AuthorDate: Sun Sep 9 20:07:36 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 20:41:12 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad8a45d8 app-admin/logstash-bin: bump to 6.4.0 Package-Manager: Portage-2.3.49, Repoman-2.3.10 app-admin/logstash-bin/Manifest | 2 + app-admin/logstash-bin/logstash-bin-6.4.0.ebuild | 77 2 files changed, 79 insertions(+) diff --git a/app-admin/logstash-bin/Manifest b/app-admin/logstash-bin/Manifest index 8d0554ff0ef..714cb8a98cf 100644 --- a/app-admin/logstash-bin/Manifest +++ b/app-admin/logstash-bin/Manifest @@ -2,5 +2,7 @@ DIST logstash-5.6.10.tar.gz 104373711 BLAKE2B 759bf003e1799aeaef0a1279b3c7cf5732 DIST logstash-5.6.11.tar.gz 104371822 BLAKE2B 3597b8ef661fa2bcbfd112966b11789925b1fafdc11991390c96d62af02d959cc251c59f352a949b14760df9f5eda5672ff407b70b3f361d4ec7ce3379eb7e5d SHA512 1e8f78fd76f637672bf18ec4b986c56c76be357788364e4dc863933f28982b988b147f31e091381e960c010ee4791e6f79914a75bacfe6b0482e573272bba749 DIST logstash-6.2.4.zip 153969993 BLAKE2B 989f631484be14014b8230e09fa049a0e470078fed938f2df55134a27d5f4f2d8670187126d32c4933b77b496a6ed96e12d180922c2c318c67fb3dbeec5a5a3b SHA512 65f6e5accc4441cb930e5c45723edeea54ba034a25680ca34114296af5a2c456d4152f9b38469475e600fce27a27b0d9c1d206039d12f2ec9cfeb02942a5c189 DIST logstash-6.3.2.tar.gz 144211416 BLAKE2B 8471fd0a920b4ef06cd775ceaafde33e16e5d1898c89339f4a039262a7a6472d6cb8dd2017db8811d6a827395a5b1e7040d9759c8734de2ccd1fc7e615345813 SHA512 11507b9177aa6cd4172eb825e395571de71bae8b0e39d7f700fe27c7219b22bc2b9a493e39016eead2d54407dc5e5cc20a0c6e4453140d628cadea076453308f +DIST logstash-6.4.0.tar.gz 153887188 BLAKE2B 36f6181d8f8e9c9d9a9f919c66c909fd3008d41b2de9bf014738ba6f3bd8f08204c2acc12c32a4978421476ddc45dc01269d8b145c2d863304d942a24b02a520 SHA512 6cb47370c757151fd7e2eed03b05d28492bfc0f5d397cf885ee6814965a83884716b39d3c9360341c3d4d029dc60d61502453defd42cc072c5ad3756bc2c654f DIST logstash-oss-6.3.1.tar.gz 143787612 BLAKE2B 2de3b991d27019b1c7df7cfa7152c009f2569e12562106babb56081be2a7ac7d94a967e7c52b58f721c2f70f1e8ec9c2730653ff094cf0dd3a9933486ac13be7 SHA512 959d9d5985e117d23ae12efe248a13ae33f8f3ede320fb3b6872e1c27738b601779f0e2402e7be4a2383cd0f220e50cdfd2d6b160d7f5805b2439cee4d8bd94c DIST logstash-oss-6.3.2.tar.gz 144128583 BLAKE2B 99de9d375a06d132844ce63fa5d0e092bb05aedb93ff5e4a278ea75ca2fe68701afa3028af4f9c3e5b3b469e46faf4d6dc62d006e9dac3a9e9528ff94aa2dd47 SHA512 7fa97f0ca070677aaddc73ff900397ce4a45f4b02467917219acb3c414cf0cbf396b481f624d2ebc3f370b2e41120b3b103f6d080a9fafdce98b119eb8d27f5d +DIST logstash-oss-6.4.0.tar.gz 153760331 BLAKE2B 7e519d9666d5fb98079c5eb721b1a4f721fbf0c871919d115e67ff00111d25184abf37bdcb3cacb1bc3eccbc779cc15a9324f72d5e02337ab6993a0d1a9dab18 SHA512 2261cffdb6ee7eba08d381f243e534b8d756c760ac40a5707a3abb4adca08c02c403a8c204dab2091bb46bb4be52b938867675041c49a25e3b1c98fb07f92b98 diff --git a/app-admin/logstash-bin/logstash-bin-6.4.0.ebuild b/app-admin/logstash-bin/logstash-bin-6.4.0.ebuild new file mode 100644 index 000..acbb17a3c74 --- /dev/null +++ b/app-admin/logstash-bin/logstash-bin-6.4.0.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit java-pkg-2 user + +MY_PN="${PN%-bin}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Tool for managing events and logs" +HOMEPAGE="https://www.elastic.co/products/logstash"; +SRC_URI="x-pack? ( https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}.tar.gz ) + !x-pack? ( https://artifacts.elastic.co/downloads/${MY_PN}/${MY_PN}-oss-${PV}.tar.gz )" + +# source: LICENSE.txt and NOTICE.txt +LICENSE="Apache-2.0 MIT x-pack? ( Elastic )" +SLOT="0" +KEYWORDS="~amd64" +IUSE="x-pack" + +RESTRICT="strip" +QA_PREBUILT="opt/logstash/vendor/jruby/lib/jni/*/libjffi*.so" + +RDEPEND="virtual/jre:1.8" + +S="${WORKDIR}/${MY_P}" + +pkg_setup() { + enewgroup ${MY_PN} + enewuser ${MY_PN} -1 -1 /var/lib/${MY_PN} ${MY_PN} +} + +src_install() { + keepdir /etc/"${MY_PN}"/{conf.d,patterns,plugins} + keepdir "/var/lib/${MY_PN}" + keepdir "/var/log/${MY_PN}" + + insinto "/usr/share/${MY_PN}" + newins "${FILESDIR}/agent.conf.sample" agent.conf + + rm -v config/{pipelines.yml,startup.options} || die + insinto /etc/${MY_PN} + doins -r config/. + doins "${FILESDIR}/pipelines.yml" + rm -rv config data || die + + insinto "/opt/${MY_PN}" + doins -r . + fperms 0755 "/opt/${MY_PN}/bin/${MY_PN}" "/opt/${MY_PN}/vendor/jruby/bin/jruby" "/opt/${MY_PN}/bin/logstash-plugin" + + newconfd "${FILESDIR}/${MY_PN}.confd-r2" "${MY_PN}" + newinitd "${FILESDIR}/${MY_PN}.initd-r2" "${MY_PN}" + + insinto /usr/share/eselect/modules + doins "${FILESDIR}"/logstash-plugin.eselect
[gentoo-commits] repo/gentoo:master commit in: app-admin/filebeat/
commit: 4b3d014784698b7086900b79ac103152149e9958 Author: Tomas Mozes sygic com> AuthorDate: Sun Sep 9 20:06:03 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 20:41:09 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3d0147 app-admin/filebeat: bump to 6.4.0 Closes: https://github.com/gentoo/gentoo/pull/9798 Package-Manager: Portage-2.3.49, Repoman-2.3.10 app-admin/filebeat/Manifest | 1 + app-admin/filebeat/filebeat-6.4.0.ebuild | 66 2 files changed, 67 insertions(+) diff --git a/app-admin/filebeat/Manifest b/app-admin/filebeat/Manifest index 3f2267d33ea..3dc6b8d1a65 100644 --- a/app-admin/filebeat/Manifest +++ b/app-admin/filebeat/Manifest @@ -4,3 +4,4 @@ DIST filebeat-6.1.1.tar.gz 17061456 BLAKE2B 5a5d23618f8140f3815c499305d99ae3dc4c DIST filebeat-6.2.4.tar.gz 19466271 BLAKE2B 417f1db19b7fdd9bcf66f2c3dcdf2aaa6be9ba5edff1c97a0b8f4a5d7953ef27bcbd860e097fb40e67b3b42b795b684dabb2995eee572243831f749a7184b625 SHA512 49293e28e4ca769a88f7b889ea888a559ae7e142698714e24bf5519d00c2030237cac591590aa284f17792906a6137333173716ddf5db4496217f8b5a054b19c DIST filebeat-6.3.1.tar.gz 20915568 BLAKE2B 048898bc4520c0dc2a0aa5257149ecb75abc0b52d9a8cae63fdfe9fc8c329b3fa30d7277ae0cb916a86477d60e82b63839956cfa7a1985961c5ee5f6622b9f83 SHA512 1c03cc8fd3b968ade678cf2290fd7bd8fed2f9daa64cd550455567296ff51517b502b54e1b2413820c25cf899b7759662c9c18278c78a2568c74a26841f5f525 DIST filebeat-6.3.2.tar.gz 20923316 BLAKE2B 70ac7e574f94a6141a7c6a1bd0af45ddbda3d01d6ea006c90ea341d2df03cac320d53496833cace3b394b9433251ea68a248dafdc8e28a85a6014314d5a2f3c4 SHA512 3d6ed03c9286bc778ad979b1398fcd70d870be184f912202ee5fab7c0ff23df639f445ec14cfcfd4d41ef648f33e88c2959f3c5f966fd3986884a223623a +DIST filebeat-6.4.0.tar.gz 21996282 BLAKE2B 892a7ff307af3370d8df3661490359b4984bb6eedaf688a9fb845531b3de4e7785081602c4071b244c4ed26021d7455e35745a1011f8830b69a9440affe46997 SHA512 c059428b6d4d85e061b9078955f56323e7f02c74495702dca318f8c53c3fb7c4244a86a388ab79c5288601fbd08963acf7959834b1f9cdeddfbb10011e9d8184 diff --git a/app-admin/filebeat/filebeat-6.4.0.ebuild b/app-admin/filebeat/filebeat-6.4.0.ebuild new file mode 100644 index 000..739d28056bb --- /dev/null +++ b/app-admin/filebeat/filebeat-6.4.0.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Lightweight log shipper for Logstash and Elasticsearch" +HOMEPAGE="https://www.elastic.co/products/beats"; +SRC_URI="https://github.com/elastic/beats/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +RESTRICT="test" + +DEPEND=">=dev-lang/go-1.10.3" +RDEPEND="!app-admin/filebeat-bin" + +# Do not complain about CFLAGS etc since go projects do not use them. +QA_FLAGS_IGNORED='.*' + +S="${WORKDIR}/src/github.com/elastic/beats" + +src_unpack() { + mkdir -p "${S%/*}" || die + default + mv beats-${PV} "${S}" || die +} + +src_prepare() { + default + + # avoid Elastic license + rm -r x-pack || die + + # use ${PV} instead of git commit id + sed -i "s/\(COMMIT_ID=\).*/\1${PV}/g" "${S}/libbeat/scripts/Makefile" || die +} + +src_compile() { + GOPATH="${WORKDIR}" emake -C "${S}/filebeat" +} + +src_install() { + keepdir /var/{lib,log}/${PN} + + fperms 0750 /var/{lib,log}/${PN} + + newconfd "${FILESDIR}/${PN}.confd" ${PN} + newinitd "${FILESDIR}/${PN}.initd.1" ${PN} + + docinto examples + dodoc ${PN}/{filebeat.yml,filebeat.reference.yml} + + dobin filebeat/filebeat +} + +pkg_postinst() { + if [[ -n "${REPLACING_VERSIONS}" ]]; then + elog "Please read the migration guide at:" + elog "https://www.elastic.co/guide/en/beats/libbeat/$(ver_cut 1-2)/upgrading.html" + elog "" + fi + + elog "Example configurations:" + elog "${EROOT}/usr/share/doc/${PF}/examples" +}
[gentoo-commits] repo/gentoo:master commit in: app-misc/elasticsearch/
commit: e842e2f009ab6e2fa77dc3de978bd9374fea1d95 Author: Tomas Mozes sygic com> AuthorDate: Sun Sep 9 19:59:33 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 20:41:05 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e842e2f0 app-misc/elasticsearch: drop old Closes: https://github.com/gentoo/gentoo/pull/9796 Package-Manager: Portage-2.3.49, Repoman-2.3.10 app-misc/elasticsearch/Manifest| 3 - app-misc/elasticsearch/elasticsearch-5.6.10.ebuild | 69 --- app-misc/elasticsearch/elasticsearch-6.2.4.ebuild | 72 .../elasticsearch/elasticsearch-6.3.1-r1.ebuild| 77 -- .../elasticsearch/elasticsearch-6.3.1-r2.ebuild| 77 -- 5 files changed, 298 deletions(-) diff --git a/app-misc/elasticsearch/Manifest b/app-misc/elasticsearch/Manifest index cbc0dd9f029..d91a6e667d4 100644 --- a/app-misc/elasticsearch/Manifest +++ b/app-misc/elasticsearch/Manifest @@ -1,8 +1,5 @@ -DIST elasticsearch-5.6.10.tar.gz 33796721 BLAKE2B 4e9d1d910a70acf32ca63cec811b711f692f3cf32dcec084a07f92d281eed07c067740bb5c5447055a6d0b6126e55a635edcd08c105dc59985db72bcd031a8a5 SHA512 17bd5710cfc3efa455428a79c74e63aacc9b9481d59a0b0df07ad4e4c25ef32dd41b3dbbde464a2801363b6d428a23eb52cc935640ce86bbc4d8a01dca8a1585 DIST elasticsearch-5.6.11.tar.gz 33864199 BLAKE2B 08884e6367007835ec1d248912d4127ade4d5fff85927df86ee7de4ebf5ee9bc9639940c89b71739cf17fd389d0c47a23cc48ccd1777b94830f1614663fd7487 SHA512 cc0ec89889e23d7aa3e03a2bb76bf6bb40b3084a8a13da99851c4770533048283d36b4c13322b4689480914e5e57c4c998d4abba44d8caa44ffdb21edb207a9c -DIST elasticsearch-6.2.4.tar.gz 29056810 BLAKE2B 121be27ac1db4fa6bbe285161b3f2b2dd889859b50f46b57b68ed43514568c4aa9629b5ca32edcc2328a6e7245256d64901c8acc8b2dd91337f8ca97b87c46e1 SHA512 9e6c0de8ed0d9e27fdd18ef7bada376af5a8680bb7a4f4d805926da456b349cee731ba90328b5eda5f0e62fa3f00f34646bf1c2b6c662d055f4be338d0690941 DIST elasticsearch-6.3.2.tar.gz 91452574 BLAKE2B c422990fabad70e6e77e8f59f6fb9e9bf5a84eb7e6b8b67dfd91f53e474b1b501b3a1d5ea8f54f0793631504f194a116e816eb3558782b67c8dadecbc2711ee5 SHA512 954cd1e16a5f2e0b0efaeb7e6b19c708d1588d30814a31defb09037c3b90f78c5e9dbd1ca9af9c700d517145a4279bacc1d8ce7cc6894fbe7bf71eec9ed3110d DIST elasticsearch-6.4.0.tar.gz 97901357 BLAKE2B 60263c3b68a91fba2341d45162cac328e5561cfe046bcc0dfff3eb09d2e487374c5e8481b460a54861df7b2c5774ac2cc6c884fc6b5455fb40f0c89848c0ad0b SHA512 6f465378a51c487f1f6a84a0843ac1038db60170ee8a5d96874a759f6dbbf2de9f7bcbbf55616f49f28f1098c82f2e585c917267d02b8b1f43627a1984b3da66 -DIST elasticsearch-oss-6.3.1.tar.gz 29417012 BLAKE2B 356665cde2f12ae5813d95302398f5fced07c53d25e6e1dc7ad41c8dc8ad42cd3d5bd4ffa6cab24af8088c29800f6ec59a483710272b756af2f76b5967d4b932 SHA512 3df0f7f35e150198f7ff660cf4d90fbd1c2ca587287c6340d427f968711b6390123bfafd09a744c9bdf328d57423bcb75f6e4701ce14a7257388611abea62545 DIST elasticsearch-oss-6.3.2.tar.gz 29418577 BLAKE2B 152640dc01a10f44ba43f87f68361cc0dd5e1cf54d0ff92377f3acd1a12a247f002ffe2d003cc53760e891278249c10b1d6d4eb978b0bb1c1ebf8879a2cfcb9a SHA512 3c51a860414f7e55900b1d9a350bdbc3e673c8445e316454c2480315b4b9fc08df58090c6281cecc3ae63d12d78d6bd58e228b3371aa325db799ce18758a21f4 DIST elasticsearch-oss-6.4.0.tar.gz 33727061 BLAKE2B dd0ff95bb124103ca340b480c5192c9919ef226d4c3ef1b61accd0df2ee9b60a8215693b3db0fa327a4d6791de66746654144a9172210687e8a2efa9f6f4dde3 SHA512 0197dcf24bdb81cbcfa492d899363528816143962abd1925a5092e8177c25e8ca490afe5868b41057b3cded296f59f38ed11ba0156a820b6c877c69a546c diff --git a/app-misc/elasticsearch/elasticsearch-5.6.10.ebuild b/app-misc/elasticsearch/elasticsearch-5.6.10.ebuild deleted file mode 100644 index 26cfa98675c..000 --- a/app-misc/elasticsearch/elasticsearch-5.6.10.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit systemd user - -DESCRIPTION="Open Source, Distributed, RESTful, Search Engine" -HOMEPAGE="https://www.elastic.co/products/elasticsearch"; -SRC_URI="https://artifacts.elastic.co/downloads/${PN}/${P}.tar.gz"; -LICENSE="Apache-2.0 BSD-2 LGPL-3 MIT public-domain" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="virtual/jre:1.8" - -pkg_setup() { - enewgroup ${PN} - enewuser ${PN} -1 /bin/bash /usr/share/${PN} ${PN} -} - -src_prepare() { - default - - rm -v bin/*.{bat,exe} LICENSE.txt || die -} - -src_install() { - keepdir /etc/${PN} - keepdir /etc/${PN}/scripts - - insinto /etc/${PN} - doins -r config/. - rm -rv config || die - - insinto /usr/share/${PN} - doins -r . - - exeinto /usr/share/${PN}/bin - doexe "${FILESDIR}/elasticsearch-systemd-pre-exec" - - chmod +x "${ED}"/usr/share/${PN}/bin/* || die - - keepdir /var/{lib,log}/${PN} - fowners ${PN}:${PN} /var/{lib,log}/${PN} - fperms 0750 /var/{li
[gentoo-commits] repo/gentoo:master commit in: app-admin/logstash-bin/
commit: 0d68b8b2feba416e56f692c80c3713a33c5d545a Author: Tomas Mozes sygic com> AuthorDate: Sun Sep 9 20:07:30 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 20:41:11 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d68b8b2 app-admin/logstash-bin: bump to 5.6.11 Package-Manager: Portage-2.3.49, Repoman-2.3.10 app-admin/logstash-bin/Manifest | 1 + app-admin/logstash-bin/logstash-bin-5.6.11.ebuild | 77 +++ 2 files changed, 78 insertions(+) diff --git a/app-admin/logstash-bin/Manifest b/app-admin/logstash-bin/Manifest index 49a2f3c04b1..8d0554ff0ef 100644 --- a/app-admin/logstash-bin/Manifest +++ b/app-admin/logstash-bin/Manifest @@ -1,4 +1,5 @@ DIST logstash-5.6.10.tar.gz 104373711 BLAKE2B 759bf003e1799aeaef0a1279b3c7cf5732126ae65e9ca0a3e315cb6f7a1b4e4417fad1fd86328a58be99e04e8053264d873b04cf43cac2b49490bbdc82c8e8b7 SHA512 9ba887da982755efd21b363e9c084660c9b7e6c042e00a8c599f60d6bba5621af7ede43957f6c3d976888f4c13e6ae17cc69afd184f2dcdd41a311972f59a745 +DIST logstash-5.6.11.tar.gz 104371822 BLAKE2B 3597b8ef661fa2bcbfd112966b11789925b1fafdc11991390c96d62af02d959cc251c59f352a949b14760df9f5eda5672ff407b70b3f361d4ec7ce3379eb7e5d SHA512 1e8f78fd76f637672bf18ec4b986c56c76be357788364e4dc863933f28982b988b147f31e091381e960c010ee4791e6f79914a75bacfe6b0482e573272bba749 DIST logstash-6.2.4.zip 153969993 BLAKE2B 989f631484be14014b8230e09fa049a0e470078fed938f2df55134a27d5f4f2d8670187126d32c4933b77b496a6ed96e12d180922c2c318c67fb3dbeec5a5a3b SHA512 65f6e5accc4441cb930e5c45723edeea54ba034a25680ca34114296af5a2c456d4152f9b38469475e600fce27a27b0d9c1d206039d12f2ec9cfeb02942a5c189 DIST logstash-6.3.2.tar.gz 144211416 BLAKE2B 8471fd0a920b4ef06cd775ceaafde33e16e5d1898c89339f4a039262a7a6472d6cb8dd2017db8811d6a827395a5b1e7040d9759c8734de2ccd1fc7e615345813 SHA512 11507b9177aa6cd4172eb825e395571de71bae8b0e39d7f700fe27c7219b22bc2b9a493e39016eead2d54407dc5e5cc20a0c6e4453140d628cadea076453308f DIST logstash-oss-6.3.1.tar.gz 143787612 BLAKE2B 2de3b991d27019b1c7df7cfa7152c009f2569e12562106babb56081be2a7ac7d94a967e7c52b58f721c2f70f1e8ec9c2730653ff094cf0dd3a9933486ac13be7 SHA512 959d9d5985e117d23ae12efe248a13ae33f8f3ede320fb3b6872e1c27738b601779f0e2402e7be4a2383cd0f220e50cdfd2d6b160d7f5805b2439cee4d8bd94c diff --git a/app-admin/logstash-bin/logstash-bin-5.6.11.ebuild b/app-admin/logstash-bin/logstash-bin-5.6.11.ebuild new file mode 100644 index 000..b52e9f6f7bf --- /dev/null +++ b/app-admin/logstash-bin/logstash-bin-5.6.11.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit java-pkg-2 user + +MY_PN="${PN%-bin}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Tool for managing events and logs" +HOMEPAGE="https://www.elastic.co/products/logstash"; +SRC_URI="https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}.tar.gz"; + +# source: LICENSE.txt and NOTICE.txt +LICENSE="Apache-2.0 MIT" +SLOT="0" +KEYWORDS="~amd64" + +RESTRICT="strip" +QA_PREBUILT="opt/logstash/vendor/jruby/lib/jni/*/libjffi*.so" + +RDEPEND="virtual/jre:1.8" + +S="${WORKDIR}/${MY_P}" + +pkg_setup() { + enewgroup ${MY_PN} + enewuser ${MY_PN} -1 -1 /var/lib/${MY_PN} ${MY_PN} +} + +src_install() { + keepdir /etc/"${MY_PN}"/{conf.d,patterns,plugins} + keepdir "/var/lib/${MY_PN}" + keepdir "/var/log/${MY_PN}" + + insinto "/usr/share/${MY_PN}" + newins "${FILESDIR}/agent.conf.sample" agent.conf + + rm -v config/startup.options || die + insinto /etc/${MY_PN} + doins -r config/. + rm -rv config data || die + + insinto "/opt/${MY_PN}" + doins -r . + fperms 0755 "/opt/${MY_PN}/bin/${MY_PN}" "/opt/${MY_PN}/vendor/jruby/bin/jruby" "/opt/${MY_PN}/bin/logstash-plugin" + + newconfd "${FILESDIR}/${MY_PN}.confd-r1" "${MY_PN}" + newinitd "${FILESDIR}/${MY_PN}.initd-r1" "${MY_PN}" + + insinto /usr/share/eselect/modules + doins "${FILESDIR}"/logstash-plugin.eselect +} + +pkg_postinst() { + ewarn "The default pidfile directory has been changed from /run/logstash to /run." + ewarn "Please ensure any running logstash processes are shut down cleanly." + ewarn + ewarn "The default data directory has been moved from /opt/logstash/data to" + ewarn "/var/lib/logstash/data. Please check and move its contents as necessary." + ewarn + ewarn "Self installed plugins are removed during Logstash upgrades (Bug #622602)" + ewarn "Install the plugins via eselect module that will automatically re-install" + ewarn "all self installed plugins after Logstash upgrades." + elog + elog "Installing plugins:" + elog "eselect logstash-plugin install logstash-output-gelf" + elog + + elog "Reinstalling self installed plugins (installed via eselect module):" + eselect logstash-plugin reinstall +
[gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb/
commit: 24525b6c33621b05f085d14300ade28f042ab860 Author: Tomas Mozes gmail com> AuthorDate: Sun Sep 9 19:57:45 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 20:40:59 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24525b6c dev-db/mongodb: bump to 4.0.2 Closes: https://github.com/gentoo/gentoo/pull/9772 Package-Manager: Portage-2.3.48, Repoman-2.3.10 dev-db/mongodb/Manifest | 1 + dev-db/mongodb/mongodb-4.0.2.ebuild | 163 2 files changed, 164 insertions(+) diff --git a/dev-db/mongodb/Manifest b/dev-db/mongodb/Manifest index cc2c2bc96c3..b75326127cf 100644 --- a/dev-db/mongodb/Manifest +++ b/dev-db/mongodb/Manifest @@ -14,3 +14,4 @@ DIST mongodb-src-r3.6.6.tar.gz 40391572 BLAKE2B 1cee1ad5431d2941cf2f0ee31290b2b5 DIST mongodb-src-r3.6.7.tar.gz 40421164 BLAKE2B c447799f33de768fada7a8f44e692602bd827aec7087886b28d69830382db005a1a95e2596306e24f9d7a4555e1b3f8f6355ebad38a27d06234de15ec946dd04 SHA512 6d91785c5569f8b99ff7234fa94c7b87406489b1e04a9e1b44a2af6cbaf79e3685dbc361162935dc4b92bd07ed40bf024dba4ca85c1a4079dd22f1cdac91d594 DIST mongodb-src-r4.0.0.tar.gz 49138467 BLAKE2B 616e267c737729103de544d82db60489e7a32c5f9847ffd2d643a9025c18aa867718216f5de9f18a93fb2a7930c3dbe9ec3850eef09dbec084570328a99f2865 SHA512 11d00cdde606cfea268471cffccedb6d003e421aeffda2303aff4d4126c386aaec50a1de733d7a1d5fb6605403cf9f2218dae50374c7b5e8625fa80317804589 DIST mongodb-src-r4.0.1.tar.gz 49175057 BLAKE2B 69cd8268964200534d61493018044372f2991cedb027454c02023f5f54a0616b31c421d611ff2e67dfca87b99727cef5266a4279445a8693f8c676d0803553b3 SHA512 cfb0ec3227d976999f366ca15ddaa9379f90433dbd02bd16d001f0a7f986e84df697cbbd43674988b5d41a0b85445dcd0c4717cb406e05c1fbcd544088c859ea +DIST mongodb-src-r4.0.2.tar.gz 49328232 BLAKE2B 0e56392de5b8cd59c49c38469ed427c52dbd91cd64b3c97da6809c0f849198f836896b8ef24a06e7ff84a65a7986b76df2ca4ffeafe76d8afe0e031ad25ecf5a SHA512 171422ee028ebc279bb2cf20c78a3ce89a6cc15abf0955ac20a6c67f1aae577bf99ca4363fc428dba6ae0250b97f95d2fc51ca7f4a4505e8c38c9a11ca249800 diff --git a/dev-db/mongodb/mongodb-4.0.2.ebuild b/dev-db/mongodb/mongodb-4.0.2.ebuild new file mode 100644 index 000..d59daa0c283 --- /dev/null +++ b/dev-db/mongodb/mongodb-4.0.2.ebuild @@ -0,0 +1,163 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +SCONS_MIN_VERSION="2.5.0" +CHECKREQS_DISK_BUILD="2400M" +CHECKREQS_DISK_USR="512M" +CHECKREQS_MEMORY="1024M" + +inherit check-reqs eapi7-ver flag-o-matic multiprocessing pax-utils python-single-r1 scons-utils systemd toolchain-funcs user + +MY_P=${PN}-src-r${PV/_rc/-rc} + +DESCRIPTION="A high-performance, open source, schema-free document-oriented database" +HOMEPAGE="https://www.mongodb.com"; +SRC_URI="https://fastdl.mongodb.org/src/${MY_P}.tar.gz"; + +LICENSE="AGPL-3 Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="debug kerberos libressl mms-agent ssl test +tools" + +RDEPEND=">=app-arch/snappy-1.1.3 + >=dev-cpp/yaml-cpp-0.5.3 + >=dev-libs/boost-1.60:=[threads(+)] + >=dev-libs/libpcre-8.41[cxx] + dev-libs/snowball-stemmer + net-libs/libpcap + >=sys-libs/zlib-1.2.11:= + kerberos? ( dev-libs/cyrus-sasl[kerberos] ) + mms-agent? ( app-admin/mms-agent ) + ssl? ( + !libressl? ( >=dev-libs/openssl-1.0.1g:0= ) + libressl? ( dev-libs/libressl:0= ) + )" +DEPEND="${RDEPEND} + ${PYTHON_DEPS} + dev-python/cheetah[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + virtual/python-typing[${PYTHON_USEDEP}] + sys-libs/ncurses:0= + sys-libs/readline:0= + debug? ( dev-util/valgrind ) + test? ( + dev-python/pymongo[${PYTHON_USEDEP}] + )" +PDEPEND="tools? ( >=app-admin/mongo-tools-${PV} )" + +PATCHES=( + "${FILESDIR}/${PN}-3.4.7-no-boost-check.patch" + "${FILESDIR}/${PN}-3.6.1-fix-scons.patch" + "${FILESDIR}/${PN}-4.0.0-no-compass.patch" +) + +S=${WORKDIR}/${MY_P} + +pkg_pretend() { + if [[ -n ${REPLACING_VERSIONS} ]]; then + if ver_test "$REPLACING_VERSIONS" -lt 3.6; then + ewarn "To upgrade from a version earlier than the 3.6-series, you must" + ewarn "successively upgrade major releases until you have upgraded" + ewarn "to 3.6-series. Then upgrade to 4.0 series." + else + ewarn "Be sure to set featureCompatibilityVersion to 3.6 before upgrading." + fi + fi +} + +pkg_setup() { + enewgroup mongodb + enewuser mongodb -1 -1 /var/lib/${PN} mongodb + + python-single-r1_pkg_setup +} + +src_prepare() { + default + + # remove bundled libs + rm -r src/third_party/{boost-*,pcre-*,scons-*,snappy-*,yaml-cpp-*,zlib-*} || die + + # remov
[gentoo-commits] repo/gentoo:master commit in: app-admin/mongo-tools/
commit: dce5f03eaecc1889f45c8d5c470d54cea74f464e Author: Tomas Mozes gmail com> AuthorDate: Sun Sep 9 19:57:35 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 20:40:57 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce5f03e app-admin/mongo-tools: bump to 4.0.2 Package-Manager: Portage-2.3.48, Repoman-2.3.10 app-admin/mongo-tools/Manifest | 1 + app-admin/mongo-tools/mongo-tools-4.0.2.ebuild | 61 ++ 2 files changed, 62 insertions(+) diff --git a/app-admin/mongo-tools/Manifest b/app-admin/mongo-tools/Manifest index 9c4a955c732..2393b43b60e 100644 --- a/app-admin/mongo-tools/Manifest +++ b/app-admin/mongo-tools/Manifest @@ -14,3 +14,4 @@ DIST mongo-tools-3.6.6.tar.gz 4723751 BLAKE2B 876d46c47190398d1218a760bdeb8167c9 DIST mongo-tools-3.6.7.tar.gz 4723244 BLAKE2B 82a61b8e72122a9a2b80aceeaa6767fcb13740c324c83c53b18297d9138807950dc656506ffd8a694d2f697c934342541c0ca6f62539bb07be266093e82a17a6 SHA512 5367259f27cf21234db2f69693fc2e21051b42b1acc7eaf8f9b366ed264943cff179c8565239fe36bb1d5d21f5e08ec58ff0df5d4c60526d321d63389f37fac2 DIST mongo-tools-4.0.0.tar.gz 10872217 BLAKE2B 84e92178c0e4827926de525a70d6124635d59e270a3d37e23ec8653cc64d99bb7489fa6266917437ca45aa3ca5e00bc59b81e65c5b72e717db2701c6f7327bec SHA512 d67c4aca9b41266109adc39bb1a642206738fda393e1f9f05570c02a00a02e29ec71c71e67ad232c72d66543ae7e7bfe07fbcf26958d48ed0e631da452c1904d DIST mongo-tools-4.0.1.tar.gz 10872813 BLAKE2B 21b36c550ee7147b013414d24042ca720d3fdb961759d8857b0ffb3ba1aa3f7f3bcb363c97287d1c7084dae246f9d7f49d2d0d5c8a11bc939fa9d3113b4c2b6e SHA512 69355ca7c8d97a9a8b257aa1cde672b3b4af7ceb5b37e2cf601746e102ca6ac290ec35c20728fdb6736dd28feb8e6b6e1b948e88fd2fb4c9b53c8a3cd3688d67 +DIST mongo-tools-4.0.2.tar.gz 10872395 BLAKE2B 6d02a51677509abb5a00f7f4f324a2c979d7e55ebd55754023c80e51e9e8121bea84692574739f83882c0426074c0a3a5c5df2cb8cba58ee80c06e5a75504a8d SHA512 45971d96c512a920c40052f0d11097e88db137e975125de375a63e8f0eefbe22ae5252d239455c60e12ef65e0abce7a658dfb9dda0cbcc153718bb6711cf5e43 diff --git a/app-admin/mongo-tools/mongo-tools-4.0.2.ebuild b/app-admin/mongo-tools/mongo-tools-4.0.2.ebuild new file mode 100644 index 000..8461951acd0 --- /dev/null +++ b/app-admin/mongo-tools/mongo-tools-4.0.2.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PV=${PV/_rc/-rc} +MY_P=${PN}-r${MY_PV} + +DESCRIPTION="A high-performance, open source, schema-free document-oriented database" +HOMEPAGE="https://www.mongodb.com"; +SRC_URI="https://github.com/mongodb/mongo-tools/archive/r${MY_PV}.tar.gz -> mongo-tools-${MY_PV}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="sasl ssl" + +RDEPEND="!
[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen/
commit: bba2e05fcf5dff4cc422faf17c6f840f86053ef8 Author: Tomas Mozes gmail com> AuthorDate: Sun Sep 9 18:37:47 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 20:40:55 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba2e05f app-emulation/xen: bump to 4.10.1-r2 Closes: https://github.com/gentoo/gentoo/pull/9730 Package-Manager: Portage-2.3.48, Repoman-2.3.10 app-emulation/xen/Manifest | 1 + app-emulation/xen/xen-4.10.1-r2.ebuild | 172 + 2 files changed, 173 insertions(+) diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest index abfa25741d5..cdc467c4300 100644 --- a/app-emulation/xen/Manifest +++ b/app-emulation/xen/Manifest @@ -1,6 +1,7 @@ DIST xen-4.10.0-upstream-patches-0.tar.xz 70884 BLAKE2B 9a27e7989486ba3ba59548de356384527cc5b78e63b6ed042506e6534e488272369f021cd2daa516820313c3fe18625a5864794ae0806e7018b8ad28b0a294b1 SHA512 e64bf1d30d24e922c60c3b518a4de7874b43cc695134b4cdd65f6d95ae9ae579c521fab13ca82409fde55e43815d072c3194997e2bda106204cbf329e93a0a00 DIST xen-4.10.0.tar.gz 24618123 BLAKE2B 009faa980f9734525c137d525e626bfa3443c285aeb6b4af91bb2c32a2e98376ded0b1114b541d11e2d4353f4f588d58e8add5b1e0d7de2fe3399d4687c5bfae SHA512 5a37935c382f9cfe3641a35c3be0ba11689bca10c7d3c2401963513e3a834ee8d0c8a0ddcf3716dbf0a795aea1bab78caf19acf1272e5e054bf012cfa06a4690 DIST xen-4.10.1-upstream-patches-1.tar.xz 85048 BLAKE2B d00f01980e1c889b2f6899970999b93a7ddbaa03f88219d576bfbe4ccfe0ef3f75afad1538065045833430baa16b64d8dd7eb42af6ad7c3ef948601b941c51bc SHA512 ede74a53faf82712d6ee0cf2a995bb78b7079481e47e829243632fac40069194671e6b9b765e535aa533f618cdcd7715f540e81acd947a42f7b8cbb693a3df82 +DIST xen-4.10.1-upstream-patches-2.tar.xz 117588 BLAKE2B ddcd58964117652b50f3524d89089e2e9b14a8399fb5bd2db5d12827035ab94cedbfd5d65134d8953e4062a50e0e8a9b320e9c34008db8fd364456f47fd9cd26 SHA512 49ee8497af3753f3d611bf12c65fb7a79abb018862f1af096e9dde3ddfe8780bb95fc3da338c8d5f16a5d6d233d606d4cf8025a3d0e2897bf2668a1d5b27b198 DIST xen-4.10.1.tar.gz 24674240 BLAKE2B f9a7e0c637db865ab32ad6b6185ab96022903aff65a18e194286a3fc372d4a45f6682cd636b7ac5b4fa0125e54ed51f8876a411d498cf75791718fd088c4a6d2 SHA512 236c02bee69e33644703ed26d323d4c491a91fc05bd0ee0990a7368579f7c82f5bb4510845bf80348fd923024d7d60d521f593dfd0365d971dc592f8ef10fbea DIST xen-4.11.0-upstream-patches-0.tar.xz 21720 BLAKE2B 92c2ef90ca6af5032e9181d8edbe2b91a4117cc402f5abdff208aa76ee76b56ce75f576c56220d2ebf6d1a21957c10f7c45a2c88d2c77aa8b17fa9a0a99e5b57 SHA512 6ea0ee376251b20b7fa9b6334bca462f115d8a9929e31ae269ae9591b433b46e4e9076a2d2e39ec5f868d5d74739ad7b0ba0d9244e599da5255ccca0babd669e DIST xen-4.11.0.tar.gz 25131533 BLAKE2B 892639b8bcd9b9956104e4d5137ffd88e17f92d965fa967b4af8d74a4fddcc21c6971c53026e0fb5ce833ab2c25c68f827abcac0b7b1dcebc21dca645c465573 SHA512 33d431c194f10d5ee767558404a1f80a66b3df019012b0bbd587fcbc9524e1bba7ea04269020ce891fe9d211d2f81c63bf78abedcdbe1595aee26251c803a50a diff --git a/app-emulation/xen/xen-4.10.1-r2.ebuild b/app-emulation/xen/xen-4.10.1-r2.ebuild new file mode 100644 index 000..4aa52ebfe2b --- /dev/null +++ b/app-emulation/xen/xen-4.10.1-r2.ebuild @@ -0,0 +1,172 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +inherit eutils flag-o-matic mount-boot multilib python-any-r1 toolchain-funcs + +MY_PV=${PV/_/-} +MY_P=${PN}-${MY_PV} + +if [[ $PV == * ]]; then + inherit git-r3 + KEYWORDS="" + EGIT_REPO_URI="git://xenbits.xen.org/xen.git" + SRC_URI="" +else + KEYWORDS="~amd64 ~arm -x86" + UPSTREAM_VER=2 + SECURITY_VER= + GENTOO_VER= + + [[ -n ${UPSTREAM_VER} ]] && \ + UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz + https://github.com/hydrapolic/gentoo-dist/raw/master/xen/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz"; + [[ -n ${SECURITY_VER} ]] && \ + SECURITY_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-security-patches-${SECURITY_VER}.tar.xz"; + [[ -n ${GENTOO_VER} ]] && \ + GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-gentoo-patches-${GENTOO_VER}.tar.xz"; + SRC_URI="https://downloads.xenproject.org/release/xen/${MY_PV}/${MY_P}.tar.gz + ${UPSTREAM_PATCHSET_URI} + ${SECURITY_PATCHSET_URI} + ${GENTOO_PATCHSET_URI}" +fi + +DESCRIPTION="The Xen virtual machine monitor" +HOMEPAGE="https://www.xenproject.org"; +LICENSE="GPL-2" +SLOT="0" +IUSE="custom-cflags debug efi flask" + +DEPEND="${PYTHON_DEPS} + efi? ( >=sys-devel/binutils-2.22[multitarget] ) + !efi? ( >=sys-devel/binutils-2.22 )" +RDEPEND="" +PDEPEND="~app-emulation/xen-tools-${PV}" + +# no tests are available for the hypervisor +# prevent the silliness of /usr
[gentoo-commits] repo/gentoo:master commit in: sys-cluster/galera/
commit: 8a98577ac0a90c7e433eadc109d41ff6dac26f50 Author: Tomas Mozes gmail com> AuthorDate: Sun Sep 9 19:58:37 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 20:41:00 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a98577a sys-cluster/galera: bump to 25.3.24 Closes: https://github.com/gentoo/gentoo/pull/9784 Closes: https://bugs.gentoo.org/665256 Package-Manager: Portage-2.3.48, Repoman-2.3.10 sys-cluster/galera/Manifest | 1 + sys-cluster/galera/galera-25.3.24.ebuild | 87 2 files changed, 88 insertions(+) diff --git a/sys-cluster/galera/Manifest b/sys-cluster/galera/Manifest index c24447b2093..3c06b6ab2e9 100644 --- a/sys-cluster/galera/Manifest +++ b/sys-cluster/galera/Manifest @@ -1 +1,2 @@ DIST galera-3-25.3.23.tar.gz 3328961 BLAKE2B d11c6d00fda367fc961a5387865afa74e1ed0ed04094a4ab3c5ab23c7a915131b867a85f74079dc472df745762346b8b9fd371d5d0d0406e20274d51917129b5 SHA512 5b6a61ddd1505f9e2f9e3c592d65e17ee55ee78187d423f8f963d9c7b8deed2c1ade3425262d0a89622693853dff95d429861c955b2d051433dda8929d9f92d1 +DIST galera-3-25.3.24.tar.gz 3373375 BLAKE2B db837add9d74e2acb312bd974f00b52d269f1c5995036b468f309da43605b817fac16f17c30e96c27e17657708870d329b41eafa9ad214d8cb5f1b4fbb468182 SHA512 874c6ee77be54a0bcd6d36b67f8e99d12dabd85433dd1f0e026b7994746679cc7ffebcf721445dfd1714f89c7594fc0b0137e725d220d3bb45fd325e64e16185 diff --git a/sys-cluster/galera/galera-25.3.24.ebuild b/sys-cluster/galera/galera-25.3.24.ebuild new file mode 100644 index 000..b8693323835 --- /dev/null +++ b/sys-cluster/galera/galera-25.3.24.ebuild @@ -0,0 +1,87 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MY_P="${PN}-3-${PV}" + +inherit scons-utils toolchain-funcs user flag-o-matic +DESCRIPTION="Synchronous multi-master replication engine that provides the wsrep API" +HOMEPAGE="http://galeracluster.com"; +SRC_URI="http://releases.galeracluster.com/${PN}-3/source/galera-3-${PV}.tar.gz"; +LICENSE="GPL-2 BSD" + +SLOT="0" + +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" +IUSE="cpu_flags_x86_sse4_2 garbd test" + +CDEPEND=" + dev-libs/openssl:0= + >=dev-libs/boost-1.41:0= + " +DEPEND="${DEPEND} + ${CDEPEND} + dev-libs/check + >=sys-devel/gcc-4.4 + >=dev-cpp/asio-1.10.1[ssl] +
[gentoo-commits] repo/gentoo:master commit in: www-apps/kibana-bin/
commit: 43528cf3660aac2da7ab62a59ce88e82cd015367 Author: Tomas Mozes sygic com> AuthorDate: Sun Sep 9 20:04:21 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 20:41:08 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43528cf3 www-apps/kibana-bin: drop old Closes: https://github.com/gentoo/gentoo/pull/9797 Package-Manager: Portage-2.3.49, Repoman-2.3.10 www-apps/kibana-bin/Manifest| 2 - www-apps/kibana-bin/kibana-bin-6.2.4.ebuild | 69 - www-apps/kibana-bin/kibana-bin-6.3.1.ebuild | 69 - www-apps/kibana-bin/kibana-bin-6.4.0.ebuild | 4 +- 4 files changed, 2 insertions(+), 142 deletions(-) diff --git a/www-apps/kibana-bin/Manifest b/www-apps/kibana-bin/Manifest index ec238fa4e6c..2d3bc090784 100644 --- a/www-apps/kibana-bin/Manifest +++ b/www-apps/kibana-bin/Manifest @@ -1,7 +1,5 @@ DIST kibana-5.6.10-linux-x86_64.tar.gz 52586941 BLAKE2B cb4e1716c640c80be980541e5496a96fc6baa04152e11f754b46dc71a9995809038b8a82c3404d9d86d1bd0381e9fc55fca44c66f046cb41e005c760aa077092 SHA512 c56c600c79bf2f5d2991d6c1442db300c78dd4135bf8dec5b9f500d609e2f041d09649195cfdae2f6d30cf8de2c2c865ac607283f865c4aa8ec1d400af84c270 -DIST kibana-6.2.4-linux-x86_64.tar.gz 85348919 BLAKE2B ce062a5a7d96c0266143f1091f7dbe5ade6236068a73f6fedbe253957f7ddf2d00b441d985f72e9936aa3bfa7ecd9e7b7672b301b726a7d78c3e2b71d52c3b24 SHA512 125c2002e1a3b197f9f0d6200f2979f2e5974a902bfec2baa4b34a0c8d55babccafdb87b8a7b69c61ca4c02b8ae97e69b9b2743f7d445f0e53e31c69288296d5 DIST kibana-6.3.2-linux-x86_64.tar.gz 205331616 BLAKE2B 17273e641a9f146943cc4aebbce1114706dcf5d4c5f4d865a79d5b576a845c40268ea4389c358d555ca278c0bed4a68baef661472f80f7957dd013f0ce2e9835 SHA512 35eb97ca2f8d0bd80dc7dcdc5bc03f8ab21d1280d11d892f12eda5a173a951dfe88718d45c94ff0a748bb324e44f243cda0ba314c6dcd249cd960928f7c7b7ea DIST kibana-6.4.0-linux-x86_64.tar.gz 187936225 BLAKE2B 826962a18522b81311f26bb70f0a4591493676cd3bc750045476780f5c8ea7f5c8e78fe06b55cc8c330654278363c9f8fa98a6905eda59cc76a1b04b3b435d9b SHA512 ae0f6ede637bf373e44eb5711b5a07ce726bb72009d792c8e9a16d7eb32b2361cdda556a19c3f5fd50207320e86950217cf5e9a1a06607004d4b7f30d3dbb344 -DIST kibana-oss-6.3.1-linux-x86_64.tar.gz 89617065 BLAKE2B bdadf0ddecb060d64ed07f4f3f62934b4ae686f00d1dafbe8030acf95431b13049f53ffe7a6f8eb695d9cb1dc45151110f430c1953e1c0e1edd3656819ee0cb8 SHA512 6be02af23878dae1d48b81e8a46704f35a0bc136dd0952d997ba1f00d080868960fc3fc86d37e1e1fad5acb74dc2345e09ccc7d27862575d5783708d058c6831 DIST kibana-oss-6.3.2-linux-x86_64.tar.gz 89561513 BLAKE2B 37031653e171d683a18f25c957545b6b143c2f0d8c07da6c02ea61c8296657d190540f4ffee2c6a62a9146800971041d7e4e30767892ba2bbff0486aef31cda5 SHA512 87236fa1a45a5c5e0ecdc033f864e9a1f74cb148e350b83c6c024b37eb71e3c16236fe52525898532f286f816cb6d03de23cba3d97e0cc0c4d622cdd18c7defb DIST kibana-oss-6.4.0-linux-x86_64.tar.gz 75103937 BLAKE2B 6fa7b731a15f2fb2088740a59706bf4085b049cd880f63b10cdcc0cd9e3e7d197384731360c285adab2a6838454761f6fa95bddbc470b4895728f87b14b946ff SHA512 eec78bb1935fdc126f7c69ea08c0997abc74f435f5ca24aa6fa370ad201dd1ebe9ab1d177f64ec66652a3c9c0dd3f13a8fa7866697d3f201f8bc124c051ebeba diff --git a/www-apps/kibana-bin/kibana-bin-6.2.4.ebuild b/www-apps/kibana-bin/kibana-bin-6.2.4.ebuild deleted file mode 100644 index 96789c5c556..000 --- a/www-apps/kibana-bin/kibana-bin-6.2.4.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eapi7-ver systemd user - -MY_PN="${PN%-bin}" -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Analytics and search dashboard for Elasticsearch" -HOMEPAGE="https://www.elastic.co/products/kibana"; -SRC_URI="https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}-linux-x86_64.tar.gz"; - -# source: LICENSE.txt and NOTICE.txt -LICENSE="Apache-2.0 Artistic-2 BSD BSD-2 CC-BY-3.0 CC-BY-4.0 icu ISC MIT MPL-2.0 OFL-1.1 openssl public-domain Unlicense WTFPL-2 ZLIB" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="net-libs/nodejs" - -S="${WORKDIR}/${MY_P}-linux-x86_64" - -pkg_setup() { - enewgroup ${MY_PN} - enewuser ${MY_PN} -1 -1 /opt/${MY_PN} ${MY_PN} -} - -src_prepare() { - default - - # remove bundled nodejs - rm -r node || die - - # remove empty unused directory - rmdir data || die -} - -src_install() { - insinto /etc/${MY_PN} - doins -r config/. - rm -r config || die - - insinto /etc/logrotate.d - newins "${FILESDIR}"/${MY_PN}.logrotate ${MY_PN} - - newconfd "${FILESDIR}"/${MY_PN}.confd ${MY_PN} - newinitd "${FILESDIR}"/${MY_PN}.initd ${MY_PN} - systemd_dounit "${FILESDIR}"/${MY_PN}.service - - insinto /opt/${MY_PN} - doins -r . - - chmod +x "${ED%/}"/opt/${MY_PN}/bin/* || die - - diropts -m 0750 -o ${MY_PN} -g ${MY_PN} - keepdir /var/log/${MY_PN} -} - -pkg_postinst() { - elog "
[gentoo-commits] repo/gentoo:master commit in: app-misc/elasticsearch/
commit: c224c41f842c2e8aec20266880c37391d8bf6902 Author: Tomas Mozes sygic com> AuthorDate: Sun Sep 9 19:59:19 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 20:41:02 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c224c41f app-misc/elasticsearch: bump to 5.6.11 Package-Manager: Portage-2.3.49, Repoman-2.3.10 app-misc/elasticsearch/Manifest| 1 + app-misc/elasticsearch/elasticsearch-5.6.11.ebuild | 69 ++ 2 files changed, 70 insertions(+) diff --git a/app-misc/elasticsearch/Manifest b/app-misc/elasticsearch/Manifest index d48921f66c4..38e95874c94 100644 --- a/app-misc/elasticsearch/Manifest +++ b/app-misc/elasticsearch/Manifest @@ -1,4 +1,5 @@ DIST elasticsearch-5.6.10.tar.gz 33796721 BLAKE2B 4e9d1d910a70acf32ca63cec811b711f692f3cf32dcec084a07f92d281eed07c067740bb5c5447055a6d0b6126e55a635edcd08c105dc59985db72bcd031a8a5 SHA512 17bd5710cfc3efa455428a79c74e63aacc9b9481d59a0b0df07ad4e4c25ef32dd41b3dbbde464a2801363b6d428a23eb52cc935640ce86bbc4d8a01dca8a1585 +DIST elasticsearch-5.6.11.tar.gz 33864199 BLAKE2B 08884e6367007835ec1d248912d4127ade4d5fff85927df86ee7de4ebf5ee9bc9639940c89b71739cf17fd389d0c47a23cc48ccd1777b94830f1614663fd7487 SHA512 cc0ec89889e23d7aa3e03a2bb76bf6bb40b3084a8a13da99851c4770533048283d36b4c13322b4689480914e5e57c4c998d4abba44d8caa44ffdb21edb207a9c DIST elasticsearch-6.2.4.tar.gz 29056810 BLAKE2B 121be27ac1db4fa6bbe285161b3f2b2dd889859b50f46b57b68ed43514568c4aa9629b5ca32edcc2328a6e7245256d64901c8acc8b2dd91337f8ca97b87c46e1 SHA512 9e6c0de8ed0d9e27fdd18ef7bada376af5a8680bb7a4f4d805926da456b349cee731ba90328b5eda5f0e62fa3f00f34646bf1c2b6c662d055f4be338d0690941 DIST elasticsearch-6.3.2.tar.gz 91452574 BLAKE2B c422990fabad70e6e77e8f59f6fb9e9bf5a84eb7e6b8b67dfd91f53e474b1b501b3a1d5ea8f54f0793631504f194a116e816eb3558782b67c8dadecbc2711ee5 SHA512 954cd1e16a5f2e0b0efaeb7e6b19c708d1588d30814a31defb09037c3b90f78c5e9dbd1ca9af9c700d517145a4279bacc1d8ce7cc6894fbe7bf71eec9ed3110d DIST elasticsearch-oss-6.3.1.tar.gz 29417012 BLAKE2B 356665cde2f12ae5813d95302398f5fced07c53d25e6e1dc7ad41c8dc8ad42cd3d5bd4ffa6cab24af8088c29800f6ec59a483710272b756af2f76b5967d4b932 SHA512 3df0f7f35e150198f7ff660cf4d90fbd1c2ca587287c6340d427f968711b6390123bfafd09a744c9bdf328d57423bcb75f6e4701ce14a7257388611abea62545 diff --git a/app-misc/elasticsearch/elasticsearch-5.6.11.ebuild b/app-misc/elasticsearch/elasticsearch-5.6.11.ebuild new file mode 100644 index 000..26cfa98675c --- /dev/null +++ b/app-misc/elasticsearch/elasticsearch-5.6.11.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit systemd user + +DESCRIPTION="Open Source, Distributed, RESTful, Search Engine" +HOMEPAGE="https://www.elastic.co/products/elasticsearch"; +SRC_URI="https://artifacts.elastic.co/downloads/${PN}/${P}.tar.gz"; +LICENSE="Apache-2.0 BSD-2 LGPL-3 MIT public-domain" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="virtual/jre:1.8" + +pkg_setup() { + enewgroup ${PN} + enewuser ${PN} -1 /bin/bash /usr/share/${PN} ${PN} +} + +src_prepare() { + default + + rm -v bin/*.{bat,exe} LICENSE.txt || die +} + +src_install() { + keepdir /etc/${PN} + keepdir /etc/${PN}/scripts + + insinto /etc/${PN} + doins -r config/. + rm -rv config || die + + insinto /usr/share/${PN} + doins -r . + + exeinto /usr/share/${PN}/bin + doexe "${FILESDIR}/elasticsearch-systemd-pre-exec" + + chmod +x "${ED}"/usr/share/${PN}/bin/* || die + + keepdir /var/{lib,log}/${PN} + fowners ${PN}:${PN} /var/{lib,log}/${PN} + fperms 0750 /var/{lib,log}/${PN} + dodir /usr/share/${PN}/plugins + + insinto /etc/sysctl.d + newins "${FILESDIR}/${PN}.sysctl.d" ${PN}.conf + + newconfd "${FILESDIR}/${PN}.conf.2" ${PN} + newinitd "${FILESDIR}/${PN}.init.2" ${PN} + + systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles.d" ${PN}.conf + systemd_newunit "${FILESDIR}"/${PN}.service ${PN}.service +} + +pkg_postinst() { + elog + elog "You may create multiple instances of ${PN} by" + elog "symlinking the init script:" + elog "ln -sf /etc/init.d/${PN} /etc/init.d/${PN}.instance" + elog + elog "Please make sure you put elasticsearch.yml, log4j2.properties and scripts" + elog "from /etc/elasticsearch into the configuration directory of the instance:" + elog "/etc/${PN}/instance" + elog +}
[gentoo-commits] repo/gentoo:master commit in: app-admin/logstash-bin/
commit: 93c218dbcb977af2ae815f8577e781abeddc5c9f Author: Tomas Mozes sygic com> AuthorDate: Sun Sep 9 20:07:51 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 20:41:14 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c218db app-admin/logstash-bin: drop old Closes: https://github.com/gentoo/gentoo/pull/9799 Package-Manager: Portage-2.3.49, Repoman-2.3.10 app-admin/logstash-bin/Manifest | 3 - app-admin/logstash-bin/logstash-bin-5.6.10.ebuild | 77 -- app-admin/logstash-bin/logstash-bin-6.2.4.ebuild | 78 --- app-admin/logstash-bin/logstash-bin-6.3.1.ebuild | 75 -- 4 files changed, 233 deletions(-) diff --git a/app-admin/logstash-bin/Manifest b/app-admin/logstash-bin/Manifest index 714cb8a98cf..3a273d715b7 100644 --- a/app-admin/logstash-bin/Manifest +++ b/app-admin/logstash-bin/Manifest @@ -1,8 +1,5 @@ -DIST logstash-5.6.10.tar.gz 104373711 BLAKE2B 759bf003e1799aeaef0a1279b3c7cf5732126ae65e9ca0a3e315cb6f7a1b4e4417fad1fd86328a58be99e04e8053264d873b04cf43cac2b49490bbdc82c8e8b7 SHA512 9ba887da982755efd21b363e9c084660c9b7e6c042e00a8c599f60d6bba5621af7ede43957f6c3d976888f4c13e6ae17cc69afd184f2dcdd41a311972f59a745 DIST logstash-5.6.11.tar.gz 104371822 BLAKE2B 3597b8ef661fa2bcbfd112966b11789925b1fafdc11991390c96d62af02d959cc251c59f352a949b14760df9f5eda5672ff407b70b3f361d4ec7ce3379eb7e5d SHA512 1e8f78fd76f637672bf18ec4b986c56c76be357788364e4dc863933f28982b988b147f31e091381e960c010ee4791e6f79914a75bacfe6b0482e573272bba749 -DIST logstash-6.2.4.zip 153969993 BLAKE2B 989f631484be14014b8230e09fa049a0e470078fed938f2df55134a27d5f4f2d8670187126d32c4933b77b496a6ed96e12d180922c2c318c67fb3dbeec5a5a3b SHA512 65f6e5accc4441cb930e5c45723edeea54ba034a25680ca34114296af5a2c456d4152f9b38469475e600fce27a27b0d9c1d206039d12f2ec9cfeb02942a5c189 DIST logstash-6.3.2.tar.gz 144211416 BLAKE2B 8471fd0a920b4ef06cd775ceaafde33e16e5d1898c89339f4a039262a7a6472d6cb8dd2017db8811d6a827395a5b1e7040d9759c8734de2ccd1fc7e615345813 SHA512 11507b9177aa6cd4172eb825e395571de71bae8b0e39d7f700fe27c7219b22bc2b9a493e39016eead2d54407dc5e5cc20a0c6e4453140d628cadea076453308f DIST logstash-6.4.0.tar.gz 153887188 BLAKE2B 36f6181d8f8e9c9d9a9f919c66c909fd3008d41b2de9bf014738ba6f3bd8f08204c2acc12c32a4978421476ddc45dc01269d8b145c2d863304d942a24b02a520 SHA512 6cb47370c757151fd7e2eed03b05d28492bfc0f5d397cf885ee6814965a83884716b39d3c9360341c3d4d029dc60d61502453defd42cc072c5ad3756bc2c654f -DIST logstash-oss-6.3.1.tar.gz 143787612 BLAKE2B 2de3b991d27019b1c7df7cfa7152c009f2569e12562106babb56081be2a7ac7d94a967e7c52b58f721c2f70f1e8ec9c2730653ff094cf0dd3a9933486ac13be7 SHA512 959d9d5985e117d23ae12efe248a13ae33f8f3ede320fb3b6872e1c27738b601779f0e2402e7be4a2383cd0f220e50cdfd2d6b160d7f5805b2439cee4d8bd94c DIST logstash-oss-6.3.2.tar.gz 144128583 BLAKE2B 99de9d375a06d132844ce63fa5d0e092bb05aedb93ff5e4a278ea75ca2fe68701afa3028af4f9c3e5b3b469e46faf4d6dc62d006e9dac3a9e9528ff94aa2dd47 SHA512 7fa97f0ca070677aaddc73ff900397ce4a45f4b02467917219acb3c414cf0cbf396b481f624d2ebc3f370b2e41120b3b103f6d080a9fafdce98b119eb8d27f5d DIST logstash-oss-6.4.0.tar.gz 153760331 BLAKE2B 7e519d9666d5fb98079c5eb721b1a4f721fbf0c871919d115e67ff00111d25184abf37bdcb3cacb1bc3eccbc779cc15a9324f72d5e02337ab6993a0d1a9dab18 SHA512 2261cffdb6ee7eba08d381f243e534b8d756c760ac40a5707a3abb4adca08c02c403a8c204dab2091bb46bb4be52b938867675041c49a25e3b1c98fb07f92b98 diff --git a/app-admin/logstash-bin/logstash-bin-5.6.10.ebuild b/app-admin/logstash-bin/logstash-bin-5.6.10.ebuild deleted file mode 100644 index b52e9f6f7bf..000 --- a/app-admin/logstash-bin/logstash-bin-5.6.10.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit java-pkg-2 user - -MY_PN="${PN%-bin}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Tool for managing events and logs" -HOMEPAGE="https://www.elastic.co/products/logstash"; -SRC_URI="https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}.tar.gz"; - -# source: LICENSE.txt and NOTICE.txt -LICENSE="Apache-2.0 MIT" -SLOT="0" -KEYWORDS="~amd64" - -RESTRICT="strip" -QA_PREBUILT="opt/logstash/vendor/jruby/lib/jni/*/libjffi*.so" - -RDEPEND="virtual/jre:1.8" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - enewgroup ${MY_PN} - enewuser ${MY_PN} -1 -1 /var/lib/${MY_PN} ${MY_PN} -} - -src_install() { - keepdir /etc/"${MY_PN}"/{conf.d,patterns,plugins} - keepdir "/var/lib/${MY_PN}" - keepdir "/var/log/${MY_PN}" - - insinto "/usr/share/${MY_PN}" - newins "${FILESDIR}/agent.conf.sample" agent.conf - - rm -v config/startup.options || die - insinto /etc/${MY_PN} - doins -r config/. - rm -rv config data || die - - insinto "/opt/${MY_PN}" - doins -r . - fperms 0755 "/opt/${MY_PN}/bin/${MY_PN}" "/opt/${MY_PN}/vendor/jruby/bin/jruby" "/opt/${MY
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libmaxminddb/
commit: ba37f1d3a5d4f5612801ade4f9b9a8e97502f306 Author: Tomas Mozes gmail com> AuthorDate: Sun Sep 9 18:33:14 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 20:40:49 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba37f1d3 dev-libs/libmaxminddb: drop eutils / prune_libtool_files Closes: https://github.com/gentoo/gentoo/pull/9527 Closes: https://bugs.gentoo.org/663296 Package-Manager: Portage-2.3.45, Repoman-2.3.10 dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild b/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild index 2b544c9aeaa..c67fe174146 100644 --- a/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild +++ b/dev-libs/libmaxminddb/libmaxminddb-1.3.2.ebuild @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils DESCRIPTION="C library for the MaxMind DB file format" HOMEPAGE="https://github.com/maxmind/libmaxminddb"; @@ -22,5 +21,5 @@ src_configure() { src_install() { default - prune_libtool_files + find "${ED}" -name '*.la' -delete || die }
[gentoo-commits] repo/gentoo:master commit in: app-misc/elasticsearch/
commit: 62ebb65f99c57b1b849446920d8f88fb4f4bb0e4 Author: Tomas Mozes sygic com> AuthorDate: Sun Sep 9 19:59:26 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 20:41:03 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ebb65f app-misc/elasticsearch: bump to 6.4.0 Package-Manager: Portage-2.3.49, Repoman-2.3.10 app-misc/elasticsearch/Manifest | 2 + app-misc/elasticsearch/elasticsearch-6.4.0.ebuild | 91 +++ 2 files changed, 93 insertions(+) diff --git a/app-misc/elasticsearch/Manifest b/app-misc/elasticsearch/Manifest index 38e95874c94..cbc0dd9f029 100644 --- a/app-misc/elasticsearch/Manifest +++ b/app-misc/elasticsearch/Manifest @@ -2,5 +2,7 @@ DIST elasticsearch-5.6.10.tar.gz 33796721 BLAKE2B 4e9d1d910a70acf32ca63cec811b71 DIST elasticsearch-5.6.11.tar.gz 33864199 BLAKE2B 08884e6367007835ec1d248912d4127ade4d5fff85927df86ee7de4ebf5ee9bc9639940c89b71739cf17fd389d0c47a23cc48ccd1777b94830f1614663fd7487 SHA512 cc0ec89889e23d7aa3e03a2bb76bf6bb40b3084a8a13da99851c4770533048283d36b4c13322b4689480914e5e57c4c998d4abba44d8caa44ffdb21edb207a9c DIST elasticsearch-6.2.4.tar.gz 29056810 BLAKE2B 121be27ac1db4fa6bbe285161b3f2b2dd889859b50f46b57b68ed43514568c4aa9629b5ca32edcc2328a6e7245256d64901c8acc8b2dd91337f8ca97b87c46e1 SHA512 9e6c0de8ed0d9e27fdd18ef7bada376af5a8680bb7a4f4d805926da456b349cee731ba90328b5eda5f0e62fa3f00f34646bf1c2b6c662d055f4be338d0690941 DIST elasticsearch-6.3.2.tar.gz 91452574 BLAKE2B c422990fabad70e6e77e8f59f6fb9e9bf5a84eb7e6b8b67dfd91f53e474b1b501b3a1d5ea8f54f0793631504f194a116e816eb3558782b67c8dadecbc2711ee5 SHA512 954cd1e16a5f2e0b0efaeb7e6b19c708d1588d30814a31defb09037c3b90f78c5e9dbd1ca9af9c700d517145a4279bacc1d8ce7cc6894fbe7bf71eec9ed3110d +DIST elasticsearch-6.4.0.tar.gz 97901357 BLAKE2B 60263c3b68a91fba2341d45162cac328e5561cfe046bcc0dfff3eb09d2e487374c5e8481b460a54861df7b2c5774ac2cc6c884fc6b5455fb40f0c89848c0ad0b SHA512 6f465378a51c487f1f6a84a0843ac1038db60170ee8a5d96874a759f6dbbf2de9f7bcbbf55616f49f28f1098c82f2e585c917267d02b8b1f43627a1984b3da66 DIST elasticsearch-oss-6.3.1.tar.gz 29417012 BLAKE2B 356665cde2f12ae5813d95302398f5fced07c53d25e6e1dc7ad41c8dc8ad42cd3d5bd4ffa6cab24af8088c29800f6ec59a483710272b756af2f76b5967d4b932 SHA512 3df0f7f35e150198f7ff660cf4d90fbd1c2ca587287c6340d427f968711b6390123bfafd09a744c9bdf328d57423bcb75f6e4701ce14a7257388611abea62545 DIST elasticsearch-oss-6.3.2.tar.gz 29418577 BLAKE2B 152640dc01a10f44ba43f87f68361cc0dd5e1cf54d0ff92377f3acd1a12a247f002ffe2d003cc53760e891278249c10b1d6d4eb978b0bb1c1ebf8879a2cfcb9a SHA512 3c51a860414f7e55900b1d9a350bdbc3e673c8445e316454c2480315b4b9fc08df58090c6281cecc3ae63d12d78d6bd58e228b3371aa325db799ce18758a21f4 +DIST elasticsearch-oss-6.4.0.tar.gz 33727061 BLAKE2B dd0ff95bb124103ca340b480c5192c9919ef226d4c3ef1b61accd0df2ee9b60a8215693b3db0fa327a4d6791de66746654144a9172210687e8a2efa9f6f4dde3 SHA512 0197dcf24bdb81cbcfa492d899363528816143962abd1925a5092e8177c25e8ca490afe5868b41057b3cded296f59f38ed11ba0156a820b6c877c69a546c diff --git a/app-misc/elasticsearch/elasticsearch-6.4.0.ebuild b/app-misc/elasticsearch/elasticsearch-6.4.0.ebuild new file mode 100644 index 000..e022c71854f --- /dev/null +++ b/app-misc/elasticsearch/elasticsearch-6.4.0.ebuild @@ -0,0 +1,91 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit systemd user + +DESCRIPTION="Open Source, Distributed, RESTful, Search Engine" +HOMEPAGE="https://www.elastic.co/products/elasticsearch"; +SRC_URI="x-pack? ( https://artifacts.elastic.co/downloads/${PN}/${P}.tar.gz ) + !x-pack? ( https://artifacts.elastic.co/downloads/${PN}/${PN}-oss-${PV}.tar.gz )" +LICENSE="Apache-2.0 BSD-2 LGPL-3 MIT public-domain x-pack? ( Elastic )" +SLOT="0" +KEYWORDS="~amd64" +IUSE="x-pack" + +RDEPEND="virtual/jre:1.8" + +QA_PRESTRIPPED="usr/share/elasticsearch/modules/x-pack/x-pack-ml/platform/linux-x86_64/\(bin\|lib\)/.*" + +pkg_setup() { + enewgroup ${PN} + enewuser ${PN} -1 /bin/bash /usr/share/${PN} ${PN} +} + +src_prepare() { + default + + rm bin/*.{bat,exe} LICENSE.txt NOTICE.txt || die + rmdir logs || die + + if use x-pack; then + rm bin/x-pack/*.bat || die + rm -r modules/x-pack/x-pack-ml/platform/{darwin,windows}-x86_64 || die + fi +} + +src_install() { + keepdir /etc/${PN} + keepdir /etc/${PN}/scripts + + insinto /etc/${PN} + doins -r config/. + rm -r config || die + + fowners root:${PN} /etc/${PN} + fperms 2750 /etc/${PN} + + insinto /usr/share/${PN} + doins -r . + + exeinto /usr/share/${PN}/bin + doexe "${FILESDIR}/elasticsearch-systemd-pre-exec" + + chmod +x "${ED}"/usr/share/${PN}/bin/* || die + + if use x-pack; then + chmod +x "${ED}"/usr/share/${PN}/modules/x-pack/x-pack-ml/platform/linux-x86
[gentoo-commits] repo/gentoo:master commit in: www-apps/kibana-bin/
commit: 20cffdbb25a8e2ee6ac6894a0d666274d9e325ce Author: Tomas Mozes sygic com> AuthorDate: Sun Sep 9 20:03:01 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 20:41:06 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20cffdbb www-apps/kibana-bin: bump to 6.4.0 Package-Manager: Portage-2.3.49, Repoman-2.3.10 www-apps/kibana-bin/Manifest| 2 + www-apps/kibana-bin/kibana-bin-6.4.0.ebuild | 71 + 2 files changed, 73 insertions(+) diff --git a/www-apps/kibana-bin/Manifest b/www-apps/kibana-bin/Manifest index 2384eeb6707..ec238fa4e6c 100644 --- a/www-apps/kibana-bin/Manifest +++ b/www-apps/kibana-bin/Manifest @@ -1,5 +1,7 @@ DIST kibana-5.6.10-linux-x86_64.tar.gz 52586941 BLAKE2B cb4e1716c640c80be980541e5496a96fc6baa04152e11f754b46dc71a9995809038b8a82c3404d9d86d1bd0381e9fc55fca44c66f046cb41e005c760aa077092 SHA512 c56c600c79bf2f5d2991d6c1442db300c78dd4135bf8dec5b9f500d609e2f041d09649195cfdae2f6d30cf8de2c2c865ac607283f865c4aa8ec1d400af84c270 DIST kibana-6.2.4-linux-x86_64.tar.gz 85348919 BLAKE2B ce062a5a7d96c0266143f1091f7dbe5ade6236068a73f6fedbe253957f7ddf2d00b441d985f72e9936aa3bfa7ecd9e7b7672b301b726a7d78c3e2b71d52c3b24 SHA512 125c2002e1a3b197f9f0d6200f2979f2e5974a902bfec2baa4b34a0c8d55babccafdb87b8a7b69c61ca4c02b8ae97e69b9b2743f7d445f0e53e31c69288296d5 DIST kibana-6.3.2-linux-x86_64.tar.gz 205331616 BLAKE2B 17273e641a9f146943cc4aebbce1114706dcf5d4c5f4d865a79d5b576a845c40268ea4389c358d555ca278c0bed4a68baef661472f80f7957dd013f0ce2e9835 SHA512 35eb97ca2f8d0bd80dc7dcdc5bc03f8ab21d1280d11d892f12eda5a173a951dfe88718d45c94ff0a748bb324e44f243cda0ba314c6dcd249cd960928f7c7b7ea +DIST kibana-6.4.0-linux-x86_64.tar.gz 187936225 BLAKE2B 826962a18522b81311f26bb70f0a4591493676cd3bc750045476780f5c8ea7f5c8e78fe06b55cc8c330654278363c9f8fa98a6905eda59cc76a1b04b3b435d9b SHA512 ae0f6ede637bf373e44eb5711b5a07ce726bb72009d792c8e9a16d7eb32b2361cdda556a19c3f5fd50207320e86950217cf5e9a1a06607004d4b7f30d3dbb344 DIST kibana-oss-6.3.1-linux-x86_64.tar.gz 89617065 BLAKE2B bdadf0ddecb060d64ed07f4f3f62934b4ae686f00d1dafbe8030acf95431b13049f53ffe7a6f8eb695d9cb1dc45151110f430c1953e1c0e1edd3656819ee0cb8 SHA512 6be02af23878dae1d48b81e8a46704f35a0bc136dd0952d997ba1f00d080868960fc3fc86d37e1e1fad5acb74dc2345e09ccc7d27862575d5783708d058c6831 DIST kibana-oss-6.3.2-linux-x86_64.tar.gz 89561513 BLAKE2B 37031653e171d683a18f25c957545b6b143c2f0d8c07da6c02ea61c8296657d190540f4ffee2c6a62a9146800971041d7e4e30767892ba2bbff0486aef31cda5 SHA512 87236fa1a45a5c5e0ecdc033f864e9a1f74cb148e350b83c6c024b37eb71e3c16236fe52525898532f286f816cb6d03de23cba3d97e0cc0c4d622cdd18c7defb +DIST kibana-oss-6.4.0-linux-x86_64.tar.gz 75103937 BLAKE2B 6fa7b731a15f2fb2088740a59706bf4085b049cd880f63b10cdcc0cd9e3e7d197384731360c285adab2a6838454761f6fa95bddbc470b4895728f87b14b946ff SHA512 eec78bb1935fdc126f7c69ea08c0997abc74f435f5ca24aa6fa370ad201dd1ebe9ab1d177f64ec66652a3c9c0dd3f13a8fa7866697d3f201f8bc124c051ebeba diff --git a/www-apps/kibana-bin/kibana-bin-6.4.0.ebuild b/www-apps/kibana-bin/kibana-bin-6.4.0.ebuild new file mode 100644 index 000..e6790f0a74f --- /dev/null +++ b/www-apps/kibana-bin/kibana-bin-6.4.0.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eapi7-ver systemd user + +MY_PN="${PN%-bin}" +MY_P=${MY_PN}-${PV} + +DESCRIPTION="Analytics and search dashboard for Elasticsearch" +HOMEPAGE="https://www.elastic.co/products/kibana"; +SRC_URI="x-pack? ( https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}-linux-x86_64.tar.gz ) + !x-pack? ( https://artifacts.elastic.co/downloads/${MY_PN}/${MY_PN}-oss-${PV}-linux-x86_64.tar.gz )" + +# source: LICENSE.txt and NOTICE.txt +LICENSE="Apache-2.0 Artistic-2 BSD BSD-2 CC-BY-3.0 CC-BY-4.0 icu ISC MIT MPL-2.0 OFL-1.1 openssl public-domain Unlicense WTFPL-2 ZLIB x-pack? ( Elastic )" +SLOT="0" +KEYWORDS="~amd64" +IUSE="x-pack" + +RDEPEND="net-libs/nodejs" + +S="${WORKDIR}/${MY_P}-linux-x86_64" + +pkg_setup() { + enewgroup ${MY_PN} + enewuser ${MY_PN} -1 -1 /opt/${MY_PN} ${MY_PN} +} + +src_prepare() { + default + + # remove bundled nodejs + rm -r node || die + + # remove empty unused directory + rmdir data || die +} + +src_install() { + insinto /etc/${MY_PN} + doins -r config/. + rm -r config || die + + insinto /etc/logrotate.d + newins "${FILESDIR}"/${MY_PN}.logrotate ${MY_PN} + + newconfd "${FILESDIR}"/${MY_PN}.confd ${MY_PN} + newinitd "${FILESDIR}"/${MY_PN}.initd ${MY_PN} + systemd_dounit "${FILESDIR}"/${MY_PN}.service + + insinto /opt/${MY_PN} + doins -r . + + chmod +x "${ED%/}"/opt/${MY_PN}/bin/* || die + + diropts -m 0750 -o ${MY_PN} -g ${MY_PN} + keepdir /var/log/${MY_PN} +} + +pkg_postinst() { + elog "This version of Kibana is compatible with
[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/
commit: 8fa6c0bf65a3abecd2cb5f7f8100354b5feacb29 Author: Tomas Mozes gmail com> AuthorDate: Sun Sep 9 18:37:39 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 20:40:54 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa6c0bf app-emulation/xen-tools: bump to 4.10.1-r2 Package-Manager: Portage-2.3.48, Repoman-2.3.10 app-emulation/xen-tools/Manifest | 1 + app-emulation/xen-tools/xen-tools-4.10.1-r2.ebuild | 457 + 2 files changed, 458 insertions(+) diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest index f40d01bf859..46f76bdac0d 100644 --- a/app-emulation/xen-tools/Manifest +++ b/app-emulation/xen-tools/Manifest @@ -3,6 +3,7 @@ DIST seabios-1.10.0.tar.gz 588213 BLAKE2B 254eb4572a1dac06020a545820efb53a130a02 DIST xen-4.10.0-upstream-patches-0.tar.xz 70884 BLAKE2B 9a27e7989486ba3ba59548de356384527cc5b78e63b6ed042506e6534e488272369f021cd2daa516820313c3fe18625a5864794ae0806e7018b8ad28b0a294b1 SHA512 e64bf1d30d24e922c60c3b518a4de7874b43cc695134b4cdd65f6d95ae9ae579c521fab13ca82409fde55e43815d072c3194997e2bda106204cbf329e93a0a00 DIST xen-4.10.0.tar.gz 24618123 BLAKE2B 009faa980f9734525c137d525e626bfa3443c285aeb6b4af91bb2c32a2e98376ded0b1114b541d11e2d4353f4f588d58e8add5b1e0d7de2fe3399d4687c5bfae SHA512 5a37935c382f9cfe3641a35c3be0ba11689bca10c7d3c2401963513e3a834ee8d0c8a0ddcf3716dbf0a795aea1bab78caf19acf1272e5e054bf012cfa06a4690 DIST xen-4.10.1-upstream-patches-1.tar.xz 85048 BLAKE2B d00f01980e1c889b2f6899970999b93a7ddbaa03f88219d576bfbe4ccfe0ef3f75afad1538065045833430baa16b64d8dd7eb42af6ad7c3ef948601b941c51bc SHA512 ede74a53faf82712d6ee0cf2a995bb78b7079481e47e829243632fac40069194671e6b9b765e535aa533f618cdcd7715f540e81acd947a42f7b8cbb693a3df82 +DIST xen-4.10.1-upstream-patches-2.tar.xz 117588 BLAKE2B ddcd58964117652b50f3524d89089e2e9b14a8399fb5bd2db5d12827035ab94cedbfd5d65134d8953e4062a50e0e8a9b320e9c34008db8fd364456f47fd9cd26 SHA512 49ee8497af3753f3d611bf12c65fb7a79abb018862f1af096e9dde3ddfe8780bb95fc3da338c8d5f16a5d6d233d606d4cf8025a3d0e2897bf2668a1d5b27b198 DIST xen-4.10.1.tar.gz 24674240 BLAKE2B f9a7e0c637db865ab32ad6b6185ab96022903aff65a18e194286a3fc372d4a45f6682cd636b7ac5b4fa0125e54ed51f8876a411d498cf75791718fd088c4a6d2 SHA512 236c02bee69e33644703ed26d323d4c491a91fc05bd0ee0990a7368579f7c82f5bb4510845bf80348fd923024d7d60d521f593dfd0365d971dc592f8ef10fbea DIST xen-4.11.0-upstream-patches-0.tar.xz 21720 BLAKE2B 92c2ef90ca6af5032e9181d8edbe2b91a4117cc402f5abdff208aa76ee76b56ce75f576c56220d2ebf6d1a21957c10f7c45a2c88d2c77aa8b17fa9a0a99e5b57 SHA512 6ea0ee376251b20b7fa9b6334bca462f115d8a9929e31ae269ae9591b433b46e4e9076a2d2e39ec5f868d5d74739ad7b0ba0d9244e599da5255ccca0babd669e DIST xen-4.11.0.tar.gz 25131533 BLAKE2B 892639b8bcd9b9956104e4d5137ffd88e17f92d965fa967b4af8d74a4fddcc21c6971c53026e0fb5ce833ab2c25c68f827abcac0b7b1dcebc21dca645c465573 SHA512 33d431c194f10d5ee767558404a1f80a66b3df019012b0bbd587fcbc9524e1bba7ea04269020ce891fe9d211d2f81c63bf78abedcdbe1595aee26251c803a50a diff --git a/app-emulation/xen-tools/xen-tools-4.10.1-r2.ebuild b/app-emulation/xen-tools/xen-tools-4.10.1-r2.ebuild new file mode 100644 index 000..7ebef38e274 --- /dev/null +++ b/app-emulation/xen-tools/xen-tools-4.10.1-r2.ebuild @@ -0,0 +1,457 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='ncurses,xml,threads' + +inherit bash-completion-r1 eutils flag-o-matic multilib python-single-r1 toolchain-funcs versionator + +MY_PV=${PV/_/-} +MAJOR_V="$(get_version_component_range 1-2)" + +if [[ $PV == * ]]; then + inherit git-r3 + KEYWORDS="" + REPO="xen.git" + EGIT_REPO_URI="git://xenbits.xen.org/${REPO}" + S="${WORKDIR}/${REPO}" +else + KEYWORDS="~amd64 ~arm ~arm64 ~x86" + UPSTREAM_VER=2 + SECURITY_VER= + # xen-tools's gentoo patches tarball + GENTOO_VER=14 + # xen-tools's gentoo patches version which apply to this specific ebuild + GENTOO_GPV=0 + # xen-tools ovmf's patches + OVMF_VER=3 + + SEABIOS_VER=1.10.0 + # OVMF upstream 5920a9d16b1ab887c2858224316a98e961d71b05 + OVMF_PV=20170321 + + [[ -n ${UPSTREAM_VER} ]] && \ + UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz + https://github.com/hydrapolic/gentoo-dist/raw/master/xen/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz"; + [[ -n ${SECURITY_VER} ]] && \ + SECURITY_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-security-patches-${SECURITY_VER}.tar.xz"; + [[ -n ${GENTOO_VER} ]] && \ + GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-gentoo-patches-${GENTOO_VER}.tar.xz + https://github.com/hyd
[gentoo-commits] repo/gentoo:master commit in: sci-libs/vtk/
commit: a6334d713989743f3f7ab7e8c7ea078a4ed7bfd5 Author: Amy Liffey gentoo org> AuthorDate: Sun Sep 9 19:06:11 2018 + Commit: Amy Liffey gentoo org> CommitDate: Sun Sep 9 19:09:21 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6334d71 sci-libs/vtk: add python3 support Closes: https://bugs.gentoo.org/658698 Suggested-by: Charles G. Waldman alum.mit.edu> Package-Manager: Portage-2.3.40, Repoman-2.3.9 sci-libs/vtk/vtk-8.1.0-r2.ebuild | 332 +++ 1 file changed, 332 insertions(+) diff --git a/sci-libs/vtk/vtk-8.1.0-r2.ebuild b/sci-libs/vtk/vtk-8.1.0-r2.ebuild new file mode 100644 index 000..6b84275f59c --- /dev/null +++ b/sci-libs/vtk/vtk-8.1.0-r2.ebuild @@ -0,0 +1,332 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +WEBAPP_OPTIONAL=yes +WEBAPP_MANUAL_SLOT=yes + +inherit flag-o-matic java-pkg-opt-2 python-single-r1 qmake-utils versionator toolchain-funcs cmake-utils virtualx webapp + +# Short package version +SPV="$(get_version_component_range 1-2)" + +DESCRIPTION="The Visualization Toolkit" +HOMEPAGE="https://www.vtk.org/"; +SRC_URI=" + https://www.vtk.org/files/release/${SPV}/VTK-${PV}.tar.gz + doc? ( https://www.vtk.org/files/release/${SPV}/vtkDocHtml-${PV}.tar.gz ) + examples? ( + https://www.vtk.org/files/release/${SPV}/VTKData-${PV}.tar.gz + https://www.vtk.org/files/release/${SPV}/VTKLargeData-${PV}.tar.gz + )" + +LICENSE="BSD LGPL-2" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +SLOT="0" +IUSE=" + all-modules aqua boost doc examples imaging ffmpeg gdal java json kaapi mpi + mysql odbc offscreen postgres python qt5 rendering tbb theora tk tcl + video_cards_nvidia views web R +X xdmf2" + +REQUIRED_USE=" + all-modules? ( python xdmf2 boost ) + java? ( qt5 ) + python? ( ${PYTHON_REQUIRED_USE} ) + tcl? ( rendering ) + examples? ( python ) + tk? ( tcl ) + web? ( python ) + ^^ ( X aqua offscreen )" + +RDEPEND=" + app-arch/lz4 + dev-libs/expat + dev-libs/jsoncpp:= + dev-libs/libxml2:2 + >=media-libs/freetype-2.5.4 + >=media-libs/libharu-2.3.0-r2 + media-libs/libpng:0= + media-libs/libtheora + media-libs/mesa + media-libs/tiff:0 + sci-libs/exodusii + sci-libs/hdf5:= + sci-libs/netcdf-cxx:3 + sys-libs/zlib + virtual/jpeg:0 + virtual/opengl + x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXt + boost? ( dev-libs/boost:=[mpi?] ) + examples? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5 + ) + ffmpeg? ( virtual/ffmpeg ) + gdal? ( sci-libs/gdal ) + java? ( >=virtual/jdk-1.7:* ) + kaapi? ( > "${T}"/40${PN} <<- EOF || die + VTK_DATA_ROOT=${EPREFIX}/usr/share/${PN}/data + VTK_DIR=${EPREFIX}/usr/$(get_libdir)/${PN}-${SPV} + VTKHOME=${EPREFIX}/usr + EOF + doenvd "${T}"/40${PN} + + use web && webapp_src_install +} + +# webapp.eclass exports these but we want it optional #534036 +pkg_postinst() { + use web && webapp_pkg_postinst +} + +pkg_prerm() { + use web && webapp_pkg_prerm +}
[gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/
commit: 6ce9b6a5ad3e33c7bda9cefcd05f79eaf7e86ce9 Author: Aaron W. Swenson gentoo org> AuthorDate: Sun Sep 9 19:00:50 2018 + Commit: Aaron Swenson gentoo org> CommitDate: Sun Sep 9 19:00:50 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ce9b6a5 base/use.mask and package.mask: >=postgresql-11 Mask dev-db/postgresql-beta*, and mask postgres_targets_postgres{11,12}. While beta and rc are feature frozen, they’re not generally safe for production use. profiles/base/use.mask | 8 profiles/package.mask | 14 ++ 2 files changed, 22 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 560311c4175..6082a468925 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,14 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Aaron W. Swenson (09 Sep 2018) +# Mask PostgreSQL 12 while in (pre-)alpha. +postgres_targets_postgres12 + +# Aaron W. Swenson (09 Sep 2018) +# Mask PostgreSQL 11 while in beta/RC. +postgres_targets_postgres11 + # Brian Evans (10 Aug 2018) # Mask PHP 7.3 target while in beta php_targets_php7-3 diff --git a/profiles/package.mask b/profiles/package.mask index b2aea1555ba..5bf4759a956 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,20 @@ #--- END OF EXAMPLES --- +# Aaron W. Swenson (09 Sep 2018) +# PostgreSQL beta and release candidate releases are pre-release testing +# versions, not meant for production use. They are feature-frozen, and are +# released to the public for testing before final release +# +# NOTE: Successive beta or candidate releases may not be backwards compatible, +# so it is important that you review the release notes before upgrading. +# +# For more information about beta and release candidate versions, see: +# https://www.postgresql.org/developer/beta/ +=dev-db/postgresql-11_beta1 +=dev-db/postgresql-11_beta2 +=dev-db/postgresql-11_beta3 + # Lars Wendler (05 Sep 2018) # Broken "killall -SIG". Breaks many scripts. # See https://bugs.gentoo.org/664066
[gentoo-commits] repo/gentoo:master commit in: net-fs/mc/
commit: 207bb7771fc3bd615d1370a513771c7bc789 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Sep 9 18:43:06 2018 + Commit: Mikle Kolyada gentoo org> CommitDate: Sun Sep 9 18:43:45 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=207bb777 net-fs/mc: Snapshot bump Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-fs/mc/Manifest | 1 + net-fs/mc/mc-2018.09.06.23.26.56.ebuild | 49 + 2 files changed, 50 insertions(+) diff --git a/net-fs/mc/Manifest b/net-fs/mc/Manifest index 15b2991fbe2..e53f45a21f4 100644 --- a/net-fs/mc/Manifest +++ b/net-fs/mc/Manifest @@ -1,2 +1,3 @@ DIST mc-0_pre20180209.tar.gz 2770164 BLAKE2B 5ca4b9571df86ab4ac9d3f9a12bf9c99ff081ed30ec05fd7fe28e82798ceca176dabb08d41cca251efafa47f0b1b9884072e4511d3419ee197f9080472156ec2 SHA512 141644aa4b8f99a8747d9dd672df6aa9d3cb21ab35f2b96070d2e914ba912022dff787632bb7bc7ee4c9f04efe35c835e375c35c21e403ef8d68c57d60c24380 DIST mc-0_pre20180325.tar.gz 1367439 BLAKE2B 4c4a78bca067647b16d4ae0f142d78adaaf0f2acc67ff58170d61247b0a6218d924b67e55e092729370592f304290318ebe7aece7fe8572c129c40bf78f8ef83 SHA512 b3e6eee944c662e732f5ddcee23a6be3480c0b862b08d8323683f4c56c891a826a9c49e5d5c1ff84447c9785be0f35c6cef56b504038411045d404838d022bd5 +DIST mc-2018.09.06.23.26.56.tar.gz 1724855 BLAKE2B 6a100fd117830db096afd6b44b268e9dbe25185eb7ede56e300c6a4ac34e70a87f9184c77d54d52eda3eaece32bb6664bbeaac834624bab36d8c66e1bc31805d SHA512 2eafb9f9043d4931011c6b50cda5f8e9f794d56095de1f1cb4fb8110e109830ea6067f33b386ae2b1e8a7012f005fc0d0b0580ef70e3673c049ce81522635dc2 diff --git a/net-fs/mc/mc-2018.09.06.23.26.56.ebuild b/net-fs/mc/mc-2018.09.06.23.26.56.ebuild new file mode 100644 index 000..086aa2bbe8f --- /dev/null +++ b/net-fs/mc/mc-2018.09.06.23.26.56.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eapi7-ver bash-completion-r1 golang-build golang-vcs-snapshot + +MY_PV="$(ver_cut 1-3)T$(ver_cut 4-7)Z" +MY_PV=${MY_PV//./-} + +EGIT_COMMIT="0d0638b398e69887b5d7c0abcfb32882fd37b1fd" + +EGO_PN="github.com/minio/mc" + +DESCRIPTION="Minio client provides alternatives for ls, cat on cloud storage and filesystems" +HOMEPAGE="https://github.com/minio/mc"; +SRC_URI="https://${EGO_PN}/archive/RELEASE.${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="!!app-misc/mc" + +src_prepare() { + default + sed -i -e "s/time.Now().UTC().Format(time.RFC3339)/\"${VERSION}\"/"\ + -e "s/-s //"\ + -e "/time/d"\ + -e "s/+ commitID()/+ \"${EGIT_COMMIT}\"/"\ + src/${EGO_PN}/buildscripts/gen-ldflags.go || die + +} + +src_compile() { + pushd src/${EGO_PN} || die + MC_RELEASE="${MY_PV}" + GOPATH="${S}" go build --ldflags "$(go run buildscripts/gen-ldflags.go)" -o ${PN} || die + popd || die + +} + +src_install() { + pushd src/${EGO_PN} || die + dodoc -r README.md CONTRIBUTING.md docs + dobin mc + newbashcomp autocomplete/bash_autocomplete ${PN} + popd || die +}
[gentoo-commits] repo/user/veremit:master commit in: sys-kernel/mc-sources/
commit: d4e40c3eb41d1f9e91d7a6969428fd5ddd2b7165 Author: Michael Everitt iee org> AuthorDate: Sun Sep 9 18:22:44 2018 + Commit: Michael Everitt iee org> CommitDate: Sun Sep 9 18:25:23 2018 + URL:https://gitweb.gentoo.org/repo/user/veremit.git/commit/?id=d4e40c3e sys-kernel/mc-sources: bump to v4.14-mc10 sys-kernel/mc-sources/Manifest | 7 +++-- sys-kernel/mc-sources/mc-sources-4.14_p10.ebuild | 40 2 files changed, 44 insertions(+), 3 deletions(-) diff --git a/sys-kernel/mc-sources/Manifest b/sys-kernel/mc-sources/Manifest index 931c3de..03338ba 100644 --- a/sys-kernel/mc-sources/Manifest +++ b/sys-kernel/mc-sources/Manifest @@ -1,3 +1,4 @@ -DIST linux-4.14-mc6-patches.tar.xz 1069216 BLAKE2B dd6985c29b02c46ca6fe807425b0a8da8e50506706deb6d8106b99bd65d4d768415d86e34b6f18a61647dabbfe5a750b65e0e3c8731f37579ee02920d2cba54a SHA512 a0bcbc2a87bad234f7c30d5b1a66197079de3eba9069d14ea51a5edd39c8e5b0a0ea432ee112c31d3e266d2929351d4070c4caa369358059cdaae95d682a5848 -DIST linux-4.14-mc7-patches.tar.xz 1281212 BLAKE2B e3f5b711b5011183baa3a95a2cb613b6edb90d11bfb2806a7b6d9d81f8dabea086af048ff83c463f6af5184cb0aec62f467a5fe254fd373b4310bee248050fa6 SHA512 6f2e80147242c7b6fc307b89cf8de4a292e641867ed052440736c86bd3472aea08efd04513ed031437f3174edb8a09ea4ce3a8720bce5bd868ae0d2124e7c058 -DIST linux-4.14.tar.xz 100770500 BLAKE2B 85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a SHA512 77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8 +DIST linux-4.14-mc10-patches.tar.xz 1917184 SHA256 87ab7c2b39bd6ae6e53dcdcdc1d69eb496b717868140efe9f18b552d143aeeda SHA512 319b0187fa352de122cc2368c1f06a6785b88e1ab3aa1adfa9a2c4c4a2c2850fd4edc10c8055bf10d43b9123834c4989279e00b5a18178deee5c9a2b87a1fabd WHIRLPOOL 670da130a0261ef9d92d5ee705ecd3e820f366ec7b95057f6ca32e641cbdfa3aa4d85c5f108b9d1f792423ca0490bf01c784b8e98ce98c37185fefaed1fa02a0 +DIST linux-4.14-mc6-patches.tar.xz 1069216 SHA256 5cc6968b0c86bbaf5cc2dc5fc6e91770d5fee34eba42005fc1b8cb544180566f SHA512 a0bcbc2a87bad234f7c30d5b1a66197079de3eba9069d14ea51a5edd39c8e5b0a0ea432ee112c31d3e266d2929351d4070c4caa369358059cdaae95d682a5848 WHIRLPOOL 988e1525674cf15845f17fd915c8b8c267086b7029b8f7c2c2f09c210d41d8c2af73e001b268643ecc36d8856db58a1aa111e32ec8e0b1de8eacdc76a2e37d83 +DIST linux-4.14-mc7-patches.tar.xz 1281212 SHA256 2ac5394e50ea906e646dab7729db9144fd3ea730d68ff3a6ee4a3e0082fcc774 SHA512 6f2e80147242c7b6fc307b89cf8de4a292e641867ed052440736c86bd3472aea08efd04513ed031437f3174edb8a09ea4ce3a8720bce5bd868ae0d2124e7c058 WHIRLPOOL 1c5fdba6e0f26145eeceed3afe98353d7cef90b19ee2e386410c5c4be466bce0672ddb18a7c5c5dbfe3a5a575d9877c6bd79818cc9d5ed2c06d4bc762b9aa065 +DIST linux-4.14.tar.xz 100770500 SHA256 f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7 SHA512 77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8 WHIRLPOOL fee10d54ecb210156aa55364ecc15867127819e9f7ff9ec5f6ef159b1013e2ae3d3a28d35c62d663886cbe826b996a1387671766093be002536309045a8e4d10 diff --git a/sys-kernel/mc-sources/mc-sources-4.14_p10.ebuild b/sys-kernel/mc-sources/mc-sources-4.14_p10.ebuild new file mode 100644 index 000..5577c65 --- /dev/null +++ b/sys-kernel/mc-sources/mc-sources-4.14_p10.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +inherit eapi7-ver + +COMPRESSTYPE=".xz" +K_SECURITY_UNSUPPORTED="1" + +MC_B="$(ver_cut 1-2)" +MC_V="$(ver_cut 4)" +ETYPE="sources" +inherit kernel-2 +detect_version +K_NOSETEXTRAVERSION="don't_set_it" + +DESCRIPTION="Linux kernel that aims to provide improvements to reliability, +interactive performance, and memory consumption on all architectures and under all loads." +HOMEPAGE="http://oddball.tech/code/kernel-mc/"; + +MC_FILE="linux-${MC_B}-mc${MC_V}-patches.tar.xz" +MC_URI="http://oddball.tech/code/kernel-mc/${MC_FILE}"; +SRC_URI="${KERNEL_URI} ${MC_URI}" # \${EXPERIMENTAL_URI} + +KEYWORDS="-* ~arm ~arm64 ~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +UNIPATCH_STRICTORDER="yes" +UNIPATCH_LIST="${DISTDIR}/${MC_FILE}" + + +pkg_setup(){ + ewarn + ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." + ewarn "If you need support, please contact the mc developers directly." + ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" + ewarn "the ebuilds. Thank you." + ewarn + kernel-2_pkg_setup +}
[gentoo-commits] repo/user/veremit:master commit in: sys-kernel/mc-sources/
commit: fb1e938f92ce13f1365d82b799c987735ef9dcca Author: Michael Everitt iee org> AuthorDate: Sat May 19 22:36:07 2018 + Commit: Michael Everitt iee org> CommitDate: Sun Sep 9 18:24:56 2018 + URL:https://gitweb.gentoo.org/repo/user/veremit.git/commit/?id=fb1e938f sys-kernel/mc-sources: New package Package-Manager: Portage-2.3.13, Repoman-2.3.3 sys-kernel/mc-sources/Manifest | 3 ++ sys-kernel/mc-sources/mc-sources-4.14_p6.ebuild | 40 + sys-kernel/mc-sources/mc-sources-4.14_p7.ebuild | 40 + 3 files changed, 83 insertions(+) diff --git a/sys-kernel/mc-sources/Manifest b/sys-kernel/mc-sources/Manifest new file mode 100644 index 000..931c3de --- /dev/null +++ b/sys-kernel/mc-sources/Manifest @@ -0,0 +1,3 @@ +DIST linux-4.14-mc6-patches.tar.xz 1069216 BLAKE2B dd6985c29b02c46ca6fe807425b0a8da8e50506706deb6d8106b99bd65d4d768415d86e34b6f18a61647dabbfe5a750b65e0e3c8731f37579ee02920d2cba54a SHA512 a0bcbc2a87bad234f7c30d5b1a66197079de3eba9069d14ea51a5edd39c8e5b0a0ea432ee112c31d3e266d2929351d4070c4caa369358059cdaae95d682a5848 +DIST linux-4.14-mc7-patches.tar.xz 1281212 BLAKE2B e3f5b711b5011183baa3a95a2cb613b6edb90d11bfb2806a7b6d9d81f8dabea086af048ff83c463f6af5184cb0aec62f467a5fe254fd373b4310bee248050fa6 SHA512 6f2e80147242c7b6fc307b89cf8de4a292e641867ed052440736c86bd3472aea08efd04513ed031437f3174edb8a09ea4ce3a8720bce5bd868ae0d2124e7c058 +DIST linux-4.14.tar.xz 100770500 BLAKE2B 85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a SHA512 77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8 diff --git a/sys-kernel/mc-sources/mc-sources-4.14_p6.ebuild b/sys-kernel/mc-sources/mc-sources-4.14_p6.ebuild new file mode 100644 index 000..48049b5 --- /dev/null +++ b/sys-kernel/mc-sources/mc-sources-4.14_p6.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +inherit versionator + +COMPRESSTYPE=".xz" +K_SECURITY_UNSUPPORTED="1" + +MC_B="$(get_version_component_range 1-2)" +MC_V="6" +ETYPE="sources" +inherit kernel-2 +detect_version +K_NOSETEXTRAVERSION="don't_set_it" + +DESCRIPTION="Linux kernel that aims to provide improvements to reliability, +interactive performance, and memory consumption on all architectures and under all loads." +HOMEPAGE="http://oddball.tech/code/kernel-mc/"; + +MC_FILE="linux-${MC_B}-mc${MC_V}-patches.tar.xz" +MC_URI="http://oddball.tech/code/kernel-mc/${MC_FILE}"; +SRC_URI="${KERNEL_URI} ${MC_URI}" # \${EXPERIMENTAL_URI} + +KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +UNIPATCH_STRICTORDER="yes" +UNIPATCH_LIST="${DISTDIR}/${MC_FILE}" + + +pkg_setup(){ + ewarn + ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." + ewarn "If you need support, please contact the mc developers directly." + ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" + ewarn "the ebuilds. Thank you." + ewarn + kernel-2_pkg_setup +} diff --git a/sys-kernel/mc-sources/mc-sources-4.14_p7.ebuild b/sys-kernel/mc-sources/mc-sources-4.14_p7.ebuild new file mode 100644 index 000..5577c65 --- /dev/null +++ b/sys-kernel/mc-sources/mc-sources-4.14_p7.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +inherit eapi7-ver + +COMPRESSTYPE=".xz" +K_SECURITY_UNSUPPORTED="1" + +MC_B="$(ver_cut 1-2)" +MC_V="$(ver_cut 4)" +ETYPE="sources" +inherit kernel-2 +detect_version +K_NOSETEXTRAVERSION="don't_set_it" + +DESCRIPTION="Linux kernel that aims to provide improvements to reliability, +interactive performance, and memory consumption on all architectures and under all loads." +HOMEPAGE="http://oddball.tech/code/kernel-mc/"; + +MC_FILE="linux-${MC_B}-mc${MC_V}-patches.tar.xz" +MC_URI="http://oddball.tech/code/kernel-mc/${MC_FILE}"; +SRC_URI="${KERNEL_URI} ${MC_URI}" # \${EXPERIMENTAL_URI} + +KEYWORDS="-* ~arm ~arm64 ~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +UNIPATCH_STRICTORDER="yes" +UNIPATCH_LIST="${DISTDIR}/${MC_FILE}" + + +pkg_setup(){ + ewarn + ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." + ewarn "If you need support, please contact the mc developers directly." + ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" + ewarn "the ebuilds. Thank you." + ewarn + kernel-2_pkg_setup +}
[gentoo-commits] repo/user/veremit:master commit in: sys-kernel/mc-sources/
commit: 4d43cceb4be1116cc6ac219b95c76e2afe746a03 Author: Michael Everitt iee org> AuthorDate: Sun Sep 9 18:22:44 2018 + Commit: Michael Everitt iee org> CommitDate: Sun Sep 9 18:22:44 2018 + URL:https://gitweb.gentoo.org/repo/user/veremit.git/commit/?id=4d43cceb sys-kernel/mc-sources: bump to v4.14-mc10 sys-kernel/mc-sources/Manifest | 7 +++-- sys-kernel/mc-sources/mc-sources-4.14_p10.ebuild | 40 2 files changed, 44 insertions(+), 3 deletions(-) diff --git a/sys-kernel/mc-sources/Manifest b/sys-kernel/mc-sources/Manifest index 931c3de..03338ba 100644 --- a/sys-kernel/mc-sources/Manifest +++ b/sys-kernel/mc-sources/Manifest @@ -1,3 +1,4 @@ -DIST linux-4.14-mc6-patches.tar.xz 1069216 BLAKE2B dd6985c29b02c46ca6fe807425b0a8da8e50506706deb6d8106b99bd65d4d768415d86e34b6f18a61647dabbfe5a750b65e0e3c8731f37579ee02920d2cba54a SHA512 a0bcbc2a87bad234f7c30d5b1a66197079de3eba9069d14ea51a5edd39c8e5b0a0ea432ee112c31d3e266d2929351d4070c4caa369358059cdaae95d682a5848 -DIST linux-4.14-mc7-patches.tar.xz 1281212 BLAKE2B e3f5b711b5011183baa3a95a2cb613b6edb90d11bfb2806a7b6d9d81f8dabea086af048ff83c463f6af5184cb0aec62f467a5fe254fd373b4310bee248050fa6 SHA512 6f2e80147242c7b6fc307b89cf8de4a292e641867ed052440736c86bd3472aea08efd04513ed031437f3174edb8a09ea4ce3a8720bce5bd868ae0d2124e7c058 -DIST linux-4.14.tar.xz 100770500 BLAKE2B 85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a SHA512 77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8 +DIST linux-4.14-mc10-patches.tar.xz 1917184 SHA256 87ab7c2b39bd6ae6e53dcdcdc1d69eb496b717868140efe9f18b552d143aeeda SHA512 319b0187fa352de122cc2368c1f06a6785b88e1ab3aa1adfa9a2c4c4a2c2850fd4edc10c8055bf10d43b9123834c4989279e00b5a18178deee5c9a2b87a1fabd WHIRLPOOL 670da130a0261ef9d92d5ee705ecd3e820f366ec7b95057f6ca32e641cbdfa3aa4d85c5f108b9d1f792423ca0490bf01c784b8e98ce98c37185fefaed1fa02a0 +DIST linux-4.14-mc6-patches.tar.xz 1069216 SHA256 5cc6968b0c86bbaf5cc2dc5fc6e91770d5fee34eba42005fc1b8cb544180566f SHA512 a0bcbc2a87bad234f7c30d5b1a66197079de3eba9069d14ea51a5edd39c8e5b0a0ea432ee112c31d3e266d2929351d4070c4caa369358059cdaae95d682a5848 WHIRLPOOL 988e1525674cf15845f17fd915c8b8c267086b7029b8f7c2c2f09c210d41d8c2af73e001b268643ecc36d8856db58a1aa111e32ec8e0b1de8eacdc76a2e37d83 +DIST linux-4.14-mc7-patches.tar.xz 1281212 SHA256 2ac5394e50ea906e646dab7729db9144fd3ea730d68ff3a6ee4a3e0082fcc774 SHA512 6f2e80147242c7b6fc307b89cf8de4a292e641867ed052440736c86bd3472aea08efd04513ed031437f3174edb8a09ea4ce3a8720bce5bd868ae0d2124e7c058 WHIRLPOOL 1c5fdba6e0f26145eeceed3afe98353d7cef90b19ee2e386410c5c4be466bce0672ddb18a7c5c5dbfe3a5a575d9877c6bd79818cc9d5ed2c06d4bc762b9aa065 +DIST linux-4.14.tar.xz 100770500 SHA256 f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7 SHA512 77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8 WHIRLPOOL fee10d54ecb210156aa55364ecc15867127819e9f7ff9ec5f6ef159b1013e2ae3d3a28d35c62d663886cbe826b996a1387671766093be002536309045a8e4d10 diff --git a/sys-kernel/mc-sources/mc-sources-4.14_p10.ebuild b/sys-kernel/mc-sources/mc-sources-4.14_p10.ebuild new file mode 100644 index 000..5577c65 --- /dev/null +++ b/sys-kernel/mc-sources/mc-sources-4.14_p10.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +inherit eapi7-ver + +COMPRESSTYPE=".xz" +K_SECURITY_UNSUPPORTED="1" + +MC_B="$(ver_cut 1-2)" +MC_V="$(ver_cut 4)" +ETYPE="sources" +inherit kernel-2 +detect_version +K_NOSETEXTRAVERSION="don't_set_it" + +DESCRIPTION="Linux kernel that aims to provide improvements to reliability, +interactive performance, and memory consumption on all architectures and under all loads." +HOMEPAGE="http://oddball.tech/code/kernel-mc/"; + +MC_FILE="linux-${MC_B}-mc${MC_V}-patches.tar.xz" +MC_URI="http://oddball.tech/code/kernel-mc/${MC_FILE}"; +SRC_URI="${KERNEL_URI} ${MC_URI}" # \${EXPERIMENTAL_URI} + +KEYWORDS="-* ~arm ~arm64 ~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +UNIPATCH_STRICTORDER="yes" +UNIPATCH_LIST="${DISTDIR}/${MC_FILE}" + + +pkg_setup(){ + ewarn + ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." + ewarn "If you need support, please contact the mc developers directly." + ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" + ewarn "the ebuilds. Thank you." + ewarn + kernel-2_pkg_setup +}
[gentoo-commits] data/api:master commit in: files/overlays/
commit: 2c8a6240a432d5b59e9b75c21bcdb34ee9b57e12 Author: Jason Oliveira medicalcannab is> AuthorDate: Sun Sep 9 09:52:27 2018 + Commit: Michał Górny gentoo org> CommitDate: Sun Sep 9 18:22:34 2018 + URL:https://gitweb.gentoo.org/data/api.git/commit/?id=2c8a6240 repositories: Add brave-overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/157 files/overlays/repositories.xml | 11 +++ 1 file changed, 11 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 29bf00f..ee33ce8 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -739,6 +739,17 @@ https://github.com/l29ah/booboo.git https://github.com/l29ah/booboo/commits/master.atom + + + +https://gitlab.com/jason.oliveira/brave-overlay + + jason.olive...@medicalcannab.is + + +https://gitlab.com/jason.oliveira/brave-overlay.git + https://gitlab.com/jason.oliveira/brave-overlay/commits/master.atom + bright BrightOne's personal overlay
[gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/
commit: 349be62ac22ce4858f6616483346fab7df9f6b61 Author: Jimi Huotari gentoo org> AuthorDate: Sun Sep 9 18:20:40 2018 + Commit: Jimi Huotari gentoo org> CommitDate: Sun Sep 9 18:20:40 2018 + URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=349be62a dev-qt/qtwebengine: drop upstreamed libxml catalogs patch from 5.11 Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-qt/qtwebengine/qtwebengine-5.11..ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-qt/qtwebengine/qtwebengine-5.11..ebuild b/dev-qt/qtwebengine/qtwebengine-5.11..ebuild index 61f119f9..c3ed341b 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.11..ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.11..ebuild @@ -80,7 +80,6 @@ DEPEND="${RDEPEND} " PATCHES+=( - "${FILESDIR}/${PN}-5.11.2-libxml2-disable-catalogs.patch" # bug 653078 "${FILESDIR}/${PN}-5.11.1-nouveau-disable-gpu.patch" # bug 609752 )
[gentoo-commits] repo/gentoo:master commit in: mail-client/evolution/
commit: 045f61b66b41c403696f53645bdbf671ff740f54 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Sep 9 17:00:21 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sun Sep 9 17:52:00 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=045f61b6 mail-client/evolution: bump to 3.26.6 Add SYSCONF_INSTALL_DIR passing to fix evolution-alarm-notify autostart, ensuring alarms show up without having started evolution after desktop session start. Remove the gtk-update-icon-cache avoidance hack - it seems upstream honors DESTDIR by now (not running it postinst if set). Closes: https://bugs.gentoo.org/66 Package-Manager: Portage-2.3.49, Repoman-2.3.10 mail-client/evolution/Manifest| 1 + mail-client/evolution/evolution-3.26.6.ebuild | 159 ++ 2 files changed, 160 insertions(+) diff --git a/mail-client/evolution/Manifest b/mail-client/evolution/Manifest index 0a854b82c1c..c828262cc75 100644 --- a/mail-client/evolution/Manifest +++ b/mail-client/evolution/Manifest @@ -1,2 +1,3 @@ DIST evolution-3.22.4.tar.xz 12272488 BLAKE2B 7740d1d6e734fb7212d2b36f0a64dca03360ab059f0ca716522312c490f2b071a8fc6b383c98b429a6cb22ea5afec0e7e6c05dcb63b3908053ee891aa4129cdb SHA512 dd73a11d4d7903be6a99bf0d937f5a217a26f0dffb9dc0cea2ca81142d5783c42f889a8b913d565678e9f55b7f2f2a1d42f06c30e3cb004926c19f44dae3b70f DIST evolution-3.24.6.tar.xz 12153692 BLAKE2B ced20d9e08f6b9aac65be6f5ecd5beb861feec40dddc4411b1bdc6519e249de8db8b3319450808d7a31b80386f9830f351b7edacb3c6fcd28fe5fdfe343329f7 SHA512 da5c9062791996735e52575894763597cc957cb17bc0abe46a966f0e3e6706550ce534ae03b2c444d142547119f3a59aec6ee17e0302a002d8437da166ef7178 +DIST evolution-3.26.6.tar.xz 12036120 BLAKE2B b0828f172935ce75bad6e2fa9859b65e96f8b8369d8f2c4b836ef9dd992168dcdca256df4aa0577117819f8d21da3976b338fb66b75f0e2511b7f1d23712befa SHA512 34a6f3ec12c6330c2b742281030f641a0998293663d3c2ac4151eef24067ff95403fec37550be2d8d22e43e334b4349f1ece40b75cc23b1dfcec88a9a694363f diff --git a/mail-client/evolution/evolution-3.26.6.ebuild b/mail-client/evolution/evolution-3.26.6.ebuild new file mode 100644 index 000..439aa36d847 --- /dev/null +++ b/mail-client/evolution/evolution-3.26.6.ebuild @@ -0,0 +1,159 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME2_LA_PUNT="yes" + +inherit cmake-utils gnome2 flag-o-matic readme.gentoo-r1 + +DESCRIPTION="Integrated mail, addressbook and calendaring functionality" +HOMEPAGE="https://wiki.gnome.org/Apps/Evolution"; + +# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+". +LICENSE="|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP" +SLOT="2.0" + +IUSE="archive +bogofilter crypt geolocation gtk-doc highlight ldap spamassassin spell ssl +weather ytnef" + +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" + +# We need a graphical pinentry frontend to be able to ask for the GPG +# password from inside evolution, bug 160302 +PINENTRY_DEPEND="|| ( app-crypt/pinentry[gnome-keyring] app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] app-crypt/pinentry[qt5] )" + +# glade-3 support is for maintainers only per configure.ac +# pst is not mature enough and changes API/ABI frequently +# dconf explicitely needed for backup plugin +# gnome-desktop support is optional with --enable-gnome-desktop +COMMON_DEPEND=" + >=app-crypt/gcr-3.4:=[gtk] + >=app-text/enchant-1.1.7 + >=dev-libs/glib-2.46:2[dbus] + >=dev-libs/libxml2-2.7.3:2 + >=gnome-base/gnome-desktop-2.91.3:3= + >=gnome-base/gsettings-desktop-schemas-2.91.92 + >=gnome-extra/evolution-data-server-${PV}:=[gtk,weather?] + >=media-libs/libcanberra-0.25[gtk3] + >=net-libs/libsoup-2.42:2.4 + >=net-libs/webkit-gtk-2.16.0:4 + >=x11-libs/cairo-1.9.15:=[glib] + >=x11-libs/gdk-pixbuf-2.24:2 + >=x11-libs/gtk+-3.10:3 + >=x11-libs/libnotify-0.7:= + >=x11-misc/shared-mime-info-0.22 + + >=app-text/iso-codes-0.49 + dev-libs/atk + gnome-base/dconf + dev-libs/libical:= + x11-libs/libSM + x11-libs/libICE + + archive? ( >=app-arch/gnome-autoar-0.1.1[gtk] ) + crypt? ( + >=app-crypt/gnupg-1.4 + ${PINENTRY_DEPEND} + x11-libs/libcryptui ) + geolocation? ( + >=media-libs/libchamplain-0.12:0.12[gtk] + >=media-libs/clutter-1.0.0:1.0 + >=media-libs/clutter-gtk-0.90:1.0 + >=sci-geosciences/geocode-glib-3.10.0 + x11-libs/mx:1.0 ) + ldap? ( >=net-nds/openldap-2:= ) + spell? ( app-text/gtkspell:3 ) + ssl? ( + >=dev-libs/nspr-4.6.1:= + >=dev-libs/nss-3.11:= ) + weather? ( >=dev-libs/libgweather-3.10:2= ) + ytnef? ( net-mail/ytnef ) +" +DEPEND="${COMMON_DEPEND} + app-text/docbook-xml-dtd:4.1.2 + dev-util/gdbus-codegen + dev-util/gl
[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/
commit: 23e3bef716c6c4a7020f3755874adb7faa6964c4 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Sep 9 16:34:43 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sun Sep 9 17:51:54 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23e3bef7 gnome-extra/evolution-data-server: bump to 3.26.6 Package-Manager: Portage-2.3.49, Repoman-2.3.10 gnome-extra/evolution-data-server/Manifest | 1 + .../evolution-data-server-3.26.6.ebuild| 152 + 2 files changed, 153 insertions(+) diff --git a/gnome-extra/evolution-data-server/Manifest b/gnome-extra/evolution-data-server/Manifest index 96e25e1abbb..330d7a535f0 100644 --- a/gnome-extra/evolution-data-server/Manifest +++ b/gnome-extra/evolution-data-server/Manifest @@ -1,2 +1,3 @@ DIST evolution-data-server-3.22.7.tar.xz 5564924 BLAKE2B 8107a13ef46a4457e122c5d719c0d29ccbf5ec61424fb6b4810b1e165bb68cb8c1c87ec9ab34446458321c0c56ba5a5408f45ae9fc95bcee965c21caaad6a230 SHA512 53648c0b893982b3577008aeae57e213e084aa5ba4663ca109f200b268635fd1544408c1ace065e91e5eaf48a20f59609c8e895a1907501ea5e64119d1590d44 DIST evolution-data-server-3.24.7.tar.xz 4253252 BLAKE2B ca435a4e6c3a003c5166bd06f0308766686cc9e02f1eb6a15a521c58805bafdfd39cbc7ee058339ba383329ab34a11ed2b0eeebd9b545219c4b3d8f51de8df60 SHA512 3e83cb0e87ec822ebf6c81963693e7c701d20266e0811bd261a78073c75724e2c24ac5d5561e997ed8567e9e519c175b3104fa6e2e28158854c8c3ec39a8e9df +DIST evolution-data-server-3.26.6.tar.xz 4406676 BLAKE2B d12fcc412736b505a30254a55763ffec68c1d8cd810fe62c82d7dd5947047caf7c296ccf8103b4a06496dbae38aa55ba9d071dc02442872274e2955d662be4cf SHA512 17522a19d9b4d19f89ccb67c76a89d599377eba36cf6dbe9fbc88fb162947b0208eaf1b4b6b5c4e9850dadf7e6ffea5161ba149b308415e94afc745bc1a448a7 diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.26.6.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.26.6.ebuild new file mode 100644 index 000..c48dbec871b --- /dev/null +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.26.6.ebuild @@ -0,0 +1,152 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME2_LA_PUNT="yes" +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +VALA_USE_DEPEND="vapigen" + +inherit cmake-utils db-use flag-o-matic gnome2 python-any-r1 systemd vala virtualx + +DESCRIPTION="Evolution groupware backend" +HOMEPAGE="https://wiki.gnome.org/Apps/Evolution"; + +# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+". +LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat" +SLOT="0/60" # subslot = libcamel-1.2 soname version + +IUSE="berkdb +gnome-online-accounts +gtk gtk-doc google +introspection ipv6 ldap kerberos vala +weather" +REQUIRED_USE="vala? ( introspection )" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" + +# sys-libs/db is only required for migrating from <3.13 versions +# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to handle more than 100 google tasks +# berkdb needed only for migrating old calendar data, bug #519512 +gdata_depend=">=dev-libs/libgdata-0.17.7:=" +RDEPEND=" + >=app-crypt/gcr-3.4 + >=app-crypt/libsecret-0.5[crypt] + >=dev-db/sqlite-3.7.17:= + >=dev-libs/glib-2.46:2 + >=dev-libs/libical-2.0:= + >=dev-libs/libxml2-2 + >=dev-libs/nspr-4.4:= + >=dev-libs/nss-3.9:= + >=net-libs/libsoup-2.42:2.4 + + dev-libs/icu:= + sys-libs/zlib:= + virtual/libiconv + + berkdb? ( >=sys-libs/db-4:= ) + gtk? ( + >=app-crypt/gcr-3.4[gtk] + >=x11-libs/gtk+-3.10:3 + ) + google? ( + >=dev-libs/json-glib-1.0.4 + >=net-libs/webkit-gtk-2.11.91:4 + ${gdata_depend} + ) + gnome-online-accounts? ( + >=net-libs/gnome-online-accounts-3.8:= + ${gdata_depend} ) + introspection? ( >=dev-libs/gobject-introspection-0.9.12:= ) + kerberos? ( virtual/krb5:= ) + ldap? ( >=net-nds/openldap-2:= ) + weather? ( >=dev-libs/libgweather-3.10:2= ) +" +DEPEND="${RDEPEND} + ${PYTHON_DEPS} + dev-util/gdbus-codegen + dev-util/glib-utils + dev-util/gperf + gtk-doc? ( >=dev-util/gtk-doc-1.14 ) + >=dev-util/intltool-0.35.5 + >=sys-devel/gettext-0.18.3 + virtual/pkgconfig + vala? ( $(vala_depend) ) +" + +# Some tests fail due to missing locales. +# Also, dbus tests are flaky, bugs #397975 #501834 +# It looks like a nightmare to disable those for now. +RESTRICT="test !test? ( test )" + +pkg_setup() { + python-any-r1_pkg_setup +} + +# global scope PATCHES or DOCS array mustn't be used due to double default_src_prepare +# call; if needed, set them after cmake-utils_src_prepare call, if that works + +src_prepare() { + use vala && vala_src_prepare
[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-ews/
commit: db38d778b39b98cd1efdf0c53b41c10f6cecc35e Author: Mart Raudsepp gentoo org> AuthorDate: Sun Sep 9 17:45:48 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sun Sep 9 17:52:02 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db38d778 gnome-extra/evolution-ews: bump to 3.26.6 Package-Manager: Portage-2.3.49, Repoman-2.3.10 gnome-extra/evolution-ews/Manifest | 1 + .../evolution-ews/evolution-ews-3.26.6.ebuild | 66 ++ 2 files changed, 67 insertions(+) diff --git a/gnome-extra/evolution-ews/Manifest b/gnome-extra/evolution-ews/Manifest index 96a148fa2a2..6cf54081b0e 100644 --- a/gnome-extra/evolution-ews/Manifest +++ b/gnome-extra/evolution-ews/Manifest @@ -1 +1,2 @@ DIST evolution-ews-3.24.6.tar.xz 488668 BLAKE2B 3ec507b654042882158d2d8dfdbaae0372cc67d515501e45e327ef006cd8674f7b6e48de63f8930add9f29536d3428604f21666cfac98a764cb2eb0c20353ef3 SHA512 24bcaf9755b9d45d4848624b42f2b41bf1532aa836cdd26f8ab57b4dd5ac83d4375c340e0cac6f7f1b830c3ab998597893bce0fdd471ed7b0758a69367edfac1 +DIST evolution-ews-3.26.6.tar.xz 485624 BLAKE2B 7e9b13fff05122a54fe502d0d4bd1f0ba895259b89d074d9f39ab4e56bdd2794e780c61023294ceea79adb94f80a42a232e4cc1743c41b062c1b03c9276a6253 SHA512 228699989d0407ed65d2b8fa37f643890b40084484a125738dc9a10152de435cbc9e3109c1aa5ae90daeb4aba6e06da135c84d7f7e0fd330f5d8448383ee diff --git a/gnome-extra/evolution-ews/evolution-ews-3.26.6.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.26.6.ebuild new file mode 100644 index 000..2d35e29eb5c --- /dev/null +++ b/gnome-extra/evolution-ews/evolution-ews-3.26.6.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME2_LA_PUNT="yes" + +inherit cmake-utils gnome2 + +DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services" +HOMEPAGE="https://wiki.gnome.org/Apps/Evolution"; + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + dev-db/sqlite:3= + >=dev-libs/glib-2.46:2 + dev-libs/libical:0= + >=dev-libs/libmspack-0.4 + >=dev-libs/libxml2-2 + >=gnome-extra/evolution-data-server-3.24.7:0= + >=mail-client/evolution-${PV}:2.0 + >=net-libs/libsoup-2.42:2.4 + >=x11-libs/gtk+-3.10:3 +" +DEPEND="${RDEPEND} + dev-util/gdbus-codegen + dev-util/glib-utils + >=dev-util/intltool-0.35.5 + >=sys-devel/gettext-0.18.3 + virtual/pkgconfig + test? ( net-libs/uhttpmock ) +" + +# Unittests fail to find libevolution-ews.so +RESTRICT="test !test? ( test )" + +# global scope PATCHES or DOCS array mustn't be used due to double default_src_prepare +# call; if needed, set them after cmake-utils_src_prepare call, if that works + +src_prepare() { + cmake-utils_src_prepare + gnome2_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DWITH_MSPACK=ON + -DENABLE_TESTS=$(usex test) + ) + cmake-utils_src_configure +} + +src_compile() { + cmake-utils_src_compile +} + +src_test() { + cmake-utils_src_test +} + +src_install() { + cmake-utils_src_install +}
[gentoo-commits] repo/gentoo:master commit in: media-video/v4l2loopback/
commit: 4973f380c7236c9adff7ee00ada029e8fcf21bba Author: Brian Evans gentoo org> AuthorDate: Sun Sep 9 17:27:35 2018 + Commit: Brian Evans gentoo org> CommitDate: Sun Sep 9 17:27:35 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4973f380 media-video/v4l2loopback: Drop old Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-video/v4l2loopback/Manifest | 1 - .../v4l2loopback/v4l2loopback-0.10.0.ebuild| 58 -- 2 files changed, 59 deletions(-) diff --git a/media-video/v4l2loopback/Manifest b/media-video/v4l2loopback/Manifest index 86217717bfd..06c0780c3a5 100644 --- a/media-video/v4l2loopback/Manifest +++ b/media-video/v4l2loopback/Manifest @@ -1,2 +1 @@ -DIST v4l2loopback-0.10.0.tar.gz 46976 BLAKE2B 9e26aa0079f92deefcb3b48816a5279e994be77e1cb54450a91dbec63953858bf378e85d9f93a0694539809987c87461b3f5795b9632aa9d968974f49d3eca77 SHA512 990b83cc592bf66861483d5ed8ebd7aba9d23f8ab54dc11d82ac3c88588cbd340d9cc49f7b758095e76bf9c5f02822700074506439ba51bcafc5cc7c1c979cb8 DIST v4l2loopback-0.12.0.tar.gz 48723 BLAKE2B 6d62b7839889f43422623e1cfc52142846e796ca184b567906ab950642012a5c581ac656d3e4a71d806786e7ff347298f1f7aabba33743508ba388beb590c03f SHA512 e951fcc2b0a55ec5cd9812c2c26c0cab6e37b99bbb5b8512e28c67b3c59e981b776cb3285a0275f027dbddc010855f12134b9f3fa92f20e19e4de713f77289a1 diff --git a/media-video/v4l2loopback/v4l2loopback-0.10.0.ebuild b/media-video/v4l2loopback/v4l2loopback-0.10.0.ebuild deleted file mode 100644 index 7c408014c5c..000 --- a/media-video/v4l2loopback/v4l2loopback-0.10.0.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit linux-mod - -case ${PV} in -) - inherit git-r3 - KEYWORDS="" - EGIT_REPO_URI="git://github.com/umlaeute/v4l2loopback.git" - ;; -*) - inherit vcs-snapshot - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/umlaeute/v4l2loopback/tarball/v${PV} -> ${P}.tar.gz" - ;; -esac - -DESCRIPTION="v4l2 loopback device which output is it's own input" -HOMEPAGE="https://github.com/umlaeute/v4l2loopback"; - -LICENSE="GPL-2" -SLOT="0" -IUSE="examples" - -CONFIG_CHECK="VIDEO_DEV" -MODULE_NAMES="v4l2loopback(video:)" -BUILD_TARGETS="all" - -DEPEND="" -RDEPEND="${DEPEND}" - -pkg_setup() { - linux-mod_pkg_setup - export KERNELRELEASE=${KV_FULL} -} - -src_compile() { - linux-mod_src_compile - if use examples; then - cd "${S}"/examples - emake - fi -} - -src_install() { - linux-mod_src_install - dosbin utils/v4l2loopback-ctl - dodoc doc/kernel_debugging.txt - dodoc doc/docs.txt - if use examples; then - dosbin examples/yuv4mpeg_to_v4l2 - docinto examples - dodoc examples/{*.sh,*.c,Makefile} - fi -}
[gentoo-commits] repo/gentoo:master commit in: media-video/v4l2loopback/
commit: a29552182393235aadd8cea192e3f82b5f37edd4 Author: Brian Evans gentoo org> AuthorDate: Sun Sep 9 17:26:36 2018 + Commit: Brian Evans gentoo org> CommitDate: Sun Sep 9 17:26:36 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2955218 media-video/v4l2loopback: Version bump for 0.12.0 Closes: https://bugs.gentoo.org/646260 Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-video/v4l2loopback/Manifest | 1 + ...4l2loopback-.ebuild => v4l2loopback-0.12.0.ebuild} | 15 --- media-video/v4l2loopback/v4l2loopback-.ebuild | 15 --- 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/media-video/v4l2loopback/Manifest b/media-video/v4l2loopback/Manifest index b31be47ef33..86217717bfd 100644 --- a/media-video/v4l2loopback/Manifest +++ b/media-video/v4l2loopback/Manifest @@ -1 +1,2 @@ DIST v4l2loopback-0.10.0.tar.gz 46976 BLAKE2B 9e26aa0079f92deefcb3b48816a5279e994be77e1cb54450a91dbec63953858bf378e85d9f93a0694539809987c87461b3f5795b9632aa9d968974f49d3eca77 SHA512 990b83cc592bf66861483d5ed8ebd7aba9d23f8ab54dc11d82ac3c88588cbd340d9cc49f7b758095e76bf9c5f02822700074506439ba51bcafc5cc7c1c979cb8 +DIST v4l2loopback-0.12.0.tar.gz 48723 BLAKE2B 6d62b7839889f43422623e1cfc52142846e796ca184b567906ab950642012a5c581ac656d3e4a71d806786e7ff347298f1f7aabba33743508ba388beb590c03f SHA512 e951fcc2b0a55ec5cd9812c2c26c0cab6e37b99bbb5b8512e28c67b3c59e981b776cb3285a0275f027dbddc010855f12134b9f3fa92f20e19e4de713f77289a1 diff --git a/media-video/v4l2loopback/v4l2loopback-.ebuild b/media-video/v4l2loopback/v4l2loopback-0.12.0.ebuild similarity index 83% copy from media-video/v4l2loopback/v4l2loopback-.ebuild copy to media-video/v4l2loopback/v4l2loopback-0.12.0.ebuild index 7c408014c5c..c2f92d34a0f 100644 --- a/media-video/v4l2loopback/v4l2loopback-.ebuild +++ b/media-video/v4l2loopback/v4l2loopback-0.12.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit linux-mod +inherit linux-mod toolchain-funcs case ${PV} in ) @@ -29,19 +29,20 @@ CONFIG_CHECK="VIDEO_DEV" MODULE_NAMES="v4l2loopback(video:)" BUILD_TARGETS="all" -DEPEND="" -RDEPEND="${DEPEND}" - pkg_setup() { linux-mod_pkg_setup export KERNELRELEASE=${KV_FULL} } +src_prepare() { + default + sed -i -e 's/gcc /$(CC) /' examples/Makefile || die +} + src_compile() { linux-mod_src_compile if use examples; then - cd "${S}"/examples - emake + emake CC=$(tc-getCC) -C examples fi } diff --git a/media-video/v4l2loopback/v4l2loopback-.ebuild b/media-video/v4l2loopback/v4l2loopback-.ebuild index 7c408014c5c..c2f92d34a0f 100644 --- a/media-video/v4l2loopback/v4l2loopback-.ebuild +++ b/media-video/v4l2loopback/v4l2loopback-.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit linux-mod +inherit linux-mod toolchain-funcs case ${PV} in ) @@ -29,19 +29,20 @@ CONFIG_CHECK="VIDEO_DEV" MODULE_NAMES="v4l2loopback(video:)" BUILD_TARGETS="all" -DEPEND="" -RDEPEND="${DEPEND}" - pkg_setup() { linux-mod_pkg_setup export KERNELRELEASE=${KV_FULL} } +src_prepare() { + default + sed -i -e 's/gcc /$(CC) /' examples/Makefile || die +} + src_compile() { linux-mod_src_compile if use examples; then - cd "${S}"/examples - emake + emake CC=$(tc-getCC) -C examples fi }
[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/
commit: 0dd3f10b16b7570b03441be85d2c5be006ed5f09 Author: Guillaume Castagnino xwing info> AuthorDate: Thu Sep 6 19:09:11 2018 + Commit: Amy Liffey gentoo org> CommitDate: Sun Sep 9 16:35:51 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd3f10b sci-geosciences/qmapshack: bump to 1.12.0 Migrate to qtwebengine instead of qtwebkit Closes: https://bugs.gentoo.org/665388 Closes: https://github.com/gentoo/gentoo/pull/9793 Package-Manager: Portage-2.3.49, Repoman-2.3.10 sci-geosciences/qmapshack/Manifest| 1 + sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild | 41 +++ 2 files changed, 42 insertions(+) diff --git a/sci-geosciences/qmapshack/Manifest b/sci-geosciences/qmapshack/Manifest index 559bca0b664..7665537da1f 100644 --- a/sci-geosciences/qmapshack/Manifest +++ b/sci-geosciences/qmapshack/Manifest @@ -1,2 +1,3 @@ DIST qmapshack-1.11.1.tar.gz 11446871 BLAKE2B fa92b93787306d23110112fd851f0ee02418ac7b27316f57b4045efc4ae726e36c4014682d1ee32879f8894bab7dcac70852384f8b158e01026d7782f67b5ede SHA512 43e1b587bd3f4901b155ea6d1d520cf303681640c1bd521b30ef7f23aaf49b2fffe9b764e5dd3fcaef360b0d32b360b76eb8d737ec5e186aa75362ff2507956e +DIST qmapshack-1.12.0.tar.gz 12030329 BLAKE2B af641e76b00ee7dc7d964fd9f4ba75e51d7d6bcc4b33e020129181655371cda91f8ddffdcfd489f55228c22fc63416e6e5c8f4b1755a6a07e5832895a921afc7 SHA512 dac6081b37eab39431221acdd48a3e61876ff40e4f76aac7eed9232e839cabc69a099cb2e9e29fcc23cf439eaa8a3d1522be17e24c71e2b6d3f332eb3127efb5 DIST qmapshack-1.6.3.tar.gz 5181205 BLAKE2B 89e7a638f35e0e555b237a000992f48b1a126ed9de5c2892ee8e147060866656b87abbc46937cc5187e473681b71a2dfb250160d4847824df4989c352afd676b SHA512 6e9efdd35ebf3980011aea0cefdbcc433e4f0d333cbeff72e70880a41bff972cc27f4517e243f4990b5e04112a50af2651d99cb5c1c6e542341db30e5e000133 diff --git a/sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild b/sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild new file mode 100644 index 000..6921f476c72 --- /dev/null +++ b/sci-geosciences/qmapshack/qmapshack-1.12.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils xdg-utils gnome2-utils + +DESCRIPTION="GPS mapping utility" +HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home"; +SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz"; +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPEND="dev-qt/qtwebengine:5[widgets] + dev-qt/qtdeclarative:5[widgets] + dev-qt/qtprintsupport:5 + dev-qt/qtdbus:5 + dev-qt/qttest:5 + dev-qt/designer:5 + dev-qt/qtnetwork:5[ssl] + dev-qt/qtsql:5 + dev-libs/quazip + >=sci-geosciences/routino-3.1.1 + sci-libs/gdal + sci-libs/proj + sci-libs/alglib" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5" + +pkg_postinst() { + xdg_desktop_database_update + xdg_mimeinfo_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + xdg_mimeinfo_database_update + gnome2_icon_cache_update +}
[gentoo-commits] repo/gentoo:master commit in: net-im/signal-desktop-bin/
commit: 7c7ae21b0dd4ff291bdc15ca9d64c7c0e161743b Author: Mikle Kolyada gentoo org> AuthorDate: Sun Sep 9 16:33:04 2018 + Commit: Mikle Kolyada gentoo org> CommitDate: Sun Sep 9 16:33:22 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c7ae21b net-im/signal-desktop-bin: Disable other arches support explicitly Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-im/signal-desktop-bin/signal-desktop-bin-1.16.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.16.0.ebuild b/net-im/signal-desktop-bin/signal-desktop-bin-1.16.0.ebuild index 533fd050681..66fde796fe7 100644 --- a/net-im/signal-desktop-bin/signal-desktop-bin-1.16.0.ebuild +++ b/net-im/signal-desktop-bin/signal-desktop-bin-1.16.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${ LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="-* ~amd64" IUSE="" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/cgal/
commit: 6e3eee2f9aa40705a2d49f43b28cd5970b608851 Author: Diogo Pereira gmail com> AuthorDate: Mon Aug 20 11:51:49 2018 + Commit: Amy Liffey gentoo org> CommitDate: Sun Sep 9 15:53:20 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3eee2f sci-mathematics/cgal: bump to 4.11.3 Closes: https://bugs.gentoo.org/663464 Closes: https://github.com/gentoo/gentoo/pull/9557 Package-Manager: Portage-2.3.40, Repoman-2.3.9 sci-mathematics/cgal/Manifest | 2 + sci-mathematics/cgal/cgal-4.11.3.ebuild | 80 + 2 files changed, 82 insertions(+) diff --git a/sci-mathematics/cgal/Manifest b/sci-mathematics/cgal/Manifest index 1943c1c1261..4645979f664 100644 --- a/sci-mathematics/cgal/Manifest +++ b/sci-mathematics/cgal/Manifest @@ -2,5 +2,7 @@ DIST CGAL-4.10-doc_html.tar.xz 27147028 BLAKE2B ccdb77a497c2aef3004c3adfd81bf8f7 DIST CGAL-4.10.tar.xz 14249804 BLAKE2B 4715449bebc45fe9270b4a336af964eda4c1a603a9a63b3f3b6922253e18f205e27d5d14dea7ae90ece4184c8b3bafb0ff2963311da7a95ab6d21d8961679ac1 SHA512 2029ad647e73692bb38b2ed9606aae61ec1d74df886bb6fd0f4e3388fb08a51de87a1e290df0dcc621a8abc2654915e2d331ec9f6d27ddd9a21f187a165fa09d DIST CGAL-4.11.1-doc_html.tar.xz 30575368 BLAKE2B 088cedcde628520625a4494b261e3ae963b8f3688ce4c1117e70f925ff86d11606482d3ce04415d6f03d07a52dfbf041ee315a0e627eb2d7944d08223b51077c SHA512 b16ad29a2981fc72902cc2c850a02c0412eb2f09f5ec864d85c92230ffe1f996c45ae2558b472b0b239d6c7718ccc6da6d65e52b5a7b33d1b406eda4aad0bca5 DIST CGAL-4.11.1.tar.xz 14650588 BLAKE2B 08a7a61d92fc5293eef194d4bb1a42c69cacd8bbc3ee3c1e803435d0d7e2c3cf6533ce5a8f40fb4bf4e6b2ba34ec2c74abd2c2cbdbddbb874caa75b7d80624ba SHA512 0687ddd52e7a7d5e437a57c06d6c1ad7b325a7d0055fc48ba11be6fbc3e4003e2b28a35a9caac0c69af4c73d7d85553502e14fa56c64580131b04dbe563e +DIST CGAL-4.11.3-doc_html.tar.xz 30576756 BLAKE2B 6d32f3bca1c5aee4ed09eb96a35113a8a71bf14679e204683268ccee56f4a4799ef696bebd5ec0fd6add964e23273efc87167c122a5dc781c9cc7b2f5b938c29 SHA512 a729bea11a9b853a8197cc7ebb089005f98868e393e91142946d45a485e2e9ac9eacce1b230d91240080033b5c31bfd0195820ee5ae7f621bdd75f1abf19244f +DIST CGAL-4.11.3.tar.xz 14657412 BLAKE2B a10457d255fcdd822f90419ff6af5389c50e88b254ed7f37471e24bb8523732b5aa6bd1ee5e67f14fcf0d8e79abf86e798ddeb3e0ce965dc2cde5667377bf5e0 SHA512 44cdd5fb313841d208ffeb9a96aa8db5111defd581b749c80f655390b5468f7c18b61df0ac2bdeb5259507341cc451fcd8cd50f7ff0571efdcb76eb920f92f7e DIST cgal-4.9-doc_html-1.tar.xz 26612436 BLAKE2B 17ea9c6e7bd9c981c0b8282b4e4dd3606e1939902c131947e05eccd1760d743740bc9bc385052954c3e60a49a7d5f1d961b4f954892d172095e3a2cf86e8887e SHA512 df9855ff2b152a32dfb584c68b861e2cd480c073cd8cfddc494295455aff8d96e00ba6424b7a7f460e2f9e8db0fcefe858a656f4834821dd5466f61eb3d555b2 DIST cgal-4.9.tar.xz 13749292 BLAKE2B fc6f44dec7c4cfd6ec13911cd668f0c6df7e73cd85540678f43c95b6fd9130449ca2597222e6b668b05072194302b95d63ff775ca82380aedc4fb8c439967c5b SHA512 6f55e061917869dea1083e6fccac132a5232c2de4c01d0ed052bbb31789a23cc66334f12a884ed1e8a1b84af0e2a7186000964dd12e4b41914ee7fd5e36baca8 diff --git a/sci-mathematics/cgal/cgal-4.11.3.ebuild b/sci-mathematics/cgal/cgal-4.11.3.ebuild new file mode 100644 index 000..5227111e2e8 --- /dev/null +++ b/sci-mathematics/cgal/cgal-4.11.3.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils flag-o-matic + +MY_P=CGAL-${PV} + +DESCRIPTION="C++ library for geometric algorithms and data structures" +HOMEPAGE="https://www.cgal.org/"; +SRC_URI=" + https://github.com/CGAL/cgal/releases/download/releases%2F${MY_P}/${MY_P}.tar.xz + doc? ( https://github.com/CGAL/cgal/releases/download/releases%2F${MY_P}/${MY_P}-doc_html.tar.xz )" + +LICENSE="LGPL-3 GPL-3 Boost-1.0" +SLOT="0/13" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="doc examples +gmp mpfi ntl qt5" + +RDEPEND=" + dev-cpp/eigen + dev-libs/boost:=[threads] + dev-libs/mpfr:0= + sys-libs/zlib:= + x11-libs/libX11:= + virtual/glu:= + virtual/opengl:= + gmp? ( dev-libs/gmp:=[cxx] ) + mpfi? ( sci-libs/mpfi ) + ntl? ( dev-libs/ntl ) + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtopengl:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 + )" +DEPEND="${RDEPEND} + app-arch/xz-utils + virtual/pkgconfig" + +S="${WORKDIR}/${MY_P}" + +PATCHES=( + "${FILESDIR}/${PN}-4.11.1-fix-buildsystem.patch" +) + +src_prepare() { + cmake-utils_src_prepare + # modules provided by dev-util/cmake and dev-cpp/eigen + rm cmake/modules/Find{Eigen3,GLEW,OpenGL}.cmake || die + sed -e '/install(FILES AUTHORS/d' \ + -i CMakeLists.txt || die +} + +src_configure() { + local mycmakeargs=( + -DCGAL_INSTALL_LIB_DIR="$(get_libdir)" + -DC
[gentoo-commits] repo/gentoo:master commit in: net-im/slack-bin/
commit: 82543b32bb0bef33525c3b7e2a5324bde00876d9 Author: Vladimir Pavljuchenkov (SpiderX) spiderx dp ua> AuthorDate: Sun Sep 2 19:36:04 2018 + Commit: Amy Liffey gentoo org> CommitDate: Sun Sep 9 15:46:09 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82543b32 net-im/slack-bin: version bump to 3.3.1 Closes: https://github.com/gentoo/gentoo/pull/9768 Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-im/slack-bin/Manifest | 1 + net-im/slack-bin/slack-bin-3.3.1.ebuild | 94 + 2 files changed, 95 insertions(+) diff --git a/net-im/slack-bin/Manifest b/net-im/slack-bin/Manifest index fa26692b33d..cedf4dd7859 100644 --- a/net-im/slack-bin/Manifest +++ b/net-im/slack-bin/Manifest @@ -2,3 +2,4 @@ DIST slack-desktop-2.1.2-amd64.deb 46460486 BLAKE2B c6478764d3bd49745f9626d85287 DIST slack-desktop-2.1.2-i386.deb 42997902 BLAKE2B e5b3375efbe00d31e34c900aedde4c6c19b0e6a550d9db6155d9f8333c9d6db241da60e9b711eee7dbf6cf89d5ac4b84050c9e89c490172b7db205f38981dca3 SHA512 6b68123d3c85687043e886974449fe424af267c326ffc869d03d911ae5d0f30f5081b611e136bc4f832da8d555b2851a4c093df9c8be2de98235ebcd03528d8c DIST slack-desktop-3.1.1-amd64.deb 60320286 BLAKE2B 3054e8283b41d5b8b45323131b2a85800ba8b8e24e0b80aa0eff0c0152c7cad0a2914bf64a6b83621cf6c9ad52b9bf26c0d113cf5867d4c3f2e7d6129d4d27ae SHA512 06f209b07d1bbbadede592f4e63da7c53436ecc821585448269d4eda16ad0bdf8355ac46e508741150fae6dc883c90563509361f47dd02fda2f15b2829dda309 DIST slack-desktop-3.2.1-amd64.deb 57873452 BLAKE2B 6445aabf6512c218779e769a05069ff29292ef31dd9f4e109f1d0044f3db117db86b2dfb86d6ce00c36933c763c2e4d4874f27f4c7cdd8a10837cd1ffd1228f1 SHA512 ba08afefc8383cfc46198a64de1278a924a6e3552057484cdb8823fbbb38861f4b6b457be44ffb7913c968e5d5d6e88893636ebecdd0a0a979a2f3639220333e +DIST slack-desktop-3.3.1-amd64.deb 54172074 BLAKE2B 88402ce58e02e20a2c5a90358b979bb4acc0409eb32da87a517ebd8631be88e716033d3047a98462c50e8d31f177bae9bfe3e25404a7d3add320c157b381569b SHA512 9b284ba60c1a9dd9fbd489d34438dc343b5cf6d458ef7968a2d7bd65514f24c9a21f0824771ebffbf23c877fc191be19602e62ac5bcf8543e78156ba95c575f6 diff --git a/net-im/slack-bin/slack-bin-3.3.1.ebuild b/net-im/slack-bin/slack-bin-3.3.1.ebuild new file mode 100644 index 000..450982ce199 --- /dev/null +++ b/net-im/slack-bin/slack-bin-3.3.1.ebuild @@ -0,0 +1,94 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MY_PN="${PN/-bin/}" +MULTILIB_COMPAT=( abi_x86_64 ) + +inherit desktop gnome2-utils multilib-build pax-utils unpacker xdg-utils + +DESCRIPTION="Team collaboration tool" +HOMEPAGE="http://www.slack.com/"; +SRC_URI="https://downloads.slack-edge.com/linux_releases/${MY_PN}-desktop-${PV}-amd64.deb"; + +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="~amd64 -*" +IUSE="ayatana gnome-keyring pax_kernel" +RESTRICT="bindist mirror" + +RDEPEND="dev-libs/atk:0[${MULTILIB_USEDEP}] + dev-libs/expat:0[${MULTILIB_USEDEP}] + dev-libs/glib:2[${MULTILIB_USEDEP}] + dev-libs/nspr:0[${MULTILIB_USEDEP}] + dev-libs/nss:0[${MULTILIB_USEDEP}] + gnome-base/gconf:2[${MULTILIB_USEDEP}] + media-libs/alsa-lib:0[${MULTILIB_USEDEP}] + media-libs/fontconfig:1.0[${MULTILIB_USEDEP}] + media-libs/freetype:2[${MULTILIB_USEDEP}] + net-misc/curl:0[${MULTILIB_USEDEP}] + net-print/cups:0[${MULTILIB_USEDEP}] + sys-apps/dbus:0[${MULTILIB_USEDEP}] + x11-libs/cairo:0[${MULTILIB_USEDEP}] + x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}] + x11-libs/gtk+:3[${MULTILIB_USEDEP}] + x11-libs/libX11:0[${MULTILIB_USEDEP}] + x11-libs/libxcb:0/1.12[${MULTILIB_USEDEP}] + x11-libs/libXcomposite:0[${MULTILIB_USEDEP}] + x11-libs/libXcursor:0[${MULTILIB_USEDEP}] + x11-libs/libXdamage:0[${MULTILIB_USEDEP}] + x11-libs/libXext:0[${MULTILIB_USEDEP}] + x11-libs/libXfixes:0[${MULTILIB_USEDEP}] + x11-libs/libXi:0[${MULTILIB_USEDEP}] + x11-libs/libxkbfile:0[${MULTILIB_USEDEP}] + x11-libs/libXrandr:0[${MULTILIB_USEDEP}] + x11-libs/libXrender:0[${MULTILIB_USEDEP}] + x11-libs/libXScrnSaver:0[${MULTILIB_USEDEP}] + x11-libs/libXtst:0[${MULTILIB_USEDEP}] + x11-libs/pango:0[${MULTILIB_USEDEP}] + ayatana? ( dev-libs/libappindicator:3[${MULTILIB_USEDEP}] ) + gnome-keyring? ( app-crypt/libsecret:0[${MULTILIB_USEDEP}] )" + +QA_PREBUILT="opt/slack/slack + opt/slack/resources/app.asar.unpacked/node_modules/* + opt/slack/libnode.so + opt/slack/libffmpeg.so + opt/slack/libCallsCore.so" + +S="${WORKDIR}" + +src_prepare() { + default + + if use ayatana ; then + sed -i '/Exec/s|=|=env XDG_CURRENT_DESKTOP=Unity |' \ + usr/share/applications/slack.desktop \ + || die "sed failed for slack.desktop" + fi +} + +src_install() { + doicon usr/share/pixmaps
[gentoo-commits] repo/gentoo:master commit in: dev-libs/pugixml/
commit: 086201fc6d746d7fb035f067100ff361e73f75d6 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Sep 9 15:45:42 2018 + Commit: Mikle Kolyada gentoo org> CommitDate: Sun Sep 9 15:45:42 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=086201fc dev-libs/pugixml: amd64 stable wrt bug #662868 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-libs/pugixml/pugixml-1.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/pugixml/pugixml-1.9.ebuild b/dev-libs/pugixml/pugixml-1.9.ebuild index 3928a537b50..81d68e9a0da 100644 --- a/dev-libs/pugixml/pugixml-1.9.ebuild +++ b/dev-libs/pugixml/pugixml-1.9.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/zeux/${PN}/releases/download/v${PV}/${P}.tar.gz"; LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" src_configure() { local mycmakeargs=( -DBUILD_SHARED_LIBS=ON )
[gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
commit: 70029e32deffea8a231f5f7728ffab463734fcc3 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Sep 9 15:42:31 2018 + Commit: Mikle Kolyada gentoo org> CommitDate: Sun Sep 9 15:42:47 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70029e32 media-sound/pnmixer: amd64 stable wrt bug #665060 Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-sound/pnmixer/pnmixer-0.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/pnmixer/pnmixer-0.7.2.ebuild b/media-sound/pnmixer/pnmixer-0.7.2.ebuild index 1b1841456cf..ed3446af74c 100644 --- a/media-sound/pnmixer/pnmixer-0.7.2.ebuild +++ b/media-sound/pnmixer/pnmixer-0.7.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/nicklan/${PN}/releases/download/${MY_PV}/${MY_P}.tar LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="doc libnotify nls" RDEPEND="dev-libs/glib:2
[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/
commit: 3ced847e135e475663778074f797538cb6e3464a Author: Gioacchino Mazzurco eigenlab org> AuthorDate: Fri Aug 31 22:48:45 2018 + Commit: Amy Liffey gentoo org> CommitDate: Sun Sep 9 15:39:58 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ced847e sci-geosciences/grass-7.4.1 version bump Update to new version and avoid breaking addons installation by not deleting too much things in src_install Closes: https://bugs.gentoo.org/664886 Closes: https://bugs.gentoo.org/665006 Closes: https://github.com/gentoo/gentoo/pull/9748 sci-geosciences/grass/Manifest | 1 + sci-geosciences/grass/grass-7.4.1.ebuild | 284 +++ 2 files changed, 285 insertions(+) diff --git a/sci-geosciences/grass/Manifest b/sci-geosciences/grass/Manifest index 9aaa7fc6c7a..0f4623b3d19 100644 --- a/sci-geosciences/grass/Manifest +++ b/sci-geosciences/grass/Manifest @@ -1,2 +1,3 @@ DIST grass-7.2.0.tar.gz 48315008 BLAKE2B 927da2119e199cee7cbf55a172141abfe9ce86499e307b355fec2cdf79ec3424acddc4410e3049e7cade5dd3da39e618af7e1003093f87de5735a981984b46c6 SHA512 b1aa17ec554c2f0473df3726993b0891df4589c60ca9362405932a4c479b5883245b0a0ba9e787ce2e9de210b6307f34883e4e63ddfbf04eb5d75e8583bc2c5b DIST grass-7.4.0.tar.gz 56329374 BLAKE2B 924ecd9ad073dd3c59542a871780397a2516e1f0d912b4644978154ea6305ccf50229655aa7f38ab20f2bf85e4a4783cd793fff5101423dd6c212108d638d1df SHA512 b0393ec5d149e2146cc1f30cdcea00e31039bf0a2541486ab0ecd5debe260d267d74e60761b45ce306ad9942264cce9134dbafbf3c75a55df1c610499877d321 +DIST grass-7.4.1.tar.gz 57969640 BLAKE2B 1d3d0fd20611971ec349bf0e26ef7d886b7047e1ec48f48584f8ba2e5562f352433c9869420d7e030e66fb5a9e60de20e6a78d1fd5142380fbcab51f700766d8 SHA512 66616e495aa798cd1ad7a0284a386f7e99741918596b816a712788114e7dc491be0b5f19551f102b436518a5cabcdedbc61042acf0a9b06b9d8df12b4de26c90 diff --git a/sci-geosciences/grass/grass-7.4.1.ebuild b/sci-geosciences/grass/grass-7.4.1.ebuild new file mode 100644 index 000..5c45e10e174 --- /dev/null +++ b/sci-geosciences/grass/grass-7.4.1.ebuild @@ -0,0 +1,284 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="sqlite" # bug 572440 +WANT_AUTOCONF="2.1" +WX_GTK_VER=3.0 + +inherit autotools gnome2 python-single-r1 versionator wxwidgets xdg-utils + +MY_PM=${PN}$(get_version_component_range 1-2 ${PV}) +MY_PM=${MY_PM/.} +MY_P=${P/_rc/RC} + +DESCRIPTION="A free GIS with raster and vector functionality, as well as 3D vizualization" +HOMEPAGE="http://grass.osgeo.org/"; +SRC_URI="http://grass.osgeo.org/${MY_PM}/source/${MY_P}.tar.gz"; + +LICENSE="GPL-2" +SLOT="0/7.4.0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="X blas cxx fftw geos lapack liblas mysql netcdf nls odbc opencl opengl openmp png postgres readline sqlite threads tiff truetype" + +RDEPEND="${PYTHON_DEPS} + >=app-admin/eselect-1.2 + dev-python/numpy[${PYTHON_USEDEP}] + media-libs/libprojectm + sci-libs/proj + sci-libs/xdrfile + sci-libs/gdal + sys-libs/gdbm + sys-libs/ncurses:0= + sys-libs/zlib:= + fftw? ( sci-libs/fftw:3.0= ) + geos? ( sci-libs/geos ) + blas? ( virtual/blas + sci-libs/cblas-reference ) + lapack? ( virtual/lapack ) + liblas? ( sci-geosciences/liblas ) + mysql? ( virtual/mysql ) + netcdf? ( sci-libs/netcdf ) + odbc? ( dev-db/unixODBC ) + opencl? ( virtual/opencl ) + opengl? ( virtual/opengl ) + png? ( media-libs/libpng:0= ) + postgres? ( >=dev-db/postgresql-8.4:= ) + readline? ( sys-libs/readline:0= ) + sqlite? ( dev-db/sqlite:3 ) + tiff? ( media-libs/tiff:0= ) + truetype? ( media-libs/freetype:2 ) + X? ( + dev-python/wxpython:3.0[cairo,opengl?] + x11-libs/cairo[X,opengl?] + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + )" + +DEPEND="${RDEPEND} + virtual/pkgconfig + sys-devel/flex + sys-devel/gettext + sys-devel/bison + X? ( + dev-lang/swig + x11-base/xorg-proto + )" + +S="${WORKDIR}/${MY_P}" + +REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} + opengl? ( X )" + +PATCHES=( + "${FILESDIR}/${PN}"-7.0.1-declare-inespg.patch +) + +pkg_setup() { + if use lapack; then + local mylapack + mylapack=$(eselect lapack show) || die + if [[ -z "${mylapack/.*reference.*/}" ]] && \ + [[ -z "${mylapack/.*atlas.*/}" ]]; then + ewarn "You need to set lapack to atlas or reference. Do:" + ewarn " eselect lapack set " + ewarn "where is atlas, threaded-atlas or reference" + die "setup failed" +
[gentoo-commits] repo/gentoo:master commit in: virtual/rust/
commit: abfc0a24982b42b8f7bb82fd1f3acd5302949343 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Sep 9 15:25:44 2018 + Commit: Mikle Kolyada gentoo org> CommitDate: Sun Sep 9 15:26:02 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abfc0a24 virtual/rust: amd64 stable wrt bug #662904 Package-Manager: Portage-2.3.40, Repoman-2.3.9 virtual/rust/rust-1.28.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/rust/rust-1.28.0.ebuild b/virtual/rust/rust-1.28.0.ebuild index fa78c78a3e7..529febdafe2 100644 --- a/virtual/rust/rust-1.28.0.ebuild +++ b/virtual/rust/rust-1.28.0.ebuild @@ -9,7 +9,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" BDEPEND="" RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"
[gentoo-commits] repo/gentoo:master commit in: net-im/signal-desktop-bin/
commit: 7508d136f7a79d009184621f1caeef6d3ba428e8 Author: Robert Siebeck r123 de> AuthorDate: Thu Sep 6 13:44:36 2018 + Commit: Amy Liffey gentoo org> CommitDate: Sun Sep 9 14:55:53 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7508d136 net-im/signal-desktop-bin: remove old version Closes: https://github.com/gentoo/gentoo/pull/9792 net-im/signal-desktop-bin/Manifest | 1 - .../signal-desktop-bin-1.15.5.ebuild | 62 -- 2 files changed, 63 deletions(-) diff --git a/net-im/signal-desktop-bin/Manifest b/net-im/signal-desktop-bin/Manifest index 44193553a67..6a433add698 100644 --- a/net-im/signal-desktop-bin/Manifest +++ b/net-im/signal-desktop-bin/Manifest @@ -1,2 +1 @@ -DIST signal-desktop_1.15.5_amd64.deb 70045774 BLAKE2B d315397d87d82c9b2b59795f433baf3d0312ced48742478626e28f23448549acec57e384047417125869e648c69c3f28a19724efc44f594588b3682666e2627f SHA512 91c38d04e949168d01a04636ac01abea52499432e1d898b04741bacb2509c3595001e785ff92e3e23371bf0ea94d304da83b3f1d50b93dbbf8e2a1128388a16e DIST signal-desktop_1.16.0_amd64.deb 70095960 BLAKE2B 22ef2003a45429d05433ceccd0688232b6117bcfadeae29490352d8d949ca45759b4b5f9b9d29817739469d359220473c535652e7cea655ac995ee465a888fb0 SHA512 e18a1bc31b450077bbb48d8a87ee91cf0108f56e1168b71d01caaf39fa22ef79684509afeede66c9991ca03a8c637553bcc2e0c7544b30113dd3ca593bf6ca16 diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.15.5.ebuild b/net-im/signal-desktop-bin/signal-desktop-bin-1.15.5.ebuild deleted file mode 100644 index 533fd050681..000 --- a/net-im/signal-desktop-bin/signal-desktop-bin-1.15.5.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN="${PN/-bin/}" - -inherit gnome2-utils pax-utils unpacker xdg-utils - -DESCRIPTION="Allows you to send and receive messages of Signal Messenger on your computer" -HOMEPAGE="https://signal.org/ - https://github.com/WhisperSystems/Signal-Desktop"; -SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb"; - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - gnome-base/gconf:2 - dev-libs/nss - x11-libs/gtk+:3[X] - x11-libs/libXScrnSaver - x11-libs/libXtst - net-print/cups - " - -QA_PREBUILT="opt/Signal/signal-desktop - opt/Signal/libnode.so - opt/Signal/libffmpeg.so" - -S="${WORKDIR}" - -src_prepare(){ - default - sed -e 's|\("/opt/Signal/signal-desktop"\)|\1 --start-in-tray|g' \ - -i usr/share/applications/signal-desktop.desktop || die -} - -src_install() { - insinto / - dodoc -r usr/share/doc/signal-desktop/. - doins -r opt - insinto /usr/share - doins -r usr/share/applications - doins -r usr/share/icons - fperms +x /opt/Signal/signal-desktop - pax-mark m opt/Signal/signal-desktop - - dosym ../../opt/Signal/${MY_PN} /usr/bin/${MY_PN} -} - -pkg_postinst() { - xdg_desktop_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - gnome2_icon_cache_update -}
[gentoo-commits] repo/gentoo:master commit in: net-im/signal-desktop-bin/
commit: 8e02a587fee6fef87cd6582c54a5218bfcc82550 Author: Robert Siebeck r123 de> AuthorDate: Thu Sep 6 13:44:17 2018 + Commit: Amy Liffey gentoo org> CommitDate: Sun Sep 9 14:55:51 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e02a587 net-im/signal-desktop-bin: new version 1.16.0 net-im/signal-desktop-bin/Manifest | 1 + .../signal-desktop-bin-1.16.0.ebuild | 62 ++ 2 files changed, 63 insertions(+) diff --git a/net-im/signal-desktop-bin/Manifest b/net-im/signal-desktop-bin/Manifest index 0cb77b6a83e..44193553a67 100644 --- a/net-im/signal-desktop-bin/Manifest +++ b/net-im/signal-desktop-bin/Manifest @@ -1 +1,2 @@ DIST signal-desktop_1.15.5_amd64.deb 70045774 BLAKE2B d315397d87d82c9b2b59795f433baf3d0312ced48742478626e28f23448549acec57e384047417125869e648c69c3f28a19724efc44f594588b3682666e2627f SHA512 91c38d04e949168d01a04636ac01abea52499432e1d898b04741bacb2509c3595001e785ff92e3e23371bf0ea94d304da83b3f1d50b93dbbf8e2a1128388a16e +DIST signal-desktop_1.16.0_amd64.deb 70095960 BLAKE2B 22ef2003a45429d05433ceccd0688232b6117bcfadeae29490352d8d949ca45759b4b5f9b9d29817739469d359220473c535652e7cea655ac995ee465a888fb0 SHA512 e18a1bc31b450077bbb48d8a87ee91cf0108f56e1168b71d01caaf39fa22ef79684509afeede66c9991ca03a8c637553bcc2e0c7544b30113dd3ca593bf6ca16 diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.16.0.ebuild b/net-im/signal-desktop-bin/signal-desktop-bin-1.16.0.ebuild new file mode 100644 index 000..533fd050681 --- /dev/null +++ b/net-im/signal-desktop-bin/signal-desktop-bin-1.16.0.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MY_PN="${PN/-bin/}" + +inherit gnome2-utils pax-utils unpacker xdg-utils + +DESCRIPTION="Allows you to send and receive messages of Signal Messenger on your computer" +HOMEPAGE="https://signal.org/ + https://github.com/WhisperSystems/Signal-Desktop"; +SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb"; + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + gnome-base/gconf:2 + dev-libs/nss + x11-libs/gtk+:3[X] + x11-libs/libXScrnSaver + x11-libs/libXtst + net-print/cups + " + +QA_PREBUILT="opt/Signal/signal-desktop + opt/Signal/libnode.so + opt/Signal/libffmpeg.so" + +S="${WORKDIR}" + +src_prepare(){ + default + sed -e 's|\("/opt/Signal/signal-desktop"\)|\1 --start-in-tray|g' \ + -i usr/share/applications/signal-desktop.desktop || die +} + +src_install() { + insinto / + dodoc -r usr/share/doc/signal-desktop/. + doins -r opt + insinto /usr/share + doins -r usr/share/applications + doins -r usr/share/icons + fperms +x /opt/Signal/signal-desktop + pax-mark m opt/Signal/signal-desktop + + dosym ../../opt/Signal/${MY_PN} /usr/bin/${MY_PN} +} + +pkg_postinst() { + xdg_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + gnome2_icon_cache_update +}
[gentoo-commits] repo/gentoo:master commit in: media-libs/libheif/
commit: 4b413628f0e99c04daa1cff274f54151ef061011 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 14:41:33 2018 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 14:41:33 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b413628 media-libs/libheif: fix KEYWORDS Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-libs/libheif/libheif-1.3.2.ebuild | 1 - media-libs/libheif/libheif-.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/media-libs/libheif/libheif-1.3.2.ebuild b/media-libs/libheif/libheif-1.3.2.ebuild index c5acd4efc7d..2bce8218a61 100644 --- a/media-libs/libheif/libheif-1.3.2.ebuild +++ b/media-libs/libheif/libheif-1.3.2.ebuild @@ -18,7 +18,6 @@ HOMEPAGE="https://github.com/strukturag/libheif"; LICENSE="GPL-3" SLOT="0/1.3" -KEYWORDS="" IUSE="static-libs +threads" # Doesn't yet support libjpeg-turbo-2, https://github.com/strukturag/libheif/issues/70 diff --git a/media-libs/libheif/libheif-.ebuild b/media-libs/libheif/libheif-.ebuild index aaf71823ade..d9ed4b63062 100644 --- a/media-libs/libheif/libheif-.ebuild +++ b/media-libs/libheif/libheif-.ebuild @@ -18,7 +18,6 @@ HOMEPAGE="https://github.com/strukturag/libheif"; LICENSE="GPL-3" SLOT="0/1.3." -KEYWORDS="" IUSE="static-libs +threads" # Doesn't yet support libjpeg-turbo-2, https://github.com/strukturag/libheif/issues/70
[gentoo-commits] repo/gentoo:master commit in: net-im/skypeforlinux/
commit: 192acf426aff2f2a3dbc778b06fa7808bb8bf585 Author: Jan Vesely gmail com> AuthorDate: Tue Aug 28 18:48:06 2018 + Commit: Amy Liffey gentoo org> CommitDate: Sun Sep 9 14:38:24 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=192acf42 net-im/skypeforlinux: Bump version to 8.29.0.41. Delete old. Signed-off-by: Jan Vesely gmail.com> net-im/skypeforlinux/Manifest | 2 +- .../{skypeforlinux-8.25.0.5.ebuild => skypeforlinux-8.29.0.41.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest index 7389cb46951..963d223f768 100644 --- a/net-im/skypeforlinux/Manifest +++ b/net-im/skypeforlinux/Manifest @@ -1,3 +1,3 @@ -DIST skypeforlinux_8.25.0.5-1.x86_64.rpm 90947986 BLAKE2B af778f6bad5440a97186d4ca6ef61c8d22099dd9958aa6176b77cd5bfd8ebced8e914df0a4c71ec5c6a7374af5650fbb2fe86592c0b0512792910f02b4ddacbe SHA512 009a6403a4a3188c9054354629a993b3eff120d45af275b19ddfe4a28c9e9b3de2058913069bf6439e92bf9f087e0b795f35bff1c4e8e313730fa951735d981e DIST skypeforlinux_8.27.0.85-1.x86_64.rpm 94874950 BLAKE2B b96f79e66aa6b4e85abee2cbd7a94500f344c31ad3f0863a0bb5b360646b558823b6c289394f98cbc98da66bdbc7916e27aadbae15a0cb422cef10841cbf4679 SHA512 c30fd1d41c407719b480e2d04d18d192c585f33396f8923667d255309f9dcb7e258a4bc4383808872be728bada7f06d799be8c84930e8154c01771297f5d6fc2 DIST skypeforlinux_8.28.0.41-1.x86_64.rpm 95603274 BLAKE2B 97698ab5dd7187471323e62ed43b6df8d1271eb4a7c2312bf4e271e31e193427888253610ca1132df61010e4260bafc73b8602945ba15fad1b89750aaab547e5 SHA512 11ebed4e273ab755da605be023642ed37eb6e66d48923fbfec2bf4fda40f64a0d89764016bfb4a3818bdcac9582d5510076ad83e1e50dfaeec35a2f9aa405eda +DIST skypeforlinux_8.29.0.41-1.x86_64.rpm 95818619 BLAKE2B c1a291290bd4b92c51aad86ad814f17e4f4ea22d61e03402089f7089a38a78d35d1388f168e6f07e3ea154bc13de59963d03318500143347ee3974e25ad37fd9 SHA512 3d3a97193adb718d3e4eb7b15d0d9030a711849eab55cd1b2550beeb0c90d14d803603fb8b0f6612d8737da4c7a6a98ba54c472d537c46cb4cf93539191c8eb7 diff --git a/net-im/skypeforlinux/skypeforlinux-8.25.0.5.ebuild b/net-im/skypeforlinux/skypeforlinux-8.29.0.41.ebuild similarity index 100% rename from net-im/skypeforlinux/skypeforlinux-8.25.0.5.ebuild rename to net-im/skypeforlinux/skypeforlinux-8.29.0.41.ebuild
[gentoo-commits] repo/gentoo:master commit in: net-im/skypeforlinux/
commit: 18a44f54464a3cc002ee87174bf8ce5dc34cfd30 Author: Jan Vesely gmail com> AuthorDate: Fri Sep 7 03:31:06 2018 + Commit: Amy Liffey gentoo org> CommitDate: Sun Sep 9 14:38:26 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a44f54 net-im/skypeforlinux: Bump version to 8.29.0.50 Remove old Signed-off-by: Jan Vesely gmail.com> Closes: https://github.com/gentoo/gentoo/pull/9722 net-im/skypeforlinux/Manifest | 2 +- .../{skypeforlinux-8.27.0.85.ebuild => skypeforlinux-8.29.0.50.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest index 963d223f768..8c8d5806561 100644 --- a/net-im/skypeforlinux/Manifest +++ b/net-im/skypeforlinux/Manifest @@ -1,3 +1,3 @@ -DIST skypeforlinux_8.27.0.85-1.x86_64.rpm 94874950 BLAKE2B b96f79e66aa6b4e85abee2cbd7a94500f344c31ad3f0863a0bb5b360646b558823b6c289394f98cbc98da66bdbc7916e27aadbae15a0cb422cef10841cbf4679 SHA512 c30fd1d41c407719b480e2d04d18d192c585f33396f8923667d255309f9dcb7e258a4bc4383808872be728bada7f06d799be8c84930e8154c01771297f5d6fc2 DIST skypeforlinux_8.28.0.41-1.x86_64.rpm 95603274 BLAKE2B 97698ab5dd7187471323e62ed43b6df8d1271eb4a7c2312bf4e271e31e193427888253610ca1132df61010e4260bafc73b8602945ba15fad1b89750aaab547e5 SHA512 11ebed4e273ab755da605be023642ed37eb6e66d48923fbfec2bf4fda40f64a0d89764016bfb4a3818bdcac9582d5510076ad83e1e50dfaeec35a2f9aa405eda DIST skypeforlinux_8.29.0.41-1.x86_64.rpm 95818619 BLAKE2B c1a291290bd4b92c51aad86ad814f17e4f4ea22d61e03402089f7089a38a78d35d1388f168e6f07e3ea154bc13de59963d03318500143347ee3974e25ad37fd9 SHA512 3d3a97193adb718d3e4eb7b15d0d9030a711849eab55cd1b2550beeb0c90d14d803603fb8b0f6612d8737da4c7a6a98ba54c472d537c46cb4cf93539191c8eb7 +DIST skypeforlinux_8.29.0.50-1.x86_64.rpm 95818686 BLAKE2B 6f3e65b558b0a79aa7a0fb3741299f396fe3420a82fce461756faa5bd9063fd38945b5935057fb5f6a0ff3b54a2a07adca026114caca4003d2ae1eca8b16d0df SHA512 f4cdf5376bb21a65f8fb7516be45ac6dfd0b98439c1eabbe491928d356cce0f7b3488ee2056e65c9be1fd9c53d3bb7c6c3f980562b10341d63cee9d3377b3e2b diff --git a/net-im/skypeforlinux/skypeforlinux-8.27.0.85.ebuild b/net-im/skypeforlinux/skypeforlinux-8.29.0.50.ebuild similarity index 100% rename from net-im/skypeforlinux/skypeforlinux-8.27.0.85.ebuild rename to net-im/skypeforlinux/skypeforlinux-8.29.0.50.ebuild
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/puppetdb-termini/
commit: b03ad680a5ec664b7c59cb182166c4d2442d6bf4 Author: Hans de Graaff gentoo org> AuthorDate: Sun Sep 9 06:45:08 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Sep 9 14:31:26 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b03ad680 dev-ruby/puppetdb-termini: add ruby25 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/puppetdb-termini/puppetdb-termini-5.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-5.2.4.ebuild b/dev-ruby/puppetdb-termini/puppetdb-termini-5.2.4.ebuild index ebd00d8d802..a4b1fa6cd9c 100644 --- a/dev-ruby/puppetdb-termini/puppetdb-termini-5.2.4.ebuild +++ b/dev-ruby/puppetdb-termini/puppetdb-termini-5.2.4.ebuild @@ -3,7 +3,7 @@ EAPI=5 -USE_RUBY="ruby22 ruby23 ruby24" +USE_RUBY="ruby23 ruby24 ruby25" inherit unpacker
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/forwardable-extended/
commit: 936b116555a2b977070b01ecb286236d8a13666d Author: Hans de Graaff gentoo org> AuthorDate: Sun Sep 9 06:49:51 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Sep 9 14:31:28 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=936b1165 dev-ruby/forwardable-extended: add ruby25 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/forwardable-extended/forwardable-extended-2.6.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/forwardable-extended/forwardable-extended-2.6.0-r1.ebuild b/dev-ruby/forwardable-extended/forwardable-extended-2.6.0-r1.ebuild index 9344b479a9d..a7ec6392431 100644 --- a/dev-ruby/forwardable-extended/forwardable-extended-2.6.0-r1.ebuild +++ b/dev-ruby/forwardable-extended/forwardable-extended-2.6.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" +USE_RUBY="ruby23 ruby24 ruby25" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_RECIPE_DOC="rdoc"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/pygments_rb/
commit: 897ef7e3137ed9e37cadf317a2ff6a21c32c0c80 Author: Hans de Graaff gentoo org> AuthorDate: Sun Sep 9 06:42:16 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Sep 9 14:31:24 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=897ef7e3 dev-ruby/pygments_rb: add ruby25 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/pygments_rb/pygments_rb-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/pygments_rb/pygments_rb-1.2.1.ebuild b/dev-ruby/pygments_rb/pygments_rb-1.2.1.ebuild index 0f9ba513dcd..6dff83c2e59 100644 --- a/dev-ruby/pygments_rb/pygments_rb-1.2.1.ebuild +++ b/dev-ruby/pygments_rb/pygments_rb-1.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" +USE_RUBY="ruby23 ruby24 ruby25" PYTHON_COMPAT=( python2_7 ) RUBY_FAKEGEM_NAME="pygments.rb"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/paint/
commit: 01c92f7da72c9984ae24c11ff17703733da663a5 Author: Hans de Graaff gentoo org> AuthorDate: Sun Sep 9 07:36:17 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Sep 9 14:31:30 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01c92f7d dev-ruby/paint: add ruby25 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/paint/paint-2.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/paint/paint-2.0.1.ebuild b/dev-ruby/paint/paint-2.0.1.ebuild index f7167d3e99f..aebec5054ea 100644 --- a/dev-ruby/paint/paint-2.0.1.ebuild +++ b/dev-ruby/paint/paint-2.0.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" +USE_RUBY="ruby23 ruby24 ruby25" RUBY_FAKEGEM_RECIPE_TEST="rspec3"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rbst/
commit: 4dcb53b7ca5c8e3951c20ccc21798eb8ce3b24b6 Author: Hans de Graaff gentoo org> AuthorDate: Sun Sep 9 06:37:31 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Sep 9 14:31:13 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dcb53b7 dev-ruby/rbst: add ruby25 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/rbst/rbst-0.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rbst/rbst-0.5.1.ebuild b/dev-ruby/rbst/rbst-0.5.1.ebuild index 845a17891ac..bf6b4137a91 100644 --- a/dev-ruby/rbst/rbst-0.5.1.ebuild +++ b/dev-ruby/rbst/rbst-0.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) -USE_RUBY="ruby22 ruby23 ruby24" +USE_RUBY="ruby23 ruby24 ruby25" RUBY_FAKEGEM_NAME="RbST" RUBY_FAKEGEM_GEMSPEC="RbST.gemspec"