[gentoo-commits] repo/gentoo:master commit in: dev-ruby/nokogiri/
commit: 8b9548332f6378e9a7c06773ddce01b58e7af5db Author: Hans de Graaff gentoo org> AuthorDate: Sun Apr 1 05:24:25 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Apr 1 05:24:25 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b954833 dev-ruby/nokogiri: cleanup Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/nokogiri/Manifest| 2 - dev-ruby/nokogiri/nokogiri-1.6.8.1.ebuild | 93 --- dev-ruby/nokogiri/nokogiri-1.7.1.ebuild | 93 --- 3 files changed, 188 deletions(-) diff --git a/dev-ruby/nokogiri/Manifest b/dev-ruby/nokogiri/Manifest index e80a14a7a00..0001491ec5e 100644 --- a/dev-ruby/nokogiri/Manifest +++ b/dev-ruby/nokogiri/Manifest @@ -1,4 +1,2 @@ -DIST nokogiri-1.6.8.1-git.tgz 5708322 BLAKE2B 54a97ac8a4bc964f9ad2a1c2eabf23864d1930e45148fb9f2bfa6edddc19670acf1066f12d01cba5654489dcd84b3021c66f942bb1fd51aa9164a2cf9053f5cd SHA512 a4546917e5979810ad4fe0f693f11f00fc719379fecefa68e36e512b128db1de083add4e80dfe3fa0546294ec68aa0f3f890575812b851e884bcbf2165f944d7 -DIST nokogiri-1.7.1-git.tgz 5712371 BLAKE2B cd90c8a48a25a81f65a485ddd6a1df6667f49b2d4242c71750c76ae3d41f439f549a82ae72d87dd3f8022fca9fa917efc91ad3f097f07783666a3712c72ee241 SHA512 82a10eff835d562a215f8a38e660f43f5d05f54fae6c6ec21cb5e4797b747be6a8eeb2e42f3c2b5710294073be8d1a987d881f7845526f0ea3ca52a0feb508d8 DIST nokogiri-1.8.1-git.tgz 5747155 BLAKE2B 40eaa7506f646e47caced25e87c125f2650d69e7194491061f734de9d4b58ee3efcab202e528c8d416683bf1642b0f1e7cbeb7268e1fa32549ae2a427d55227d SHA512 fbd5e9c3edb0f7099ed7923ccb8922e778859ee1fb226c756f515f69c5f16cc4103644d4a569e16aa05374c6e94c691572255ea82af0002f95879ed396ccdc4a DIST nokogiri-1.8.2-git.tgz 5749541 BLAKE2B bb3baa299fd27caf43890a752f93cfc1aafd5897f19783cbc6732ce2924bf9c86639ccabad9f26506cf228f5c179afae4cde57150769780c30d9dfc3403359b0 SHA512 5f34f8a055844cd034682b11e4408fb12b60640e52ea64886a13cb5504d94904eace2a85d5047b21f946f1a296ee562ab3677791d53093123ac136062167294d diff --git a/dev-ruby/nokogiri/nokogiri-1.6.8.1.ebuild b/dev-ruby/nokogiri/nokogiri-1.6.8.1.ebuild deleted file mode 100644 index 5bf14bcacf0..000 --- a/dev-ruby/nokogiri/nokogiri-1.6.8.1.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md ROADMAP.md STANDARD_RESPONSES.md" - -RUBY_FAKEGEM_EXTRAINSTALL="ext" - -inherit ruby-fakegem eutils multilib - -DESCRIPTION="Nokogiri is an HTML, XML, SAX, and Reader parser" -HOMEPAGE="https://www.nokogiri.org/; -LICENSE="MIT" -SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> ${P}-git.tgz" - -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -SLOT="0" -IUSE="" - -RDEPEND="${RDEPEND} - >=dev-libs/libxml2-2.9.2:= - dev-libs/libxslt - virtual/libiconv" -DEPEND="${DEPEND} - >=dev-libs/libxml2-2.9.2 - dev-libs/libxslt - virtual/libiconv" - -ruby_add_bdepend " - dev-ruby/hoe - >=dev-ruby/pkg-config-1.1.7 - dev-ruby/rexical - dev-ruby/rdoc - dev-ruby/racc - test? ( dev-ruby/minitest )" - -all_ruby_prepare() { - sed -i \ - -e '/tasks\/cross_compile/s:^:#:' \ - -e '/:test.*prerequisites/s:^:#:' \ - -e '/license/ s:^:#:' \ - Rakefile || die - # Remove the cross compilation options since they interfere with - # native building. - sed -i -e 's/cross_compile = true/cross_compile = false/' Rakefile || die - sed -i -e '/cross_config_options/d' Rakefile || die -} - -each_ruby_configure() { - NOKOGIRI_USE_SYSTEM_LIBRARIES=true \ - ${RUBY} -Cext/${PN} extconf.rb \ - --with-zlib-include="${EPREFIX}"/usr/include \ - --with-zlib-lib="${EPREFIX}"/$(get_libdir) \ - --with-iconv-include="${EPREFIX}"/usr/include \ - --with-iconv-lib="${EPREFIX}"/$(get_libdir) \ - --with-xml2-include="${EPREFIX}"/usr/include/libxml2 \ - --with-xml2-lib="${EPREFIX}"/usr/$(get_libdir) \ - --with-xslt-dir="${EPREFIX}"/usr \ - --with-iconvlib=iconv \ - || die "extconf.rb failed" -} - -each_ruby_compile() { - if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then - ${RUBY} -S rake lib/nokogiri/css/tokenizer.rb || die "rexical failed" - fi - - if ! [[ -f lib/nokogiri/css/parser.rb ]]; then - ${RUBY} -S rake lib/nokogiri/css/parser.rb || die "racc failed" - fi - - emake -Cext/${PN} \ - V=1 \ - CFLAGS="${CFLAGS} -fPIC" \ -
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/sanitize/
commit: 2872faf083deb0fbd38869c6320cdfac029d8ed7 Author: Hans de Graaff gentoo org> AuthorDate: Sun Apr 1 05:16:47 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Apr 1 05:16:47 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2872faf0 dev-ruby/sanitize: add 4.6.4 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/sanitize/Manifest | 1 + dev-ruby/sanitize/sanitize-4.6.4.ebuild | 32 2 files changed, 33 insertions(+) diff --git a/dev-ruby/sanitize/Manifest b/dev-ruby/sanitize/Manifest index c2937591c80..a8c80d17fef 100644 --- a/dev-ruby/sanitize/Manifest +++ b/dev-ruby/sanitize/Manifest @@ -1,3 +1,4 @@ DIST sanitize-2.1.0.gem 20992 BLAKE2B 726cca43e1c9bebb4e750acec43dd6f6a3a17659e1390718dafcce3f1813a8756d9f34320b8c27c52a054009f40639e2e933718577ab4c5620bd4b754742d188 SHA512 29a26e37342a75af2bc7795578edf2c5064263c58d38dfc36e18f1e111271616c026f7d808a05d63185c12f0e52384db84d62bdb796bf1b21d7e902ef0c1d096 DIST sanitize-4.5.0.tar.gz 1347295 BLAKE2B f49f061c4213d62d01561fd0b5f9a3d0a955bb949e0667dd8ed64cfaff8daf77b1b9b7d089b3aadaea3a5045e5f18f334d3cc1cb6dbb48cc9a564a200517df09 SHA512 2be26bf42c83d7a181a57a9cb1cf63a2287866147590094d7ae4153c017ed997f2caf5a3cf4bfdd23c36706d416375267d4798bfb30d1d293572365cd8959226 DIST sanitize-4.6.0.tar.gz 1347335 BLAKE2B 09b420c47c267729939b5eb927c746d86f2db99f7c569236b6a06a0a7e98b85f6a745e1e70ba7862f850cd7c051b5507556be83677a1912c6fae720f4d839792 SHA512 46bd3e825538d97227c9f4addd51aa673cc36992d30d97ed900c90764078b4b3eb0a7bb3802ec8e377af10e58f0f618c56ccda6ff6ad382eec2e200e526b169c +DIST sanitize-4.6.4.tar.gz 1349418 BLAKE2B 2d1a56340e562d057c85edc0d5157508267a4089b0aeb59156d0c249c8a39adcc15a10c8c67d84be77a2b388aa779e9330b9b4b52f28f11d7666eb97fb41bd24 SHA512 d870d8cc5ce6043e3825cfbb50f31c00d348c9ca05823c0eda245b9c175ae0bb9d0941845112bb3721ded9013bc554c09bfc55a1bfad70fcccd1660142e4ca82 diff --git a/dev-ruby/sanitize/sanitize-4.6.4.ebuild b/dev-ruby/sanitize/sanitize-4.6.4.ebuild new file mode 100644 index 000..9fd0e4f30ff --- /dev/null +++ b/dev-ruby/sanitize/sanitize-4.6.4.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby22 ruby23 ruby24" + +RUBY_FAKEGEM_RECIPE_DOC="none" +RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Sanitize is a whitelist-based HTML sanitizer" +HOMEPAGE="https://github.com/rgrove/sanitize; +SRC_URI="https://github.com/rgrove/sanitize/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="4" +KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +ruby_add_rdepend " + >=dev-ruby/crass-1.0.2 =dev-ruby/crass-1.0* + >=dev-ruby/nokogiri-1.4.4 + >=dev-ruby/nokogumbo-1.4:0" +ruby_add_bdepend "test? ( dev-ruby/minitest )" + +each_ruby_test() { + ${RUBY} -Ilib test/test_sanitize.rb || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ddplugin/
commit: 10b5eb5ef454713519b6081fc38b675583d193ee Author: Hans de Graaff gentoo org> AuthorDate: Sun Apr 1 05:09:07 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Apr 1 05:09:07 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b5eb5e dev-ruby/ddplugin: add 1.0.2 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/ddplugin/Manifest | 1 + dev-ruby/ddplugin/ddplugin-1.0.2.ebuild | 27 +++ 2 files changed, 28 insertions(+) diff --git a/dev-ruby/ddplugin/Manifest b/dev-ruby/ddplugin/Manifest index b25829df8b3..09a3351de24 100644 --- a/dev-ruby/ddplugin/Manifest +++ b/dev-ruby/ddplugin/Manifest @@ -1 +1,2 @@ DIST ddplugin-1.0.1.gem 9216 BLAKE2B ec1035b66b5167f26a9f89bc02dd1e4429bbb8d22e0bcd98b4e37a20443afc61ee32b65e00a6d46265303ec8cca6090edaa646615e0d00785222c1450c62f8ba SHA512 6332fb5292f7796e99a78131fd0e4c38cabed66e0d05220960e1cf08b717505e3790b99949d1a6098b80999d973ade442d07a5d19975328174810ef8f44ac276 +DIST ddplugin-1.0.2.gem 9728 BLAKE2B eded641a734d4c7182184b9b9cf4a6007b33b25ffde97e1c9efea71d425ee034693e05b8f569d8e9be29f4a315d5306d8a3180b19e835157d49d9d1c82f0d436 SHA512 bc36cd7e5490e3748e65994dc1e2b1cff9aeefcd0b44ad547368491c83509baf2934cc38f9db4035069394b8c2fa9bbea6b35cf96b80ac4126df348e49a93420 diff --git a/dev-ruby/ddplugin/ddplugin-1.0.2.ebuild b/dev-ruby/ddplugin/ddplugin-1.0.2.ebuild new file mode 100644 index 000..f5030d83d56 --- /dev/null +++ b/dev-ruby/ddplugin/ddplugin-1.0.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby22 ruby23 ruby24 ruby25" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="Provides plugin management for Ruby projects" +HOMEPAGE="https://github.com/ddfreyne/ddplugin/; + +LICENSE="MIT" +SLOT="1" +KEYWORDS="~amd64" +IUSE="" + +all_ruby_prepare() { + sed -i -e '/coverall/I s:^:#:' test/helper.rb || die +} + +each_ruby_test() { + ${RUBY} -Ilib:test:. -e 'Dir["test/**/test_*.rb"].each{|f| require f}' || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/
commit: f863fe05e0901cb694bfc01bc459c7f5e16f4a59 Author: Matt Turner gentoo org> AuthorDate: Sun Apr 1 04:20:57 2018 + Commit: Matt Turner gentoo org> CommitDate: Sun Apr 1 04:20:57 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f863fe05 dev-lang/perl-5.24.3-r1: ppc stable, bug 648460 dev-lang/perl/perl-5.24.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/perl/perl-5.24.3-r1.ebuild b/dev-lang/perl/perl-5.24.3-r1.ebuild index 0b7744fbf2f..a3e77177f9f 100644 --- a/dev-lang/perl/perl-5.24.3-r1.ebuild +++ b/dev-lang/perl/perl-5.24.3-r1.ebuild @@ -30,7 +30,7 @@ HOMEPAGE="https://www.perl.org/; LICENSE="|| ( Artistic GPL-1+ )" SLOT="0/${SHORT_PV}" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="berkdb debug doc gdbm ithreads" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/
commit: fa1fbb88861b85539a2fe77cdbdc6dc5e15718c3 Author: Matt Turner gentoo org> AuthorDate: Sun Apr 1 04:20:58 2018 + Commit: Matt Turner gentoo org> CommitDate: Sun Apr 1 04:20:58 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa1fbb88 dev-lang/perl-5.24.3-r1: ppc64 stable, bug 648460 dev-lang/perl/perl-5.24.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/perl/perl-5.24.3-r1.ebuild b/dev-lang/perl/perl-5.24.3-r1.ebuild index a3e77177f9f..97f0e36ae5d 100644 --- a/dev-lang/perl/perl-5.24.3-r1.ebuild +++ b/dev-lang/perl/perl-5.24.3-r1.ebuild @@ -30,7 +30,7 @@ HOMEPAGE="https://www.perl.org/; LICENSE="|| ( Artistic GPL-1+ )" SLOT="0/${SHORT_PV}" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="berkdb debug doc gdbm ithreads" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: sys-power/bbswitch/
commit: 1db2ee88bbb385238452d4d7366cc09b09715cb2 Author: Matt Turner gentoo org> AuthorDate: Sun Apr 1 04:18:21 2018 + Commit: Matt Turner gentoo org> CommitDate: Sun Apr 1 04:18:41 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db2ee88 sys-power/bbswitch-0.8-r1: amd64/x86 stable, bug 627826 sys-power/bbswitch/bbswitch-0.8-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-power/bbswitch/bbswitch-0.8-r1.ebuild b/sys-power/bbswitch/bbswitch-0.8-r1.ebuild index bb29cb2fd85..d2d37a055f8 100644 --- a/sys-power/bbswitch/bbswitch-0.8-r1.ebuild +++ b/sys-power/bbswitch/bbswitch-0.8-r1.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 @@ if [[ ${PV} == ]]; then else PATCHES=( "${FILESDIR}/${PN}-0.8-kernel-4.12.patch" ) SRC_URI="https://github.com/Bumblebee-Project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="Toggle discrete NVIDIA Optimus graphics card"
[gentoo-commits] repo/gentoo:master commit in: net-dns/coredns/
commit: 35a8d9b6d85acea56ad3101d483bd602140b13ce Author: Manuel Rüger gentoo org> AuthorDate: Sun Apr 1 01:23:53 2018 + Commit: Manuel Rüger gentoo org> CommitDate: Sun Apr 1 01:24:31 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35a8d9b6 net-dns/coredns: Remove old Package-Manager: Portage-2.3.27, Repoman-2.3.9 net-dns/coredns/Manifest | 5 - net-dns/coredns/coredns-0.9.9.ebuild | 41 2 files changed, 46 deletions(-) diff --git a/net-dns/coredns/Manifest b/net-dns/coredns/Manifest index 5b72e9b419d..146355fa5cd 100644 --- a/net-dns/coredns/Manifest +++ b/net-dns/coredns/Manifest @@ -1,19 +1,14 @@ -DIST coredns-0.9.9.tar.gz 4756460 BLAKE2B a3cd452c37d4f3fbe516318c8596d80ebe3c1dbb3600dd80bc1a7e9f20cf9680c21c0152e9e9d26749913ecf81cf09a5ed13361565a9f2372f2fe5cda83086d4 SHA512 340dacfbd65e964a9ab7602024c08d8ab5c04f9748b0975c2cfa664672415fbcce809450e54fca8ef838f15deb9258c99eddc98bf4a82e96dacd26050de6 DIST coredns-1.0.5.tar.gz 5016183 BLAKE2B 93bc88a1fdd792b357ac7678a75a415fd4fbfb29e6c75768e6c444cd547abe1a7166e5d3645f360790209c4fa437170cd33bcdb097242db06fd08170ab77067a SHA512 ef5b9704932b972cd38f5eb160b1c0c405943dbb19af77db7358f1eeaf7d11d73b589e6de9dfb62f75bbf37db351cd856ae0aac2b7b1a1a909b01f4895406b81 DIST coredns-1.1.1.tar.gz 5087192 BLAKE2B 21ca6975c56bace24d9c63581b37be6bfef54055332dc13171d93698003a848d775f4806d6276ca120703a11088a4afc9fc827f8b14a16e11d61320c31a1364f SHA512 53434a73c7899ed0b0b126ace4466b91d0529cad305dc10d3b83dd011c97fec969a669fc1ef38337957bfa16af404af0a088daaf62af715abf0414797de6eee0 DIST github.com-beorn7-perks-3a771d992973f24aa725d07868b467d1ddfceafb.tar.gz 10800 BLAKE2B 5487155a4d010af70b6ea2625d10ae03b6642507902d7dc168edb5d7cf0efa1777b248d0df34ed1a2564950b12613256c1c6ce1d8c9723cc34977ed883b21c8d SHA512 c6aa5df262ab607c0a5f64372fc2fec1ddda9e5624e9d9a22cdd1bc11822c99736d88bdf5e3fc6050217b5084548417cb2926c3940e156da9397d828d59ce277 DIST github.com-beorn7-perks-4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9.tar.gz 10593 BLAKE2B 057738aefe26d3d42ba1bc0906675403512a7bab1161bc1015f6d833296778f2236cb2b99bbebd5c7db2384634fef62d2afbfc8dd59bfb1320bc6184105aa437 SHA512 ecac8d361b4695b1fc32a9aaf9e0785201d1bebbf270226540e2c3fe193ad21f4fe8aed4e01937bd1e7273ca394455ca6fd7cf29418710f279cbb8eb92939e32 DIST github.com-golang-net-b68f30494add4df6bd8ef5e82803f308e7f7c59c.tar.gz 938028 BLAKE2B 04b66e87d3664ccff451349146ca886f56d8d306a82ceac0931b6b714cfd0e0fa88221986233f38a4f1dcac09bee23f03ecd761ff4cddaf422dd98a79641 SHA512 2f7120e4b3d6496f6e3e01d9df1c41e81b1fb7874fae1f6dfda1928f0df2dfa1a08f2522d44ef2209a3b251f6da4fb9a67041dc22a6f8262d7ae6701ddb6cc5b -DIST github.com-golang-net-c73622c77280266305273cb545f54516ced95b93.tar.gz 926104 BLAKE2B c5b31791af99bfd82edcf233dd9291df58102383786b77dd131af858e5f7868dfb4faa63de5c85218b2458fc9dd9f8a0d735aaf28b4f6f2a1835201ce0f93b3a SHA512 ce014933d3b8a30057c99bca54e9ba630e1940d1afbba3b9c7ef9d4f3e78d2ad26fa5ea9f0cbb0ada877d651b67d449e099d287b4af1d320fbf0b9d50d8d169a DIST github.com-golang-net-cbe0f9307d0156177f9dd5dc85da1a31abc5f2fb.tar.gz 936963 BLAKE2B 19f9996d10bd9f5aecd2bba512301519c65acd6d1c11e97617e69c4fe810f3558b05e1a3d546d3ee75c6eda96d310f63906a9217505d16d35438ca8544de4f68 SHA512 48e12282dc20ee3c614a7622ea10d986071976e3c3ea04eae01469d5e50495f9b22ccc70f0dc1ac00a5a8fda86ecb350acc6708d9467fc588a0aafc9e3641f7c -DIST github.com-golang-text-6eab0e8f74e86c598ec3b6fad4888e0c11482d48.tar.gz 4625238 BLAKE2B a6bcc608bcbe42e03b19c2e8777623088fce206d2595444ad756f34982f50eb884aa87c92d7f23816b91d4e1b3f86e4d638c47866152f385674c7186debdcc67 SHA512 98c651a37fd60e62109d0eac3fe2a21473d7f270ec7a941f4a84485d3276da84b526d406baa185360ac842348320e9f373c124f9d88675e34d8126e71a9e8de9 DIST github.com-golang-text-9e2b64d659da1afe07ce1c9c1dfefc09d188f21e.tar.gz 6112515 BLAKE2B 1c28dd8598c700c9c1d83ba7ba43cc97993c7261253bcac9f49a9fa0aababf05f2d522cf7ae4549d1679bf6a49ae9d0840863bcc9fa23ed1ba789904e42e853d SHA512 0b483eb86a2681264f66b320a25524690a86a56d28e97c2e91ff7cf7d8b8d531e2d5cd96cd4b842d33ea01355eadae6b6856195a0bd6c128b380b5e16fcbc286 DIST github.com-golang-text-ece95c760240037f89ebcbdd7155ac8cb52e38fa.tar.gz 6563431 BLAKE2B b889252096070044687cc804b828a9b55a444895fde87a75d1ed7de89a9953d208ef7cf54ecd501ebd8240a9f42e7bcc2c6ed09cb76256e235b94cac122abd61 SHA512 0c1814462560a3cb3e5f1b8a82a321a66baae712cd415043b2c910427ec5217f5cc65cf0d64b07c113c3e06aca9260c28a06e19f1a535fa457a3c2a67e683b07 DIST github.com-mholt-caddy-9619fe224c96d0c4a060e83badbf95b6bd69a0ac.tar.gz 2712643 BLAKE2B 96f529d158a4133c266d54530a895d5b5b5e9bb0960569e42c14b1152677fdb06be91a9ba9d25eb92cdf858827983aa247b7e162feaf9f16819d22d19b4f5fc5 SHA512 f48d4d211ba182a7b3ef4322329167d8ec01ee92010b85fe67a663780b4771445d9ce1297ed38ff572b15b0649c9fe9cb321e45bb7131755e57c66ca59fea89b DIST github.com-mholt-caddy-b33b24fc9e9d50ce73ec386e44c316d70c47642c.tar.gz 2910394 BLAKE2B
[gentoo-commits] repo/gentoo:master commit in: net-dns/coredns/
commit: 630f29aa0cdcd778212177055fdf19899e85d023 Author: Manuel Rüger gentoo org> AuthorDate: Sun Apr 1 01:23:34 2018 + Commit: Manuel Rüger gentoo org> CommitDate: Sun Apr 1 01:24:28 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630f29aa net-dns/coredns: Version bump to 1.1.1 Package-Manager: Portage-2.3.27, Repoman-2.3.9 net-dns/coredns/Manifest | 8 +++ net-dns/coredns/coredns-1.1.1.ebuild | 45 2 files changed, 53 insertions(+) diff --git a/net-dns/coredns/Manifest b/net-dns/coredns/Manifest index 2b21a04b0f1..5b72e9b419d 100644 --- a/net-dns/coredns/Manifest +++ b/net-dns/coredns/Manifest @@ -1,13 +1,21 @@ DIST coredns-0.9.9.tar.gz 4756460 BLAKE2B a3cd452c37d4f3fbe516318c8596d80ebe3c1dbb3600dd80bc1a7e9f20cf9680c21c0152e9e9d26749913ecf81cf09a5ed13361565a9f2372f2fe5cda83086d4 SHA512 340dacfbd65e964a9ab7602024c08d8ab5c04f9748b0975c2cfa664672415fbcce809450e54fca8ef838f15deb9258c99eddc98bf4a82e96dacd26050de6 DIST coredns-1.0.5.tar.gz 5016183 BLAKE2B 93bc88a1fdd792b357ac7678a75a415fd4fbfb29e6c75768e6c444cd547abe1a7166e5d3645f360790209c4fa437170cd33bcdb097242db06fd08170ab77067a SHA512 ef5b9704932b972cd38f5eb160b1c0c405943dbb19af77db7358f1eeaf7d11d73b589e6de9dfb62f75bbf37db351cd856ae0aac2b7b1a1a909b01f4895406b81 +DIST coredns-1.1.1.tar.gz 5087192 BLAKE2B 21ca6975c56bace24d9c63581b37be6bfef54055332dc13171d93698003a848d775f4806d6276ca120703a11088a4afc9fc827f8b14a16e11d61320c31a1364f SHA512 53434a73c7899ed0b0b126ace4466b91d0529cad305dc10d3b83dd011c97fec969a669fc1ef38337957bfa16af404af0a088daaf62af715abf0414797de6eee0 +DIST github.com-beorn7-perks-3a771d992973f24aa725d07868b467d1ddfceafb.tar.gz 10800 BLAKE2B 5487155a4d010af70b6ea2625d10ae03b6642507902d7dc168edb5d7cf0efa1777b248d0df34ed1a2564950b12613256c1c6ce1d8c9723cc34977ed883b21c8d SHA512 c6aa5df262ab607c0a5f64372fc2fec1ddda9e5624e9d9a22cdd1bc11822c99736d88bdf5e3fc6050217b5084548417cb2926c3940e156da9397d828d59ce277 DIST github.com-beorn7-perks-4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9.tar.gz 10593 BLAKE2B 057738aefe26d3d42ba1bc0906675403512a7bab1161bc1015f6d833296778f2236cb2b99bbebd5c7db2384634fef62d2afbfc8dd59bfb1320bc6184105aa437 SHA512 ecac8d361b4695b1fc32a9aaf9e0785201d1bebbf270226540e2c3fe193ad21f4fe8aed4e01937bd1e7273ca394455ca6fd7cf29418710f279cbb8eb92939e32 +DIST github.com-golang-net-b68f30494add4df6bd8ef5e82803f308e7f7c59c.tar.gz 938028 BLAKE2B 04b66e87d3664ccff451349146ca886f56d8d306a82ceac0931b6b714cfd0e0fa88221986233f38a4f1dcac09bee23f03ecd761ff4cddaf422dd98a79641 SHA512 2f7120e4b3d6496f6e3e01d9df1c41e81b1fb7874fae1f6dfda1928f0df2dfa1a08f2522d44ef2209a3b251f6da4fb9a67041dc22a6f8262d7ae6701ddb6cc5b DIST github.com-golang-net-c73622c77280266305273cb545f54516ced95b93.tar.gz 926104 BLAKE2B c5b31791af99bfd82edcf233dd9291df58102383786b77dd131af858e5f7868dfb4faa63de5c85218b2458fc9dd9f8a0d735aaf28b4f6f2a1835201ce0f93b3a SHA512 ce014933d3b8a30057c99bca54e9ba630e1940d1afbba3b9c7ef9d4f3e78d2ad26fa5ea9f0cbb0ada877d651b67d449e099d287b4af1d320fbf0b9d50d8d169a DIST github.com-golang-net-cbe0f9307d0156177f9dd5dc85da1a31abc5f2fb.tar.gz 936963 BLAKE2B 19f9996d10bd9f5aecd2bba512301519c65acd6d1c11e97617e69c4fe810f3558b05e1a3d546d3ee75c6eda96d310f63906a9217505d16d35438ca8544de4f68 SHA512 48e12282dc20ee3c614a7622ea10d986071976e3c3ea04eae01469d5e50495f9b22ccc70f0dc1ac00a5a8fda86ecb350acc6708d9467fc588a0aafc9e3641f7c DIST github.com-golang-text-6eab0e8f74e86c598ec3b6fad4888e0c11482d48.tar.gz 4625238 BLAKE2B a6bcc608bcbe42e03b19c2e8777623088fce206d2595444ad756f34982f50eb884aa87c92d7f23816b91d4e1b3f86e4d638c47866152f385674c7186debdcc67 SHA512 98c651a37fd60e62109d0eac3fe2a21473d7f270ec7a941f4a84485d3276da84b526d406baa185360ac842348320e9f373c124f9d88675e34d8126e71a9e8de9 DIST github.com-golang-text-9e2b64d659da1afe07ce1c9c1dfefc09d188f21e.tar.gz 6112515 BLAKE2B 1c28dd8598c700c9c1d83ba7ba43cc97993c7261253bcac9f49a9fa0aababf05f2d522cf7ae4549d1679bf6a49ae9d0840863bcc9fa23ed1ba789904e42e853d SHA512 0b483eb86a2681264f66b320a25524690a86a56d28e97c2e91ff7cf7d8b8d531e2d5cd96cd4b842d33ea01355eadae6b6856195a0bd6c128b380b5e16fcbc286 +DIST github.com-golang-text-ece95c760240037f89ebcbdd7155ac8cb52e38fa.tar.gz 6563431 BLAKE2B b889252096070044687cc804b828a9b55a444895fde87a75d1ed7de89a9953d208ef7cf54ecd501ebd8240a9f42e7bcc2c6ed09cb76256e235b94cac122abd61 SHA512 0c1814462560a3cb3e5f1b8a82a321a66baae712cd415043b2c910427ec5217f5cc65cf0d64b07c113c3e06aca9260c28a06e19f1a535fa457a3c2a67e683b07 DIST github.com-mholt-caddy-9619fe224c96d0c4a060e83badbf95b6bd69a0ac.tar.gz 2712643 BLAKE2B 96f529d158a4133c266d54530a895d5b5b5e9bb0960569e42c14b1152677fdb06be91a9ba9d25eb92cdf858827983aa247b7e162feaf9f16819d22d19b4f5fc5 SHA512 f48d4d211ba182a7b3ef4322329167d8ec01ee92010b85fe67a663780b4771445d9ce1297ed38ff572b15b0649c9fe9cb321e45bb7131755e57c66ca59fea89b +DIST github.com-mholt-caddy-b33b24fc9e9d50ce73ec386e44c316d70c47642c.tar.gz 2910394
[gentoo-commits] repo/gentoo:master commit in: x11-wm/lwm/
commit: 93af6781e75b48f994d7e417981500de9fc7b16c Author: Aaron Bauman gentoo org> AuthorDate: Sat Mar 31 22:22:12 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Sat Mar 31 23:41:08 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93af6781 x11-wm/lwm: amd64 stable Bug: https://bugs.gentoo.org/651686 Package-Manager: Portage-2.3.27, Repoman-2.3.9 x11-wm/lwm/lwm-1.2.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/lwm/lwm-1.2.4.ebuild b/x11-wm/lwm/lwm-1.2.4.ebuild index e9c2c04cd62..426a9a34f86 100644 --- a/x11-wm/lwm/lwm-1.2.4.ebuild +++ b/x11-wm/lwm/lwm-1.2.4.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 @@ DESCRIPTION="The ultimate lightweight window manager" SRC_URI="http://www.jfc.org.uk/files/lwm/${P}.tar.gz; HOMEPAGE="http://www.jfc.org.uk/software/lwm.html; -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~sparc ~x86 ~x86-fbsd" LICENSE="GPL-2" SLOT="0"
[gentoo-commits] repo/gentoo:master commit in: net-misc/aria2/
commit: 70d01988fc78a57299ba5a95ad9a2a95d364b4f6 Author: Aaron Bauman gentoo org> AuthorDate: Sat Mar 31 22:10:29 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Sat Mar 31 23:41:06 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d01988 net-misc/aria2: amd64 stable Bug: https://bugs.gentoo.org/651594 Package-Manager: Portage-2.3.27, Repoman-2.3.9 net-misc/aria2/aria2-1.33.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/aria2/aria2-1.33.1.ebuild b/net-misc/aria2/aria2-1.33.1.ebuild index de956e8d169..0ac749fc276 100644 --- a/net-misc/aria2/aria2-1.33.1.ebuild +++ b/net-misc/aria2/aria2-1.33.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" @@ -10,7 +10,7 @@ HOMEPAGE="https://aria2.github.io/; SRC_URI="https://github.com/aria2/${PN}/releases/download/release-${PV}/${P}.tar.xz; LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" SLOT="0" IUSE="adns bittorrent +gnutls jemalloc libuv +libxml2 metalink +nettle nls sqlite scripts ssh ssl tcmalloc test xmlrpc"
[gentoo-commits] repo/gentoo:master commit in: sys-libs/libstatgrab/
commit: 0b72ce1c7a70bec12cf5fb6db84ca860c272dd3a Author: Aaron Bauman gentoo org> AuthorDate: Sat Mar 31 23:26:21 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Sat Mar 31 23:41:11 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b72ce1c sys-libs/libstatgrab: amd64 stable Bug: https://bugs.gentoo.org/651712 Package-Manager: Portage-2.3.27, Repoman-2.3.9 sys-libs/libstatgrab/libstatgrab-0.91.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/libstatgrab/libstatgrab-0.91.ebuild b/sys-libs/libstatgrab/libstatgrab-0.91.ebuild index 66d6b6f489e..cecf282cfc2 100644 --- a/sys-libs/libstatgrab/libstatgrab-0.91.ebuild +++ b/sys-libs/libstatgrab/libstatgrab-0.91.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 @@ -12,7 +12,7 @@ SRC_URI="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libsta LICENSE="|| ( GPL-2 LGPL-2.1 )" SLOT=0 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~x86" IUSE="doc examples static-libs" RDEPEND="sys-libs/ncurses"
[gentoo-commits] repo/gentoo:master commit in: dev-libs/jsoncpp/
commit: 8707041a620a380fdb6dd780bf1b8d29b873902d Author: Aaron Bauman gentoo org> AuthorDate: Sat Mar 31 22:24:24 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Sat Mar 31 23:41:10 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8707041a dev-libs/jsoncpp: amd64 stable Bug: https://bugs.gentoo.org/651538 Package-Manager: Portage-2.3.27, Repoman-2.3.9 dev-libs/jsoncpp/jsoncpp-1.8.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/jsoncpp/jsoncpp-1.8.4.ebuild b/dev-libs/jsoncpp/jsoncpp-1.8.4.ebuild index dcc05896de9..24d2a30d9fc 100644 --- a/dev-libs/jsoncpp/jsoncpp-1.8.4.ebuild +++ b/dev-libs/jsoncpp/jsoncpp-1.8.4.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/open-source-parsers/${PN}/archive/${PV}.tar.gz -> ${ LICENSE="|| ( public-domain MIT )" SLOT="0/19" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd" IUSE="doc test" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
commit: ec8101d3414bd260ba634914627ea4cd500c6950 Author: Aaron Bauman gentoo org> AuthorDate: Sat Mar 31 23:40:40 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Sat Mar 31 23:41:15 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8101d3 dev-db/mysqltuner: amd64 stable Bug: https://bugs.gentoo.org/651852 Package-Manager: Portage-2.3.27, Repoman-2.3.9 dev-db/mysqltuner/mysqltuner-1.6.18.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild b/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild index 4bb2ed7b6a9..02ae046adc4 100644 --- a/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild +++ b/dev-db/mysqltuner/mysqltuner-1.6.18.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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/major/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND=""
[gentoo-commits] repo/gentoo:master commit in: dev-python/rarfile/
commit: 3a4fe5501d21576867a7cd434bd797aefa37 Author: Aaron Bauman gentoo org> AuthorDate: Sat Mar 31 22:14:10 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Sat Mar 31 23:41:07 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a4fe550 dev-python/rarfile: amd64 stable Bug: https://bugs.gentoo.org/651568 Package-Manager: Portage-2.3.27, Repoman-2.3.9 dev-python/rarfile/rarfile-3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/rarfile/rarfile-3.0.ebuild b/dev-python/rarfile/rarfile-3.0.ebuild index 83767dd2a31..bf3e89942d9 100644 --- a/dev-python/rarfile/rarfile-3.0.ebuild +++ b/dev-python/rarfile/rarfile-3.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 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/r/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+compressed" RDEPEND="${DEPEND}
[gentoo-commits] repo/gentoo:master commit in: sys-apps/pcmciautils/
commit: 61415b117debdc684e3dbf7aa94a9a644a8ab827 Author: Aaron Bauman gentoo org> AuthorDate: Sat Mar 31 23:28:48 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Sat Mar 31 23:41:12 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61415b11 sys-apps/pcmciautils: amd64 stable Bug: https://bugs.gentoo.org/651716 Package-Manager: Portage-2.3.27, Repoman-2.3.9 sys-apps/pcmciautils/pcmciautils-018_p8-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/pcmciautils/pcmciautils-018_p8-r1.ebuild b/sys-apps/pcmciautils/pcmciautils-018_p8-r1.ebuild index a0cc1e8133a..6513c3dfa77 100644 --- a/sys-apps/pcmciautils/pcmciautils-018_p8-r1.ebuild +++ b/sys-apps/pcmciautils/pcmciautils-018_p8-r1.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 @@ SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${MY_PV}.orig.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~sh ~x86" +KEYWORDS="amd64 ~arm ~ppc ~sh ~x86" IUSE="debug staticsocket" RDEPEND="virtual/modutils"
[gentoo-commits] repo/gentoo:master commit in: sys-apps/timer_entropyd/
commit: 0cd1e5e0208d82a8b52c9fd1f00dab7ba3529b98 Author: Aaron Bauman gentoo org> AuthorDate: Sat Mar 31 23:29:47 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Sat Mar 31 23:41:13 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd1e5e0 sys-apps/timer_entropyd: amd64 stable Bug: https://bugs.gentoo.org/651718 Package-Manager: Portage-2.3.27, Repoman-2.3.9 sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild b/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild index d1a0febbc6a..0c55fac4e63 100644 --- a/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild +++ b/sys-apps/timer_entropyd/timer_entropyd-0.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=5 @@ -11,7 +11,7 @@ SRC_URI="http://www.vanheusden.com/te/${P}.tgz; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~mips ~x86" +KEYWORDS="amd64 ~mips ~x86" IUSE="debug selinux" RDEPEND="selinux? ( sec-policy/selinux-entropyd )"
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/
commit: 86493dca87ece423e599e1790908ab24f3439712 Author: Mike Pagano gentoo org> AuthorDate: Sat Mar 31 23:34:54 2018 + Commit: Mike Pagano gentoo org> CommitDate: Sat Mar 31 23:35:05 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86493dca sys-kernel/gentoo-sources: Linux patches 4.4.125 and 4.4.126 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-kernel/gentoo-sources/Manifest | 3 +++ .../gentoo-sources/gentoo-sources-4.4.126.ebuild | 28 ++ 2 files changed, 31 insertions(+) diff --git a/sys-kernel/gentoo-sources/Manifest b/sys-kernel/gentoo-sources/Manifest index 29597378659..3c22b5f53fe 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -136,6 +136,9 @@ DIST genpatches-4.4-126.extras.tar.xz 16460 BLAKE2B e4c01bc55ba62f675b983a3e38e1 DIST genpatches-4.4-127.base.tar.xz 1936904 BLAKE2B 1a78de18d5484142684c070c47ad18d0a5141065e72daa4970d063e70e5189145b720fcca9b4144a9c3e1daa0be186dfcc1240f8f1b46b82ea2ab8564514e138 SHA512 dc117ddf1263709150c95c0a4aba2e85ee0fac133c094d783de3e109215c5e48c483145d45348d5535ee3c4bdaaae37632cb7ecbba7d8ff5904216079d7f00af DIST genpatches-4.4-127.experimental.tar.xz 87800 BLAKE2B cb8bc2cf7ae5658a49aa0f47a3083a7af930b30631f659fdb7621475c3842a43b3749466faa5202d65e3a9157a351c92ab62f44131487a0af95eaea52aa7af8a SHA512 3414de31cf89f186c3acee6b4d788f65b5338b3df21f1d702d7c987cceb6e861b60f95ad629c8a23baefc01581116ceb6a6fc5be167eb8cc4c4a0e344de6f82e DIST genpatches-4.4-127.extras.tar.xz 16460 BLAKE2B f793e17ad055a8ada8b8a32f7465c14eca965a737834eafbd6317bfb574ea12f1e8c1f7c01fd612e2267dfebe09618eb5e22af63710149e248cc2fb6a1cc3c00 SHA512 481f96cdd557ef4129790b2f0c0ed4844c54b3004b280a9520de868edc67509644fc03f29f4d8a1123bf094738b0a7f629c16f92ee2e9c918f8a97ca16f7d225 +DIST genpatches-4.4-128.base.tar.xz 1948272 BLAKE2B f4ecf1b4ad1a88e4d04a785da842a68f6054b8e12674e41aa1f727b4e36b83d1d25c9002b9f9776942a3b7ff8d7dbfa6586e628bd22accfe3795b33ac099e6f5 SHA512 f653dc031fef73a51b2e33e1eb34d0aa682583678d5e72056563d460a1d0556128d8226eb835d694476e4b4573aa61ab96898dede546fc048a8c149b9d34ea14 +DIST genpatches-4.4-128.experimental.tar.xz 87780 BLAKE2B 2052b1ad212e2d232842108ff18d850e91d664d287233a2faf6d895ca8db1216f1ca622405e72a700f551ab02b268469e5a188f4bf59d7c9268f077fec00e29d SHA512 ee80fba0512153260908c4c2c12bf380fd8b5ddd42204bf002ce67d3962e41990919d0c427e712e06cb9ae95dab8803df154dcf143de87d4f3d4711d21c05961 +DIST genpatches-4.4-128.extras.tar.xz 16464 BLAKE2B 64106cdfad6d2e4d99005605501a9be8f6f67f642d59338abd9b0ef1e49f6977dcb8e06240c6a58410e11335a6322ca3f59ca1361a99c513a6e48e69a9a009bc SHA512 eb470da7ce0b1023d7d7b6ccfab2f7f2459d0683ce3bb5614f36b69daedbea30c202108e4991cee5ec9b5a2b5b7de468f60f0ab13d478876ef593fec244536e1 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.126.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.4.126.ebuild new file mode 100644 index 000..e5e11f17c60 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.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="128" + +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: 1b24dd1413081c0c7cac11adc5c4d8b22e94e151 Author: Mike Pagano gentoo org> AuthorDate: Sat Mar 31 23:25:41 2018 + Commit: Mike Pagano gentoo org> CommitDate: Sat Mar 31 23:25:55 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b24dd14 sys-kernel/gentoo-sources: Linux patch 4.9.92 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-kernel/gentoo-sources/Manifest | 3 +++ .../gentoo-sources/gentoo-sources-4.9.92.ebuild| 28 ++ 2 files changed, 31 insertions(+) diff --git a/sys-kernel/gentoo-sources/Manifest b/sys-kernel/gentoo-sources/Manifest index b87167e2690..29597378659 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -220,6 +220,9 @@ DIST genpatches-4.9-93.extras.tar.xz 17356 BLAKE2B af835d4ecc744045630c6915658f8 DIST genpatches-4.9-94.base.tar.xz 1785504 BLAKE2B 8d6caddb3b3119f14c85d45f4270a666a36b1d36deb0e462765cef8941c2ea1aa2c7a9df2101d349e1831a3b16ff53aa8b13049dcb250d3d398884021420df86 SHA512 56e5a40025c9773bff4a051ca35b3f1a1c24dfd57f5164888adf01feb9ab6115aa89fda4c38c8fccebd74826264d5289711689848bbf358390d9080f6fc6feb7 DIST genpatches-4.9-94.experimental.tar.xz 106392 BLAKE2B b00950bbabf69b13e4a79cc631827b8633b4f446940c5987c39bebf4d534ce3f28e9d3c225503eaa95ff4cce9d2ffcfbda549840c9c09886e5e03c23b76f7a29 SHA512 3f3e9e5a8c165f1e939f5a6312646a7603afc6598fd91bf3973048a474ed72e016a516ab10d3d7f684ce067cb89a262df735b9365d5110a3e0eb69ae360e0d69 DIST genpatches-4.9-94.extras.tar.xz 17360 BLAKE2B 5b344383357997baa3a0fc315fdcd1376b523977d33cec40188ff5587d863980b7d52f7ca8e64a2cf72595992016f28df1bc00e3dfcb78d28777dbe1fc07e40f SHA512 a19fd32c86acd9e0c26628027454d9fb9c1b962ae2f748786129cfc0d6d7eaca16d081307b3cabfad2663e044940e689fadc2dac15d1aa51d381b57fbfb6b50f +DIST genpatches-4.9-95.base.tar.xz 1790556 BLAKE2B 0924b9be32773d3bd43c83b6fd4d3d6ab6a0fd7508cb2c6c43ac92287c9f1c5df831c85ca282a2715fa810a94b76a5382a514a35e076d464779ac167556d8ed6 SHA512 13414f98a1b3ea42f96c28c4318f7bfbe86e7ea423931601c4c3358b6d8c765287dc26fc6167d08f6905694afe2928c3b694f33d405995b33a4d8b840f06224a +DIST genpatches-4.9-95.experimental.tar.xz 106400 BLAKE2B 79dd25cfe14168803df4aeebee12fd9991cc23bd59cc828c2287e5ae2c2d3a4bea755eaa156bf2fc363e2cb2970788279791d424e3af27e45a9b199346f7754c SHA512 7a15a29030be288098f7ef06496d04e52e670084dce7867bc69f9719995c455337528d4dd46f09c1f11b857bb558871f810d17c5f083ce2bea3eef15cc082c39 +DIST genpatches-4.9-95.extras.tar.xz 17360 BLAKE2B 67ce70cd81e6a09636e94cdab628d26cb0df9f5243ef8cb8f52a131260e0a518a26df9d05acbe932ed969ea802285f0b578cadce8cff81ca2678f84e21ec7f3b SHA512 fc95505f3a2a299602a9a1e6c75d660fb03c88b859c5aa0aa38c3d48ce2da9bffbb3429a3eeb55501aefbcbc296e3e1cc66c6837f86d2dcdbaf1a612aa0baab3 DIST linux-4.1.tar.xz 83017828 BLAKE2B d1dc4e458db191f16306b3d2d7eb60ef5e04307406c769cccdd88beb407f8de228ab1f095a44d6e992b06d01cd896fda31dec1cdf16667f4ca0b628da594aee3 SHA512 168ef84a4e67619f9f53f3574e438542a5747f9b43443363cb83597fcdac9f40d201625c66e375a23226745eaada9176eb006ca023613cec089349e91751f3c0 DIST linux-4.14.tar.xz 100770500 BLAKE2B 85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a SHA512 77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8 DIST linux-4.15.tar.xz 102181404 BLAKE2B 5fd831356c2174d2779ab31033caec6929b2f47857f0bb82ef43ad1140c639d0dc5553e64d062f67486eeff780d5df8d971051fd5a626b51bed170067fea11e0 SHA512 c00d92659df815a53dcac7dde145b742b1f20867d380c07cb09ddb3295d6ff10f8931b21ef0b09d7156923a3957b39d74d87c883300173b2e20690d2b4ec35ea diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.92.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.9.92.ebuild new file mode 100644 index 000..c621a41c773 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.92.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="95" + +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-128
commit: Commit: Mike Pagano gentoo org> CommitDate: Sat Mar 31 23:11:53 2018 + New tag: 4.4-128
[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoind/
commit: a1db678dc339a3d566714d91680694054b71c157 Author: Luke DashjrAuthorDate: Fri Mar 23 13:58:50 2018 + Commit: Michał Górny gentoo org> CommitDate: Sat Mar 31 23:08:51 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1db678d net-p2p/bitcoind: Bump to 0.16.0 net-p2p/bitcoind/Manifest | 2 + net-p2p/bitcoind/bitcoind-0.16.0.ebuild | 163 2 files changed, 165 insertions(+) diff --git a/net-p2p/bitcoind/Manifest b/net-p2p/bitcoind/Manifest index 7c7216450f4..c6a97f3d9fb 100644 --- a/net-p2p/bitcoind/Manifest +++ b/net-p2p/bitcoind/Manifest @@ -1,2 +1,4 @@ DIST bitcoin-0.15.1.knots2017.patches.tar.xz 443024 BLAKE2B 5010c8d0f6a0bc8cd22ca7d7c73d9e4e689e369f0ba39b59f62fa6b6af3dcf938dfc87d33d3fe595a6e54d99734277a34af068dc29a6e984c76d529fbbe2f383 SHA512 455fadeac6ad57be04680ec6939d6bf235eb49cde89b9716d36f6914c255b1b69cdea459d89b1bbca56099e793be0c8d7aacf592a9d78495068297bb5890 +DIST bitcoin-0.16.0.knots20180322.patches.tar.xz 417544 BLAKE2B f14616c81e0694346fd0714032be501ad0b58e82e2a5fcc623b1fdd316759ae7ac584e6c4ab586e8c9f5a402694a36eceac6b2f1c7441da655479f832a8869bd SHA512 9eca9cbae8ce17b38ddb70326760e33e7812db78e79cfe2d1a3518b34eb8fc87fe4c145e46ab60278b14e70a75b3af238342b4e1808a77cbca4b62b8c72fb1eb DIST bitcoin-v0.15.1.tar.gz 7550228 BLAKE2B 0cbb7d0e9d0e5e8eb33502a28289c3f9c86b7c531ed179f7e3e8b601a69a423fa736238a2caae890fd8850eb505533995e578e676860a4014922fbc238185ebb SHA512 a09b6cb64a1649d11e3fd6deeb13a07b1bf4bed504a2fc1c585919459ca8ac1af8e5ecc89dee487359e831a8f12625d54f408f95bb341033d6380b82c290c0d9 +DIST bitcoin-v0.16.0.tar.gz 6628305 BLAKE2B 69adb5832e2a708431c06bd8ce695f25cfc2b84e7ccf11e77f40c8ec273146208c70a900d0d32f79790cf67fb359c2731b0cecfc1f27ac2d0c4057228a83aed3 SHA512 7a59de44196a3cd5b75bccfe851e8bd7d5a00ae45b6e771e082326d75846e7c6d1f6d449e18b539b95b25aa12b7b79c462367f1c89438bcd1ca6ec84eb42972c diff --git a/net-p2p/bitcoind/bitcoind-0.16.0.ebuild b/net-p2p/bitcoind/bitcoind-0.16.0.ebuild new file mode 100644 index 000..299419adc9f --- /dev/null +++ b/net-p2p/bitcoind/bitcoind-0.16.0.ebuild @@ -0,0 +1,163 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DB_VER="4.8" +inherit autotools bash-completion-r1 db-use systemd user + +BITCOINCORE_COMMITHASH="4b4d7eb255ca8f9a94b92479e6061d129c91a991" +KNOTS_PV="${PV}.knots20180322" +KNOTS_P="bitcoin-${KNOTS_PV}" + +DESCRIPTION="Original Bitcoin crypto-currency wallet for automated services" +HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/; +SRC_URI=" + https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz + https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~amd64-linux ~arm ~arm64 ~mips ~ppc ~x86 ~x86-linux" +IUSE="+asm +bitcoin_policy_rbf examples knots libressl test upnp +wallet zeromq" + +DEPEND=" + >=dev-libs/boost-1.52.0:=[threads(+)] + dev-libs/libevent:= + >=dev-libs/libsecp256k1-0.0.0_pre20151118:=[recovery] + dev-libs/univalue:= + virtual/bitcoin-leveldb + !libressl? ( dev-libs/openssl:0=[-bindist] ) + libressl? ( dev-libs/libressl:0= ) + upnp? ( >=net-libs/miniupnpc-1.9.20150916:= ) + wallet? ( sys-libs/db:$(db_ver_to_slot "${DB_VER}")=[cxx] ) + zeromq? ( net-libs/zeromq:= ) +" +RDEPEND="${DEPEND}" + +DOCS=( doc/bips.md doc/files.md doc/reduce-traffic.md doc/release-notes.md doc/REST-interface.md doc/tor.md ) + +S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}" + +pkg_pretend() { + if use knots; then + elog "You are building ${PN} from Bitcoin Knots." + elog "For more information, see:" + elog "https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.desc.html; + else + elog "You are building ${PN} from Bitcoin Core." + elog "For more information, see:" + elog "https://bitcoincore.org/en/2017/11/11/release-${PV}/; + fi + if use bitcoin_policy_rbf; then + elog "Replace By Fee policy is enabled: Your node will preferentially mine and" + elog "relay transactions paying the highest fee, regardless of receive order." + else + elog "Replace By Fee policy is disabled: Your node will only accept the first" + elog "transaction seen consuming a conflicting input, regardless of fee" + elog "offered by later ones." + fi +} + +pkg_setup() { + enewgroup bitcoin + enewuser bitcoin -1 -1 /var/lib/bitcoin bitcoin +} + +src_prepare() { + sed -i 's/^\(complete -F _bitcoind bitcoind\) bitcoin-qt$/\1/' contrib/${PN}.bash-completion || die + + local
[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-qt/files/, net-p2p/bitcoin-qt/
commit: c1066d6df84fc4c3375a52ab174afae1a1c4e0cc Author: Luke DashjrAuthorDate: Fri Mar 23 13:49:16 2018 + Commit: Michał Górny gentoo org> CommitDate: Sat Mar 31 23:08:53 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1066d6d net-p2p/bitcoin-qt: Bump to 0.16.0 Closes: https://bugs.gentoo.org/649562 Closes: https://github.com/gentoo/gentoo/pull/7570 net-p2p/bitcoin-qt/Manifest| 2 + net-p2p/bitcoin-qt/bitcoin-qt-0.16.0.ebuild| 182 + .../files/bitcoin-qt-0.16.0-fix_mempoolstats.patch | 46 ++ net-p2p/bitcoin-qt/metadata.xml| 2 +- 4 files changed, 231 insertions(+), 1 deletion(-) diff --git a/net-p2p/bitcoin-qt/Manifest b/net-p2p/bitcoin-qt/Manifest index 7c7216450f4..c6a97f3d9fb 100644 --- a/net-p2p/bitcoin-qt/Manifest +++ b/net-p2p/bitcoin-qt/Manifest @@ -1,2 +1,4 @@ DIST bitcoin-0.15.1.knots2017.patches.tar.xz 443024 BLAKE2B 5010c8d0f6a0bc8cd22ca7d7c73d9e4e689e369f0ba39b59f62fa6b6af3dcf938dfc87d33d3fe595a6e54d99734277a34af068dc29a6e984c76d529fbbe2f383 SHA512 455fadeac6ad57be04680ec6939d6bf235eb49cde89b9716d36f6914c255b1b69cdea459d89b1bbca56099e793be0c8d7aacf592a9d78495068297bb5890 +DIST bitcoin-0.16.0.knots20180322.patches.tar.xz 417544 BLAKE2B f14616c81e0694346fd0714032be501ad0b58e82e2a5fcc623b1fdd316759ae7ac584e6c4ab586e8c9f5a402694a36eceac6b2f1c7441da655479f832a8869bd SHA512 9eca9cbae8ce17b38ddb70326760e33e7812db78e79cfe2d1a3518b34eb8fc87fe4c145e46ab60278b14e70a75b3af238342b4e1808a77cbca4b62b8c72fb1eb DIST bitcoin-v0.15.1.tar.gz 7550228 BLAKE2B 0cbb7d0e9d0e5e8eb33502a28289c3f9c86b7c531ed179f7e3e8b601a69a423fa736238a2caae890fd8850eb505533995e578e676860a4014922fbc238185ebb SHA512 a09b6cb64a1649d11e3fd6deeb13a07b1bf4bed504a2fc1c585919459ca8ac1af8e5ecc89dee487359e831a8f12625d54f408f95bb341033d6380b82c290c0d9 +DIST bitcoin-v0.16.0.tar.gz 6628305 BLAKE2B 69adb5832e2a708431c06bd8ce695f25cfc2b84e7ccf11e77f40c8ec273146208c70a900d0d32f79790cf67fb359c2731b0cecfc1f27ac2d0c4057228a83aed3 SHA512 7a59de44196a3cd5b75bccfe851e8bd7d5a00ae45b6e771e082326d75846e7c6d1f6d449e18b539b95b25aa12b7b79c462367f1c89438bcd1ca6ec84eb42972c diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.16.0.ebuild b/net-p2p/bitcoin-qt/bitcoin-qt-0.16.0.ebuild new file mode 100644 index 000..a0987233c6f --- /dev/null +++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.16.0.ebuild @@ -0,0 +1,182 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DB_VER="4.8" +inherit autotools bash-completion-r1 db-use gnome2-utils xdg-utils + +BITCOINCORE_COMMITHASH="4b4d7eb255ca8f9a94b92479e6061d129c91a991" +KNOTS_PV="${PV}.knots20180322" +KNOTS_P="bitcoin-${KNOTS_PV}" + +DESCRIPTION="An end-user Qt GUI for the Bitcoin crypto-currency" +HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/; +SRC_URI=" + https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz + https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~amd64-linux ~arm ~arm64 ~mips ~ppc ~x86 ~x86-linux" + +IUSE="+asm +bip70 +bitcoin_policy_rbf dbus kde +libevent knots libressl +qrcode test upnp +wallet zeromq" + +RDEPEND=" + >=dev-libs/boost-1.52.0:=[threads(+)] + >=dev-libs/libsecp256k1-0.0.0_pre20151118:=[recovery] + dev-libs/univalue:= + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + virtual/bitcoin-leveldb + bip70? ( dev-libs/protobuf:= ) + dbus? ( + dev-qt/qtdbus:5 + ) + libevent? ( dev-libs/libevent:= ) + !libressl? ( dev-libs/openssl:0=[-bindist] ) + libressl? ( dev-libs/libressl:0= ) + qrcode? ( + media-gfx/qrencode:= + ) + upnp? ( >=net-libs/miniupnpc-1.9.20150916:= ) + wallet? ( sys-libs/db:$(db_ver_to_slot "${DB_VER}")=[cxx] ) + zeromq? ( net-libs/zeromq:= ) +" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 + knots? ( + gnome-base/librsvg + media-gfx/imagemagick[png] + ) +" + +DOCS=( doc/bips.md doc/files.md doc/release-notes.md ) + +S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}" + +pkg_pretend() { + if use knots; then + elog "You are building ${PN} from Bitcoin Knots." + elog "For more information, see:" + elog "https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.desc.html; + else + elog "You are building ${PN} from Bitcoin Core." + elog "For more information, see:" + elog "https://bitcoincore.org/en/2017/11/11/release-${PV}/; + fi + if use bitcoin_policy_rbf; then + elog "Replace By Fee policy is enabled: Your node will preferentially
[gentoo-commits] repo/gentoo:master commit in: net-libs/libbitcoinconsensus/
commit: 7cf1c9c7b5fba36f80ab1379c516200633ee6ce8 Author: Luke DashjrAuthorDate: Fri Mar 23 14:33:07 2018 + Commit: Michał Górny gentoo org> CommitDate: Sat Mar 31 23:08:52 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf1c9c7 net-libs/libbitcoinconsensus: Bump to 0.16.0 net-libs/libbitcoinconsensus/Manifest | 2 + .../libbitcoinconsensus-0.16.0.ebuild | 95 ++ 2 files changed, 97 insertions(+) diff --git a/net-libs/libbitcoinconsensus/Manifest b/net-libs/libbitcoinconsensus/Manifest index 7c7216450f4..c6a97f3d9fb 100644 --- a/net-libs/libbitcoinconsensus/Manifest +++ b/net-libs/libbitcoinconsensus/Manifest @@ -1,2 +1,4 @@ DIST bitcoin-0.15.1.knots2017.patches.tar.xz 443024 BLAKE2B 5010c8d0f6a0bc8cd22ca7d7c73d9e4e689e369f0ba39b59f62fa6b6af3dcf938dfc87d33d3fe595a6e54d99734277a34af068dc29a6e984c76d529fbbe2f383 SHA512 455fadeac6ad57be04680ec6939d6bf235eb49cde89b9716d36f6914c255b1b69cdea459d89b1bbca56099e793be0c8d7aacf592a9d78495068297bb5890 +DIST bitcoin-0.16.0.knots20180322.patches.tar.xz 417544 BLAKE2B f14616c81e0694346fd0714032be501ad0b58e82e2a5fcc623b1fdd316759ae7ac584e6c4ab586e8c9f5a402694a36eceac6b2f1c7441da655479f832a8869bd SHA512 9eca9cbae8ce17b38ddb70326760e33e7812db78e79cfe2d1a3518b34eb8fc87fe4c145e46ab60278b14e70a75b3af238342b4e1808a77cbca4b62b8c72fb1eb DIST bitcoin-v0.15.1.tar.gz 7550228 BLAKE2B 0cbb7d0e9d0e5e8eb33502a28289c3f9c86b7c531ed179f7e3e8b601a69a423fa736238a2caae890fd8850eb505533995e578e676860a4014922fbc238185ebb SHA512 a09b6cb64a1649d11e3fd6deeb13a07b1bf4bed504a2fc1c585919459ca8ac1af8e5ecc89dee487359e831a8f12625d54f408f95bb341033d6380b82c290c0d9 +DIST bitcoin-v0.16.0.tar.gz 6628305 BLAKE2B 69adb5832e2a708431c06bd8ce695f25cfc2b84e7ccf11e77f40c8ec273146208c70a900d0d32f79790cf67fb359c2731b0cecfc1f27ac2d0c4057228a83aed3 SHA512 7a59de44196a3cd5b75bccfe851e8bd7d5a00ae45b6e771e082326d75846e7c6d1f6d449e18b539b95b25aa12b7b79c462367f1c89438bcd1ca6ec84eb42972c diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.16.0.ebuild b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.16.0.ebuild new file mode 100644 index 000..4fdba1775ec --- /dev/null +++ b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.16.0.ebuild @@ -0,0 +1,95 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools + +BITCOINCORE_COMMITHASH="4b4d7eb255ca8f9a94b92479e6061d129c91a991" +KNOTS_PV="${PV}.knots20180322" +KNOTS_P="bitcoin-${KNOTS_PV}" + +DESCRIPTION="Bitcoin Core consensus library" +HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/; +SRC_URI=" + https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz + https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~amd64-linux ~arm ~arm64 ~mips ~ppc ~x86 ~x86-linux" +IUSE="+asm knots libressl" + +DEPEND=" + >=dev-libs/libsecp256k1-0.0.0_pre20151118:=[recovery] + !libressl? ( dev-libs/openssl:0=[-bindist] ) + libressl? ( dev-libs/libressl:0= ) +" +RDEPEND="${DEPEND}" + +DOCS=( doc/bips.md doc/release-notes.md doc/shared-libraries.md ) + +S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}" + +pkg_pretend() { + if use knots; then + elog "You are building ${PN} from Bitcoin Knots." + elog "For more information, see:" + elog "https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.desc.html; + else + elog "You are building ${PN} from Bitcoin Core." + elog "For more information, see:" + elog "https://bitcoincore.org/en/2017/11/11/release-${PV}/; + fi +} + +src_prepare() { + local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/" + + eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch" + + if use knots; then + eapply "${knots_patchdir}/${KNOTS_P}.f.patch" + eapply "${knots_patchdir}/${KNOTS_P}.branding.patch" + eapply "${knots_patchdir}/${KNOTS_P}.ts.patch" + fi + + eapply_user + + echo '#!/bin/true' >share/genbuild.sh || die + mkdir -p src/obj || die + echo "#define BUILD_SUFFIX gentoo${PVR#${PV}}" >src/obj/build.h || die + + eautoreconf + rm -r src/leveldb src/secp256k1 || die +} + +src_configure() { + local my_econf=( + $(use_enable asm) + --without-qtdbus + --without-libevent + --without-qrencode + --without-miniupnpc + --disable-tests + --disable-wallet + --disable-zmq + --with-libs + --disable-util-cli + --disable-util-tx + --disable-bench + --without-daemon +
[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/
commit: aded7c2b6a27b1e09d575e1c623a586b632e8fe3 Author: Luke DashjrAuthorDate: Fri Mar 23 14:27:41 2018 + Commit: Michał Górny gentoo org> CommitDate: Sat Mar 31 23:08:52 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aded7c2b dev-util/bitcoin-tx: Bump to 0.16.0 dev-util/bitcoin-tx/Manifest | 2 + dev-util/bitcoin-tx/bitcoin-tx-0.16.0.ebuild | 98 2 files changed, 100 insertions(+) diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest index 7c7216450f4..c6a97f3d9fb 100644 --- a/dev-util/bitcoin-tx/Manifest +++ b/dev-util/bitcoin-tx/Manifest @@ -1,2 +1,4 @@ DIST bitcoin-0.15.1.knots2017.patches.tar.xz 443024 BLAKE2B 5010c8d0f6a0bc8cd22ca7d7c73d9e4e689e369f0ba39b59f62fa6b6af3dcf938dfc87d33d3fe595a6e54d99734277a34af068dc29a6e984c76d529fbbe2f383 SHA512 455fadeac6ad57be04680ec6939d6bf235eb49cde89b9716d36f6914c255b1b69cdea459d89b1bbca56099e793be0c8d7aacf592a9d78495068297bb5890 +DIST bitcoin-0.16.0.knots20180322.patches.tar.xz 417544 BLAKE2B f14616c81e0694346fd0714032be501ad0b58e82e2a5fcc623b1fdd316759ae7ac584e6c4ab586e8c9f5a402694a36eceac6b2f1c7441da655479f832a8869bd SHA512 9eca9cbae8ce17b38ddb70326760e33e7812db78e79cfe2d1a3518b34eb8fc87fe4c145e46ab60278b14e70a75b3af238342b4e1808a77cbca4b62b8c72fb1eb DIST bitcoin-v0.15.1.tar.gz 7550228 BLAKE2B 0cbb7d0e9d0e5e8eb33502a28289c3f9c86b7c531ed179f7e3e8b601a69a423fa736238a2caae890fd8850eb505533995e578e676860a4014922fbc238185ebb SHA512 a09b6cb64a1649d11e3fd6deeb13a07b1bf4bed504a2fc1c585919459ca8ac1af8e5ecc89dee487359e831a8f12625d54f408f95bb341033d6380b82c290c0d9 +DIST bitcoin-v0.16.0.tar.gz 6628305 BLAKE2B 69adb5832e2a708431c06bd8ce695f25cfc2b84e7ccf11e77f40c8ec273146208c70a900d0d32f79790cf67fb359c2731b0cecfc1f27ac2d0c4057228a83aed3 SHA512 7a59de44196a3cd5b75bccfe851e8bd7d5a00ae45b6e771e082326d75846e7c6d1f6d449e18b539b95b25aa12b7b79c462367f1c89438bcd1ca6ec84eb42972c diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.16.0.ebuild b/dev-util/bitcoin-tx/bitcoin-tx-0.16.0.ebuild new file mode 100644 index 000..e0f97bebbc1 --- /dev/null +++ b/dev-util/bitcoin-tx/bitcoin-tx-0.16.0.ebuild @@ -0,0 +1,98 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools bash-completion-r1 + +BITCOINCORE_COMMITHASH="4b4d7eb255ca8f9a94b92479e6061d129c91a991" +KNOTS_PV="${PV}.knots20180322" +KNOTS_P="bitcoin-${KNOTS_PV}" + +DESCRIPTION="Command-line Bitcoin transaction tool" +HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/; +SRC_URI=" + https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz + https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~amd64-linux ~arm ~arm64 ~mips ~ppc ~x86 ~x86-linux" +IUSE="knots libressl" + +DEPEND=" + >=dev-libs/boost-1.52.0:=[threads(+)] + >=dev-libs/libsecp256k1-0.0.0_pre20151118:=[recovery] + dev-libs/univalue:= + !libressl? ( dev-libs/openssl:0=[-bindist] ) + libressl? ( dev-libs/libressl:0= ) +" +RDEPEND="${DEPEND}" + +DOCS=( doc/bips.md doc/release-notes.md ) + +S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}" + +pkg_pretend() { + if use knots; then + elog "You are building ${PN} from Bitcoin Knots." + elog "For more information, see:" + elog "https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.desc.html; + else + elog "You are building ${PN} from Bitcoin Core." + elog "For more information, see:" + elog "https://bitcoincore.org/en/2017/11/11/release-${PV}/; + fi +} + +src_prepare() { + local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/" + + eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch" + + if use knots; then + eapply "${knots_patchdir}/${KNOTS_P}.f.patch" + eapply "${knots_patchdir}/${KNOTS_P}.branding.patch" + eapply "${knots_patchdir}/${KNOTS_P}.ts.patch" + fi + + eapply_user + + echo '#!/bin/true' >share/genbuild.sh || die + mkdir -p src/obj || die + echo "#define BUILD_SUFFIX gentoo${PVR#${PV}}" >src/obj/build.h || die + + eautoreconf + rm -r src/leveldb src/secp256k1 || die +} + +src_configure() { + local my_econf=( + --disable-asm + --without-qtdbus + --without-libevent + --without-qrencode + --without-miniupnpc + --disable-tests + --disable-wallet + --disable-zmq + --enable-util-tx + --disable-util-cli + --disable-bench + --without-libs + --without-daemon + --without-gui +
[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/
commit: d0475ea0ffa8bc584bd3b3d9b17f45b310b7bb23 Author: Luke DashjrAuthorDate: Fri Mar 23 14:11:58 2018 + Commit: Michał Górny gentoo org> CommitDate: Sat Mar 31 23:08:51 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0475ea0 net-p2p/bitcoin-cli: Bump to 0.16.0 net-p2p/bitcoin-cli/Manifest | 2 + net-p2p/bitcoin-cli/bitcoin-cli-0.16.0.ebuild | 97 +++ 2 files changed, 99 insertions(+) diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest index 7c7216450f4..c6a97f3d9fb 100644 --- a/net-p2p/bitcoin-cli/Manifest +++ b/net-p2p/bitcoin-cli/Manifest @@ -1,2 +1,4 @@ DIST bitcoin-0.15.1.knots2017.patches.tar.xz 443024 BLAKE2B 5010c8d0f6a0bc8cd22ca7d7c73d9e4e689e369f0ba39b59f62fa6b6af3dcf938dfc87d33d3fe595a6e54d99734277a34af068dc29a6e984c76d529fbbe2f383 SHA512 455fadeac6ad57be04680ec6939d6bf235eb49cde89b9716d36f6914c255b1b69cdea459d89b1bbca56099e793be0c8d7aacf592a9d78495068297bb5890 +DIST bitcoin-0.16.0.knots20180322.patches.tar.xz 417544 BLAKE2B f14616c81e0694346fd0714032be501ad0b58e82e2a5fcc623b1fdd316759ae7ac584e6c4ab586e8c9f5a402694a36eceac6b2f1c7441da655479f832a8869bd SHA512 9eca9cbae8ce17b38ddb70326760e33e7812db78e79cfe2d1a3518b34eb8fc87fe4c145e46ab60278b14e70a75b3af238342b4e1808a77cbca4b62b8c72fb1eb DIST bitcoin-v0.15.1.tar.gz 7550228 BLAKE2B 0cbb7d0e9d0e5e8eb33502a28289c3f9c86b7c531ed179f7e3e8b601a69a423fa736238a2caae890fd8850eb505533995e578e676860a4014922fbc238185ebb SHA512 a09b6cb64a1649d11e3fd6deeb13a07b1bf4bed504a2fc1c585919459ca8ac1af8e5ecc89dee487359e831a8f12625d54f408f95bb341033d6380b82c290c0d9 +DIST bitcoin-v0.16.0.tar.gz 6628305 BLAKE2B 69adb5832e2a708431c06bd8ce695f25cfc2b84e7ccf11e77f40c8ec273146208c70a900d0d32f79790cf67fb359c2731b0cecfc1f27ac2d0c4057228a83aed3 SHA512 7a59de44196a3cd5b75bccfe851e8bd7d5a00ae45b6e771e082326d75846e7c6d1f6d449e18b539b95b25aa12b7b79c462367f1c89438bcd1ca6ec84eb42972c diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.16.0.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-0.16.0.ebuild new file mode 100644 index 000..dca844f0562 --- /dev/null +++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.16.0.ebuild @@ -0,0 +1,97 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools bash-completion-r1 + +BITCOINCORE_COMMITHASH="4b4d7eb255ca8f9a94b92479e6061d129c91a991" +KNOTS_PV="${PV}.knots20180322" +KNOTS_P="bitcoin-${KNOTS_PV}" + +DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with bitcoind" +HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/; +SRC_URI=" + https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz + https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~amd64-linux ~arm ~arm64 ~mips ~ppc ~x86 ~x86-linux" +IUSE="knots libressl" + +DEPEND=" + >=dev-libs/boost-1.52.0:=[threads(+)] + dev-libs/libevent:= + dev-libs/univalue:= + !libressl? ( dev-libs/openssl:0=[-bindist] ) + libressl? ( dev-libs/libressl:0= ) +" +RDEPEND="${DEPEND}" + +DOCS=( doc/bips.md doc/release-notes.md ) + +S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}" + +pkg_pretend() { + if use knots; then + elog "You are building ${PN} from Bitcoin Knots." + elog "For more information, see:" + elog "https://bitcoinknots.org/files/0.16.x/${KNOTS_PV}/${KNOTS_P}.desc.html; + else + elog "You are building ${PN} from Bitcoin Core." + elog "For more information, see:" + elog "https://bitcoincore.org/en/2017/11/11/release-${PV}/; + fi +} + +src_prepare() { + local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/" + + eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch" + + if use knots; then + eapply "${knots_patchdir}/${KNOTS_P}.f.patch" + eapply "${knots_patchdir}/${KNOTS_P}.branding.patch" + eapply "${knots_patchdir}/${KNOTS_P}.ts.patch" + fi + + eapply_user + + echo '#!/bin/true' >share/genbuild.sh || die + mkdir -p src/obj || die + echo "#define BUILD_SUFFIX gentoo${PVR#${PV}}" >src/obj/build.h || die + + eautoreconf + rm -r src/leveldb src/secp256k1 || die +} + +src_configure() { + local my_econf=( + --disable-asm + --without-qtdbus + --with-libevent + --without-qrencode + --without-miniupnpc + --disable-tests + --disable-wallet + --disable-zmq + --enable-util-cli + --disable-util-tx + --disable-bench + --without-libs + --without-daemon + --without-gui +
[gentoo-commits] proj/linux-patches: New tag: 4.9-95
commit: Commit: Mike Pagano gentoo org> CommitDate: Sat Mar 31 23:08:38 2018 + New tag: 4.9-95
[gentoo-commits] proj/linux-patches:4.4 commit in: /
commit: 71e504d3855667b208f140088528957e52cd3289 Author: Mike Pagano gentoo org> AuthorDate: Sat Mar 31 23:00:08 2018 + Commit: Mike Pagano gentoo org> CommitDate: Sat Mar 31 23:00:08 2018 + URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=71e504d3 Linux patch 4.4.125 _README |4 + 1124_linux-4.4.125.patch | 1326 ++ 2 files changed, 1330 insertions(+) diff --git a/_README b/_README index fd31be4..a22a4ac 100644 --- a/_README +++ b/_README @@ -539,6 +539,10 @@ Patch: 1123_linux-4.4.124.patch From: http://www.kernel.org Desc: Linux 4.4.124 +Patch: 1124_linux-4.4.125.patch +From: http://www.kernel.org +Desc: Linux 4.4.125 + Patch: 1125_linux-4.4.125.patch From: http://www.kernel.org Desc: Linux 4.4.125 diff --git a/1124_linux-4.4.125.patch b/1124_linux-4.4.125.patch new file mode 100644 index 000..162b4b8 --- /dev/null +++ b/1124_linux-4.4.125.patch @@ -0,0 +1,1326 @@ +diff --git a/Makefile b/Makefile +index bbaf3fd0d1ef..7dcafa5dcd34 100644 +--- a/Makefile b/Makefile +@@ -1,6 +1,6 @@ + VERSION = 4 + PATCHLEVEL = 4 +-SUBLEVEL = 124 ++SUBLEVEL = 125 + EXTRAVERSION = + NAME = Blurry Fish Butt + +@@ -784,6 +784,15 @@ KBUILD_CFLAGS += $(call cc-disable-warning, pointer-sign) + # disable invalid "can't wrap" optimizations for signed / pointers + KBUILD_CFLAGS += $(call cc-option,-fno-strict-overflow) + ++# clang sets -fmerge-all-constants by default as optimization, but this ++# is non-conforming behavior for C and in fact breaks the kernel, so we ++# need to disable it here generally. ++KBUILD_CFLAGS += $(call cc-option,-fno-merge-all-constants) ++ ++# for gcc -fno-merge-all-constants disables everything, but it is fine ++# to have actual conforming behavior enabled. ++KBUILD_CFLAGS += $(call cc-option,-fmerge-constants) ++ + # Make sure -fstack-check isn't enabled (like gentoo apparently did) + KBUILD_CFLAGS += $(call cc-option,-fno-stack-check,) + +diff --git a/arch/arm64/mm/mmu.c b/arch/arm64/mm/mmu.c +index 653735a8c58a..51ac84e0812d 100644 +--- a/arch/arm64/mm/mmu.c b/arch/arm64/mm/mmu.c +@@ -697,3 +697,15 @@ void *__init fixmap_remap_fdt(phys_addr_t dt_phys) + + return dt_virt; + } ++ ++#ifdef CONFIG_HAVE_ARCH_HUGE_VMAP ++int pud_free_pmd_page(pud_t *pud) ++{ ++ return pud_none(*pud); ++} ++ ++int pmd_free_pte_page(pmd_t *pmd) ++{ ++ return pmd_none(*pmd); ++} ++#endif +diff --git a/arch/mips/ralink/reset.c b/arch/mips/ralink/reset.c +index ee117c4bc4a3..8037a4bd84fd 100644 +--- a/arch/mips/ralink/reset.c b/arch/mips/ralink/reset.c +@@ -96,16 +96,9 @@ static void ralink_restart(char *command) + unreachable(); + } + +-static void ralink_halt(void) +-{ +- local_irq_disable(); +- unreachable(); +-} +- + static int __init mips_reboot_setup(void) + { + _machine_restart = ralink_restart; +- _machine_halt = ralink_halt; + + return 0; + } +diff --git a/arch/x86/Makefile b/arch/x86/Makefile +index 1f9caa041bf7..d2c663aeccba 100644 +--- a/arch/x86/Makefile b/arch/x86/Makefile +@@ -179,6 +179,15 @@ KBUILD_CFLAGS += $(cfi) $(cfi-sigframe) $(cfi-sections) $(asinstr) $(avx_instr) + + LDFLAGS := -m elf_$(UTS_MACHINE) + ++# ++# The 64-bit kernel must be aligned to 2MB. Pass -z max-page-size=0x20 to ++# the linker to force 2MB page size regardless of the default page size used ++# by the linker. ++# ++ifdef CONFIG_X86_64 ++LDFLAGS += $(call ld-option, -z max-page-size=0x20) ++endif ++ + # Speed up the build + KBUILD_CFLAGS += -pipe + # Workaround for a gcc prelease that unfortunately was shipped in a suse release +diff --git a/arch/x86/boot/compressed/misc.c b/arch/x86/boot/compressed/misc.c +index 79dac1758e7c..16df89c30c20 100644 +--- a/arch/x86/boot/compressed/misc.c b/arch/x86/boot/compressed/misc.c +@@ -366,6 +366,10 @@ static void parse_elf(void *output) + + switch (phdr->p_type) { + case PT_LOAD: ++#ifdef CONFIG_X86_64 ++ if ((phdr->p_align % 0x20) != 0) ++ error("Alignment of LOAD segment isn't multiple of 2MB"); ++#endif + #ifdef CONFIG_RELOCATABLE + dest = output; + dest += (phdr->p_paddr - LOAD_PHYSICAL_ADDR); +diff --git a/arch/x86/entry/entry_64.S b/arch/x86/entry/entry_64.S +index 59a4e1604a36..92b840c94f17 100644 +--- a/arch/x86/entry/entry_64.S b/arch/x86/entry/entry_64.S +@@ -1018,7 +1018,7 @@ apicinterrupt3 HYPERVISOR_CALLBACK_VECTOR \ + #endif /* CONFIG_HYPERV */ + + idtentry debugdo_debug has_error_code=0paranoid=1 shift_ist=DEBUG_STACK +-idtentry int3 do_int3 has_error_code=0 paranoid=1 shift_ist=DEBUG_STACK ++idtentry int3 do_int3 has_error_code=0 + idtentry stack_segmentdo_stack_segment
[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/
commit: bd5e5e820e29336dee540584f3b349088cc15db7 Author: Mike Pagano gentoo org> AuthorDate: Sat Mar 31 22:54:25 2018 + Commit: Mike Pagano gentoo org> CommitDate: Sat Mar 31 22:54:32 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5e5e82 sys-kernel/gentoo-sources: Linux patch 4.14.32 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-kernel/gentoo-sources/Manifest | 3 +++ .../gentoo-sources/gentoo-sources-4.14.32.ebuild | 28 ++ 2 files changed, 31 insertions(+) diff --git a/sys-kernel/gentoo-sources/Manifest b/sys-kernel/gentoo-sources/Manifest index 81f1d7cd8c2..b87167e2690 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -22,6 +22,9 @@ DIST genpatches-4.14-35.extras.tar.xz 17492 BLAKE2B 585593b652ce04707ded634190d5 DIST genpatches-4.14-36.base.tar.xz 937452 BLAKE2B 6d1a76eb2d49f08980a1ed98e2ee51b4190525febda533f35c809b4c4fdc5006cd76dad93120caa1d677c6b3e65b24ae9f0639b249ae05762e0caa2855c81959 SHA512 8cf07fb978b91edde19edf8f09827a820681ecc9719e8f80803ee9d29a308e5c4f222acbcb401cb05a9e659a4e408e6e5b23f3a0f1c415f87f3374de4ad87ac7 DIST genpatches-4.14-36.experimental.tar.xz 5184 BLAKE2B b4d97f8f7d4dc4fdeb22e316ee5474f86376571384385e0130d56f6228896d5de5cb74f3abd4e437b0fb2ad5f8e092c431ca3efe076af06e1d1008b70fc3 SHA512 5666450cc357545df8260e7100cfbfdc6389f7c766a93214ed5f8fb0ff7524c90fcdb232e136d3cf451be581e021b8ecc086d37782780b44772eb95e3a0f0432 DIST genpatches-4.14-36.extras.tar.xz 17492 BLAKE2B 585593b652ce04707ded634190d56ce3e548493b1d65e2cffe963d62abe3bab83134eb6a0feef45b94b324c577a7c5aa318bebeb2e97bf2943c8a1319e40ed3a SHA512 df8d909c8897116f42877fce9b7e62f5eb651a0ab51861ad4e3acd68adebb40657755cb7c7757b001beec7f959cf1ef8691609b11deba0aa214baacc7b4f66ae +DIST genpatches-4.14-37.base.tar.xz 946124 BLAKE2B 92d0dbc05b70d4b1fdf0418b02626bb8ed756dff8945a173c9471e3390c06c0a1130306589ceb847895d801a146f38a6d45a6adac08f04c4e8d5f083829e93a6 SHA512 d8cc75aea82c4901fee990cb1d174b32b1b424b9a3dfafeb9ab06cd5f2acf0a74b4d5ac69751cf701874f0418f4b1a7de8a4f1595189746953e35aa2df9d2fb9 +DIST genpatches-4.14-37.experimental.tar.xz 5184 BLAKE2B ac2a110cce98d65bcfb074b3f89ef697d0bea06da5541d9c469f8d3ccb23c1923747da170fd1b4ca3658f0182bddef1e1a7c69b664522d043f38a0bbce348146 SHA512 802ca0594a46f0f5719a847eb89cd843e8ffccb076fef730d4c95afb7bb8795317f1a0da907ef82f575659b9742d920aa3e24a0953006e3a12770e53fcb34140 +DIST genpatches-4.14-37.extras.tar.xz 17508 BLAKE2B 8b594c88abd0c67b5904a121ecf047ce5682467b5d9ef1af52f896ca0d772243839193409670fbf2bbae4addf78bc2a7b6918306be23ad10a7396f91dceccd4b SHA512 bf246961a70b2209403a8b2e4ae931c970ac5725e173cf146de5a9f0fda5927d808cdaebdab0ded058719a517cbffb6f8d2963a2f88c5bb2abde410f0a01c71f DIST genpatches-4.15-1.base.tar.xz 5908 BLAKE2B 6627ff7c5bd6b799dae5e61b1638ccc538715cc253521fd07faa0c5ea7dc9aed5204c040742d37a9d172509577ae5442526d11cbe8714540ee8e1f1637d0fbbc SHA512 c7b8cb613f4a2e6570808d179be6972511ea45c849c4415509e38e1d4688014cab15486628bb282178f306ff786e83718fb2171d1391057bb817ed67a0508caf DIST genpatches-4.15-1.experimental.tar.xz 5184 BLAKE2B 814356256c11ea5bb67706f47ed76d6fe6f8b4232b989ca042509ed2a7f3088f55bd113d3cac25342a66e4803f90864cca803c91661af106141b78ac9cf5fe18 SHA512 e840928a463a764d59013424045f64c1fdc8e5d18cf1d20c9ea15388d5f4c4b9ec6aa86e88c33add716366d6b18be175943c22b6bb1c88d3cdbaebb606a38b10 DIST genpatches-4.15-1.extras.tar.xz 17492 BLAKE2B 1242891d2ebe519d6c9d43eb6a0b2e9dd1c51ae76dc8aaf71f14dfbf3b9c52097cfc4ad59c5e2add1da4ded0a34a06e2d302a0366a8afb665f1536f899fa3f9d SHA512 21830b23a1b16291beba81ac122a36e8bcf9268b548aa6e9258f18283e80f610ed249ccf320f27b0a45acd35e3bd8ba5ceb0420e360ae94635121f89d74903b6 diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.32.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.14.32.ebuild new file mode 100644 index 000..d908948f673 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.32.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="37" + +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: dc4118a1edc78f1a857fd73353b0eb79f895f24f Author: Mike Pagano gentoo org> AuthorDate: Sat Mar 31 22:53:12 2018 + Commit: Mike Pagano gentoo org> CommitDate: Sat Mar 31 22:53:23 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc4118a1 sys-kernel/gentoo-sources: Linux patch 4.15.15 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-kernel/gentoo-sources/Manifest | 3 +++ .../gentoo-sources/gentoo-sources-4.15.15.ebuild | 28 ++ 2 files changed, 31 insertions(+) diff --git a/sys-kernel/gentoo-sources/Manifest b/sys-kernel/gentoo-sources/Manifest index b8cbc77482f..81f1d7cd8c2 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -46,6 +46,9 @@ DIST genpatches-4.15-16.extras.tar.xz 17492 BLAKE2B 585593b652ce04707ded634190d5 DIST genpatches-4.15-17.base.tar.xz 386736 BLAKE2B e8aefe3adb6e8c592f73dcf89adb99a0bfd019007f85097d4e92f08685c2d2b423b0940a794ecf15b5c167331b72e5ab6684532ce239874fd00e68d33d4a531e SHA512 1d1915f8eca7c74298d0d5d77a608f0c5ca69eb6d8ea09f9a6ad90155b3d9c4b76bf5a47a9c9b4b3b869adb812fb5d6f97191f0d1efd65455f8ef8f5ac9c11d7 DIST genpatches-4.15-17.experimental.tar.xz 5184 BLAKE2B 6b20cf92325c64327d650e485ab28bad8c3503a014d90ebe76b91044db64f08bd40e92296e72ea7f6377a63a64844d660eed2e289042448689055cc5c34cbe48 SHA512 c6936623609b32b114af11c0cf8bc50280aff42377493783a0f97189b0257e6ed5c5dd71bbbaac298b8da8a97eb7de0fe06891341343471a245f0bf2cc8cdc3b DIST genpatches-4.15-17.extras.tar.xz 17496 BLAKE2B 2f13f77a9dcd5fa1a1816d71677064fe530a38fc4717f0227fe1cc990ff3e9ab21716d7343b9d61ed842e99921cc286b4649bab5955ac337d4c67acd582d9203 SHA512 0c88b8dd4c3c22a54ea3e3a18a1e9586309e7b3d070234ebc293d13a63ce97b557cfe89d35c04aea7b7e2ec74040064a27818e5cf8253d8dcf453f818934c044 +DIST genpatches-4.15-18.base.tar.xz 398516 BLAKE2B 749dec282d5c797d9b4ccd407f4a2a1c22443f5fc001b92d37aed4bea0cdf54675ecb3f10c6c4cd6d6d07aabcfabc1a39168bad171854466971226a4a52e2340 SHA512 72e06f953342c492b99674a87fe7c5af1dd12e2341b405abc02343e122273c082258b156e40b629aced22d29e9549da702fbb641cdbee708b3675b995b81ebca +DIST genpatches-4.15-18.experimental.tar.xz 5188 BLAKE2B 6a0dd796f4d6c3d4c33c0a3ba8978cf868df757739955930e2370a666de29caba76e9a5915944a8fcc05f05b4a385ad76720aa9bf2bb3dbe871cf31d92b1fa52 SHA512 e728868a0aefddb91cb81ab41ef1f5e601acf8f7e9a7abb55cabec8b363b44cac4b3a09cae33b2a82de3263da57670be05f9b567b45ad33049f16832461ca69b +DIST genpatches-4.15-18.extras.tar.xz 17480 BLAKE2B 67f3486eb2540c351421b24d7ea2d257f7c0b8e4c63d1377561c1491fbffc3bdd4cfa131362758fa142e0897315bd30bbc5cce86fd51e738062d3297483c SHA512 0d78634c48183a0eff09f1741e6197f06c73cd892fc01bacaef72bc4273a102225da2a33fb584068ddb0a9e8a62fff826a945e7a12f68f186ee17c9ee29cf36f DIST genpatches-4.15-2.base.tar.xz 22348 BLAKE2B a4d4e0b6a83e46a657ced903845dc7adcdb749e6657006c58d7070a0cb906066a1241ba7c33c9431aab4af12debc0e875822c5d327dc29853420cc5699cfae2e SHA512 2d6d8a2cda9ee4c41068c03f1e90e5bec2c25debb2bfbda7d6acc83b49b4ecfe861fd0be68c133dac4c98f23d8c23fca816f817653cb283405148985f20c4e9e DIST genpatches-4.15-2.experimental.tar.xz 5184 BLAKE2B 4967ea59aaf9587c5f36e1cb97e0ce454f7d23c0d9e02cacf4bffef14834ca591eb4b64606fdc267d2051cab21ac49cfab16082d1a0affa2e2e555bfda27a72c SHA512 9fbf5806636b2676144dfce4d33c8ff1d97dba9a44703abe5cbc1741c3f54f082416f9628f308a186dfef1c82b42183a9a52970f96be06c1e0a60ae1a1a29257 DIST genpatches-4.15-2.extras.tar.xz 17488 BLAKE2B 7549c1059b8aa48dedf196fbf53be363735ee2d016ce03fc22c3c72082eb5c770d5af557c8602ad01e7b98f1eeaa4c0497a6eebf344596365811f402307b3f6d SHA512 053490dac39816e14086781c4aa7a6c66544543a8851fd672b8a8cfcf49a03573e3820284de3a28c0345eec27a1c1687bc445443c5076ae3662686da3ed5e1d5 diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.15.15.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.15.15.ebuild new file mode 100644 index 000..d2bc342bb14 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.15.15.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="18" + +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.14-37
commit: Commit: Mike Pagano gentoo org> CommitDate: Sat Mar 31 22:37:16 2018 + New tag: 4.14-37
[gentoo-commits] proj/linux-patches: New tag: 4.15-18
commit: Commit: Mike Pagano gentoo org> CommitDate: Sat Mar 31 22:31:49 2018 + New tag: 4.15-18
[gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-compose/
commit: 2ea0d6a6b0414c7df16076f732650ce4dbb59fa8 Author: Manuel Rüger gentoo org> AuthorDate: Sat Mar 31 22:23:48 2018 + Commit: Manuel Rüger gentoo org> CommitDate: Sat Mar 31 22:23:48 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea0d6a6 app-emulation/docker-compose: Version bump to 1.20.1 Closes: https://bugs.gentoo.org/651090 Package-Manager: Portage-2.3.27, Repoman-2.3.9 app-emulation/docker-compose/Manifest | 1 + .../docker-compose/docker-compose-1.20.1.ebuild| 71 ++ 2 files changed, 72 insertions(+) diff --git a/app-emulation/docker-compose/Manifest b/app-emulation/docker-compose/Manifest index 494ca318046..aa474faccb0 100644 --- a/app-emulation/docker-compose/Manifest +++ b/app-emulation/docker-compose/Manifest @@ -1,2 +1,3 @@ DIST docker-compose-1.18.0.tar.gz 231256 BLAKE2B be9b57dd89a81734b850f61622a924a3ace5ace907c4d1365a18315ddfbe3f1a9a56b222766980d16d5eddbe6818caf94a5833c5cddac082fa230bf290977ee3 SHA512 9cf29d892f6419e9ef639e1b9edddecb47ddb5ba7f97830f732e463ee510ac5464d6d81f58a2bf4ae5e7aee78b3d2d4afd59e6e1b53974899edb3e090bcb991f DIST docker-compose-1.19.0.tar.gz 238307 BLAKE2B 2a7bbcf50c2cc591eba1d59db30cb0341e33e3f1ebe948e0b6762d9bffcdcc72d98e2da19fc549c5fabda192fca69a9d54e016601ddb4f4a94f0dc1c93f99a29 SHA512 f1d522621580a5130378508e6b15ad2e4708e9c5ff713627ca54308ab3e6bf000e21c55bbdf9585b2116e73648fdc773500a5415ab81a72dd2c69c9c07e71581 +DIST docker-compose-1.20.1.tar.gz 246159 BLAKE2B 32836f06239d6f1506ecebac48c8b56c58620d0ba309b8469c073ec3b048bf3743afb1ff6f63d2031df4bb316191d9cd32d5cf85a2cb86544254c6054a7dd502 SHA512 faba24ea501c4e4aaf04bddf1d498eaa7702385458ac7a41f6054e9153f9e03e1e6f50aebc5156d6a814d567aedea1d16ff532872a1765bbabbd3c8da47e36e0 diff --git a/app-emulation/docker-compose/docker-compose-1.20.1.ebuild b/app-emulation/docker-compose/docker-compose-1.20.1.ebuild new file mode 100644 index 000..9e085b82c01 --- /dev/null +++ b/app-emulation/docker-compose/docker-compose-1.20.1.ebuild @@ -0,0 +1,71 @@ +# 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,3_5,3_6} ) + +inherit bash-completion-r1 distutils-r1 vcs-snapshot + +MY_PV=${PV/_/} + +DESCRIPTION="Multi-container orchestration for Docker" +HOMEPAGE="https://www.docker.com/; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +CDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}] + =dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}] + =dev-python/docker-py-3.1.4[${PYTHON_USEDEP}] + =dev-python/docopt-0.6.1[${PYTHON_USEDEP}] + =dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}] + =dev-python/PySocks-1.5.6[${PYTHON_USEDEP}] + !~dev-python/PySocks-1.5.7[${PYTHON_USEDEP}] + =dev-python/pyyaml-3.10[${PYTHON_USEDEP}] + =dev-python/requests-2.6.1[${PYTHON_USEDEP}] + >=dev-python/six-1.3.0[${PYTHON_USEDEP}] + =dev-python/texttable-0.9[${PYTHON_USEDEP}] + =dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}] + =dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 'python2_7' ) + $(python_gen_cond_dep '=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' 'python2_7' ) + $(python_gen_cond_dep '>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' ) +" +DEPEND=" + ${CDEPEND} + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' ) + ) +" +RDEPEND="${CDEPEND}" + +python_test() { + ${PYTHON} -m pytest tests/unit || die "tests failed under ${EPYTHON}" +} + +python_install_all() { + newbashcomp contrib/completion/bash/docker-compose ${PN} + + insinto /usr/share/zsh/site-functions + doins contrib/completion/zsh/* + + distutils-r1_python_install_all +}
[gentoo-commits] proj/linux-patches:4.15 commit in: /
commit: b2dfe994a979d5ace0f18e467c1e82bfa4d3ab30 Author: Mike Pagano gentoo org> AuthorDate: Sat Mar 31 22:19:50 2018 + Commit: Mike Pagano gentoo org> CommitDate: Sat Mar 31 22:19:50 2018 + URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=b2dfe994 Linux patch 4.15.15 _README |4 + 1014_linux-4.15.15.patch | 1683 ++ 2 files changed, 1687 insertions(+) diff --git a/_README b/_README index f4d8a80..f1a4ce6 100644 --- a/_README +++ b/_README @@ -99,6 +99,10 @@ Patch: 1013_linux-4.15.14.patch From: http://www.kernel.org Desc: Linux 4.15.14 +Patch: 1014_linux-4.15.15.patch +From: http://www.kernel.org +Desc: Linux 4.15.15 + 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/1014_linux-4.15.15.patch b/1014_linux-4.15.15.patch new file mode 100644 index 000..ab1089f --- /dev/null +++ b/1014_linux-4.15.15.patch @@ -0,0 +1,1683 @@ +diff --git a/Makefile b/Makefile +index a5e561900daf..20c9b7bfeed4 100644 +--- a/Makefile b/Makefile +@@ -1,7 +1,7 @@ + # SPDX-License-Identifier: GPL-2.0 + VERSION = 4 + PATCHLEVEL = 15 +-SUBLEVEL = 14 ++SUBLEVEL = 15 + EXTRAVERSION = + NAME = Fearless Coyote + +diff --git a/drivers/net/ethernet/arc/emac_rockchip.c b/drivers/net/ethernet/arc/emac_rockchip.c +index 16f9bee992fe..0f6576802607 100644 +--- a/drivers/net/ethernet/arc/emac_rockchip.c b/drivers/net/ethernet/arc/emac_rockchip.c +@@ -169,8 +169,10 @@ static int emac_rockchip_probe(struct platform_device *pdev) + /* Optional regulator for PHY */ + priv->regulator = devm_regulator_get_optional(dev, "phy"); + if (IS_ERR(priv->regulator)) { +- if (PTR_ERR(priv->regulator) == -EPROBE_DEFER) +- return -EPROBE_DEFER; ++ if (PTR_ERR(priv->regulator) == -EPROBE_DEFER) { ++ err = -EPROBE_DEFER; ++ goto out_clk_disable; ++ } + dev_err(dev, "no regulator found\n"); + priv->regulator = NULL; + } +diff --git a/drivers/net/ethernet/broadcom/bcmsysport.c b/drivers/net/ethernet/broadcom/bcmsysport.c +index 087f01b4dc3a..f239ef2e6f23 100644 +--- a/drivers/net/ethernet/broadcom/bcmsysport.c b/drivers/net/ethernet/broadcom/bcmsysport.c +@@ -855,10 +855,12 @@ static void bcm_sysport_tx_reclaim_one(struct bcm_sysport_tx_ring *ring, + static unsigned int __bcm_sysport_tx_reclaim(struct bcm_sysport_priv *priv, +struct bcm_sysport_tx_ring *ring) + { +- unsigned int c_index, last_c_index, last_tx_cn, num_tx_cbs; + unsigned int pkts_compl = 0, bytes_compl = 0; + struct net_device *ndev = priv->netdev; ++ unsigned int txbds_processed = 0; + struct bcm_sysport_cb *cb; ++ unsigned int txbds_ready; ++ unsigned int c_index; + u32 hw_ind; + + /* Clear status before servicing to reduce spurious interrupts */ +@@ -871,29 +873,23 @@ static unsigned int __bcm_sysport_tx_reclaim(struct bcm_sysport_priv *priv, + /* Compute how many descriptors have been processed since last call */ + hw_ind = tdma_readl(priv, TDMA_DESC_RING_PROD_CONS_INDEX(ring->index)); + c_index = (hw_ind >> RING_CONS_INDEX_SHIFT) & RING_CONS_INDEX_MASK; +- ring->p_index = (hw_ind & RING_PROD_INDEX_MASK); +- +- last_c_index = ring->c_index; +- num_tx_cbs = ring->size; +- +- c_index &= (num_tx_cbs - 1); +- +- if (c_index >= last_c_index) +- last_tx_cn = c_index - last_c_index; +- else +- last_tx_cn = num_tx_cbs - last_c_index + c_index; ++ txbds_ready = (c_index - ring->c_index) & RING_CONS_INDEX_MASK; + + netif_dbg(priv, tx_done, ndev, +-"ring=%d c_index=%d last_tx_cn=%d last_c_index=%d\n", +-ring->index, c_index, last_tx_cn, last_c_index); ++"ring=%d old_c_index=%u c_index=%u txbds_ready=%u\n", ++ring->index, ring->c_index, c_index, txbds_ready); + +- while (last_tx_cn-- > 0) { +- cb = ring->cbs + last_c_index; ++ while (txbds_processed < txbds_ready) { ++ cb = >cbs[ring->clean_index]; + bcm_sysport_tx_reclaim_one(ring, cb, _compl, _compl); + + ring->desc_count++; +- last_c_index++; +- last_c_index &= (num_tx_cbs - 1); ++ txbds_processed++; ++ ++ if (likely(ring->clean_index < ring->size - 1)) ++ ring->clean_index++; ++ else ++ ring->clean_index = 0; + } + + u64_stats_update_begin(>syncp); +@@ -1406,6 +1402,7 @@ static int bcm_sysport_init_tx_ring(struct bcm_sysport_priv *priv, + netif_tx_napi_add(priv->netdev, >napi, bcm_sysport_tx_poll,
[gentoo-commits] proj/linux-patches:4.14 commit in: /
commit: 3dd51bb7cb6180ad0c4c2e6f1ff12ec6f1a45a42 Author: Mike Pagano gentoo org> AuthorDate: Sat Mar 31 22:18:40 2018 + Commit: Mike Pagano gentoo org> CommitDate: Sat Mar 31 22:18:40 2018 + URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=3dd51bb7 Linux patch 4.14.32 _README |4 + 1031_linux-4.14.32.patch | 1401 ++ 2 files changed, 1405 insertions(+) diff --git a/_README b/_README index 74f23dc..54facf6 100644 --- a/_README +++ b/_README @@ -167,6 +167,10 @@ Patch: 1030_linux-4.14.31.patch From: http://www.kernel.org Desc: Linux 4.14.31 +Patch: 1031_linux-4.14.32.patch +From: http://www.kernel.org +Desc: Linux 4.14.32 + 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/1031_linux-4.14.32.patch b/1031_linux-4.14.32.patch new file mode 100644 index 000..f72eb49 --- /dev/null +++ b/1031_linux-4.14.32.patch @@ -0,0 +1,1401 @@ +diff --git a/Makefile b/Makefile +index 99e31da48422..c4c681b53ff0 100644 +--- a/Makefile b/Makefile +@@ -1,7 +1,7 @@ + # SPDX-License-Identifier: GPL-2.0 + VERSION = 4 + PATCHLEVEL = 14 +-SUBLEVEL = 31 ++SUBLEVEL = 32 + EXTRAVERSION = + NAME = Petit Gorille + +diff --git a/drivers/net/ethernet/arc/emac_rockchip.c b/drivers/net/ethernet/arc/emac_rockchip.c +index c6163874e4e7..c770ca37c9b2 100644 +--- a/drivers/net/ethernet/arc/emac_rockchip.c b/drivers/net/ethernet/arc/emac_rockchip.c +@@ -169,8 +169,10 @@ static int emac_rockchip_probe(struct platform_device *pdev) + /* Optional regulator for PHY */ + priv->regulator = devm_regulator_get_optional(dev, "phy"); + if (IS_ERR(priv->regulator)) { +- if (PTR_ERR(priv->regulator) == -EPROBE_DEFER) +- return -EPROBE_DEFER; ++ if (PTR_ERR(priv->regulator) == -EPROBE_DEFER) { ++ err = -EPROBE_DEFER; ++ goto out_clk_disable; ++ } + dev_err(dev, "no regulator found\n"); + priv->regulator = NULL; + } +diff --git a/drivers/net/ethernet/broadcom/bcmsysport.c b/drivers/net/ethernet/broadcom/bcmsysport.c +index eb441e5e2cd8..1e856e8b9a92 100644 +--- a/drivers/net/ethernet/broadcom/bcmsysport.c b/drivers/net/ethernet/broadcom/bcmsysport.c +@@ -855,10 +855,12 @@ static void bcm_sysport_tx_reclaim_one(struct bcm_sysport_tx_ring *ring, + static unsigned int __bcm_sysport_tx_reclaim(struct bcm_sysport_priv *priv, +struct bcm_sysport_tx_ring *ring) + { +- unsigned int c_index, last_c_index, last_tx_cn, num_tx_cbs; + unsigned int pkts_compl = 0, bytes_compl = 0; + struct net_device *ndev = priv->netdev; ++ unsigned int txbds_processed = 0; + struct bcm_sysport_cb *cb; ++ unsigned int txbds_ready; ++ unsigned int c_index; + u32 hw_ind; + + /* Clear status before servicing to reduce spurious interrupts */ +@@ -871,29 +873,23 @@ static unsigned int __bcm_sysport_tx_reclaim(struct bcm_sysport_priv *priv, + /* Compute how many descriptors have been processed since last call */ + hw_ind = tdma_readl(priv, TDMA_DESC_RING_PROD_CONS_INDEX(ring->index)); + c_index = (hw_ind >> RING_CONS_INDEX_SHIFT) & RING_CONS_INDEX_MASK; +- ring->p_index = (hw_ind & RING_PROD_INDEX_MASK); +- +- last_c_index = ring->c_index; +- num_tx_cbs = ring->size; +- +- c_index &= (num_tx_cbs - 1); +- +- if (c_index >= last_c_index) +- last_tx_cn = c_index - last_c_index; +- else +- last_tx_cn = num_tx_cbs - last_c_index + c_index; ++ txbds_ready = (c_index - ring->c_index) & RING_CONS_INDEX_MASK; + + netif_dbg(priv, tx_done, ndev, +-"ring=%d c_index=%d last_tx_cn=%d last_c_index=%d\n", +-ring->index, c_index, last_tx_cn, last_c_index); ++"ring=%d old_c_index=%u c_index=%u txbds_ready=%u\n", ++ring->index, ring->c_index, c_index, txbds_ready); + +- while (last_tx_cn-- > 0) { +- cb = ring->cbs + last_c_index; ++ while (txbds_processed < txbds_ready) { ++ cb = >cbs[ring->clean_index]; + bcm_sysport_tx_reclaim_one(ring, cb, _compl, _compl); + + ring->desc_count++; +- last_c_index++; +- last_c_index &= (num_tx_cbs - 1); ++ txbds_processed++; ++ ++ if (likely(ring->clean_index < ring->size - 1)) ++ ring->clean_index++; ++ else ++ ring->clean_index = 0; + } + + u64_stats_update_begin(>syncp); +@@ -1406,6 +1402,7 @@ static int bcm_sysport_init_tx_ring(struct bcm_sysport_priv *priv, + netif_tx_napi_add(priv->netdev, >napi, bcm_sysport_tx_poll,
[gentoo-commits] repo/gentoo:master commit in: dev-util/pycharm-community/
commit: 6af65b2d5adad504314c6a87e01be8bcd4f35656 Author: Manuel Rüger gentoo org> AuthorDate: Sat Mar 31 22:15:38 2018 + Commit: Manuel Rüger gentoo org> CommitDate: Sat Mar 31 22:15:38 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af65b2d dev-util/pycharm-community: Version bump to 2018.1 Package-Manager: Portage-2.3.27, Repoman-2.3.9 dev-util/pycharm-community/Manifest| 1 + .../pycharm-community-2018.1.ebuild| 53 ++ 2 files changed, 54 insertions(+) diff --git a/dev-util/pycharm-community/Manifest b/dev-util/pycharm-community/Manifest index c66d4a0c569..2f30a809615 100644 --- a/dev-util/pycharm-community/Manifest +++ b/dev-util/pycharm-community/Manifest @@ -1,3 +1,4 @@ DIST pycharm-community-2017.3.3.tar.gz 279677180 BLAKE2B 373276332c918a325290e9ca0fa37ac7512025e0c0ee8149c3c08321b0477a0a5263fc24dece443c471f2a96a1b147153b0952466e374acf62389e1c49a1f114 SHA512 d4e9dffa7d2abef825fdbe7ce2665e2d249b18d81f7dab5051a0a2fda7896e5df7cce16e19518225dd23205c346df8fc5c5b3cb39280886004340cba60aeacd4 DIST pycharm-community-2017.3.4.tar.gz 279847033 BLAKE2B 451540aae6434f39a94a664d4aa8747071c9c045793a7d445bf1acf4c0412309448b9e05b01c7e86d5b6915d144cb5175956981597d24064b2a7f934bd043bf3 SHA512 0478ca55a0dbd45b54c3d1af45a6cfdc562f0a863e3fe09922421ed121e22f5182c71fbc05b0e9fe7a8e92b197f6ad473da34b30b867297690d7bd9df5fda730 DIST pycharm-community-2017.3.tar.gz 282451011 BLAKE2B 250265d7cb0cb3ba94733c9404f6bc1c6e4f62207721011e9eec65780f9e4c92148626065051a1e875124d013cff488c8d7ab9861c094bf4a33c0b8596e717e9 SHA512 4e835f671971171966f52a4219f47fda2675b2fcf38f0f91ff90b1aa00508ed3b5445a488750c6e9d82515780e9f190201da918230c0b80d869d6b16ab352cc6 +DIST pycharm-community-2018.1.tar.gz 264891672 BLAKE2B 4fc85276f1e214ac4f03c11593dfa4e9d50bdca043192816c5bd4f768df436c83ec723683315e8b3558a7129542e371c47945e531d977567e8d87f78b412add4 SHA512 41090a3973a19a53440b68625a1dd448e5c92b07813ab8497478867a06d0b847668db2e9bb179caa967fdaac914073a43fa6db5ec371cc17c491f9614a2ce600 diff --git a/dev-util/pycharm-community/pycharm-community-2018.1.ebuild b/dev-util/pycharm-community/pycharm-community-2018.1.ebuild new file mode 100644 index 000..4cba69da598 --- /dev/null +++ b/dev-util/pycharm-community/pycharm-community-2018.1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2-utils readme.gentoo-r1 xdg + +DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis" +HOMEPAGE="http://www.jetbrains.com/pycharm/; +SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz; + +LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=virtual/jre-1.8" + +RESTRICT="mirror strip" + +QA_PREBUILT="opt/${PN}/bin/fsnotifier + opt/${PN}/bin/fsnotifier64 + opt/${PN}/bin/fsnotifier-arm" + +MY_PN=${PN/-community/} + +src_prepare() { + default + + rm -rf jre || die +} + +src_install() { + insinto /opt/${PN} + doins -r * + + fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh} + + dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN} + newicon bin/${MY_PN}.png ${PN}.png + make_desktop_entry ${PN} ${PN} ${PN} + + readme.gentoo_create_doc +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_icon_cache_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_icon_cache_update +}
[gentoo-commits] repo/gentoo:master commit in: dev-util/pycharm-professional/
commit: 43126ab5bde0ab99eddad48f0720ba8f3dc7bdb5 Author: Manuel Rüger gentoo org> AuthorDate: Sat Mar 31 22:17:44 2018 + Commit: Manuel Rüger gentoo org> CommitDate: Sat Mar 31 22:17:44 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43126ab5 dev-util/pycharm-professional: Version bump to 2018.1 Package-Manager: Portage-2.3.27, Repoman-2.3.9 dev-util/pycharm-professional/Manifest | 1 + .../pycharm-professional-2018.1.ebuild | 57 ++ 2 files changed, 58 insertions(+) diff --git a/dev-util/pycharm-professional/Manifest b/dev-util/pycharm-professional/Manifest index 00a5067eecc..896a300dc4a 100644 --- a/dev-util/pycharm-professional/Manifest +++ b/dev-util/pycharm-professional/Manifest @@ -1,3 +1,4 @@ DIST pycharm-professional-2017.3.3.tar.gz 356063034 BLAKE2B afe45081582983c05590602ed10b66ee687bd3ef4995bb0ae0404dddefe795ff8e93af2ac384ffa37600f2eebc882fa1bc6de8b6831341957ea69bda4e4632c3 SHA512 1e6d9fc1de13ecea5f4a2cf5bd9f2d7116a40802c24cf21ac731183d4b20aab480e34e039f1ca2fa36b4d873c85204febea975392d73da5a32f239037c7bd59e DIST pycharm-professional-2017.3.4.tar.gz 356283723 BLAKE2B 3d2abed57f0459e49034a6b081c69008628ec8a16322ce90e15e0a42c670554ea4eca66b73279ea0f9aeac116dc86e8d52590861d712ccdf93d2be31c2d1211e SHA512 8adc3c46b50c4ed895d0d40b0c235a047fcac7e4ab5262aa88ba69deffa9402b652bc69ec1ee3d7682900698d14bb2ecb7f82a89f998979c009fcadb98ef4517 DIST pycharm-professional-2017.3.tar.gz 358504339 BLAKE2B 4ac1eb3feed289326a0122e3e4f869d7be740db1fd8d1c5f5c80400a8d8aa2daa444d4fa279c33865aecec4af4a28999e10b100714a44aa1d772d7f598ac05f4 SHA512 b7a085eda5d3e4ca8a918009f80cd7d90a281f2e522718211b4813f199a9c3a8f38f9742600336c09db479691c789d852ddc1d99e9ee2b11876e85728ae51b44 +DIST pycharm-professional-2018.1.tar.gz 343431274 BLAKE2B b88ccc821a2e7d35bc2d19582c69493f23bd766c338c2b2964cc0c4993d308783245daf9d6a09fae5206c0d0eee7e1048fb265968b51f614ca4dc9c55c58a2c7 SHA512 a32069fd846e328caa1c0acae3821f73ce98f5268ad934e276adca5ff39371b017f2ce1246e808692fdce8d174f8191fd7c12ef893d0976262059df25e58f3c6 diff --git a/dev-util/pycharm-professional/pycharm-professional-2018.1.ebuild b/dev-util/pycharm-professional/pycharm-professional-2018.1.ebuild new file mode 100644 index 000..5dc7e67e051 --- /dev/null +++ b/dev-util/pycharm-professional/pycharm-professional-2018.1.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2-utils readme.gentoo-r1 xdg + +DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis" +HOMEPAGE="http://www.jetbrains.com/pycharm/; +SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz; + +LICENSE="PyCharm_Academic PyCharm_Classroom PyCharm PyCharm_OpenSource PyCharm_Preview" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=virtual/jre-1.8 +dev-python/pip" + +RESTRICT="mirror strip" + +QA_PREBUILT="opt/${PN}/bin/fsnotifier + opt/${PN}/bin/fsnotifier64 + opt/${PN}/bin/fsnotifier-arm + opt/${PN}/bin/libyjpagent-linux.so + opt/${PN}/bin/libyjpagent-linux64.so" + +MY_PN=${PN/-professional/} +S="${WORKDIR}/${MY_PN}-${PV}" + +src_prepare() { + default + + rm -rf jre || die +} + +src_install() { + insinto /opt/${PN} + doins -r * + + fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh} + + dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN} + newicon bin/${MY_PN}.png ${PN}.png + make_desktop_entry ${PN} ${PN} ${PN} + + readme.gentoo_create_doc +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_icon_cache_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_icon_cache_update +}
[gentoo-commits] proj/linux-patches:4.9 commit in: /
commit: c32a77ad28a18bac5e964c1f7c1b54798f58be08 Author: Mike Pagano gentoo org> AuthorDate: Sat Mar 31 22:17:23 2018 + Commit: Mike Pagano gentoo org> CommitDate: Sat Mar 31 22:17:23 2018 + URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=c32a77ad Linux patch 4.9.92 _README | 4 + 1091_linux-4.9.92.patch | 895 2 files changed, 899 insertions(+) diff --git a/_README b/_README index 9dbda35..7083c5f 100644 --- a/_README +++ b/_README @@ -407,6 +407,10 @@ Patch: 1090_linux-4.9.91.patch From: http://www.kernel.org Desc: Linux 4.9.91 +Patch: 1091_linux-4.9.92.patch +From: http://www.kernel.org +Desc: Linux 4.9.92 + 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/1091_linux-4.9.92.patch b/1091_linux-4.9.92.patch new file mode 100644 index 000..6861f22 --- /dev/null +++ b/1091_linux-4.9.92.patch @@ -0,0 +1,895 @@ +diff --git a/Makefile b/Makefile +index db3d37e18723..3ab3b8203bf6 100644 +--- a/Makefile b/Makefile +@@ -1,6 +1,6 @@ + VERSION = 4 + PATCHLEVEL = 9 +-SUBLEVEL = 91 ++SUBLEVEL = 92 + EXTRAVERSION = + NAME = Roaring Lionus + +diff --git a/drivers/net/ethernet/arc/emac_rockchip.c b/drivers/net/ethernet/arc/emac_rockchip.c +index c6163874e4e7..c770ca37c9b2 100644 +--- a/drivers/net/ethernet/arc/emac_rockchip.c b/drivers/net/ethernet/arc/emac_rockchip.c +@@ -169,8 +169,10 @@ static int emac_rockchip_probe(struct platform_device *pdev) + /* Optional regulator for PHY */ + priv->regulator = devm_regulator_get_optional(dev, "phy"); + if (IS_ERR(priv->regulator)) { +- if (PTR_ERR(priv->regulator) == -EPROBE_DEFER) +- return -EPROBE_DEFER; ++ if (PTR_ERR(priv->regulator) == -EPROBE_DEFER) { ++ err = -EPROBE_DEFER; ++ goto out_clk_disable; ++ } + dev_err(dev, "no regulator found\n"); + priv->regulator = NULL; + } +diff --git a/drivers/net/ethernet/broadcom/bcmsysport.c b/drivers/net/ethernet/broadcom/bcmsysport.c +index 744ed6ddaf37..91fbba58d033 100644 +--- a/drivers/net/ethernet/broadcom/bcmsysport.c b/drivers/net/ethernet/broadcom/bcmsysport.c +@@ -707,37 +707,33 @@ static unsigned int __bcm_sysport_tx_reclaim(struct bcm_sysport_priv *priv, +struct bcm_sysport_tx_ring *ring) + { + struct net_device *ndev = priv->netdev; +- unsigned int c_index, last_c_index, last_tx_cn, num_tx_cbs; + unsigned int pkts_compl = 0, bytes_compl = 0; ++ unsigned int txbds_processed = 0; + struct bcm_sysport_cb *cb; ++ unsigned int txbds_ready; ++ unsigned int c_index; + u32 hw_ind; + + /* Compute how many descriptors have been processed since last call */ + hw_ind = tdma_readl(priv, TDMA_DESC_RING_PROD_CONS_INDEX(ring->index)); + c_index = (hw_ind >> RING_CONS_INDEX_SHIFT) & RING_CONS_INDEX_MASK; +- ring->p_index = (hw_ind & RING_PROD_INDEX_MASK); +- +- last_c_index = ring->c_index; +- num_tx_cbs = ring->size; +- +- c_index &= (num_tx_cbs - 1); +- +- if (c_index >= last_c_index) +- last_tx_cn = c_index - last_c_index; +- else +- last_tx_cn = num_tx_cbs - last_c_index + c_index; ++ txbds_ready = (c_index - ring->c_index) & RING_CONS_INDEX_MASK; + + netif_dbg(priv, tx_done, ndev, +-"ring=%d c_index=%d last_tx_cn=%d last_c_index=%d\n", +-ring->index, c_index, last_tx_cn, last_c_index); ++"ring=%d old_c_index=%u c_index=%u txbds_ready=%u\n", ++ring->index, ring->c_index, c_index, txbds_ready); + +- while (last_tx_cn-- > 0) { +- cb = ring->cbs + last_c_index; ++ while (txbds_processed < txbds_ready) { ++ cb = >cbs[ring->clean_index]; + bcm_sysport_tx_reclaim_one(priv, cb, _compl, _compl); + + ring->desc_count++; +- last_c_index++; +- last_c_index &= (num_tx_cbs - 1); ++ txbds_processed++; ++ ++ if (likely(ring->clean_index < ring->size - 1)) ++ ring->clean_index++; ++ else ++ ring->clean_index = 0; + } + + ring->c_index = c_index; +@@ -1207,6 +1203,7 @@ static int bcm_sysport_init_tx_ring(struct bcm_sysport_priv *priv, + netif_tx_napi_add(priv->netdev, >napi, bcm_sysport_tx_poll, 64); + ring->index = index; + ring->size = size; ++ ring->clean_index = 0; + ring->alloc_size = ring->size; + ring->desc_cpu = p; + ring->desc_count = ring->size; +diff --git a/drivers/net/ethernet/broadcom/bcmsysport.h b/drivers/net/ethernet/broadcom/bcmsysport.h
[gentoo-commits] proj/linux-patches:4.4 commit in: /
commit: 75ba3c6239bfacd09cd82d8a68806d26364b51d4 Author: Mike Pagano gentoo org> AuthorDate: Sat Mar 31 22:16:08 2018 + Commit: Mike Pagano gentoo org> CommitDate: Sat Mar 31 22:16:08 2018 + URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=75ba3c62 Linux patch 4.4.126 _README | 4 + 1125_linux-4.4.126.patch | 455 +++ 2 files changed, 459 insertions(+) diff --git a/_README b/_README index d9d85f6..fd31be4 100644 --- a/_README +++ b/_README @@ -539,6 +539,10 @@ Patch: 1123_linux-4.4.124.patch From: http://www.kernel.org Desc: Linux 4.4.124 +Patch: 1125_linux-4.4.125.patch +From: http://www.kernel.org +Desc: Linux 4.4.125 + 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.4.126.patch b/1125_linux-4.4.126.patch new file mode 100644 index 000..caede2f --- /dev/null +++ b/1125_linux-4.4.126.patch @@ -0,0 +1,455 @@ +diff --git a/Makefile b/Makefile +index 7dcafa5dcd34..2b699c5f6de4 100644 +--- a/Makefile b/Makefile +@@ -1,6 +1,6 @@ + VERSION = 4 + PATCHLEVEL = 4 +-SUBLEVEL = 125 ++SUBLEVEL = 126 + EXTRAVERSION = + NAME = Blurry Fish Butt + +diff --git a/drivers/net/ethernet/arc/emac_rockchip.c b/drivers/net/ethernet/arc/emac_rockchip.c +index c31c7407b753..425dae560322 100644 +--- a/drivers/net/ethernet/arc/emac_rockchip.c b/drivers/net/ethernet/arc/emac_rockchip.c +@@ -150,8 +150,10 @@ static int emac_rockchip_probe(struct platform_device *pdev) + /* Optional regulator for PHY */ + priv->regulator = devm_regulator_get_optional(dev, "phy"); + if (IS_ERR(priv->regulator)) { +- if (PTR_ERR(priv->regulator) == -EPROBE_DEFER) +- return -EPROBE_DEFER; ++ if (PTR_ERR(priv->regulator) == -EPROBE_DEFER) { ++ err = -EPROBE_DEFER; ++ goto out_clk_disable; ++ } + dev_err(dev, "no regulator found\n"); + priv->regulator = NULL; + } +diff --git a/drivers/net/ethernet/broadcom/bcmsysport.c b/drivers/net/ethernet/broadcom/bcmsysport.c +index 027705117086..af9ec57bbebf 100644 +--- a/drivers/net/ethernet/broadcom/bcmsysport.c b/drivers/net/ethernet/broadcom/bcmsysport.c +@@ -729,37 +729,33 @@ static unsigned int __bcm_sysport_tx_reclaim(struct bcm_sysport_priv *priv, +struct bcm_sysport_tx_ring *ring) + { + struct net_device *ndev = priv->netdev; +- unsigned int c_index, last_c_index, last_tx_cn, num_tx_cbs; + unsigned int pkts_compl = 0, bytes_compl = 0; ++ unsigned int txbds_processed = 0; + struct bcm_sysport_cb *cb; ++ unsigned int txbds_ready; ++ unsigned int c_index; + u32 hw_ind; + + /* Compute how many descriptors have been processed since last call */ + hw_ind = tdma_readl(priv, TDMA_DESC_RING_PROD_CONS_INDEX(ring->index)); + c_index = (hw_ind >> RING_CONS_INDEX_SHIFT) & RING_CONS_INDEX_MASK; +- ring->p_index = (hw_ind & RING_PROD_INDEX_MASK); +- +- last_c_index = ring->c_index; +- num_tx_cbs = ring->size; +- +- c_index &= (num_tx_cbs - 1); +- +- if (c_index >= last_c_index) +- last_tx_cn = c_index - last_c_index; +- else +- last_tx_cn = num_tx_cbs - last_c_index + c_index; ++ txbds_ready = (c_index - ring->c_index) & RING_CONS_INDEX_MASK; + + netif_dbg(priv, tx_done, ndev, +-"ring=%d c_index=%d last_tx_cn=%d last_c_index=%d\n", +-ring->index, c_index, last_tx_cn, last_c_index); ++"ring=%d old_c_index=%u c_index=%u txbds_ready=%u\n", ++ring->index, ring->c_index, c_index, txbds_ready); + +- while (last_tx_cn-- > 0) { +- cb = ring->cbs + last_c_index; ++ while (txbds_processed < txbds_ready) { ++ cb = >cbs[ring->clean_index]; + bcm_sysport_tx_reclaim_one(priv, cb, _compl, _compl); + + ring->desc_count++; +- last_c_index++; +- last_c_index &= (num_tx_cbs - 1); ++ txbds_processed++; ++ ++ if (likely(ring->clean_index < ring->size - 1)) ++ ring->clean_index++; ++ else ++ ring->clean_index = 0; + } + + ring->c_index = c_index; +@@ -1229,6 +1225,7 @@ static int bcm_sysport_init_tx_ring(struct bcm_sysport_priv *priv, + netif_napi_add(priv->netdev, >napi, bcm_sysport_tx_poll, 64); + ring->index = index; + ring->size = size; ++ ring->clean_index = 0; + ring->alloc_size = ring->size; + ring->desc_cpu = p; + ring->desc_count = ring->size; +diff --git a/drivers/net/ethernet/broadcom/bcmsysport.h
[gentoo-commits] repo/gentoo:master commit in: dev-lang/php/
commit: 7ca60ad7e42667b66fe0994fa39c16e49cb385f2 Author: Tobias Klausmann gentoo org> AuthorDate: Sat Mar 31 22:02:22 2018 + Commit: Tobias Klausmann gentoo org> CommitDate: Sat Mar 31 22:02:22 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ca60ad7 dev-lang/php-7.1.15-r0: alpha stable Gentoo-Bug: http://bugs.gentoo.org/649368 dev-lang/php/php-7.1.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/php/php-7.1.15.ebuild b/dev-lang/php/php-7.1.15.ebuild index 1c4db60917a..d3c61673621 100644 --- a/dev-lang/php/php-7.1.15.ebuild +++ b/dev-lang/php/php-7.1.15.ebuild @@ -18,7 +18,7 @@ LICENSE="PHP-3.01 unicode? ( BSD-2 LGPL-2.1 )" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" # We can build the following SAPIs in the given order SAPIS="embed cli cgi fpm apache2 phpdbg"
[gentoo-commits] repo/gentoo:master commit in: dev-lang/php/
commit: 61c029a9ed8f324185c9bf66e00f336ab6a70084 Author: Tobias Klausmann gentoo org> AuthorDate: Sat Mar 31 21:57:23 2018 + Commit: Tobias Klausmann gentoo org> CommitDate: Sat Mar 31 21:57:37 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c029a9 dev-lang/php-7.0.28-r0: alpha stable Gentoo-Bug: http://bugs.gentoo.org/649368 dev-lang/php/php-7.0.28.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/php/php-7.0.28.ebuild b/dev-lang/php/php-7.0.28.ebuild index b9e089b7828..889e707ffc3 100644 --- a/dev-lang/php/php-7.0.28.ebuild +++ b/dev-lang/php/php-7.0.28.ebuild @@ -18,7 +18,7 @@ LICENSE="PHP-3.01 unicode? ( BSD-2 LGPL-2.1 )" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" # We can build the following SAPIs in the given order SAPIS="embed cli cgi fpm apache2 phpdbg"
[gentoo-commits] repo/gentoo:master commit in: dev-util/pycharm-professional/
commit: 27a981624ce80fb11378bf36f4bc6c671dc0b7b2 Author: Aaron Bauman gentoo org> AuthorDate: Sat Mar 31 21:48:34 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Sat Mar 31 21:48:34 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a98162 dev-util/pycharm-professional: amd64 stable Bug: https://bugs.gentoo.org/651540 Package-Manager: Portage-2.3.27, Repoman-2.3.9 dev-util/pycharm-professional/pycharm-professional-2017.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/pycharm-professional/pycharm-professional-2017.3.3.ebuild b/dev-util/pycharm-professional/pycharm-professional-2017.3.3.ebuild index 5dc7e67e051..b7c5d6db8f0 100644 --- a/dev-util/pycharm-professional/pycharm-professional-2017.3.3.ebuild +++ b/dev-util/pycharm-professional/pycharm-professional-2017.3.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz; LICENSE="PyCharm_Academic PyCharm_Classroom PyCharm PyCharm_OpenSource PyCharm_Preview" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND=">=virtual/jre-1.8 dev-python/pip"
[gentoo-commits] repo/gentoo:master commit in: dev-util/pycharm-community/
commit: b991eb80f975cc12ecbafec0b5d1bbe23ba62c7b Author: Aaron Bauman gentoo org> AuthorDate: Sat Mar 31 21:50:28 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Sat Mar 31 21:50:28 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b991eb80 dev-util/pycharm-community: amd64 stable Bug: https://bugs.gentoo.org/651542 Package-Manager: Portage-2.3.27, Repoman-2.3.9 dev-util/pycharm-community/pycharm-community-2017.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/pycharm-community/pycharm-community-2017.3.3.ebuild b/dev-util/pycharm-community/pycharm-community-2017.3.3.ebuild index 4cba69da598..4790ccf65f2 100644 --- a/dev-util/pycharm-community/pycharm-community-2017.3.3.ebuild +++ b/dev-util/pycharm-community/pycharm-community-2017.3.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz; LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND=">=virtual/jre-1.8"
[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/
commit: 680fdc2ec3846aaa657cb987758af41fc16fa1c6 Author: Aaron Bauman gentoo org> AuthorDate: Sat Mar 31 21:43:33 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Sat Mar 31 21:43:33 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680fdc2e app-i18n/unicode-data: amd64 stable Bug: https://bugs.gentoo.org/648464 Package-Manager: Portage-2.3.27, Repoman-2.3.9 app-i18n/unicode-data/unicode-data-10.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild index e94908a9b72..52c12875205 100644 --- a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild +++ b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip LICENSE="unicode" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" DEPEND="app-arch/unzip"
[gentoo-commits] repo/gentoo:master commit in: x11-themes/golden-xcursors/
commit: 87178ea9b4749261f7817e203d4196f82a97537d Author: Aaron Bauman gentoo org> AuthorDate: Sat Mar 31 21:45:10 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Sat Mar 31 21:45:10 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87178ea9 x11-themes/golden-xcursors: amd64 stable Bug: https://bugs.gentoo.org/648368 Package-Manager: Portage-2.3.27, Repoman-2.3.9 x11-themes/golden-xcursors/golden-xcursors-0.8-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-themes/golden-xcursors/golden-xcursors-0.8-r1.ebuild b/x11-themes/golden-xcursors/golden-xcursors-0.8-r1.ebuild index 290af258266..7bf9b6f6262 100644 --- a/x11-themes/golden-xcursors/golden-xcursors-0.8-r1.ebuild +++ b/x11-themes/golden-xcursors/golden-xcursors-0.8-r1.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://www.kde-look.org/content/files/$MY_P.tar.bz2; LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86" S=${WORKDIR}/${MY_P:5}
[gentoo-commits] repo/gentoo:master commit in: sci-electronics/spice/
commit: c55d619ca58c23e55b46428251629dd260c9150c Author: Aaron Bauman gentoo org> AuthorDate: Sat Mar 31 21:39:03 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Sat Mar 31 21:39:03 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55d619c sci-electronics/spice: amd64 stable Bug: https://bugs.gentoo.org/648342 Package-Manager: Portage-2.3.27, Repoman-2.3.9 sci-electronics/spice/spice-3.5.5-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-electronics/spice/spice-3.5.5-r2.ebuild b/sci-electronics/spice/spice-3.5.5-r2.ebuild index 36f942311ab..0f73d839633 100644 --- a/sci-electronics/spice/spice-3.5.5-r2.ebuild +++ b/sci-electronics/spice/spice-3.5.5-r2.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://www.ibiblio.org/pub/Linux/apps/circuits/${MY_P}.tar.gz; LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" RDEPEND="sys-libs/ncurses:0 x11-libs/libXaw
[gentoo-commits] repo/gentoo:master commit in: app-editors/scite/
commit: 8e130f28d07d45fb1fdf35f7dc4b258f679a68d5 Author: Aaron Bauman gentoo org> AuthorDate: Sat Mar 31 21:33:29 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Sat Mar 31 21:33:29 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e130f28 app-editors/scite: amd64 stable Bug: https://bugs.gentoo.org/647584 Package-Manager: Portage-2.3.27, Repoman-2.3.9 app-editors/scite/scite-4.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/scite/scite-4.0.2.ebuild b/app-editors/scite/scite-4.0.2.ebuild index 36a304e5170..b480aae0dad 100644 --- a/app-editors/scite/scite-4.0.2.ebuild +++ b/app-editors/scite/scite-4.0.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz" LICENSE="HPND lua? ( MIT )" SLOT="0" -KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="amd64 ~ppc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="lua" RDEPEND="dev-libs/glib:=
[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gucharmap/
commit: daf9901f6e8f9e37206da1ad7bf3d4f1db4fc1e6 Author: Aaron Bauman gentoo org> AuthorDate: Sat Mar 31 21:44:15 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Sat Mar 31 21:44:15 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daf9901f gnome-extra/gucharmap: amd64 stable Bug: https://bugs.gentoo.org/648464 Package-Manager: Portage-2.3.27, Repoman-2.3.9 gnome-extra/gucharmap/gucharmap-10.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/gucharmap/gucharmap-10.0.3.ebuild b/gnome-extra/gucharmap/gucharmap-10.0.3.ebuild index 0fc293a6392..f21650f5fb5 100644 --- a/gnome-extra/gucharmap/gucharmap-10.0.3.ebuild +++ b/gnome-extra/gucharmap/gucharmap-10.0.3.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gucharmap; LICENSE="GPL-3" SLOT="2.90" -KEYWORDS="alpha ~amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 ~sh sparc x86 ~x86-fbsd" IUSE="debug +introspection test vala" REQUIRED_USE="vala? ( introspection )"
[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mongodb/
commit: 8d8760bfca5430ed39e1aa56d1f065ce426a8ad9 Author: Aaron Bauman gentoo org> AuthorDate: Sat Mar 31 21:25:41 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Sat Mar 31 21:25:41 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d8760bf dev-php/pecl-mongodb: amd64 stable Bug: https://bugs.gentoo.org/644620 Package-Manager: Portage-2.3.27, Repoman-2.3.9 dev-php/pecl-mongodb/pecl-mongodb-1.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/pecl-mongodb/pecl-mongodb-1.3.3.ebuild b/dev-php/pecl-mongodb/pecl-mongodb-1.3.3.ebuild index ec908abf720..ad063c40f91 100644 --- a/dev-php/pecl-mongodb/pecl-mongodb-1.3.3.ebuild +++ b/dev-php/pecl-mongodb/pecl-mongodb-1.3.3.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="MongoDB database driver for PHP" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="libressl sasl" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-lang/orc/
commit: 18395ec9c190fd0a84b2cc5841a1e3501f4112c0 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Mar 31 20:40:32 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 20:40:32 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18395ec9 dev-lang/orc: install RELEASE file (contains release notes) instead of TODO Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-lang/orc/orc-0.4.28-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-lang/orc/orc-0.4.28-r1.ebuild b/dev-lang/orc/orc-0.4.28-r1.ebuild index ca76b4868f6..7bc99c46d18 100644 --- a/dev-lang/orc/orc-0.4.28-r1.ebuild +++ b/dev-lang/orc/orc-0.4.28-r1.ebuild @@ -20,6 +20,8 @@ DEPEND="${RDEPEND} >=dev-util/gtk-doc-am-1.12 " +DOCS=( README RELEASE ) + src_prepare() { default
[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/
commit: 33c6a14d94447030d6f45b201bfe04e0063f4710 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Mar 31 20:00:49 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 20:00:49 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c6a14d profiles/arch/arm64: Remove USE=dbus stable-mask - sys-apps/dbus is stable by now profiles/arch/arm64/use.stable.mask | 4 1 file changed, 4 deletions(-) diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask index a842fffd8f1..5887b02a610 100644 --- a/profiles/arch/arm64/use.stable.mask +++ b/profiles/arch/arm64/use.stable.mask @@ -60,10 +60,6 @@ ruby_targets_ruby22 # dev-vcs/subversion not marked stable yet subversion -# Mart Raudsepp(28 Jan 2017) -# sys-apps/dbus not marked stable yet -dbus - # Mart Raudsepp (28 Jan 2017) # sys-auth/skey not marked stable yet skey
[gentoo-commits] repo/gentoo:master commit in: media-libs/fontconfig/
commit: bd10f67f84fac8c1bcc5dc7b54a9370974ff6629 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Mar 31 19:49:59 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Mar 31 20:00:01 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd10f67f media-libs/fontconfig: stable 2.12.6 for ppc64, bug #647702 Package-Manager: Portage-2.3.27, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64" media-libs/fontconfig/fontconfig-2.12.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/fontconfig/fontconfig-2.12.6.ebuild b/media-libs/fontconfig/fontconfig-2.12.6.ebuild index f728ae0814c..2b836b5e1ae 100644 --- a/media-libs/fontconfig/fontconfig-2.12.6.ebuild +++ b/media-libs/fontconfig/fontconfig-2.12.6.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://fontconfig.org/release/${P}.tar.bz2; LICENSE="MIT" SLOT="1.0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="doc static-libs" # Purposefully dropped the xml USE flag and libxml2 support. Expat is the
[gentoo-commits] repo/gentoo:master commit in: net-libs/libident/
commit: 68faa90480c7faac0358cfec066468020f30ed25 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Mar 31 19:50:03 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Mar 31 20:00:01 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68faa904 net-libs/libident: stable 0.32-r1 for ppc64, bug #647732 Package-Manager: Portage-2.3.27, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64" net-libs/libident/libident-0.32-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libident/libident-0.32-r1.ebuild b/net-libs/libident/libident-0.32-r1.ebuild index 6820b8b4bce..673e864c277 100644 --- a/net-libs/libident/libident-0.32-r1.ebuild +++ b/net-libs/libident/libident-0.32-r1.ebuild @@ -9,7 +9,7 @@ SRC_URI="http://people.via.ecp.fr/~rem/libident/${P}.tar.bz2; LICENSE="public-domain" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86" IUSE="" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: net-irc/irssi/
commit: 6f30edf65c691fc51108d3572ee95d0c72beb867 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Mar 31 19:59:43 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Mar 31 20:00:01 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f30edf6 net-irc/irssi: stable 1.0.7 for ppc64, bug #647780 Package-Manager: Portage-2.3.27, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64" net-irc/irssi/irssi-1.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/irssi/irssi-1.0.7.ebuild b/net-irc/irssi/irssi-1.0.7.ebuild index 889095f9464..c5890f92fc4 100644 --- a/net-irc/irssi/irssi-1.0.7.ebuild +++ b/net-irc/irssi/irssi-1.0.7.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${MY_P}.tar. LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+perl selinux socks5 +proxy libressl" CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/pillow/
commit: b70711dd61ab601cd1993600d51790db8253d16a Author: Roy Bamford gentoo org> AuthorDate: Sat Mar 31 16:29:06 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 19:24:38 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70711dd dev-python/pillow: added ~arm64 keyword Closes: https://github.com/gentoo/gentoo/pull/7754 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-python/pillow/pillow-4.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pillow/pillow-4.3.0.ebuild b/dev-python/pillow/pillow-4.3.0.ebuild index 785dfedc3b9..d1c476ffeb2 100644 --- a/dev-python/pillow/pillow-4.3.0.ebuild +++ b/dev-python/pillow/pillow-4.3.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 @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="HPND" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples imagequant jpeg2k lcms test tiff tk truetype webp zlib" REQUIRED_USE="test? ( tiff )"
[gentoo-commits] repo/gentoo:master commit in: media-gfx/libimagequant/
commit: fe3530ad56deb34e9d887201715075dd720a6903 Author: Roy Bamford gentoo org> AuthorDate: Sat Mar 31 16:23:54 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 19:24:36 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3530ad media-gfx/libimagequant: added ~arm64 keyword Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-gfx/libimagequant/libimagequant-2.11.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/libimagequant/libimagequant-2.11.7.ebuild b/media-gfx/libimagequant/libimagequant-2.11.7.ebuild index 2d2db96f010..1a83257c56c 100644 --- a/media-gfx/libimagequant/libimagequant-2.11.7.ebuild +++ b/media-gfx/libimagequant/libimagequant-2.11.7.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ImageOptim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-3" SLOT="0/0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="cpu_flags_x86_sse2 debug openmp static-libs" DEPEND=""
[gentoo-commits] repo/gentoo:master commit in: dev-python/olefile/
commit: 771ffc75f452e3c97f062754ae7b3625097fda70 Author: Roy Bamford gentoo org> AuthorDate: Sat Mar 31 16:18:37 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 19:24:34 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=771ffc75 dev-python/olefile: added ~arm64 keyword Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-python/olefile/olefile-0.44.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/olefile/olefile-0.44.ebuild b/dev-python/olefile/olefile-0.44.ebuild index 34624a0de34..05685dafb90 100644 --- a/dev-python/olefile/olefile-0.44.ebuild +++ b/dev-python/olefile/olefile-0.44.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 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/decalage2/${PN}/releases/download/v${PV}/${P}.tar.gz LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: app-portage/portage-utils/
commit: b5e62ab11b3df4939ee7dc4419f17ada08c60bcb Author: Mart Raudsepp gentoo org> AuthorDate: Sat Mar 31 19:24:23 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 19:24:40 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e62ab1 app-portage/portage-utils-0.64: arm64 stable (bug #622578) Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-portage/portage-utils/portage-utils-0.64.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/portage-utils/portage-utils-0.64.ebuild b/app-portage/portage-utils/portage-utils-0.64.ebuild index 74b28b849f5..ac15d58a075 100644 --- a/app-portage/portage-utils/portage-utils-0.64.ebuild +++ b/app-portage/portage-utils/portage-utils-0.64.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="nls static" RDEPEND="dev-libs/iniparser:0"
[gentoo-commits] repo/gentoo:master commit in: eclass/
commit: 865c493801342d9ff0c43cb444de190427312540 Author: William Hubbs gentoo org> AuthorDate: Sat Mar 31 19:22:18 2018 + Commit: William Hubbs gentoo org> CommitDate: Sat Mar 31 19:22:18 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=865c4938 golang-base.eclass: bump dependency on go to 1.9 eclass/golang-base.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/golang-base.eclass b/eclass/golang-base.eclass index 4abd348bb8d..3bff79c126a 100644 --- a/eclass/golang-base.eclass +++ b/eclass/golang-base.eclass @@ -22,7 +22,7 @@ if [[ -z ${_GOLANG_BASE} ]]; then _GOLANG_BASE=1 -DEPEND=">=dev-lang/go-1.8" +DEPEND=">=dev-lang/go-1.9" # Do not complain about CFLAGS etc since go projects do not use them. QA_FLAGS_IGNORED='.*'
[gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad/
commit: 125385fa38e9f02ef06acae25461a020b1f80fae Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 15:41:24 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 19:17:26 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=125385fa sci-electronics/kicad: keyword ~arm64 Closes: https://github.com/gentoo/gentoo/pull/7737 sci-electronics/kicad/kicad-4.0.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-electronics/kicad/kicad-4.0.7.ebuild b/sci-electronics/kicad/kicad-4.0.7.ebuild index 8576fd05480..5f15284ffd5 100644 --- a/sci-electronics/kicad/kicad-4.0.7.ebuild +++ b/sci-electronics/kicad/kicad-4.0.7.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 @@ -21,7 +21,7 @@ SRC_URI="https://launchpad.net/${PN}/${SERIES}/${PV}/+download/${P}.tar.xz LICENSE="GPL-2+ GPL-3+ Boost-1.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="debug doc examples github i18n libressl minimal +python" LANGS="bg ca cs de el es fi fr hu it ja ko nl pl pt ru sk sl sv zh-CN" for lang in ${LANGS} ; do
[gentoo-commits] repo/gentoo:master commit in: sci-electronics/electronics-menu/
commit: 91ede36293966aa97ae50c4ba026d068e5ffd9a1 Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 15:41:02 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 19:17:24 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ede362 sci-electronics/electronics-menu: keyword ~arm64 sci-electronics/electronics-menu/electronics-menu-1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-electronics/electronics-menu/electronics-menu-1.0-r1.ebuild b/sci-electronics/electronics-menu/electronics-menu-1.0-r1.ebuild index 4acadeb50d0..0ceee2d55f1 100644 --- a/sci-electronics/electronics-menu/electronics-menu-1.0-r1.ebuild +++ b/sci-electronics/electronics-menu/electronics-menu-1.0-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://geda.seul.org/dist/${P}.tar.gz; LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ppc64 sparc x86 ~x86-macos" +KEYWORDS="amd64 ~arm64 ppc ppc64 sparc x86 ~x86-macos" IUSE="" DEPEND=""
[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/
commit: 343d5363c01b9dcb80ab334274386ed2a0d94acf Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 15:40:34 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 19:17:22 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343d5363 profiles: unmask boost[context] on arm64 profiles/arch/arm64/package.use.mask | 4 1 file changed, 4 insertions(+) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 29c4e3c459f..0e5eb740a39 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Mart Raudsepp(31 Mar 2018) +# Boost.Context can be built on arm64 +dev-libs/boost -context + # Michał Górny (12 Mar 2018) # Requires masked net-misc/curl with libressl. dev-libs/libgit2 libressl
[gentoo-commits] repo/gentoo:master commit in: dev-util/hadolint/
commit: 291f6576fbc625f95d323fd5e3b47e711a60bde8 Author: Manuel Rüger gentoo org> AuthorDate: Sat Mar 31 19:09:16 2018 + Commit: Manuel Rüger gentoo org> CommitDate: Sat Mar 31 19:09:16 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291f6576 dev-util/hadolint: Remove old Package-Manager: Portage-2.3.27, Repoman-2.3.9 dev-util/hadolint/Manifest | 2 -- dev-util/hadolint/hadolint-1.3.0.ebuild | 38 - dev-util/hadolint/hadolint-1.4.0.ebuild | 38 - 3 files changed, 78 deletions(-) diff --git a/dev-util/hadolint/Manifest b/dev-util/hadolint/Manifest index 41b1d18cc61..5373b714b48 100644 --- a/dev-util/hadolint/Manifest +++ b/dev-util/hadolint/Manifest @@ -1,4 +1,2 @@ -DIST hadolint-1.3.0.tar.gz 27014 BLAKE2B 9142319c8c275e78890ebaa002817a6d9b6beb5df0caf48000276d4f4fc6df780f6474790dae83c2d45074d5752b9dd482cc9b3266e4f404256144b53719db72 SHA512 6ac01e354849336375efba67870ba655e14424919d6c8d3c40ee246c7ddf1b2946a5d8a74d8bbaba45a2827895f9a18f6dbc042e41b2c44f97be3c615546f27c -DIST hadolint-1.4.0.tar.gz 28384 BLAKE2B ee5fb556d99375b0628dd8eade076e98899301a122cec9cda1b1198da150b7a5ea1bae84e6550ab05efe0d079e926a7e16f76d873203be3e03ca428f1201a6d9 SHA512 a91c72bf08f98696ac7267268f10293837da402d3d71e042d9bde69affdbc7d0c42bcbd30756a84bbb021d100f1a200362c9fc28c5fbba87903b4cbf695931d2 DIST hadolint-1.5.0.tar.gz 31002 BLAKE2B 889885192f8ae12c468b90923948970d617bb5dc0156efa615e8ef750b3940b66d84215a21d0dca11ee7176f12b32c47a35a763035c9c2023bb8dc83b2b0af69 SHA512 19e246d82670e27751729394ba73ef03260525eedb0dbe26a605dd2c30e95386bafb85f9063a94d3a3e8b47fb05c248bdd6fda0ef9cf95285b1ec0ef54ad6d15 DIST hadolint-1.6.1.tar.gz 32674 BLAKE2B b7b3bc664848806d2316053724a91d0276e8af8c0324b31c2b3c2ae48b247e2092473170bc0f8ffcd76cf3b91e3c17e0e9b7b5f47c1eb416d23d01b29b454182 SHA512 ed79861d0938327ebeac8a8162d3a76257a22829d6188512bb43d5312327e39f31ff960d85e7d5c367a377c0a21e7df637e6d40448415752f132cf385ab8bfa2 diff --git a/dev-util/hadolint/hadolint-1.3.0.ebuild b/dev-util/hadolint/hadolint-1.3.0.ebuild deleted file mode 100644 index 2f335d90eea..000 --- a/dev-util/hadolint/hadolint-1.3.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.4 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Dockerfile Linter JavaScript API" -HOMEPAGE="https://github.com/hadolint/hadolint; -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/gitrev-1.3.1:=[profile?] - >=dev-haskell/language-docker-2.0.0:=[profile?] - <=dev-haskell/optparse-applicative-0.14.0.0:=[profile?] - >=dev-haskell/parsec-3.1:=[profile?] - >=dev-haskell/split-0.2:=[profile?] - dev-haskell/yaml:=[profile?] - >=dev-lang/ghc-8.0.2:= - >=dev-util/shellcheck-0.4.7:=[profile?] -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.24.2.0 - test? ( dev-haskell/hspec - >=dev-haskell/hunit-1.2 ) -" - -src_prepare() { - default - sed -i -e "s/-static//" ${PN}.cabal || die -} diff --git a/dev-util/hadolint/hadolint-1.4.0.ebuild b/dev-util/hadolint/hadolint-1.4.0.ebuild deleted file mode 100644 index 2f335d90eea..000 --- a/dev-util/hadolint/hadolint-1.4.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.4 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Dockerfile Linter JavaScript API" -HOMEPAGE="https://github.com/hadolint/hadolint; -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/gitrev-1.3.1:=[profile?] - >=dev-haskell/language-docker-2.0.0:=[profile?] - <=dev-haskell/optparse-applicative-0.14.0.0:=[profile?] - >=dev-haskell/parsec-3.1:=[profile?] - >=dev-haskell/split-0.2:=[profile?] - dev-haskell/yaml:=[profile?] - >=dev-lang/ghc-8.0.2:= - >=dev-util/shellcheck-0.4.7:=[profile?] -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.24.2.0 - test? ( dev-haskell/hspec - >=dev-haskell/hunit-1.2 ) -" - -src_prepare() { - default - sed -i -e "s/-static//" ${PN}.cabal || die -}
[gentoo-commits] proj/portage-utils:master commit in: man/
commit: fe42f2a99297fed36720e71ba2ed77cf7a9da804 Author: Fabian Groffen gentoo org> AuthorDate: Sat Mar 31 19:04:20 2018 + Commit: Fabian Groffen gentoo org> CommitDate: Sat Mar 31 19:04:20 2018 + URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=fe42f2a9 man/qlop: add some more/better documentation Bug: https://bugs.gentoo.org/335453 Bug: https://bugs.gentoo.org/367199 man/qlop.1 | 40 +++- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/man/qlop.1 b/man/qlop.1 index f8f0cdd..70fb411 100644 --- a/man/qlop.1 +++ b/man/qlop.1 @@ -1,57 +1,63 @@ -.TH qlop "1" "Mar 2016" "Gentoo Foundation" "qlop" +.TH qlop "1" "Mar 2018" "Gentoo Foundation" "qlop" .SH NAME qlop \- emerge log analyzer .SH SYNOPSIS .B qlop \fI[opts] \fR .SH DESCRIPTION - +qlop reads from $EMERGE_LOG_DIR/emerge.log and tries to extract +information about merges, unmerges and syncs. For packages, it can +calculate average merge times or just list them. .SH OPTIONS .TP \fB\-g\fR, \fB\-\-gauge\fR -Gauge number of times a package has been merged +Gauge number of times a package has been merged. This shows the merge +time for each individual merge of package. .TP \fB\-t\fR, \fB\-\-time\fR -Calculate merge time for a specific package +Calculate merge time for a specific package. This is the average time +for all merges of package. .TP \fB\-H\fR, \fB\-\-human\fR -Print seconds in human readable format (needs -t) +Print seconds in human readable format (needs -t), using minutes, hours +and days instead of just seconds. .TP \fB\-l\fR, \fB\-\-list\fR -Show merge history +Show merge history. .TP \fB\-u\fR, \fB\-\-unlist\fR -Show unmerge history +Show unmerge history. .TP \fB\-s\fR, \fB\-\-sync\fR -Show sync history +Show sync history. .TP \fB\-c\fR, \fB\-\-current\fR -Show current emerging packages +Show current emerging packages. This relies on FEATURES=sandbox in +order to detect running merges. .TP \fB\-d\fR \fI\fR, \fB\-\-date\fR \fI\fR -Limit selection to this time (1st -d is start, 2nd -d is end) +Limit selection to this time (1st -d is start, 2nd -d is end). .TP \fB\-f\fR \fI\fR, \fB\-\-logfile\fR \fI\fR -Read emerge logfile instead of $EMERGE_LOG_DIR/emerge.log +Read emerge logfile instead of $EMERGE_LOG_DIR/emerge.log. .TP \fB\-\-root\fR \fI\fR -Set the ROOT env var +Set the ROOT env var. .TP \fB\-v\fR, \fB\-\-verbose\fR -Make a lot of noise +Print package versions and revisions. .TP \fB\-q\fR, \fB\-\-quiet\fR -Tighter output; suppress warnings +Tighter output; suppress warnings. .TP \fB\-C\fR, \fB\-\-nocolor\fR -Don't output color +Don't output color. .TP \fB\-h\fR, \fB\-\-help\fR -Print this help and exit +Print this help and exit. .TP \fB\-V\fR, \fB\-\-version\fR -Print version and exit +Print version and exit. .SH "REPORTING BUGS" Please report bugs via http://bugs.gentoo.org/
[gentoo-commits] repo/gentoo:master commit in: dev-libs/qtkeychain/
commit: 74dfff12e33baac85ff7894c6b0675cb24cc3786 Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 16:10:37 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 19:00:43 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74dfff12 dev-libs/qtkeychain: keyword ~arm64 dev-libs/qtkeychain/qtkeychain-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/qtkeychain/qtkeychain-0.8.0.ebuild b/dev-libs/qtkeychain/qtkeychain-0.8.0.ebuild index 162b6fb21bc..3c29800f75b 100644 --- a/dev-libs/qtkeychain/qtkeychain-0.8.0.ebuild +++ b/dev-libs/qtkeychain/qtkeychain-0.8.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/frankosterfeld/${PN}/archive/v${PV}.tar.gz -> ${P}.t LICENSE="BSD" SLOT="0/1" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="gnome-keyring" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: net-misc/nextcloud-client/
commit: 70384af3aace9dd02cb220ec8dd64d0932ad8540 Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 16:17:43 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 19:00:50 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70384af3 net-misc/nextcloud-client: keyword ~arm64 Closes: https://github.com/gentoo/gentoo/pull/7751 net-misc/nextcloud-client/nextcloud-client-2.3.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/nextcloud-client/nextcloud-client-2.3.3.ebuild b/net-misc/nextcloud-client/nextcloud-client-2.3.3.ebuild index 9c1fb0aca24..78061d676ba 100644 --- a/net-misc/nextcloud-client/nextcloud-client-2.3.3.ebuild +++ b/net-misc/nextcloud-client/nextcloud-client-2.3.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 @@ -12,7 +12,7 @@ SRC_URI="http://download.owncloud.com/desktop/stable/owncloudclient-${PV}.tar.xz LICENSE="CC-BY-3.0 GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="doc dolphin nautilus samba +sftp shibboleth test" COMMON_DEPEND=">=dev-db/sqlite-3.4:3
[gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission/
commit: 1fd45301b15a0139473563e39e3818208b6ce026 Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 16:25:18 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 19:00:41 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd45301 net-p2p/transmission: keyword ~arm64 Closes: https://github.com/gentoo/gentoo/pull/7752 net-p2p/transmission/transmission-2.93.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/transmission/transmission-2.93.ebuild b/net-p2p/transmission/transmission-2.93.ebuild index 6c362c60ac8..3630df86035 100644 --- a/net-p2p/transmission/transmission-2.93.ebuild +++ b/net-p2p/transmission/transmission-2.93.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/transmission/transmission-releases/raw/master/${P}.t LICENSE="|| ( GPL-2 GPL-3 Transmission-OpenSSL-exception ) GPL-2 MIT" SLOT=0 IUSE="ayatana gtk libressl lightweight systemd qt5 xfs" -KEYWORDS="amd64 ~arm ~mips ppc ppc64 x86 ~x86-fbsd ~amd64-linux" +KEYWORDS="amd64 ~arm ~arm64 ~mips ppc ppc64 x86 ~x86-fbsd ~amd64-linux" RDEPEND=">=dev-libs/libevent-2.0.10:= !libressl? ( dev-libs/openssl:0= )
[gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc/
commit: 33884dd0a1267b71c83cb2c00c65a22e9e1af6ce Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 17:45:31 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 19:00:36 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33884dd0 net-misc/tigervnc: keyword ~arm64 Closes: https://github.com/gentoo/gentoo/pull/7758 net-misc/tigervnc/tigervnc-1.8.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/tigervnc/tigervnc-1.8.0-r2.ebuild b/net-misc/tigervnc/tigervnc-1.8.0-r2.ebuild index 0e9970a9ab5..7c2bb8fa5d0 100644 --- a/net-misc/tigervnc/tigervnc-1.8.0-r2.ebuild +++ b/net-misc/tigervnc/tigervnc-1.8.0-r2.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 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="+drm gnutls nls java +opengl pam server +xorgmodule xinerama dri3" CDEPEND="virtual/jpeg:0
[gentoo-commits] repo/gentoo:master commit in: dev-python/nautilus-python/
commit: b6b01ad02133bf5f46c9434cbc563cf5c0b8a339 Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 16:16:38 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 19:00:47 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b01ad0 dev-python/nautilus-python: keyword ~arm64 dev-python/nautilus-python/nautilus-python-1.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nautilus-python/nautilus-python-1.1-r2.ebuild b/dev-python/nautilus-python/nautilus-python-1.1-r2.ebuild index fddd91c9550..b47cb90fd45 100644 --- a/dev-python/nautilus-python/nautilus-python-1.1-r2.ebuild +++ b/dev-python/nautilus-python/nautilus-python-1.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ HOMEPAGE="https://projects.gnome.org/nautilus-python/; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 x86" +KEYWORDS="~alpha amd64 ~arm64 x86" IUSE="doc" REQUIRED_USE="${PYTHON_REQUIRED_USE}"
[gentoo-commits] repo/gentoo:master commit in: net-libs/libnatpmp/
commit: acb408d8488b57e2f7b22fd7af10073d55e90a8c Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 16:24:23 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 19:00:38 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb408d8 net-libs/libnatpmp: keyword ~arm64 net-libs/libnatpmp/libnatpmp-20150609.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libnatpmp/libnatpmp-20150609.ebuild b/net-libs/libnatpmp/libnatpmp-20150609.ebuild index 557cd58f561..f0b0e91989d 100644 --- a/net-libs/libnatpmp/libnatpmp-20150609.ebuild +++ b/net-libs/libnatpmp/libnatpmp-20150609.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" @@ -10,7 +10,7 @@ SRC_URI="http://miniupnp.free.fr/files/download.php?file=${P}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="static-libs" src_prepare() {
[gentoo-commits] repo/gentoo:master commit in: sys-fs/inotify-tools/
commit: 88771bab3bca82faea70750eceb1bb574207a5dc Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 16:14:48 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 19:00:45 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88771bab sys-fs/inotify-tools: keyword ~arm64 sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild b/sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild index 9f5d0f02a1c..e2c70630687 100644 --- a/sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild +++ b/sys-fs/inotify-tools/inotify-tools-3.20.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rvoicilas/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~mips ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~sparc ~x86" IUSE="doc" DEPEND="doc? ( app-doc/doxygen )"
[gentoo-commits] repo/gentoo:master commit in: x11-libs/fltk/
commit: ab74f70750c42abf8539a913bc0c61f4e18c053c Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 17:44:44 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 19:00:34 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab74f707 x11-libs/fltk: keyword ~arm64 x11-libs/fltk/fltk-1.3.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/fltk/fltk-1.3.4.ebuild b/x11-libs/fltk/fltk-1.3.4.ebuild index c31768f6fb4..b1786d70018 100644 --- a/x11-libs/fltk/fltk-1.3.4.ebuild +++ b/x11-libs/fltk/fltk-1.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="http://fltk.org/pub/${PN}/${PV}/${P}-source.tar.gz; SLOT="1" LICENSE="FLTK LGPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="cairo debug doc examples games +opengl static-libs +threads +xft +xinerama" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/pyopenssl/
commit: 47958782082a3dfc531946d76c06bde46dd6c7a2 Author: Matthew Thode gentoo org> AuthorDate: Sat Mar 31 18:57:55 2018 + Commit: Matt Thode gentoo org> CommitDate: Sat Mar 31 18:58:11 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47958782 dev-python/pyopenssl: 17.5.0 stable for arches I have access to test on Package-Manager: Portage-2.3.27, Repoman-2.3.9 dev-python/pyopenssl/pyopenssl-17.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyopenssl/pyopenssl-17.5.0.ebuild b/dev-python/pyopenssl/pyopenssl-17.5.0.ebuild index bb8c629191c..af0cd0c73bd 100644 --- a/dev-python/pyopenssl/pyopenssl-17.5.0.ebuild +++ b/dev-python/pyopenssl/pyopenssl-17.5.0.ebuild @@ -21,7 +21,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="doc examples test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/
commit: bdd3e66dc99358614524fd6ef499bd26f76f2413 Author: Matthew Thode gentoo org> AuthorDate: Sat Mar 31 18:50:26 2018 + Commit: Matt Thode gentoo org> CommitDate: Sat Mar 31 18:58:10 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd3e66d dev-python/cryptography: restablize for arches I have access to Package-Manager: Portage-2.3.27, Repoman-2.3.9 dev-python/cryptography/cryptography-2.1.4.ebuild | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/dev-python/cryptography/cryptography-2.1.4.ebuild b/dev-python/cryptography/cryptography-2.1.4.ebuild index 312a95c25ec..293255548bc 100644 --- a/dev-python/cryptography/cryptography-2.1.4.ebuild +++ b/dev-python/cryptography/cryptography-2.1.4.ebuild @@ -14,13 +14,23 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( Apache-2.0 BSD )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris" IUSE="libressl test" +# the openssl 1.0.2l-r1 needs to be updated again :( +# It'd theb be able to go into the || section again +#=dev-libs/openssl-1.0.2l-r1:0 +# the following is the original section, disallowing bindist entirely +#!libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist(-)] ) RDEPEND=" - !libressl? ( dev-libs/openssl:0= ( || ( dev-libs/openssl:0[-bindist(-)] - =dev-libs/openssl-1.0.2l-r1:0 - >=dev-libs/openssl-1.1.0g-r1:0 ) ) ) + !libressl? ( + dev-libs/openssl:0= ( + || ( + dev-libs/openssl:0[-bindist(-)] + >=dev-libs/openssl-1.1.0g-r1:0 + ) + ) + ) libressl? ( dev-libs/libressl ) $(python_gen_cond_dep '>=dev-python/cffi-1.7:=[${PYTHON_USEDEP}]' 'python*') $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 pypy{,3})
[gentoo-commits] repo/gentoo:master commit in: dev-lang/go/
commit: 9c3a4fa49ed30691a1d19bf33b78c0fe7658df57 Author: William Hubbs gentoo org> AuthorDate: Sat Mar 31 18:50:23 2018 + Commit: William Hubbs gentoo org> CommitDate: Sat Mar 31 18:51:15 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c3a4fa4 dev-lang/go: remove vulnerable versions for bug #647250 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-lang/go/Manifest| 3 - dev-lang/go/go-1.9.1.ebuild | 227 dev-lang/go/go-1.9.2.ebuild | 227 dev-lang/go/go-1.9.3.ebuild | 227 4 files changed, 684 deletions(-) diff --git a/dev-lang/go/Manifest b/dev-lang/go/Manifest index 35a76b7ee58..d778c19ca45 100644 --- a/dev-lang/go/Manifest +++ b/dev-lang/go/Manifest @@ -11,7 +11,4 @@ DIST go-linux-s390x-bootstrap-1.8.tbz 57124869 BLAKE2B 920a176b8f4fc3a816e724324 DIST go-solaris-amd64-bootstrap-1.8.tbz 54926326 BLAKE2B 0a45312f090d81ebf46fe5950cb65c059e2801394231e715e94145d1f918eb59b10472b2385e57ebd5cfb9eca0ad7290fb118436486b665520bb540970f971ab SHA512 52b849e5b9a940e10de7ba3df0ebdf6e1c5d631de9581d936c9edf8f38e6bb3314acbc2b2d5202b0528fde2a359d52bc0c6f39acf9b1b614725e4b4a947ed10d DIST go1.10.1.src.tar.gz 18305765 BLAKE2B 61b8db22c50b9a4653244dc18267f405607755932d84ea2c475338a9f4a5421da2bb8cc808dbd166aa35c3c8778180bf47d6e51ebe303bc62e582516919058f9 SHA512 13f6b0643a4f92eeca0b9fa10de38fc3427daea9aa3227cf9a5738ffee1a3f2e355ba5faf711b8506f7de118bdcd3b9064b65407a22613523e29ffd73415 DIST go1.10.src.tar.gz 18300467 BLAKE2B 2058c450fb72f008464381443d180902b9a0bb11691d112d16bcc1a3f5177bfc39d15ed4532c0d85997398b2f07e40c1f9fedf46f1d0e08c636af1e44bd8ef10 SHA512 59f089e1ffb2d3aba5ada329d4f0d1181c3c4f01fa64f19d0b753f8a989cb59cf290ad88d215cadc18ef99aba8518e44c9bc258c07eaffc834c55e4a37bd4651 -DIST go1.9.1.src.tar.gz 16377700 BLAKE2B 63558227bdbff43da788c43e082e54dfa0210e53de650b3e2a4ab09c55a9937a0d1fee66be8263653c2d8be774611f2485c7e673b8a5fbc7f7c0adc5fd4fdc1f SHA512 3c5d11089a54c61acd1a4fad9618ddb2058cc783a54564407ee50e37c864deaadfd5effeab623080c136a599096f448aae091ef41d0afca1abfcdb98adf4a793 -DIST go1.9.2.src.tar.gz 16383591 BLAKE2B 3ad9d0e7b6b817a4eab7ffcca30ba86a0e50e68ed028b11f54b8813f4b1a9a0598c79d501c733e7fbf77831c8f7df681692f9aa6b860b16a6288dcab59d40226 SHA512 1034098575c317eeaf648629690a4dea0c479a69c3b80d9917f6b96c8781ce79c0f29859f667dc4e07d47a44972aa09bd0163a458f897cf45f9d09eb03e4abb5 -DIST go1.9.3.src.tar.gz 16385451 BLAKE2B 0d16eba4d411a5ddb1915a305725e9762874568abb048cc5c8939e82481d7d530902d532b62c8fe10fe7e31465617171d17cb5aaf3ee51aa29b9a66837bf6874 SHA512 31c564af58b78c648c9bece8fa2ed3334feb80316b07b16f6286319e26d317da90d1af0464c3a2f776a3da72d31b22b063dbc620b93114bf142a11e8a625e527 DIST go1.9.4.src.tar.gz 16392325 BLAKE2B c5a503e8c539f31a1bbef9c6d89263b7214fb433476830c205153aa07ee0debc273eb004662f81cc6cd2d4d949af654a4f4db1c890530feadc90ce05e630 SHA512 1a7c830e07507ff7b89025adfb5c713444d97301f8ad47ef2564722c1e28186e946350f07e22777fbdd6f2f589c334eb01dfd589e97cb8a86f73669547badb0b diff --git a/dev-lang/go/go-1.9.1.ebuild b/dev-lang/go/go-1.9.1.ebuild deleted file mode 100644 index 6b538a0be4e..000 --- a/dev-lang/go/go-1.9.1.ebuild +++ /dev/null @@ -1,227 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -export CBUILD=${CBUILD:-${CHOST}} -export CTARGET=${CTARGET:-${CHOST}} - -MY_PV=${PV/_/} - -inherit toolchain-funcs - -BOOTSTRAP_DIST="https://dev.gentoo.org/~williamh/dist; -BOOTSTRAP_VERSION="bootstrap-1.8" -BOOTSTRAP_URI=" -amd64? ( ${BOOTSTRAP_DIST}/go-linux-amd64-${BOOTSTRAP_VERSION}.tbz ) -arm? ( ${BOOTSTRAP_DIST}/go-linux-arm-${BOOTSTRAP_VERSION}.tbz ) -arm64? ( ${BOOTSTRAP_DIST}/go-linux-arm64-${BOOTSTRAP_VERSION}.tbz ) -ppc64? ( - ${BOOTSTRAP_DIST}/go-linux-ppc64-${BOOTSTRAP_VERSION}.tbz - ${BOOTSTRAP_DIST}/go-linux-ppc64le-${BOOTSTRAP_VERSION}.tbz -) -s390? ( ${BOOTSTRAP_DIST}/go-linux-s390x-${BOOTSTRAP_VERSION}.tbz ) -x86? ( ${BOOTSTRAP_DIST}/go-linux-386-${BOOTSTRAP_VERSION}.tbz ) -amd64-fbsd? ( ${BOOTSTRAP_DIST}/go-freebsd-amd64-${BOOTSTRAP_VERSION}.tbz ) -x86-fbsd? ( ${BOOTSTRAP_DIST}/go-freebsd-386-${BOOTSTRAP_VERSION}.tbz ) -x64-macos? ( ${BOOTSTRAP_DIST}/go-darwin-amd64-${BOOTSTRAP_VERSION}.tbz ) -x64-solaris? ( ${BOOTSTRAP_DIST}/go-solaris-amd64-${BOOTSTRAP_VERSION}.tbz ) -" - -case ${PV} in -**) - EGIT_REPO_URI="https://github.com/golang/go.git; - inherit git-r3 - ;; -*) - SRC_URI="https://storage.googleapis.com/golang/go${MY_PV}.src.tar.gz " - S="${WORKDIR}"/go - case ${PV} in - *_beta*|*_rc*) ;; - *) - KEYWORDS="-* amd64 arm ~arm64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris" - # The upstream tests fail under portage but pass if the build is - # run according to their
[gentoo-commits] repo/gentoo:master commit in: net-fs/sshfs/
commit: 103e622b0da52406eaf563bbd7ff709bafb5f751 Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 17:36:23 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 18:49:32 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=103e622b net-fs/sshfs: keyword ~arm64 Closes: https://github.com/gentoo/gentoo/pull/7757 net-fs/sshfs/sshfs-2.10-r1.ebuild | 2 +- net-fs/sshfs/sshfs-3.3.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-fs/sshfs/sshfs-2.10-r1.ebuild b/net-fs/sshfs/sshfs-2.10-r1.ebuild index 687a6819045..4beedc9b7be 100644 --- a/net-fs/sshfs/sshfs-2.10-r1.ebuild +++ b/net-fs/sshfs/sshfs-2.10-r1.ebuild @@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/libfuse/sshfs; SRC_URI="https://github.com/libfuse/${PN}/releases/download/${P}/${P}.tar.gz; LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" SLOT="0" CDEPEND=">=sys-fs/fuse-2.6.0_pre3:0 diff --git a/net-fs/sshfs/sshfs-3.3.1.ebuild b/net-fs/sshfs/sshfs-3.3.1.ebuild index 5de09d00ec8..577eab09162 100644 --- a/net-fs/sshfs/sshfs-3.3.1.ebuild +++ b/net-fs/sshfs/sshfs-3.3.1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/libfuse/sshfs; SRC_URI="https://github.com/libfuse/${PN}/releases/download/${P}/${P}.tar.xz; LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" SLOT="0" CDEPEND=">=sys-fs/fuse-3.1.0:3
[gentoo-commits] repo/gentoo:master commit in: net-misc/youtube-dl/
commit: 7685876f48cbbc5ca8b3553485423d2a569ecbd1 Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 16:29:01 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 18:48:20 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7685876f net-misc/youtube-dl: keyword ~arm64 Closes: https://github.com/gentoo/gentoo/pull/7753 net-misc/youtube-dl/youtube-dl-2018.03.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/youtube-dl/youtube-dl-2018.03.20.ebuild b/net-misc/youtube-dl/youtube-dl-2018.03.20.ebuild index db51a779b02..cb6c9aff43e 100644 --- a/net-misc/youtube-dl/youtube-dl-2018.03.20.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2018.03.20.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz; LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="+offensive test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: app-arch/file-roller/
commit: 3cadca4053b2e4c9b5b6b3c908b26d764a2832ed Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 15:58:40 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 18:47:04 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cadca40 app-arch/file-roller: keyword ~arm64 Closes: https://github.com/gentoo/gentoo/pull/7750 app-arch/file-roller/file-roller-3.24.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/file-roller/file-roller-3.24.1.ebuild b/app-arch/file-roller/file-roller-3.24.1.ebuild index 61e1a7c6e37..e916e5b37d9 100644 --- a/app-arch/file-roller/file-roller-3.24.1.ebuild +++ b/app-arch/file-roller/file-roller-3.24.1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller; LICENSE="GPL-2+ CC-BY-SA-3.0" SLOT="0" IUSE="libnotify nautilus packagekit" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" # gdk-pixbuf used extensively in the source # cairo used in eggtreemultidnd.c
[gentoo-commits] repo/gentoo:master commit in: app-editors/gummi/
commit: 2b6e36f6436203eb43704935e9b763b54a434951 Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 15:55:14 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 18:41:51 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6e36f6 app-editors/gummi: keyword ~arm64 Closes: https://github.com/gentoo/gentoo/pull/7749 app-editors/gummi/gummi-0.6.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/gummi/gummi-0.6.6-r1.ebuild b/app-editors/gummi/gummi-0.6.6-r1.ebuild index 1c0c17e25b5..e1b1546fc67 100644 --- a/app-editors/gummi/gummi-0.6.6-r1.ebuild +++ b/app-editors/gummi/gummi-0.6.6-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/alexandervdm/${PN}/archive/${PV}.tar.gz -> ${P}.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: sys-power/acpid/
commit: 89fa125bec35c52237a27f87fe4b6a1d901e6843 Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 13:38:29 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 18:40:05 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89fa125b sys-power/acpid: keyword ~arm64 Closes: https://github.com/gentoo/gentoo/pull/7741 sys-power/acpid/acpid-2.0.28.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-power/acpid/acpid-2.0.28.ebuild b/sys-power/acpid/acpid-2.0.28.ebuild index 766c975e51a..d55a1952ea6 100644 --- a/sys-power/acpid/acpid-2.0.28.ebuild +++ b/sys-power/acpid/acpid-2.0.28.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ia64 x86" +KEYWORDS="amd64 ~arm64 ia64 x86" IUSE="selinux" RDEPEND="selinux? ( sec-policy/selinux-apm )"
[gentoo-commits] repo/gentoo:master commit in: x11-misc/xdotool/
commit: abdd5a972b69b47b31edd771300bb03c79b2dba0 Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 13:44:06 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 18:40:08 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abdd5a97 x11-misc/xdotool: keyword ~arm64 Closes: https://github.com/gentoo/gentoo/pull/7743 x11-misc/xdotool/xdotool-3.20160805.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/xdotool/xdotool-3.20160805.1.ebuild b/x11-misc/xdotool/xdotool-3.20160805.1.ebuild index ab667f7dce1..5fbc2ab8e12 100644 --- a/x11-misc/xdotool/xdotool-3.20160805.1.ebuild +++ b/x11-misc/xdotool/xdotool-3.20160805.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/jordansissel/xdotool/releases/download/v${PV}/${P}.t LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" IUSE="examples" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: app-editors/gvim/
commit: 2832badce6ca49067ae9939f1493a7fe68ed182c Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 15:49:56 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 18:40:10 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2832badc app-editors/gvim: keyword ~arm64 Closes: https://github.com/gentoo/gentoo/pull/7748 app-editors/gvim/gvim-8.0.1645.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/gvim/gvim-8.0.1645.ebuild b/app-editors/gvim/gvim-8.0.1645.ebuild index 1de46facaa9..7b9da4cf8c2 100644 --- a/app-editors/gvim/gvim-8.0.1645.ebuild +++ b/app-editors/gvim/gvim-8.0.1645.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} == * ]]; then else SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> vim-${PV}.tar.gz https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2; - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" fi DESCRIPTION="GUI version of the Vim text editor"
[gentoo-commits] repo/gentoo:master commit in: sci-calculators/speedcrunch/
commit: 8a1d5934d22f2e1a138c301b1c3b3cd2007b495c Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 13:34:57 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 18:40:03 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1d5934 sci-calculators/speedcrunch: keyword ~arm64 Closes: https://github.com/gentoo/gentoo/pull/7740 sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild b/sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild index da111d97a3b..2214915fea6 100644 --- a/sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild +++ b/sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://bitbucket.org/heldercorreia/${PN}/get/release-${PV}.tar.gz -> $ LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="doc ${PLOCALES[@]/#/l10n_}" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-util/hadolint/
commit: 63190a5a336e4b3c23377e332888fa73b6a158c1 Author: Manuel Rüger gentoo org> AuthorDate: Sat Mar 31 18:38:48 2018 + Commit: Manuel Rüger gentoo org> CommitDate: Sat Mar 31 18:38:48 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63190a5a dev-util/hadolint: Version bump to 1.6.1 Package-Manager: Portage-2.3.27, Repoman-2.3.9 dev-util/hadolint/Manifest | 1 + dev-util/hadolint/hadolint-1.6.1.ebuild | 41 + 2 files changed, 42 insertions(+) diff --git a/dev-util/hadolint/Manifest b/dev-util/hadolint/Manifest index 7abc6aca7d7..41b1d18cc61 100644 --- a/dev-util/hadolint/Manifest +++ b/dev-util/hadolint/Manifest @@ -1,3 +1,4 @@ DIST hadolint-1.3.0.tar.gz 27014 BLAKE2B 9142319c8c275e78890ebaa002817a6d9b6beb5df0caf48000276d4f4fc6df780f6474790dae83c2d45074d5752b9dd482cc9b3266e4f404256144b53719db72 SHA512 6ac01e354849336375efba67870ba655e14424919d6c8d3c40ee246c7ddf1b2946a5d8a74d8bbaba45a2827895f9a18f6dbc042e41b2c44f97be3c615546f27c DIST hadolint-1.4.0.tar.gz 28384 BLAKE2B ee5fb556d99375b0628dd8eade076e98899301a122cec9cda1b1198da150b7a5ea1bae84e6550ab05efe0d079e926a7e16f76d873203be3e03ca428f1201a6d9 SHA512 a91c72bf08f98696ac7267268f10293837da402d3d71e042d9bde69affdbc7d0c42bcbd30756a84bbb021d100f1a200362c9fc28c5fbba87903b4cbf695931d2 DIST hadolint-1.5.0.tar.gz 31002 BLAKE2B 889885192f8ae12c468b90923948970d617bb5dc0156efa615e8ef750b3940b66d84215a21d0dca11ee7176f12b32c47a35a763035c9c2023bb8dc83b2b0af69 SHA512 19e246d82670e27751729394ba73ef03260525eedb0dbe26a605dd2c30e95386bafb85f9063a94d3a3e8b47fb05c248bdd6fda0ef9cf95285b1ec0ef54ad6d15 +DIST hadolint-1.6.1.tar.gz 32674 BLAKE2B b7b3bc664848806d2316053724a91d0276e8af8c0324b31c2b3c2ae48b247e2092473170bc0f8ffcd76cf3b91e3c17e0e9b7b5f47c1eb416d23d01b29b454182 SHA512 ed79861d0938327ebeac8a8162d3a76257a22829d6188512bb43d5312327e39f31ff960d85e7d5c367a377c0a21e7df637e6d40448415752f132cf385ab8bfa2 diff --git a/dev-util/hadolint/hadolint-1.6.1.ebuild b/dev-util/hadolint/hadolint-1.6.1.ebuild new file mode 100644 index 000..9a011ff9f34 --- /dev/null +++ b/dev-util/hadolint/hadolint-1.6.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# ebuild generated by hackport 0.5.5 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Dockerfile Linter JavaScript API" +HOMEPAGE="https://github.com/hadolint/hadolint; +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/aeson:=[profile?] + dev-haskell/dlist:=[profile?] + >=dev-haskell/gitrev-1.3.1:=[profile?] + >=dev-haskell/language-docker-3.0.0:=[profile?] + dev-haskell/optparse-applicative:=[profile?] + >=dev-haskell/parsec-3.1:=[profile?] + >=dev-haskell/split-0.2:=[profile?] + dev-haskell/text:=[profile?] + dev-haskell/yaml:=[profile?] + >=dev-lang/ghc-8.0.2:= + >=dev-util/shellcheck-0.4.7:=[profile?] +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.24.2.0 + test? ( dev-haskell/hspec + >=dev-haskell/hunit-1.2 ) +" + +src_prepare() { + default + sed -i -e "s/-static//" ${PN}.cabal || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-haskell/language-docker/
commit: ec2390ba9e53e90811653f5338a4aa3953ec54b4 Author: Manuel Rüger gentoo org> AuthorDate: Sat Mar 31 18:33:01 2018 + Commit: Manuel Rüger gentoo org> CommitDate: Sat Mar 31 18:33:31 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec2390ba dev-haskell/language-docker: Version bump to 4.0.1 Package-Manager: Portage-2.3.27, Repoman-2.3.9 dev-haskell/language-docker/Manifest | 1 + .../language-docker/language-docker-4.0.1.ebuild | 34 ++ 2 files changed, 35 insertions(+) diff --git a/dev-haskell/language-docker/Manifest b/dev-haskell/language-docker/Manifest index 9c1938ba2eb..02c6f236110 100644 --- a/dev-haskell/language-docker/Manifest +++ b/dev-haskell/language-docker/Manifest @@ -1 +1,2 @@ DIST language-docker-2.0.1.tar.gz 31658 BLAKE2B d2f4ed51db1f6367ccb53aafc25e7473d4b7b1cf1b0d4f4e0692ca5db4b2f245ade1b80b37f9989c0a50be6b76996107c1b8e06024981e68ed1c9d96fb2f209d SHA512 f716f99dc23bf9e0de68e658330ee90befb3724a53ae97604c9a8369535db679dd9a5851c2961996619f4a3cf3ea462df487063a3e08afff7cd0c47538fc624a +DIST language-docker-4.0.1.tar.gz 32259 BLAKE2B a222009b1beecd515f6b5b769f665c688c166fac3c15a9ebc156e3f0308699f5d615a4146d3f0de0be2ec7e08891bffbc813905db8bf59f43b0e0f93b982 SHA512 39732c7e8055abf27d22d2ca9d838b97b85d5d3df715a9f28e2550083f5f60e61b98c0cbbe00be46e0bcdf2289a5aa7a02f1ae2adb404ee6589ba903a4424639 diff --git a/dev-haskell/language-docker/language-docker-4.0.1.ebuild b/dev-haskell/language-docker/language-docker-4.0.1.ebuild new file mode 100644 index 000..1d5bec781d8 --- /dev/null +++ b/dev-haskell/language-docker/language-docker-4.0.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# ebuild generated by hackport 0.5.5 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Dockerfile parser, pretty-printer and embedded DSL" +HOMEPAGE="https://github.com/hadolint/language-docker#readme; +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/free:=[profile?] + dev-haskell/mtl:=[profile?] + >=dev-haskell/parsec-3.1:=[profile?] + >=dev-haskell/split-0.2:=[profile?] + dev-haskell/text:=[profile?] + dev-haskell/th-lift:=[profile?] + >=dev-lang/ghc-7.10.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.22.2.0 + test? ( dev-haskell/glob + dev-haskell/hspec + >=dev-haskell/hunit-1.2 + dev-haskell/quickcheck ) +"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/activemodel/, dev-ruby/activerecord/, dev-ruby/actionmailer/, ...
commit: 4c9291aaee83f8c60cc9f77ba7a2bdc533175d3f Author: Hans de Graaff gentoo org> AuthorDate: Sat Mar 31 18:14:06 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Mar 31 18:32:58 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9291aa dev-ruby/rails: cleanup rails 5.1.2 and 5.1.3 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/actioncable/Manifest | 2 - dev-ruby/actioncable/actioncable-5.1.2.ebuild | 45 - dev-ruby/actioncable/actioncable-5.1.3.ebuild | 45 - dev-ruby/actionmailer/Manifest| 2 - dev-ruby/actionmailer/actionmailer-5.1.2.ebuild | 46 - dev-ruby/actionmailer/actionmailer-5.1.3.ebuild | 46 - dev-ruby/actionpack/Manifest | 2 - dev-ruby/actionpack/actionpack-5.1.2.ebuild | 65 --- dev-ruby/actionpack/actionpack-5.1.3.ebuild | 56 dev-ruby/actionview/Manifest | 2 - dev-ruby/actionview/actionview-5.1.2.ebuild | 55 dev-ruby/actionview/actionview-5.1.3.ebuild | 55 dev-ruby/activejob/Manifest | 2 - dev-ruby/activejob/activejob-5.1.2.ebuild | 45 - dev-ruby/activejob/activejob-5.1.3.ebuild | 45 - dev-ruby/activemodel/Manifest | 2 - dev-ruby/activemodel/activemodel-5.1.2.ebuild | 44 - dev-ruby/activemodel/activemodel-5.1.3.ebuild | 44 - dev-ruby/activerecord/Manifest| 2 - dev-ruby/activerecord/activerecord-5.1.2.ebuild | 79 --- dev-ruby/activerecord/activerecord-5.1.3.ebuild | 79 --- dev-ruby/activesupport/Manifest | 2 - dev-ruby/activesupport/activesupport-5.1.2.ebuild | 65 --- dev-ruby/activesupport/activesupport-5.1.3.ebuild | 65 --- dev-ruby/rails/Manifest | 2 - dev-ruby/rails/rails-5.1.2.ebuild | 44 - dev-ruby/rails/rails-5.1.3.ebuild | 44 - dev-ruby/railties/Manifest| 2 - dev-ruby/railties/railties-5.1.2.ebuild | 71 dev-ruby/railties/railties-5.1.3.ebuild | 71 30 files changed, 1129 deletions(-) diff --git a/dev-ruby/actioncable/Manifest b/dev-ruby/actioncable/Manifest index 2793d4d0670..d28fec01063 100644 --- a/dev-ruby/actioncable/Manifest +++ b/dev-ruby/actioncable/Manifest @@ -1,7 +1,5 @@ DIST rails-5.0.6.tgz 6043860 BLAKE2B ae5c1e6df39575a40001ea8b009c39ed414661b1458934efad44e50cb48f3f9906150560008fd3eac39a627c14a32ac3e5f7366b62596d13df11e579beddac6c SHA512 3487db6d59e65a0abe56bf9edfc343a0e0e78119b2bb08f333c8203840ae33897030897d2677d4a28257b479b605b2679ffb7b5d21c724557142023fdb723410 DIST rails-5.0.7.tgz 6051560 BLAKE2B d5090b2e6c3fb9b7ca460c7439a94d6633ab7bad3cef42ab23851b0127d6b8cf6a34eb3b967c7c9b7ba5bd1d10e483f4c76a60fc06772d567a258b237a449fe6 SHA512 c3f1b882f4679967597c7ecfa3469e8f1dc52f618d26324b292bcd0ed8c854ec93a7570e12cab8becfb9a7ce04bb7e08f9ad353d35f8cfb954bc2144bf093e55 DIST rails-5.1.1.tgz 6124695 BLAKE2B 6a02843a036594d02aee37413713950f495db24651df49be3866e2df989d464a23ac5865081d243e6c6525837fb33099c46b6009cc667d0e03444cbcf9631588 SHA512 fd62506eac440f1ad9b37f20c7c712733440bc2ee676390c02e3bd50b912fe0fd53e8092c23664d47818ee62583568c6e20d2bfd5eff6d22a005289bb3bb258f -DIST rails-5.1.2.tgz 6124489 BLAKE2B a7d71b99f1b9eb33e76c7941909407be0a3b086581bf3ddb4fe811a6b91bb129edb504c6fe3593a3b347ab035f7325e8e497b926a24b699a56725f89161e942e SHA512 95072d06ce19726343758f4dbdac96728598e31be0a0560f240511bf043aab47d55530ef47bd9b390aa61b5e0ad6e142781ed7167ce7f2cf11d22a71127d7872 -DIST rails-5.1.3.tgz 6130089 BLAKE2B f61c016af6f5336726127372c1dd3d85088e11c0b58998ce40155b09087dcdb341a15d3ff57692d744538b571337a2e1e278542590d82077a35dc1e336539f85 SHA512 5aa9f7e5211e8dd36b7bb54ab7dc0e88241253ab560355497da2eff9c5bae5dab877640ce8e066fd637e145752af7e1942743359ab8028e6376bc905a9b18236 DIST rails-5.1.4.tgz 6132874 BLAKE2B ec5642b860b7c18cea2c56aa5e2a652e28ab08d39c5863dc4ee66fd3caf375e55706e4317ecae5bfc5581922cf1549c38c22529d2e44a98c84cde332491e49cc SHA512 8f0837e0a2c5b0189375f10310a6e6b43e32f1fecc503582efc6490436c943e774495262e508e4ca1a1874132ae6e4a541e81c06f0d8f6fe8ab85bd2fd10d4fc DIST rails-5.1.5.tgz 6142269 BLAKE2B e31b6fb39df4a5cbfa9acd31058b018f5eb8d45d0886d9cb1de5d7de9ed082b67f27d257ac8eeffb0a2663466bc958c72d63309f0a68989d189a11510e835e3e SHA512 8fde1b043976c6bd69235ccbfc1f4ab593fa0cb7ec0dc0cbafcbd2727dfd1b405cc6131e41cc40871bc893cc64f524a347dd91efd1816b724deb5ca1cf879c63 diff --git a/dev-ruby/actioncable/actioncable-5.1.2.ebuild b/dev-ruby/actioncable/actioncable-5.1.2.ebuild deleted file mode 100644 index 611bac0920f..000 ---
[gentoo-commits] proj/portage-utils:master commit in: tests/qlop/, /
commit: 9b91c470b01b140c71d1cad71460c63c50faa342 Author: Fabian Groffen gentoo org> AuthorDate: Sat Mar 31 18:27:19 2018 + Commit: Fabian Groffen gentoo org> CommitDate: Sat Mar 31 18:27:19 2018 + URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=9b91c470 qlop: document and format to fit on 80 chars, some style qlop.c | 99 +++--- tests/qlop/aborts.log | 71 tests/qlop/list09.good | 3 ++ 3 files changed, 136 insertions(+), 37 deletions(-) diff --git a/qlop.c b/qlop.c index c01b3be..c7ad42f 100644 --- a/qlop.c +++ b/qlop.c @@ -89,6 +89,7 @@ show_merge_times(char *package, const char *logfile, int average, char human_rea count = merge_time = 0; cat[0] = 0; + /* setup cat and pkg vars */ if ((p = strchr(package, '/')) != NULL) { pkg = p + 1; strncpy(cat, package, sizeof(cat)); @@ -103,51 +104,62 @@ show_merge_times(char *package, const char *logfile, int average, char human_rea return 1; } + /* loop over lines searching for cat/pkg */ while (fgets(buf[0], sizeof(buf[0]), fp) != NULL) { - if (strstr(buf[0], pkg) == NULL) - continue; - if ((p = strchr(buf[0], '\n')) != NULL) - *p = 0; + *p = '\0'; if ((p = strchr(buf[0], ':')) == NULL) continue; - *p = 0; + *p++ = '\0'; + if (strstr(p, pkg) == NULL) + continue; + t[0] = atol(buf[0]); if (t[0] < start_time || t[0] > end_time) continue; - strcpy(buf[1], p + 1); + + /* copy message (stripping timestamp) */ + strncpy(buf[1], p, BUFSIZ); rmspace(buf[1]); if (strncmp(buf[1], ">>> emerge (", 12) == 0) { + /* construct the matching end marker */ snprintf(ep, BUFSIZ, "completed %s", [1][4]); - char matched = 0; - if ((p = strchr(buf[1], ')')) == NULL) + /* skip over "(X of Y)" */ + if ((p = strchr(buf[1], ')')) == NULL) { + *ep = '\0'; continue; - *p = 0; - strcpy(buf[0], p + 1); + } + *p++ = '\0'; + + /* get the package as atom */ + strncpy(buf[0], p, BUFSIZ); rmspace(buf[0]); - if ((p = strchr(buf[0], ' ')) == NULL) + if ((p = strchr(buf[0], ' ')) == NULL) { + *ep = '\0'; continue; - *p = 0; - if ((atom = atom_explode(buf[0])) == NULL) + } + *p = '\0'; + if ((atom = atom_explode(buf[0])) == NULL) { + *ep = '\0'; continue; + } - if (*cat) { - if ((strcmp(cat, atom->CATEGORY) == 0) && (strcmp(pkg, atom->PN) == 0)) - matched = 1; - } else if (strcmp(pkg, atom->PN) == 0) - matched = 1; - - if (matched) { + /* match atom against our search */ + if ((*cat && ((strcmp(cat, atom->CATEGORY) == 0) && + (strcmp(pkg, atom->PN) == 0))) || + (strcmp(pkg, atom->PN) == 0)) + { parallel_emerge = 0; while (fgets(buf[0], sizeof(buf[0]), fp) != NULL) { if ((p = strchr(buf[0], '\n')) != NULL) - *p = 0; + *p = '\0'; if ((p = strchr(buf[0], ':')) == NULL) continue; - *p = 0; + *p++ = '\0'; + t[1] = atol(buf[0]); - strcpy(buf[1], p + 1); + strcpy(buf[1], p); rmspace(buf[1]); if (strncmp(buf[1], "Started emerge on:", 18) == 0) { @@ -166,19 +178,25 @@ show_merge_times(char *package, const char *logfile, int
[gentoo-commits] proj/portage-utils:master commit in: /, tests/qlop/
commit: d5ad743480ae05fcfb6e92d29007402a7d7554ef Author: Fabian Groffen gentoo org> AuthorDate: Sat Mar 31 18:28:17 2018 + Commit: Fabian Groffen gentoo org> CommitDate: Sat Mar 31 18:28:17 2018 + URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=d5ad7434 qlop: fix false detection of end for aborted merge, bug #470168 When a merge gets aborted, ensure we forget about it if we find about that same package later in another merge run. Bug: https://bugs.gentoo.org/470168 qlop.c| 1 + tests/qlop/dotest | 3 +++ 2 files changed, 4 insertions(+) diff --git a/qlop.c b/qlop.c index c7ad42f..464a488 100644 --- a/qlop.c +++ b/qlop.c @@ -200,6 +200,7 @@ show_merge_times(char *package, const char *logfile, int average, char human_rea parallel_emerge--; /* update the main emerge reference data */ snprintf(ep, BUFSIZ, "completed %s", [1][4]); + t[0] = t[1]; continue; } } diff --git a/tests/qlop/dotest b/tests/qlop/dotest index ea4052d..ac30924 100755 --- a/tests/qlop/dotest +++ b/tests/qlop/dotest @@ -43,6 +43,9 @@ test 06 0 "qlop -l -f ${as}/sync.log -d 2005-01-01" test 07 0 "qlop -l -f ${as}/sync.log -d '%d %Y %m|01 2005 01'" test 08 0 "qlop -l -f ${as}/sync.log -d 1104898893" +# deal with aborted merges +test 09 0 "qlop -Htgv automake -f ${as}/aborts.log" + cleantmpdir end
[gentoo-commits] repo/gentoo:master commit in: dev-perl/DBD-SQLite/
commit: e1c0b416dee59c0643ab52f42ec8dcb09e1f1440 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Mar 31 18:29:53 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Mar 31 18:29:58 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c0b416 dev-perl/DBD-SQLite: stable 1.540.0-r1 for ppc64, bug #647692 Package-Manager: Portage-2.3.27, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64" dev-perl/DBD-SQLite/DBD-SQLite-1.540.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.540.0-r1.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.540.0-r1.ebuild index 1307286e983..4aaa51764c3 100644 --- a/dev-perl/DBD-SQLite/DBD-SQLite-1.540.0-r1.ebuild +++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.540.0-r1.ebuild @@ -16,7 +16,7 @@ SRC_URI="${SRC_URI} https://dev.gentoo.org/~kentnl/distfiles/${PN}-${PATCH_TAG}.tar.xz " SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="test system-sqlite" # NB: Get min sqlite version from sqlite3.c
[gentoo-commits] repo/gentoo:master commit in: app-admin/kubectx/
commit: 6ac8fe80aa81d19f535ebe76154bc64cae2e4ba1 Author: Manuel Rüger gentoo org> AuthorDate: Sat Mar 31 18:27:46 2018 + Commit: Manuel Rüger gentoo org> CommitDate: Sat Mar 31 18:27:46 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac8fe80 app-admin/kubectx: Version bump to 0.4.1 Package-Manager: Portage-2.3.27, Repoman-2.3.9 app-admin/kubectx/Manifest | 1 + app-admin/kubectx/kubectx-0.4.1.ebuild | 28 2 files changed, 29 insertions(+) diff --git a/app-admin/kubectx/Manifest b/app-admin/kubectx/Manifest index 828e2504fe4..7e085c934a0 100644 --- a/app-admin/kubectx/Manifest +++ b/app-admin/kubectx/Manifest @@ -1 +1,2 @@ DIST kubectx-0.4.0_p20180118.tar.gz 398084 BLAKE2B fda8cae93e221fc4732b7cedbd44465541cdd7f31b29fbbfde781ea34b2c2d644ad6735d6bf7fa1ebcf04cc2b9dc3ac8e883808cd04c8a256b004a3293cee240 SHA512 04123596724dfc4dacc0beb578c716a3909d98d7df7dbf3c1439b5bb29ac14ea7b366be3e2252550ed89474c58ce83b028af79b0cd288f1ecd62c6c3f2729f62 +DIST kubectx-0.4.1.tar.gz 397910 BLAKE2B 60b0ac75cf6358a3660c3e59f85e5c27a670095ad973edbf2b53350726b48f1036aa90dd999cf149c10956a43692389ab2e87c63bce3b711ae2c7cb894157753 SHA512 dcaf1c8f71f69037f9341ff29befb2507d7bfa11a25e6e864000b802fe1221d6b47f2f78faa6c490711e65d0dda4b289e5ed1ffc261e4d2142054f48d1aac140 diff --git a/app-admin/kubectx/kubectx-0.4.1.ebuild b/app-admin/kubectx/kubectx-0.4.1.ebuild new file mode 100644 index 000..bcdb869a0ef --- /dev/null +++ b/app-admin/kubectx/kubectx-0.4.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vcs-snapshot bash-completion-r1 + +DESCRIPTION="Fast way to switch between clusters and namespaces in kubectl" +HOMEPAGE="https://github.com/ahmetb/kubectx; +SRC_URI="https://github.com/ahmetb/kubectx/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="sys-cluster/kubectl" + +src_install() { + dobin kubectx kubens + + insinto /usr/share/zsh/site-functions + newins completion/kubectx.zsh _kubectx + newins completion/kubens.zsh _kubens + + newbashcomp completion/kubectx.bash kubectx + newbashcomp completion/kubens.bash kubens +}
[gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
commit: 08b5343a2093ac82558565ab182df80d7d42c831 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Mar 31 18:24:10 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Mar 31 18:24:10 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b5343a media-gfx/sane-frontends: stable 1.0.14-r3 for ppc64, bug #647524 Package-Manager: Portage-2.3.27, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64" media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild index 1521775203a..7a660c37865 100644 --- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild +++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.sane-project.org/pub/sane/${P}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ~ppc ppc64 sparc x86" IUSE="gimp gtk" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-lang/go/
commit: 86c7faa85ac4383a8083c7fa91296524e5b8136e Author: William Hubbs gentoo org> AuthorDate: Sat Mar 31 18:04:21 2018 + Commit: William Hubbs gentoo org> CommitDate: Sat Mar 31 18:20:06 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c7faa8 dev-lang/go: 1.10.1 security bump for bug #650014 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --force dev-lang/go/Manifest | 1 + dev-lang/go/go-1.10.1.ebuild | 228 +++ 2 files changed, 229 insertions(+) diff --git a/dev-lang/go/Manifest b/dev-lang/go/Manifest index bda36bca360..35a76b7ee58 100644 --- a/dev-lang/go/Manifest +++ b/dev-lang/go/Manifest @@ -9,6 +9,7 @@ DIST go-linux-ppc64-bootstrap-1.8.tbz 52315782 BLAKE2B 6be0a48e8bc4e5fed4d34f8aa DIST go-linux-ppc64le-bootstrap-1.8.tbz 52211575 BLAKE2B 7a28ec5a381369c4e9415c8360e904c2545380513afd328077c584e8af0bf6bd818aa03e5a58c350cbb98facc1c9dccb02b06adcb27233875497cf5d33265912 SHA512 6931d999dd0ee1ff44c4cec48acb27af061f57f87aa74802dcebab78553b46bc8ac732f07fe91e5074dbdd32c55b707994875934bfb12bb4276d71eb1d06c4ba DIST go-linux-s390x-bootstrap-1.8.tbz 57124869 BLAKE2B 920a176b8f4fc3a816e724324bbb30a383d599e31a0d2093d24797dbcd0e799a662a3589dbb87d2f5dd16df07c4cf8f1e444e87b540ec732746bb025dc9271f8 SHA512 d429cae870d66217ab2e07c74209d3031d97baa4f899b4d70ae6283a1a5b1434b037904c4cfca0b2bc798d5ba0b358c3739e000eccbc74809baf564c5686df5a DIST go-solaris-amd64-bootstrap-1.8.tbz 54926326 BLAKE2B 0a45312f090d81ebf46fe5950cb65c059e2801394231e715e94145d1f918eb59b10472b2385e57ebd5cfb9eca0ad7290fb118436486b665520bb540970f971ab SHA512 52b849e5b9a940e10de7ba3df0ebdf6e1c5d631de9581d936c9edf8f38e6bb3314acbc2b2d5202b0528fde2a359d52bc0c6f39acf9b1b614725e4b4a947ed10d +DIST go1.10.1.src.tar.gz 18305765 BLAKE2B 61b8db22c50b9a4653244dc18267f405607755932d84ea2c475338a9f4a5421da2bb8cc808dbd166aa35c3c8778180bf47d6e51ebe303bc62e582516919058f9 SHA512 13f6b0643a4f92eeca0b9fa10de38fc3427daea9aa3227cf9a5738ffee1a3f2e355ba5faf711b8506f7de118bdcd3b9064b65407a22613523e29ffd73415 DIST go1.10.src.tar.gz 18300467 BLAKE2B 2058c450fb72f008464381443d180902b9a0bb11691d112d16bcc1a3f5177bfc39d15ed4532c0d85997398b2f07e40c1f9fedf46f1d0e08c636af1e44bd8ef10 SHA512 59f089e1ffb2d3aba5ada329d4f0d1181c3c4f01fa64f19d0b753f8a989cb59cf290ad88d215cadc18ef99aba8518e44c9bc258c07eaffc834c55e4a37bd4651 DIST go1.9.1.src.tar.gz 16377700 BLAKE2B 63558227bdbff43da788c43e082e54dfa0210e53de650b3e2a4ab09c55a9937a0d1fee66be8263653c2d8be774611f2485c7e673b8a5fbc7f7c0adc5fd4fdc1f SHA512 3c5d11089a54c61acd1a4fad9618ddb2058cc783a54564407ee50e37c864deaadfd5effeab623080c136a599096f448aae091ef41d0afca1abfcdb98adf4a793 DIST go1.9.2.src.tar.gz 16383591 BLAKE2B 3ad9d0e7b6b817a4eab7ffcca30ba86a0e50e68ed028b11f54b8813f4b1a9a0598c79d501c733e7fbf77831c8f7df681692f9aa6b860b16a6288dcab59d40226 SHA512 1034098575c317eeaf648629690a4dea0c479a69c3b80d9917f6b96c8781ce79c0f29859f667dc4e07d47a44972aa09bd0163a458f897cf45f9d09eb03e4abb5 diff --git a/dev-lang/go/go-1.10.1.ebuild b/dev-lang/go/go-1.10.1.ebuild new file mode 100644 index 000..ca35487e101 --- /dev/null +++ b/dev-lang/go/go-1.10.1.ebuild @@ -0,0 +1,228 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +export CBUILD=${CBUILD:-${CHOST}} +export CTARGET=${CTARGET:-${CHOST}} + +MY_PV=${PV/_/} + +inherit toolchain-funcs + +BOOTSTRAP_DIST="https://dev.gentoo.org/~williamh/dist; +BOOTSTRAP_VERSION="bootstrap-1.8" +BOOTSTRAP_URI=" +amd64? ( ${BOOTSTRAP_DIST}/go-linux-amd64-${BOOTSTRAP_VERSION}.tbz ) +arm? ( ${BOOTSTRAP_DIST}/go-linux-arm-${BOOTSTRAP_VERSION}.tbz ) +arm64? ( ${BOOTSTRAP_DIST}/go-linux-arm64-${BOOTSTRAP_VERSION}.tbz ) +ppc64? ( + ${BOOTSTRAP_DIST}/go-linux-ppc64-${BOOTSTRAP_VERSION}.tbz + ${BOOTSTRAP_DIST}/go-linux-ppc64le-${BOOTSTRAP_VERSION}.tbz +) +s390? ( ${BOOTSTRAP_DIST}/go-linux-s390x-${BOOTSTRAP_VERSION}.tbz ) +x86? ( ${BOOTSTRAP_DIST}/go-linux-386-${BOOTSTRAP_VERSION}.tbz ) +amd64-fbsd? ( ${BOOTSTRAP_DIST}/go-freebsd-amd64-${BOOTSTRAP_VERSION}.tbz ) +x86-fbsd? ( ${BOOTSTRAP_DIST}/go-freebsd-386-${BOOTSTRAP_VERSION}.tbz ) +x64-macos? ( ${BOOTSTRAP_DIST}/go-darwin-amd64-${BOOTSTRAP_VERSION}.tbz ) +x64-solaris? ( ${BOOTSTRAP_DIST}/go-solaris-amd64-${BOOTSTRAP_VERSION}.tbz ) +" + +case ${PV} in +**) + EGIT_REPO_URI="https://github.com/golang/go.git; + inherit git-r3 + ;; +*) + SRC_URI="https://storage.googleapis.com/golang/go${MY_PV}.src.tar.gz " + S="${WORKDIR}"/go + case ${PV} in + *_beta*|*_rc*) ;; + *) + KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris" + # The upstream tests fail under portage but pass if the build is + # run according to their documentation [1]. + # I am restricting the tests on released versions until this is +
[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/
commit: 61e37cfcad576b626dcd70296046d7686b2d1a8d Author: Hans de Graaff gentoo org> AuthorDate: Sat Mar 31 16:37:40 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Mar 31 18:12:07 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61e37cfc app-emacs/ghub: use correct LICENSE, thanks to ulm Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-emacs/ghub/ghub-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/ghub/ghub-2.0.0.ebuild b/app-emacs/ghub/ghub-2.0.0.ebuild index 4b577810fe6..86b8b246a84 100644 --- a/app-emacs/ghub/ghub-2.0.0.ebuild +++ b/app-emacs/ghub/ghub-2.0.0.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="minuscule client library for the Github API" HOMEPAGE="https://magit.vc/manual/ghub; SRC_URI="https://github.com/magit/ghub/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/actioncable/, dev-ruby/actionpack/, dev-ruby/activerecord/, ...
commit: fc818f08a91bedaaaf08af530b2ac7d72f6a3aa8 Author: Hans de Graaff gentoo org> AuthorDate: Sat Mar 31 17:57:12 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Mar 31 18:12:09 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc818f08 dev-ruby/rails: add rails 5.0.7 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/actioncable/Manifest | 1 + dev-ruby/actioncable/actioncable-5.0.7.ebuild | 41 dev-ruby/actionmailer/Manifest| 1 + dev-ruby/actionmailer/actionmailer-5.0.7.ebuild | 46 + dev-ruby/actionpack/Manifest | 1 + dev-ruby/actionpack/actionpack-5.0.7.ebuild | 65 ++ dev-ruby/actionview/Manifest | 1 + dev-ruby/actionview/actionview-5.0.7.ebuild | 56 dev-ruby/activejob/Manifest | 1 + dev-ruby/activejob/activejob-5.0.7.ebuild | 47 + dev-ruby/activemodel/Manifest | 1 + dev-ruby/activemodel/activemodel-5.0.7.ebuild | 44 + dev-ruby/activerecord/Manifest| 1 + dev-ruby/activerecord/activerecord-5.0.7.ebuild | 80 +++ dev-ruby/activesupport/Manifest | 1 + dev-ruby/activesupport/activesupport-5.0.7.ebuild | 74 + dev-ruby/rails/Manifest | 1 + dev-ruby/rails/rails-5.0.7.ebuild | 44 + dev-ruby/railties/Manifest| 1 + dev-ruby/railties/railties-5.0.7.ebuild | 78 ++ 20 files changed, 585 insertions(+) diff --git a/dev-ruby/actioncable/Manifest b/dev-ruby/actioncable/Manifest index 2ba692b58b2..2793d4d0670 100644 --- a/dev-ruby/actioncable/Manifest +++ b/dev-ruby/actioncable/Manifest @@ -1,4 +1,5 @@ DIST rails-5.0.6.tgz 6043860 BLAKE2B ae5c1e6df39575a40001ea8b009c39ed414661b1458934efad44e50cb48f3f9906150560008fd3eac39a627c14a32ac3e5f7366b62596d13df11e579beddac6c SHA512 3487db6d59e65a0abe56bf9edfc343a0e0e78119b2bb08f333c8203840ae33897030897d2677d4a28257b479b605b2679ffb7b5d21c724557142023fdb723410 +DIST rails-5.0.7.tgz 6051560 BLAKE2B d5090b2e6c3fb9b7ca460c7439a94d6633ab7bad3cef42ab23851b0127d6b8cf6a34eb3b967c7c9b7ba5bd1d10e483f4c76a60fc06772d567a258b237a449fe6 SHA512 c3f1b882f4679967597c7ecfa3469e8f1dc52f618d26324b292bcd0ed8c854ec93a7570e12cab8becfb9a7ce04bb7e08f9ad353d35f8cfb954bc2144bf093e55 DIST rails-5.1.1.tgz 6124695 BLAKE2B 6a02843a036594d02aee37413713950f495db24651df49be3866e2df989d464a23ac5865081d243e6c6525837fb33099c46b6009cc667d0e03444cbcf9631588 SHA512 fd62506eac440f1ad9b37f20c7c712733440bc2ee676390c02e3bd50b912fe0fd53e8092c23664d47818ee62583568c6e20d2bfd5eff6d22a005289bb3bb258f DIST rails-5.1.2.tgz 6124489 BLAKE2B a7d71b99f1b9eb33e76c7941909407be0a3b086581bf3ddb4fe811a6b91bb129edb504c6fe3593a3b347ab035f7325e8e497b926a24b699a56725f89161e942e SHA512 95072d06ce19726343758f4dbdac96728598e31be0a0560f240511bf043aab47d55530ef47bd9b390aa61b5e0ad6e142781ed7167ce7f2cf11d22a71127d7872 DIST rails-5.1.3.tgz 6130089 BLAKE2B f61c016af6f5336726127372c1dd3d85088e11c0b58998ce40155b09087dcdb341a15d3ff57692d744538b571337a2e1e278542590d82077a35dc1e336539f85 SHA512 5aa9f7e5211e8dd36b7bb54ab7dc0e88241253ab560355497da2eff9c5bae5dab877640ce8e066fd637e145752af7e1942743359ab8028e6376bc905a9b18236 diff --git a/dev-ruby/actioncable/actioncable-5.0.7.ebuild b/dev-ruby/actioncable/actioncable-5.0.7.ebuild new file mode 100644 index 000..220bca44c46 --- /dev/null +++ b/dev-ruby/actioncable/actioncable-5.0.7.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby22 ruby23 ruby24" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_DOCDIR="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem versionator + +DESCRIPTION="Integrated WebSockets for Rails" +HOMEPAGE="https://github.com/rails/rails; +SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RUBY_S="rails-${PV}/${PN}" + +# Tests require many new dependencies, skipping for now +RESTRICT="test" + +ruby_add_rdepend " + ~dev-ruby/actionpack-${PV}:* + >=dev-ruby/nio4r-1.2:0 + >=dev-ruby/websocket-driver-0.6.1:0 =dev-ruby/websocket-driver-0.6* +" + +ruby_add_bdepend " + test? ( + >=dev-ruby/railties-4.2.0 + dev-ruby/test-unit:2 + >=dev-ruby/mocha-0.14.0:0.14 + )" diff --git a/dev-ruby/actionmailer/Manifest b/dev-ruby/actionmailer/Manifest index 1716c589aa6..2981ed27131 100644 --- a/dev-ruby/actionmailer/Manifest +++ b/dev-ruby/actionmailer/Manifest @@ -1,5 +1,6 @@ DIST rails-4.2.10.tgz 4080905
[gentoo-commits] repo/gentoo:master commit in: dev-java/cdegroot-db/
commit: 10481eb7cc72c1661b853a846b5578dffc090fff Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Mar 31 18:10:52 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Mar 31 18:11:03 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10481eb7 dev-java/cdegroot-db: stable 0.08-r2 for ppc64, bug #647506 Package-Manager: Portage-2.3.27, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64" dev-java/cdegroot-db/cdegroot-db-0.08-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/cdegroot-db/cdegroot-db-0.08-r2.ebuild b/dev-java/cdegroot-db/cdegroot-db-0.08-r2.ebuild index e6c249f3a03..9334505bad2 100644 --- a/dev-java/cdegroot-db/cdegroot-db-0.08-r2.ebuild +++ b/dev-java/cdegroot-db/cdegroot-db-0.08-r2.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://www.cdegroot.com/software/db/download/com.${P/-/.}.tar.gz; LICENSE="MIT" SLOT="1" -KEYWORDS="amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ppc64 ~x86" IUSE="doc source" DEPEND=">=virtual/jdk-1.4"
[gentoo-commits] repo/gentoo:master commit in: dev-java/sun-jaf/
commit: ae9569778df5490e2ad0555cfd283044cf362a30 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Mar 31 18:10:56 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Mar 31 18:11:04 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae956977 dev-java/sun-jaf: stable 1.1.1-r1 for ppc64, bug #647510 Package-Manager: Portage-2.3.27, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64" dev-java/sun-jaf/sun-jaf-1.1.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/sun-jaf/sun-jaf-1.1.1-r1.ebuild b/dev-java/sun-jaf/sun-jaf-1.1.1-r1.ebuild index 12ce2187ba9..ee575afa19c 100644 --- a/dev-java/sun-jaf/sun-jaf-1.1.1-r1.ebuild +++ b/dev-java/sun-jaf/sun-jaf-1.1.1-r1.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Sun's JavaBeans Activation Framework (JAF)" HOMEPAGE="http://java.sun.com/products/javabeans/glasgow/jaf.html; SRC_URI="mirror://gentoo/${P}.tar.bz2" -KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" LICENSE="CDDL" SLOT="0"
[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/
commit: 3e6628649d9d393d25ed95e39b5d8b374cd06f36 Author: Craig Andrews gentoo org> AuthorDate: Sat Mar 31 18:07:08 2018 + Commit: Craig Andrews gentoo org> CommitDate: Sat Mar 31 18:09:47 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e662864 net-p2p/cpuminer-opt: 3.8.6 version bump Package-Manager: Portage-2.3.27, Repoman-2.3.9 net-p2p/cpuminer-opt/Manifest | 1 + net-p2p/cpuminer-opt/cpuminer-opt-3.8.6.ebuild | 46 ++ 2 files changed, 47 insertions(+) diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest index 0cc7f697900..fb07a16d22a 100644 --- a/net-p2p/cpuminer-opt/Manifest +++ b/net-p2p/cpuminer-opt/Manifest @@ -1,2 +1,3 @@ DIST cpuminer-opt-3.8.4.1.tar.gz 1678548 BLAKE2B 86ff1dce5abf735982f1272f6a97a18bb06d57d0f8008050ae5531323158e629325292c0cd8ba1ef1f1fb9a5d8a79848ea19cb7ab42b1baab40b12d4fd27f921 SHA512 38f8f62de08cc9fbcaa187f4abac2238a3aa0011c6d4bede67b48bc78add32e78bd0e3edb422795246573ece17397a32067d2f20dbc64f020b23f5a86c767021 DIST cpuminer-opt-3.8.5.tar.gz 1701640 BLAKE2B b42d52da56e141bac42b4e5159325f8344434ecfee6e740fbd3c10cc64b448c6b849b029ea703e0f63e6720625fedcfd84e22dd34fc4a4ce37a88e120337ac1e SHA512 27047b8ee4c2a84f40f62ee6a0a4b24245096ade061d55c3c5374aa12e548aeb6d2dc665799ac81edaabcce63a21af11cef8df6ad050fb8cc7094170ec7a8384 +DIST cpuminer-opt-3.8.6.tar.gz 1701535 BLAKE2B ed51168879e6ca6ada67f13b7325b36c8e58dd3d6d71c55993e84ff9363864fd503f70849fd29366607e57b23f1493539e0e17d1043295266ed4505fbd032cb7 SHA512 57ab3ff3f0a298a4c24d0d8cf4f145627435bbdc4577952995a8babbd7838ae36e56a0d1e2b4c8900af6beecae95af29fef58b74b9afb5268307b67043ef93c4 diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.8.6.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.6.ebuild new file mode 100644 index 000..a1f4a660f6b --- /dev/null +++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.8.6.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools flag-o-matic systemd + +DESCRIPTION="Optimized multi algo CPU miner" +HOMEPAGE="https://github.com/JayDDee/cpuminer-opt; +IUSE="cpu_flags_x86_sse2 curl libressl" +LICENSE="GPL-2" +SLOT="0" +REQUIRED_USE="cpu_flags_x86_sse2" +DEPEND=" + dev-libs/gmp:0 + dev-libs/jansson + curl? ( >=net-misc/curl-7.15[ssl] ) + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) +" +RDEPEND="${DEPEND}" +if [[ ${PV} == "" ]] ; then + SRC_URI="" + EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git; + inherit git-r3 +else + KEYWORDS="~amd64" + SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +fi + +src_prepare() { + default + eautoreconf +} + +src_configure() { + append-ldflags -Wl,-z,noexecstack + econf --with-crypto $(use_with curl) +} + +src_install() { + default + systemd_dounit "${FILESDIR}"/${PN}.service + insinto "/etc/${PN}" + doins cpuminer-conf.json +}
[gentoo-commits] repo/gentoo:master commit in: app-text/convertlit/
commit: c008e9f24b46fd83231877b3f67f7063f0cdf504 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Mar 31 18:08:30 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Mar 31 18:08:30 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c008e9f2 app-text/convertlit: stable 1.8-r3 for ppc64, bug #647500 Package-Manager: Portage-2.3.27, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64" app-text/convertlit/convertlit-1.8-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/convertlit/convertlit-1.8-r3.ebuild b/app-text/convertlit/convertlit-1.8-r3.ebuild index b1d9bc94620..099fd657fd9 100644 --- a/app-text/convertlit/convertlit-1.8-r3.ebuild +++ b/app-text/convertlit/convertlit-1.8-r3.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://www.convertlit.com/${MY_P}src.zip; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND=">=dev-libs/libtommath-0.36-r1"
[gentoo-commits] repo/gentoo:master commit in: media-libs/gexiv2/
commit: 0463dde14d02935814ea62f81baa56e8c2d635e9 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Mar 31 18:06:50 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Mar 31 18:06:50 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0463dde1 media-libs/gexiv2: stable 0.10.8 for ppc64, bug #647408 Package-Manager: Portage-2.3.27, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64" media-libs/gexiv2/gexiv2-0.10.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gexiv2/gexiv2-0.10.8.ebuild b/media-libs/gexiv2/gexiv2-0.10.8.ebuild index 9a80b29d672..5ae34b22a46 100644 --- a/media-libs/gexiv2/gexiv2-0.10.8.ebuild +++ b/media-libs/gexiv2/gexiv2-0.10.8.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://gnome/sources/${PN}/${MY_PV}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ppc64 sparc x86" IUSE="introspection python static-libs test vala" REQUIRED_USE="
[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/
commit: a2a487ec3fae572d442601e6b7f83ddc8695 Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 16:35:18 2018 + Commit: Sebastian Pipping gentoo org> CommitDate: Sat Mar 31 18:00:47 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a487ec media-libs/babl: keyword ~arm64 media-libs/babl/babl-0.1.44.ebuild | 2 +- media-libs/babl/babl-.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/babl/babl-0.1.44.ebuild b/media-libs/babl/babl-0.1.44.ebuild index f5da34a496f..8c2968e647f 100644 --- a/media-libs/babl/babl-0.1.44.ebuild +++ b/media-libs/babl/babl-0.1.44.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then SRC_URI="" else SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2; - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi DESCRIPTION="A dynamic, any to any, pixel format conversion library" diff --git a/media-libs/babl/babl-.ebuild b/media-libs/babl/babl-.ebuild index 2fbd15d67af..8c2968e647f 100644 --- a/media-libs/babl/babl-.ebuild +++ b/media-libs/babl/babl-.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 @@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then SRC_URI="" else SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2; - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi DESCRIPTION="A dynamic, any to any, pixel format conversion library"
[gentoo-commits] repo/gentoo:master commit in: media-libs/libmypaint/
commit: f14df3e1cccbbc424d5d0536d738ba58f57e33f5 Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 16:57:04 2018 + Commit: Sebastian Pipping gentoo org> CommitDate: Sat Mar 31 18:00:48 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f14df3e1 media-libs/libmypaint: keyword ~arm64 media-libs/libmypaint/libmypaint-1.3.0.ebuild | 2 +- media-libs/libmypaint/libmypaint-1.3.0_beta1.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/libmypaint/libmypaint-1.3.0.ebuild b/media-libs/libmypaint/libmypaint-1.3.0.ebuild index 27e986e1183..09ca008d3d5 100644 --- a/media-libs/libmypaint/libmypaint-1.3.0.ebuild +++ b/media-libs/libmypaint/libmypaint-1.3.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/mypaint/libmypaint/releases/download/v${MY_PV}/${MY_ LICENSE="ISC" SLOT="0/0" # first soname component for subslot -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="+gegl introspection nls openmp" CDEPEND=" diff --git a/media-libs/libmypaint/libmypaint-1.3.0_beta1.ebuild b/media-libs/libmypaint/libmypaint-1.3.0_beta1.ebuild index bb4fbd79d31..b56eba24562 100644 --- a/media-libs/libmypaint/libmypaint-1.3.0_beta1.ebuild +++ b/media-libs/libmypaint/libmypaint-1.3.0_beta1.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 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/mypaint/libmypaint/releases/download/v${MY_PV}/${MY_ LICENSE="ISC" SLOT="0/0" # first soname component for subslot -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" IUSE="+gegl introspection nls openmp" CDEPEND="
[gentoo-commits] repo/gentoo:master commit in: media-libs/gegl/
commit: 5fe511255134dd5d806ed8dfc73fa3040aecc759 Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 16:49:56 2018 + Commit: Sebastian Pipping gentoo org> CommitDate: Sat Mar 31 18:00:47 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe51125 media-libs/gegl: keyword ~arm64 media-libs/gegl/gegl-0.2.0-r2.ebuild | 4 ++-- media-libs/gegl/gegl-0.2.0-r4.ebuild | 2 +- media-libs/gegl/gegl-0.2.0-r5.ebuild | 2 +- media-libs/gegl/gegl-0.3.0-r1.ebuild | 2 +- media-libs/gegl/gegl-0.3.0.ebuild| 4 ++-- media-libs/gegl/gegl-0.3.20.ebuild | 4 ++-- media-libs/gegl/gegl-0.3.24.ebuild | 4 ++-- media-libs/gegl/gegl-0.3.26.ebuild | 2 +- media-libs/gegl/gegl-0.3.28.ebuild | 2 +- media-libs/gegl/gegl-0.3.30.ebuild | 2 +- media-libs/gegl/gegl-0.3.8.ebuild| 2 +- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/media-libs/gegl/gegl-0.2.0-r2.ebuild b/media-libs/gegl/gegl-0.2.0-r2.ebuild index e9bca1963bc..0796f97c4dc 100644 --- a/media-libs/gegl/gegl-0.2.0-r2.ebuild +++ b/media-libs/gegl/gegl-0.2.0-r2.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 @@ -16,7 +16,7 @@ SRC_URI="https://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2; LICENSE="|| ( GPL-3 LGPL-3 )" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="cairo debug ffmpeg jpeg jpeg2k lensfun libav cpu_flags_x86_mmx openexr png raw sdl cpu_flags_x86_sse svg umfpack" # +introspection vala diff --git a/media-libs/gegl/gegl-0.2.0-r4.ebuild b/media-libs/gegl/gegl-0.2.0-r4.ebuild index 0c197b26e5c..ddb70a4e401 100644 --- a/media-libs/gegl/gegl-0.2.0-r4.ebuild +++ b/media-libs/gegl/gegl-0.2.0-r4.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2; LICENSE="|| ( GPL-3 LGPL-3 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="cairo debug ffmpeg jpeg jpeg2k lensfun libav cpu_flags_x86_mmx openexr png raw sdl cpu_flags_x86_sse svg umfpack" # +introspection vala diff --git a/media-libs/gegl/gegl-0.2.0-r5.ebuild b/media-libs/gegl/gegl-0.2.0-r5.ebuild index 75f6765ee17..717ad1841b6 100644 --- a/media-libs/gegl/gegl-0.2.0-r5.ebuild +++ b/media-libs/gegl/gegl-0.2.0-r5.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2; LICENSE="|| ( GPL-3 LGPL-3 )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="cairo debug ffmpeg jpeg jpeg2k lensfun libav cpu_flags_x86_mmx openexr png raw sdl cpu_flags_x86_sse svg umfpack" # +introspection vala diff --git a/media-libs/gegl/gegl-0.3.0-r1.ebuild b/media-libs/gegl/gegl-0.3.0-r1.ebuild index 5e6d76c9487..a0387477084 100644 --- a/media-libs/gegl/gegl-0.3.0-r1.ebuild +++ b/media-libs/gegl/gegl-0.3.0-r1.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == ** ]]; then SRC_URI="" else SRC_URI="http://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2; - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi DESCRIPTION="A graph based image processing framework" diff --git a/media-libs/gegl/gegl-0.3.0.ebuild b/media-libs/gegl/gegl-0.3.0.ebuild index da5b5377331..171194fd6ab 100644 --- a/media-libs/gegl/gegl-0.3.0.ebuild +++ b/media-libs/gegl/gegl-0.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,7 +17,7 @@ if [[ ${PV} == ** ]]; then SRC_URI="" else SRC_URI="http://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2; - KEYWORDS="alpha