[gentoo-commits] repo/gentoo:master commit in: dev-go/go-tour/
commit: ff47496ab10075a3672b0929d61d792dfed838db Author: Zac Medico gentoo org> AuthorDate: Sun Sep 15 06:04:11 2019 + Commit: Zac Medico gentoo org> CommitDate: Sun Sep 15 06:40:47 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff47496a dev-go/go-tour: Bump to version 0_p20190829 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico gentoo.org> dev-go/go-tour/Manifest | 3 ++ dev-go/go-tour/go-tour-0_p20190829.ebuild | 51 +++ 2 files changed, 54 insertions(+) diff --git a/dev-go/go-tour/Manifest b/dev-go/go-tour/Manifest index 643f65b49e1..c28b8cf7843 100644 --- a/dev-go/go-tour/Manifest +++ b/dev-go/go-tour/Manifest @@ -1 +1,4 @@ +DIST github.com-golang-net-3b0461eec859c4b73bb64fdc8285971fd33e3938.tar.gz 1099680 BLAKE2B 989a8d6c9166696bef1aff398acc8cd1e41e1240c5c113be030c80355cdf96eaa6d5f231c99f2c44d8eacf199579804c59fc45f999862bc4bf057b694841c8dc SHA512 5e42e26ac17f52d6408b63eebd740bedc5a78b8023b675688d7b39b20afa53b34ffde764b693828143483c8f5450180f6a00e9eb28b8f3f6e14303cc4cd7c62b +DIST github.com-golang-tools-7b79afddac434519a8ca775cc575fddb0d162aab.tar.gz 2682003 BLAKE2B 60d9981b9fcc47077bc0dc1179e518ba2f2373595d5798eb6aa37a832ce72f475b0808b2030919f141cd978533792294fdd8528e1d52b4eeec6e9f1a3b6e772d SHA512 5b7af03d138567edaa70e1b3555b8a9c4822f33c3fb14e8ec435499d21f46d61f44b62fddcec3ecc6f75d4e9a6dfb6b2a7526ddf8785d933941d64e646dc1b9b DIST go-tour-0_p20180810.tar.gz 319048 BLAKE2B 43c4ca53d939cf7590c8e3607e2089974f1b40dc9268ccbf9100e36d258d76a828c5512e662f20d125c07d0a35d48d3004c8f06d6f80a6a1645099d4ca592c57 SHA512 73eb1b7a228d046d572b2c781cdd7b43ef57de982987ab5808cbb2775c34c9805fac3c52fd68edd34ccadec5169ce5d61234eee553daf0b9ef2d2529e2817b44 +DIST go-tour-0_p20190829.tar.gz 321179 BLAKE2B 56fad2c3608aec9653e31a59e8696aa445375de88f17e72a95620b4b375c88b8e45838360c09a1c53184e5a20c1a5ca044f6ad055de3736e675d3faf3fd52a91 SHA512 2701234788810a8fdb932faae666ec89796664e078b3170344b8c219a2247a510df66bff825bdc458ba062bd4b3f5dccd07dbf88a092053b1ea791c2f50248f4 diff --git a/dev-go/go-tour/go-tour-0_p20190829.ebuild b/dev-go/go-tour/go-tour-0_p20190829.ebuild new file mode 100644 index 000..0581e076b79 --- /dev/null +++ b/dev-go/go-tour/go-tour-0_p20190829.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +EGO_PN="golang.org/x/tour" + +EGO_VENDOR=( + "golang.org/x/tools 7b79afddac434519a8ca775cc575fddb0d162aab github.com/golang/tools" + "golang.org/x/net 3b0461eec859c4b73bb64fdc8285971fd33e3938 github.com/golang/net" +) + +EGIT_COMMIT="3c9f1af8b2da3b3661a39ee550190917c0cf5208" +ARCHIVE_URI="https://github.com/golang/tour/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64" +inherit golang-vcs-snapshot golang-build + +DESCRIPTION="A Tour of Go" +HOMEPAGE="https://tour.golang.org"; +SRC_URI="${ARCHIVE_URI} + ${EGO_VENDOR_URI}" +LICENSE="BSD Apache-2.0 MIT" +SLOT="0" +IUSE="" +S=${WORKDIR}/${P}/src/${EGO_PN} + +src_compile() { + # Create a temporary GOROOT, since otherwise the executable is not + # built if it happens to be installed already. + cp -rs "$(go env GOROOT)" "${T}/goroot" || die + rm -rf "${T}/goroot/"{pkg/tool/$(go env GOOS)_$(go env GOARCH)/tour,src/${EGO_PN}} || die + export -n GOCACHE XDG_CACHE_HOME #567192 + export GOPATH="${WORKDIR}/${P}" \ + GO111MODULE=on \ + GOFLAGS="-mod=vendor -v -x" \ + GOBIN="${WORKDIR}/${P}/bin" + GOROOT=${T}/goroot \ + go install -work ${EGO_BUILD_FLAGS} "${EGO_PN}/..." || die +} + +src_install() { + exeinto "$(go env GOTOOLDIR)" + doexe "${GOBIN}/tour" + + rm -rf vendor || die + insinto "$(go env GOROOT)" + doins -r "${WORKDIR}/${P}/src" +} + +src_test() { + go test -work "${EGO_PN}/..." || die +}
[gentoo-commits] repo/gentoo:master commit in: sys-process/evisum/
commit: 4b6bfdfce42dfaa19476c392e018035c43c62937 Author: Joonas Niilola gentoo org> AuthorDate: Sun Sep 15 06:02:01 2019 + Commit: Joonas Niilola gentoo org> CommitDate: Sun Sep 15 06:02:01 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6bfdfc sys-process/evisum: clean old Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Joonas Niilola gentoo.org> sys-process/evisum/Manifest| 2 -- sys-process/evisum/evisum-0.2.3.ebuild | 32 sys-process/evisum/evisum-0.2.4.ebuild | 32 3 files changed, 66 deletions(-) diff --git a/sys-process/evisum/Manifest b/sys-process/evisum/Manifest index 2c40763fd61..3e891cfee01 100644 --- a/sys-process/evisum/Manifest +++ b/sys-process/evisum/Manifest @@ -1,3 +1 @@ -DIST evisum-0.2.3.tar.xz 85000 BLAKE2B 3f3a43ff569d05550d092930f1cf61eb4deef2a449bd1b407b0f460c15887b76fc430ecbbe8357e6a06d6c34cdce68321d38922635ec4b9caccad084d9c619d6 SHA512 0043432f2b434c2bbdbe03b96d29a3f9515d063bdf5ae61ef5273aad1ec6dbc532860af4a22bebf275f171585e793e3851eec9c98a7eaa4645e32d3a79eafdc1 -DIST evisum-0.2.4.tar.xz 84604 BLAKE2B 36219949fdc63ee08be2577591ebb8c746abdf583ae7d9683be0809bd452f0ec8026e65221f8094b18340d54440f303b6ac21d4ff99cf7919a20046ef3ffa1b2 SHA512 31360e8965e9078e8d66ddbffd7f71fec75e327ac1a1a00b9e6337cfc5e80028beaa141f6feb64221098c4a202a410497ad96280e2510d91e84e44038662d540 DIST evisum-0.2.6.tar.xz 85532 BLAKE2B d673ab15e589ffcb79e1425f948ec1be760d199f0837ca54fc9eec8524c597d5c7f914126fbd581610a97a3a9078cea695691b371fe0272e3dffbfd337d29ae9 SHA512 175a28f96a9a001acfc241b04adf93244f4bbe5bdebe2d8dd86660e6c1749c31fa676f77b016c264565cafe29ebbbcc5b6db6062fc53f657700e2b0d0a866d10 diff --git a/sys-process/evisum/evisum-0.2.3.ebuild b/sys-process/evisum/evisum-0.2.3.ebuild deleted file mode 100644 index 9ea74684dde..000 --- a/sys-process/evisum/evisum-0.2.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg-utils - -DESCRIPTION="System and process monitor written with EFL" -HOMEPAGE="https://www.enlightenment.org/"; -SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"; - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-libs/efl" -RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )" - -PATCHES=( "${FILESDIR}/${PN}-0.2.2-respect-cflags-ldflags.patch" ) - -src_install() { - emake PREFIX="${D}"/usr install - einstalldocs -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} diff --git a/sys-process/evisum/evisum-0.2.4.ebuild b/sys-process/evisum/evisum-0.2.4.ebuild deleted file mode 100644 index 9ea74684dde..000 --- a/sys-process/evisum/evisum-0.2.4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg-utils - -DESCRIPTION="System and process monitor written with EFL" -HOMEPAGE="https://www.enlightenment.org/"; -SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"; - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-libs/efl" -RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )" - -PATCHES=( "${FILESDIR}/${PN}-0.2.2-respect-cflags-ldflags.patch" ) - -src_install() { - emake PREFIX="${D}"/usr install - einstalldocs -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/webmock/
commit: 52b455d1be19e4d7aafe88964dcc0c24f9d5e125 Author: Hans de Graaff gentoo org> AuthorDate: Sun Sep 15 05:44:55 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Sep 15 05:45:54 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b455d1 dev-ruby/webmock: add 3.7.3 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/webmock/Manifest | 1 + dev-ruby/webmock/webmock-3.7.3.ebuild | 61 +++ 2 files changed, 62 insertions(+) diff --git a/dev-ruby/webmock/Manifest b/dev-ruby/webmock/Manifest index 2b715791f9e..3e4467c032c 100644 --- a/dev-ruby/webmock/Manifest +++ b/dev-ruby/webmock/Manifest @@ -3,3 +3,4 @@ DIST webmock-3.5.1.gem 116736 BLAKE2B eb6531dd481588419932a93d091bf2c2802d98a9ab DIST webmock-3.6.2.gem 117760 BLAKE2B 132b700323cbc4e753406ccfcc69375107c1d8546fd71bacf13db614d1818926321e2cd27dfc08670f908e0ac5946b06892138c2701fb1f27cfcf9fb6dd56c3d SHA512 1d6141be90840d01e3d7b8e925e0a981ac715fbca1219dd35edd7cf3bcea1c1da3442aaa131e3586f0827a7b06207314119c1f47e6ae64f11f154c70ba6fc5c2 DIST webmock-3.7.1.gem 120832 BLAKE2B b661e0238904c42486f721e86d0c06a77ca9eb45d1ef3d975630344e1ad503d379518f0453a63fceb784f9aceeb10860e65c78b13ab02a3dd9d23d836948401d SHA512 ccee64bb2a63e7099639cdc55c04862a0cab9b19fe01c7957c3b2a0d90b1e93c79f6fdce23d1827554377666228344475125acf26bc5f98ad2f9be02f4644245 DIST webmock-3.7.2.gem 121344 BLAKE2B 616ff870ddb78cdfbf37a94222679c3ce9fcebc9c84b8f92d0aaaefa92a028dde932d3fd51cb5f87f70f9698f4c19fac629aef29c2e3e440a4a1cc9334abcb60 SHA512 aa665ea771fbcd077f959abbfac69408726271700aed67f522a098c263bc237c741f4bc8271e053d77aa6df5156afbb21785621f7497f2fb169d9ae36ea306f3 +DIST webmock-3.7.3.gem 121856 BLAKE2B b271f3df74fcc181f05d0a5a148bfc6607c7f11a409122d64e6432a7e376e8f72ff83f885e4147d04abd033936dc4b9ef344ab6b3056de2300b54074b8ff0a40 SHA512 fc4b35b1cbd4aa9dd323a20c686ebb7af0dacc0a5b1a9d9ea916dbc93380b772da6cdb1b8193f60b785ba2bf97b8f3f525db174a4d7bb626197c00244ddb2b2c diff --git a/dev-ruby/webmock/webmock-3.7.3.ebuild b/dev-ruby/webmock/webmock-3.7.3.ebuild new file mode 100644 index 000..377168ac604 --- /dev/null +++ b/dev-ruby/webmock/webmock-3.7.3.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +USE_RUBY="ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_TASK_TEST="test spec NO_CONNECTION=true" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="Allows stubbing HTTP requests and setting expectations on HTTP requests" +HOMEPAGE="https://github.com/bblimke/webmock"; + +LICENSE="GPL-2" +SLOT="3" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/addressable-2.3.6 >=dev-ruby/crack-0.3.2 >=dev-ruby/hashdiff-0.4.0:0" + +ruby_add_bdepend "test? ( + dev-ruby/minitest:5 + dev-ruby/rspec:3 + >=dev-ruby/test-unit-3.0.0 + dev-ruby/rack + >=dev-ruby/httpclient-2.8.0 + || ( dev-ruby/http:4 dev-ruby/http:3 ) )" + +all_ruby_prepare() { + # Remove bundler support + rm Gemfile || die + sed -i -e '/[Bb]undler/d' Rakefile || die + sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die + sed -i -e '1igem "test-unit"' test/test_helper.rb || die + + # There is now optional support for curb and typhoeus which we don't + # have in Gentoo yet. em_http_request is available in Gentoo but its + # version is too old. patron's latest version is not compatible. + sed -i -e '/\(curb\|typhoeus\|em-http\|patron\)/d' spec/spec_helper.rb || die + rm spec/acceptance/{typhoeus,curb,excon,em_http_request,patron,async_http_client}/* || die + + # Avoid httpclient specs that require network access, most likely + # because mocking does not fully work. + sed -i -e '/httpclient streams response/,/^ end/ s:^:#:' \ + -e '/are detected when manually specifying Authorization header/,/^end/ s:^:#:' \ + spec/acceptance/httpclient/httpclient_spec.rb + + # Avoid specs that require network access + sed -i -e '/when request is not stubbed/,/^ end/ s:^:#:' spec/acceptance/shared/callbacks.rb +} + +each_ruby_test() { + ${RUBY} -S rake test NO_CONNECTION=true || die + ${RUBY} -S rspec-3 spec || die + + einfo "Delay to allow the test server to stop" + sleep 10 +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/flog/
commit: b65fe5f8312b6dfab8367e10fda9b1620c6fe5fe Author: Hans de Graaff gentoo org> AuthorDate: Sun Sep 15 05:30:48 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Sep 15 05:45:52 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b65fe5f8 dev-ruby/flog: add 4.6.3 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/flog/Manifest | 1 + dev-ruby/flog/flog-4.6.3.ebuild | 28 2 files changed, 29 insertions(+) diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest index 1c71b779f1d..1be80bf7088 100644 --- a/dev-ruby/flog/Manifest +++ b/dev-ruby/flog/Manifest @@ -1 +1,2 @@ DIST flog-4.6.2.gem 26112 BLAKE2B ab15547c2bfa4b79e158a852ba76b6e69346397da6faaeb1b6ac558f3b380ea240de2e469ba90d23bfad93d11e62f3b119fc6613e0cec8a1d26964c25cdee2bb SHA512 d2bc8af809c5e7471daf455c53c9ee9cee39b4a058501e2d3a20e1412888e11fb786b6c5e19a93172bece80c1d03d21a608bff32e840f5c51e95b1ef40a88c01 +DIST flog-4.6.3.gem 26624 BLAKE2B 9ace4c2153a2320a18f9ca0a00cd312f772d7a3c35e46e96d2a3c21725c74c67adeb57d319a36941a26968be3e7904a5c319f91ba7a66b3e195d05de1fa9fa83 SHA512 fcb7f97b2aefd335a936a5bb72d733adb0cc51c46e011396f8e2d2fc695ee17719e97a9056600e20a0b22374f49ae2dbac13fa325b9072d8e41cbe36f109893e diff --git a/dev-ruby/flog/flog-4.6.3.ebuild b/dev-ruby/flog/flog-4.6.3.ebuild new file mode 100644 index 000..f0a79db8662 --- /dev/null +++ b/dev-ruby/flog/flog-4.6.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Flog reports the most tortured code in an easy to read pain report" +HOMEPAGE="http://ruby.sadi.st/"; +LICENSE="MIT" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/minitest )" + +ruby_add_rdepend " + dev-ruby/path_expander:1 + >dev-ruby/ruby_parser-3.1.0:3 + >=dev-ruby/sexp_processor-4.8:4" + +each_ruby_test() { + ${RUBY} -Ilib test/test_flog.rb || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/zeitwerk/
commit: b4ed5c7c9de9421f56073836da06bc9b0e1c1d21 Author: Hans de Graaff gentoo org> AuthorDate: Sun Sep 15 05:26:33 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Sep 15 05:45:50 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ed5c7c dev-ruby/zeitwerk: move arm, x86 keywords forward Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/zeitwerk/zeitwerk-2.1.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/zeitwerk/zeitwerk-2.1.10.ebuild b/dev-ruby/zeitwerk/zeitwerk-2.1.10.ebuild index da2650cc6ca..71326b63c15 100644 --- a/dev-ruby/zeitwerk/zeitwerk-2.1.10.ebuild +++ b/dev-ruby/zeitwerk/zeitwerk-2.1.10.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/fxn/zeitwerk/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="" all_ruby_prepare() {
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/webmock/
commit: 052697a91b7f3b0d511606f132ca396b61d1db08 Author: Hans de Graaff gentoo org> AuthorDate: Sun Sep 15 05:45:34 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Sep 15 05:45:55 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=052697a9 dev-ruby/webmock: cleanup Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/webmock/Manifest | 2 -- dev-ruby/webmock/webmock-3.5.1.ebuild | 62 --- dev-ruby/webmock/webmock-3.7.1.ebuild | 61 -- 3 files changed, 125 deletions(-) diff --git a/dev-ruby/webmock/Manifest b/dev-ruby/webmock/Manifest index 3e4467c032c..177b32e352c 100644 --- a/dev-ruby/webmock/Manifest +++ b/dev-ruby/webmock/Manifest @@ -1,6 +1,4 @@ DIST webmock-2.3.2.gem 112128 BLAKE2B ef0a722374057d7c5392924f68de8520f08cb0aa038fc0b8511e00bbd9dc13f6535955f77611e414a33dbf0ed7a519e9c18caf8517d10be7438e7360c3037a1e SHA512 bb61b645b287d15690aa81db4d4c937d3456e1911d394ef1fb31e8ff3530d47b865aa039c8aaa4d4b6a72132dfcdd06be66adf1b53793384dc27ac1c9f9c01e6 -DIST webmock-3.5.1.gem 116736 BLAKE2B eb6531dd481588419932a93d091bf2c2802d98a9abe650e892e568f13a642c61ccbf395e293fb0b24b2e96f464902f8311d03a7afe84e917c4780d2da6000a78 SHA512 6096ebe84140e7385ac941c2f63951d19523b2f7e3330fb38181f19c423b4c4d47828d200d8921e02850374b048902191f96f8d693746bcdf284cf0c5eacd924 DIST webmock-3.6.2.gem 117760 BLAKE2B 132b700323cbc4e753406ccfcc69375107c1d8546fd71bacf13db614d1818926321e2cd27dfc08670f908e0ac5946b06892138c2701fb1f27cfcf9fb6dd56c3d SHA512 1d6141be90840d01e3d7b8e925e0a981ac715fbca1219dd35edd7cf3bcea1c1da3442aaa131e3586f0827a7b06207314119c1f47e6ae64f11f154c70ba6fc5c2 -DIST webmock-3.7.1.gem 120832 BLAKE2B b661e0238904c42486f721e86d0c06a77ca9eb45d1ef3d975630344e1ad503d379518f0453a63fceb784f9aceeb10860e65c78b13ab02a3dd9d23d836948401d SHA512 ccee64bb2a63e7099639cdc55c04862a0cab9b19fe01c7957c3b2a0d90b1e93c79f6fdce23d1827554377666228344475125acf26bc5f98ad2f9be02f4644245 DIST webmock-3.7.2.gem 121344 BLAKE2B 616ff870ddb78cdfbf37a94222679c3ce9fcebc9c84b8f92d0aaaefa92a028dde932d3fd51cb5f87f70f9698f4c19fac629aef29c2e3e440a4a1cc9334abcb60 SHA512 aa665ea771fbcd077f959abbfac69408726271700aed67f522a098c263bc237c741f4bc8271e053d77aa6df5156afbb21785621f7497f2fb169d9ae36ea306f3 DIST webmock-3.7.3.gem 121856 BLAKE2B b271f3df74fcc181f05d0a5a148bfc6607c7f11a409122d64e6432a7e376e8f72ff83f885e4147d04abd033936dc4b9ef344ab6b3056de2300b54074b8ff0a40 SHA512 fc4b35b1cbd4aa9dd323a20c686ebb7af0dacc0a5b1a9d9ea916dbc93380b772da6cdb1b8193f60b785ba2bf97b8f3f525db174a4d7bb626197c00244ddb2b2c diff --git a/dev-ruby/webmock/webmock-3.5.1.ebuild b/dev-ruby/webmock/webmock-3.5.1.ebuild deleted file mode 100644 index ae5c4de7fff..000 --- a/dev-ruby/webmock/webmock-3.5.1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_TASK_TEST="test spec NO_CONNECTION=true" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="Allows stubbing HTTP requests and setting expectations on HTTP requests" -HOMEPAGE="https://github.com/bblimke/webmock"; - -LICENSE="GPL-2" -SLOT="3" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/addressable-2.3.6 >=dev-ruby/crack-0.3.2 dev-ruby/hashdiff" - -ruby_add_bdepend "test? ( - dev-ruby/minitest:5 - dev-ruby/rspec:3 - >=dev-ruby/test-unit-3.0.0 - dev-ruby/rack - >=dev-ruby/httpclient-2.8.0 - || ( dev-ruby/http:4 dev-ruby/http:3 ) )" - -all_ruby_prepare() { - # Remove bundler support - rm Gemfile || die - sed -i -e '/[Bb]undler/d' Rakefile || die - sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die - sed -i -e '1igem "test-unit"' test/test_helper.rb || die - - # There is now optional support for curb and typhoeus which we don't - # have in Gentoo yet. em_http_request is available in Gentoo but its - # version is too old. patron's latest version is not compatible. - sed -i -e '/\(curb\|typhoeus\|em-http\|patron\)/d' spec/spec_helper.rb || die - rm spec/acceptance/{typhoeus,curb,excon,em_http_request,patron}/* || die - - # Avoid httpclient specs that require network access, most likely - # because mocking does not fully work. - sed -i -e '/httpclient streams response/,/^ end/ s:^:#:' \ - -e '/are detected when manually specifying Authorization header/,/^end/ s:^:#:' \ - spec/acceptance/httpclient/httpclient_spec.rb - - # Avoid specs that require network access - sed -i -e '/when request is not stubbed/,/^ end/ s:^:#:' spec/
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/hoe/
commit: 7208381db82e522f3fe317eb76c67dfda49187a4 Author: Hans de Graaff gentoo org> AuthorDate: Sun Sep 15 05:37:15 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Sep 15 05:45:53 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7208381d dev-ruby/hoe: add 3.18.1 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/hoe/Manifest | 1 + dev-ruby/hoe/hoe-3.18.1.ebuild | 44 ++ 2 files changed, 45 insertions(+) diff --git a/dev-ruby/hoe/Manifest b/dev-ruby/hoe/Manifest index 8f456fc26c8..ee1f983e72a 100644 --- a/dev-ruby/hoe/Manifest +++ b/dev-ruby/hoe/Manifest @@ -2,3 +2,4 @@ DIST hoe-3.16.0.gem 188416 BLAKE2B 48383c46512a359a269ca3475ec701b1443e0ef71b31d DIST hoe-3.17.1.gem 188416 BLAKE2B 0fef6dd9ae4bda93f527d7451d0d591cdc4ba1361aaec531f82e0d7ff03575845c3d5ff85189d76f9ecec17797774fd0ca82f7332a4588d086a494095af99a9d SHA512 5e4b83309ed88da098a5ae8698f9686cea1657f4554fff72446bac46bc567125232a3c5a5b941bd6d5ea18dc53f3cbf5b329f2f0623ef74e81d81586edc63ca3 DIST hoe-3.17.2.gem 188416 BLAKE2B a6f4f93cc2d724b1c1e855c4e6976b5dbb469c4e10fc9c181b6cafaeb7088f9c19bd4bb5b858a25f011dead1b6e8392d349fe9e86d704a6a4d627cddab8de46a SHA512 d6703cd8913ac7055c33dbfead5610bd197be90ac3aeeaf2e4498ab088447d7e08dbe1ad3fdc602afd26fc7cfda12d73dd43a605b9bf59ecd83b1cfd8845f55b DIST hoe-3.18.0.gem 190976 BLAKE2B 227dab02241ffa1992fd80d357fcc8ec12a703413a25f38e7c22d97a187b968d334db7fe6b5d49ebe6027b05df660530dab9dd470bbd5816e7e766d86c4de94d SHA512 87b24dd77200a6013eca50b57c001c437035ab5e74809a941a28616d9a722b130a624f1137d7c55ea497c5c57f2ccfe872d160915b1a00a71cdf2e76695b +DIST hoe-3.18.1.gem 190976 BLAKE2B 1b99125fddc42253918d2b9412401c0ed54a12006347b400050ecda17a1ce4491bf0419bc6ea28b68d5e1d77990973171c822862d93ee2cdc00a078f4e137587 SHA512 c281cdb2e89272ea84e54cd36d0cdec77cf6dd51f745c0aa99593586781e5182129f967086f008c33b38d25d7a3aacd2fa1899752e63f725d5ecf5fd5c04682c diff --git a/dev-ruby/hoe/hoe-3.18.1.ebuild b/dev-ruby/hoe/hoe-3.18.1.ebuild new file mode 100644 index 000..b73f4d8d066 --- /dev/null +++ b/dev-ruby/hoe/hoe-3.18.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="History.rdoc Manifest.txt README.rdoc" + +RUBY_FAKEGEM_EXTRAINSTALL="template" + +inherit ruby-fakegem + +DESCRIPTION="Hoe extends rake to provide full project automation" +HOMEPAGE="https://www.zenspider.com/projects/hoe.html"; + +LICENSE="MIT" +SLOT="0" +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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="doc" + +ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.9:5 )" + +ruby_add_rdepend ">=dev-ruby/rake-0.8.7
[gentoo-commits] repo/gentoo:master commit in: dev-go/go-tour/
commit: 3a3022050daa38781e5c8a5374d77cb880baeed1 Author: Zac Medico gentoo org> AuthorDate: Sun Sep 15 05:34:08 2019 + Commit: Zac Medico gentoo org> CommitDate: Sun Sep 15 05:34:20 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a302205 dev-go/go-tour: LICENSE: Add MIT Reported-by: Michał Górny gentoo.org> Closes: https://bugs.gentoo.org/694396 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico gentoo.org> dev-go/go-tour/go-tour-0_p20180810.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-go/go-tour/go-tour-0_p20180810.ebuild b/dev-go/go-tour/go-tour-0_p20180810.ebuild index c5967f041fa..331a91b1bb0 100644 --- a/dev-go/go-tour/go-tour-0_p20180810.ebuild +++ b/dev-go/go-tour/go-tour-0_p20180810.ebuild @@ -12,7 +12,7 @@ inherit golang-vcs-snapshot golang-build DESCRIPTION="A Tour of Go" HOMEPAGE="https://tour.golang.org"; SRC_URI="${ARCHIVE_URI}" -LICENSE="BSD" +LICENSE="BSD MIT" SLOT="0" IUSE="" DEPEND="dev-go/go-net:=
[gentoo-commits] repo/gentoo:master commit in: app-portage/mgorny-dev-scripts/
commit: 4df289a2cbde3f958f5cef1ca4f9a5cab9fecf3f Author: Michał Górny gentoo org> AuthorDate: Sun Sep 15 05:28:03 2019 + Commit: Michał Górny gentoo org> CommitDate: Sun Sep 15 05:28:28 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df289a2 app-portage/mgorny-dev-scripts: Drop v1 Signed-off-by: Michał Górny gentoo.org> app-portage/mgorny-dev-scripts/Manifest| 1 - .../mgorny-dev-scripts/mgorny-dev-scripts-1.ebuild | 25 -- 2 files changed, 26 deletions(-) diff --git a/app-portage/mgorny-dev-scripts/Manifest b/app-portage/mgorny-dev-scripts/Manifest index 1261bdff4c1..2c191e9d648 100644 --- a/app-portage/mgorny-dev-scripts/Manifest +++ b/app-portage/mgorny-dev-scripts/Manifest @@ -1,2 +1 @@ -DIST mgorny-dev-scripts-1.tar.gz 6090 BLAKE2B 6e51df2a056628c65ad8e2afc36767f8a773f0dd9e3c99ae43baf50eadb21a929eb8eb2a01fff4c4ad1f5a1efd40d2723ab934a2e59ff09efab30b4be04aeb06 SHA512 0dba4e3af58a9a2052340317f64e9c2fb88270ab8eaa6877b8716b9c2caa2b719b7ee6c1367aebfc9a45fef311e64d861311a1d18b7d8f30bf4262f850412e2b DIST mgorny-dev-scripts-2.tar.gz 6128 BLAKE2B a4a36c7d3872b70d388bfb2e68e4a8861a1a8ac76dbe27de382c203ed1a6dd7e56744aa7ba606392deefdd19397d078dc5a8b2402a05ba1c125ed218e42dad61 SHA512 bc98c83234c1107f649245b2b868c7fb649b03997497604db557d1dcd989ae896c8150bd54bd20daff98dee2a4a46f114d024a0a3b63231d26daa9cc4e79 diff --git a/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-1.ebuild b/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-1.ebuild deleted file mode 100644 index f3c82965e9c..000 --- a/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Handy scripts for ebuild development and more" -HOMEPAGE="https://github.com/mgorny/mgorny-dev-scripts"; -SRC_URI="https://github.com/mgorny/mgorny-dev-scripts/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - app-portage/gentoolkit - dev-vcs/git - net-misc/wget - sys-apps/portage - x11-misc/xdg-utils" - -src_install() { - dodoc README.rst - rm -f COPYING README.rst || die - dobin * -}
[gentoo-commits] repo/gentoo:master commit in: app-portage/mgorny-dev-scripts/
commit: 8a8544469d68e5c7bdd9c86b72a65936e71aef44 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 15 05:27:52 2019 + Commit: Michał Górny gentoo org> CommitDate: Sun Sep 15 05:28:21 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a854446 app-portage/mgorny-dev-scripts: Bump to v2 Closes: https://bugs.gentoo.org/694402 Signed-off-by: Michał Górny gentoo.org> app-portage/mgorny-dev-scripts/Manifest| 1 + .../mgorny-dev-scripts/mgorny-dev-scripts-2.ebuild | 25 ++ 2 files changed, 26 insertions(+) diff --git a/app-portage/mgorny-dev-scripts/Manifest b/app-portage/mgorny-dev-scripts/Manifest index cd821773316..1261bdff4c1 100644 --- a/app-portage/mgorny-dev-scripts/Manifest +++ b/app-portage/mgorny-dev-scripts/Manifest @@ -1 +1,2 @@ DIST mgorny-dev-scripts-1.tar.gz 6090 BLAKE2B 6e51df2a056628c65ad8e2afc36767f8a773f0dd9e3c99ae43baf50eadb21a929eb8eb2a01fff4c4ad1f5a1efd40d2723ab934a2e59ff09efab30b4be04aeb06 SHA512 0dba4e3af58a9a2052340317f64e9c2fb88270ab8eaa6877b8716b9c2caa2b719b7ee6c1367aebfc9a45fef311e64d861311a1d18b7d8f30bf4262f850412e2b +DIST mgorny-dev-scripts-2.tar.gz 6128 BLAKE2B a4a36c7d3872b70d388bfb2e68e4a8861a1a8ac76dbe27de382c203ed1a6dd7e56744aa7ba606392deefdd19397d078dc5a8b2402a05ba1c125ed218e42dad61 SHA512 bc98c83234c1107f649245b2b868c7fb649b03997497604db557d1dcd989ae896c8150bd54bd20daff98dee2a4a46f114d024a0a3b63231d26daa9cc4e79 diff --git a/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-2.ebuild b/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-2.ebuild new file mode 100644 index 000..f3c82965e9c --- /dev/null +++ b/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-2.ebuild @@ -0,0 +1,25 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Handy scripts for ebuild development and more" +HOMEPAGE="https://github.com/mgorny/mgorny-dev-scripts"; +SRC_URI="https://github.com/mgorny/mgorny-dev-scripts/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + app-portage/gentoolkit + dev-vcs/git + net-misc/wget + sys-apps/portage + x11-misc/xdg-utils" + +src_install() { + dodoc README.rst + rm -f COPYING README.rst || die + dobin * +}
[gentoo-commits] repo/gentoo:master commit in: dev-go/go-tools/
commit: 8cc6d401139526e2f9a6dbadbd31f0ff2387705f Author: Zac Medico gentoo org> AuthorDate: Sun Sep 15 04:46:47 2019 + Commit: Zac Medico gentoo org> CommitDate: Sun Sep 15 05:23:34 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc6d401 dev-go/go-tools: Bump to version 0_pre20190911 Unlike the previous version which bundled Apache-2.0 and MIT licensed software, this version only contains BSD licensed software. Bug: https://bugs.gentoo.org/694394 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico gentoo.org> dev-go/go-tools/Manifest | 4 + dev-go/go-tools/go-tools-0_pre20190911.ebuild | 117 ++ 2 files changed, 121 insertions(+) diff --git a/dev-go/go-tools/Manifest b/dev-go/go-tools/Manifest index 120e017ab65..e4c226226f0 100644 --- a/dev-go/go-tools/Manifest +++ b/dev-go/go-tools/Manifest @@ -1,3 +1,7 @@ +DIST github.com-golang-net-3b0461eec859c4b73bb64fdc8285971fd33e3938.tar.gz 1099680 BLAKE2B 989a8d6c9166696bef1aff398acc8cd1e41e1240c5c113be030c80355cdf96eaa6d5f231c99f2c44d8eacf199579804c59fc45f999862bc4bf057b694841c8dc SHA512 5e42e26ac17f52d6408b63eebd740bedc5a78b8023b675688d7b39b20afa53b34ffde764b693828143483c8f5450180f6a00e9eb28b8f3f6e14303cc4cd7c62b DIST github.com-golang-net-aaf60122140d3fcf75376d319f0554393160eb50.tar.gz 965206 BLAKE2B 018ab877bfa7208bb0ca9b4ede85077ed37c8ee3c7065569646e6c9704715d6810b0286276ea0fa9a271f12ffbe964b41f55ec762711c8a43ccea564607f3265 SHA512 d56f5608e64e8d883a782f0c460f08da20e7d01a97330fad35c8757420ac82fb84b657c3f64e3c4d90a08cc4d8905ab37225d6fab8472e8f1fd3d7be212df8b9 +DIST github.com-golang-sync-112230192c580c3556b8cee6403af37a4fc5f28c.tar.gz 16835 BLAKE2B 51efe53ea7ab1f11f8ff078fbfa91526b97a1d918101bdbc755aa500424dda860d3a11195c1e44d033eaf7e0d09e7f327e404ad9af84f4b9747d8805b53dcf10 SHA512 bd90bb14e688fa7613d83dc8718bbb688a2f05cc8eb8c3dfbbf71daa7dc08e35044803c4bf8e5d5aab625a612e986e6f76c822c437f52132581ac37e0e2e92f9 +DIST github.com-golang-xerrors-a985d3407aa71f30cf86696ee0a2f409709f22e1.tar.gz 12271 BLAKE2B cdcaf0bbf67399c9176786118a622fc0912036b9b0611922dd3d32ace2cac65ac288136ef228ff526e626d36c16e6f8442ffbb5df0c84fd713a669c326fa350c SHA512 719b3a3e432a928f641e15b8553d3e2c2015b1c68c633e9f13f1d57cee634544bb857518fcd75124e41a448b4c219b80dd0c1823329eb4edfc715994d40331d5 DIST go-favicon-20181103162401.ico 5686 BLAKE2B 331d7684a569fc40fcd147eb812661f42b0ee3ca4c017515c33523b588b012763ce29f24bfce5bc7274e7560ff7dd8e872af43d2b51dc0722ac416b43c11f841 SHA512 0a6fe8bddbce99ed7fd035a3dc998dc9e893060854eee9d1c70bcc8de77b71fd3bd203b2de0f1c9a146f7d47555ab856389e16a372ee41f4ab57be611877fc16 DIST go-tools-0_pre20180817.tar.gz 2321169 BLAKE2B d1ba93b36b62bfbf53770cab6c96019d1a96db0ff6521f591577d866f74a1f65ec24e41a06f81d0040be7122f2e0da734e68d0a72591040265b5f95b324645fe SHA512 1af6c4a58f4d1985dc55e4342d9a4f26ada646ffe87fafdb5bdf876ad972a9f826da257ff9a10956c24dbc90ed9d6935bb78b4f7d30f9e50493c60f7ce92edb1 +DIST go-tools-0_pre20190911.tar.gz 2264380 BLAKE2B 049d961191eec5b3bd75d9ab1dea576a9b3700cdcd06fce39ae34844af7dc045d61cbe604c16c1fd355f38c0a3e5523c0162ca37c49bd7a7d28642fa2a5b4e5e SHA512 d72f71a8d3f1b14b165d60279dd4dc110ee59ae0e716cdfa9d23610d65972c03fea7191848e5a1b38dc6a2ce96050fdd919f3251e39c0dced11be9d47087a50c diff --git a/dev-go/go-tools/go-tools-0_pre20190911.ebuild b/dev-go/go-tools/go-tools-0_pre20190911.ebuild new file mode 100644 index 000..5a326334fe1 --- /dev/null +++ b/dev-go/go-tools/go-tools-0_pre20190911.ebuild @@ -0,0 +1,117 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +EGO_PN="golang.org/x/tools" + +EGO_VENDOR=( + "golang.org/x/net 3b0461eec859c4b73bb64fdc8285971fd33e3938 github.com/golang/net" + "golang.org/x/sync 112230192c580c3556b8cee6403af37a4fc5f28c github.com/golang/sync" + "golang.org/x/xerrors a985d3407aa71f30cf86696ee0a2f409709f22e1 github.com/golang/xerrors" +) + +EGIT_COMMIT="6bfd74cf029c99138aa1bb5b7e0d6b57c9d4eb49" +ARCHIVE_URI="https://github.com/golang/tools/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64 ~arm ~x86" +inherit golang-build golang-vcs-snapshot + +DESCRIPTION="Tools that support the Go programming language (godoc, etc.)" +HOMEPAGE="https://godoc.org/golang.org/x/tools"; +GO_FAVICON="go-favicon-20181103162401.ico" +SRC_URI="${ARCHIVE_URI} + ${EGO_VENDOR_URI} + mirror://gentoo/${GO_FAVICON} + https://dev.gentoo.org/~zmedico/distfiles/${GO_FAVICON}"; +LICENSE="BSD" +SLOT="0/${PVR}" +S=${WORKDIR}/${P}/src/${EGO_PN} + +src_prepare() { + default + # Add favicon to the godoc web interface (bug 551030) + cp "${DISTDIR}"/${GO_FAVICON} "godoc/static/favicon.ico" || + die + sed -e 's:"example.html",:\0\n\t"favicon.ico",:' \ + -i godoc/static/gen.go || die + sed -e 's:\n\0:' \ + -i godoc/static
[gentoo-commits] proj/portage:master commit in: lib/portage/tests/resolver/
commit: c510f715b748a604c47fb78ed4796bf0391bcfdd Author: Zac Medico gentoo org> AuthorDate: Sun Sep 15 03:34:07 2019 + Commit: Zac Medico gentoo org> CommitDate: Sun Sep 15 03:35:48 2019 + URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=c510f715 SlotOperatorRuntimePkgMaskTestCase: increase --backtrack to 13 Hopefully this solves an occasional travis-ci test failure like this: AssertionError: False != True : atoms: (=app-misc/meta-pkg-2), key: slot_collision_solutions, expected: None, got: [] atoms: (=app-misc/meta-pkg-2), key: success, expected: True, got: False See: https://travis-ci.org/gentoo/portage/jobs/585109030 Signed-off-by: Zac Medico gentoo.org> lib/portage/tests/resolver/test_slot_operator_runtime_pkg_mask.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/portage/tests/resolver/test_slot_operator_runtime_pkg_mask.py b/lib/portage/tests/resolver/test_slot_operator_runtime_pkg_mask.py index f8b53e2b5..4a028def3 100644 --- a/lib/portage/tests/resolver/test_slot_operator_runtime_pkg_mask.py +++ b/lib/portage/tests/resolver/test_slot_operator_runtime_pkg_mask.py @@ -1,4 +1,4 @@ -# Copyright 2017 Gentoo Foundation +# Copyright 2017-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 from portage.tests import TestCase @@ -110,7 +110,7 @@ class SlotOperatorRuntimePkgMaskTestCase(TestCase): ResolverPlaygroundTestCase( ["=app-misc/meta-pkg-2"], options = { - "--backtrack": 12, + "--backtrack": 13, }, success = True, ambiguous_merge_order = True,
[gentoo-commits] proj/portage:master commit in: bin/
commit: 6619580ca329fef1df86670457e87fdfddba6589 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Sun Sep 15 02:57:53 2019 + Commit: Zac Medico gentoo org> CommitDate: Sun Sep 15 03:07:11 2019 + URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=6619580c __ebuild_main: Rename phase_func variable to ___phase_func. ___* variables are now automatically filtered by __filter_readonly_variables(). `unset` does not actually remove local variables, it only removes their values. Previously phase_func variable was stored (without value) in environment.bz2 files in VDB. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Zac Medico gentoo.org> bin/phase-functions.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh index 0bc0d525e..92fcd3929 100644 --- a/bin/phase-functions.sh +++ b/bin/phase-functions.sh @@ -981,9 +981,8 @@ __ebuild_main() { # respect FEATURES="-ccache". has ccache $FEATURES || export CCACHE_DISABLE=1 - local phase_func=$(__ebuild_arg_to_phase "$EBUILD_PHASE") - [[ -n $phase_func ]] && __ebuild_phase_funcs "$EAPI" "$phase_func" - unset phase_func + local ___phase_func=$(__ebuild_arg_to_phase "$EBUILD_PHASE") + [[ -n ${___phase_func} ]] && __ebuild_phase_funcs "$EAPI" "${___phase_func}" __source_all_bashrcs
[gentoo-commits] proj/portage:master commit in: bin/
commit: 6f25ddc48be233c8c832eb733c2f46a3a587051a Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Sun Sep 15 02:56:59 2019 + Commit: Zac Medico gentoo org> CommitDate: Sun Sep 15 03:06:50 2019 + URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=6f25ddc4 __filter_readonly_variables: Filter ___* variables. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Zac Medico gentoo.org> bin/phase-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh index e6380f554..0bc0d525e 100644 --- a/bin/phase-functions.sh +++ b/bin/phase-functions.sh @@ -97,7 +97,7 @@ __filter_readonly_variables() { # Untrusted due to possible application of package renames to binpkgs local binpkg_untrusted_vars="CATEGORY P PF PN PR PV PVR" local misc_garbage_vars="_portage_filter_opts" - filtered_vars="$readonly_bash_vars $bash_misc_vars + filtered_vars="___.* $readonly_bash_vars $bash_misc_vars $PORTAGE_READONLY_VARS $misc_garbage_vars" # Filter SYSROOT unconditionally. It is propagated in every EAPI
[gentoo-commits] repo/gentoo:master commit in: app-arch/zopfli/
commit: 13c7e1a5d7c50dd1986c1d6a2673ad80459bfa6c Author: Matt Turner gentoo org> AuthorDate: Sun Sep 15 02:50:22 2019 + Commit: Matt Turner gentoo org> CommitDate: Sun Sep 15 02:50:48 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c7e1a5 app-arch/zopfli-1.0.2: add ~arm, bug 694372 Signed-off-by: Matt Turner gentoo.org> app-arch/zopfli/zopfli-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/zopfli/zopfli-1.0.2.ebuild b/app-arch/zopfli/zopfli-1.0.2.ebuild index b0f76cfcd8f..6abb43d9762 100644 --- a/app-arch/zopfli/zopfli-1.0.2.ebuild +++ b/app-arch/zopfli/zopfli-1.0.2.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${P}" LICENSE="Apache-2.0" SLOT="0/1" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" DOCS=( CONTRIBUTORS README README.zopflipng )
[gentoo-commits] repo/gentoo:master commit in: dev-python/fonttools/
commit: bdc058578a3f880a7c16b43740d144026c734561 Author: Matt Turner gentoo org> AuthorDate: Sun Sep 15 02:50:14 2019 + Commit: Matt Turner gentoo org> CommitDate: Sun Sep 15 02:50:48 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc05857 dev-python/fonttools-3.44.0: add ~arm, bug 694372 Signed-off-by: Matt Turner gentoo.org> dev-python/fonttools/fonttools-3.44.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fonttools/fonttools-3.44.0.ebuild b/dev-python/fonttools/fonttools-3.44.0.ebuild index e48e4bd42f4..dc74b1c5ee3 100644 --- a/dev-python/fonttools/fonttools-3.44.0.ebuild +++ b/dev-python/fonttools/fonttools-3.44.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: dev-python/fonttools/
commit: 9edfb1b31ea8bb835d457c0e9e12d0536e2592d7 Author: Matt Turner gentoo org> AuthorDate: Sun Sep 15 02:50:09 2019 + Commit: Matt Turner gentoo org> CommitDate: Sun Sep 15 02:50:48 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9edfb1b3 dev-python/fonttools-4.0.1: add ~arm, bug 694372 Signed-off-by: Matt Turner gentoo.org> dev-python/fonttools/fonttools-4.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fonttools/fonttools-4.0.1.ebuild b/dev-python/fonttools/fonttools-4.0.1.ebuild index d2cde823d0f..a068688cbe1 100644 --- a/dev-python/fonttools/fonttools-4.0.1.ebuild +++ b/dev-python/fonttools/fonttools-4.0.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-staging/
commit: c56aaa7164cfe15909ebf21b10012ba95f3b3942 Author: Nick Sarnie gentoo org> AuthorDate: Sun Sep 15 02:15:47 2019 + Commit: Nick Sarnie gentoo org> CommitDate: Sun Sep 15 02:15:47 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c56aaa71 app-emulation/wine-staging: Drop old Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Nick Sarnie gentoo.org> app-emulation/wine-staging/Manifest| 2 - .../wine-staging/wine-staging-4.12.1.ebuild| 618 - 2 files changed, 620 deletions(-) diff --git a/app-emulation/wine-staging/Manifest b/app-emulation/wine-staging/Manifest index 617e4482515..add5677ff12 100644 --- a/app-emulation/wine-staging/Manifest +++ b/app-emulation/wine-staging/Manifest @@ -1,10 +1,8 @@ DIST gentoo-wine-patches-20190511.tar.xz 58996 BLAKE2B 571c30d94341f567261893f884345b39eab42adc8b5c306a30d03943fd770055e070ae01e41e5add5b873063d3aaa69641faf81b16ac6039970d8a22b177dd7e SHA512 ccd74d0d6acecc7b24dc89466f93099bd6991d607a4fe89d68637d1fa82e02ebd76b532fe1afd8ab8de8ef3f2d49fe8d71f797796a9434f4b0f7a8183c084969 -DIST wine-4.12.1.tar.xz 22125544 BLAKE2B 7a3b221e2bf3af91feff529b5af3926956cbcbce020439c7aa4f464f78d8c93ed1686eabdfee080dd0946e378645667ddb19c67a6449f1b171f1660127ecc05d SHA512 5d226aa4f24c59949c88d377d8f3d38839179e473b7e5bbf029af8142dfa23fd046ca919b63c8c8fc7e1a46077a860d3dab9d2e040f0367c85c8d386707222c1 DIST wine-4.13.tar.xz 22137820 BLAKE2B 6aab4930fd176757e2594a580ba73694cf04b5411eaf26dc332a8aee5efcd1a181781d010610b22aaa6dd91b4f9161502609b8a23928d6848329d773f98c41cd SHA512 b359db3c99d10b489f7f72172b624e7b2e2b826c206e842a524d781ab5947e2b03623a115c2345fc71df22eb508936c2f7667d4c420a2fb6cdc34e3d2ba5e75b DIST wine-4.14.tar.xz 22151304 BLAKE2B 04983c21fa58091a36e681c90b92b4f014287ea7edb105bef560ed0505682dd1d3832292a0e2cc72489f0c4a2247ce9c1ec7481f80cf2baa05953e525ce00b1c SHA512 cfbcad1685abf3a3810c5f29c50e47f1340aab2276e54d8d22b9b764df5099ff7ad399a6cca200c7a622be0470992d3aee1c0c64c2e6ea90221fee6d391d911c DIST wine-4.15.tar.xz 22196108 BLAKE2B d3b28ad1bbfb7e1522a3acb120049dd3ac3fe0473d0f84529e86b5b9163401869e39f7c4c0e14795a97362722c41ea1476e4afbd1a545e5518504df2628c928a SHA512 f8290bbfd3779cb967c1cf689106fa48d1a1daeac2bd42fb91a2d4beed48e0c398ed9239437756bdbe3cd826cef59f5cd660381f637e184c47a865ff3ace91aa DIST wine-4.16.tar.xz 22205248 BLAKE2B e7f7daeb4f75a5cf38478609512317e55ead862812a409e4f094178c0b7dec2a969b0a96e83059a1bede3610d3986529f926041765cfa536b786ee53fdc27b84 SHA512 f3097b06e490356e68484239b7a2ac1cfa968818565c79386ba6c0e70a318c092af5549da8218935cbe891876fa519d361a3775d0ab5d4adc192555ae0e45d86 -DIST wine-staging-4.12.1.tar.gz 9920469 BLAKE2B e76f1efe205fea913c8ae50e290f271a07f46ae5a9fe4a521d9e96a8834ff7eb70aa0d42a6d308ca081b14628bbb85e1c638dcfe7fa732a5e25a3a20e07b0b67 SHA512 804e99567632326f5ea55fd86c4ed236da3b3636b0aaf5dbf4427694b0786326bd048fbb119b37fc66d4072dacec9ac354b804ad372cad69cbf086360eaedc38 DIST wine-staging-4.13.tar.gz 9913015 BLAKE2B 125b96fbe2de3c6d5c302dc25f0d1ba65fa3deb00a76c30a55e9fe43ad06bc3cb7ea18f542638268c1e854effedca557e837512b54c92905b928d83b33aa6aae SHA512 a5240b3999b1ba605d16148022e57a4574c0e9288763a5c4a259ea06c3a7152af8b136b0e2b8a74b1a40fb6adaf5ce012695160afdd5364fa1b4c7a903fd82b1 DIST wine-staging-4.14.tar.gz 9910499 BLAKE2B 2e9d2983156a3f309e740503825ff0ebb2461ffc785147e9853122e7d64269409f7e73fea0b5a0fac149a4fb7d27a11cdc8ba0759ca9fc0fb0492d8d3884c503 SHA512 481a50f4ba3f1c445bd5b9754d7b27bdcd0bc386930e3597051a0962778288f8d4649e9f4e8bc188738c6896821a198f3af15b47e9db719f52d0b3db16a407f0 DIST wine-staging-4.15.tar.gz 9904734 BLAKE2B 163d6f51a6fe649c8c107b013aafa5c5729bb93cafe94446cde966138c18d5aed2e950ce9a71ae4c719efb358406af079efb21cc8546d97e2b7146a5cae27a56 SHA512 0c34695c1d39773fb34a58f0cdb91d427945615e7b76b8a7222bc84fda8df08125832297b75aca55e69511b6b3686df70dade84bcc7cc9324f30c042146761b0 diff --git a/app-emulation/wine-staging/wine-staging-4.12.1.ebuild b/app-emulation/wine-staging/wine-staging-4.12.1.ebuild deleted file mode 100644 index 0804c00c243..000 --- a/app-emulation/wine-staging/wine-staging-4.12.1.ebuild +++ /dev/null @@ -1,618 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" -PLOCALE_BACKUP="en" - -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils - -MY_PN="${PN%%-*}" -MY_P="${MY_PN}-${PV}" - -if [[ ${PV} == "" ]] ; then - EGIT_REPO_URI="https://source.winehq.org/git/wine.git"; - EGIT_BRANCH="master" - inherit git-r3 - SRC_URI="" - #KEYWORDS="" -else - MAJOR_V=$(ver_cut 1) - SRC_URI="https:
[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-staging/
commit: 55a7697d0404dbcb4539b6ae4e712985e715fe5b Author: Nick Sarnie gentoo org> AuthorDate: Sun Sep 15 02:15:16 2019 + Commit: Nick Sarnie gentoo org> CommitDate: Sun Sep 15 02:15:16 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a7697d app-emulation/wine-staging: Sync with ::wine Bump to 4.16 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Nick Sarnie gentoo.org> app-emulation/wine-staging/Manifest| 2 + .../wine-staging/wine-staging-4.16.ebuild | 620 + 2 files changed, 622 insertions(+) diff --git a/app-emulation/wine-staging/Manifest b/app-emulation/wine-staging/Manifest index 085df6d8ce3..617e4482515 100644 --- a/app-emulation/wine-staging/Manifest +++ b/app-emulation/wine-staging/Manifest @@ -3,7 +3,9 @@ DIST wine-4.12.1.tar.xz 22125544 BLAKE2B 7a3b221e2bf3af91feff529b5af3926956cbcbc DIST wine-4.13.tar.xz 22137820 BLAKE2B 6aab4930fd176757e2594a580ba73694cf04b5411eaf26dc332a8aee5efcd1a181781d010610b22aaa6dd91b4f9161502609b8a23928d6848329d773f98c41cd SHA512 b359db3c99d10b489f7f72172b624e7b2e2b826c206e842a524d781ab5947e2b03623a115c2345fc71df22eb508936c2f7667d4c420a2fb6cdc34e3d2ba5e75b DIST wine-4.14.tar.xz 22151304 BLAKE2B 04983c21fa58091a36e681c90b92b4f014287ea7edb105bef560ed0505682dd1d3832292a0e2cc72489f0c4a2247ce9c1ec7481f80cf2baa05953e525ce00b1c SHA512 cfbcad1685abf3a3810c5f29c50e47f1340aab2276e54d8d22b9b764df5099ff7ad399a6cca200c7a622be0470992d3aee1c0c64c2e6ea90221fee6d391d911c DIST wine-4.15.tar.xz 22196108 BLAKE2B d3b28ad1bbfb7e1522a3acb120049dd3ac3fe0473d0f84529e86b5b9163401869e39f7c4c0e14795a97362722c41ea1476e4afbd1a545e5518504df2628c928a SHA512 f8290bbfd3779cb967c1cf689106fa48d1a1daeac2bd42fb91a2d4beed48e0c398ed9239437756bdbe3cd826cef59f5cd660381f637e184c47a865ff3ace91aa +DIST wine-4.16.tar.xz 22205248 BLAKE2B e7f7daeb4f75a5cf38478609512317e55ead862812a409e4f094178c0b7dec2a969b0a96e83059a1bede3610d3986529f926041765cfa536b786ee53fdc27b84 SHA512 f3097b06e490356e68484239b7a2ac1cfa968818565c79386ba6c0e70a318c092af5549da8218935cbe891876fa519d361a3775d0ab5d4adc192555ae0e45d86 DIST wine-staging-4.12.1.tar.gz 9920469 BLAKE2B e76f1efe205fea913c8ae50e290f271a07f46ae5a9fe4a521d9e96a8834ff7eb70aa0d42a6d308ca081b14628bbb85e1c638dcfe7fa732a5e25a3a20e07b0b67 SHA512 804e99567632326f5ea55fd86c4ed236da3b3636b0aaf5dbf4427694b0786326bd048fbb119b37fc66d4072dacec9ac354b804ad372cad69cbf086360eaedc38 DIST wine-staging-4.13.tar.gz 9913015 BLAKE2B 125b96fbe2de3c6d5c302dc25f0d1ba65fa3deb00a76c30a55e9fe43ad06bc3cb7ea18f542638268c1e854effedca557e837512b54c92905b928d83b33aa6aae SHA512 a5240b3999b1ba605d16148022e57a4574c0e9288763a5c4a259ea06c3a7152af8b136b0e2b8a74b1a40fb6adaf5ce012695160afdd5364fa1b4c7a903fd82b1 DIST wine-staging-4.14.tar.gz 9910499 BLAKE2B 2e9d2983156a3f309e740503825ff0ebb2461ffc785147e9853122e7d64269409f7e73fea0b5a0fac149a4fb7d27a11cdc8ba0759ca9fc0fb0492d8d3884c503 SHA512 481a50f4ba3f1c445bd5b9754d7b27bdcd0bc386930e3597051a0962778288f8d4649e9f4e8bc188738c6896821a198f3af15b47e9db719f52d0b3db16a407f0 DIST wine-staging-4.15.tar.gz 9904734 BLAKE2B 163d6f51a6fe649c8c107b013aafa5c5729bb93cafe94446cde966138c18d5aed2e950ce9a71ae4c719efb358406af079efb21cc8546d97e2b7146a5cae27a56 SHA512 0c34695c1d39773fb34a58f0cdb91d427945615e7b76b8a7222bc84fda8df08125832297b75aca55e69511b6b3686df70dade84bcc7cc9324f30c042146761b0 +DIST wine-staging-4.16.tar.gz 9905714 BLAKE2B fe72d1123c7f418dc9702b113679de7d21a8f20b2bed5e9b2f7a2b411ca28b407e0d2d134dee19ee06414df7a3ccfaa784d5689e3dc79043544d17c6768e6a17 SHA512 8782e4aecb34443404b1ac02c6b1ba91887ad12f07c7960601f879b034937d5ee6f1c1493437e765804beed6e68fa20383f7c02a09534526cc5f4bb857048faf diff --git a/app-emulation/wine-staging/wine-staging-4.16.ebuild b/app-emulation/wine-staging/wine-staging-4.16.ebuild new file mode 100644 index 000..52c20dca7b4 --- /dev/null +++ b/app-emulation/wine-staging/wine-staging-4.16.ebuild @@ -0,0 +1,620 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" +PLOCALE_BACKUP="en" + +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils + +MY_PN="${PN%%-*}" +MY_P="${MY_PN}-${PV}" + +if [[ ${PV} == "" ]] ; then + EGIT_REPO_URI="https://source.winehq.org/git/wine.git"; + EGIT_BRANCH="master" + inherit git-r3 + SRC_URI="" + #KEYWORDS="" +else + MAJOR_V=$(ver_cut 1) + SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz"; + KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" +fi +S="${WORKDIR}/${MY_P}" + +STAGING_P="wine-staging-${PV}" +STAGING_DIR="${WORKDIR}/${STAGING_P}" +GWP_V="20190511" +PAT
[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/
commit: 6a50ae39dc1dd9e74ef631e651093cebc9d2a7a9 Author: Nick Sarnie gentoo org> AuthorDate: Sun Sep 15 02:14:27 2019 + Commit: Nick Sarnie gentoo org> CommitDate: Sun Sep 15 02:14:27 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a50ae39 app-emulation/wine-vanilla: Drop old Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Nick Sarnie gentoo.org> app-emulation/wine-vanilla/Manifest| 1 - .../wine-vanilla/wine-vanilla-4.12.1.ebuild| 538 - 2 files changed, 539 deletions(-) diff --git a/app-emulation/wine-vanilla/Manifest b/app-emulation/wine-vanilla/Manifest index 563eaa96795..68d075d5a42 100644 --- a/app-emulation/wine-vanilla/Manifest +++ b/app-emulation/wine-vanilla/Manifest @@ -3,7 +3,6 @@ DIST gentoo-wine-patches-20190511.tar.xz 58996 BLAKE2B 571c30d94341f567261893f88 DIST wine-4.0.1.tar.xz 21665840 BLAKE2B b33b5ce8b4624dfbbbf473a88ed8c52d5e53855fa98ac3128e9b89dbeee6e92044ed1e662e1dc9669bd8d805424c36f2dd2c836c51bf6a5e4d78350926a13150 SHA512 dd240525e389f841123a569fd2f9b8da698b7707bc0de408dfd60ae73c5e24d522abb42b76571c840df52c686fdeae56e0a9c69db2cd31f04cdb345feeacf1dc DIST wine-4.0.2.tar.xz 21668348 BLAKE2B f1aa8ba3add9ae1e6fbb930a0c557c0015a699b21ba9988c6832c9a1b5180f98cbaadc561fbe4a22e97ff78732ee121a14f5a82b0637c71a4856fa5524ff2f5a SHA512 14cb7eeba188562b73125c668f2020e1df6802e486552e422d3aa75b95f6fccedc0f87868f7e58ce71697941ff49757981ec93b9ef288da37ca8570658f194fc DIST wine-4.0.tar.xz 21644692 BLAKE2B 9c426ef2249c16e908a3617c2844d8b12a2df843721338b1cfb69459815b902cfa0ddf3d74c09dc900fb2ceb003e54d97a7c0afaac51a9caab7d21beb82e26c3 SHA512 7607fa7a3d5f7bcd3d8c4c9e7bb6e1987466110bbfc672782ebe57c6d9da348c58e76abf40b0a70c725dfd703163db6e194ee0e3db11a47b6b60e225163308dd -DIST wine-4.12.1.tar.xz 22125544 BLAKE2B 7a3b221e2bf3af91feff529b5af3926956cbcbce020439c7aa4f464f78d8c93ed1686eabdfee080dd0946e378645667ddb19c67a6449f1b171f1660127ecc05d SHA512 5d226aa4f24c59949c88d377d8f3d38839179e473b7e5bbf029af8142dfa23fd046ca919b63c8c8fc7e1a46077a860d3dab9d2e040f0367c85c8d386707222c1 DIST wine-4.13.tar.xz 22137820 BLAKE2B 6aab4930fd176757e2594a580ba73694cf04b5411eaf26dc332a8aee5efcd1a181781d010610b22aaa6dd91b4f9161502609b8a23928d6848329d773f98c41cd SHA512 b359db3c99d10b489f7f72172b624e7b2e2b826c206e842a524d781ab5947e2b03623a115c2345fc71df22eb508936c2f7667d4c420a2fb6cdc34e3d2ba5e75b DIST wine-4.14.tar.xz 22151304 BLAKE2B 04983c21fa58091a36e681c90b92b4f014287ea7edb105bef560ed0505682dd1d3832292a0e2cc72489f0c4a2247ce9c1ec7481f80cf2baa05953e525ce00b1c SHA512 cfbcad1685abf3a3810c5f29c50e47f1340aab2276e54d8d22b9b764df5099ff7ad399a6cca200c7a622be0470992d3aee1c0c64c2e6ea90221fee6d391d911c DIST wine-4.15.tar.xz 22196108 BLAKE2B d3b28ad1bbfb7e1522a3acb120049dd3ac3fe0473d0f84529e86b5b9163401869e39f7c4c0e14795a97362722c41ea1476e4afbd1a545e5518504df2628c928a SHA512 f8290bbfd3779cb967c1cf689106fa48d1a1daeac2bd42fb91a2d4beed48e0c398ed9239437756bdbe3cd826cef59f5cd660381f637e184c47a865ff3ace91aa diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.12.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.12.1.ebuild deleted file mode 100644 index 42d4ca69bfa..000 --- a/app-emulation/wine-vanilla/wine-vanilla-4.12.1.ebuild +++ /dev/null @@ -1,538 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" -PLOCALE_BACKUP="en" - -inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils - -MY_PN="${PN%%-*}" -MY_P="${MY_PN}-${PV}" - -if [[ ${PV} == "" ]] ; then - EGIT_REPO_URI="https://source.winehq.org/git/wine.git"; - EGIT_BRANCH="master" - inherit git-r3 - SRC_URI="" - #KEYWORDS="" -else - MAJOR_V=$(ver_cut 1) - SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz"; - KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" -fi -S="${WORKDIR}/${MY_P}" - -GWP_V="20190511" -PATCHDIR="${WORKDIR}/gentoo-wine-patches" - -DESCRIPTION="Free implementation of Windows(tm) on Unix, without external patchsets" -HOMEPAGE="https://www.winehq.org/"; -SRC_URI="${SRC_URI} - https://dev.gentoo.org/~sarnex/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz -" - -LICENSE="LGPL-2.1" -SLOT="${PV}" -IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +faudio +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner sdl selinux +ssl test +threads +truetype udev +udisks v4l vkd3d vulkan +X +xcomposite xinerama +xml" -R
[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/
commit: 686c4fcceaca74deae938c040f1718792e64d089 Author: Nick Sarnie gentoo org> AuthorDate: Sun Sep 15 02:12:36 2019 + Commit: Nick Sarnie gentoo org> CommitDate: Sun Sep 15 02:12:36 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=686c4fcc app-emulation/wine-vanilla: Sync with ::wine Bump to 4.16 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Nick Sarnie gentoo.org> app-emulation/wine-vanilla/Manifest| 1 + .../wine-vanilla/wine-vanilla-4.16.ebuild | 538 + 2 files changed, 539 insertions(+) diff --git a/app-emulation/wine-vanilla/Manifest b/app-emulation/wine-vanilla/Manifest index 4dc9db8046d..563eaa96795 100644 --- a/app-emulation/wine-vanilla/Manifest +++ b/app-emulation/wine-vanilla/Manifest @@ -7,3 +7,4 @@ DIST wine-4.12.1.tar.xz 22125544 BLAKE2B 7a3b221e2bf3af91feff529b5af3926956cbcbc DIST wine-4.13.tar.xz 22137820 BLAKE2B 6aab4930fd176757e2594a580ba73694cf04b5411eaf26dc332a8aee5efcd1a181781d010610b22aaa6dd91b4f9161502609b8a23928d6848329d773f98c41cd SHA512 b359db3c99d10b489f7f72172b624e7b2e2b826c206e842a524d781ab5947e2b03623a115c2345fc71df22eb508936c2f7667d4c420a2fb6cdc34e3d2ba5e75b DIST wine-4.14.tar.xz 22151304 BLAKE2B 04983c21fa58091a36e681c90b92b4f014287ea7edb105bef560ed0505682dd1d3832292a0e2cc72489f0c4a2247ce9c1ec7481f80cf2baa05953e525ce00b1c SHA512 cfbcad1685abf3a3810c5f29c50e47f1340aab2276e54d8d22b9b764df5099ff7ad399a6cca200c7a622be0470992d3aee1c0c64c2e6ea90221fee6d391d911c DIST wine-4.15.tar.xz 22196108 BLAKE2B d3b28ad1bbfb7e1522a3acb120049dd3ac3fe0473d0f84529e86b5b9163401869e39f7c4c0e14795a97362722c41ea1476e4afbd1a545e5518504df2628c928a SHA512 f8290bbfd3779cb967c1cf689106fa48d1a1daeac2bd42fb91a2d4beed48e0c398ed9239437756bdbe3cd826cef59f5cd660381f637e184c47a865ff3ace91aa +DIST wine-4.16.tar.xz 22205248 BLAKE2B e7f7daeb4f75a5cf38478609512317e55ead862812a409e4f094178c0b7dec2a969b0a96e83059a1bede3610d3986529f926041765cfa536b786ee53fdc27b84 SHA512 f3097b06e490356e68484239b7a2ac1cfa968818565c79386ba6c0e70a318c092af5549da8218935cbe891876fa519d361a3775d0ab5d4adc192555ae0e45d86 diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.16.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.16.ebuild new file mode 100644 index 000..d6779b0d96a --- /dev/null +++ b/app-emulation/wine-vanilla/wine-vanilla-4.16.ebuild @@ -0,0 +1,538 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" +PLOCALE_BACKUP="en" + +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils + +MY_PN="${PN%%-*}" +MY_P="${MY_PN}-${PV}" + +if [[ ${PV} == "" ]] ; then + EGIT_REPO_URI="https://source.winehq.org/git/wine.git"; + EGIT_BRANCH="master" + inherit git-r3 + SRC_URI="" + #KEYWORDS="" +else + MAJOR_V=$(ver_cut 1) + SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz"; + KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" +fi +S="${WORKDIR}/${MY_P}" + +GWP_V="20190511" +PATCHDIR="${WORKDIR}/gentoo-wine-patches" + +DESCRIPTION="Free implementation of Windows(tm) on Unix, without external patchsets" +HOMEPAGE="https://www.winehq.org/"; +SRC_URI="${SRC_URI} + https://dev.gentoo.org/~sarnex/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz +" + +LICENSE="LGPL-2.1" +SLOT="${PV}" +IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +faudio +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner sdl selinux +ssl test +threads +truetype udev +udisks v4l vkd3d vulkan +X +xcomposite xinerama +xml" +REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) + X? ( truetype ) + elibc_glibc? ( threads ) + osmesa? ( opengl ) + test? ( abi_x86_32 ) + vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124 + +# FIXME: the test suite is unsuitable for us; many tests require net access +# or fail due to Xvfb's opengl limitations. +RESTRICT="test" + +COMMON_DEPEND=" + X? ( + x11-libs/libXcursor[${MULTILIB_USEDEP}] + x11-libs/libXext[${MULTILIB_USEDEP}] + x11-libs/libXfixes[${MULTILIB_USEDEP}] + x11-libs/libXrandr[${MULTILIB_USEDEP}] + x11-libs/libXi[${MULTILIB_USEDEP}] + x11-libs/libXxf86vm[${MULTILIB_USEDEP}] + ) + alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] ) + capi? ( net-libs/libcapi[${MULTILIB_USEDEP}] ) + cups? ( net-print/cups:=[${MULTILIB_USEDEP}] ) + fa
[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/
commit: 39f1e2b2783cad2826ce5cd2ae3edbf14bc98a68 Author: Nick Sarnie gentoo org> AuthorDate: Sun Sep 15 02:07:30 2019 + Commit: Nick Sarnie gentoo org> CommitDate: Sun Sep 15 02:09:18 2019 + URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=39f1e2b2 app-emulation/wine-vanilla: Bump to 4.16 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Nick Sarnie gentoo.org> app-emulation/wine-vanilla/Manifest| 1 + .../wine-vanilla/wine-vanilla-4.16.ebuild | 538 + 2 files changed, 539 insertions(+) diff --git a/app-emulation/wine-vanilla/Manifest b/app-emulation/wine-vanilla/Manifest index 8e281d0..531d253 100644 --- a/app-emulation/wine-vanilla/Manifest +++ b/app-emulation/wine-vanilla/Manifest @@ -12,6 +12,7 @@ DIST wine-4.12.1.tar.xz 22125544 BLAKE2B 7a3b221e2bf3af91feff529b5af3926956cbcbc DIST wine-4.13.tar.xz 22137820 BLAKE2B 6aab4930fd176757e2594a580ba73694cf04b5411eaf26dc332a8aee5efcd1a181781d010610b22aaa6dd91b4f9161502609b8a23928d6848329d773f98c41cd SHA512 b359db3c99d10b489f7f72172b624e7b2e2b826c206e842a524d781ab5947e2b03623a115c2345fc71df22eb508936c2f7667d4c420a2fb6cdc34e3d2ba5e75b DIST wine-4.14.tar.xz 22151304 BLAKE2B 04983c21fa58091a36e681c90b92b4f014287ea7edb105bef560ed0505682dd1d3832292a0e2cc72489f0c4a2247ce9c1ec7481f80cf2baa05953e525ce00b1c SHA512 cfbcad1685abf3a3810c5f29c50e47f1340aab2276e54d8d22b9b764df5099ff7ad399a6cca200c7a622be0470992d3aee1c0c64c2e6ea90221fee6d391d911c DIST wine-4.15.tar.xz 22196108 BLAKE2B d3b28ad1bbfb7e1522a3acb120049dd3ac3fe0473d0f84529e86b5b9163401869e39f7c4c0e14795a97362722c41ea1476e4afbd1a545e5518504df2628c928a SHA512 f8290bbfd3779cb967c1cf689106fa48d1a1daeac2bd42fb91a2d4beed48e0c398ed9239437756bdbe3cd826cef59f5cd660381f637e184c47a865ff3ace91aa +DIST wine-4.16.tar.xz 22205248 BLAKE2B e7f7daeb4f75a5cf38478609512317e55ead862812a409e4f094178c0b7dec2a969b0a96e83059a1bede3610d3986529f926041765cfa536b786ee53fdc27b84 SHA512 f3097b06e490356e68484239b7a2ac1cfa968818565c79386ba6c0e70a318c092af5549da8218935cbe891876fa519d361a3775d0ab5d4adc192555ae0e45d86 DIST wine-4.2.tar.xz 21724960 BLAKE2B d3c4381265e5086a17582c28fd4d19c84ed8e9839d039d5f2eba32efcc09ae6dad2a25fa375042d98d35de30065eaa0095e36bb8fbca608ec74abc654bae5196 SHA512 408a846e92a0222f64ddd3c4d2c2a71b387ce51749e346c1fbca1fd57db910fa18dc6bb4ce0a350bef81e13be77c6b2d74537f7a1c0dcbb0e6d4c19d1ade288c DIST wine-4.3.tar.xz 21764500 BLAKE2B dd94b710f2be20ce3225fb58e0a20f0ee46e59834dc77383e262620faa64597c41625382237c39563b3bb67b1850cca2460ca147e2c5ee3052f0fdfdee067ec5 SHA512 45c0519f8f2873ef65e1761d518a7148f3aa54c0e993a41a60849c01c8df17386d57edd83308cff289300adc6a8e3fc5918fb12513f5b85a88e556b420479e83 DIST wine-4.4.tar.xz 21805668 BLAKE2B cf973240a3f2a1ad1cac8690cdc5cd86be428220395d90bfe3b15567e6a2be0bb78e5828de3b77b617827122f5b0bb1dfeeef351102ca001722340ceaeb5625e SHA512 6678c9b0e086bdc9fab9f9fd2517226352b49f846bbae7be6000bb60db2f302aad49622192077b45880d45ad33ba4d82bfe3403fb82a1e65159f1352b40933de diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.16.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.16.ebuild new file mode 100644 index 000..d6779b0 --- /dev/null +++ b/app-emulation/wine-vanilla/wine-vanilla-4.16.ebuild @@ -0,0 +1,538 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" +PLOCALE_BACKUP="en" + +inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils + +MY_PN="${PN%%-*}" +MY_P="${MY_PN}-${PV}" + +if [[ ${PV} == "" ]] ; then + EGIT_REPO_URI="https://source.winehq.org/git/wine.git"; + EGIT_BRANCH="master" + inherit git-r3 + SRC_URI="" + #KEYWORDS="" +else + MAJOR_V=$(ver_cut 1) + SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz"; + KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" +fi +S="${WORKDIR}/${MY_P}" + +GWP_V="20190511" +PATCHDIR="${WORKDIR}/gentoo-wine-patches" + +DESCRIPTION="Free implementation of Windows(tm) on Unix, without external patchsets" +HOMEPAGE="https://www.winehq.org/"; +SRC_URI="${SRC_URI} + https://dev.gentoo.org/~sarnex/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz +" + +LICENSE="LGPL-2.1" +SLOT="${PV}" +IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +faudio +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner sdl selinux +ssl test +threads +truetype udev +udisks v4l vkd3d vulkan +X +xcomposite xinerama +xml" +REQUIRED_USE="|| ( abi_
[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-staging/
commit: b0d1f434bc3c7a8868b1928797440cbe73a81ecd Author: Nick Sarnie gentoo org> AuthorDate: Sun Sep 15 02:08:36 2019 + Commit: Nick Sarnie gentoo org> CommitDate: Sun Sep 15 02:09:25 2019 + URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=b0d1f434 app-emulation/wine-staging: Bump to 4.16 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Nick Sarnie gentoo.org> app-emulation/wine-staging/Manifest| 2 + .../wine-staging/wine-staging-4.16.ebuild | 620 + 2 files changed, 622 insertions(+) diff --git a/app-emulation/wine-staging/Manifest b/app-emulation/wine-staging/Manifest index 7413e9c..d46ab35 100644 --- a/app-emulation/wine-staging/Manifest +++ b/app-emulation/wine-staging/Manifest @@ -10,6 +10,7 @@ DIST wine-4.12.1.tar.xz 22125544 BLAKE2B 7a3b221e2bf3af91feff529b5af3926956cbcbc DIST wine-4.13.tar.xz 22137820 BLAKE2B 6aab4930fd176757e2594a580ba73694cf04b5411eaf26dc332a8aee5efcd1a181781d010610b22aaa6dd91b4f9161502609b8a23928d6848329d773f98c41cd SHA512 b359db3c99d10b489f7f72172b624e7b2e2b826c206e842a524d781ab5947e2b03623a115c2345fc71df22eb508936c2f7667d4c420a2fb6cdc34e3d2ba5e75b DIST wine-4.14.tar.xz 22151304 BLAKE2B 04983c21fa58091a36e681c90b92b4f014287ea7edb105bef560ed0505682dd1d3832292a0e2cc72489f0c4a2247ce9c1ec7481f80cf2baa05953e525ce00b1c SHA512 cfbcad1685abf3a3810c5f29c50e47f1340aab2276e54d8d22b9b764df5099ff7ad399a6cca200c7a622be0470992d3aee1c0c64c2e6ea90221fee6d391d911c DIST wine-4.15.tar.xz 22196108 BLAKE2B d3b28ad1bbfb7e1522a3acb120049dd3ac3fe0473d0f84529e86b5b9163401869e39f7c4c0e14795a97362722c41ea1476e4afbd1a545e5518504df2628c928a SHA512 f8290bbfd3779cb967c1cf689106fa48d1a1daeac2bd42fb91a2d4beed48e0c398ed9239437756bdbe3cd826cef59f5cd660381f637e184c47a865ff3ace91aa +DIST wine-4.16.tar.xz 22205248 BLAKE2B e7f7daeb4f75a5cf38478609512317e55ead862812a409e4f094178c0b7dec2a969b0a96e83059a1bede3610d3986529f926041765cfa536b786ee53fdc27b84 SHA512 f3097b06e490356e68484239b7a2ac1cfa968818565c79386ba6c0e70a318c092af5549da8218935cbe891876fa519d361a3775d0ab5d4adc192555ae0e45d86 DIST wine-4.2.tar.xz 21724960 BLAKE2B d3c4381265e5086a17582c28fd4d19c84ed8e9839d039d5f2eba32efcc09ae6dad2a25fa375042d98d35de30065eaa0095e36bb8fbca608ec74abc654bae5196 SHA512 408a846e92a0222f64ddd3c4d2c2a71b387ce51749e346c1fbca1fd57db910fa18dc6bb4ce0a350bef81e13be77c6b2d74537f7a1c0dcbb0e6d4c19d1ade288c DIST wine-4.3.tar.xz 21764500 BLAKE2B dd94b710f2be20ce3225fb58e0a20f0ee46e59834dc77383e262620faa64597c41625382237c39563b3bb67b1850cca2460ca147e2c5ee3052f0fdfdee067ec5 SHA512 45c0519f8f2873ef65e1761d518a7148f3aa54c0e993a41a60849c01c8df17386d57edd83308cff289300adc6a8e3fc5918fb12513f5b85a88e556b420479e83 DIST wine-4.4.tar.xz 21805668 BLAKE2B cf973240a3f2a1ad1cac8690cdc5cd86be428220395d90bfe3b15567e6a2be0bb78e5828de3b77b617827122f5b0bb1dfeeef351102ca001722340ceaeb5625e SHA512 6678c9b0e086bdc9fab9f9fd2517226352b49f846bbae7be6000bb60db2f302aad49622192077b45880d45ad33ba4d82bfe3403fb82a1e65159f1352b40933de @@ -26,6 +27,7 @@ DIST wine-staging-4.12.1.tar.gz 9920469 BLAKE2B e76f1efe205fea913c8ae50e290f271a DIST wine-staging-4.13.tar.gz 9913015 BLAKE2B 125b96fbe2de3c6d5c302dc25f0d1ba65fa3deb00a76c30a55e9fe43ad06bc3cb7ea18f542638268c1e854effedca557e837512b54c92905b928d83b33aa6aae SHA512 a5240b3999b1ba605d16148022e57a4574c0e9288763a5c4a259ea06c3a7152af8b136b0e2b8a74b1a40fb6adaf5ce012695160afdd5364fa1b4c7a903fd82b1 DIST wine-staging-4.14.tar.gz 9910499 BLAKE2B 2e9d2983156a3f309e740503825ff0ebb2461ffc785147e9853122e7d64269409f7e73fea0b5a0fac149a4fb7d27a11cdc8ba0759ca9fc0fb0492d8d3884c503 SHA512 481a50f4ba3f1c445bd5b9754d7b27bdcd0bc386930e3597051a0962778288f8d4649e9f4e8bc188738c6896821a198f3af15b47e9db719f52d0b3db16a407f0 DIST wine-staging-4.15.tar.gz 9904734 BLAKE2B 163d6f51a6fe649c8c107b013aafa5c5729bb93cafe94446cde966138c18d5aed2e950ce9a71ae4c719efb358406af079efb21cc8546d97e2b7146a5cae27a56 SHA512 0c34695c1d39773fb34a58f0cdb91d427945615e7b76b8a7222bc84fda8df08125832297b75aca55e69511b6b3686df70dade84bcc7cc9324f30c042146761b0 +DIST wine-staging-4.16.tar.gz 9905714 BLAKE2B fe72d1123c7f418dc9702b113679de7d21a8f20b2bed5e9b2f7a2b411ca28b407e0d2d134dee19ee06414df7a3ccfaa784d5689e3dc79043544d17c6768e6a17 SHA512 8782e4aecb34443404b1ac02c6b1ba91887ad12f07c7960601f879b034937d5ee6f1c1493437e765804beed6e68fa20383f7c02a09534526cc5f4bb857048faf DIST wine-staging-4.2.tar.gz 9850260 BLAKE2B 938d12bb44acef2920c6a47978f170cab532ddd785de394dddc95cc359b301e0db26a3ec9aa08abaf03542b59a97c16dfebb3bf5e4c9ddc9bed829200e529bb9 SHA512 2fb66bdeab084231983569d3884211a4d269a48bd6b25ba2e7c7e83d2dc98a205bd92dfc67c09528d57192086571d3f4f6c988c522b25aade1d525b74e662f2e DIST wine-staging-4.3.tar.gz 9888763 BLAKE2B 095f2789f601822e34b7f9d0a078bd433aa2861e7cc55d5b74520bfedc2c88064bbffa3a73bcea170c4e4fb96e9eaa50f0cb927aba2cc6d1f12480bacfa49968 SHA512 9fd89c54200cf7c8e8a7f978fb6b34c89ece755976789f5c5c361ffb8d2882f14260c81ab8ac14ad140e
[gentoo-commits] proj/portage:master commit in: bin/
commit: 964fea3031a91769ebf88237f7e77c8ab3e38d5c Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Sun Sep 15 01:40:03 2019 + Commit: Zac Medico gentoo org> CommitDate: Sun Sep 15 01:51:12 2019 + URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=964fea30 pid-ns-init: Fix typo in comment. Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Zac Medico gentoo.org> bin/pid-ns-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pid-ns-init b/bin/pid-ns-init index cfbd65280..18c74f799 100644 --- a/bin/pid-ns-init +++ b/bin/pid-ns-init @@ -84,7 +84,7 @@ def main(argv): if e.errno == errno.EPERM: # This means that stdout refers to the controlling terminal # of the parent process, and in this case we do not want to - # steel it. + # steal it. pass else: raise
[gentoo-commits] proj/portage:master commit in: bin/
commit: 8c14bedd62636df4f49b8ece9874a2c6c6b4df79 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Sun Sep 15 01:38:46 2019 + Commit: Zac Medico gentoo org> CommitDate: Sun Sep 15 01:49:49 2019 + URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=8c14bedd _eapply_patch: Delete no longer used variable. Fixes: e3386ff407d0e6df8e3bdc15ed42f9373b88cddb Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Zac Medico gentoo.org> bin/phase-helpers.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh index 42d3bcc54..b53d39650 100644 --- a/bin/phase-helpers.sh +++ b/bin/phase-helpers.sh @@ -990,7 +990,6 @@ if ___eapi_has_eapply; then local f=${1} local prefix=${2} - started_applying=1 ebegin "${prefix:-Applying }${f##*/}" # -p1 as a sane default # -f to avoid interactivity
[gentoo-commits] repo/gentoo:master commit in: app-misc/lirc/, app-misc/lirc/files/
commit: 31b7716e13228a7a36e9cbc53b7124d26137e137 Author: Craig Andrews gentoo org> AuthorDate: Sun Sep 15 01:15:26 2019 + Commit: Craig Andrews gentoo org> CommitDate: Sun Sep 15 01:32:24 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b7716e app-misc/lirc: Create the /run/lirc directory Bug: https://sourceforge.net/p/lirc/git/merge-requests/42/ Closes: https://bugs.gentoo.org/694310 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews gentoo.org> .../lirc/files/lirc-0.10.1-runtimedirectory.patch | 18 +++ app-misc/lirc/lirc-0.10.1-r2.ebuild| 161 + 2 files changed, 179 insertions(+) diff --git a/app-misc/lirc/files/lirc-0.10.1-runtimedirectory.patch b/app-misc/lirc/files/lirc-0.10.1-runtimedirectory.patch new file mode 100644 index 000..256ac9eda20 --- /dev/null +++ b/app-misc/lirc/files/lirc-0.10.1-runtimedirectory.patch @@ -0,0 +1,18 @@ +https://sourceforge.net/p/lirc/git/merge-requests/42/ + +Author: Craig Andrews +Date: Sat Sep 14 21:03:49 2019 -0400 + +systemd: ensure lirc runtime directory exists + +diff --git a/systemd/lircd.service b/systemd/lircd.service +--- a/systemd/lircd.service b/systemd/lircd.service +@@ -8,6 +8,7 @@ + [Service] + Type=simple + ExecStart=/usr/sbin/lircd --nodaemon ++RuntimeDirectory=lirc + ; User=lirc + ; Group=lirc + diff --git a/app-misc/lirc/lirc-0.10.1-r2.ebuild b/app-misc/lirc/lirc-0.10.1-r2.ebuild new file mode 100644 index 000..1395b4dc65e --- /dev/null +++ b/app-misc/lirc/lirc-0.10.1-r2.ebuild @@ -0,0 +1,161 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7} ) + +inherit eutils flag-o-matic linux-info python-single-r1 systemd xdg-utils + +DESCRIPTION="decode and send infra-red signals of many commonly used remote controls" +HOMEPAGE="http://www.lirc.org/"; + +LIRC_DRIVER_DEVICE="/dev/lirc0" + +MY_P=${PN}-${PV/_/-} + +if [[ "${PV/_pre/}" = "${PV}" ]]; then + SRC_URI="mirror://sourceforge/lirc/${MY_P}.tar.bz2" +else + SRC_URI="http://www.lirc.org/software/snapshots/${MY_P}.tar.bz2"; +fi + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" +IUSE="audio +devinput doc ftdi gtk inputlirc static-libs systemd +uinput usb X" + +REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} + gtk? ( X ) +" + +S="${WORKDIR}/${MY_P}" + +COMMON_DEPEND=" + ${PYTHON_DEPS} + audio? ( + >media-libs/portaudio-18 + media-libs/alsa-lib + ) + dev-python/pyyaml[${PYTHON_USEDEP}] + ftdi? ( dev-embedded/libftdi:0 ) + systemd? ( sys-apps/systemd ) + usb? ( virtual/libusb:0 ) + X? ( + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + ) +" + +DEPEND=" + ${COMMON_DEPEND} + dev-libs/libxslt + dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( app-doc/doxygen ) + sys-apps/kmod + sys-kernel/linux-headers +" + +RDEPEND=" + ${COMMON_DEPEND} + gtk? ( + x11-libs/vte[introspection] + dev-python/pygobject[${PYTHON_USEDEP}] + ) + inputlirc? ( app-misc/inputlircd ) +" + +PATCHES=( + "${FILESDIR}/${P}-unsafe-load.patch" + "${FILESDIR}/${P}-runtimedirectory.patch" +) + +MAKEOPTS+=" -j1" + +pkg_setup() { + use uinput && CONFIG_CHECK="~INPUT_UINPUT" + python-single-r1_pkg_setup + linux-info_pkg_setup +} + +src_configure() { + xdg_environment_reset + econf \ + --localstatedir="${EPREFIX}/var" \ + $(use_enable static-libs static) \ + $(use_enable devinput) \ + $(use_enable uinput) \ + $(use_with X x) +} + +src_install() { + default + + if use !gtk ; then + # lirc-setup requires gtk + rm "${ED}"/usr/bin/lirc-setup || die + fi + + newinitd "${FILESDIR}"/lircd-0.8.6-r2 lircd + newinitd "${FILESDIR}"/lircmd-0.9.4a-r2 lircmd + newconfd "${FILESDIR}"/lircd.conf.4 lircd + newconfd "${FILESDIR}"/lircmd-0.10.0.conf lircmd + + insinto /etc/modprobe.d/ + newins "${FILESDIR}"/modprobed.lirc lirc.conf + + newinitd "${FILESDIR}"/irexec-initd-0.9.4a-r2 irexec + newconfd "${FILESDIR}"/irexec-confd irexec + + keepdir /etc/lirc + if [[ -e "${ED}"/etc/lirc/lircd.conf ]]; then + newdoc "${ED}"/etc/lirc/lircd.conf lircd.conf.example + fi + + find "${ED}" -name '*.la' -delete || die + + # Avoid QA notice + rm -d "${ED}"/var/run/lirc || die + rm -d "${ED}"/var/run || die +} + +pkg_preinst() { + local dir="${EROOT}/etc/modprobe.d" + if [[ -a "${dir}"/lirc && ! -a "${dir}"/lirc.conf ]]; then + elog "Renaming ${dir}/lirc to lirc.conf" + mv -f "${dir}/lirc" "${di
[gentoo-commits] repo/gentoo:master commit in: net-libs/quiche/
commit: 87525fca21f1c3608698715efba09f3be5cb95a7 Author: Craig Andrews gentoo org> AuthorDate: Sun Sep 15 00:43:48 2019 + Commit: Craig Andrews gentoo org> CommitDate: Sun Sep 15 01:32:24 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87525fca net-libs/quiche: Use github for boringssl Avoids changing tar.gz files which break the manifest Closes: https://bugs.gentoo.org/694358 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews gentoo.org> net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild b/net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild index 0776abf0f3e..322f4df4e97 100644 --- a/net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild +++ b/net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild @@ -134,7 +134,7 @@ else GIT_COMMIT="89d0317ffb5b12080a41aea2743272aac887eecd" BORINGSSL_COMMIT="f18bd55240b229a65df48e7905da98fff18cbf59" SRC_URI="https://github.com/cloudflare/${PN}/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz - https://boringssl.googlesource.com/boringssl/+archive/${BORINGSSL_COMMIT}.tar.gz -> boringssl-${BORINGSSL_COMMIT}.tar.gz" + https://github.com/google/boringssl/archive/${BORINGSSL_COMMIT}.zip -> boringssl-${BORINGSSL_COMMIT}.tar.gz" S="${WORKDIR}/${PN}-${GIT_COMMIT}" SRC_URI+=" $(cargo_crate_uris ${CRATES})" KEYWORDS="~amd64"
[gentoo-commits] repo/gentoo:master commit in: dev-go/go-tools/
commit: ab42dfe9f738cd8e29a510ee77a14057dd1e0147 Author: Zac Medico gentoo org> AuthorDate: Sun Sep 15 01:21:39 2019 + Commit: Zac Medico gentoo org> CommitDate: Sun Sep 15 01:26:11 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab42dfe9 dev-go/go-tools: LICENSE: Add Apache-2.0 and MIT Reported-by: Michał Górny gentoo.org> Closes: https://bugs.gentoo.org/694394 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico gentoo.org> dev-go/go-tools/go-tools-0_pre20180817.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-go/go-tools/go-tools-0_pre20180817.ebuild b/dev-go/go-tools/go-tools-0_pre20180817.ebuild index 35fe93954d4..787b6a95386 100644 --- a/dev-go/go-tools/go-tools-0_pre20180817.ebuild +++ b/dev-go/go-tools/go-tools-0_pre20180817.ebuild @@ -19,7 +19,7 @@ SRC_URI="${ARCHIVE_URI} ${EGO_VENDOR_URI} mirror://gentoo/${GO_FAVICON} https://dev.gentoo.org/~zmedico/distfiles/${GO_FAVICON}"; -LICENSE="BSD" +LICENSE="BSD Apache-2.0 MIT" SLOT="0/${PVR}" src_prepare() {
[gentoo-commits] repo/gentoo:master commit in: dev-python/fonttools/
commit: cb0d1c1d1cf2b4a68bbd3c546777a4981c14a40d Author: Matt Turner gentoo org> AuthorDate: Sun Sep 15 00:36:32 2019 + Commit: Matt Turner gentoo org> CommitDate: Sun Sep 15 00:36:32 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb0d1c1d dev-python/fonttools-4.0.1: add ~sparc, bug 694372 Signed-off-by: Matt Turner gentoo.org> dev-python/fonttools/fonttools-4.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fonttools/fonttools-4.0.1.ebuild b/dev-python/fonttools/fonttools-4.0.1.ebuild index 705a8bbe29e..d2cde823d0f 100644 --- a/dev-python/fonttools/fonttools-4.0.1.ebuild +++ b/dev-python/fonttools/fonttools-4.0.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: dev-python/fonttools/
commit: a0225a7e1b52f57de9d82cb82d08be3a8ca32425 Author: Matt Turner gentoo org> AuthorDate: Sun Sep 15 00:36:25 2019 + Commit: Matt Turner gentoo org> CommitDate: Sun Sep 15 00:36:25 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0225a7e dev-python/fonttools-3.44.0: add ~sparc, bug 694372 Signed-off-by: Matt Turner gentoo.org> dev-python/fonttools/fonttools-3.44.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fonttools/fonttools-3.44.0.ebuild b/dev-python/fonttools/fonttools-3.44.0.ebuild index 6528aef742d..e48e4bd42f4 100644 --- a/dev-python/fonttools/fonttools-3.44.0.ebuild +++ b/dev-python/fonttools/fonttools-3.44.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: app-arch/zopfli/
commit: 34e752674f93b7b20dd056953bf011a1bff73af1 Author: Matt Turner gentoo org> AuthorDate: Sun Sep 15 00:36:18 2019 + Commit: Matt Turner gentoo org> CommitDate: Sun Sep 15 00:36:18 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e75267 app-arch/zopfli-1.0.2: add ~sparc, bug 694372 Signed-off-by: Matt Turner gentoo.org> app-arch/zopfli/zopfli-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/zopfli/zopfli-1.0.2.ebuild b/app-arch/zopfli/zopfli-1.0.2.ebuild index 09f1db6d41b..b0f76cfcd8f 100644 --- a/app-arch/zopfli/zopfli-1.0.2.ebuild +++ b/app-arch/zopfli/zopfli-1.0.2.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${P}" LICENSE="Apache-2.0" SLOT="0/1" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" DOCS=( CONTRIBUTORS README README.zopflipng )
[gentoo-commits] repo/gentoo:master commit in: app-arch/zopfli/
commit: 1ba4441b221b9a3b409b050050eb5c3d6cbf Author: Matt Turner gentoo org> AuthorDate: Sun Sep 15 00:33:26 2019 + Commit: Matt Turner gentoo org> CommitDate: Sun Sep 15 00:34:50 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba4 app-arch/zopfli-1.0.2: add ~ppc, bug 694372 Signed-off-by: Matt Turner gentoo.org> app-arch/zopfli/zopfli-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/zopfli/zopfli-1.0.2.ebuild b/app-arch/zopfli/zopfli-1.0.2.ebuild index bd8cc57da2b..781ecfaee1e 100644 --- a/app-arch/zopfli/zopfli-1.0.2.ebuild +++ b/app-arch/zopfli/zopfli-1.0.2.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${P}" LICENSE="Apache-2.0" SLOT="0/1" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" DOCS=( CONTRIBUTORS README README.zopflipng )
[gentoo-commits] repo/gentoo:master commit in: dev-python/fonttools/
commit: 24e5ad71b8293c4c9b3593afe68ba40e45d54013 Author: Matt Turner gentoo org> AuthorDate: Sun Sep 15 00:34:11 2019 + Commit: Matt Turner gentoo org> CommitDate: Sun Sep 15 00:34:51 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e5ad71 dev-python/fonttools-4.0.1: add ~ppc64, bug 694372 Signed-off-by: Matt Turner gentoo.org> dev-python/fonttools/fonttools-4.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fonttools/fonttools-4.0.1.ebuild b/dev-python/fonttools/fonttools-4.0.1.ebuild index e71f45e3998..05768072138 100644 --- a/dev-python/fonttools/fonttools-4.0.1.ebuild +++ b/dev-python/fonttools/fonttools-4.0.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="test" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: dev-python/fonttools/
commit: 9830dbbcb4a402641af54164e7e34e285883672b Author: Matt Turner gentoo org> AuthorDate: Sun Sep 15 00:34:18 2019 + Commit: Matt Turner gentoo org> CommitDate: Sun Sep 15 00:34:51 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9830dbbc dev-python/fonttools-3.44.0: add ~ia64, bug 694372 Signed-off-by: Matt Turner gentoo.org> dev-python/fonttools/fonttools-3.44.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fonttools/fonttools-3.44.0.ebuild b/dev-python/fonttools/fonttools-3.44.0.ebuild index 36a921372ff..6528aef742d 100644 --- a/dev-python/fonttools/fonttools-3.44.0.ebuild +++ b/dev-python/fonttools/fonttools-3.44.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="test" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: app-arch/zopfli/
commit: 4e51ed983e3fa13cb4b9c8a6c717833cb00f1927 Author: Matt Turner gentoo org> AuthorDate: Sun Sep 15 00:33:32 2019 + Commit: Matt Turner gentoo org> CommitDate: Sun Sep 15 00:34:50 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e51ed98 app-arch/zopfli-1.0.2: add ~ppc64, bug 694372 Signed-off-by: Matt Turner gentoo.org> app-arch/zopfli/zopfli-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/zopfli/zopfli-1.0.2.ebuild b/app-arch/zopfli/zopfli-1.0.2.ebuild index 781ecfaee1e..f9b64ff24a5 100644 --- a/app-arch/zopfli/zopfli-1.0.2.ebuild +++ b/app-arch/zopfli/zopfli-1.0.2.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${P}" LICENSE="Apache-2.0" SLOT="0/1" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" DOCS=( CONTRIBUTORS README README.zopflipng )
[gentoo-commits] repo/gentoo:master commit in: dev-python/fonttools/
commit: 23c7d36a9fae9e0b0474d5e744083e3196492d12 Author: Matt Turner gentoo org> AuthorDate: Sun Sep 15 00:34:25 2019 + Commit: Matt Turner gentoo org> CommitDate: Sun Sep 15 00:34:52 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c7d36a dev-python/fonttools-4.0.1: add ~ia64, bug 694372 Signed-off-by: Matt Turner gentoo.org> dev-python/fonttools/fonttools-4.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fonttools/fonttools-4.0.1.ebuild b/dev-python/fonttools/fonttools-4.0.1.ebuild index 05768072138..705a8bbe29e 100644 --- a/dev-python/fonttools/fonttools-4.0.1.ebuild +++ b/dev-python/fonttools/fonttools-4.0.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="test" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: net-libs/ngtcp2/
commit: 1c675874549ff25fe7de4b6dd25a89d32c336328 Author: Craig Andrews gentoo org> AuthorDate: Fri Sep 13 21:44:19 2019 + Commit: Craig Andrews gentoo org> CommitDate: Sun Sep 15 00:34:16 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c675874 net-libs/ngtcp2: Use my @gentoo.org email address Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews gentoo.org> net-libs/ngtcp2/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/ngtcp2/metadata.xml b/net-libs/ngtcp2/metadata.xml index d47d5faabf8..c31617286fe 100644 --- a/net-libs/ngtcp2/metadata.xml +++ b/net-libs/ngtcp2/metadata.xml @@ -2,7 +2,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - candr...@integralblue.com + candr...@gentoo.org Craig Andrews
[gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp3/
commit: 695cc83c22ff44287f5f69e69d842566dafe7a8a Author: Craig Andrews gentoo org> AuthorDate: Fri Sep 13 21:43:39 2019 + Commit: Craig Andrews gentoo org> CommitDate: Sun Sep 15 00:34:11 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=695cc83c net-libs/nghttp3: Use my @gentoo.org email address Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews gentoo.org> net-libs/nghttp3/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/nghttp3/metadata.xml b/net-libs/nghttp3/metadata.xml index d47d5faabf8..c31617286fe 100644 --- a/net-libs/nghttp3/metadata.xml +++ b/net-libs/nghttp3/metadata.xml @@ -2,7 +2,7 @@ http://www.gentoo.org/dtd/metadata.dtd";> - candr...@integralblue.com + candr...@gentoo.org Craig Andrews
[gentoo-commits] repo/gentoo:master commit in: dev-python/fonttools/
commit: 12e518ec06a16ae88b557d61513a9f953267bf55 Author: Matt Turner gentoo org> AuthorDate: Sun Sep 15 00:34:05 2019 + Commit: Matt Turner gentoo org> CommitDate: Sun Sep 15 00:34:51 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e518ec dev-python/fonttools-3.44.0: add ~ppc64, bug 694372 Signed-off-by: Matt Turner gentoo.org> dev-python/fonttools/fonttools-3.44.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fonttools/fonttools-3.44.0.ebuild b/dev-python/fonttools/fonttools-3.44.0.ebuild index fe700303079..36a921372ff 100644 --- a/dev-python/fonttools/fonttools-3.44.0.ebuild +++ b/dev-python/fonttools/fonttools-3.44.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="test" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: dev-python/fonttools/
commit: 7b2d5d9b2c4a253d226a3f3db9f104094234de91 Author: Matt Turner gentoo org> AuthorDate: Sun Sep 15 00:33:55 2019 + Commit: Matt Turner gentoo org> CommitDate: Sun Sep 15 00:34:51 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b2d5d9b dev-python/fonttools-3.44.0: add ~ppc, bug 694372 Signed-off-by: Matt Turner gentoo.org> dev-python/fonttools/fonttools-3.44.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fonttools/fonttools-3.44.0.ebuild b/dev-python/fonttools/fonttools-3.44.0.ebuild index eeab3f65521..fe700303079 100644 --- a/dev-python/fonttools/fonttools-3.44.0.ebuild +++ b/dev-python/fonttools/fonttools-3.44.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="test" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: app-arch/zopfli/
commit: 62a69053888065b6ff749c48e4ad6f36966330b0 Author: Matt Turner gentoo org> AuthorDate: Sun Sep 15 00:33:36 2019 + Commit: Matt Turner gentoo org> CommitDate: Sun Sep 15 00:34:51 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a69053 app-arch/zopfli-1.0.2: add ~ia64, bug 694372 Signed-off-by: Matt Turner gentoo.org> app-arch/zopfli/zopfli-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/zopfli/zopfli-1.0.2.ebuild b/app-arch/zopfli/zopfli-1.0.2.ebuild index f9b64ff24a5..09f1db6d41b 100644 --- a/app-arch/zopfli/zopfli-1.0.2.ebuild +++ b/app-arch/zopfli/zopfli-1.0.2.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${P}" LICENSE="Apache-2.0" SLOT="0/1" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" DOCS=( CONTRIBUTORS README README.zopflipng )
[gentoo-commits] repo/gentoo:master commit in: dev-python/fonttools/
commit: ccf737556e2ae4625f34e26da1bf059a5bc7dd8d Author: Matt Turner gentoo org> AuthorDate: Sun Sep 15 00:34:01 2019 + Commit: Matt Turner gentoo org> CommitDate: Sun Sep 15 00:34:51 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccf73755 dev-python/fonttools-4.0.1: add ~ppc, bug 694372 Signed-off-by: Matt Turner gentoo.org> dev-python/fonttools/fonttools-4.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fonttools/fonttools-4.0.1.ebuild b/dev-python/fonttools/fonttools-4.0.1.ebuild index 88fa6ff4117..e71f45e3998 100644 --- a/dev-python/fonttools/fonttools-4.0.1.ebuild +++ b/dev-python/fonttools/fonttools-4.0.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="test" RDEPEND=""
[gentoo-commits] repo/gentoo:master commit in: dev-libs/expat/
commit: b14f9a859d74047b655df6b35d3739852f3c8ec4 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Sep 14 23:17:11 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 14 23:35:51 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14f9a85 dev-libs/expat: stable 2.2.8 for hppa/sparc, bug #694362 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/expat/expat-2.2.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/expat/expat-2.2.8.ebuild b/dev-libs/expat/expat-2.2.8.ebuild index 4c97d529c66..17c47c14995 100644 --- a/dev-libs/expat/expat-2.2.8.ebuild +++ b/dev-libs/expat/expat-2.2.8.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/libexpat/libexpat/releases/download/R_${PV//\./_}/ex LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~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 ~x86-winnt" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~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 ~x86-winnt" IUSE="elibc_FreeBSD examples static-libs unicode" BDEPEND="unicode? ( ${AUTOTOOLS_DEPEND} )"
[gentoo-commits] repo/gentoo:master commit in: dev-lang/vala/
commit: 1a57ca0bbe0c235fadb981903f8915f0ac6da481 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Sep 14 23:20:24 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 14 23:35:52 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a57ca0b dev-lang/vala: stable 0.36.20 for sparc, bug #692932 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-lang/vala/vala-0.36.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/vala/vala-0.36.20.ebuild b/dev-lang/vala/vala-0.36.20.ebuild index 6b540dec378..caa92e8e0a1 100644 --- a/dev-lang/vala/vala-0.36.20.ebuild +++ b/dev-lang/vala/vala-0.36.20.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala"; LICENSE="LGPL-2.1" SLOT="0.36" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux" IUSE="test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-util/glade/
commit: b47343d7adf7c44f25aff758ba9f8c19e9aaef50 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Sep 14 23:25:33 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 14 23:35:58 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b47343d7 dev-util/glade: stable 3.22.1 for sparc, bug #692932 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/glade/glade-3.22.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/glade/glade-3.22.1.ebuild b/dev-util/glade/glade-3.22.1.ebuild index 68c852cb93e..776b0dd5da5 100644 --- a/dev-util/glade/glade-3.22.1.ebuild +++ b/dev-util/glade/glade-3.22.1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://glade.gnome.org/"; LICENSE="GPL-2+ FDL-1.1+" SLOT="3.10/6" # subslot = suffix of libgladeui-2.so -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="debug +introspection python webkit" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
[gentoo-commits] repo/gentoo:master commit in: dev-util/glib-utils/
commit: dda51944d095ac4433ab9a5317c97bcac9e04c5c Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Sep 14 23:26:14 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 14 23:35:59 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda51944 dev-util/glib-utils: stable 2.60.6 for sparc, bug #692932 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/glib-utils/glib-utils-2.60.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/glib-utils/glib-utils-2.60.6.ebuild b/dev-util/glib-utils/glib-utils-2.60.6.ebuild index b40aa0f9de2..122bb56cd48 100644 --- a/dev-util/glib-utils/glib-utils-2.60.6.ebuild +++ b/dev-util/glib-utils/glib-utils-2.60.6.ebuild @@ -15,7 +15,7 @@ SLOT="0" # /usr/bin utilities that can't be parallel installed by their nature IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 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 ~x86-winnt" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 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 ~x86-winnt" RDEPEND="${PYTHON_DEPS} !
[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/
commit: bb146c7d628990126ce4a57bacab38b22fd2cbcc Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Sep 14 23:30:16 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 14 23:36:02 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb146c7d gnome-extra/libgsf: stable 1.14.45 for sparc, bug #692932 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> gnome-extra/libgsf/libgsf-1.14.45.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/libgsf/libgsf-1.14.45.ebuild b/gnome-extra/libgsf/libgsf-1.14.45.ebuild index bbf262c75ce..4b7e0edbf48 100644 --- a/gnome-extra/libgsf/libgsf-1.14.45.ebuild +++ b/gnome-extra/libgsf/libgsf-1.14.45.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/"; LICENSE="GPL-2 LGPL-2.1" SLOT="0/114" # libgsf-1.so version -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="bzip2 gtk +introspection" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-util/gdbus-codegen/
commit: 9126f44ee589adb36cd96d793df47ba28e694327 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Sep 14 23:23:50 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 14 23:35:57 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9126f44e dev-util/gdbus-codegen: stable 2.60.6 for sparc, bug #692932 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/gdbus-codegen/gdbus-codegen-2.60.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.60.6.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.60.6.ebuild index 0f4c4cd2867..e02e3364e5d 100644 --- a/dev-util/gdbus-codegen/gdbus-codegen-2.60.6.ebuild +++ b/dev-util/gdbus-codegen/gdbus-codegen-2.60.6.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://www.gtk.org/"; LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="" RDEPEND="${PYTHON_DEPS}"
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgee/
commit: 4b32805cc122d2ca58d7b9c26260b1a41f806c7a Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Sep 14 23:21:57 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 14 23:35:53 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b32805c dev-libs/libgee: stable 0.20.2 for sparc, bug #692932 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/libgee/libgee-0.20.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libgee/libgee-0.20.2.ebuild b/dev-libs/libgee/libgee-0.20.2.ebuild index a929f90f544..57a231d1cb7 100644 --- a/dev-libs/libgee/libgee-0.20.2.ebuild +++ b/dev-libs/libgee/libgee-0.20.2.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Libgee"; LICENSE="LGPL-2.1+" SLOT="0.8/2" -KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~sh sparc x86 ~x86-linux" IUSE="+introspection" # FIXME: add doc support, requires valadoc
[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/
commit: f251825c7a9892e92e0f52ca64a7854354f71a90 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Sep 14 23:34:08 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 14 23:36:03 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f251825c x11-libs/gtk+: stable 3.24.10 for sparc, bug #692932 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> x11-libs/gtk+/gtk+-3.24.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/gtk+/gtk+-3.24.10.ebuild b/x11-libs/gtk+/gtk+-3.24.10.ebuild index ecf03668282..c6c3df1c4b1 100644 --- a/x11-libs/gtk+/gtk+-3.24.10.ebuild +++ b/x11-libs/gtk+/gtk+-3.24.10.ebuild @@ -18,7 +18,7 @@ REQUIRED_USE=" xinerama? ( X ) " -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # Upstream wants us to do their job: # https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgudev/
commit: 3682819cd147fbb1554fc71d523428d993c524c7 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Sep 14 23:22:46 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 14 23:35:54 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3682819c dev-libs/libgudev: stable 233 for sparc, bug #692932 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/libgudev/libgudev-233.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libgudev/libgudev-233.ebuild b/dev-libs/libgudev/libgudev-233.ebuild index c4c93639be3..fa7922052b1 100644 --- a/dev-libs/libgudev/libgudev-233.ebuild +++ b/dev-libs/libgudev/libgudev-233.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgudev"; LICENSE="LGPL-2.1+" SLOT="0/0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" IUSE="introspection static-libs" COMMON_DEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-lang/vala/
commit: 4d52daf101aaee441b40cb492a6c87b179cc049d Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Sep 14 23:21:13 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 14 23:35:53 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d52daf1 dev-lang/vala: stable 0.40.16 for sparc, bug #692932 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-lang/vala/vala-0.40.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/vala/vala-0.40.16.ebuild b/dev-lang/vala/vala-0.40.16.ebuild index 18e37a04e68..9aeb8330fa9 100644 --- a/dev-lang/vala/vala-0.40.16.ebuild +++ b/dev-lang/vala/vala-0.40.16.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Vala"; LICENSE="LGPL-2.1" SLOT="0.40" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux" IUSE="test valadoc" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: net-libs/glib-networking/
commit: 557eb063a860e290aa0cd562e2be736688170257 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Sep 14 23:31:13 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 14 23:36:02 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=557eb063 net-libs/glib-networking: stable 2.60.3 for sparc, bug #692932 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> net-libs/glib-networking/glib-networking-2.60.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/glib-networking/glib-networking-2.60.3.ebuild b/net-libs/glib-networking/glib-networking-2.60.3.ebuild index 304bde51dc7..fb3970a9acf 100644 --- a/net-libs/glib-networking/glib-networking-2.60.3.ebuild +++ b/net-libs/glib-networking/glib-networking-2.60.3.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://git.gnome.org/browse/glib-networking/"; LICENSE="LGPL-2.1+" SLOT="0" IUSE="+gnome +libproxy +ssl test" -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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=" >=dev-libs/glib-2.55.1:2[${MULTILIB_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: 7da5fca65e4abefaec4bba5b01354f2e8279b79c Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Sep 14 23:34:20 2019 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Sep 14 23:34:20 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da5fca6 package.mask: drop old mask of dnetc Signed-off-by: Andreas K. Hüttel gentoo.org> profiles/package.mask | 6 -- 1 file changed, 6 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index e824f64c6b0..0f3d726bf5a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1093,12 +1093,6 @@ virtual/ruby-ffi # Depends on >=virtual/{jdk,jre}-11 which is masked =www-servers/tomcat-9.0.24 -# Michael Orlitzky (2019-08-18) -# Ebuilds contain a two-year old root exploit. Less-than-maintained -# since robbat2's announcement on 2017-11-30. Binary package to begin -# with. Masked for removal eventually, https://bugs.gentoo.org/630808 -app-misc/dnetc - # Mart Raudsepp (2019-08-18) # Fails to dbus activate properly for me. Help welcome figuring it out. net-misc/gnome-remote-desktop
[gentoo-commits] repo/gentoo:master commit in: app-misc/dnetc/, app-misc/dnetc/files/
commit: 446f997c23defe312ab8e5b386dcef06e01a29f1 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Sep 14 23:28:34 2019 + Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Sep 14 23:29:59 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=446f997c app-misc/dnetc: Remove last-rited package Closes: https://bugs.gentoo.org/405521 Closes: https://bugs.gentoo.org/691946 Bug: https://bugs.gentoo.org/630808 Closes: https://bugs.gentoo.org/691252 Signed-off-by: Andreas K. Hüttel gentoo.org> app-misc/dnetc/Manifest| 6 -- app-misc/dnetc/dnetc-2.9108.517.ebuild | 93 -- app-misc/dnetc/dnetc-2.9112.521.ebuild | 100 - app-misc/dnetc/files/dnetc.confd | 18 -- app-misc/dnetc/files/dnetc.initd | 88 - app-misc/dnetc/metadata.xml| 11 6 files changed, 316 deletions(-) diff --git a/app-misc/dnetc/Manifest b/app-misc/dnetc/Manifest deleted file mode 100644 index b10df722406..000 --- a/app-misc/dnetc/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -DIST dnetc517-linux-amd64.tar.gz 645416 BLAKE2B a6181c82e7bdb8995930b3c93c88dd588f707ea6429e4f7f27961928129423be571f0c63e7aa5d5d9a8e5e3687a8bd54e6dc6835f5317273aa3f99ee863e8320 SHA512 b22b59af2352a95156ea4b584f48d82e4b64080130d922bbb1797b2c62f7c401ec1263f2f0bd57103134f8fc76ef41a7e09d7da083ef0b46c44be4239005c21b -DIST dnetc517-linux-x86-elf-uclibc.tar.gz 676398 BLAKE2B 9edfa3f11b837841b362dd81bdd9a39882b6bd45942f11f6c8ebde4966351a0ea4c003eb27a36c2fe187034571d48a5d851d5931dc6121196f2097a22f9a1c30 SHA512 7b56fa8c6819fd7060612c13c8fb17ca1e949abbca965b7599bb072751acd1d0e95f1a90fb67172c6d406b54e0c52549582489802e538670bdb6d12f8354e2a7 -DIST dnetc521-linux-amd64.tar.gz 679350 BLAKE2B 401b83a893111a4b2d07ace93fc642b30ccd41a0273672e496b91d998ce6d38faa08a7ec13ca172d20bf785d010249b87c562b706783c6d3fe3610ef02b214ed SHA512 c5c4d6da4fd1cb6a648553718e708c8d14023d1824298f8070cdc887cbf9559e77c10908d8d9929bc0b48e2215a02c3376c4cf767ad807816abf3eba96650b1d -DIST dnetc521-linux-arm64.tar.gz 629291 BLAKE2B 12554db6c175b828e9e74864955db7e6f54b21408edc6b32a669d52d17465ed45d7985486855a330b295778656579582f208c0e5ecc34f6a2ea195c2ab1fab68 SHA512 cc9c8b76b9d3ada1ed586132c3cc340d2ada55a28d151fb62013aac44dbf13b764dd80498bce1db36536df366497cdc2aa55e761d92cfdd050b701a23336ad80 -DIST dnetc521-linux-ppc-uclibc.tar.gz 718697 BLAKE2B 15f8438531b8074c8a56b86500c55b95eb33c62e4271023bab98601fadd3bc3d2afd1ae8562cadf8d724943515032c97a78084ddd12ef30c388456333ec60893 SHA512 31ad8999d262f0820275773f3387b0a9531ffaab662fa557cad504ed48d7e764d43ae198559b44ef9fe00a0a417e1780b327d2f1c4b7951ff760eb54393742e4 -DIST dnetc521-linux-x86-elf-uclibc.tar.gz 744639 BLAKE2B 71a317c724b91f17c1e67da63d5da2e04479572c6e8c9e9df16c9a0cf5f1d56622a7d20bd791f46b7baa3147fd18c60c312b16cc311bad2e609945620a843f16 SHA512 9178b0d42989302b82d8c62f978e819f5b30bd6acff60501e947038e655096bed3e3382015b50d53f0f3fa819be22ffbba21419a5175a01dbc449030387629fc diff --git a/app-misc/dnetc/dnetc-2.9108.517.ebuild b/app-misc/dnetc/dnetc-2.9108.517.ebuild deleted file mode 100644 index b8ef427428d..000 --- a/app-misc/dnetc/dnetc-2.9108.517.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 -inherit user - -MAJ_PV=${PV:0:6} -MIN_PV=${PV:7:9} - -DESCRIPTION="distributed.net client" -HOMEPAGE="http://www.distributed.net"; -SRC_URI_x86="x86? ( http://http.distributed.net/pub/dcti/v${MAJ_PV}/dnetc${MIN_PV}-linux-x86-elf-uclibc.tar.gz )" -SRC_URI_amd64="amd64? ( http://http.distributed.net/pub/dcti/v${MAJ_PV}/dnetc${MIN_PV}-linux-amd64.tar.gz )" -#SRC_URI_ppc="ppc? ( http://http.distributed.net/pub/dcti/v${MAJ_PV}/dnetc${MIN_PV}-linux-ppc-uclibc.tar.gz )" -#SRC_URI_sparc="sparc? ( http://http.distributed.net/pub/dcti/v${MAJ_PV}/dnetc${MIN_PV}-linux-sparc-v7.tar.gz )" -SRC_URI="${SRC_URI_amd64} ${SRC_URI_ppc} ${SRC_URI_x86} ${SRC_URI_sparc}" - -LICENSE="distributed.net GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" # ppc not available for this version -IUSE="" -RESTRICT="mirror" - -DEPEND="" -RDEPEND="net-dns/bind-tools" - -QA_PRESTRIPPED="opt/distributed.net/dnetc" - -S=${WORKDIR}/dnetc - -src_prepare() { - binname="" - if use amd64; then - binname=dnetc${MIN_PV}-linux-amd64 - elif use x86; then - binname=dnetc${MIN_PV}-linux-x86-elf-uclibc - elif use ppc; then - binname=dnetc${MIN_PV}-linux-ppc-elf-uclibc - fi - [[ -z "${binname}" ]] && die "Name of dnetc binary for this platform undefined" - mv "${binname}" dnetc || die "$binname binary is missing" -} - -src_install() { - exeinto /opt/distributed.net - doexe dnetc - - doman dnetc.1 - dodoc docs/CHANGES.txt docs/dnetc.txt docs/readme.* - - newinitd "${FILESDIR}"/dnetc.initd dnetc -
[gentoo-commits] repo/gentoo:master commit in: app-arch/xar/
commit: 3dce33e0a7f086d5aafea0f3402c0d9611ef1528 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Sep 14 16:39:02 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 14 23:27:39 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dce33e0 app-arch/xar: stable 1.8-r2 for hppa, bug #693856 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> app-arch/xar/xar-1.8-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/xar/xar-1.8-r2.ebuild b/app-arch/xar/xar-1.8-r2.ebuild index 06d11666a58..b3de92194d4 100644 --- a/app-arch/xar/xar-1.8-r2.ebuild +++ b/app-arch/xar/xar-1.8-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://opensource.apple.com/tarballs/xar/xar-${APPLE_PV}.tar.gz"; LICENSE="BSD-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~ppc ppc64 sparc x86 ~amd64-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 ~ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="libressl kernel_Darwin" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: net-fs/cifs-utils/
commit: 62f56a96052463d192d0e96ccdb3d9f08a36746a Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Sep 14 16:36:32 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 14 23:27:37 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f56a96 net-fs/cifs-utils: stable 6.9-r1 for hppa, bug #693852 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> net-fs/cifs-utils/cifs-utils-6.9-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/cifs-utils/cifs-utils-6.9-r1.ebuild b/net-fs/cifs-utils/cifs-utils-6.9-r1.ebuild index 50f63dbd7e9..e23f23150c1 100644 --- a/net-fs/cifs-utils/cifs-utils-6.9-r1.ebuild +++ b/net-fs/cifs-utils/cifs-utils-6.9-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://ftp.samba.org/pub/linux-cifs/${PN}/${P}.tar.bz2"; LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-linux" IUSE="+acl +ads +caps creds pam" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-libs/librdkafka/
commit: 5b51efe0e46489f1824d7bd895aa05fe99db1a00 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Sep 14 16:34:24 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 14 23:27:32 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b51efe0 dev-libs/librdkafka: keyworded 1.1.0 for sparc, bug #691914 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/librdkafka/librdkafka-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/librdkafka/librdkafka-1.1.0.ebuild b/dev-libs/librdkafka/librdkafka-1.1.0.ebuild index 48f125af392..d5ed3cd0a1f 100644 --- a/dev-libs/librdkafka/librdkafka-1.1.0.ebuild +++ b/dev-libs/librdkafka/librdkafka-1.1.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == "" ]]; then inherit git-r3 else SRC_URI="https://github.com/edenhill/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm arm64 hppa ~ppc x86" + KEYWORDS="amd64 ~arm arm64 hppa ~ppc ~sparc x86" fi LICENSE="BSD-2"
[gentoo-commits] repo/gentoo:master commit in: app-misc/mc/
commit: 239094609cc6e7504c6a55859cfc46f2237b6dda Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Sep 14 16:38:13 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 14 23:27:38 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23909460 app-misc/mc: stable 4.8.23-r1 for hppa, bug #693914 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> app-misc/mc/mc-4.8.23-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/mc/mc-4.8.23-r1.ebuild b/app-misc/mc/mc-4.8.23-r1.ebuild index 698dcf664c5..422585f12d9 100644 --- a/app-misc/mc/mc-4.8.23-r1.ebuild +++ b/app-misc/mc/mc-4.8.23-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://ftp.midnight-commander.org/${MY_P}.tar.xz"; LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="+edit gpm nls samba sftp +slang spell test unicode X +xdg" REQUIRED_USE="spell? ( edit )"
[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/bwidget/
commit: 9aaf5a6105772fd86b649bba950c9313c70b85b0 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Sep 14 16:35:07 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 14 23:27:37 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aaf5a61 dev-tcltk/bwidget: stable 1.9.12 for hppa, bug #693860 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-tcltk/bwidget/bwidget-1.9.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tcltk/bwidget/bwidget-1.9.12.ebuild b/dev-tcltk/bwidget/bwidget-1.9.12.ebuild index d75df0f4352..d7fc40b33b0 100644 --- a/dev-tcltk/bwidget/bwidget-1.9.12.ebuild +++ b/dev-tcltk/bwidget/bwidget-1.9.12.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/tcllib/${MY_PN}/${PV}/${P}.tar.gz" LICENSE="tcltk" 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="doc" DEPEND="dev-lang/tk:0"
[gentoo-commits] repo/gentoo:master commit in: dev-python/defcon/
commit: 7a6650b10391bac622ec6a9e1845533b958cdf09 Author: Pacho Ramos gentoo org> AuthorDate: Sat Sep 14 22:51:00 2019 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Sep 14 22:51:00 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a6650b1 dev-python/defcon: Support python 3.7 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Pacho Ramos gentoo.org> dev-python/defcon/defcon-0.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/defcon/defcon-0.6.0.ebuild b/dev-python/defcon/defcon-0.6.0.ebuild index f39240fd7e4..d30040be897 100644 --- a/dev-python/defcon/defcon-0.6.0.ebuild +++ b/dev-python/defcon/defcon-0.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python2_7 python3_{6,7} ) inherit distutils-r1 DESCRIPTION="A set of UFO based objects for use in font editing applications"
[gentoo-commits] repo/gentoo:master commit in: dev-python/booleanOperations/
commit: 757ef6b95572d6b8cf4f802ca71f40463741496c Author: Pacho Ramos gentoo org> AuthorDate: Sat Sep 14 22:50:40 2019 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Sep 14 22:50:40 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=757ef6b9 dev-python/booleanOperations: Support python 3.7 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Pacho Ramos gentoo.org> dev-python/booleanOperations/booleanOperations-0.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild b/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild index 3f2387ff878..95c955d5318 100644 --- a/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild +++ b/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python2_7 python3_{6,7} ) inherit distutils-r1 DESCRIPTION="Boolean operations on paths"
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: 09146b4e0673e8d91ffda7103ad622a863dd9cda Author: Zac Medico gentoo org> AuthorDate: Sat Sep 14 22:06:02 2019 + Commit: Zac Medico gentoo org> CommitDate: Sat Sep 14 22:06:02 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09146b4e package.mask: Last rite dev-go/go-oauth2 Bug: https://bugs.gentoo.org/694390 Signed-off-by: Zac Medico gentoo.org> profiles/package.mask | 5 + 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 73714813936..e824f64c6b0 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,11 @@ #--- END OF EXAMPLES --- +# Zac Medico (2019-09-14) +# No reverse dependencies. +# Removal in 30 days. Bug #694390. +dev-go/go-oauth2 + # Zac Medico (2019-09-14) # No reverse dependencies. # Removal in 30 days. Bug #694392.
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: 1566d697bc10e27212734d6c430a1f00d0cc5465 Author: Zac Medico gentoo org> AuthorDate: Sat Sep 14 22:01:59 2019 + Commit: Zac Medico gentoo org> CommitDate: Sat Sep 14 22:02:46 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1566d697 package.mask: Last rite dev-go/go-protobuf Bug: https://bugs.gentoo.org/694392 Signed-off-by: Zac Medico gentoo.org> profiles/package.mask | 5 + 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index c4c6e96b01f..73714813936 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,11 @@ #--- END OF EXAMPLES --- +# Zac Medico (2019-09-14) +# No reverse dependencies. +# Removal in 30 days. Bug #694392. +dev-go/go-protobuf + # Michał Górny (2019-09-14) # Unmaintained. All of them were not bumped since 2016. No reverse # dependencies.
[gentoo-commits] repo/gentoo:master commit in: app-misc/pet/
commit: 877cb7cfcda8c08fc67e00014bf4691538e84089 Author: Zac Medico gentoo org> AuthorDate: Sat Sep 14 21:58:21 2019 + Commit: Zac Medico gentoo org> CommitDate: Sat Sep 14 21:58:21 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=877cb7cf app-misc/pet: Vendor golang.org/x/* deps Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico gentoo.org> app-misc/pet/pet-0.3.0.ebuild | 14 ++ app-misc/pet/pet-0.3.2.ebuild | 12 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/app-misc/pet/pet-0.3.0.ebuild b/app-misc/pet/pet-0.3.0.ebuild index 991478810dc..c5dbeeae6fa 100644 --- a/app-misc/pet/pet-0.3.0.ebuild +++ b/app-misc/pet/pet-0.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,6 +18,10 @@ EGO_VENDOR=( "github.com/BurntSushi/toml b26d9c308763d68093482582cea63d69be07a0f "github.com/pkg/errors 645ef00459ed84a119197bfb8d8205042c6df63d" "github.com/spf13/cobra 7b2c5ac9fc04fc5efafb60700713d4fa609b777b" "github.com/spf13/pflag e57e3eeb33f795204c1ca35f56c44f83227c6e66" + "golang.org/x/crypto 8ac0e0d97ce45cd83d1d7243c060cb8461dda5e9 github.com/golang/crypto" + "golang.org/x/net 1e491301e022f8f977054da4c2d852decd59571f github.com/golang/net" + "golang.org/x/oauth2 1e0a3fa8ba9a5c9eb35c271780101fdaf1b205d7 github.com/golang/oauth2" + "golang.org/x/sys 9527bec2660bd847c050fda93a0f0c6dee0800bb github.com/golang/sys" "google.golang.org/appengine 150dc57a1b433e64154302bdc40b6bb8aefa313a github.com/golang/appengine" ) EGO_PN="github.com/knqyf263/${PN}" @@ -35,13 +39,7 @@ KEYWORDS="~amd64" IUSE="zsh-completion" # dev-go/toml doesn't provide sources -DEPEND="dev-go/go-crypto:= - dev-go/go-net:= - dev-go/go-oauth2:= - dev-go/go-protobuf:= - dev-go/go-sys:=" -RDEPEND="${DEPEND} - zsh-completion? ( app-shells/zsh-completions )" +RDEPEND="zsh-completion? ( app-shells/zsh-completions )" src_install() { dobin pet diff --git a/app-misc/pet/pet-0.3.2.ebuild b/app-misc/pet/pet-0.3.2.ebuild index aa9a25b1ef6..d2db02c9664 100644 --- a/app-misc/pet/pet-0.3.2.ebuild +++ b/app-misc/pet/pet-0.3.2.ebuild @@ -20,6 +20,10 @@ EGO_VENDOR=( "github.com/pkg/errors 645ef00459ed84a119197bfb8d8205042c6df63d" "github.com/spf13/cobra ef82de70bb3f60c65fb8eebacbb2d122ef517385" "github.com/spf13/pflag 583c0c0531f06d5278b7d917446061adc344b5cd" + "golang.org/x/crypto 8ac0e0d97ce45cd83d1d7243c060cb8461dda5e9 github.com/golang/crypto" + "golang.org/x/net 1e491301e022f8f977054da4c2d852decd59571f github.com/golang/net" + "golang.org/x/oauth2 1e0a3fa8ba9a5c9eb35c271780101fdaf1b205d7 github.com/golang/oauth2" + "golang.org/x/sys 9527bec2660bd847c050fda93a0f0c6dee0800bb github.com/golang/sys" "google.golang.org/appengine 150dc57a1b433e64154302bdc40b6bb8aefa313a github.com/golang/appengine" ) @@ -38,15 +42,7 @@ KEYWORDS="~amd64" IUSE="zsh-completion" # dev-go/toml doesn't provide sources -DEPEND=" - dev-go/go-crypto:= - dev-go/go-net:= - dev-go/go-oauth2:= - dev-go/go-protobuf:= - dev-go/go-sys:=" - RDEPEND=" - ${DEPEND} zsh-completion? ( app-shells/zsh-completions )" src_install() {
[gentoo-commits] repo/gentoo:master commit in: app-misc/pet/
commit: b7d17319c84105f8885a6263d4be06a050e0a64d Author: Zac Medico gentoo org> AuthorDate: Sat Sep 14 21:50:47 2019 + Commit: Zac Medico gentoo org> CommitDate: Sat Sep 14 21:52:16 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d17319 app-misc/pet: Bump to version 0.3.6 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico gentoo.org> app-misc/pet/Manifest | 18 app-misc/pet/pet-0.3.6.ebuild | 67 +++ 2 files changed, 85 insertions(+) diff --git a/app-misc/pet/Manifest b/app-misc/pet/Manifest index 82320d5a88c..e63f061098b 100644 --- a/app-misc/pet/Manifest +++ b/app-misc/pet/Manifest @@ -1,25 +1,43 @@ DIST github.com-BurntSushi-toml-b26d9c308763d68093482582cea63d69be07a0f0.tar.gz 41564 BLAKE2B 267579e3e2135626bfdce4524db2baf26a6dae14135421368c0f3cb21c41ec844cf42e127c4e0af7845b8caab4abd35c50ed5b0642fd713708e753ea54ee3100 SHA512 0a1ac02221645e06c60fdb5d162d1422fef791d101409c237a048a3d94708e3f1cf1e8e40bc390dc7cd6340f28514c2ae2d9c99a9ec2c3f969c7a8fbd5d0d232 +DIST github.com-BurntSushi-toml-v0.3.0.tar.gz 41554 BLAKE2B 2af83c65e70addb9d95a242c3ad7748d6d273578564009bd29fecf8537194e965f29d5087975792e60c39f250e3bafe313ce313305ef481ca6f05b81b4f33aa6 SHA512 3f3cc441787c41029c4b4944e6437919abbd31d3d53b361ce22f6237d76655357936bab90ee8f3340ea9550cbe90f3a369b3209321e8bb6bbeca0892babca6fe DIST github.com-briandowns-spinner-48dbb65d7bd5c74ab50d53d04c949f20e3d14944.tar.gz 11663 BLAKE2B 17e4c4d8403663b27c85074f456c60f7da3d43c875816b6f4da32ccc4c422b59cb28c11a894705430b6001766ba3a63ddaade95ab1510f87ce19cfe0b1391d04 SHA512 9ba6de3249259ddbc81faef63e0c801822687f875acb5965dcdfd52c85bca887dd5248be731e0731f1dcf274de64a87630cb902fc2e15718ffb327922f023bea DIST github.com-chzyer-readline-2972be24d48e78746da79ba8e24e8b488c9880de.tar.gz 36832 BLAKE2B a66fdb5126e9a9f7dfd52360d0a26916764a96df95b1d995ea1a83aac26227e16d3a2c3a419746c8ad03ba5bef4724a6abadf0ee3fdd84f347d595b9db88b6e1 SHA512 fb84020d5519cd0c5c2c06df598122e1bad3a31ed6b545aae66547e43d48d3da04a75799db9ca8957af1bd47ce2c1542440287c6722e0ab2c27b23ea9631e09a DIST github.com-chzyer-readline-f6d7a1f6fbf35bbf9beb80dc63c56a29dcfb759f.tar.gz 36845 BLAKE2B 2c7fcbc05cf6eee1d8f5829b331d14d9981598a913832a71c58a19fa889a4b270df7f4612a0dff3eddc03dcf6d4be42c05f762010a9ed4f53817b0b61d86 SHA512 f8d2c9c40c594a3ac2724c7109eaf22b212b644c39846f6c86ee4199c61f7197b0e276dfefdd037accdbfdb24ddf850a2b3608fbaaeeca2048269c219dbf93cd DIST github.com-fatih-color-570b54cabe6b8eb0bc2dfce68d964677d63b5260.tar.gz 588432 BLAKE2B 0ea1b91d459a9708896d8e6fda386924d0dd8aeb44cf58de4a1c7d51185e9ad106333029fc807f6221db0decf7e8da883d98ba390250dc5fa47474fa951836f7 SHA512 a24eb00104b7763d7b711a4e555f00464fd19d117fe7d5c6bf0c007167dcad1b893a7130abc46619f29136fef4ee080662d4622d5f15019d41c24ae55a804a3d DIST github.com-fatih-color-5b77d2a35fb0ede96d138fc9a99f5c9b6aef11b4.tar.gz 818356 BLAKE2B 8b9fb3b45ad4af90c26a0f197d9cb07ee22484006a396218d617e7992cc0e65dc3d3c8dab894e692eecad75d8aeaf6e5c8a34849e4d7892a10fecae3a8ecbf2f SHA512 4966b34fb41f23c26a35511083886d67bf79ce74944a888ab29bacf6e33a753ade90df37321751167df054301fb4276452c3722dd0120cce9f4757ebec2d +DIST github.com-fatih-color-v1.7.0.tar.gz 816449 BLAKE2B f006f51cbd1a0288380b339d7d2b493e447aa1e6bd783f11de5670d4db6ff8c1463cbe957a04127c1f24186a9362be8c40ecdf4394cbbc0e2c6c2cb598c012ac SHA512 ee5668ce828ad3e5461c54d971aee4b10a578f697717010d60fdda641948430816e74580563dfea6a4c66a9840175ff5b63c2ca9cf1af213cfac5be7b8ddac36 DIST github.com-golang-appengine-150dc57a1b433e64154302bdc40b6bb8aefa313a.tar.gz 230977 BLAKE2B a551b24b20e846e81305181130bdf47af11ab0ce93d9b2c7a626df507c5eb8a88f416e919dfe7a9f73d47c606d34182a90a64e08b4279928a300bac664250368 SHA512 a1d337d50378604f28c275dc3192565a7b058ace04cfefa5b5cce7141873e88925b63750a9ba62e87e4b3e65f4c94875435674653836d8785c02b26f82a1ceb6 +DIST github.com-golang-appengine-v1.0.0.tar.gz 230886 BLAKE2B 1edb9998d1e7add28dd7f900874d1f2de83c9ae6bde94556dbe221e0077d665bd77f07bf7461eb5baaf5ce5bdbb765de41cb2412dbc618a4b475ff73c481c50f SHA512 0948582b3cf0520f0f2052aa04bda2409ee5f2f6d4781b95d208f2c6121bfe3383099ccf99f6c78ac90c6c35ae9e7dd7d0c317917daaa0e8bc7fe99f0b7d09b9 +DIST github.com-golang-crypto-8ac0e0d97ce45cd83d1d7243c060cb8461dda5e9.tar.gz 1613170 BLAKE2B e151da61e2070a138d449767c1151be43b53b301daeba95935af2b871cf1216d76f764ccc43263947091c70120323dc50e34645013454f6cfc3bf8123497025b SHA512 c36a53920a68eb0157ca36aec22f32cb5a3fd43d777268dd834787ce941335472ad97f173db7ace7fd60a9a53235b684431d245d03d2de63b0a403e6b136f6d6 +DIST github.com-golang-net-1e491301e022f8f977054da4c2d852decd59571f.tar.gz 950358 BLAKE2B 7b5a47d00de2d3261d3031f8b1bcc15ca037dc320c0ecdd43b53d03202a8b4ff30b03906e322466177bb489e446c25b4dea6696bfea636fe68bad3ef85fed6c3 SHA512 adf4db073e376178fe180c98908c071be49919a87d9d5476407c4371ef397fcd469c20363f0133a856a8dbb2b1a54c9590029386079c88df72fc0
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: 52099a7a71a759e41140f7d5d2b0064958322c69 Author: Michał Górny gentoo org> AuthorDate: Sat Sep 14 21:13:19 2019 + Commit: Michał Górny gentoo org> CommitDate: Sat Sep 14 21:14:10 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52099a7a package.mask: Last rite dev-go/{cli,go-gitlab-client,toml} Bug: https://bugs.gentoo.org/694398 Signed-off-by: Michał Górny gentoo.org> profiles/package.mask | 8 1 file changed, 8 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index e190412b128..c4c6e96b01f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,14 @@ #--- END OF EXAMPLES --- +# Michał Górny (2019-09-14) +# Unmaintained. All of them were not bumped since 2016. No reverse +# dependencies. +# Removal in 30 days. Bug #694398. +dev-go/cli +dev-go/go-gitlab-client +dev-go/toml + # Michał Górny (2019-09-14) # sci-biology/goby has been removed. This package makes little sense # without it.
[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-gsconnect/
commit: 41afbe2947ec456d11aae071737ff561ad8ccce6 Author: Pacho Ramos gentoo org> AuthorDate: Sat Sep 14 20:57:20 2019 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Sep 14 21:00:56 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41afbe29 gnome-extra/gnome-shell-extension-gsconnect: Bump to v26 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Pacho Ramos gentoo.org> .../gnome-shell-extension-gsconnect/Manifest | 1 + .../gnome-shell-extension-gsconnect-26.ebuild | 64 ++ 2 files changed, 65 insertions(+) diff --git a/gnome-extra/gnome-shell-extension-gsconnect/Manifest b/gnome-extra/gnome-shell-extension-gsconnect/Manifest index 6c4cd16d014..71ca9ed2084 100644 --- a/gnome-extra/gnome-shell-extension-gsconnect/Manifest +++ b/gnome-extra/gnome-shell-extension-gsconnect/Manifest @@ -1 +1,2 @@ DIST gnome-shell-extension-gsconnect-24.tar.gz 287521 BLAKE2B 5cf8d3c932c8746a5fd66003233cb83adf71d637199947c01a59e965c60eecb41f5b037d949930753d12ebdbb964b3ff6ae6e05809a6de52e941307c8a659ea2 SHA512 b2ae669dae0d3c8ef4d28ad186a1d61706c005c5e87d58565d6d1544f97d5ca46ee230e60ddd986ee17a6edb411976cdbbb5226b678e6eb097b08afd1b0160c7 +DIST gnome-shell-extension-gsconnect-26.tar.gz 303823 BLAKE2B 7fd112c032d717e87c7189a5f06b97a246216fa1895bb3d837c8b53c3312eed9a6999c20db3e98112cdacc309d56021920b78ebb387c55335fba1965b86c117f SHA512 c32469bf9c1b3903979b1e354d6c214807158f35d4824b60597639084064d23d194bda91a3a1cd5a99d7fdaf2bea48ad7f4c9aad3befb55e59694d195b7d8a9a diff --git a/gnome-extra/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-26.ebuild b/gnome-extra/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-26.ebuild new file mode 100644 index 000..42904739987 --- /dev/null +++ b/gnome-extra/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-26.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit gnome2-utils meson readme.gentoo-r1 + +DESCRIPTION="KDE Connect implementation for Gnome Shell" +HOMEPAGE="https://github.com/andyholmes/gnome-shell-extension-gsconnect"; +SRC_URI="https://github.com/andyholmes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="nautilus" + +COMMON_DEPEND="dev-libs/glib:2" +RDEPEND="${COMMON_DEPEND} + app-eselect/eselect-gnome-shell-extensions + >=dev-libs/gjs-1.48 + >=gnome-base/gnome-shell-3.28 + gnome-base/gvfs + || ( ( net-libs/gnome-online-accounts dev-libs/libgdata ) dev-libs/folks ) + || ( media-libs/libcanberra media-libs/gsound ) + nautilus? ( + dev-python/nautilus-python + gnome-base/nautilus[introspection] ) +" +DEPEND="${COMMON_DEPEND}" +BDEPEND=" + >=dev-util/meson-0.49.0 + virtual/pkgconfig +" + +DISABLE_AUTOFORMATTING="yes" +DOC_CONTENTS="For knowing more about how to do the setup, please visit: +https://github.com/andyholmes/gnome-shell-extension-gsconnect/wiki/Installation"; + +src_configure() { + # nemo support relies on nemo-python from https://github.com/linuxmint/nemo-extensions + meson_src_configure \ + -Dnemo=false \ + $(meson_use nautilus) +} + +src_install() { + meson_src_install + readme.gentoo_create_doc +} + +pkg_preinst() { + gnome2_schemas_savelist +} + +pkg_postinst() { + gnome2_schemas_update + ebegin "Updating list of installed extensions" + eselect gnome-shell-extensions update + eend $? + readme.gentoo_print_elog +} + +pkg_postrm() { + gnome2_schemas_update +}
[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-desktop/, gnome-base/gnome-desktop/files/
commit: 8e70712c5f69e4270a77c83c0d0ba8a92af93615 Author: Sobhan Mohammadpour gentoo org> AuthorDate: Sat Sep 14 21:00:05 2019 + Commit: Sobhan Mohammadpour gentoo org> CommitDate: Sat Sep 14 21:00:05 2019 + URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8e70712c gnome-base/gnome-desktop: add 3.34 Package-Manager: Portage-2.3.76, Repoman-2.3.17 .../files/3.34.0-make-seccomp-optional.patch | 39 ++ .../gnome-desktop/gnome-desktop-3.34.0.ebuild | 62 ++ gnome-base/gnome-desktop/metadata.xml | 8 +++ 3 files changed, 109 insertions(+) diff --git a/gnome-base/gnome-desktop/files/3.34.0-make-seccomp-optional.patch b/gnome-base/gnome-desktop/files/3.34.0-make-seccomp-optional.patch new file mode 100644 index ..9112e36c --- /dev/null +++ b/gnome-base/gnome-desktop/files/3.34.0-make-seccomp-optional.patch @@ -0,0 +1,39 @@ +From ecaf36f478d160618c1b9a23ed1c17f09a716c6f Mon Sep 17 00:00:00 2001 +From: Sobhan Mohammadpour +Date: Sat, 14 Sep 2019 16:21:18 -0400 +Subject: [PATCH] make seccomp optional + +--- + meson.build | 2 +- + meson_options.txt | 5 + + 2 files changed, 6 insertions(+), 1 deletion(-) + +diff --git a/meson.build b/meson.build +index 6781ca7..9361f26 100644 +--- a/meson.build b/meson.build +@@ -57,7 +57,7 @@ host_os = host_machine.system() + host_cpu = host_machine.cpu() + supported_os = ['linux'] + unsupported_cpus = ['alpha', 'ia64', 'm68k', 'sh4', 'sparc', 'sparc64'] +-if supported_os.contains(host_os) and not unsupported_cpus.contains(host_cpu) ++if supported_os.contains(host_os) and not unsupported_cpus.contains(host_cpu) and get_option('seccomp') + seccomp_dep = dependency('libseccomp') + else + seccomp_dep = dependency('', required: false) +diff --git a/meson_options.txt b/meson_options.txt +index e3402a1..a7e7f2e 100644 +--- a/meson_options.txt b/meson_options.txt +@@ -28,3 +28,8 @@ option('gtk_doc', + option('installed_tests', + type: 'boolean', value: false, description: 'Enable installed tests' + ) ++ ++option('seccomp', ++ type: 'boolean', value: true, ++ description: 'add seccomp support' ++) +-- +2.23.0 + diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.34.0.ebuild b/gnome-base/gnome-desktop/gnome-desktop-3.34.0.ebuild new file mode 100644 index ..259eb8f2 --- /dev/null +++ b/gnome-base/gnome-desktop/gnome-desktop-3.34.0.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnome.org gnome2-utils meson virtualx xdg + +DESCRIPTION="Library with common API for various GNOME modules" +HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-desktop/"; + +LICENSE="GPL-2+ FDL-1.1+ LGPL-2+" +SLOT="3/17" # subslot = libgnome-desktop-3 soname version +IUSE="debug doc +introspection gtk-doc seccomp udev" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" + +# cairo[X] needed for gnome-bg +COMMON_DEPEND=" + app-text/iso-codes + >=dev-libs/glib-2.53.0:2 + >=x11-libs/gdk-pixbuf-2.36.5:2[introspection?] + >=x11-libs/gtk+-3.3.6:3[X,introspection?] + x11-libs/cairo:=[X] + x11-libs/libX11 + x11-misc/xkeyboard-config + >=gnome-base/gsettings-desktop-schemas-3.27.0 + introspection? ( >=dev-libs/gobject-introspection-0.9.7:= ) + seccomp? ( sys-libs/libseccomp ) + udev? ( + sys-apps/hwids + virtual/libudev:= ) +" +RDEPEND="${COMMON_DEPEND} + ! +http://www.gentoo.org/dtd/metadata.dtd";> + + + gn...@gentoo.org + Gentoo GNOME Desktop + +
[gentoo-commits] proj/gnome:master commit in: gnome-base/nautilus/files/, gnome-base/nautilus/
commit: 8f138b3343728af2545643d3d08745e30fe38d4a Author: Sobhan Mohammadpour gentoo org> AuthorDate: Sat Sep 14 19:24:48 2019 + Commit: Sobhan Mohammadpour gentoo org> CommitDate: Sat Sep 14 19:24:48 2019 + URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8f138b33 gnome-base/nautilus: add 3.34.0 Package-Manager: Portage-2.3.76, Repoman-2.3.17 gnome-base/nautilus/files/3.34.0-docs-build.patch | 40 + gnome-base/nautilus/nautilus-3.34.0.ebuild| 103 ++ 2 files changed, 143 insertions(+) diff --git a/gnome-base/nautilus/files/3.34.0-docs-build.patch b/gnome-base/nautilus/files/3.34.0-docs-build.patch new file mode 100644 index ..3d700bdd --- /dev/null +++ b/gnome-base/nautilus/files/3.34.0-docs-build.patch @@ -0,0 +1,40 @@ +From 49d85c31346ff61afdd2c03b19b75c657416bacc Mon Sep 17 00:00:00 2001 +From: Sobhan Mohammadpour +Date: Sat, 14 Sep 2019 15:03:53 -0400 +Subject: [PATCH] [Patch] update 3.30-5: build: always install man pages + +originally by: Mart Raudsepp +--- + docs/meson.build | 5 +++-- + meson.build | 4 +--- + 2 files changed, 4 insertions(+), 5 deletions(-) + +diff --git a/docs/meson.build b/docs/meson.build +index a54574f..ae0b171 100644 +--- a/docs/meson.build b/docs/meson.build +@@ -1,4 +1,5 @@ + install_man('nautilus.1') + install_man('nautilus-autorun-software.1') +- +-subdir('reference') ++if get_option('docs') ++ subdir('reference') ++endif +diff --git a/meson.build b/meson.build +index 8ab4fb6..98cc73b 100644 +--- a/meson.build b/meson.build +@@ -196,9 +196,7 @@ subdirs = [ + # Conditional building # + + +-if get_option('docs') +- subdirs += 'docs' +-endif ++subdirs += 'docs' + if get_option('tests') != 'none' + subdirs += 'test' + endif +-- +2.23.0 diff --git a/gnome-base/nautilus/nautilus-3.34.0.ebuild b/gnome-base/nautilus/nautilus-3.34.0.ebuild new file mode 100644 index ..30c37296 --- /dev/null +++ b/gnome-base/nautilus/nautilus-3.34.0.ebuild @@ -0,0 +1,103 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome.org gnome2-utils meson readme.gentoo-r1 virtualx xdg + +DESCRIPTION="Default file manager for the GNOME desktop" +HOMEPAGE="https://wiki.gnome.org/Apps/Nautilus"; + +LICENSE="GPL-3+ LGPL-2.1+" +SLOT="0" +IUSE="gnome gtk-doc +introspection packagekit +previewer selinux sendto" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" + +COMMON_DEPEND=" + >=dev-libs/glib-2.55.1:2 + >=media-libs/gexiv2-0.10.0 + media-libs/gstreamer:1.0 + media-libs/gst-plugins-base:1.0 + >=app-arch/gnome-autoar-0.2.1 + gnome-base/gnome-desktop:3 + >=x11-libs/gtk+-3.22.27:3[X,introspection?] + >=x11-libs/pango-1.28.3 + selinux? ( >=sys-libs/libselinux-2.0 ) + >=app-misc/tracker-2.0:= + x11-libs/libX11 + >=dev-libs/libxml2-2.7.8:2 + introspection? ( >=dev-libs/gobject-introspection-1.54:= ) +" +DEPEND="${COMMON_DEPEND} + >=dev-util/gdbus-codegen-2.51.2 + dev-util/glib-utils + gtk-doc? ( + >=dev-util/gtk-doc-1.10 + app-text/docbook-xml-dtd:4.1.2 ) + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig + x11-base/xorg-proto +" +RDEPEND="${COMMON_DEPEND} + packagekit? ( app-admin/packagekit-base ) + sendto? ( !
[gentoo-commits] repo/gentoo:master commit in: eclass/
commit: 060e22f07d78978e8e856626a912d1dda3c2f796 Author: Jory Pratt gentoo org> AuthorDate: Sat Sep 14 20:55:35 2019 + Commit: Jory Pratt gentoo org> CommitDate: Sat Sep 14 20:56:35 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=060e22f0 eclass/mozcoreconf-v6: revert lto hack for ppc/arm Signed-off-by: Jory Pratt gentoo.org> eclass/mozcoreconf-v6.eclass | 40 +--- 1 file changed, 9 insertions(+), 31 deletions(-) diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass index 78104b55fb6..03ffac7914d 100644 --- a/eclass/mozcoreconf-v6.eclass +++ b/eclass/mozcoreconf-v6.eclass @@ -103,12 +103,6 @@ moz_pkgsetup() { # false positives when toplevel configure passes downwards. export QA_CONFIGURE_OPTIONS=".*" - if [[ $(gcc-major-version) -eq 3 ]]; then - ewarn "Unsupported compiler detected, DO NOT file bugs for" - ewarn "outdated compilers. Bugs opened with gcc-3 will be closed" - ewarn "invalid." - fi - python-any-r1_pkg_setup # workaround to set python3 into PYTHON3 until mozilla doesn't need py2 if [[ "${PYTHON_COMPAT[@]}" != "${PYTHON_COMPAT[@]#python3*}" ]]; then @@ -207,17 +201,15 @@ mozconfig_init() { # Additional ARCH support case "${ARCH}" in - arm) - if [[ ${PN} != seamonkey ]] ; then - # Reduce the memory requirements for linking - if use clang ; then - # Nothing to do - :; - elif tc-ld-is-gold || use lto; then - append-ldflags -Wl,--no-keep-memory - else - append-ldflags -Wl,--no-keep-memory -Wl,--reduce-memory-overheads - fi + arm | ppc64) + # Reduce the memory requirements for linking + if use clang ; then + # Nothing to do + :; + elif tc-ld-is-gold; then + append-ldflags -Wl,--no-keep-memory + else + append-ldflags -Wl,--no-keep-memory -Wl,--reduce-memory-overheads fi ;; alpha) @@ -230,20 +222,6 @@ mozconfig_init() { # Historically we have needed to add this manually for 64-bit append-flags -fPIC ;; - ppc64) - append-flags -fPIC - if [[ ${PN} != seamonkey ]] ; then - # Reduce the memory requirements for linking - if use clang ; then - # Nothing to do - :; - elif tc-ld-is-gold || use lto; then - append-ldflags -Wl,--no-keep-memory - else - append-ldflags -Wl,--no-keep-memory -Wl,--reduce-memory-overheads - fi - fi - ;; esac # We need to append flags for gcc-6 support
[gentoo-commits] repo/gentoo:master commit in: dev-python/fs/
commit: 74eca06366f61ba2975ed0a0e56b00cc50de719b Author: Matt Turner gentoo org> AuthorDate: Sat Sep 14 20:27:40 2019 + Commit: Matt Turner gentoo org> CommitDate: Sat Sep 14 20:54:38 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74eca063 dev-python/fs: Add test dependencies Confusingly, these are actually imported by pyftpdlib's test module, but let's depend on them here so that they aren't required to be kept installed when pyftpdlib is installed. Closes: https://bugs.gentoo.org/694370 Signed-off-by: Matt Turner gentoo.org> dev-python/fs/fs-2.4.9.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/fs/fs-2.4.9.ebuild b/dev-python/fs/fs-2.4.9.ebuild index 24cbad85b70..a30c5ed47c0 100644 --- a/dev-python/fs/fs-2.4.9.ebuild +++ b/dev-python/fs/fs-2.4.9.ebuild @@ -30,6 +30,8 @@ DEPEND="${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/pyftpdlib[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] + dev-python/unittest2[${PYTHON_USEDEP}] )" python_test() {
[gentoo-commits] repo/gentoo:master commit in: dev-python/pyftpdlib/
commit: b423ed53634787be34815e1cdddccbdf521b8063 Author: Matt Turner gentoo org> AuthorDate: Sat Sep 14 20:52:39 2019 + Commit: Matt Turner gentoo org> CommitDate: Sat Sep 14 20:54:38 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b423ed53 dev-python/pyftpdlib: Unconditionally RDEPEND on pysendfile Acked by Soap. Bug: https://bugs.gentoo.org/694370 Signed-off-by: Matt Turner gentoo.org> dev-python/pyftpdlib/pyftpdlib-1.5.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyftpdlib/pyftpdlib-1.5.5.ebuild b/dev-python/pyftpdlib/pyftpdlib-1.5.5.ebuild index 05d474b2db8..3c0339e4fe6 100644 --- a/dev-python/pyftpdlib/pyftpdlib-1.5.5.ebuild +++ b/dev-python/pyftpdlib/pyftpdlib-1.5.5.ebuild @@ -18,6 +18,7 @@ IUSE="doc examples ssl test" RDEPEND=" ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] ) + dev-python/pysendfile[${PYTHON_USEDEP}] " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] @@ -30,7 +31,6 @@ DEPEND=" dev-python/mock[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] dev-python/pyopenssl[${PYTHON_USEDEP}] - dev-python/pysendfile[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] ) "
[gentoo-commits] repo/gentoo:master commit in: dev-python/fonttools/
commit: acf9d96addf3963d7c26ca39da6e914d4bda9ed1 Author: Matt Turner gentoo org> AuthorDate: Sat Sep 14 20:53:48 2019 + Commit: Matt Turner gentoo org> CommitDate: Sat Sep 14 20:54:38 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acf9d96a dev-python/fonttools: Add Python 3.7 support Signed-off-by: Matt Turner gentoo.org> dev-python/fonttools/fonttools-3.44.0.ebuild | 2 +- dev-python/fonttools/fonttools-4.0.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/fonttools/fonttools-3.44.0.ebuild b/dev-python/fonttools/fonttools-3.44.0.ebuild index 17548d5458b..eeab3f65521 100644 --- a/dev-python/fonttools/fonttools-3.44.0.ebuild +++ b/dev-python/fonttools/fonttools-3.44.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 virtualx diff --git a/dev-python/fonttools/fonttools-4.0.1.ebuild b/dev-python/fonttools/fonttools-4.0.1.ebuild index cd184215e16..88fa6ff4117 100644 --- a/dev-python/fonttools/fonttools-4.0.1.ebuild +++ b/dev-python/fonttools/fonttools-4.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_5,3_6} ) +PYTHON_COMPAT=( python{3_5,3_6,3_7} ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 virtualx
[gentoo-commits] repo/gentoo:master commit in: dev-util/boost-build/
commit: 02a5af911678b5f2920287ddd40f2a3dbec01a7d Author: David Seifert gentoo org> AuthorDate: Sat Sep 14 20:47:57 2019 + Commit: David Seifert gentoo org> CommitDate: Sat Sep 14 20:47:57 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a5af91 dev-util/boost-build: Remove dead python hack Closes: https://bugs.gentoo.org/694374 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: David Seifert gentoo.org> dev-util/boost-build/boost-build-1.71.0.ebuild | 8 1 file changed, 8 deletions(-) diff --git a/dev-util/boost-build/boost-build-1.71.0.ebuild b/dev-util/boost-build/boost-build-1.71.0.ebuild index 2aa4b388cbd..d41c9ef2006 100644 --- a/dev-util/boost-build/boost-build-1.71.0.ebuild +++ b/dev-util/boost-build/boost-build-1.71.0.ebuild @@ -71,14 +71,6 @@ src_prepare() { src_configure() { hprefixify engine/Jambase - if use python; then - # replace versions by user-selected one (TODO: fix this when slot-op - # deps are available to always match the best version available) - sed -i \ - -e "s|27 26 25 24 23 22|${EPYTHON#python}|" \ - engine/build.jam || die "sed failed" - fi - tc-export CXX }
[gentoo-commits] repo/gentoo:master commit in: app-emulation/slirp4netns/
commit: d457e4270beac2fd036208ba9447d1157f6be646 Author: Zac Medico gentoo org> AuthorDate: Sat Sep 14 20:42:47 2019 + Commit: Zac Medico gentoo org> CommitDate: Sat Sep 14 20:43:13 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d457e427 app-emulation/slirp4netns: Remove old versions Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico gentoo.org> app-emulation/slirp4netns/Manifest | 2 -- app-emulation/slirp4netns/slirp4netns-0.3.2.ebuild | 32 --- .../slirp4netns/slirp4netns-0.4.0_beta4.ebuild | 36 -- 3 files changed, 70 deletions(-) diff --git a/app-emulation/slirp4netns/Manifest b/app-emulation/slirp4netns/Manifest index e9f5d69ff7d..7fcfd053711 100644 --- a/app-emulation/slirp4netns/Manifest +++ b/app-emulation/slirp4netns/Manifest @@ -1,4 +1,2 @@ -DIST slirp4netns-0.3.2.tar.gz 162136 BLAKE2B bc33c66ecc47e0b566eaa960e1651a0ad0b09010bc9ae3d1eb0692c7b2b67197a078b25df645bc11c50f1e805937b8e0aeeecf2fee6114937ca98eda49f61765 SHA512 b5146a9b165471037542af64618da8fb5f6824a9a4193867f4357b1b7f38082dea00e15930561eb9729fed406dae1bc2ca371035577d0f22cfb9004c13464496 DIST slirp4netns-0.3.3.tar.gz 162154 BLAKE2B b4a477ca94ee17e14ae0d255eb1f22713388d32cee1faff308e902a8134bc52e08cfa92537c19fbfc9869d936637c1196fee462d9699c1b5f97a0d0138dc4792 SHA512 9cccbfd30348d895c8c3f6a80ebe7991131c5a5f4907733ec65df5ce70b63427e5f666bf7c4dcb08e8dd50f1769aff0f6642c23c29eb6b9921a2d10f62d46f63 -DIST slirp4netns-0.4.0_beta4.tar.gz 168436 BLAKE2B 708a92bcdd8f0d1ce925a013d999b3a172391ffaa1dce2f414a440feb8933cdb2f5986badfbdb98c98705ef414d86a353f642e1d8964d3ca700a39527cbf6274 SHA512 2dfe5be6c6b298823e2ae4f72ea11afa8d16a5c6ab9a88522775949508a6f6edfe5eadb3681b7d1300f21a93ebfa1791f04e27066cefdaa988fc12f385ee6340 DIST slirp4netns-0.4.1.tar.gz 168785 BLAKE2B 90e251012111fb77d5e48baa8a1acb95f9778e72add244b2df10d92c9cc6ef284bfbeef699bd8e58724b50254a4eb6fa485a58c7c8e6cca8469cf722e1f2 SHA512 bb2a0946f4e360eb08efb46e097d21ab1bf05d199d1e3d381e065617eb9ba15434bccb5d1e76ac27664f23c8da79349383095b4d28d2a1a8ddc0fb9675aebf34 diff --git a/app-emulation/slirp4netns/slirp4netns-0.3.2.ebuild b/app-emulation/slirp4netns/slirp4netns-0.3.2.ebuild deleted file mode 100644 index a87e63fe949..000 --- a/app-emulation/slirp4netns/slirp4netns-0.3.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="User-mode networking for unprivileged network namespaces" -HOMEPAGE="https://github.com/rootless-containers/slirp4netns"; -SRC_URI="https://github.com/rootless-containers/slirp4netns/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="~amd64" - -RDEPEND="dev-libs/glib:2= - dev-libs/libpcre:=" -DEPEND="${RDEPEND}" -RESTRICT="test" - -src_prepare() { - eautoreconf - default -} - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]]; then - elog "You need to have the tun kernel module loaded in order to have" - elog "slirp4netns working" - fi -} diff --git a/app-emulation/slirp4netns/slirp4netns-0.4.0_beta4.ebuild b/app-emulation/slirp4netns/slirp4netns-0.4.0_beta4.ebuild deleted file mode 100644 index 87e485ef057..000 --- a/app-emulation/slirp4netns/slirp4netns-0.4.0_beta4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -MY_PV=${PV/_/-} -MY_PV=${MY_PV/beta/beta.} -MY_P=${PN}-${MY_PV} -DESCRIPTION="User-mode networking for unprivileged network namespaces" -HOMEPAGE="https://github.com/rootless-containers/slirp4netns"; -SRC_URI="https://github.com/rootless-containers/slirp4netns/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="~amd64" - -RDEPEND="dev-libs/glib:2= - dev-libs/libpcre:=" -DEPEND="${RDEPEND}" -RESTRICT="test" -S=${WORKDIR}/${MY_P} - -src_prepare() { - eautoreconf - default -} - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]]; then - elog "You need to have the tun kernel module loaded in order to have" - elog "slirp4netns working" - fi -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/booleanOperations/
commit: 31dc23f40845c2f82d4620774158d742c6613645 Author: Pacho Ramos gentoo org> AuthorDate: Sat Sep 14 20:38:34 2019 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Sep 14 20:38:34 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31dc23f4 dev-python/booleanOperations: Bump to 0.8.2 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Pacho Ramos gentoo.org> dev-python/booleanOperations/Manifest | 1 + .../booleanOperations-0.8.2.ebuild | 32 ++ 2 files changed, 33 insertions(+) diff --git a/dev-python/booleanOperations/Manifest b/dev-python/booleanOperations/Manifest index efff79f564f..c9d9ef6a9d7 100644 --- a/dev-python/booleanOperations/Manifest +++ b/dev-python/booleanOperations/Manifest @@ -1 +1,2 @@ DIST booleanOperations-0.8.0.tar.gz 19914 BLAKE2B 121eb4c8587cd56717c757589cadd08334c7a3d90d878c17d24e36b232a1cbf0386a4c1090638818f0e264296796d89a8231204656d2a7432802b385e8200c80 SHA512 76eaeb6a5039f4f5ff3a066545a70c35a512b7ec20e54873cde90a14a18f6a9fc33a2ac356325f7390f206ad2f34412e178212e30065ede41d4b3fa8397eecea +DIST booleanOperations-0.8.2.tar.gz 165059 BLAKE2B 978b992e84181e8ec437e236e6502a6c135ea011395f3b082881e6b9f5c849632077737064d1102164cf083edc8a7e47c6f4f43d858948d9046ed231c5ac8911 SHA512 3c369ce53bc7b1b53f4441ba79959d4853c9ab767fef17fc41f44812427dcb5ad905fcfac4cee0d616447cccd059fce6a1d168b0766054659fb29b33867d1fb9 diff --git a/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild b/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild new file mode 100644 index 000..3f2387ff878 --- /dev/null +++ b/dev-python/booleanOperations/booleanOperations-0.8.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_6 ) +inherit distutils-r1 + +DESCRIPTION="Boolean operations on paths" +HOMEPAGE="https://github.com/typemytype/booleanOperations"; +SRC_URI="https://github.com/typemytype/booleanOperations/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +BDEPEND="" +RDEPEND="${DEPEND} + >=dev-python/fonttools-3.32.0[${PYTHON_USEDEP}] + dev-python/pyclipper[${PYTHON_USEDEP}] +" + +src_prepare() { + export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}" + distutils-r1_src_prepare +} + +python_test() { + esetup.py test +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/defcon/
commit: 8333ee542641a2fb96a1cff0eb1303c6012a720c Author: Pacho Ramos gentoo org> AuthorDate: Sat Sep 14 20:37:41 2019 + Commit: Pacho Ramos gentoo org> CommitDate: Sat Sep 14 20:37:41 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8333ee54 dev-python/defcon: Bump to 0.6.0 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Pacho Ramos gentoo.org> dev-python/defcon/Manifest| 1 + dev-python/defcon/defcon-0.6.0.ebuild | 24 2 files changed, 25 insertions(+) diff --git a/dev-python/defcon/Manifest b/dev-python/defcon/Manifest index a7e76ce1d94..453f27c943a 100644 --- a/dev-python/defcon/Manifest +++ b/dev-python/defcon/Manifest @@ -1 +1,2 @@ DIST defcon-0.5.3.tar.gz 439149 BLAKE2B 5407eeb8c9bb8e63056d0d42e653eb3bad793b17139fc31f153b12f7ae604aa6615442556f5360f84cc29dfd9674b8117a9022a1e4bdc62324c31378b4c075f1 SHA512 5975c2c0054a1c5d067414b5fe02dc4546fffd12d316c6773ce48425276d7ca7b4e132b772fab2ebc4e683170d02592e1917a67f0dbad64a4c2f2a6a3bfae9ce +DIST defcon-0.6.0.tar.gz 403682 BLAKE2B c85cf4f846cab3f7543dcec885221e9f828cdf56fb1a373c9d06b27a29c1ab22fc9702d2ce561af97e3d4aa3b03712538ce0b29a0042fa4a0fea6f11eacba69b SHA512 b981c87d2355dc83b5da0ea4879707336ade8ea4d6ca2bc13da064367938579f2a60dfa5b1c0fd3629f4a2de97676e4f02f30f99a6116049cc2a10abd13a3d7b diff --git a/dev-python/defcon/defcon-0.6.0.ebuild b/dev-python/defcon/defcon-0.6.0.ebuild new file mode 100644 index 000..f39240fd7e4 --- /dev/null +++ b/dev-python/defcon/defcon-0.6.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_6 ) +inherit distutils-r1 + +DESCRIPTION="A set of UFO based objects for use in font editing applications" +HOMEPAGE="https://github.com/typesupply/defcon"; +SRC_URI="https://github.com/typesupply/defcon/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=">=dev-python/fonttools-3.31.0[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" +BDEPEND="" + +python_test() { + esetup.py test +}
[gentoo-commits] proj/mozilla:master commit in: www-client/firefox/files/, www-client/firefox/
commit: 4694c68a6b60520d02af98fc1fced6dfc642ee93 Author: Jory Pratt gentoo org> AuthorDate: Tue Sep 10 16:06:47 2019 + Commit: Jory Pratt gentoo org> CommitDate: Tue Sep 10 16:06:47 2019 + URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=4694c68a www-client/firefox: fix lto builds Closes: https://bugs.gentoo.org/689358 Closes: https://bugs.gentoo.org/693654 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Jory Pratt gentoo.org> .../firefox/files/firefox-69.0-lto-gcc-fix.patch | 26 ++ ...{firefox-69.0.ebuild => firefox-69.0-r1.ebuild} | 6 ++--- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/www-client/firefox/files/firefox-69.0-lto-gcc-fix.patch b/www-client/firefox/files/firefox-69.0-lto-gcc-fix.patch new file mode 100644 index 000..9fe9673 --- /dev/null +++ b/www-client/firefox/files/firefox-69.0-lto-gcc-fix.patch @@ -0,0 +1,26 @@ +# HG changeset patch +# Parent 79ae951dc72ba16a2451c4cde7298aa986376b0c +Fix lto builds of sandbox on linux + +diff --git a/security/sandbox/linux/moz.build b/security/sandbox/linux/moz.build +--- a/security/sandbox/linux/moz.build b/security/sandbox/linux/moz.build +@@ -95,17 +95,17 @@ if CONFIG['CC_TYPE'] in ('clang', 'gcc') + CXXFLAGS += ['-Wno-shadow'] + SOURCES['../chromium/sandbox/linux/services/syscall_wrappers.cc'].flags += [ + '-Wno-empty-body', + ] + + # gcc lto likes to put the top level asm in syscall.cc in a different partition + # from the function using it which breaks the build. Work around that by + # forcing there to be only one partition. +-for f in CONFIG['OS_CXXFLAGS']: ++for f in CONFIG['MOZ_LTO_CFLAGS']: + if f.startswith('-flto') and CONFIG['CC_TYPE'] != 'clang': + LDFLAGS += ['--param', 'lto-partitions=1'] + + DEFINES['NS_NO_XPCOM'] = True + DisableStlWrapping() + + LOCAL_INCLUDES += ['/security/sandbox/linux'] + LOCAL_INCLUDES += ['/security/sandbox/chromium-shim'] diff --git a/www-client/firefox/firefox-69.0.ebuild b/www-client/firefox/firefox-69.0-r1.ebuild similarity index 99% rename from www-client/firefox/firefox-69.0.ebuild rename to www-client/firefox/firefox-69.0-r1.ebuild index 8e13dc4..4e89b4f 100644 --- a/www-client/firefox/firefox-69.0.ebuild +++ b/www-client/firefox/firefox-69.0-r1.ebuild @@ -257,6 +257,7 @@ src_unpack() { src_prepare() { use !wayland && rm -f "${WORKDIR}/firefox/2019_mozilla-bug1539471.patch" eapply "${WORKDIR}/firefox" + eapply "${FILESDIR}${PN}-69.0-lto-gcc-fix.patch" # Allow user to apply any additional patches without modifing ebuild eapply_user @@ -384,9 +385,6 @@ src_configure() { show_old_compiler_warning=1 fi - # Bug 689358 - append-cxxflags -flto - if ! use cpu_flags_x86_avx2 ; then local _gcc_version_with_ipa_cdtor_fix="8.3" local _current_gcc_version="$(gcc-major-version).$(gcc-minor-version)" @@ -431,7 +429,7 @@ src_configure() { if use clang ; then # This is upstream's default mozconfig_annotate "forcing ld=lld due to USE=clang" --enable-linker=lld - elif tc-ld-is-gold ; then + elif tc-ld-is-gold || use lto ; then mozconfig_annotate "linker is set to gold" --enable-linker=gold else mozconfig_annotate "linker is set to bfd" --enable-linker=bfd
[gentoo-commits] proj/mozilla:master commit in: www-client/firefox/
commit: 579dc2f7b864d9192d0e1b8a7ee6733c7a9ac992 Author: Jory Pratt gentoo org> AuthorDate: Sat Sep 14 20:34:48 2019 + Commit: Jory Pratt gentoo org> CommitDate: Sat Sep 14 20:34:48 2019 + URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=579dc2f7 www-client/firefox: Fix lto builds Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Jory Pratt gentoo.org> www-client/firefox/firefox-69.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/firefox/firefox-69.0-r1.ebuild b/www-client/firefox/firefox-69.0-r1.ebuild index 4e89b4f..52dfab5 100644 --- a/www-client/firefox/firefox-69.0-r1.ebuild +++ b/www-client/firefox/firefox-69.0-r1.ebuild @@ -257,7 +257,7 @@ src_unpack() { src_prepare() { use !wayland && rm -f "${WORKDIR}/firefox/2019_mozilla-bug1539471.patch" eapply "${WORKDIR}/firefox" - eapply "${FILESDIR}${PN}-69.0-lto-gcc-fix.patch" + eapply "${FILESDIR}/${PN}-69.0-lto-gcc-fix.patch" # Allow user to apply any additional patches without modifing ebuild eapply_user @@ -429,7 +429,7 @@ src_configure() { if use clang ; then # This is upstream's default mozconfig_annotate "forcing ld=lld due to USE=clang" --enable-linker=lld - elif tc-ld-is-gold || use lto ; then + elif tc-ld-is-gold ; then mozconfig_annotate "linker is set to gold" --enable-linker=gold else mozconfig_annotate "linker is set to bfd" --enable-linker=bfd
[gentoo-commits] repo/gentoo:master commit in: net-misc/remmina/
commit: b0eb9d0b92dfe496692c18b9b7e60016c1450999 Author: Ben Kohler gentoo org> AuthorDate: Sat Sep 14 19:35:28 2019 + Commit: Ben Kohler gentoo org> CommitDate: Sat Sep 14 19:35:28 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0eb9d0b net-misc/remmina: drop one more old Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ben Kohler gentoo.org> net-misc/remmina/Manifest | 1 - net-misc/remmina/remmina-1.3.5_p20190731.ebuild | 94 - 2 files changed, 95 deletions(-) diff --git a/net-misc/remmina/Manifest b/net-misc/remmina/Manifest index 86192eb5310..288761d8fdf 100644 --- a/net-misc/remmina/Manifest +++ b/net-misc/remmina/Manifest @@ -1,3 +1,2 @@ DIST Remmina-v1.3.4.tar.gz 1365473 BLAKE2B f71a9c0a0fa9eafa547abf192972da39f0cfe1ca3745a87783d6a9ec5bab0674d93df8815b589b25659990bb345748f8f464f401c7efb934e8e71b207b0dab67 SHA512 212ebc6e08c694861522a05feb51e4efa012ef3361debf079384c07e4354370f6cf7d2880ff442bbe03782421bac7f33343d8049207073d90925d1c894d30e7a DIST Remmina-v1.3.6.tar.gz 1538166 BLAKE2B f3fc60df2a1a31bd5aae7d8de2d85cd579fa4cc35a0351fbce80433e21583b67cfc81665307d02fbd4863f6a55695be81f9c4d07423d6c8122d84dd625b69c3b SHA512 ce16379aa163467d05018c900d0dc7c2a7d73c1c22dd06a9a3092efa7675fda505bfa31b20131b9a3a10c74788377db17961c0bc9e59c47b1c7a15bf347f3bab -DIST remmina-1.3.5_p20190731.tar.gz 1475593 BLAKE2B 0a2ddb9c45474e65de9a5be28155ad45f06779170dc360f415ed7ce96fd8595d730eb5f89f756075f89ba5e8e124962fdd07f85d4ac90157eb1e0fae99169fbf SHA512 8b25dae17e13812184481d0640f44a253f0b66260e5e41b06d4e65e9d4dd673d0a17fab2453c9a29ba4691d53ac6e49cb35160931c546a7c68bc483e11eab987 diff --git a/net-misc/remmina/remmina-1.3.5_p20190731.ebuild b/net-misc/remmina/remmina-1.3.5_p20190731.ebuild deleted file mode 100644 index c2cca7a2478..000 --- a/net-misc/remmina/remmina-1.3.5_p20190731.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils eutils gnome2-utils vcs-snapshot xdg-utils - -MY_P="${PN^}-v${PV}" -COMMIT="d3cfd641333b45ffb160dab2080fda3f4bbb8d68" - -DESCRIPTION="A GTK+ RDP, SPICE, VNC, XDMCP and SSH client" -HOMEPAGE="https://remmina.org/"; -SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/master/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+-with-openssl-exception" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="ayatana crypt examples gnome-keyring kwallet libressl nls spice ssh rdp telepathy vnc webkit zeroconf" - -CDEPEND=" - dev-libs/glib:2 - dev-libs/json-glib - dev-libs/libsodium:= - net-libs/libsoup - x11-libs/gdk-pixbuf - x11-libs/gtk+:3 - x11-libs/libX11 - x11-libs/libxkbfile - ayatana? ( dev-libs/libappindicator:3 ) - crypt? ( dev-libs/libgcrypt:0= ) - rdp? ( >=net-misc/freerdp-2.0.0_rc4 ) - gnome-keyring? ( app-crypt/libsecret ) - kwallet? ( kde-frameworks/kwallet ) - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - spice? ( net-misc/spice-gtk[gtk3] ) - ssh? ( net-libs/libssh:0=[sftp] - x11-libs/vte:2.91 ) - telepathy? ( net-libs/telepathy-glib ) - vnc? ( net-libs/libvncserver[jpeg] ) - webkit? ( net-libs/webkit-gtk:4 ) - zeroconf? ( net-dns/avahi[gtk3] ) -" -DEPEND="${CDEPEND} - dev-util/intltool - virtual/pkgconfig - nls? ( sys-devel/gettext ) -" -RDEPEND="${CDEPEND} - virtual/freedesktop-icon-theme -" - -DOCS=( AUTHORS CHANGELOG.md README.md THANKS.md ) - -src_configure() { - local mycmakeargs=( - -DWITH_APPINDICATOR=$(usex ayatana) - -DWITH_GCRYPT=$(usex crypt) - -DWITH_EXAMPLES=$(usex examples) - -DWITH_LIBSECRET=$(usex gnome-keyring) - -DWITH_KF5WALLET=$(usex kwallet) - -DWITH_GETTEXT=$(usex nls) - -DWITH_TRANSLATIONS=$(usex nls) - -DWITH_FREERDP=$(usex rdp) - -DWITH_SPICE=$(usex spice) - -DWITH_LIBSSH=$(usex ssh) - -DWITH_VTE=$(usex ssh) - -DWITH_TELEPATHY=$(usex telepathy) - -DWITH_LIBVNCSERVER=$(usex vnc) - -DWITH_WWW=$(usex webkit) - -DWITH_AVAHI=$(usex zeroconf) - -DWITH_ICON_CACHE=OFF - -DWITH_UPDATE_DESKTOP_DB=OFF - ) - cmake-utils_src_configure -} - -pkg_postinst() { - gnome2_icon_cache_update - xdg_mimeinfo_database_update - xdg_desktop_database_update - - elog "To get additional features, some optional runtime dependencies" - elog "may be installed:" - elog "" - optfeature "encrypted VNC connections" net-libs/libvncserver[gcrypt] - optfeature "XDMCP support" x11-base/xorg-server[xephyr] -} - -pkg_postrm() { - gnome2_icon_cache_update - xdg_
[gentoo-commits] repo/gentoo:master commit in: net-misc/remmina/
commit: 2bf022a0092c106c2db23637e1b6bc7a263f2735 Author: Ben Kohler gentoo org> AuthorDate: Sat Sep 14 19:33:31 2019 + Commit: Ben Kohler gentoo org> CommitDate: Sat Sep 14 19:33:50 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bf022a0 net-misc/remmina: drop old Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ben Kohler gentoo.org> net-misc/remmina/Manifest | 3 - net-misc/remmina/remmina-1.2.0_rc24.ebuild | 84 net-misc/remmina/remmina-1.2.31.3.ebuild | 88 -- net-misc/remmina/remmina-1.3.3.ebuild | 88 -- 4 files changed, 263 deletions(-) diff --git a/net-misc/remmina/Manifest b/net-misc/remmina/Manifest index e2f81bcbd34..86192eb5310 100644 --- a/net-misc/remmina/Manifest +++ b/net-misc/remmina/Manifest @@ -1,6 +1,3 @@ -DIST Remmina-v1.2.31.3.tar.gz 1248295 BLAKE2B da748ceea5aa50702b060075c8e5c4aefe11ca1ebbc301b2951df76208da5998746631ef4c57f5692678e948839a8869a183b777f7046d416a55e5ac5b0d76d1 SHA512 f95c4dcebd833b590fbf0b418854bae66541743bc77cda4b0b97e1e49b158927fa859907619fd532b0660fc30eee80be472e02c38a2afe33e477c4a903a99e28 -DIST Remmina-v1.3.3.tar.gz 1362239 BLAKE2B 8ae5b72293ffe2f627a46aa9354256d84d318819b0d5c236f4d5628764eaa9e3a3d07f3130ae04ee271cbc6ac207ccfaf495533b3fa59ee184d3da19c8738bc8 SHA512 72d0303f922619c3842880365bb68b967eb2134fef7187d0fd83aeec2b50fb499573849f853d509216608eefc02db7ced91cfc65f89154b51d0657e42bd0d637 DIST Remmina-v1.3.4.tar.gz 1365473 BLAKE2B f71a9c0a0fa9eafa547abf192972da39f0cfe1ca3745a87783d6a9ec5bab0674d93df8815b589b25659990bb345748f8f464f401c7efb934e8e71b207b0dab67 SHA512 212ebc6e08c694861522a05feb51e4efa012ef3361debf079384c07e4354370f6cf7d2880ff442bbe03782421bac7f33343d8049207073d90925d1c894d30e7a DIST Remmina-v1.3.6.tar.gz 1538166 BLAKE2B f3fc60df2a1a31bd5aae7d8de2d85cd579fa4cc35a0351fbce80433e21583b67cfc81665307d02fbd4863f6a55695be81f9c4d07423d6c8122d84dd625b69c3b SHA512 ce16379aa163467d05018c900d0dc7c2a7d73c1c22dd06a9a3092efa7675fda505bfa31b20131b9a3a10c74788377db17961c0bc9e59c47b1c7a15bf347f3bab -DIST remmina-1.2.0_rc24.tar.gz 1052140 BLAKE2B 57b3d2ed8a765f98f1ffd3c79df076d07e00329bf95dfddb9094d8bc62838b0f6742b404b4deef0a037bd88259751799e1842fb97313337e11b8f0faed8ad302 SHA512 aab421c580e434ca673be063f3662f1d9128cc83aaee6f9bc6acf6996af0379af6fb99cc63273941c40c6b989653b972de6c43b575ca06bf56ec7c266590c17e DIST remmina-1.3.5_p20190731.tar.gz 1475593 BLAKE2B 0a2ddb9c45474e65de9a5be28155ad45f06779170dc360f415ed7ce96fd8595d730eb5f89f756075f89ba5e8e124962fdd07f85d4ac90157eb1e0fae99169fbf SHA512 8b25dae17e13812184481d0640f44a253f0b66260e5e41b06d4e65e9d4dd673d0a17fab2453c9a29ba4691d53ac6e49cb35160931c546a7c68bc483e11eab987 diff --git a/net-misc/remmina/remmina-1.2.0_rc24.ebuild b/net-misc/remmina/remmina-1.2.0_rc24.ebuild deleted file mode 100644 index 7d87cd64d66..000 --- a/net-misc/remmina/remmina-1.2.0_rc24.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils eutils gnome2-utils - -MY_PV="${PV//_rc/-rcgit.}" - -DESCRIPTION="A GTK+ RDP, SPICE, VNC, XDMCP and SSH client" -HOMEPAGE="https://remmina.org/"; -SRC_URI="https://github.com/FreeRDP/Remmina/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="ayatana crypt rdp gnome-keyring nls spice ssh telepathy vnc zeroconf" - -CDEPEND=" - dev-libs/glib:2 - x11-libs/gdk-pixbuf - x11-libs/gtk+:3 - x11-libs/libX11 - x11-libs/libxkbfile - ayatana? ( dev-libs/libappindicator:3 ) - crypt? ( dev-libs/libgcrypt:0= ) - rdp? ( >=net-misc/freerdp-2.0.0_rc0 https://remmina.org/"; -SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.gz"; - -LICENSE="GPL-2+-with-openssl-exception" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="ayatana crypt examples gnome-keyring libressl nls spice ssh rdp telepathy vnc zeroconf" - -CDEPEND=" - dev-libs/glib:2 - dev-libs/json-glib - net-libs/libsoup - x11-libs/gdk-pixbuf - x11-libs/gtk+:3 - x11-libs/libX11 - x11-libs/libxkbfile - ayatana? ( dev-libs/libappindicator:3 ) - crypt? ( dev-libs/libgcrypt:0= ) - rdp? ( >=net-misc/freerdp-2.0.0_rc2 ) - gnome-keyring? ( app-crypt/libsecret ) - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - spice? ( net-misc/spice-gtk[gtk3] ) - ssh? ( net-libs/libssh:0=[sftp] - x11-libs/vte:2.91 ) - telepathy? ( net-libs/telepathy-glib ) - vnc? ( net-libs/libvncserver ) - zeroconf? ( net-dns/avahi[gtk3] ) -" -DEPEND="${CDEPEND} - dev-util/intltool - virtual/pkgconfig - nls? ( sys-devel/gettext ) -" -RDEPEND="${CDEPEND} - virtual/freedesktop-icon-theme -" - -DOCS=( AUTHORS CHAN
[gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll/
commit: 8f59fd80ec31cde755ebe538987505c488ce3000 Author: Tupone Alfredo gentoo org> AuthorDate: Sat Sep 14 19:20:32 2019 + Commit: Alfredo Tupone gentoo org> CommitDate: Sat Sep 14 19:20:32 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f59fd80 dev-ada/gnatcoll: fix Missing Slash Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/gnatcoll/gnatcoll-2017-r1.ebuild | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ada/gnatcoll/gnatcoll-2017-r1.ebuild b/dev-ada/gnatcoll/gnatcoll-2017-r1.ebuild index ae3680e4ccc..01785f799d5 100644 --- a/dev-ada/gnatcoll/gnatcoll-2017-r1.ebuild +++ b/dev-ada/gnatcoll/gnatcoll-2017-r1.ebuild @@ -106,15 +106,15 @@ src_compile() { src_install() { if use shared; then - emake prefix="${D}usr" install_library_type/relocatable + emake prefix="${D}/usr" install_library_type/relocatable fi if use static-libs; then - emake prefix="${D}usr" install_library_type/static + emake prefix="${D}/usr" install_library_type/static fi if use tools; then - emake prefix="${D}usr" install_tools/static + emake prefix="${D}/usr" install_tools/static fi - emake prefix="${D}usr" install_gps_plugin + emake prefix="${D}/usr" install_gps_plugin einstalldocs }
[gentoo-commits] repo/gentoo:master commit in: x11-libs/libXfont2/
commit: d9e158947cac307eb1425fdab94e0fde78156018 Author: Matt Turner gentoo org> AuthorDate: Sat Sep 14 19:10:05 2019 + Commit: Matt Turner gentoo org> CommitDate: Sat Sep 14 19:15:09 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e15894 x11-libs/libXfont2: Version bump to 2.0.4 Signed-off-by: Matt Turner gentoo.org> x11-libs/libXfont2/Manifest | 1 + x11-libs/libXfont2/libXfont2-2.0.4.ebuild | 33 +++ 2 files changed, 34 insertions(+) diff --git a/x11-libs/libXfont2/Manifest b/x11-libs/libXfont2/Manifest index aba9fbc949c..911d5fdd27b 100644 --- a/x11-libs/libXfont2/Manifest +++ b/x11-libs/libXfont2/Manifest @@ -1 +1,2 @@ DIST libXfont2-2.0.3.tar.bz2 497085 BLAKE2B 91780c245d5e08b45fca6e940b0fe910b43417b2bed77fa600e0b8ab2b2c5a423b8a1c680349b95592a77f5bac45b1f5a7991d05df699aad080e8c3cf4d614cf SHA512 648b664e2aa58cbc7366a1b05873aa06bd4a38060f64085783043388244af8ceced77b29a22c3ac8b6d34cd226e093bbbcc785ea1748ea65720fe7ea05b4b44b +DIST libXfont2-2.0.4.tar.bz2 513167 BLAKE2B 924cf8462a8fc593755080866b63d6cca6e58b5d875f1d25b95271a56d883e983445f72f8950adf1964e0bf10ca5b8bb2ddfe0c56d4395086e460952a5933bd7 SHA512 7cf6c58e520e48e24fc4f05fec760fcbeaaac0cedeed57dded262c855e1515cc34cd033222945a0b016f6857b83009fc2a6946c7d632c2f7bb0060f8e8a8a106 diff --git a/x11-libs/libXfont2/libXfont2-2.0.4.ebuild b/x11-libs/libXfont2/libXfont2-2.0.4.ebuild new file mode 100644 index 000..d51778e14c3 --- /dev/null +++ b/x11-libs/libXfont2/libXfont2-2.0.4.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +XORG_PACKAGE_NAME=libxfont +XORG_DOC=doc +inherit xorg-3 + +DESCRIPTION="X.Org Xfont library" + +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 ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="bzip2 ipv6 truetype" + +RDEPEND="sys-libs/zlib + x11-base/xorg-proto + x11-libs/libfontenc + bzip2? ( app-arch/bzip2 ) + truetype? ( >=media-libs/freetype-2 )" +DEPEND="${RDEPEND} + x11-base/xorg-proto + x11-libs/xtrans" + +pkg_setup() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable ipv6) + $(use_enable doc devel-docs) + $(use_with doc xmlto) + $(use_with bzip2) + $(use_enable truetype freetype) + --without-fop + ) +}
[gentoo-commits] repo/gentoo:master commit in: x11-libs/libXfont2/
commit: 326b958fb92db736428e3927979f42583f4cf233 Author: Matt Turner gentoo org> AuthorDate: Sat Sep 14 19:11:09 2019 + Commit: Matt Turner gentoo org> CommitDate: Sat Sep 14 19:15:09 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326b958f x11-libs/libXfont2: Port to EAPI 7 Signed-off-by: Matt Turner gentoo.org> x11-libs/libXfont2/libXfont2-.ebuild | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-libs/libXfont2/libXfont2-.ebuild b/x11-libs/libXfont2/libXfont2-.ebuild index 9463d5e1310..cfd74911baa 100644 --- a/x11-libs/libXfont2/libXfont2-.ebuild +++ b/x11-libs/libXfont2/libXfont2-.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 XORG_PACKAGE_NAME=libxfont XORG_DOC=doc -inherit xorg-2 +inherit xorg-3 DESCRIPTION="X.Org Xfont library" @@ -15,12 +15,13 @@ IUSE="bzip2 ipv6 truetype" RDEPEND="sys-libs/zlib x11-base/xorg-proto x11-libs/libfontenc - x11-libs/xtrans bzip2? ( app-arch/bzip2 ) truetype? ( >=media-libs/freetype-2 )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + x11-base/xorg-proto + x11-libs/xtrans" -src_configure() { +pkg_setup() { XORG_CONFIGURE_OPTIONS=( $(use_enable ipv6) $(use_enable doc devel-docs) @@ -29,5 +30,4 @@ src_configure() { $(use_enable truetype freetype) --without-fop ) - xorg-2_src_configure }
[gentoo-commits] repo/gentoo:master commit in: sys-devel/bison/
commit: 00f7e34c9baffdd8bb399854f084f7540aa15a92 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Sep 14 18:53:57 2019 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Sep 14 19:07:00 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f7e34c sys-devel/bison: bump to v3.4.2 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann gentoo.org> sys-devel/bison/Manifest | 2 + sys-devel/bison/bison-3.4.2.ebuild | 90 ++ 2 files changed, 92 insertions(+) diff --git a/sys-devel/bison/Manifest b/sys-devel/bison/Manifest index b6bc21a9d36..1fee0007fac 100644 --- a/sys-devel/bison/Manifest +++ b/sys-devel/bison/Manifest @@ -6,3 +6,5 @@ DIST bison-3.3-patches-01.tar.xz 10768 BLAKE2B 6b4df80d0cf6ff3445019bbc66063b794 DIST bison-3.3.2.tar.xz 2108612 BLAKE2B 84cf59c02ff4ba34c052ef2539cde8d5932145ab21b63c879eeb32d183cadba6cb6209278090e38f3f03085e58ad1fff71248e5729513d8dffdcc14e8f924dfc SHA512 63c67291ea1bd00f4412fc589ffb891ede3e2577253016a9a185e00fb2d702371f3862486639a8f52f8a887f340a639575ff3b7ba93c152170cbfd8c9585c1dc DIST bison-3.4.1-patches-01.tar.xz 10812 BLAKE2B 81311c4de0e70e5ca5861e36918be138d14b52872634e85f7e80e2290dc925154faac0d97b8a7c5b2e3cab973ab2a82627057fc4a078517e393174e3b2fda4fb SHA512 5a0fe975982a307bbdb4197441bc48231f3621a59cc97a896789b2976f80bc87e906dd71e5c81ffa75da2932e2f80fa52c894dc005007b7b319379a824fffcf9 DIST bison-3.4.1.tar.xz 2198020 BLAKE2B 03369f92959061fd780fcde38d62e81f433ec7c0e6632ddf27bfb48607fdd510aa8e2e9fefd7e130b84972e168ff0762a7bed4f7a817be36c848ec6562357d2d SHA512 544d66bf11c55a69fad613bea429667c587fb0c3774f6894df81cb3c7931a554f79e6b71d6a6e9109e164e524c632127c967877f71328cd0b69a683d29ed128d +DIST bison-3.4.2-patches-01.tar.xz 11152 BLAKE2B a0d0423e034cfa1dc45a542c05667a8226b535e82c260f638b67f4cf0f693b55b531bf310ed2e701ed7cc8b30f4b9ba9de61dcfcc64428fed38c9d528976b4bd SHA512 14341c52bf53d9fa58da0818626312b199ad1c14b2e0180589d6713d79caa6206070826e0ea65901cee0f6bf3122a7a9f8dad75a6c7d31cb11a31136e7d5a325 +DIST bison-3.4.2.tar.xz 2240532 BLAKE2B fb3d90dc3f21075069684e5d9f8d6982353d909b8c62c4d9925a22319c9f486a4ad7e2629a8932449a3444580ed701357c326aa7cd778a68f66f8eeae70cdac1 SHA512 00d2b37187b93100ec4b220ce2752d12ccf68f9d0d39b380d375d36dd8a22aa1d6e60156918f95e4493f9531c5d42d8fad38fd807307b491c1ca7ca4177823d9 diff --git a/sys-devel/bison/bison-3.4.2.ebuild b/sys-devel/bison/bison-3.4.2.ebuild new file mode 100644 index 000..84404d7431d --- /dev/null +++ b/sys-devel/bison/bison-3.4.2.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit flag-o-matic + +PATCHES="${PN}-3.4.2-patches-01.tar.xz" + +DESCRIPTION="A general-purpose (yacc-compatible) parser generator" +HOMEPAGE="https://www.gnu.org/software/bison/"; +SRC_URI="mirror://gnu/${PN}/${P}.tar.xz + mirror://gentoo/${PATCHES} + https://dev.gentoo.org/~whissi/dist/bison/${PATCHES} + https://dev.gentoo.org/~polynomial-c/dist/bison/${PATCHES}"; + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~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="examples nls static test" + +RDEPEND=">=sys-devel/m4-1.4.16" +DEPEND="${RDEPEND} + sys-devel/flex + examples? ( dev-lang/perl ) + nls? ( sys-devel/gettext ) + test? ( dev-lang/perl )" + +DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) # ChangeLog-2012 ChangeLog-1998 PACKAGING README-alpha README-release + +PATCHES=( + "${WORKDIR}"/patches/${PN}-3.1-optional-perl.patch #538300 + "${WORKDIR}"/patches/${PN}-3.4.2-avoid_autoreconf.patch +) + +src_prepare() { + # Record date to avoid 'config.status --recheck' & regen of 'tests/package.m4' + touch -r configure.ac old.configure.ac || die + touch -r configure old.configure || die + + default + + # Restore date after patching + touch -r old.configure.ac configure.ac || die + touch -r old.configure configure || die + + # The makefiles make the man page depend on the configure script + # which we patched above. Touch it to prevent regeneration. + touch doc/bison.1 || die #548778 #538300#9 + + # Avoid regenerating the info page when the timezone is diff. #574492 + sed -i '2iexport TZ=UTC' build-aux/mdate-sh || die +} + +src_configure() { + use static && append-ldflags -static + + local myeconfargs=( + --docdir='$(datarootdir)'/doc/${PF} + $(use_enable examples) + $(use_enable nls) + ) + econf "${myeconfargs[@]}" +} + +src_install() { + default + + # This one is installed by dev-util/yacc + mv
[gentoo-commits] repo/gentoo:master commit in: dev-python/fonttools/
commit: 95773ac159a2a7c96866590fafb8df53b1ef42ec Author: Matt Turner gentoo org> AuthorDate: Sat Sep 14 18:33:06 2019 + Commit: Matt Turner gentoo org> CommitDate: Sat Sep 14 18:54:01 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95773ac1 dev-python/fonttools: Drop old versions Signed-off-by: Matt Turner gentoo.org> dev-python/fonttools/Manifest| 5 dev-python/fonttools/fonttools-3.20.1.ebuild | 34 --- dev-python/fonttools/fonttools-3.21.1.ebuild | 34 --- dev-python/fonttools/fonttools-3.24.0.ebuild | 34 --- dev-python/fonttools/fonttools-3.24.1.ebuild | 34 --- dev-python/fonttools/fonttools-3.28.0.ebuild | 35 6 files changed, 176 deletions(-) diff --git a/dev-python/fonttools/Manifest b/dev-python/fonttools/Manifest index 50522173833..b8ef8b09249 100644 --- a/dev-python/fonttools/Manifest +++ b/dev-python/fonttools/Manifest @@ -1,9 +1,4 @@ DIST fonttools-3.0.tar.gz 298992 BLAKE2B 74adad38ea49e95b19a306d7a37cdff60f9983d32f4cce0685135153f1cd9adaf1b344edff57cdb060ec085dfde41d9f096e4eb49d5789494e19e54343c55316 SHA512 d0793d4c17e077e2cd308f37680d8b2ac34502542fda5a4a20e9567dff3667c8fc3f73aff8605e2e86d5486bf9a61f3f25f1f8d20d6de610477f7f8b0c7be40e -DIST fonttools-3.20.1.tar.gz 998249 BLAKE2B e6949d421d317cf2ddfe5d77f59b770b6a7ae97d6b3fca319ef36b81291478e66389043e1482d7685ab01a1fea31fa0d2eebb9310e7628f65dbdaf177fd0bbd7 SHA512 62945c6bb38f53d986f5637dc41273aabda53726eea9d0ae558768aab129bd4dd2c8d1632c16059b09f41a7c957a5ad310fac8669e37fa342259ccd290408cb9 -DIST fonttools-3.21.1.tar.gz 1002962 BLAKE2B c60d95b769abda7c973b5226d6ed5f23fe4ef159f7ddbdef8fcb4bda27f173f6a1856c596ef845954d4d555e3c475242bd03abfd37cfd0553ee87f86f733d1d3 SHA512 db06d84e7a2998b317a4166be328bf3e8ed1e168e623993f120c94df1e8ee35e6836b906cb53b15d3abbda7ca84ca4924b708d03b6e2fe96414d4f400f4f -DIST fonttools-3.24.0.tar.gz 1264063 BLAKE2B a457b0f44088b0aecadc897070a95f4b1b8ae0ef1237d59f67e967e21d08f1a55a07ec5dbe06d80daef9ef11cda447303e05060bf6b3dbd94ad62943356c2a44 SHA512 7417a4472791b80308fb800f48126ef6ca2d9163a5fcac76caaa3623072ce30726ffd8d005e03adae96272c4f6183c010d6883a78cd26f48aaf065bcdc1ddebe -DIST fonttools-3.24.1.tar.gz 1264565 BLAKE2B f67eaf66ca2ed6bcb455060b8090b96700fa8c9a9fc4de7e943b0ce0979687882d9cac4d2750028c18eef1e2470ad39fa1ad6cef3dc652a150ec28a857da9e00 SHA512 d5621a52cf67dfa54bc0a63d93bbe4f79b1032a05391b9c075c8d4c3bf2bbefd7d4bb26c4ec7b51182ab979d0775e5b4128088912002d083476d618f31af39ef DIST fonttools-3.24.2.tar.gz 1264825 BLAKE2B dd08243ec237c9c8616cb15f749a89b38fce13a0ac3a3deb64abe19dd95854222aa40003d0457f8821aeebe2e2d637262861f2af90235deb26bafccba30819dc SHA512 6a4b771e94ff23bf75f7a4aad2049350bc8cc41aae09c7fddaac6dc76662248032f138f64849cad8b8a46ad4c7ff8ff115e22084b6af4833cefb2614fdd289a8 -DIST fonttools-3.28.0.tar.gz 1279545 BLAKE2B 3ca5834c19f8caccf7c153f2c4e7eb8d88aed761494c770379b93527c58354c61290dfd761902898bd0b93886d18e44c396deae5621dc008ac4c8059584fd85f SHA512 b599c383f4d33be90e1c1ee67a421f09e5f2716aff5bebe6c3a2bb92d4d306c58670e4aa64292df08d50fcd890429f12589f69da47031d07b53094ca4c40b950 DIST fonttools-3.44.0.tar.gz 2040100 BLAKE2B cdbebe8b38929ed8f436b899a9f5c7c5cddf546558ffd9e347fd41fc06dc4521741dd80d4b8c1cec4f996322ec09e8892174c965ff55bc6e4c7e4c5f44be0fe5 SHA512 ce390ccf69a4222ab8042f72c4e2495e39cb6907fafaea36f505407c7c6cca891d43374d648ae9f1a3119bfaeb1768b34f7c0340fad4fd158722cf2bfff425f7 DIST fonttools-4.0.1.tar.gz 2240578 BLAKE2B d7d735c4edfc09d90e2fd5b05e195e900f4f96e7acb52d0fdb00d95e9a39fa698dc853908b93f6f54674d9536caa9b7bc6c2b487565443b3e115a5ab3237eae7 SHA512 ae8a956ee03923ccbaf9d8950361cf0a2e3b86d61145298de07e8f4ed50680cea07dc56802663e3edf1fd9f18850983fac5685036f3c99fc454ea72591646eb0 diff --git a/dev-python/fonttools/fonttools-3.20.1.ebuild b/dev-python/fonttools/fonttools-3.20.1.ebuild deleted file mode 100644 index 3f9ab21d041..000 --- a/dev-python/fonttools/fonttools-3.20.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) -PYTHON_REQ_USE="xml(+)" - -inherit distutils-r1 - -DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts" -HOMEPAGE="https://github.com/fonttools/fonttools/"; -SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="${RDEPEND} - test? ( - >=dev-python/pytest-2.8[${PYTHON_USEDEP}] - dev-python/pytest-runner[${PYTHON_USEDEP}] - )" - -python_prepare_all() { - touch Tests/svgLib/__init__.py || die - distutils-r1_python_prepare_all -} - -python_test() { - esetu
[gentoo-commits] repo/gentoo:master commit in: dev-python/fonttools/
commit: fb3d3f6b3ba8ff4801df1371af3968d7692a8e61 Author: Matt Turner gentoo org> AuthorDate: Sat Sep 14 06:26:04 2019 + Commit: Matt Turner gentoo org> CommitDate: Sat Sep 14 18:54:00 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb3d3f6b dev-python/fonttools: Version bump to 4.0.1 Signed-off-by: Matt Turner gentoo.org> dev-python/fonttools/Manifest | 1 + dev-python/fonttools/fonttools-4.0.1.ebuild | 34 + 2 files changed, 35 insertions(+) diff --git a/dev-python/fonttools/Manifest b/dev-python/fonttools/Manifest index 3ddc6ac6b25..35445d70bc4 100644 --- a/dev-python/fonttools/Manifest +++ b/dev-python/fonttools/Manifest @@ -5,3 +5,4 @@ DIST fonttools-3.24.0.tar.gz 1264063 BLAKE2B a457b0f44088b0aecadc897070a95f4b1b8 DIST fonttools-3.24.1.tar.gz 1264565 BLAKE2B f67eaf66ca2ed6bcb455060b8090b96700fa8c9a9fc4de7e943b0ce0979687882d9cac4d2750028c18eef1e2470ad39fa1ad6cef3dc652a150ec28a857da9e00 SHA512 d5621a52cf67dfa54bc0a63d93bbe4f79b1032a05391b9c075c8d4c3bf2bbefd7d4bb26c4ec7b51182ab979d0775e5b4128088912002d083476d618f31af39ef DIST fonttools-3.24.2.tar.gz 1264825 BLAKE2B dd08243ec237c9c8616cb15f749a89b38fce13a0ac3a3deb64abe19dd95854222aa40003d0457f8821aeebe2e2d637262861f2af90235deb26bafccba30819dc SHA512 6a4b771e94ff23bf75f7a4aad2049350bc8cc41aae09c7fddaac6dc76662248032f138f64849cad8b8a46ad4c7ff8ff115e22084b6af4833cefb2614fdd289a8 DIST fonttools-3.28.0.tar.gz 1279545 BLAKE2B 3ca5834c19f8caccf7c153f2c4e7eb8d88aed761494c770379b93527c58354c61290dfd761902898bd0b93886d18e44c396deae5621dc008ac4c8059584fd85f SHA512 b599c383f4d33be90e1c1ee67a421f09e5f2716aff5bebe6c3a2bb92d4d306c58670e4aa64292df08d50fcd890429f12589f69da47031d07b53094ca4c40b950 +DIST fonttools-4.0.1.tar.gz 2240578 BLAKE2B d7d735c4edfc09d90e2fd5b05e195e900f4f96e7acb52d0fdb00d95e9a39fa698dc853908b93f6f54674d9536caa9b7bc6c2b487565443b3e115a5ab3237eae7 SHA512 ae8a956ee03923ccbaf9d8950361cf0a2e3b86d61145298de07e8f4ed50680cea07dc56802663e3edf1fd9f18850983fac5685036f3c99fc454ea72591646eb0 diff --git a/dev-python/fonttools/fonttools-4.0.1.ebuild b/dev-python/fonttools/fonttools-4.0.1.ebuild new file mode 100644 index 000..cd184215e16 --- /dev/null +++ b/dev-python/fonttools/fonttools-4.0.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{3_5,3_6} ) +PYTHON_REQ_USE="xml(+)" + +inherit distutils-r1 virtualx + +DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts" +HOMEPAGE="https://github.com/fonttools/fonttools/"; +SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( + >=dev-python/pytest-2.8[${PYTHON_USEDEP}] + dev-python/pytest-runner[${PYTHON_USEDEP}] + + >=dev-python/fs-2.4.9[${PYTHON_USEDEP}] + app-arch/brotli[python,${PYTHON_USEDEP}] + app-arch/zopfli + )" + +python_test() { + # virtualx used when matplotlib is installed causing plot module tests to run + virtx pytest -vv Tests fontTools || die "pytest failed" +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/fs/
commit: 34fc67b0c22748a762308152832cf52be023629c Author: Matt Turner gentoo org> AuthorDate: Sat Sep 14 18:31:57 2019 + Commit: Matt Turner gentoo org> CommitDate: Sat Sep 14 18:54:00 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34fc67b0 dev-python/fs: Version bump to 2.4.9 Signed-off-by: Matt Turner gentoo.org> dev-python/fs/Manifest| 1 + dev-python/fs/fs-2.4.9.ebuild | 43 +++ 2 files changed, 44 insertions(+) diff --git a/dev-python/fs/Manifest b/dev-python/fs/Manifest index 3f53537b8ca..73244014067 100644 --- a/dev-python/fs/Manifest +++ b/dev-python/fs/Manifest @@ -2,3 +2,4 @@ DIST fs-0.5.4.tar.gz 231333 BLAKE2B 2211aedf02a3eab809b7bfeabe346ed147465db52ef6 DIST fs-2.0.21.tar.gz 115844 BLAKE2B 0f7b3fa087c89a68c27d350233e3e73fa54b761bad7799a895fd79fb5a7df898df381e82bd160ccb782e7e814b00041d3cd309860c96b4ea5dc3078e6d33430b SHA512 d16e02a6ed78a26229b12e71f6286db0243774ae13f6f3d0a6c4fb9240fe65656e4f10cb2b385342fb48d12a163ca33a0b746854ab5ee240eae0ff8f6644ed13 DIST fs-2.0.26.tar.gz 118831 BLAKE2B ce9be9d52882916cd73262556936d55c78fd245f20bea7e7cfbe314d6b1e7a43970ed3758bbd781736b344b65ca03c53ef7b3b5957e93c390b733b7e6ad5bc70 SHA512 2efd77ed968a6d711f6020c84a4418aee32f2273dc246fc4cdbf5daed9d4b5ff86b1c22d2726b637031c398bd1d3b03216c70a47248c793fa3b72c678c007d6f DIST fs-2.4.8.tar.gz 124808 BLAKE2B 30e139fe577f90632d04d471edd08ed8113e2e07e9273c58cfde5674b0dd178322ac388738b2220fbe44df4ac89e30df2b879f7566bfe1d8bac72ba18c41a67c SHA512 11e8589f6c078bbc0543276d511dd3fc0762725bd78b46a3fa1cdfb3c8712a2d82675c58a8404d9f12e9b6932ffeb971ce0127df2b9da3ceae68568194d9a385 +DIST fs-2.4.9.tar.gz 126022 BLAKE2B bd7406ee0c22171af349bed6096f58bc749af30f3fae6b8532d7a2b07dd7f0a55165f4b4ab413d6ff7c8861fbe7784ae383a984d26c1cdb1bdc9100c4ae0b0df SHA512 594536eccc043547df4ec4fd1fc507d3fad2838ebb46768a11f142c68d42a776f9fa3cda8651421c6255314835a0283407ea49ebdce04af84a1646efaf5391e5 diff --git a/dev-python/fs/fs-2.4.9.ebuild b/dev-python/fs/fs-2.4.9.ebuild new file mode 100644 index 000..24cbad85b70 --- /dev/null +++ b/dev-python/fs/fs-2.4.9.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) + +inherit distutils-r1 eutils + +DESCRIPTION="Filesystem abstraction layer" +HOMEPAGE=" + https://pypi.org/project/fs/ + https://docs.pyfilesystem.org + https://www.willmcgugan.com/tag/fs/"; +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND=" + >=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + >=dev-python/six-1.10[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + dev-python/pyftpdlib[${PYTHON_USEDEP}] + )" + +python_test() { + esetup.py test +} + +pkg_postinst() { + optfeature "S3 support" dev-python/boto + optfeature "SFTP support" dev-python/paramiko + optfeature "Browser support" dev-python/wxpython +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/fonttools/
commit: 509de2122804be95f0ed8930ebd4a524f60c5f55 Author: Matt Turner gentoo org> AuthorDate: Sat Sep 14 06:30:07 2019 + Commit: Matt Turner gentoo org> CommitDate: Sat Sep 14 18:54:01 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=509de212 dev-python/fonttools: Version bump to 3.44.0 Signed-off-by: Matt Turner gentoo.org> dev-python/fonttools/Manifest| 1 + dev-python/fonttools/fonttools-3.44.0.ebuild | 34 2 files changed, 35 insertions(+) diff --git a/dev-python/fonttools/Manifest b/dev-python/fonttools/Manifest index 35445d70bc4..50522173833 100644 --- a/dev-python/fonttools/Manifest +++ b/dev-python/fonttools/Manifest @@ -5,4 +5,5 @@ DIST fonttools-3.24.0.tar.gz 1264063 BLAKE2B a457b0f44088b0aecadc897070a95f4b1b8 DIST fonttools-3.24.1.tar.gz 1264565 BLAKE2B f67eaf66ca2ed6bcb455060b8090b96700fa8c9a9fc4de7e943b0ce0979687882d9cac4d2750028c18eef1e2470ad39fa1ad6cef3dc652a150ec28a857da9e00 SHA512 d5621a52cf67dfa54bc0a63d93bbe4f79b1032a05391b9c075c8d4c3bf2bbefd7d4bb26c4ec7b51182ab979d0775e5b4128088912002d083476d618f31af39ef DIST fonttools-3.24.2.tar.gz 1264825 BLAKE2B dd08243ec237c9c8616cb15f749a89b38fce13a0ac3a3deb64abe19dd95854222aa40003d0457f8821aeebe2e2d637262861f2af90235deb26bafccba30819dc SHA512 6a4b771e94ff23bf75f7a4aad2049350bc8cc41aae09c7fddaac6dc76662248032f138f64849cad8b8a46ad4c7ff8ff115e22084b6af4833cefb2614fdd289a8 DIST fonttools-3.28.0.tar.gz 1279545 BLAKE2B 3ca5834c19f8caccf7c153f2c4e7eb8d88aed761494c770379b93527c58354c61290dfd761902898bd0b93886d18e44c396deae5621dc008ac4c8059584fd85f SHA512 b599c383f4d33be90e1c1ee67a421f09e5f2716aff5bebe6c3a2bb92d4d306c58670e4aa64292df08d50fcd890429f12589f69da47031d07b53094ca4c40b950 +DIST fonttools-3.44.0.tar.gz 2040100 BLAKE2B cdbebe8b38929ed8f436b899a9f5c7c5cddf546558ffd9e347fd41fc06dc4521741dd80d4b8c1cec4f996322ec09e8892174c965ff55bc6e4c7e4c5f44be0fe5 SHA512 ce390ccf69a4222ab8042f72c4e2495e39cb6907fafaea36f505407c7c6cca891d43374d648ae9f1a3119bfaeb1768b34f7c0340fad4fd158722cf2bfff425f7 DIST fonttools-4.0.1.tar.gz 2240578 BLAKE2B d7d735c4edfc09d90e2fd5b05e195e900f4f96e7acb52d0fdb00d95e9a39fa698dc853908b93f6f54674d9536caa9b7bc6c2b487565443b3e115a5ab3237eae7 SHA512 ae8a956ee03923ccbaf9d8950361cf0a2e3b86d61145298de07e8f4ed50680cea07dc56802663e3edf1fd9f18850983fac5685036f3c99fc454ea72591646eb0 diff --git a/dev-python/fonttools/fonttools-3.44.0.ebuild b/dev-python/fonttools/fonttools-3.44.0.ebuild new file mode 100644 index 000..17548d5458b --- /dev/null +++ b/dev-python/fonttools/fonttools-3.44.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_REQ_USE="xml(+)" + +inherit distutils-r1 virtualx + +DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts" +HOMEPAGE="https://github.com/fonttools/fonttools/"; +SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( + >=dev-python/pytest-2.8[${PYTHON_USEDEP}] + dev-python/pytest-runner[${PYTHON_USEDEP}] + + >=dev-python/fs-2.4.9[${PYTHON_USEDEP}] + app-arch/brotli[python,${PYTHON_USEDEP}] + app-arch/zopfli + )" + +python_test() { + # virtualx used when matplotlib is installed causing plot module tests to run + virtx pytest -vv Tests fontTools || die "pytest failed" +}
[gentoo-commits] repo/gentoo:master commit in: dev-libs/expat/
commit: a3857d108c142a4bf4d69df8fcf1e9d46c6b6609 Author: Sebastian Pipping gentoo org> AuthorDate: Sat Sep 14 18:38:29 2019 + Commit: Sebastian Pipping gentoo org> CommitDate: Sat Sep 14 18:38:39 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3857d10 dev-libs/expat: Make use of shipped pre-compiled man page Bug: https://bugs.gentoo.org/694362 Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-2.3.68, Repoman-2.3.16 dev-libs/expat/expat-2.2.8.ebuild | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-libs/expat/expat-2.2.8.ebuild b/dev-libs/expat/expat-2.2.8.ebuild index 6687e2ce122..4c97d529c66 100644 --- a/dev-libs/expat/expat-2.2.8.ebuild +++ b/dev-libs/expat/expat-2.2.8.ebuild @@ -12,9 +12,8 @@ SRC_URI="https://github.com/libexpat/libexpat/releases/download/R_${PV//\./_}/ex LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~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 ~x86-winnt" -IUSE="doc elibc_FreeBSD examples static-libs unicode" -BDEPEND="doc? ( app-text/docbook2X ) - unicode? ( ${AUTOTOOLS_DEPEND} )" +IUSE="elibc_FreeBSD examples static-libs unicode" +BDEPEND="unicode? ( ${AUTOTOOLS_DEPEND} )" DOCS=( README.md ) @@ -37,7 +36,7 @@ src_prepare() { } multilib_src_configure() { - local myconf="$(use_enable static-libs static) $(use_with doc docbook)" + local myconf="$(use_enable static-libs static) --without-docbook" mkdir -p "${BUILD_DIR}"w || die @@ -84,6 +83,8 @@ multilib_src_install() { multilib_src_install_all() { einstalldocs + doman doc/xmlwf.1 + # Note: Use of HTML_DOCS would add unwanted "doc" subfolder docinto html dodoc doc/*.{css,html,png}
[gentoo-commits] repo/gentoo:master commit in: dev-util/boost-build/files/, dev-util/boost-build/
commit: 7c5cac8011ada68f211a05c48150f390aa7666de Author: David Seifert gentoo org> AuthorDate: Sat Sep 14 18:29:41 2019 + Commit: David Seifert gentoo org> CommitDate: Sat Sep 14 18:29:41 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5cac80 dev-util/boost-build: Version bump to 1.71.0 Bug: https://bugs.gentoo.org/624616 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: David Seifert gentoo.org> dev-util/boost-build/Manifest | 1 + dev-util/boost-build/boost-build-1.71.0.ebuild | 122 + .../boost-build-1.71.0-respect-c_ld-flags.patch| 9 ++ 3 files changed, 132 insertions(+) diff --git a/dev-util/boost-build/Manifest b/dev-util/boost-build/Manifest index 5f560092574..c189b10ccc4 100644 --- a/dev-util/boost-build/Manifest +++ b/dev-util/boost-build/Manifest @@ -1,2 +1,3 @@ DIST boost_1_65_0.tar.bz2 82597718 BLAKE2B 0080956d6ad2f14130ce4a4734b1bd1ce83d3651b226653689e02770baa83cf11811ef4e44948ff68a168d9ce5cbfaea4f758970df2b4e9faa2d410181885f5b SHA512 7142650fb8d61e3ef16ba066fc918e087f19e9bc2ad1d6a11fb10bf0d6b1b5ad05ab032f076a5233a1624b3669e952b2cc38b7dc074bbf53018e2970ee90fcdd DIST boost_1_70_0.tar.bz2 97887058 BLAKE2B dc7a974c6dc2662b767dbd87cb832cd1749c24fb745779d1059b73f19f7e52b33b645adfe72b0296c5e098e5cdb3b9f5eddd382374f33fbcd2ad5739287b2206 SHA512 7f2ea9636baf0210e8ed1d21ee798efb6ce23c0710ff8228b285e2214f82193bcd2d912fd435929c554289a59101c7be2e27ce798f93833f307976f0dd070b49 +DIST boost_1_71_0.tar.bz2 100124647 BLAKE2B edf5a03d5a5a63ef5826ef3c19a5ee862a43eb93e8e3d76f8a0d1f2c23122f5a0535e045058110574cd19092f3199c28ab9dae53f9db05ffe8c0b0b8cdbe27a9 SHA512 b7937d50c4512cf13cadd0ca829de36cf2cbc6fb788f45b1d4565ad0753e2b206c545125a5862016c2f16016f2e4a6b687928963b466fff17c3e0a4437142c20 diff --git a/dev-util/boost-build/boost-build-1.71.0.ebuild b/dev-util/boost-build/boost-build-1.71.0.ebuild new file mode 100644 index 000..2aa4b388cbd --- /dev/null +++ b/dev-util/boost-build/boost-build-1.71.0.ebuild @@ -0,0 +1,122 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 ) +inherit flag-o-matic prefix python-single-r1 toolchain-funcs + +MY_PV="$(ver_rs 1- _)" + +DESCRIPTION="A system for large project software construction, simple to use and powerful" +HOMEPAGE="https://boostorg.github.io/build/"; +SRC_URI="https://dl.bintray.com/boostorg/release/${PV}/source/boost_${MY_PV}.tar.bz2"; + +LICENSE="Boost-1.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="examples python test" +RESTRICT="test" + +RDEPEND="python? ( ${PYTHON_DEPS} ) + !/dev/null || die + eapply "${FILESDIR}/${PN}-1.54.0-fix-test.patch" + popd >/dev/null || die + + # remove default -march/-mcpu definitions + # bjam is trying to be clever and injects -march= in order to + # optimize code for you. This breaks on 32-bit builds, because + # -march=i686 will not work on an i486 CHOST. + # https://bugs.gentoo.org/624616 + sed -e '/^cpu-flags\s*gcc\s*OPTIONS/d' \ + -e '/toolset\.flags\s*gcc\s*OPTIONS/d' \ + -e "/cpu_flags('gcc',\s*'OPTIONS'/d" \ + -i tools/gcc.{jam,py} || die "Failed removing -march/-mcpu" +} + +src_configure() { + hprefixify engine/Jambase + if use python; then + # replace versions by user-selected one (TODO: fix this when slot-op + # deps are available to always match the best version available) + sed -i \ + -e "s|27 26 25 24 23 22|${EPYTHON#python}|" \ + engine/build.jam || die "sed failed" + fi + + tc-export CXX +} + +src_compile() { + cd engine || die + ./build.sh cxx -d+2 $(use_with python python "${ESYSROOT}"/usr) || die "building bjam failed" +} + +src_test() { + cd ../test || die + + local -x TMP="${T}" + + DO_DIFF="${EPREFIX}/usr/bin/diff" "${EPYTHON}" test_all.py + + if [[ -s test_results.txt ]]; then + eerror "At least one test failed: $(
[gentoo-commits] repo/gentoo:master commit in: dev-libs/boost/
commit: 0deae762d9373aa9362c2867e9e1fccdc140f71a Author: David Seifert gentoo org> AuthorDate: Sat Sep 14 18:29:44 2019 + Commit: David Seifert gentoo org> CommitDate: Sat Sep 14 18:29:44 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0deae762 dev-libs/boost: Version bump to 1.71.0 * Added a message in `pkg_postinst` to remind users to rebuild boost and revdeps when upgrading the C++ toolchain. Closes: https://bugs.gentoo.org/594844 Closes: https://bugs.gentoo.org/627302 Closes: https://bugs.gentoo.org/629976 Closes: https://bugs.gentoo.org/641738 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: David Seifert gentoo.org> dev-libs/boost/Manifest| 1 + dev-libs/boost/boost-1.71.0.ebuild | 340 + 2 files changed, 341 insertions(+) diff --git a/dev-libs/boost/Manifest b/dev-libs/boost/Manifest index 5f560092574..c189b10ccc4 100644 --- a/dev-libs/boost/Manifest +++ b/dev-libs/boost/Manifest @@ -1,2 +1,3 @@ DIST boost_1_65_0.tar.bz2 82597718 BLAKE2B 0080956d6ad2f14130ce4a4734b1bd1ce83d3651b226653689e02770baa83cf11811ef4e44948ff68a168d9ce5cbfaea4f758970df2b4e9faa2d410181885f5b SHA512 7142650fb8d61e3ef16ba066fc918e087f19e9bc2ad1d6a11fb10bf0d6b1b5ad05ab032f076a5233a1624b3669e952b2cc38b7dc074bbf53018e2970ee90fcdd DIST boost_1_70_0.tar.bz2 97887058 BLAKE2B dc7a974c6dc2662b767dbd87cb832cd1749c24fb745779d1059b73f19f7e52b33b645adfe72b0296c5e098e5cdb3b9f5eddd382374f33fbcd2ad5739287b2206 SHA512 7f2ea9636baf0210e8ed1d21ee798efb6ce23c0710ff8228b285e2214f82193bcd2d912fd435929c554289a59101c7be2e27ce798f93833f307976f0dd070b49 +DIST boost_1_71_0.tar.bz2 100124647 BLAKE2B edf5a03d5a5a63ef5826ef3c19a5ee862a43eb93e8e3d76f8a0d1f2c23122f5a0535e045058110574cd19092f3199c28ab9dae53f9db05ffe8c0b0b8cdbe27a9 SHA512 b7937d50c4512cf13cadd0ca829de36cf2cbc6fb788f45b1d4565ad0753e2b206c545125a5862016c2f16016f2e4a6b687928963b466fff17c3e0a4437142c20 diff --git a/dev-libs/boost/boost-1.71.0.ebuild b/dev-libs/boost/boost-1.71.0.ebuild new file mode 100644 index 000..1cb3422d121 --- /dev/null +++ b/dev-libs/boost/boost-1.71.0.ebuild @@ -0,0 +1,340 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) + +inherit flag-o-matic multiprocessing python-r1 toolchain-funcs multilib-minimal + +MY_PV="$(ver_rs 1- _)" +MAJOR_V="$(ver_cut 1-2)" + +DESCRIPTION="Boost Libraries for C++" +HOMEPAGE="https://www.boost.org/"; +SRC_URI="https://dl.bintray.com/boostorg/release/${PV}/source/boost_${MY_PV}.tar.bz2"; + +LICENSE="Boost-1.0" +SLOT="0/${PV}" # ${PV} instead ${MAJOR_V} due to bug 486122 +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 ~sparc-solaris ~sparc64-solaris ~x86-solaris ~x86-winnt" +IUSE="bzip2 context debug doc icu lzma +nls mpi numpy python static-libs +threads tools zlib zstd" +REQUIRED_USE=" + mpi? ( threads ) + python? ( ${PYTHON_REQUIRED_USE} )" + +# the tests will never fail because these are not intended as sanity +# tests at all. They are more a way for upstream to check their own code +# on new compilers. Since they would either be completely unreliable +# (failing for no good reason) or completely useless (never failing) +# there is no point in having them in the ebuild to begin with. +RESTRICT="test" + +RDEPEND=" + !app-admin/eselect-boost + !dev-libs/boost-numpy + bzip2? ( app-arch/bzip2:=[${MULTILIB_USEDEP}] ) + icu? ( >=dev-libs/icu-3.6:=[${MULTILIB_USEDEP}] ) + !icu? ( virtual/libiconv[${MULTILIB_USEDEP}] ) + lzma? ( app-arch/xz-utils:=[${MULTILIB_USEDEP}] ) + mpi? ( >=virtual/mpi-2.0-r4[${MULTILIB_USEDEP},cxx,threads] ) + python? ( + ${PYTHON_DEPS} + numpy? ( >=dev-python/numpy-1.14.5[${PYTHON_USEDEP}] ) + ) + zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] ) + zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )" +DEPEND="${RDEPEND}" +BDEPEND="=dev-util/boost-build-${MAJOR_V}*" + +S="${WORKDIR}/${PN}_${MY_PV}" + +PATCHES=( + "${FILESDIR}"/${PN}-1.48.0-disable_icu_rpath.patch + "${FILESDIR}"/${PN}-1.69.0-context-x32.patch + "${FILESDIR}"/${PN}-1.56.0-build-auto_index-tool.patch +) + +python_bindings_needed() { + multilib_is_native_abi && use python +} + +tools_needed() { + multilib_is_native_abi && use tools +} + +create_user-config.jam() { + local user_config_jam="${BUILD_DIR}"/user-config.jam + if [[ -s ${user_config_jam} ]]; then + einfo "${user_config_jam} already exists, skipping configuration" + return + else + einfo "Creating configuration in ${user_config_jam}" + fi + + local compiler compiler_version compiler_executable="$(tc-getCXX)" + if [[ ${CHOST
[gentoo-commits] proj/qa-scripts:master commit in: /
commit: 81382135bcc589962a585c6ecca3296da64df61e Author: Michał Górny gentoo org> AuthorDate: Sat Sep 14 17:34:13 2019 + Commit: Michał Górny gentoo org> CommitDate: Sat Sep 14 17:34:13 2019 + URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=81382135 Bump pkgcheck2html Signed-off-by: Michał Górny gentoo.org> pkgcheck2html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgcheck2html b/pkgcheck2html index b6be464..9405b92 16 --- a/pkgcheck2html +++ b/pkgcheck2html @@ -1 +1 @@ -Subproject commit b6be46495f6ff4fd4fd705b590b829d921e66b8e +Subproject commit 9405b92d17bdd3ac2688bd9aef49a5a4ef979b26
[gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll/, dev-ada/gnatcoll/files/
commit: 16a5784a51534af0453811caa81181309aa4bf81 Author: Tupone Alfredo gentoo org> AuthorDate: Sat Sep 14 17:10:16 2019 + Commit: Alfredo Tupone gentoo org> CommitDate: Sat Sep 14 17:10:16 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16a5784a dev-ada/gnatcoll: simplify using ada eclass Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Alfredo Tupone gentoo.org> .../gnatcoll/files/gnatcoll-2017-r1-gentoo.patch | 186 + dev-ada/gnatcoll/gnatcoll-2017-r1.ebuild | 129 ++ 2 files changed, 315 insertions(+) diff --git a/dev-ada/gnatcoll/files/gnatcoll-2017-r1-gentoo.patch b/dev-ada/gnatcoll/files/gnatcoll-2017-r1-gentoo.patch new file mode 100644 index 000..b8b92e4b737 --- /dev/null +++ b/dev-ada/gnatcoll/files/gnatcoll-2017-r1-gentoo.patch @@ -0,0 +1,186 @@ +--- a/Makefile 2017-01-20 19:39:07.131398270 +0100 b/Makefile 2017-01-20 19:42:30.088728844 +0100 +@@ -43,18 +43,18 @@ + + # Build either type of library. The argument (%) is the type of library to build + +-GPRBLD_OPTS=-p -m -j${PROCESSORS} -XLIBRARY_TYPE=$(@F) -XGnatcoll_Build=${Gnatcoll_Build} -XXMLADA_BUILD=$(@F) ++GPRBLD_OPTS=-p -m -j${PROCESSORS} -XGPR_BUILD=$(@F) -XLIBRARY_TYPE=$(@F) -XGnatcoll_Build=${Gnatcoll_Build} -XXMLADA_BUILD=$(@F) + + build_library_type/%: generate_sources + @${RM} src/gnatcoll-atomic.adb + + @echo "== Building $(@F) libraries ==" +- ${GPRBUILD} ${GPRBLD_OPTS} -Pgnatcoll_full ++ ${GPRBUILD} ${GPRBLD_OPTS} -Pgnatcoll_full -v -cargs ${ADAFLAGS} + + @# Need to build libgnatcoll_gtk separately, because its project files + @# requires gtkada.gpr, which might not exist on the machine. + ifeq (${WITH_GTK},yes) +- ${GPRBUILD} ${GPRBLD_OPTS} -Psrc/gnatcoll_gtk ++ ${GPRBUILD} ${GPRBLD_OPTS} -Psrc/gnatcoll_gtk -v -cargs ${ADAFLAGS} + endif + + build_tools/%: build_library_type/% +@@ -63,13 +63,14 @@ + @# They are not build as part of the above because only the Main from + @# gnatcoll_full.gpr are build. We could use aggregate projects to + @# speed things up. +- ${GPRBUILD} ${GPRBLD_OPTS} -q -Psrc/gnatcoll_tools ++ ${GPRBUILD} ${GPRBLD_OPTS} -q -Psrc/gnatcoll_tools -v -cargs ${ADAFLAGS} + + ### + # install + + GPRINST_OPTS=-p -f --prefix=${prefix} --install-name=gnatcoll \ + --exec-subdir=${bindir} --project-subdir=lib/gnat -XXMLADA_BUILD=$(@F) \ ++ -XGPR_BUILD=$(@F) \ + --build-var=LIBRARY_TYPE --build-name=$(@F) -XLIBRARY_TYPE=$(@F) + + install-clean: +--- a/gnatcoll_shared.gpr.in 2017-01-20 19:50:03.222808656 +0100 b/gnatcoll_shared.gpr.in 2017-01-20 19:50:28.200399274 +0100 +@@ -13,7 +13,7 @@ + +type Yes_No is ("yes", "no"); +Gtk : Yes_No := External ("GTK", "@WITH_GTK@"); +- Python: Yes_No := External ("PYTHON", "@WITH_PYTHON@"); ++ Python: Yes_No := "@WITH_PYTHON@"; +Syslog: Yes_No := External ("SYSLOG", "@WITH_SYSLOG@"); +Postgres : Yes_No := External ("POSTGRES", "@WITH_POSTGRES@"); +type Sqlite_Inclusion is ("yes", "no", "embedded"); +--- a/testsuite/json/__init__.py 2017-04-24 17:52:34.158513249 +0200 b/testsuite/json/__init__.py 2017-04-24 17:52:52.636207017 +0200 +@@ -21,7 +21,7 @@ + @requires_not_aix# Storage_Error on that machine + @chdir("MB28-001") + def test_MB28_001(self): +-self.runexec(["python", "make_json.py"]) ++self.runexec(["python2.7", "make_json.py"]) + self.gprbuild() + self.runexec("json_stack_test", "test.out") + +--- a/testsuite/projects/__init__.py 2017-04-24 19:10:30.465246199 +0200 b/testsuite/projects/__init__.py 2017-04-24 19:10:42.768035080 +0200 +@@ -105,25 +105,6 @@ + self.gprbuild("default.gpr") + self.runexec("main", "") + +-@support.requires_not_windows +-@chdir("N918-040") +-def test_bareboard(self): +-self.create_fake_bb_compiler('install', 'arm-eabi', '6.1.0w', '3.4.6') +- +-# Make sure auto.cgpr is not deleted on exit +-try: +-os.unlink('auto.cgpr') +-except: +-pass +-self.gprbuild('main_prj', switches=['--autoconf=auto.cgpr']) +-m = re.search('for Target use "(.*?)"', open('auto.cgpr').read()) +-target = m.group(1) +- +-def customFilter(actual): +-return actual.replace(target, "") +- +-self.runexec(['sh', 'test.sh'], 'test.out', customFilter=customFilter) +- + @chdir("NB12-045") + def test_NB12_045(self): + # Test registering attribute in unknown package +--- a/src/tools/gnatcoll_db2ada.adb2017-04-24 21:36:09.193973179 +0200 b/src/tools/gnatcoll_db2ada.adb2017-04-24 21:36:16.029858932 +0200 +@@ -211,7 +211,7 @@ + + declare + Output : constant String := Get_Command_Output +-
[gentoo-commits] proj/kde:master commit in: eclass/
commit: b04a558a6a31c565d3fa758f06ae20e4cd87acc4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 14 17:04:22 2019 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 14 17:04:22 2019 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b04a558a kde5.eclass: Simplify KDE_DESIGNERPLUGIN BDEPENDs Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde5.eclass | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 21ed9d2134..979044a83c 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -195,14 +195,10 @@ case ${KDE_DESIGNERPLUGIN} in false) ;; *) IUSE+=" designer" - if [[ ${CATEGORY} = kde-frameworks ]]; then - BDEPEND+=" designer? ( $(add_qt_dep designer) )" + if [[ ${CATEGORY} = kde-apps && ${PV} = 19.0[48]* ]]; then + BDEPEND+=" designer? ( $(add_frameworks_dep kdesignerplugin) )" else - if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 19.08* ]]; then - BDEPEND+=" designer? ( $(add_qt_dep designer) )" - else - BDEPEND+=" designer? ( $(add_frameworks_dep kdesignerplugin) )" - fi + BDEPEND+=" designer? ( $(add_qt_dep designer) )" fi esac
[gentoo-commits] repo/gentoo:master commit in: eclass/
commit: c65fcde989f19d2695ca851331936e3c61f0ecf0 Author: Tupone Alfredo gentoo org> AuthorDate: Sat Sep 14 17:07:21 2019 + Commit: Alfredo Tupone gentoo org> CommitDate: Sat Sep 14 17:07:21 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65fcde9 eclass/ada.eclass: Adding gnatchop wrapper Took also in account comments from mgorny Signed-off-by: Alfredo Tupone gentoo.org> eclass/ada.eclass | 29 +++-- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/eclass/ada.eclass b/eclass/ada.eclass index e5463e15b30..86a67fc24fd 100644 --- a/eclass/ada.eclass +++ b/eclass/ada.eclass @@ -23,10 +23,10 @@ # Mostly copied from python-single-r1.eclass case "${EAPI:-0}" in - 0|1|2|3|4) + 0|1|2|3|4|5) die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" ;; - 5|6|7) + 6|7) # EAPI=5 is required for sane USE_EXPAND dependencies ;; *) @@ -237,6 +237,10 @@ ada_export() { export GNATPREP=${EPREFIX}/usr/bin/gnatprep-${gcc_pv} debug-print "${FUNCNAME}: GNATPREP = ${GNATPREP}" ;; + GNATCHOP) + export GNATCHOP=${EPREFIX}/usr/bin/gnatchop-${gcc_pv} + debug-print "${FUNCNAME}: GNATCHOP = ${GNATCHOP}" + ;; ADA_PKG_DEP) ADA_PKG_DEP="dev-lang/gnat-gpl:${gcc_pv}" @@ -345,35 +349,40 @@ ada_wrapper_setup() { if [[ ! -x ${workdir}/bin/gnatmake ]]; then mkdir -p "${workdir}"/bin || die - local GCC GNATMAKE GNATLS GNATBIND GNATPREP - ada_export "${impl}" GCC GNATMAKE GNATLS GNATBIND GNATPREP + local GCC GNATMAKE GNATLS GNATBIND GNATCHOP GNATPREP + ada_export "${impl}" GCC GNATMAKE GNATLS GNATCHOP GNATBIND GNATPREP # Ada compiler cat > "${workdir}/bin/gcc" <<-_EOF_ || die #!/bin/sh exec "${GCC}" "\${@}" _EOF_ - chmod a+x "${workdir}/bin/gcc" + chmod a+x "${workdir}/bin/gcc" || die cat > "${workdir}/bin/gnatmake" <<-_EOF_ || die #!/bin/sh exec "${GNATMAKE}" "\${@}" _EOF_ - chmod a+x "${workdir}/bin/gnatmake" + chmod a+x "${workdir}/bin/gnatmake" || die cat > "${workdir}/bin/gnatls" <<-_EOF_ || die #!/bin/sh exec "${GNATLS}" "\${@}" _EOF_ - chmod a+x "${workdir}/bin/gnatls" + chmod a+x "${workdir}/bin/gnatls" || die cat > "${workdir}/bin/gnatbind" <<-_EOF_ || die #!/bin/sh exec "${GNATBIND}" "\${@}" _EOF_ - chmod a+x "${workdir}/bin/gnatbind" + chmod a+x "${workdir}/bin/gnatbind" || die + cat > "${workdir}/bin/gnatchop" <<-_EOF_ || die + #!/bin/sh + exec "${GNATCHOP}" "\${@}" + _EOF_ + chmod a+x "${workdir}/bin/gnatchop" || die cat > "${workdir}/bin/gnatprep" <<-_EOF_ || die #!/bin/sh exec "${GNATPREP}" "\${@}" _EOF_ - chmod a+x "${workdir}/bin/gnatprep" + chmod a+x "${workdir}/bin/gnatprep" || die fi # Now, set the environment. @@ -397,7 +406,7 @@ ada_setup() { if [[ ${#_ADA_SUPPORTED_IMPLS[@]} -eq 1 ]]; then if use "ada_targets_${_ADA_SUPPORTED_IMPLS[0]}"; then # Only one supported implementation, enable it explicitly - ada_export "${_ADA_SUPPORTED_IMPLS[0]}" EADA GCC GCC_PV GNATMAKE + ada_export "${_ADA_SUPPORTED_IMPLS[0]}" EADA GCC_PV ada_wrapper_setup fi else
[gentoo-commits] proj/kde:master commit in: eclass/
commit: 99feb75740769715f7b5b9ebec3e30f8e5114dc0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 14 16:23:56 2019 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 14 16:23:56 2019 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=99feb757 kde5-functions.eclass: Ensure kde-apps live is FRAMEWORKS_MINIMAL=5.62 Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde5-functions.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 1ce5a04461..ea802e0b25 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -39,6 +39,9 @@ case ${CATEGORY} in kde-plasma) [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=} ;; + kde-apps) + [[ ${KDE_BUILD_TYPE} = live && ${PV} != 19.08* ]] && : ${FRAMEWORKS_MINIMAL:=5.62.0} + ;; esac # @ECLASS-VARIABLE: QT_MINIMAL
[gentoo-commits] proj/kde:master commit in: eclass/
commit: dde63a0857af89546bbd63a6603c9e7ce206d76a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 14 16:38:28 2019 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 14 16:38:28 2019 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=dde63a08 kde5.eclass: KDE_DESIGNERPLUGIN min KF5 is set by kde5-functions.eclass Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde5.eclass | 29 ++--- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 3ab9220914..21ed9d2134 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -177,6 +177,20 @@ case ${KDE_SUBSLOT} in ;; esac +case ${KDE_AUTODEPS} in + false) ;; + *) + BDEPEND+=" $(add_frameworks_dep extra-cmake-modules)" + RDEPEND+=" >=kde-frameworks/kf-env-4" + COMMONDEPEND+=" $(add_qt_dep qtcore)" + + # all packages need breeze/oxygen icons for basic iconset, bug #564838 + if [[ ${PN} != breeze-icons && ${PN} != oxygen-icons ]]; then + RDEPEND+=" || ( $(add_frameworks_dep breeze-icons) kde-frameworks/oxygen-icons:* )" + fi + ;; +esac + case ${KDE_DESIGNERPLUGIN} in false) ;; *) @@ -185,7 +199,6 @@ case ${KDE_DESIGNERPLUGIN} in BDEPEND+=" designer? ( $(add_qt_dep designer) )" else if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 19.08* ]]; then - FRAMEWORKS_MINIMAL="5.62.0" BDEPEND+=" designer? ( $(add_qt_dep designer) )" else BDEPEND+=" designer? ( $(add_frameworks_dep kdesignerplugin) )" @@ -193,20 +206,6 @@ case ${KDE_DESIGNERPLUGIN} in fi esac -case ${KDE_AUTODEPS} in - false) ;; - *) - BDEPEND+=" $(add_frameworks_dep extra-cmake-modules)" - RDEPEND+=" >=kde-frameworks/kf-env-4" - COMMONDEPEND+=" $(add_qt_dep qtcore)" - - # all packages need breeze/oxygen icons for basic iconset, bug #564838 - if [[ ${PN} != breeze-icons && ${PN} != oxygen-icons ]]; then - RDEPEND+=" || ( $(add_frameworks_dep breeze-icons) kde-frameworks/oxygen-icons:* )" - fi - ;; -esac - case ${KDE_DEBUG} in false) ;; *)
[gentoo-commits] proj/kde:master commit in: Documentation/package.unmask/.kde-frameworks-5.61/, ...
commit: b44d6808bf688ce37025341e5d4dfbe46db71db4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 14 16:11:32 2019 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 14 16:11:32 2019 + URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b44d6808 Documentation: Drop KDE Frameworks 5.61.0 Signed-off-by: Andreas Sturmlechner gentoo.org> Documentation/maintainers/regenerate-files | 2 +- .../.kde-frameworks-5.61/_HEADER_ | 2 - .../.kde-frameworks-5.61/kde-frameworks-5.61 | 1 - .../.kde-frameworks-5.61/more-deps | 0 .../kde-frameworks-5.61.keywords | 83 -- Documentation/package.mask/kde-frameworks-5.61 | 83 -- .../package.unmask/.kde-frameworks-5.61/_HEADER_ | 2 - .../.kde-frameworks-5.61/kde-frameworks-5.61 | 1 - Documentation/package.unmask/kde-frameworks-5.61 | 83 -- 9 files changed, 1 insertion(+), 256 deletions(-) diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index c09199062e..549a52aeaf 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -9,7 +9,7 @@ cd "$(dirname $0)" SCRIPT=$(basename $0) HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT." -KF_RELEASES="5.60 5.61 5.62" +KF_RELEASES="5.60 5.62" KF_RELEASE=${KF_RELEASE:-5.60} PLASMA_RELEASES="5.15 5.16" diff --git a/Documentation/package.accept_keywords/.kde-frameworks-5.61/_HEADER_ b/Documentation/package.accept_keywords/.kde-frameworks-5.61/_HEADER_ deleted file mode 100644 index 1f4a22b35d..00 --- a/Documentation/package.accept_keywords/.kde-frameworks-5.61/_HEADER_ +++ /dev/null @@ -1,2 +0,0 @@ -# You can use this file to keyword/unkeyword the KDE Frameworks 5.61 release. -# Edit Documentation/package.accept_keywords/.kde-frameworks-5.61/ files instead. diff --git a/Documentation/package.accept_keywords/.kde-frameworks-5.61/kde-frameworks-5.61 b/Documentation/package.accept_keywords/.kde-frameworks-5.61/kde-frameworks-5.61 deleted file mode 12 index 302994c279..00 --- a/Documentation/package.accept_keywords/.kde-frameworks-5.61/kde-frameworks-5.61 +++ /dev/null @@ -1 +0,0 @@ -../../../sets/kde-frameworks-5.61 \ No newline at end of file diff --git a/Documentation/package.accept_keywords/.kde-frameworks-5.61/more-deps b/Documentation/package.accept_keywords/.kde-frameworks-5.61/more-deps deleted file mode 100644 index e69de29bb2..00 diff --git a/Documentation/package.accept_keywords/kde-frameworks-5.61.keywords b/Documentation/package.accept_keywords/kde-frameworks-5.61.keywords deleted file mode 100644 index 29292736c6..00 --- a/Documentation/package.accept_keywords/kde-frameworks-5.61.keywords +++ /dev/null @@ -1,83 +0,0 @@ -# Autogenerated by regenerate-files, DO NOT EDIT. -# You can use this file to keyword/unkeyword the KDE Frameworks 5.61 release. -# Edit Documentation/package.accept_keywords/.kde-frameworks-5.61/ files instead. -