[gentoo-commits] repo/gentoo:master commit in: dev-util/cgdb/
commit: 433cf72b80dbdfcb1394c2ec9e4a717e73168425 Author: nado troglodyte be> AuthorDate: Thu Jul 19 15:53:15 2018 + Commit: Michał Górny gentoo org> CommitDate: Wed Apr 3 06:50:01 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=433cf72b dev-util/cgdb: remove old (0.6.[67]) Package-Manager: Portage-2.3.43, Repoman-2.3.10 Signed-off-by: Corentin `nado` Pazdera troglodyte.be> Signed-off-by: Michał Górny gentoo.org> dev-util/cgdb/Manifest | 2 -- dev-util/cgdb/cgdb-0.6.6.ebuild | 18 -- dev-util/cgdb/cgdb-0.6.7.ebuild | 18 -- 3 files changed, 38 deletions(-) diff --git a/dev-util/cgdb/Manifest b/dev-util/cgdb/Manifest index 51eea59e44f..9a6901ad5bf 100644 --- a/dev-util/cgdb/Manifest +++ b/dev-util/cgdb/Manifest @@ -1,4 +1,2 @@ -DIST cgdb-0.6.6.tar.gz 954789 BLAKE2B 71a095ce0237dc00e8387349818a9af5d5afd6d3ba72f0835eab80e674bb3c2934dca361b58fe70115db3b0315cf2cd34e60640f0d10fee75c261a8cbc3d231b SHA512 9efd4e60f07f6e189fe3c91ef52c1b3c8d70623b11d08bac6d78c36e8f8f549071448212db973974b9604f84aafc73697d9d1305c3d9691fb5f19346d2e04e8f -DIST cgdb-0.6.7.tar.gz 674132 BLAKE2B 5378bffd3bed99934b83c1db82baea86d24f83c4e586d0695193bd5ee864ca0c76ea493187ffb307d16610b2e5a8bcdd9c4b2949c1e00299eb20ceab7dd609a0 SHA512 0a9d1cc3fb00c3cdaeb060d20d3312dd738b617ff1b188db33a074e2790f9721ca58e924ecc9929b84832c3ca22a334d7a66294439341a9b6868eef1baafca3e DIST cgdb-0.6.8.tar.gz 435115 BLAKE2B 31efcd8740dc0a0354c8d655cd7b77b18b25842dc39d1de42a92917305879394b425d7a7b0e555b368fc6a67f535fe9244c3fedeec9105c3622ace313b24c8c8 SHA512 ef3d94820bb5a37a8d7fbac48c8d144e0ac73c4f5a9d25bea33f2c4390080bb2dbdc5e7e21a5ef8a4980515cc48d80f140f7cf1f90eebac3f8bf1cc6168585ea DIST cgdb-0.7.0.tar.gz 319980 BLAKE2B bfc62f9214f6726e5df081119e85ccdeaea9a2310a9bb7a1746525ab998ea94ec1181efd3a1986ec0d33103c2f2b888e4d93c4ddaa4a996db4e47b0173c3b67c SHA512 83aeb919e96cd0981d8fe5cdd257df3e8d8bfbceea720ea66c1773b28c9f0ecb0e303e0585206c55242bc4438d505e328d43b4991c6ddc4e4202e048558c30d9 diff --git a/dev-util/cgdb/cgdb-0.6.6.ebuild b/dev-util/cgdb/cgdb-0.6.6.ebuild deleted file mode 100644 index 5778250bac4..000 --- a/dev-util/cgdb/cgdb-0.6.6.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -DESCRIPTION="A curses front-end for GDB, the GNU debugger" -HOMEPAGE="http://cgdb.sourceforge.net/"; -SRC_URI="mirror://sourceforge/cgdb/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux" -IUSE="" - -DEPEND="sys-libs/ncurses - >=sys-libs/readline-5.1-r2" -RDEPEND="${DEPEND} - sys-devel/gdb" diff --git a/dev-util/cgdb/cgdb-0.6.7.ebuild b/dev-util/cgdb/cgdb-0.6.7.ebuild deleted file mode 100644 index fd2095ed0c6..000 --- a/dev-util/cgdb/cgdb-0.6.7.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -DESCRIPTION="A curses front-end for GDB, the GNU debugger" -HOMEPAGE="http://cgdb.github.io/"; -SRC_URI="http://cgdb.me/files/${P}.tar.gz"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="sys-libs/ncurses - >=sys-libs/readline-5.1-r2" -RDEPEND="${DEPEND} - sys-devel/gdb"
[gentoo-commits] repo/gentoo:master commit in: dev-util/cgdb/
commit: 6a058bfd996599ead9fe3e50f802ccd088bd0a73 Author: nado troglodyte be> AuthorDate: Thu Jul 19 15:57:25 2018 + Commit: Michał Górny gentoo org> CommitDate: Wed Apr 3 06:50:07 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a058bfd dev-util/cgdb: run tests in `dtach` + EAPI bump cgdb needs interactive shell for testing its ncurses UI Closes: https://bugs.gentoo.org/654986 Package-Manager: Portage-2.3.43, Repoman-2.3.10 Signed-off-by: Corentin `nado` Pazdera troglodyte.be> Closes: https://github.com/gentoo/gentoo/pull/9288 Signed-off-by: Michał Górny gentoo.org> .../{cgdb-0.7.0.ebuild => cgdb-0.7.0-r1.ebuild}| 31 dev-util/cgdb/cgdb-.ebuild | 33 +- 2 files changed, 51 insertions(+), 13 deletions(-) diff --git a/dev-util/cgdb/cgdb-0.7.0.ebuild b/dev-util/cgdb/cgdb-0.7.0-r1.ebuild similarity index 56% rename from dev-util/cgdb/cgdb-0.7.0.ebuild rename to dev-util/cgdb/cgdb-0.7.0-r1.ebuild index f1e40470f22..b4fe338de7f 100644 --- a/dev-util/cgdb/cgdb-0.7.0.ebuild +++ b/dev-util/cgdb/cgdb-0.7.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 if [[ ${PV} = ** ]]; then inherit git-r3 @@ -20,15 +20,18 @@ LICENSE="GPL-2" SLOT="0" IUSE="test" -COMMONDEPEND=" +DEPEND=" sys-libs/ncurses:0= sys-libs/readline:0=" -DEPEND="${COMMONDEPEND} - test? ( dev-util/dejagnu )" +BDEPEND=" + test? ( + dev-util/dejagnu + app-misc/dtach + )" RDEPEND=" - ${COMMONDEPEND} + ${DEPEND} sys-devel/gdb" DOCS=( AUTHORS ChangeLog FAQ INSTALL NEWS README.md ) @@ -38,6 +41,22 @@ src_prepare() { ./autogen.sh || die } +multilib_src_test() { + # Tests need an interactive shell, #654986 + + # real-time output of the log ;-) + touch "${T}/dtach-test.log" || die + tail -f "${T}/dtach-test.log" & + local tail_pid=${!} + + nonfatal dtach -N "${T}/dtach.sock" \ + bash -c 'emake check &> "${T}"/dtach-test.log; echo ${?} > "${T}"/dtach-test.out' + + kill "${tail_pid}" + [[ -f ${T}/dtach-test.out ]] || die "Unable to run tests" + [[ $(<"${T}"/dtach-test.out) == 0 ]] || die "Tests failed" +} + multilib_src_configure() { ECONF_SOURCE="${S}" econf } diff --git a/dev-util/cgdb/cgdb-.ebuild b/dev-util/cgdb/cgdb-.ebuild index 5a5dd25473f..b4fe338de7f 100644 --- a/dev-util/cgdb/cgdb-.ebuild +++ b/dev-util/cgdb/cgdb-.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 if [[ ${PV} = ** ]]; then inherit git-r3 @@ -20,24 +20,43 @@ LICENSE="GPL-2" SLOT="0" IUSE="test" -COMMONDEPEND=" +DEPEND=" sys-libs/ncurses:0= sys-libs/readline:0=" -DEPEND="${COMMONDEPEND} - test? ( dev-util/dejagnu )" +BDEPEND=" + test? ( + dev-util/dejagnu + app-misc/dtach + )" RDEPEND=" - ${COMMONDEPEND} + ${DEPEND} sys-devel/gdb" -DOCS=( AUTHORS ChangeLog INSTALL NEWS README.md FAQ ) +DOCS=( AUTHORS ChangeLog FAQ INSTALL NEWS README.md ) src_prepare() { default ./autogen.sh || die } +multilib_src_test() { + # Tests need an interactive shell, #654986 + + # real-time output of the log ;-) + touch "${T}/dtach-test.log" || die + tail -f "${T}/dtach-test.log" & + local tail_pid=${!} + + nonfatal dtach -N "${T}/dtach.sock" \ + bash -c 'emake check &> "${T}"/dtach-test.log; echo ${?} > "${T}"/dtach-test.out' + + kill "${tail_pid}" + [[ -f ${T}/dtach-test.out ]] || die "Unable to run tests" + [[ $(<"${T}"/dtach-test.out) == 0 ]] || die "Tests failed" +} + multilib_src_configure() { ECONF_SOURCE="${S}" econf }
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/coolio/
commit: 708e4a450bd38fa2684dafa52a2280f85e30a7f8 Author: Hans de Graaff gentoo org> AuthorDate: Wed Apr 3 05:19:59 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Apr 3 05:45:05 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708e4a45 dev-ruby/coolio: add 1.5.4 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/coolio/Manifest| 1 + dev-ruby/coolio/coolio-1.5.4.ebuild | 57 + 2 files changed, 58 insertions(+) diff --git a/dev-ruby/coolio/Manifest b/dev-ruby/coolio/Manifest index 9be01d3d319..8c05a34993e 100644 --- a/dev-ruby/coolio/Manifest +++ b/dev-ruby/coolio/Manifest @@ -1 +1,2 @@ DIST cool.io-1.5.3.gem 112128 BLAKE2B f343ee73e3796744ec21d3af13e92a0a462e10b262543c2d77ab0dd6c5250bbd6cf0d6579646d146983df1c2b288717f3d4e9f1d5d0cded58a9b1422e497dee5 SHA512 6ef61713acdccf951ebd64018a3d9ec83e2655895994fe23842e18cd2556f4d35ec42144577a83b30ef369a9047a58d1bba2224145653db0b7c203dfdca6c3c3 +DIST cool.io-1.5.4.gem 112128 BLAKE2B 49ae41e7ab3481609952d0234e3303d195f59d3a7f369c40aadf72b1c7a85cb46b189532025912d60e972d41f6abd1b4dce3b00d458f59ba80d98a3c51845adc SHA512 d618b3ff396dd2145f8af78e38cafa13c3bb8ca8b9c2d17c8d2884b15178a3f644a8afabadb1b2821b315a5625f169f58bb384f8829828303b9de0d761dec1e7 diff --git a/dev-ruby/coolio/coolio-1.5.4.ebuild b/dev-ruby/coolio/coolio-1.5.4.ebuild new file mode 100644 index 000..b0718cda696 --- /dev/null +++ b/dev-ruby/coolio/coolio-1.5.4.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby23 ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md" +RUBY_FAKEGEM_NAME="cool.io" + +RUBY_FAKEGEM_GEMSPEC="cool.io.gemspec" + +inherit multilib ruby-fakegem + +DESCRIPTION="A high performance event framework for Ruby which uses the libev C library" +HOMEPAGE="https://coolio.github.com/"; + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# cool.io includes a bundled version of libev that is patched to work correctly with ruby. + +ruby_add_rdepend ">=dev-ruby/iobuffer-1" + +all_ruby_prepare() { + rm -r Gemfile* lib/.gitignore || die + + sed -i -e '/[Bb]undler/d' Rakefile || die + sed -i -e '28i s.add_dependency "iobuffer"' ${RUBY_FAKEGEM_GEMSPEC} || die + sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die + + # Avoid dependency on rake-compiler + sed -i -e '/extensiontask/ s:^:#:' \ + -e '/ExtensionTask/,/^end/ s:^:#:' Rakefile || die + + # Remove specs that require network connectivity + rm -f spec/dns_spec.rb || die + + # Use one address consistently + sed -i -e 's/localhost/127.0.0.1/' spec/{udp_socket,tcp_server,iobuffer}_spec.rb || die +} + +each_ruby_configure() { + pushd ext/cool.io || die + ${RUBY} extconf.rb || die + popd || die +} + +each_ruby_compile() { + pushd ext/cool.io || die + emake V=1 + popd || die + cp ext/cool.io/cool.io_ext$(get_modname) lib/ || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/regexp_property_values/
commit: 2be5be227858a8e113cf52cf463ef953b6a27c61 Author: Hans de Graaff gentoo org> AuthorDate: Wed Apr 3 05:38:21 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Apr 3 05:45:08 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be5be22 dev-ruby/regexp_property_values: add 0.3.5 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/regexp_property_values/Manifest | 1 + .../regexp_property_values-0.3.5.ebuild| 43 ++ 2 files changed, 44 insertions(+) diff --git a/dev-ruby/regexp_property_values/Manifest b/dev-ruby/regexp_property_values/Manifest index efb4558098e..994f22a41b4 100644 --- a/dev-ruby/regexp_property_values/Manifest +++ b/dev-ruby/regexp_property_values/Manifest @@ -1 +1,2 @@ DIST regexp_property_values-0.3.4.tar.gz 11273 BLAKE2B a52ab11676b58a752741240912da5fa312661a583dd74a4321f8184fef2864c74e0d5f709cb68e3ce64a3e19e9320305e80bf7614a40142c4855ccec1c40b5a5 SHA512 01ca50f831bf3364e38559e06cb54faef59fdb0b995a6bfa0aaa3943591d98f97939a47911bf8b075b34b3c401b5de51e42a71088400112ee8afd8d39f164465 +DIST regexp_property_values-0.3.5.tar.gz 11410 BLAKE2B adcf7848af9df53707a878ee35443583b03f96f60f9b23fd5f146e81b4b12a4e3ada2c48d6509b15c848b15c668d9430ef93b34f08491ce13249ec458b2be0eb SHA512 5ac91331deb12fd77ee6a5ca8f942c2b2ea0ccb42bc63548444ecfe85c3a60bad385831b408f21c848f0c0ac2db3c68f8391fd68074acb0187ae9de51ca76e47 diff --git a/dev-ruby/regexp_property_values/regexp_property_values-0.3.5.ebuild b/dev-ruby/regexp_property_values/regexp_property_values-0.3.5.ebuild new file mode 100644 index 000..63a944fef5e --- /dev/null +++ b/dev-ruby/regexp_property_values/regexp_property_values-0.3.5.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby23 ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_BINWRAP="" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="See which property values are supported by the regular expression engine" +HOMEPAGE="https://github.com/janosch-x/regexp_property_values"; +SRC_URI="https://github.com/janosch-x/regexp_property_values/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +all_ruby_prepare() { + sed -i -e 's/git ls-files -z/find -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die + sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die + + # Avoid dependency on character_set which would lead to circular + # dependencies. + sed -i -e '/returns a CharacterSet/askip "gentoo circular dependencies"' spec/regexp_property_values/extension_spec.rb || die +} + +each_ruby_configure() { + ${RUBY} -Cext/regexp_property_values extconf.rb || die +} + +each_ruby_compile() { + emake -Cext/regexp_property_values V=1 + cp ext/regexp_property_values/regexp_property_values.so lib/regexp_property_values/ || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ffaker/
commit: 1607548b6855e558edd421ea71dfd784db5b09dc Author: Hans de Graaff gentoo org> AuthorDate: Wed Apr 3 05:22:06 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Apr 3 05:45:05 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1607548b dev-ruby/ffaker: add 2.11.0 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/ffaker/Manifest | 1 + dev-ruby/ffaker/ffaker-2.11.0.ebuild | 20 2 files changed, 21 insertions(+) diff --git a/dev-ruby/ffaker/Manifest b/dev-ruby/ffaker/Manifest index f7393d5e7c4..b7b6d44847b 100644 --- a/dev-ruby/ffaker/Manifest +++ b/dev-ruby/ffaker/Manifest @@ -1,2 +1,3 @@ DIST ffaker-2.10.0.gem 421376 BLAKE2B 30976c0bee8862623c923b3797bd6de31b803643191d55ee2a6ef101a92f43acf6e300991de43641f2564ac82d046fcb7e53ca8b9cecae4c6b339e43f020cc1a SHA512 cb54d995f39877eea0844395e52158ea898f1d3fb17af0b01261f8b359d50ffd5d7b94fba0400e7103543a96670a00b3e5a9c072bc46f7221d390ab81e6ac507 +DIST ffaker-2.11.0.gem 429568 BLAKE2B ed5a9d794caba5ad93c1ac8457ebf89412177fe48c05a66f162f8d2b7a7a3b395e59312ddc444965ec4d9500573a97c97b95a1381d07caca6bb3b3ca97fa3dc2 SHA512 b185adfe34c5d78fe47cedc9d685eb98ed0de7f9a4818fa5ab0f6fe9cad21d04e025b6d2e38e34f463874a5d9007fe0d01e604b316af4850a7a63f50140bbd78 DIST ffaker-2.9.0.gem 413184 BLAKE2B a48977b2749b60db18d046a0df0b65c1790a4fba5920faaaf6ef93be31cc7defd375379e2e46bbe2b4d2bae8b29f7cace4ecf09fba7d80a6cfacd724edd60564 SHA512 dff411a4d8864817dacb0498ce73a9b350d4e03aa771edb5b69c5e749ba4565dbd24d09215a7397e4567a9cd3ce2baae9b8e4e21cd8db127257364395e481364 diff --git a/dev-ruby/ffaker/ffaker-2.11.0.ebuild b/dev-ruby/ffaker/ffaker-2.11.0.ebuild new file mode 100644 index 000..597e226722a --- /dev/null +++ b/dev-ruby/ffaker/ffaker-2.11.0.ebuild @@ -0,0 +1,20 @@ +# 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_EXTRADOC="Changelog.md README.md REFERENCE.md" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Faster Faker, generates dummy data" +HOMEPAGE="https://github.com/emmanueloga/ffaker"; + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack/
commit: 46896887e9d9cdcd94794cd8f09f15eff138af97 Author: Hans de Graaff gentoo org> AuthorDate: Wed Apr 3 05:36:30 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Apr 3 05:45:07 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46896887 dev-ruby/rack: add 2.0.7 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-ruby/rack/Manifest | 1 + dev-ruby/rack/rack-2.0.7.ebuild | 42 + 2 files changed, 43 insertions(+) diff --git a/dev-ruby/rack/Manifest b/dev-ruby/rack/Manifest index 67d11236745..7eac8219724 100644 --- a/dev-ruby/rack/Manifest +++ b/dev-ruby/rack/Manifest @@ -1,2 +1,3 @@ DIST rack-1.6.11.gem 230400 BLAKE2B 923a0a1ee7c3ea86c76e632764a678d47be4d4d953d3166488fdea6c198a64603017ff0bd21597dc633dbcb1f108363c52480a98ac0b80991fc4a759dd374f6f SHA512 f54d9c4d72d22c57624bb745399ac0d4f155185d01f956ad395bee2a0add6f11e8d9d25fcd330ec6aa97409ba10c2246424d067999b86f2e5cb1fd74a43c6529 DIST rack-2.0.6.gem 255488 BLAKE2B 7b23ad825e3e82f5010e810acde5eb6f3696489a78c3c67d7ac6cd73574236f83107b8a5fc0dbd4c932e2bf866c03208933d4e5bd78bf8d57aff02f96bccf6e8 SHA512 f1b93bbd16b7e44423c0977444183d9685e3c82e806304f304620731e5b4590920dcc363026277aa4b9ee0a2151c54570be341dcb9265517c7315ca4a504ef22 +DIST rack-2.0.7.gem 254976 BLAKE2B a005cfcfb4bbd6884c415a8604aeea5a93f2c182e8fda25a64af2393485c09e06fa16b2e5905274d3c9ae8d91c9f451d7f5949a9c3c7fb6592a210f8ce1fbbea SHA512 caefa4c3b6a76dd3f57f229fa0a6b0e1d84b7e9a029c6b473695b44467ae1400d098132b206092cd900e636af6d734117fba02ec21a90500f7fab8aa9dd84cd2 diff --git a/dev-ruby/rack/rack-2.0.7.ebuild b/dev-ruby/rack/rack-2.0.7.ebuild new file mode 100644 index 000..705fdd07eff --- /dev/null +++ b/dev-ruby/rack/rack-2.0.7.ebuild @@ -0,0 +1,42 @@ +# 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_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.rdoc SPEC" + +inherit ruby-fakegem eapi7-ver + +DESCRIPTION="A modular Ruby webserver interface" +HOMEPAGE="https://rack.github.com/"; + +LICENSE="MIT" +SLOT="$(ver_cut 1-2)" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +ruby_add_rdepend "virtual/ruby-ssl" + +ruby_add_bdepend "test? ( dev-ruby/minitest:5 dev-ruby/concurrent-ruby )" + +# The gem has automagic dependencies over mongrel, ruby-openid, +# memcache-client, thin, mongrel and camping; not sure if we should +# make them dependencies at all. + +# Block against versions in older slots that also try to install a binary. +RDEPEND="${RDEPEND} !
[gentoo-commits] repo/gentoo:master commit in: app-admin/vault/
commit: b997a7a73dad5c846ae67c8b6da6591bf3f383b4 Author: Zac Medico gentoo org> AuthorDate: Wed Apr 3 05:19:29 2019 + Commit: Zac Medico gentoo org> CommitDate: Wed Apr 3 05:22:42 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b997a7a7 app-admin/vault: required go-1.11 for vault-1.1.0 Reported-by: Steve Klingner sony.com> Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Zac Medico gentoo.org> app-admin/vault/vault-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/vault/vault-1.1.0.ebuild b/app-admin/vault/vault-1.1.0.ebuild index 60a624581cc..a8b0cbdb9a1 100644 --- a/app-admin/vault/vault-1.1.0.ebuild +++ b/app-admin/vault/vault-1.1.0.ebuild @@ -21,7 +21,7 @@ IUSE="+webui" RESTRICT="test" -DEPEND=">=dev-lang/go-1.10:= +DEPEND=">=dev-lang/go-1.11:= dev-go/gox" FILECAPS=(
[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/, app-emulation/xen-tools/files/
commit: ad60ab6a173e6a46c64bdb18aae3a9ac1881728f Author: Tomas Mozes gmail com> AuthorDate: Fri Mar 29 11:18:59 2019 + Commit: Yixun Lan gentoo org> CommitDate: Wed Apr 3 04:55:28 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad60ab6a app-emulation/xen-tools: bump to 4.12.0 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Tomáš Mózes gmail.com> Signed-off-by: Yixun Lan gentoo.org> app-emulation/xen-tools/Manifest | 2 +- app-emulation/xen-tools/files/gentoo-patches.conf | 2 +- .../{xen-tools-4.12.0_rc5.ebuild => xen-tools-4.12.0.ebuild} | 7 +-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest index 7b9fd93efb0..7c6b2177429 100644 --- a/app-emulation/xen-tools/Manifest +++ b/app-emulation/xen-tools/Manifest @@ -5,6 +5,6 @@ DIST xen-4.10.3-upstream-patches-1.tar.xz 24064 BLAKE2B ec9339d00afd4057738a7816 DIST xen-4.10.3.tar.gz 24695778 BLAKE2B 50a9e31fb4cf587eeedb357fc710405a1cd4506174a38eb9b032a0cdd9b7f7343d98624ecb07cf605b1403664c7117cdc8f011290309caa18ca9604b4008b906 SHA512 030d23109ce4c0ebf50ade6841d5525a39032bcf8fd0599ccaa9502ff301c1f61f9c5f49233b41a5934a71228958febc1e529a9fc6822ba401a0c18c490ad412 DIST xen-4.11.1-upstream-patches-0.tar.xz 45416 BLAKE2B 3990dbf338c2aebe1cd601d7caccc6919352cc1f937677d447c3d2626143710bdfda7f1977e2ad7112abff9cad6bb660bc1b0993ca74b2eff51da6d4f4365813 SHA512 ecbc13e607581a6f9b4e318145afaa92ce641bda6fb12585408f61bcf24fa9b245004ad22150e109db5d38fcea38e6bdaf6bb2d6eaaf8e5d5fa8816b5a19e456 DIST xen-4.11.1.tar.gz 25152217 BLAKE2B a8dfbeb3d490787725c589e1ce82dcbbcd0be7fb4743b38daf3a8704dffda34d1faabb07d74e01d2fab1572ce0b730c21192469317545e8b3edb3fae1130ef8c SHA512 c1655c5decdaed95a2b9a99652318cfc72f6cfdae957cfe60d635f7787e8850f33e8fafc4c4b8d61fb579c9b9d93028a6382903e71808a0418b931e76d72a649 -DIST xen-4.12.0-rc5.tar.gz 26514850 BLAKE2B 41985dc33175bee8bddc4da0ec3b4da9f8cf3ebe580406011db47a27a8740566c1ace6e906d3385f73fee9b6cd572b0f3292381ac72a696fc15d020eb982ad02 SHA512 3d7fb254503c412a3c37782f7c75d093a1d43553dc110338d8dc00df0c6be4c8825cebf7f0519731e49263cef38d07ef48c18f073926d7eaf30abe64b13c52cb +DIST xen-4.12.0.tar.gz 26949697 BLAKE2B 9175cc9054e4a2b5c34df89a4efd667f86b4861bef9c3310bf431d041f710a7cb265b4d34a76ab18a17a3121392942d2e5d76c5044eb9b957d4255af889fe69a SHA512 0ce366dcac607c9b592c5e9c0f40652eef743913b246bed4b0c380b8d59ac23a6adcd05befec37fc799a61476f47df76d4911cbf1da6ceb51441c546bf2464de DIST xen-gentoo-patches-16.tar.xz 36980 BLAKE2B a59fcb221a915e39fbbc463fa8b1ca1ef7654936cc17f64853d91737478a6f78480a3e459b07b8c3ddcc81ab9400beb9ea3906750ba69864d1b97db349d2 SHA512 7727e5c7f4ef997eea830618bc26b26f3a99539a1c702264132401e41a328b384346a06b6721f18e3056fc91a2d2d2bf6320e0ae3c79432c7458a24a0d269c56 DIST xen-ovmf-patches-3.tar.xz 4208 BLAKE2B 0df8f85667a33c91cbfd86c59aec2ae65eca892b45d66eed76f793a52e2748989bc2785861f8bfdf94235ef7a6c0be6572c6e6cce9695469e40f0facd0ce3947 SHA512 abe001053ca702138bbcdd6bea14e2daae5c785f862d6a15001ca894c8ed8617f0c5dc439c6f54a41433b988acf57c71911af1db074aa76732c39d98622a3b5b diff --git a/app-emulation/xen-tools/files/gentoo-patches.conf b/app-emulation/xen-tools/files/gentoo-patches.conf index 6a6654a4a33..8b3a7b89fb0 100644 --- a/app-emulation/xen-tools/files/gentoo-patches.conf +++ b/app-emulation/xen-tools/files/gentoo-patches.conf @@ -72,7 +72,7 @@ ${_gx049} " # xen-tools-4.12.0 patches set -_gpv_xen_tools_4120_rc5_0=" +_gpv_xen_tools_4120_0=" ${_gx038} ${_gx027} ${_gx028} ${_gx029} diff --git a/app-emulation/xen-tools/xen-tools-4.12.0_rc5.ebuild b/app-emulation/xen-tools/xen-tools-4.12.0.ebuild similarity index 99% rename from app-emulation/xen-tools/xen-tools-4.12.0_rc5.ebuild rename to app-emulation/xen-tools/xen-tools-4.12.0.ebuild index 36e89e49a69..6b2195b87b8 100644 --- a/app-emulation/xen-tools/xen-tools-4.12.0_rc5.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.12.0.ebuild @@ -16,8 +16,7 @@ if [[ $PV == * ]]; then EGIT_REPO_URI="git://xenbits.xen.org/${REPO}" S="${WORKDIR}/${REPO}" else - #KEYWORDS="~amd64 ~arm ~arm64 ~x86" - KEYWORDS="" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" UPSTREAM_VER= SECURITY_VER= # xen-tools's gentoo patches tarball @@ -340,6 +339,10 @@ src_prepare() { sed -e "s:\$\$source/configure:\0 --disable-capstone:" \ -i tools/Makefile || die + # disable glusterfs + sed -e "s:\$\$source/configure:\0 --disable-glusterfs:" \ + -i tools/Makefile || die + default }
[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-pvgrub/
commit: a3cd327576f1d40e8ddc69d1790173a2eaa45dc4 Author: Tomas Mozes gmail com> AuthorDate: Wed Apr 3 02:38:57 2019 + Commit: Yixun Lan gentoo org> CommitDate: Wed Apr 3 04:55:29 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3cd3275 app-emulation/xen-pvgrub: add missing || die Closes: https://github.com/gentoo/gentoo/pull/11531 Signed-off-by: Tomáš Mózes gmail.com> Signed-off-by: Yixun Lan gentoo.org> app-emulation/xen-pvgrub/xen-pvgrub-4.11.1.ebuild | 32 +++ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.11.1.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.11.1.ebuild index 967ef1c8722..90600bb0eee 100644 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.11.1.ebuild +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.11.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE='xml,threads' -inherit eutils flag-o-matic multilib python-single-r1 toolchain-funcs +inherit flag-o-matic multilib python-single-r1 toolchain-funcs XEN_EXTFILES_URL="http://xenbits.xensource.com/xen-extfiles"; LIBPCI_URL=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci @@ -54,21 +54,21 @@ retar-externals() { # Purely to unclutter src_prepare local set="grub-0.97.tar.gz lwip-1.3.0.tar.gz newlib-1.16.0.tar.gz polarssl-1.1.4-gpl.tgz zlib-1.2.3.tar.gz" - # epatch can't patch in $WORKDIR, requires a sed; Bug #455194. Patchable, but sed informative + # eapply can't patch in $WORKDIR, requires a sed; Bug #455194. Patchable, but sed informative sed -e s':AR=${AR-"ar rc"}:AR=${AR-"ar"}:' \ - -i "${WORKDIR}"/zlib-1.2.3/configure + -i "${WORKDIR}"/zlib-1.2.3/configure || die sed -e 's:^AR=ar rc:AR=ar:' \ -e s':$(AR) $@:$(AR) rc $@:' \ - -i "${WORKDIR}"/zlib-1.2.3/{Makefile,Makefile.in} + -i "${WORKDIR}"/zlib-1.2.3/{Makefile,Makefile.in} || die einfo "zlib Makefile edited" - cd "${WORKDIR}" - tar czp zlib-1.2.3 -f zlib-1.2.3.tar.gz - tar czp grub-0.97 -f grub-0.97.tar.gz - tar czp lwip -f lwip-1.3.0.tar.gz - tar czp newlib-1.16.0 -f newlib-1.16.0.tar.gz - tar czp polarssl-1.1.4 -f polarssl-1.1.4-gpl.tgz - mv $set "${S}"/stubdom/ + cd "${WORKDIR}" || die + tar czp zlib-1.2.3 -f zlib-1.2.3.tar.gz || die + tar czp grub-0.97 -f grub-0.97.tar.gz || die + tar czp lwip -f lwip-1.3.0.tar.gz || die + tar czp newlib-1.16.0 -f newlib-1.16.0.tar.gz || die + tar czp polarssl-1.1.4 -f polarssl-1.1.4-gpl.tgz || die + mv $set "${S}"/stubdom/ || die einfo "tarballs moved to source" } @@ -79,7 +79,7 @@ src_prepare() { EPATCH_SUFFIX="patch" \ EPATCH_FORCE="yes" \ EPATCH_OPTS="-p1" \ - epatch "${WORKDIR}"/patches-upstream + eapply "${WORKDIR}"/patches-upstream fi # if the user *really* wants to use their own custom-cflags, let them @@ -99,10 +99,10 @@ src_prepare() { cp "${FILESDIR}"/newlib-implicits.patch stubdom || die # Patch stubdom/Makefile to patch insource newlib & prevent internal downloading - epatch "${FILESDIR}"/${PN/-pvgrub/}-4.3-externals.patch + eapply "${FILESDIR}"/${PN/-pvgrub/}-4.10-externals.patch # fix jobserver in Makefile - epatch "${FILESDIR}"/${PN}-4.8-jserver.patch + eapply "${FILESDIR}"/${PN}-4.8-jserver.patch #Substitute for internal downloading. pciutils copied only due to the only .bz2 cp "${DISTDIR}"/pciutils-2.2.9.tar.bz2 ./stubdom/ || die "pciutils not copied to stubdom"
[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-pvgrub/
commit: 436e8f88a6e1a7e68afc7992adafe21d8d71881c Author: Tomas Mozes gmail com> AuthorDate: Fri Mar 29 11:21:31 2019 + Commit: Yixun Lan gentoo org> CommitDate: Wed Apr 3 04:55:29 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=436e8f88 app-emulation/xen-pvgrub: bump to 4.12.0 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Tomáš Mózes gmail.com> Signed-off-by: Yixun Lan gentoo.org> app-emulation/xen-pvgrub/Manifest | 2 +- ...-4.12.0_rc5.ebuild => xen-pvgrub-4.12.0.ebuild} | 39 ++ 2 files changed, 19 insertions(+), 22 deletions(-) diff --git a/app-emulation/xen-pvgrub/Manifest b/app-emulation/xen-pvgrub/Manifest index dddb5629e41..37e7420046d 100644 --- a/app-emulation/xen-pvgrub/Manifest +++ b/app-emulation/xen-pvgrub/Manifest @@ -5,5 +5,5 @@ DIST pciutils-2.2.9.tar.bz2 212265 BLAKE2B 014b664e90c64e7255c9e21fc25a2cc60d57f DIST polarssl-1.1.4-gpl.tgz 611340 BLAKE2B 613da06dda9e4b86db5a4d616a0a0afee98c907c3c6b352eed3d9e500fc5739e62eb4f6fc32ff02579c6a6de9bd49fcd2c8bd8b2d158a5050cbaa82118d61ef0 SHA512 88da614e4d3f4409c4fd3bb3e44c7587ba051e3fed4e33d526069a67e8180212e1ea22da984656f50e290049f60ddca65383e5983c0f8884f648d71f698303ad DIST xen-4.10.3.tar.gz 24695778 BLAKE2B 50a9e31fb4cf587eeedb357fc710405a1cd4506174a38eb9b032a0cdd9b7f7343d98624ecb07cf605b1403664c7117cdc8f011290309caa18ca9604b4008b906 SHA512 030d23109ce4c0ebf50ade6841d5525a39032bcf8fd0599ccaa9502ff301c1f61f9c5f49233b41a5934a71228958febc1e529a9fc6822ba401a0c18c490ad412 DIST xen-4.11.1.tar.gz 25152217 BLAKE2B a8dfbeb3d490787725c589e1ce82dcbbcd0be7fb4743b38daf3a8704dffda34d1faabb07d74e01d2fab1572ce0b730c21192469317545e8b3edb3fae1130ef8c SHA512 c1655c5decdaed95a2b9a99652318cfc72f6cfdae957cfe60d635f7787e8850f33e8fafc4c4b8d61fb579c9b9d93028a6382903e71808a0418b931e76d72a649 -DIST xen-4.12.0-rc5.tar.gz 26514850 BLAKE2B 41985dc33175bee8bddc4da0ec3b4da9f8cf3ebe580406011db47a27a8740566c1ace6e906d3385f73fee9b6cd572b0f3292381ac72a696fc15d020eb982ad02 SHA512 3d7fb254503c412a3c37782f7c75d093a1d43553dc110338d8dc00df0c6be4c8825cebf7f0519731e49263cef38d07ef48c18f073926d7eaf30abe64b13c52cb +DIST xen-4.12.0.tar.gz 26949697 BLAKE2B 9175cc9054e4a2b5c34df89a4efd667f86b4861bef9c3310bf431d041f710a7cb265b4d34a76ab18a17a3121392942d2e5d76c5044eb9b957d4255af889fe69a SHA512 0ce366dcac607c9b592c5e9c0f40652eef743913b246bed4b0c380b8d59ac23a6adcd05befec37fc799a61476f47df76d4911cbf1da6ceb51441c546bf2464de DIST zlib-1.2.3.tar.gz 496597 BLAKE2B 603020b70cd52b83e48bde420b86e2acfd29d69bf7476eecbeeb07d1b8bcab703d2cbd3eab2990bddb8c268f13594592ce985798d49e2d6ba25104d49f22 SHA512 021b958fcd0d346c4ba761bcf0cc40f3522de6186cf5a0a6ea34a70504ce9622b1c2626fce40675bc8282cf5f5ade18473656abc38050f72f5d6480507a2106e diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.12.0_rc5.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.12.0.ebuild similarity index 84% rename from app-emulation/xen-pvgrub/xen-pvgrub-4.12.0_rc5.ebuild rename to app-emulation/xen-pvgrub/xen-pvgrub-4.12.0.ebuild index 7b6c8cecaa9..90600bb0eee 100644 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.12.0_rc5.ebuild +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.12.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE='xml,threads' -inherit eutils flag-o-matic multilib python-single-r1 toolchain-funcs +inherit flag-o-matic multilib python-single-r1 toolchain-funcs XEN_EXTFILES_URL="http://xenbits.xensource.com/xen-extfiles"; LIBPCI_URL=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci @@ -17,10 +17,8 @@ UPSTREAM_VER= UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P/-pvgrub/}-upstream-patches-${UPSTREAM_VER}.tar.xz https://github.com/hydrapolic/gentoo-dist/raw/master/xen/${P/-pvgrub/}-upstream-patches-${UPSTREAM_VER}.tar.xz"; -MY_PV=${PV/_/-} - SRC_URI=" - https://downloads.xenproject.org/release/xen/${MY_PV}/xen-${MY_PV}.tar.gz + https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz $GRUB_URL/grub-0.97.tar.gz $XEN_EXTFILES_URL/zlib-1.2.3.tar.gz $LIBPCI_URL/pciutils-2.2.9.tar.bz2 @@ -29,14 +27,13 @@ SRC_URI=" $XEN_EXTFILES_URL/polarssl-1.1.4-gpl.tgz ${UPSTREAM_PATCHSET_URI}" -S="${WORKDIR}/xen-${MY_PV}" +S="${WORKDIR}/xen-${PV}" DESCRIPTION="allows to boot Xen domU kernels from a menu.lst laying inside guest filesystem" HOMEPAGE="https://www.xenproject.org"; LICENSE="GPL-2" SLOT="0" -#KEYWORDS="~amd64 ~x86" -KEYWORDS="" +KEYWORDS="~amd64 ~x86" IUSE="custom-cflags" REQUIRED_USE="${PYTHON_REQUIRED_USE}" @@ -57,21 +54,21 @@ retar-externals() { # Purely to unclutter src_prepare local set="grub-0.97.tar.gz lwip-1.3.0.tar.gz newlib-1.16.0.tar.gz polarssl-1.1.4-gpl.tgz zlib-1.2.3
[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/
commit: 88194809fe5a4bbda95418c09274d0644e01a602 Author: Tomas Mozes gmail com> AuthorDate: Fri Mar 29 11:28:57 2019 + Commit: Yixun Lan gentoo org> CommitDate: Wed Apr 3 04:55:29 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88194809 app-emulation/xen-tools: disable sys-cluster/glusterfs automagic Closes: https://bugs.gentoo.org/682006 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Tomáš Mózes gmail.com> Signed-off-by: Yixun Lan gentoo.org> app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild | 4 app-emulation/xen-tools/xen-tools-4.11.1-r2.ebuild | 4 2 files changed, 8 insertions(+) diff --git a/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild b/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild index f58f83d8863..e5f5d717210 100644 --- a/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild @@ -332,6 +332,10 @@ src_prepare() { -e 's:^#vif.default.script=:vif.default.script=:' \ -i tools/examples/xl.conf || die + # disable glusterfs + sed -e "s:\$\$source/configure:\0 --disable-glusterfs:" \ + -i tools/Makefile || die + default } diff --git a/app-emulation/xen-tools/xen-tools-4.11.1-r2.ebuild b/app-emulation/xen-tools/xen-tools-4.11.1-r2.ebuild index c6d51462da3..bfa221f47fb 100644 --- a/app-emulation/xen-tools/xen-tools-4.11.1-r2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.11.1-r2.ebuild @@ -338,6 +338,10 @@ src_prepare() { sed -e "s:\$\$source/configure:\0 --disable-capstone:" \ -i tools/Makefile || die + # disable glusterfs + sed -e "s:\$\$source/configure:\0 --disable-glusterfs:" \ + -i tools/Makefile || die + default }
[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen/
commit: 57b96386ae32ff968cf08b14f01e501e37130544 Author: Tomas Mozes gmail com> AuthorDate: Fri Mar 29 11:20:32 2019 + Commit: Yixun Lan gentoo org> CommitDate: Wed Apr 3 04:55:29 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b96386 app-emulation/xen: bump to 4.12.0 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Tomáš Mózes gmail.com> Signed-off-by: Yixun Lan gentoo.org> app-emulation/xen/Manifest | 2 +- app-emulation/xen/{xen-4.12.0_rc5.ebuild => xen-4.12.0.ebuild} | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest index 22834c78b91..4c20748ee68 100644 --- a/app-emulation/xen/Manifest +++ b/app-emulation/xen/Manifest @@ -2,4 +2,4 @@ DIST xen-4.10.3-upstream-patches-1.tar.xz 24064 BLAKE2B ec9339d00afd4057738a7816 DIST xen-4.10.3.tar.gz 24695778 BLAKE2B 50a9e31fb4cf587eeedb357fc710405a1cd4506174a38eb9b032a0cdd9b7f7343d98624ecb07cf605b1403664c7117cdc8f011290309caa18ca9604b4008b906 SHA512 030d23109ce4c0ebf50ade6841d5525a39032bcf8fd0599ccaa9502ff301c1f61f9c5f49233b41a5934a71228958febc1e529a9fc6822ba401a0c18c490ad412 DIST xen-4.11.1-upstream-patches-0.tar.xz 45416 BLAKE2B 3990dbf338c2aebe1cd601d7caccc6919352cc1f937677d447c3d2626143710bdfda7f1977e2ad7112abff9cad6bb660bc1b0993ca74b2eff51da6d4f4365813 SHA512 ecbc13e607581a6f9b4e318145afaa92ce641bda6fb12585408f61bcf24fa9b245004ad22150e109db5d38fcea38e6bdaf6bb2d6eaaf8e5d5fa8816b5a19e456 DIST xen-4.11.1.tar.gz 25152217 BLAKE2B a8dfbeb3d490787725c589e1ce82dcbbcd0be7fb4743b38daf3a8704dffda34d1faabb07d74e01d2fab1572ce0b730c21192469317545e8b3edb3fae1130ef8c SHA512 c1655c5decdaed95a2b9a99652318cfc72f6cfdae957cfe60d635f7787e8850f33e8fafc4c4b8d61fb579c9b9d93028a6382903e71808a0418b931e76d72a649 -DIST xen-4.12.0-rc5.tar.gz 26514850 BLAKE2B 41985dc33175bee8bddc4da0ec3b4da9f8cf3ebe580406011db47a27a8740566c1ace6e906d3385f73fee9b6cd572b0f3292381ac72a696fc15d020eb982ad02 SHA512 3d7fb254503c412a3c37782f7c75d093a1d43553dc110338d8dc00df0c6be4c8825cebf7f0519731e49263cef38d07ef48c18f073926d7eaf30abe64b13c52cb +DIST xen-4.12.0.tar.gz 26949697 BLAKE2B 9175cc9054e4a2b5c34df89a4efd667f86b4861bef9c3310bf431d041f710a7cb265b4d34a76ab18a17a3121392942d2e5d76c5044eb9b957d4255af889fe69a SHA512 0ce366dcac607c9b592c5e9c0f40652eef743913b246bed4b0c380b8d59ac23a6adcd05befec37fc799a61476f47df76d4911cbf1da6ceb51441c546bf2464de diff --git a/app-emulation/xen/xen-4.12.0_rc5.ebuild b/app-emulation/xen/xen-4.12.0.ebuild similarity index 99% rename from app-emulation/xen/xen-4.12.0_rc5.ebuild rename to app-emulation/xen/xen-4.12.0.ebuild index 0feb6edbf07..66e0a466695 100644 --- a/app-emulation/xen/xen-4.12.0_rc5.ebuild +++ b/app-emulation/xen/xen-4.12.0.ebuild @@ -15,8 +15,7 @@ if [[ $PV == * ]]; then EGIT_REPO_URI="git://xenbits.xen.org/xen.git" SRC_URI="" else - #KEYWORDS="~amd64 ~arm -x86" - KEYWORDS="" + KEYWORDS="~amd64 ~arm -x86" UPSTREAM_VER= SECURITY_VER= GENTOO_VER=
[gentoo-commits] repo/gentoo:master commit in: app-misc/dateutils/
commit: 32ee683a9aa075b5a47eca4e5533c16ac28294e3 Author: Tim Harder gentoo org> AuthorDate: Wed Apr 3 04:30:23 2019 + Commit: Tim Harder gentoo org> CommitDate: Wed Apr 3 04:30:23 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ee683a app-misc/dateutils: version bump to 0.4.6 Signed-off-by: Tim Harder gentoo.org> app-misc/dateutils/Manifest | 1 + app-misc/dateutils/dateutils-0.4.6.ebuild | 31 +++ 2 files changed, 32 insertions(+) diff --git a/app-misc/dateutils/Manifest b/app-misc/dateutils/Manifest index e308f7b03ad..86ef1b0d30f 100644 --- a/app-misc/dateutils/Manifest +++ b/app-misc/dateutils/Manifest @@ -1,2 +1,3 @@ DIST dateutils-0.4.3.tar.xz 631216 BLAKE2B 1c9184e589eb01ff1da8be941afa5abb8095ef4b61a22d14e5c06f4faad175e2e9d8cf7077655f170033a125b7594d554e6996bbd0dd6f6508c16076d069e285 SHA512 0210ad1f47aec77b8b87a520da9155430b52068e53733ef7bb26dfa10e8651f2190171537d4317adf888733e9377f961d5ed070efacd8ca18139225fa8c185ca DIST dateutils-0.4.5.tar.xz 635908 BLAKE2B 2766522f81ff94ec70772ff91d1a0a08f4b07c2d6f99fce85a0c3363c74e0caede4bedfcafbd610bf2a401ac2f027f9b2fcebe198e4bf94c7ffcb2048da4947e SHA512 91d7b83dc70a0f46920c6bb5b1f456d6b3b5a8f9511218ac74888006501adef5c938f95e424ca8537e2a69bf632b2a08ef4a2536d89367089afb3da55cde70c7 +DIST dateutils-0.4.6.tar.xz 640552 BLAKE2B 7f1b5bef1465063f46a7bc4b64ed1d645b3bf827aa17b7c962bf3e2731a031f8cf074970aad618157283f0303222413c7be80a72bdcc65bd0918120216542295 SHA512 014e8411774250d2862943bbbdd69cc7ec2ca934349272ae7c44b136a57ef30c23f841018cc38f86d49e2348b2199848076db224e3653d6d7337a3f17709c8cb diff --git a/app-misc/dateutils/dateutils-0.4.6.ebuild b/app-misc/dateutils/dateutils-0.4.6.ebuild new file mode 100644 index 000..1cf97c2e0fb --- /dev/null +++ b/app-misc/dateutils/dateutils-0.4.6.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="command line date and time utilities" +HOMEPAGE="https://hroptatyr.github.com/dateutils/"; +SRC_URI="https://bitbucket.org/hroptatyr/${PN}/downloads/${P}.tar.xz"; + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="app-arch/xz-utils + sys-libs/timezone-data" + +# bug 429810 +RDEPEND="!sys-fabric/dapl" + +src_configure() { + econf --docdir=/usr/share/doc/${PF} +} + +src_compile() { + emake CFLAGS="${CFLAGS}" +} + +src_test() { + # parallel tests failure + emake CFLAGS="${CFLAGS}" -j1 check +}
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libyaml/
commit: 688e2215c91121f82892eb9a11ea782ebd490d3a Author: Tim Harder gentoo org> AuthorDate: Wed Apr 3 04:26:31 2019 + Commit: Tim Harder gentoo org> CommitDate: Wed Apr 3 04:26:31 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688e2215 dev-libs/libyaml: version bump to 0.2.2 Signed-off-by: Tim Harder gentoo.org> dev-libs/libyaml/Manifest | 1 + dev-libs/libyaml/libyaml-0.2.2.ebuild | 42 +++ 2 files changed, 43 insertions(+) diff --git a/dev-libs/libyaml/Manifest b/dev-libs/libyaml/Manifest index c82040768ab..838b0d45305 100644 --- a/dev-libs/libyaml/Manifest +++ b/dev-libs/libyaml/Manifest @@ -1,2 +1,3 @@ DIST libyaml-0.2.1.tar.gz 601443 BLAKE2B 4940d1f0a698a985502d6e1c4d3d064061462642829aecc75a820bebcb7b7e4ae5d62777162063650d24962c93da6449bca791811d0438222d897388ec07c2ea SHA512 f91297c37dbbf03aaff718947474381a4a6a4ee1a39171d7fc32c3710ce55321028f3485ea1fcd52b962da36ed021c0b7ec05718296dca636329a19aecc809b8 +DIST libyaml-0.2.2.tar.gz 79465 BLAKE2B fd37cac256b40b0c5daa32584d271448e5e1c196a7fa7eeda753fb962c7d916b3c415425170d70db67c3f114b27d03fdd67fb4e380c04027198a601e1bd5a094 SHA512 455494591014a97c4371a1f372ad09f0d6e487e4f1d3419c98e9cd2f16d43a0cf9a0787d7250bebee8b8d400df4626f5acd81e90139e54fa574a66ec84964c06 DIST yaml-0.1.7.tar.gz 527518 BLAKE2B 80bb082e22e7f8275924aaa4f8e95eefdc94e929690ddefdba61f50d57d01428990687d2c7bcc5b27725b8bc0619c572594dae64ce00013adde685f9a8d9 SHA512 1ee5007dd10db137b5ee80f8117f07390ec04af98d087a5f5475dd2b38d87c699b79ab1676e6c7bfa263323fcdf8edd69fada2b0b7f9c57bef4e46cd65f1e975 diff --git a/dev-libs/libyaml/libyaml-0.2.2.ebuild b/dev-libs/libyaml/libyaml-0.2.2.ebuild new file mode 100644 index 000..4a3f8a2366c --- /dev/null +++ b/dev-libs/libyaml/libyaml-0.2.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools libtool + +DESCRIPTION="YAML 1.1 parser and emitter written in C" +HOMEPAGE="https://github.com/yaml/libyaml"; +SRC_URI="https://github.com/yaml/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~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="doc static-libs test" + +src_prepare() { + default + + # conditionally remove tests + if ! use test; then + sed -i -e 's: tests::g' Makefile* || die + fi + + elibtoolize # for FreeMiNT + eautoreconf +} + +src_configure() { + econf $(use_enable static-libs static) +} + +src_install() { + use doc && HTML_DOCS=( doc/html/. ) + default + + find "${D}" -name '*.la' -delete || die + + docinto examples + dodoc tests/example-*.c + docompress -x /usr/share/doc/${PF}/examples +}
[gentoo-commits] repo/gentoo:master commit in: sys-process/parallel/
commit: c74c75b7fb3118988a3ba74e7bb6abe04da8e87f Author: Tim Harder gentoo org> AuthorDate: Wed Apr 3 04:38:52 2019 + Commit: Tim Harder gentoo org> CommitDate: Wed Apr 3 04:38:52 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c74c75b7 sys-process/parallel: remove old Signed-off-by: Tim Harder gentoo.org> sys-process/parallel/Manifest | 2 -- sys-process/parallel/parallel-20181222.ebuild | 40 --- sys-process/parallel/parallel-20190122.ebuild | 40 --- 3 files changed, 82 deletions(-) diff --git a/sys-process/parallel/Manifest b/sys-process/parallel/Manifest index 512996a38b8..a09ce0f5127 100644 --- a/sys-process/parallel/Manifest +++ b/sys-process/parallel/Manifest @@ -1,4 +1,2 @@ DIST parallel-20181122.tar.bz2 1797525 BLAKE2B 59fa14fffd205ec9846c6054e2b6832f4480ed9ba78466a0d3a3004e0aa4bb3d21f533d49d705d091bd8d55406f74404555453892036a21b8b4b69c8ca83458b SHA512 f832f4d5ca1b7f6149e73074b03fa7ce34e66b0e7d579651a1b52959dde658448da0ec3c9b066275c146a1a39715881237cc42f58a0c413d04240f0c15a98ed7 -DIST parallel-20181222.tar.bz2 1799554 BLAKE2B f74fb22f7212b7bb7a521f3ec0cadc6b1906442a1b0b4070c6411c0cafc7f566014f2daad6b4aa8808a1f72ad964cfcaa01968f0a06760c631d5020ab0a219b5 SHA512 07f85f22fc55d5e873a110901c65e61b330d6e6c92c4c3123efa0af43c2d1e714fdd44b02fced3742333cace33cd381554135b126f4b797d38f8fc12bf4cda59 -DIST parallel-20190122.tar.bz2 1793632 BLAKE2B 202efa49921c467fd6d59421c474d142e49e173695dab7ae6a1f55b4c396d9eed170dd13991e818c240a65c260406c02b01fbb8f4fd6858234a4c6bf445aed49 SHA512 b7def4c76b0d6f9f5d65940ed87455ec34527c72675e8ccbf28a69758cf807098d5bb73dd16fb50051ffe75481770d35c96aa67b493998ea724f3a939d5e6ba2 DIST parallel-20190322.tar.bz2 2009995 BLAKE2B 41f066ac0969be9da782be16011c4d72977bbd11dcaebe858db0f0803eeb31a0d8aeafc425632a23863f2296dcfd03d286ece359f75ee2ff0c3f38fb4399ef85 SHA512 4d16a9be66f3f72334afcae7121ab55f0118c142a31fb6120d2fbee3006252de9ea519cfc62d366f9f4b2e28e6180dc3f7ea591debe25ee66969f7d9a87f diff --git a/sys-process/parallel/parallel-20181222.ebuild b/sys-process/parallel/parallel-20181222.ebuild deleted file mode 100644 index 5cce3235d38..000 --- a/sys-process/parallel/parallel-20181222.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A shell tool for executing jobs in parallel locally or on remote machines" -HOMEPAGE="https://www.gnu.org/software/parallel/"; -SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="dev-lang/perl:= - dev-perl/Devel-Size - virtual/perl-Data-Dumper - virtual/perl-File-Temp - virtual/perl-IO" -DEPEND="${RDEPEND}" - -DOCS="NEWS README" - -src_configure() { - econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html -} - -src_install() { - default - - # See src/Makefile.am for this one: - rm -f "${ED}"usr/bin/sem - dosym ${PN} /usr/bin/sem -} - -pkg_postinst() { - elog "To distribute jobs to remote machines you'll need these dependencies" - elog " net-misc/openssh" - elog " net-misc/rsync" -} diff --git a/sys-process/parallel/parallel-20190122.ebuild b/sys-process/parallel/parallel-20190122.ebuild deleted file mode 100644 index 2ff42c43ef5..000 --- a/sys-process/parallel/parallel-20190122.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A shell tool for executing jobs in parallel locally or on remote machines" -HOMEPAGE="https://www.gnu.org/software/parallel/"; -SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="dev-lang/perl:= - dev-perl/Devel-Size - virtual/perl-Data-Dumper - virtual/perl-File-Temp - virtual/perl-IO" -DEPEND="${RDEPEND}" - -DOCS="NEWS README" - -src_configure() { - econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html -} - -src_install() { - default - - # See src/Makefile.am for this one: - rm -f "${ED}"/usr/bin/sem || die - dosym ${PN} /usr/bin/sem -} - -pkg_postinst() { - elog "To distribute jobs to remote machines you'll need these dependencies" - elog " net-misc/openssh" - elog " net-misc/rsync" -}
[gentoo-commits] repo/gentoo:master commit in: net-proxy/sshuttle/
commit: 51daae5923b4de395b14260f16d581bb31d393d6 Author: Tim Harder gentoo org> AuthorDate: Wed Apr 3 04:41:34 2019 + Commit: Tim Harder gentoo org> CommitDate: Wed Apr 3 04:41:34 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51daae59 net-proxy/sshuttle: remove old Signed-off-by: Tim Harder gentoo.org> net-proxy/sshuttle/Manifest | 1 - net-proxy/sshuttle/sshuttle-0.78.4.ebuild | 53 --- 2 files changed, 54 deletions(-) diff --git a/net-proxy/sshuttle/Manifest b/net-proxy/sshuttle/Manifest index 5b90e1b534a..10a76828e3f 100644 --- a/net-proxy/sshuttle/Manifest +++ b/net-proxy/sshuttle/Manifest @@ -1,2 +1 @@ -DIST sshuttle-0.78.4.tar.gz 72465 BLAKE2B 655df610757e245b66db61955306908c8d1e41db7d093dc44d55260a34b30d4605973815c64d59a860974e9a268e3fcefbba41a104da5ad73f6a8a292bc64b80 SHA512 6e3e49a638ad56fbb00b197d33426f9ccb9afe3d71f8109eb886bc9047083100c910fef7cb42f0426246e585138ce996872179d23fca98afd9e9ccca376da1e6 DIST sshuttle-0.78.5.tar.gz 74663 BLAKE2B 47e295219c1ada7bee4f0340cc169620c5b91abd1f72b933289ef2dea0c5ba088673f2d1348d444f662e9f6c2638ee6dfd3e8df1fa8344bc7c48adf1a3a96d3f SHA512 562acbf0e825ad41458c5b6065592a45b8bac92cd64b20619027fe4d0bec60a22c5191c7a7ed6b216d8cf5c9e027f58a6cdca69dd3a11ec6f6d348ef2f13bb38 diff --git a/net-proxy/sshuttle/sshuttle-0.78.4.ebuild b/net-proxy/sshuttle/sshuttle-0.78.4.ebuild deleted file mode 100644 index a4f04e43049..000 --- a/net-proxy/sshuttle/sshuttle-0.78.4.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) - -inherit linux-info distutils-r1 - -DESCRIPTION="Transparent proxy server that works as a poor man's VPN using ssh" -HOMEPAGE="https://github.com/sshuttle/sshuttle https://pypi.org/project/sshuttle/"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -RDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - || ( net-firewall/iptables net-firewall/nftables ) -" -DEPEND=" - dev-python/sphinx - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/setuptools_scm[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - ) -" - -CONFIG_CHECK="~NETFILTER_XT_TARGET_HL ~IP_NF_TARGET_REDIRECT ~IP_NF_MATCH_TTL ~NF_NAT" - -python_prepare_all() { - # don't run tests via setup.py pytest - sed -i "/setup_requires=/s/'pytest-runner'//" setup.py || die - - distutils-r1_python_prepare_all -} - -python_compile_all() { - emake -j1 -C docs html man -} - -python_test() { - py.test -v || die "Tests fail under ${EPYTHON}" -} - -python_install_all() { - HTML_DOCS=( "${S}"/docs/_build/html/. ) - doman "${S}"/docs/_build/man/* - distutils-r1_python_install_all -}
[gentoo-commits] repo/gentoo:master commit in: sys-apps/moreutils/
commit: 4ccc6604de4e6dd4946e8b41cdaad9aeb226d858 Author: Tim Harder gentoo org> AuthorDate: Wed Apr 3 04:20:25 2019 + Commit: Tim Harder gentoo org> CommitDate: Wed Apr 3 04:22:31 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ccc6604 sys-apps/moreutils: version bump to 0.63 Signed-off-by: Tim Harder gentoo.org> sys-apps/moreutils/Manifest | 1 + sys-apps/moreutils/moreutils-0.63.ebuild | 63 2 files changed, 64 insertions(+) diff --git a/sys-apps/moreutils/Manifest b/sys-apps/moreutils/Manifest index 376459ac9ad..8ad2a12b626 100644 --- a/sys-apps/moreutils/Manifest +++ b/sys-apps/moreutils/Manifest @@ -1,2 +1,3 @@ DIST moreutils-0.61.tar.gz 93234 BLAKE2B cfa3c24d68ca0f9ef220ef97e0ac50a77e557cc399ef898d15a56d4e205ba180f494ca7a89a566e4dea28eebf08590fbd94b75f7850f941a8a22eba147f8e61d SHA512 6164680c8bfec02f7a84274b1d4342a1d6c296e14843496dcc9f9ac71b3e3b1663dea72e2251a546a646775afa70589483e8d5da71b388b1022476bb3dd91b56 DIST moreutils-0.62.tar.gz 93711 BLAKE2B b8d8cf7c83c3a9fc6a3fb1677954520dcc884ba81eebdf7cde2232f8aea7177f4c79dbce84ff20cf20f924af279c6e02683dfd082ad35237cc0109cddfe30e14 SHA512 100d8129572c1b9ef1381150b69cbcd1762700e66c0ffa0ea849989352bc1bad77b67c5dbc00c159ca6c02905585dbfa3c8a5d88e910da9daaf27b5dba9f2367 +DIST moreutils_0.63.orig.tar.xz 80468 BLAKE2B 39efa522c5bf9b982b70c1180f622a7d5a489cabbeb741f2a1a0674dfe9907ef85bf9f9cc4ae8d3c81442b1513f0692c070b4c00f052135528dc0e47eb6f SHA512 71bd5ec4d265dff708db372189146acb067c4edaf62888755d245ccb3f4b5bb54f6c31bda68991f78c27ab231de8ea7126f947834f3604b60d7142d0357cb66b diff --git a/sys-apps/moreutils/moreutils-0.63.ebuild b/sys-apps/moreutils/moreutils-0.63.ebuild new file mode 100644 index 000..a52e8ef948f --- /dev/null +++ b/sys-apps/moreutils/moreutils-0.63.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit toolchain-funcs + +DESCRIPTION="a collection of tools that nobody thought to write when Unix was young" +HOMEPAGE="https://joeyh.name/code/moreutils/"; +SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux" +IUSE="+doc +perl" + +RDEPEND=" + perl? ( + dev-lang/perl + dev-perl/IPC-Run + dev-perl/Time-Duration + dev-perl/TimeDate + )" +DEPEND=" + app-admin/eselect + doc? ( + dev-lang/perl + >=app-text/docbook2X-0.8.8-r2 + app-text/docbook-xml-dtd:4.4 + )" + +src_prepare() { + # don't build manpages + if ! use doc ; then + sed -i -e '/^all:/s/$(MANS)//' -e '/man1/d' Makefile || die + fi + + # don't install perl scripts + if ! use perl ; then + sed -i -e '/PERLSCRIPTS/d' Makefile || die + fi + + default +} + +src_compile() { + tc-export CC + emake CFLAGS="${CFLAGS}" DOCBOOKXSL=/usr/share/sgml/docbook/xsl-stylesheets PREFIX="${EPREFIX}/usr" +} + +src_install() { + emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" INSTALL_BIN=install install + + # sys-process is more advanced than parallel from moreutils, rename it + if use doc; then + mv "${ED}"/usr/share/man/man1/{,${PN}_}parallel.1 || die + fi + mv "${ED}"/usr/bin/{,${PN}_}parallel || die +} + +pkg_postinst() { + # try to make sure $EDITOR is valid for vipe (bug #604630) + eselect editor update +}
[gentoo-commits] repo/gentoo:master commit in: net-proxy/sshuttle/
commit: f3c5b140f77aa7f23371422868d6ffd4d3560d8c Author: Tim Harder gentoo org> AuthorDate: Wed Apr 3 04:40:54 2019 + Commit: Tim Harder gentoo org> CommitDate: Wed Apr 3 04:40:54 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c5b140 net-proxy/sshuttle: stabilize 0.78.5 Signed-off-by: Tim Harder gentoo.org> net-proxy/sshuttle/sshuttle-0.78.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/sshuttle/sshuttle-0.78.5.ebuild b/net-proxy/sshuttle/sshuttle-0.78.5.ebuild index ef640caf780..5d058b48df7 100644 --- a/net-proxy/sshuttle/sshuttle-0.78.5.ebuild +++ b/net-proxy/sshuttle/sshuttle-0.78.5.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: sys-process/parallel/
commit: 6c12528eef49dff44bcd6398c5cf415046acbbe2 Author: Tim Harder gentoo org> AuthorDate: Wed Apr 3 04:33:34 2019 + Commit: Tim Harder gentoo org> CommitDate: Wed Apr 3 04:33:34 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c12528e sys-process/parallel: version bump to 20190322 Signed-off-by: Tim Harder gentoo.org> sys-process/parallel/Manifest | 1 + sys-process/parallel/parallel-20190322.ebuild | 40 +++ 2 files changed, 41 insertions(+) diff --git a/sys-process/parallel/Manifest b/sys-process/parallel/Manifest index 99f1fa4b5df..512996a38b8 100644 --- a/sys-process/parallel/Manifest +++ b/sys-process/parallel/Manifest @@ -1,3 +1,4 @@ DIST parallel-20181122.tar.bz2 1797525 BLAKE2B 59fa14fffd205ec9846c6054e2b6832f4480ed9ba78466a0d3a3004e0aa4bb3d21f533d49d705d091bd8d55406f74404555453892036a21b8b4b69c8ca83458b SHA512 f832f4d5ca1b7f6149e73074b03fa7ce34e66b0e7d579651a1b52959dde658448da0ec3c9b066275c146a1a39715881237cc42f58a0c413d04240f0c15a98ed7 DIST parallel-20181222.tar.bz2 1799554 BLAKE2B f74fb22f7212b7bb7a521f3ec0cadc6b1906442a1b0b4070c6411c0cafc7f566014f2daad6b4aa8808a1f72ad964cfcaa01968f0a06760c631d5020ab0a219b5 SHA512 07f85f22fc55d5e873a110901c65e61b330d6e6c92c4c3123efa0af43c2d1e714fdd44b02fced3742333cace33cd381554135b126f4b797d38f8fc12bf4cda59 DIST parallel-20190122.tar.bz2 1793632 BLAKE2B 202efa49921c467fd6d59421c474d142e49e173695dab7ae6a1f55b4c396d9eed170dd13991e818c240a65c260406c02b01fbb8f4fd6858234a4c6bf445aed49 SHA512 b7def4c76b0d6f9f5d65940ed87455ec34527c72675e8ccbf28a69758cf807098d5bb73dd16fb50051ffe75481770d35c96aa67b493998ea724f3a939d5e6ba2 +DIST parallel-20190322.tar.bz2 2009995 BLAKE2B 41f066ac0969be9da782be16011c4d72977bbd11dcaebe858db0f0803eeb31a0d8aeafc425632a23863f2296dcfd03d286ece359f75ee2ff0c3f38fb4399ef85 SHA512 4d16a9be66f3f72334afcae7121ab55f0118c142a31fb6120d2fbee3006252de9ea519cfc62d366f9f4b2e28e6180dc3f7ea591debe25ee66969f7d9a87f diff --git a/sys-process/parallel/parallel-20190322.ebuild b/sys-process/parallel/parallel-20190322.ebuild new file mode 100644 index 000..2ff42c43ef5 --- /dev/null +++ b/sys-process/parallel/parallel-20190322.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A shell tool for executing jobs in parallel locally or on remote machines" +HOMEPAGE="https://www.gnu.org/software/parallel/"; +SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="dev-lang/perl:= + dev-perl/Devel-Size + virtual/perl-Data-Dumper + virtual/perl-File-Temp + virtual/perl-IO" +DEPEND="${RDEPEND}" + +DOCS="NEWS README" + +src_configure() { + econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html +} + +src_install() { + default + + # See src/Makefile.am for this one: + rm -f "${ED}"/usr/bin/sem || die + dosym ${PN} /usr/bin/sem +} + +pkg_postinst() { + elog "To distribute jobs to remote machines you'll need these dependencies" + elog " net-misc/openssh" + elog " net-misc/rsync" +}
[gentoo-commits] repo/gentoo:master commit in: media-sound/abcm2ps/
commit: d3f50c1550282523b1300d0ce716ce6a4bf04585 Author: Tim Harder gentoo org> AuthorDate: Tue Apr 2 23:40:13 2019 + Commit: Tim Harder gentoo org> CommitDate: Wed Apr 3 04:22:31 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f50c15 media-sound/abcm2ps: version bump to 8.14.4 Signed-off-by: Tim Harder gentoo.org> media-sound/abcm2ps/Manifest | 1 + media-sound/abcm2ps/abcm2ps-8.14.4.ebuild | 47 +++ 2 files changed, 48 insertions(+) diff --git a/media-sound/abcm2ps/Manifest b/media-sound/abcm2ps/Manifest index 91b8de4f9e8..e2bc42fdabf 100644 --- a/media-sound/abcm2ps/Manifest +++ b/media-sound/abcm2ps/Manifest @@ -3,4 +3,5 @@ DIST abcm2ps-8.13.10.tar.gz 249235 BLAKE2B b3a4fe8b1b3f41e1b35b3ce0574826719eb85 DIST abcm2ps-8.13.11.tar.gz 249332 BLAKE2B 6ae96a64f5e0ef9e46222645f3013f85e1501b5d9f5b3ddce40af65be371f3dca3162c8d2cd72ade5bc9608a9c657d341d45b2a27adf976b74eeb29ff56eaa0c SHA512 857102194fbc00a0ad21f36776a6fc3cdf0256a20f9a30eff5e9e060e78dd32178948b53a33517964e75ba9e2954e96e857daf076ca296fa123388879056 DIST abcm2ps-8.13.12.tar.gz 249460 BLAKE2B 2383d0f71d68dc8d8131aa5ffb5d756f2ded6a9773a5d6e5d7cde46c9c819628ac76c2504cc8dd6febf86f17e3a3da9f35db47564ed237b367ef427a657727b9 SHA512 3d708f02e358bde56b3f5407cd9f7d5a3645c6d0158f600ca7f2aef2a6c6ad03733d310e75375a65c8352a5a688c3b7841b74c014e857992d6eb128b81069f6b DIST abcm2ps-8.13.9.tar.gz 248893 BLAKE2B 94744aa81c3b91b438af8f86b4c6cb65d72645a1735175aab9397d23e6a8fe2be1afe70e1c741f68df33bc1c075416cf475a63713fc3f7e1ec801a31bc615889 SHA512 7ce6efe605c073674ec7f30d26a34848e22a5c9f97058431243ee17598e35ebc991b760bc99847294f860f6b936e3ae2f504d2de842a487f226e32c47fac438e +DIST abcm2ps-8.14.4.tar.gz 258383 BLAKE2B 7f9163309cb7a31eaecf443b5bd754c7389b4717ed891e2082f618499b4491428ae0fff7b4804d2c21c8ff3d948557c9d649afb0c2a9ae9407aad39545ed66d5 SHA512 7ba5a25ef7ad18a46bdd45393836a0ede2838af2c24822ecf3c1759328619663fe600eaf607de900527f88fa4a9c21d1da8965cafa45f4aa6dc5754b37ae3722 DIST transpose_abc.pl 21045 BLAKE2B 08a28cd9021410ed461283e057ce89000846b9e733edd36343a476189c854a96007057a8fc4207a06504ad94e802b42a246ae4a0a1ed080909b60cc941ab724a SHA512 dc2623608a7b59d7e0c4d25160e69f696f170e9938dc3e035edbaf6f0163b4c6139892ec8734ea2aaba997507dcf32208562e898690600dc3c199046d4d151f3 diff --git a/media-sound/abcm2ps/abcm2ps-8.14.4.ebuild b/media-sound/abcm2ps/abcm2ps-8.14.4.ebuild new file mode 100644 index 000..4b808b9d06d --- /dev/null +++ b/media-sound/abcm2ps/abcm2ps-8.14.4.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="Program to convert abc files to Postscript files" +HOMEPAGE="https://github.com/leesavide/abcm2ps"; +SRC_URI="https://github.com/leesavide/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="examples pango" + +BDEPEND=" + virtual/pkgconfig +" +DEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )" +RDEPEND="${DEPEND}" + +src_configure() { + econf \ + --enable-a4 \ + --enable-deco-is-roll \ + $(use_enable pango) +} + +src_compile() { + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" +} + +src_install() { + dobin abcm2ps + + insinto /usr/share/${PN} + doins *.fmt + + dodoc README.md + + if use examples ; then + docinto examples + dodoc sample*.* + docompress -x /usr/share/doc/${PF}/examples + fi +}
[gentoo-commits] repo/gentoo:master commit in: media-gfx/pqiv/
commit: 390c8aaec29a0d8a6bea71257b23d86d2eb377ed Author: Tim Harder gentoo org> AuthorDate: Tue Apr 2 19:19:45 2019 + Commit: Tim Harder gentoo org> CommitDate: Wed Apr 3 04:22:31 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=390c8aae media-gfx/pqiv: remove old Signed-off-by: Tim Harder gentoo.org> media-gfx/pqiv/Manifest | 1 - media-gfx/pqiv/pqiv-2.10.4.ebuild | 79 --- 2 files changed, 80 deletions(-) diff --git a/media-gfx/pqiv/Manifest b/media-gfx/pqiv/Manifest index 6149776348d..541250778a4 100644 --- a/media-gfx/pqiv/Manifest +++ b/media-gfx/pqiv/Manifest @@ -1,2 +1 @@ -DIST pqiv-2.10.4.tar.gz 138644 BLAKE2B 7dc358379d463e6b421c082942a2171b749ea41b4e655c64425d6cfdf8f251ce89d431b45a28d8b30eb5c022814bec7e365c3b3272ebf0cc7e994b803ddfd4ec SHA512 52534ed4728466b7c710db65115d7e79ad97546750946fa5c3a26b65055387b15c6239fdf1bb8c8345fe7ed2dfc7ed5586ffa2a864de44fd8213cff59f76048a DIST pqiv-2.11.tar.gz 139825 BLAKE2B 981d472ccd3284b2e9ad3da8e84233c9a927af797f8421ac820225d3d39cab2275f01269a986bab54994e0fce2095b7c33b1201e7a6117e1c8399617341b SHA512 6017a9d7ed332915a9f6fa788bb02c3b9d4d83c2ae2f9a8ab7d7738caa14ba3e9d253906f2e73fdfd368bb5e7bc51380ee9906fd9921e5f7f113811fd3da66f7 diff --git a/media-gfx/pqiv/pqiv-2.10.4.ebuild b/media-gfx/pqiv/pqiv-2.10.4.ebuild deleted file mode 100644 index 28b7ffe9351..000 --- a/media-gfx/pqiv/pqiv-2.10.4.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit linux-info toolchain-funcs xdg-utils - -if [[ ${PV} == ]]; then - EGIT_REPO_URI="https://github.com/phillipberndt/pqiv.git"; - inherit git-r3 -else - SRC_URI="https://github.com/phillipberndt/pqiv/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" -fi - -DESCRIPTION="powerful GTK 3 based command-line image viewer with a minimal UI" -HOMEPAGE="https://github.com/phillipberndt/pqiv http://www.pberndt.com/Programme/Linux/pqiv/"; - -LICENSE="GPL-2" -SLOT="0" -IUSE="archive ffmpeg imagemagick kernel_linux libav pdf postscript webp" - -RDEPEND=" - >=dev-libs/glib-2.32:2 - >=x11-libs/cairo-1.6 - x11-libs/gtk+:3 - archive? ( app-arch/libarchive:0= ) - ffmpeg? ( - !libav? ( media-video/ffmpeg:0= ) - libav? ( media-video/libav:0= ) - ) - imagemagick? ( media-gfx/imagemagick:0= ) - pdf? ( app-text/poppler:0= ) - postscript? ( app-text/libspectre:0= ) - webp? ( media-libs/libwebp:0= ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -doecho() { - echo "$@" - "$@" || die -} - -pkg_setup() { - if use kernel_linux; then - CONFIG_CHECK="~INOTIFY_USER" - linux-info_pkg_setup - fi -} - -src_configure() { - local backends="gdkpixbuf" - use archive && backends+=",archive,archive_cbx" - use ffmpeg || use libav && backends+=",libav" - use imagemagick && backends+=",wand" - use pdf && backends+=",poppler" - use postscript && backends+=",spectre" - use webp && backends+=",webp" - - doecho ./configure \ - --backends-build=shared \ - --backends=${backends} \ - --prefix="${EPREFIX}/usr" \ - --libdir="${EPREFIX}/usr/$(get_libdir)" \ - --destdir="${ED}" -} - -src_compile() { - tc-export CC - emake VERBOSE=1 CFLAGS="${CFLAGS}" -} - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -}
[gentoo-commits] repo/gentoo:master commit in: sys-apps/ack/
commit: f54580b7bbfd5472752fcaaacd4953805e25d752 Author: Tim Harder gentoo org> AuthorDate: Wed Apr 3 04:39:36 2019 + Commit: Tim Harder gentoo org> CommitDate: Wed Apr 3 04:39:36 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54580b7 sys-apps/ack: version bump to 2.28 Signed-off-by: Tim Harder gentoo.org> sys-apps/ack/Manifest| 1 + sys-apps/ack/ack-2.28.ebuild | 27 +++ 2 files changed, 28 insertions(+) diff --git a/sys-apps/ack/Manifest b/sys-apps/ack/Manifest index 46fd681a073..c038ef88a85 100644 --- a/sys-apps/ack/Manifest +++ b/sys-apps/ack/Manifest @@ -1,3 +1,4 @@ DIST ack-2.18.tar.gz 232279 BLAKE2B dc7c347eee2be367a2b1bd4839719661f1c0de68bd3fcb3512c68cb5c42e09e8208712e7e3c57b418a00c961a933574a0c09c7f107fe43a4f96efeae21fbc8d8 SHA512 4147161baa8d82fb84b29980d5eac7cf3197733192ca827d3fa4e8f55fa9df29d92b2ac21beb69df00186eea03c7ae6fcb85d6e4334a0a21c232ddeb4933bcf5 DIST ack-2.22.tar.gz 250275 BLAKE2B 52cafe63b6f4aa50feb3a8d68141662fbbec7a73d31b2f06d3d63c7efb9ba681214ac20fbfd299f680d4e3758eaed8b4b9b3cd697f38977f2e0657a90dc0478a SHA512 d0073c424d861f2cfdc2ce8c0dfa149620803b4c30adb6c6f4f8896277ac89bb6d97d3e8e9bdfd1202f95808bd387b2e3a8353a3e7d204cdd61eb9cafde48303 DIST ack-2.24.tar.gz 261289 BLAKE2B 0ec1e280abbcd2319bcc9f0cd83c73f97decd6698928fd1b8be310fe9a81839e02390bf4baabef402cb8603eceb5c005c4c8a1f71a60273cef21e3366efff11c SHA512 3778c1d70ae08852eff9d8dd75688713bbb8dd15d4e72c07a3829cf362c7bfeba1175275e66cfe99265ba28777b6833734ebd6debb4ec4ec79df06ac46a79c24 +DIST ack-2.28.tar.gz 263072 BLAKE2B 5bb5c41165dff9140959d7680a79def77b8d95106ee3b70b842579f082c8bf4ca978d05d1128722bd22456be94703ea1e44de1a87071317c46a4fb80d0cab6cb SHA512 04ad599b644ff2cb07abe687f99286f14ddd0628458ac88dea0124d8487792824af470a60718c21be5930083830b463385e13927cc4a680ff34be133256c0f8a diff --git a/sys-apps/ack/ack-2.28.ebuild b/sys-apps/ack/ack-2.28.ebuild new file mode 100644 index 000..dbff5491f6a --- /dev/null +++ b/sys-apps/ack/ack-2.28.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +DIST_AUTHOR=PETDANCE +inherit perl-module + +DESCRIPTION="ack is a tool like grep, optimized for programmers" +HOMEPAGE="https://beyondgrep.com"; + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos" +IUSE="test" + +RDEPEND=">=dev-perl/File-Next-1.160.0" +DEPEND="${RDEPEND} + test? ( dev-perl/IO-Tty )" + +PATCHES=( "${FILESDIR}"/${PN}-2.14-gentoo.patch ) + +src_test() { + # Tests fail when run in parallel and if dev-perl/IO-Tty is installed + # which enables interactive tests that need to read from stdin. If IO-Tty + # is not installed the related tests are skipped. + MAKEOPTS+=" -j1" perl-module_src_test +}
[gentoo-commits] proj/genkernel:master commit in: arch/ppc64le/, arch/s390/
commit: e18a3682ab278e2734267f333bd85b511758c2ec Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Mar 30 18:46:12 2019 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Mar 30 18:46:12 2019 + URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=e18a3682 arch-config: add missing arch-config for consistency Signed-off-by: Thomas Deutschmann gentoo.org> arch/ppc64le/arch-config | 1 + arch/s390/arch-config| 1 + 2 files changed, 2 insertions(+) diff --git a/arch/ppc64le/arch-config b/arch/ppc64le/arch-config new file mode 100644 index 000..1119d0b --- /dev/null +++ b/arch/ppc64le/arch-config @@ -0,0 +1 @@ +THIS_CONFIG_IS_BROKEN diff --git a/arch/s390/arch-config b/arch/s390/arch-config new file mode 100644 index 000..1119d0b --- /dev/null +++ b/arch/s390/arch-config @@ -0,0 +1 @@ +THIS_CONFIG_IS_BROKEN
[gentoo-commits] proj/genkernel:master commit in: /
commit: 60a0ba78d26c1829b77ffa9aa59aac761a970b93 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Apr 3 01:58:56 2019 + Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Apr 3 01:58:56 2019 + URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=60a0ba78 Make sure $TMPDIR exists Since commit 479b2386c8 we are using mktemp to create the temporary folder $TEMP for the current genkernel run. However, when $TMPDIR doesn't exist, mktemp will fail. Reported-By: Aaron Bauman gentoo.org> Signed-off-by: Thomas Deutschmann gentoo.org> gen_cmdline.sh | 1 + genkernel | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gen_cmdline.sh b/gen_cmdline.sh index 795c2c6..c5697e2 100755 --- a/gen_cmdline.sh +++ b/gen_cmdline.sh @@ -587,6 +587,7 @@ parse_cmdline() { ;; --tempdir=*) TMPDIR="${*#*=}" + [ ! -d "${TMPDIR}" ] && mkdir -p "${TMPDIR}" || gen_die "Failed to create '${TMPDIR}'!" TEMP=$(mktemp -d -p "${TMPDIR}" gk.) print_info 2 "TMPDIR: ${TMPDIR}" print_info 2 "TEMP: ${TEMP}" diff --git a/genkernel b/genkernel index 676471c..6904ff2 100755 --- a/genkernel +++ b/genkernel @@ -44,6 +44,7 @@ source ${GK_SHARE}/gen_moddeps.sh || gen_die "Could not read ${GK_SHARE}/gen_mod source ${GK_SHARE}/gen_package.sh || gen_die "Could not read ${GK_SHARE}/gen_package.sh" source ${GK_SHARE}/gen_bootloader.sh || gen_die "Could not read ${GK_SHARE}/gen_bootloader.sh" +[ ! -d "${TMPDIR}" ] && mkdir -p "${TMPDIR}" || gen_die "Failed to create '${TMPDIR}'!" TEMP=$(mktemp -d -p "${TMPDIR}" gk.) trap_cleanup(){ @@ -150,7 +151,7 @@ determine_config_file set_kernel_arch -[ ! -f "${TEMP}" ] && mkdir -p "${TEMP}" +[ ! -f "${TEMP}" ] && mkdir "${TEMP}" || gen_die "Failed to create '${TEMP}'!" setup_cache_dir
[gentoo-commits] repo/gentoo:master commit in: x11-libs/qscintilla/
commit: 60deb392bb7477ec998b8b6cd29063063e3eab1b Author: Davide Pesavento gentoo org> AuthorDate: Wed Apr 3 01:14:23 2019 + Commit: Davide Pesavento gentoo org> CommitDate: Wed Apr 3 01:14:23 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60deb392 x11-libs/qscintilla: use the new canonical SRC_URI Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Davide Pesavento gentoo.org> x11-libs/qscintilla/qscintilla-2.11.1.ebuild | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/x11-libs/qscintilla/qscintilla-2.11.1.ebuild b/x11-libs/qscintilla/qscintilla-2.11.1.ebuild index 548fa9681dc..ae3d709bc0d 100644 --- a/x11-libs/qscintilla/qscintilla-2.11.1.ebuild +++ b/x11-libs/qscintilla/qscintilla-2.11.1.ebuild @@ -5,25 +5,30 @@ EAPI=7 inherit flag-o-matic qmake-utils -MY_P=QScintilla_gpl-${PV/_pre/.dev} - DESCRIPTION="Qt port of Neil Hodgson's Scintilla C++ editor control" HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro"; -SRC_URI="https://www.riverbankcomputing.com/static/Downloads/QScintilla/${MY_P}.tar.gz"; + +MY_PN=QScintilla +MY_P=${MY_PN}_gpl-${PV/_pre/.dev} +if [[ ${PV} == *_pre* ]]; then + SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"; +else + SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz"; +fi LICENSE="GPL-3" SLOT="0/15" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="designer doc" -DEPEND=" +RDEPEND=" dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 designer? ( dev-qt/designer:5 ) " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P}
[gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt5/
commit: 7c60889581ac7f2f788a7050882ad3fdbd9838a9 Author: Davide Pesavento gentoo org> AuthorDate: Tue Apr 2 23:20:32 2019 + Commit: Davide Pesavento gentoo org> CommitDate: Wed Apr 3 00:54:45 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c608895 dev-python/PyQt5: proper fix for the parallel install failure Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Davide Pesavento gentoo.org> dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild | 9 + dev-python/PyQt5/PyQt5-5.12.1.ebuild| 19 +++ 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild b/dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild index d0f6fd5829f..62e0077bd41 100644 --- a/dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild +++ b/dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild @@ -9,11 +9,12 @@ inherit multibuild python-r1 qmake-utils DESCRIPTION="Python bindings for the Qt framework" HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt/intro"; -MY_P=${PN}_gpl-${PV/_pre/.dev} +MY_PN=PyQt5 +MY_P=${MY_PN}_gpl-${PV/_pre/.dev} if [[ ${PV} == *_pre* ]]; then - SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz"; + SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"; else - SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz" + SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz"; fi LICENSE="GPL-3" @@ -158,7 +159,7 @@ src_configure() { echo "${myconf[@]}" "${myconf[@]}" || die - eqmake5 -recursive ${PN}.pro + eqmake5 -recursive ${MY_PN}.pro } python_foreach_impl run_in_build_dir configuration } diff --git a/dev-python/PyQt5/PyQt5-5.12.1.ebuild b/dev-python/PyQt5/PyQt5-5.12.1.ebuild index 7098afbaeb7..37381dcdb82 100644 --- a/dev-python/PyQt5/PyQt5-5.12.1.ebuild +++ b/dev-python/PyQt5/PyQt5-5.12.1.ebuild @@ -9,11 +9,12 @@ inherit multibuild python-r1 qmake-utils DESCRIPTION="Python bindings for the Qt framework" HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt/intro"; -MY_P=${PN}_gpl-${PV/_pre/.dev} +MY_PN=PyQt5 +MY_P=${MY_PN}_gpl-${PV/_pre/.dev} if [[ ${PV} == *_pre* ]]; then SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"; else - SRC_URI="https://www.riverbankcomputing.com/static/Downloads/PyQt5/${MY_P}.tar.gz"; + SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz"; fi LICENSE="GPL-3" @@ -117,7 +118,6 @@ src_configure() { --confirm-license --qmake="$(qt5_get_bindir)"/qmake --bindir="${EPREFIX}/usr/bin" - --sip-incdir="$(python_get_includedir)" --qsci-api --enable=QtCore --enable=QtXml @@ -153,7 +153,11 @@ src_configure() { echo "${myconf[@]}" "${myconf[@]}" || die - eqmake5 -recursive ${PN}.pro + # Fix parallel install failure + sed -i -e '/INSTALLS += distinfo/i distinfo.depends = install_subtargets' ${MY_PN}.pro || die + + # Run eqmake to respect toolchain and build flags + eqmake5 -recursive ${MY_PN}.pro } python_foreach_impl run_in_build_dir configuration } @@ -164,9 +168,8 @@ src_compile() { src_install() { installation() { - local tmp_root=${D}/${PN}_tmp_root - # parallel install fails because mk_distinfo.py runs too early - emake -j1 INSTALL_ROOT="${tmp_root}" install + local tmp_root=${D}/${MY_PN}_tmp_root + emake INSTALL_ROOT="${tmp_root}" install local bin_dir=${tmp_root}${EPREFIX}/usr/bin local exe @@ -175,7 +178,7 @@ src_install() { rm "${bin_dir}/${exe}" || die done - local uic_dir=${tmp_root}$(python_get_sitedir)/${PN}/uic + local uic_dir=${tmp_root}$(python_get_sitedir)/${MY_PN}/uic if python_is_python3; then rm -r "${uic_dir}"/port_v2 || die else
[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/
commit: 04d72718957bc2e95d3b22bb925b488490759204 Author: Davide Pesavento gentoo org> AuthorDate: Wed Apr 3 00:04:53 2019 + Commit: Davide Pesavento gentoo org> CommitDate: Wed Apr 3 01:00:03 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d72718 dev-python/qscintilla-python: proper fix for the parallel install failure Also switch to an out-of-source build Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Davide Pesavento gentoo.org> .../qscintilla-python-2.11.1.ebuild| 29 +++--- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild b/dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild index dfe6ef7c314..4c02bf5f03f 100644 --- a/dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild +++ b/dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild @@ -6,11 +6,16 @@ EAPI=7 PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit python-r1 qmake-utils -MY_P=QScintilla_gpl-${PV/_pre/.dev} - DESCRIPTION="Python bindings for QScintilla" HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro"; -SRC_URI="https://www.riverbankcomputing.com/static/Downloads/QScintilla/${MY_P}.tar.gz"; + +MY_PN=QScintilla +MY_P=${MY_PN}_gpl-${PV/_pre/.dev} +if [[ ${PV} == *_pre* ]]; then + SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"; +else + SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz"; +fi LICENSE="GPL-3" SLOT="0" @@ -33,27 +38,24 @@ RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P}/Python -src_prepare() { - default - python_copy_sources -} - src_configure() { configuration() { local myconf=( "${PYTHON}" - configure.py + "${S}"/configure.py --pyqt=PyQt5 --qmake="$(qt5_get_bindir)"/qmake - --sip-incdir="$(python_get_includedir)" $(usex debug '--debug --trace' '') --verbose ) echo "${myconf[@]}" "${myconf[@]}" || die - # Run eqmake to respect toolchain, build flags, and prevent stripping - eqmake5 -recursive + # Fix parallel install failure + sed -i -e '/INSTALLS += distinfo/i distinfo.depends = install_subtargets' ${MY_PN}.pro || die + + # Run eqmake to respect toolchain and build flags + eqmake5 -recursive ${MY_PN}.pro } python_foreach_impl run_in_build_dir configuration } @@ -64,8 +66,7 @@ src_compile() { src_install() { installation() { - # parallel install fails because mk_distinfo.py runs too early - emake -j1 INSTALL_ROOT="${D}" install + emake INSTALL_ROOT="${D}" install python_optimize } python_foreach_impl run_in_build_dir installation
[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/
commit: 3117ce0466bcd9966d422aa9fbf3deaf91d7de6f Author: Davide Pesavento gentoo org> AuthorDate: Wed Apr 3 00:12:38 2019 + Commit: Davide Pesavento gentoo org> CommitDate: Wed Apr 3 01:00:03 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3117ce04 dev-python/qscintilla-python: adjust deps Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Davide Pesavento gentoo.org> ...python-2.11.1.ebuild => qscintilla-python-2.11.1-r1.ebuild} | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild b/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild similarity index 88% rename from dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild rename to dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild index 4c02bf5f03f..b5af9609872 100644 --- a/dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild +++ b/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild @@ -24,17 +24,19 @@ IUSE="debug" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND=" +RDEPEND=" ${PYTHON_DEPS} - >=dev-python/sip-4.19:=[${PYTHON_USEDEP}] - dev-python/PyQt5[gui,printsupport,widgets,${PYTHON_USEDEP}] + >=dev-python/PyQt5-5.12[gui,printsupport,widgets,${PYTHON_USEDEP}] + >=dev-python/PyQt5-sip-4.19.14:=[${PYTHON_USEDEP}] dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 ~x11-libs/qscintilla-${PV}:= " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + >=dev-python/sip-4.19.14[${PYTHON_USEDEP}] +" S=${WORKDIR}/${MY_P}/Python
[gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt5-sip/, dev-python/sip/
commit: d70a0e53123a2370c86a0748bef59d2a86e6762e Author: Davide Pesavento gentoo org> AuthorDate: Wed Apr 3 00:22:56 2019 + Commit: Davide Pesavento gentoo org> CommitDate: Wed Apr 3 00:32:52 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70a0e53 dev-python/PyQt5-sip: use new canonical SRC_URI Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Davide Pesavento gentoo.org> dev-python/PyQt5-sip/PyQt5-sip-4.19.15.ebuild | 5 +++-- dev-python/sip/sip-4.19.15.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-python/PyQt5-sip/PyQt5-sip-4.19.15.ebuild b/dev-python/PyQt5-sip/PyQt5-sip-4.19.15.ebuild index 0f179c01f2e..7a8d6adad88 100644 --- a/dev-python/PyQt5-sip/PyQt5-sip-4.19.15.ebuild +++ b/dev-python/PyQt5-sip/PyQt5-sip-4.19.15.ebuild @@ -9,11 +9,12 @@ inherit python-r1 toolchain-funcs DESCRIPTION="Private sip module for PyQt5" HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro"; -MY_P=sip-${PV/_pre/.dev} +MY_PN=sip +MY_P=${MY_PN}-${PV/_pre/.dev} if [[ ${PV} == *_pre* ]]; then SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"; else - SRC_URI="https://www.riverbankcomputing.com/static/Downloads/sip/${MY_P}.tar.gz"; + SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz"; fi # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h diff --git a/dev-python/sip/sip-4.19.15.ebuild b/dev-python/sip/sip-4.19.15.ebuild index cf5df2baf39..cbfa17402c9 100644 --- a/dev-python/sip/sip-4.19.15.ebuild +++ b/dev-python/sip/sip-4.19.15.ebuild @@ -9,11 +9,12 @@ inherit python-r1 toolchain-funcs DESCRIPTION="Python extension module generator for C and C++ libraries" HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro"; -MY_P=sip-${PV/_pre/.dev} +MY_PN=sip +MY_P=${MY_PN}-${PV/_pre/.dev} if [[ ${PV} == *_pre* ]]; then SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"; else - SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${PN}/${PV}/${MY_P}.tar.gz"; + SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz"; fi # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h
[gentoo-commits] repo/gentoo:master commit in: dev-python/PyQtWebEngine/
commit: f825780d71b5783c4f7a3845fa0fb61c68ed0194 Author: Stefan Strogin gmail com> AuthorDate: Thu Mar 21 04:22:05 2019 + Commit: Davide Pesavento gentoo org> CommitDate: Wed Apr 3 01:00:04 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f825780d dev-python/PyQtWebEngine: new package PyQtWebEngine is a set of Python bindings for Qt WebEngine framework. Before PyQt5-5.12 these bindings were a part of PyQt5. Now it is a separate package. Packages that depended on dev-python/PyQt5[webengine] now must depend on dev-python/PyQtWebEngine. Closes: https://bugs.gentoo.org/679202 Closes: https://github.com/gentoo/gentoo/pull/11432 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Stefan Strogin gmail.com> Signed-off-by: Davide Pesavento gentoo.org> dev-python/PyQtWebEngine/Manifest | 1 + .../PyQtWebEngine/PyQtWebEngine-5.12.1.ebuild | 73 ++ dev-python/PyQtWebEngine/metadata.xml | 32 ++ 3 files changed, 106 insertions(+) diff --git a/dev-python/PyQtWebEngine/Manifest b/dev-python/PyQtWebEngine/Manifest new file mode 100644 index 000..f8fee80 --- /dev/null +++ b/dev-python/PyQtWebEngine/Manifest @@ -0,0 +1 @@ +DIST PyQtWebEngine_gpl-5.12.1.tar.gz 42474 BLAKE2B 6cb333d8e429ae6b9f8c20a7486754767639693351605e85c0226ab3f1f065a549d40d69669d91f501fdf2c30346304a547e36b416d275a8bfe4ea621c0633b7 SHA512 2bcb0e4da51de9cfb5128e03c03ada77f2d4b99b0885da910584717681b96759ce4301c325cbbf43602d46746e2d37d81ed62f77dd63b33359fd5fae74d7f010 diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.12.1.ebuild b/dev-python/PyQtWebEngine/PyQtWebEngine-5.12.1.ebuild new file mode 100644 index 000..3ce48a7c942 --- /dev/null +++ b/dev-python/PyQtWebEngine/PyQtWebEngine-5.12.1.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +inherit python-r1 qmake-utils + +DESCRIPTION="Python bindings for QtWebEngine" +HOMEPAGE="https://www.riverbankcomputing.com/software/pyqtwebengine/intro"; + +MY_PN=PyQtWebEngine +MY_P=${MY_PN}_gpl-${PV/_pre/.dev} +if [[ ${PV} == *_pre* ]]; then + SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"; +else + SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz"; +fi + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="debug" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=" + ${PYTHON_DEPS} + >=dev-python/PyQt5-5.12[gui,network,printsupport,webchannel,widgets,${PYTHON_USEDEP}] + >=dev-python/PyQt5-sip-4.19.14:=[${PYTHON_USEDEP}] + dev-qt/qtcore:5 + dev-qt/qtwebengine:5[widgets] +" +DEPEND="${RDEPEND} + >=dev-python/sip-4.19.14[${PYTHON_USEDEP}] +" + +S=${WORKDIR}/${MY_P} + +src_configure() { + configuration() { + local myconf=( + "${PYTHON}" + "${S}"/configure.py + --qmake="$(qt5_get_bindir)"/qmake + $(usex debug '--debug --trace' '') + --verbose + ) + echo "${myconf[@]}" + "${myconf[@]}" || die + + # Fix parallel install failure + sed -i -e '/INSTALLS += distinfo/i distinfo.depends = install_subtargets' ${MY_PN}.pro || die + + # Run eqmake to respect toolchain and build flags + eqmake5 -recursive ${MY_PN}.pro + } + python_foreach_impl run_in_build_dir configuration +} + +src_compile() { + python_foreach_impl run_in_build_dir default +} + +src_install() { + installation() { + emake INSTALL_ROOT="${D}" install + python_optimize + } + python_foreach_impl run_in_build_dir installation + + einstalldocs +} diff --git a/dev-python/PyQtWebEngine/metadata.xml b/dev-python/PyQtWebEngine/metadata.xml new file mode 100644 index 000..c63098a37ce --- /dev/null +++ b/dev-python/PyQtWebEngine/metadata.xml @@ -0,0 +1,32 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + q...@gentoo.org + Gentoo Qt Project + + + stefan.stro...@gmail.com + Stefan Strogin + + + proxy-ma...@gentoo.org + Proxy Maintainers + + + PyQtWebEngine is a set of Python bindings for The Qt Company's + Qt WebEngine libraries. The bindings sit on top of PyQt5 and + are implemented as a set of three modules. Prior to v5.12 these + bindings were part of PyQt5 itself. + + + + p...@riverbankcomputing.com + Phil Thompson + + https://www.riverbankcomputing.com/static/Downl
[gentoo-commits] repo/user/ssnb:master commit in: app-misc/autenticacao-gov-pt/
commit: 9d2162845b60531c250cef52d45b710847e36c54 Author: Samuel Bernardo gmail com> AuthorDate: Tue Apr 2 23:51:49 2019 + Commit: Samuel Bernardo gmail com> CommitDate: Tue Apr 2 23:51:49 2019 + URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=9d216284 Correct source path for autenticacao-gov-pt necessary for prepare phase Signed-off-by: Samuel Bernardo gmail.com> app-misc/autenticacao-gov-pt/Manifest | 2 +- app-misc/autenticacao-gov-pt/autenticacao-gov-pt-2.0.36.ebuild | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app-misc/autenticacao-gov-pt/Manifest b/app-misc/autenticacao-gov-pt/Manifest index e3f9917..61a00f8 100644 --- a/app-misc/autenticacao-gov-pt/Manifest +++ b/app-misc/autenticacao-gov-pt/Manifest @@ -1,3 +1,3 @@ DIST plugin-autenticacao-gov.deb 1055970 BLAKE2B 97eccce3ad40911a1a2bd351dfce74025ce0e6f0bdb56abf2b85fb61f49d5549e4c9a94429b5950e146ede65a308d74414bb7a01b190c433034a7861a4f23740 SHA512 f12c9922a9f8e0a85f4a94c2cc482ef69810fe259aee1cde0832028e34f9015db69e1e0de47670d7a0a763ae32b2d289e2255a03ba1d668e2502aaec4f7002cc -EBUILD autenticacao-gov-pt-2.0.36.ebuild 1003 BLAKE2B 5d5efebbe44718d03b15db8460181e479d6087e33fc617743ed197f5cf0d60d3d906ea36335d08786fafbaf615cf2bbfe8985b5edbdaeb7ae7cb9f4767dd223d SHA512 9584dcad970bf882074e453b91c0bb4ca10e0d0d11ab3e99b4ada81e1b570e38ec2e38afafa19a3b53ea73c97c5ad530231b8671d95e2caaa678cd334cad7130 +EBUILD autenticacao-gov-pt-2.0.36.ebuild 1020 BLAKE2B d22208f8f653eec38fb936483ba287cc678739dd297ab35bba872e05eaaee70474c15e0801f610c147b64d14a49fee19bcd229767c235bbf2a39e5395bcf15f6 SHA512 9776503203ab0d657279156838ed54691d6c14795553ac227ad261b7478d0f24767a0e92480bcac2ac2904b6d2cbe3c1bfc14c02d8f38b20e9bef03b42dc15e0 MISC metadata.xml 353 BLAKE2B fff84c38e313fa8690702a96a9405c835c0f10b42909afbb946b5c4cb3bfa5c0c47df047b05a06ca93603a3de1494c3b63693a073db98cfbb26c359d7a795ee5 SHA512 c2ec4647114ae8f7dd6f77e6753f691760a618d2c598b3ffbcc63bdc22fac0eac9b748a9af36646e0c8ffb479b422292b5997b54d4a9c863d5136bb190866738 diff --git a/app-misc/autenticacao-gov-pt/autenticacao-gov-pt-2.0.36.ebuild b/app-misc/autenticacao-gov-pt/autenticacao-gov-pt-2.0.36.ebuild index 2129c98..32d146a 100644 --- a/app-misc/autenticacao-gov-pt/autenticacao-gov-pt-2.0.36.ebuild +++ b/app-misc/autenticacao-gov-pt/autenticacao-gov-pt-2.0.36.ebuild @@ -23,6 +23,8 @@ RDEPEND="${DEPEND} !app-misc/autenticacao-gov-pt:2 !app-misc/autenticacao-gov-pt:3" +S="${WORKDIR}/" + src_unpack() { default unpack_deb ${A}
[gentoo-commits] repo/gentoo:master commit in: www-client/opera-developer/
commit: 5ca791dc9548206ee011fb51dc393ce819186bf1 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Apr 2 23:18:52 2019 + Commit: Jeroen Roovers gentoo org> CommitDate: Tue Apr 2 23:19:00 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca791dc www-client/opera-developer: Old Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> www-client/opera-developer/Manifest| 1 - .../opera-developer-61.0.3268.0.ebuild | 116 - 2 files changed, 117 deletions(-) diff --git a/www-client/opera-developer/Manifest b/www-client/opera-developer/Manifest index e6ecd522196..21594c21aef 100644 --- a/www-client/opera-developer/Manifest +++ b/www-client/opera-developer/Manifest @@ -1,3 +1,2 @@ -DIST opera-developer_61.0.3268.0_amd64.deb 67417040 BLAKE2B 2f95e795d00954bb2ad2e9dc148d4ae045d385977dd92eebd315ff69a9c2bc49118c5865e298ca17dbed12fc5d205b5f2d2f0f0a4cad6b95bf7a090481ca79a7 SHA512 20ea347f5f310d06e3f570dc3deef60a9b752d665d9f982b699f5fb5b2a465d182614664a03ad148adfdad95393c19e188eade96824283f495207d701de8b60a DIST opera-developer_61.0.3271.0_amd64.deb 66743618 BLAKE2B c7101d3255d8b9196a60f2eef6d0361c6a743a4ecb8d51595802f6cdf6a87bf8e9a24a6a23c91d1a884b1cd7d3324e5db51a428c52392ccbb2d97042645a2e8e SHA512 3f329b600735389eb644900a39caf9ece8a063ba329d78f6c3e7c0f5664a12bb34ca8672ea8e7981e803534d3ee4c415dfe3eb85e94ad3579cda381972e6ea78 DIST opera-developer_61.0.3275.0_amd64.deb 66917554 BLAKE2B 05474ea5356663cf151217d89fd4fed9dce29e84341b2357614674f843b608af1b1c393b0096e3ecf46c0f0d04157c1946701324748c9a447c4f02db6d0e4ea2 SHA512 97219b5aa3c873da2290bf9df191caa7cc5acff7153fd40d5ba7ca938da16d2d7906a32e70dfbea7d2f7904f1b970fbd129607c209bf4ddb64c3547e6a84ee54 diff --git a/www-client/opera-developer/opera-developer-61.0.3268.0.ebuild b/www-client/opera-developer/opera-developer-61.0.3268.0.ebuild deleted file mode 100644 index d6081fb2869..000 --- a/www-client/opera-developer/opera-developer-61.0.3268.0.ebuild +++ /dev/null @@ -1,116 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -CHROMIUM_LANGS=" - be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA hi hr hu id it - ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi - zh-CN zh-TW -" -inherit chromium-2 gnome2-utils multilib unpacker xdg-utils - -DESCRIPTION="A fast and secure web browser" -HOMEPAGE="https://www.opera.com/"; -LICENSE="OPERA-2014" -SLOT="0" -SRC_URI_BASE=" - https://download1.operacdn.com/pub/ - https://download2.operacdn.com/pub/ - https://download3.operacdn.com/pub/ - https://download4.operacdn.com/pub/ -" -SRC_URI="amd64? (" -for uri in ${SRC_URI_BASE}; do -SRC_URI+=" - "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" -" -done -SRC_URI+=")" -KEYWORDS="~amd64" - -RDEPEND=" - dev-libs/expat - dev-libs/glib:2 - dev-libs/nspr - dev-libs/nss - gnome-base/gconf:2 - media-libs/alsa-lib - media-libs/fontconfig - media-libs/freetype - net-misc/curl - net-print/cups - sys-apps/dbus - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/gtk+:3 - x11-libs/libX11 - x11-libs/libXScrnSaver - x11-libs/libXcomposite - x11-libs/libXcursor - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXi - x11-libs/libXrandr - x11-libs/libXrender - x11-libs/libXtst - x11-libs/libnotify - x11-libs/pango[X] -" - -QA_PREBUILT="*" -S=${WORKDIR} -OPERA_HOME="usr/$(get_libdir)/${PN}" - -src_unpack() { - unpack_deb ${A} -} - -src_prepare() { - epatch_user - - case ${ARCH} in - amd64) - mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die - rm -r usr/lib || die - ;; - x86) - mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || die - ;; - esac - - mv usr/share/doc/${PN} usr/share/doc/${PF} || die - gunzip usr/share/doc/${PF}/changelog.gz || die - - rm usr/bin/${PN} || die - - pushd "${OPERA_HOME}/localization" > /dev/null || die - chromium_remove_language_paks - popd > /dev/null || die - - sed -i \ - -e 's|^TargetEnvironment|X-&|g' \ - usr/share/applications/${PN}.desktop || die -} - -src_install() { - mv * "${D}" || die - dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN} - fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postrm() { - gnome2_icon_cache_update - xdg_desktop_database_update - xdg_mimeinfo_database_update -} - -pkg_postinst() { - gnome2_icon_cache_update - xdg_desktop_dat
[gentoo-commits] repo/gentoo:master commit in: www-client/opera-developer/
commit: d64046ddc21f3fca17abe92d1f091332229693bd Author: Jeroen Roovers gentoo org> AuthorDate: Tue Apr 2 23:18:07 2019 + Commit: Jeroen Roovers gentoo org> CommitDate: Tue Apr 2 23:18:59 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d64046dd www-client/opera-developer: Version 61.0.3275.0 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> www-client/opera-developer/Manifest| 1 + .../opera-developer-61.0.3275.0.ebuild | 116 + 2 files changed, 117 insertions(+) diff --git a/www-client/opera-developer/Manifest b/www-client/opera-developer/Manifest index 3e4aecf86c5..e6ecd522196 100644 --- a/www-client/opera-developer/Manifest +++ b/www-client/opera-developer/Manifest @@ -1,2 +1,3 @@ DIST opera-developer_61.0.3268.0_amd64.deb 67417040 BLAKE2B 2f95e795d00954bb2ad2e9dc148d4ae045d385977dd92eebd315ff69a9c2bc49118c5865e298ca17dbed12fc5d205b5f2d2f0f0a4cad6b95bf7a090481ca79a7 SHA512 20ea347f5f310d06e3f570dc3deef60a9b752d665d9f982b699f5fb5b2a465d182614664a03ad148adfdad95393c19e188eade96824283f495207d701de8b60a DIST opera-developer_61.0.3271.0_amd64.deb 66743618 BLAKE2B c7101d3255d8b9196a60f2eef6d0361c6a743a4ecb8d51595802f6cdf6a87bf8e9a24a6a23c91d1a884b1cd7d3324e5db51a428c52392ccbb2d97042645a2e8e SHA512 3f329b600735389eb644900a39caf9ece8a063ba329d78f6c3e7c0f5664a12bb34ca8672ea8e7981e803534d3ee4c415dfe3eb85e94ad3579cda381972e6ea78 +DIST opera-developer_61.0.3275.0_amd64.deb 66917554 BLAKE2B 05474ea5356663cf151217d89fd4fed9dce29e84341b2357614674f843b608af1b1c393b0096e3ecf46c0f0d04157c1946701324748c9a447c4f02db6d0e4ea2 SHA512 97219b5aa3c873da2290bf9df191caa7cc5acff7153fd40d5ba7ca938da16d2d7906a32e70dfbea7d2f7904f1b970fbd129607c209bf4ddb64c3547e6a84ee54 diff --git a/www-client/opera-developer/opera-developer-61.0.3275.0.ebuild b/www-client/opera-developer/opera-developer-61.0.3275.0.ebuild new file mode 100644 index 000..d6081fb2869 --- /dev/null +++ b/www-client/opera-developer/opera-developer-61.0.3275.0.ebuild @@ -0,0 +1,116 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +CHROMIUM_LANGS=" + be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA hi hr hu id it + ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi + zh-CN zh-TW +" +inherit chromium-2 gnome2-utils multilib unpacker xdg-utils + +DESCRIPTION="A fast and secure web browser" +HOMEPAGE="https://www.opera.com/"; +LICENSE="OPERA-2014" +SLOT="0" +SRC_URI_BASE=" + https://download1.operacdn.com/pub/ + https://download2.operacdn.com/pub/ + https://download3.operacdn.com/pub/ + https://download4.operacdn.com/pub/ +" +SRC_URI="amd64? (" +for uri in ${SRC_URI_BASE}; do +SRC_URI+=" + "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" +" +done +SRC_URI+=")" +KEYWORDS="~amd64" + +RDEPEND=" + dev-libs/expat + dev-libs/glib:2 + dev-libs/nspr + dev-libs/nss + gnome-base/gconf:2 + media-libs/alsa-lib + media-libs/fontconfig + media-libs/freetype + net-misc/curl + net-print/cups + sys-apps/dbus + x11-libs/cairo + x11-libs/gdk-pixbuf + x11-libs/gtk+:3 + x11-libs/libX11 + x11-libs/libXScrnSaver + x11-libs/libXcomposite + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXi + x11-libs/libXrandr + x11-libs/libXrender + x11-libs/libXtst + x11-libs/libnotify + x11-libs/pango[X] +" + +QA_PREBUILT="*" +S=${WORKDIR} +OPERA_HOME="usr/$(get_libdir)/${PN}" + +src_unpack() { + unpack_deb ${A} +} + +src_prepare() { + epatch_user + + case ${ARCH} in + amd64) + mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die + rm -r usr/lib || die + ;; + x86) + mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || die + ;; + esac + + mv usr/share/doc/${PN} usr/share/doc/${PF} || die + gunzip usr/share/doc/${PF}/changelog.gz || die + + rm usr/bin/${PN} || die + + pushd "${OPERA_HOME}/localization" > /dev/null || die + chromium_remove_language_paks + popd > /dev/null || die + + sed -i \ + -e 's|^TargetEnvironment|X-&|g' \ + usr/share/applications/${PN}.desktop || die +} + +src_install() { + mv * "${D}" || die + dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN} + fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_desktop_database_update + xdg_mimeinfo_database_update +} + +pkg_postinst() { + gnome2_icon_cache_update + xd
[gentoo-commits] repo/user/ssnb:master commit in: app-misc/autenticacao-gov-pt/files/, app-misc/cartao-cidadao-svn/, ...
commit: 50f85bc02d98528f031d1eda6ac9e76231deaae5 Author: Samuel Bernardo gmail com> AuthorDate: Tue Apr 2 22:48:59 2019 + Commit: Samuel Bernardo gmail com> CommitDate: Tue Apr 2 22:49:30 2019 + URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=50f85bc0 Modify autenticacao-gov-pt to only have the authentication plugin. Create new ebuild cartao-cidadao-svn to have the citizen card application. Signed-off-by: Samuel Bernardo gmail.com> app-misc/autenticacao-gov-pt/Manifest | 15 +--- .../autenticacao-gov-pt-2.0.36.ebuild | 47 +++ .../autenticacao-gov-pt-2.4.0.ebuild | 89 - .../files/autenticacao.gov.pt-2.4.0.deb| Bin 1055012 -> 0 bytes .../files/autenticacao.gov.pt-3.0.13.deb | Bin 1086846 -> 0 bytes .../autenticacao-gov-pt/files/extras-2.4.0.tar.gz | Bin 12500575 -> 0 bytes app-misc/autenticacao-gov-pt/metadata.xml | 11 +++ app-misc/cartao-cidadao-svn/Manifest | 11 +++ .../cartao-cidadao-svn-2.4.6.ebuild} | 0 .../cartao-cidadao-svn-3.0.13-r1.ebuild} | 33 +++- .../files/Makefile.gnu.patch | 0 .../files/XSECDOMUtils.hpp.patch | 12 +++ .../files/XadesSignature.cpp.patch | 38 + .../files/autenticacao.gov.pt-2.4.6.deb| Bin .../files/dlgQndPinpadInfo.cpp.patch | 0 .../files/extras-2.4.6.tar.gz | Bin .../files/extras-3.0.13.tar.gz | Bin .../files/qmake.patch | 0 app-misc/cartao-cidadao-svn/metadata.xml | 11 +++ 19 files changed, 145 insertions(+), 122 deletions(-) diff --git a/app-misc/autenticacao-gov-pt/Manifest b/app-misc/autenticacao-gov-pt/Manifest index ca367d8..e3f9917 100644 --- a/app-misc/autenticacao-gov-pt/Manifest +++ b/app-misc/autenticacao-gov-pt/Manifest @@ -1,12 +1,3 @@ -AUX Makefile.gnu.patch 592 BLAKE2B 417e9fd33f4ba6897f4ddbcd8ec6e53e2bc50e2f854188e1698ada8c9e2e0ea6bbdf5fbf40ddd11e653ec024abdd9fd37f091b38afcbabef7ed445c98ee3ce75 SHA512 8da9359d93fbd4a2ed6df8a58f15228ba13ee7117634e024c2ea759ee046b5ba255d374143b087b506a32d21f44c2cad63b2af95a6834ad051d52e0b5b8aa9cb -AUX autenticacao.gov.pt-2.4.0.deb 1055012 BLAKE2B 59def973150f870ce4d505a1c7123280c6bf1953e9bd395dca9cde50e3e835b38212e030bbfa75465e96c1815995b095b806b0254eadca856f77d165319993ee SHA512 09742f4d59efa56c5ebb69ac3cdb408c5d9e4f5c4f7526069c59077afb9a4b7e4efab878e43281b59cd8807a7d4adab3da758d30008b509dc79aa7b6c521a0db -AUX autenticacao.gov.pt-2.4.6.deb 1073740 BLAKE2B fd59429e02906129aba4b01aae7a365b793bb5b3f99520c410189625f8a0c1a025b10c4e3682717bb508497ecb792fdab9068373b5f203b76c6c5552bb172333 SHA512 92c6ec346d2496b95ed88d686e3b4d656b96053f515b3c12c56a4933b103011365242de184fbfda17c52c540efddf083cff5b544c9351abef9d21256ad305897 -AUX autenticacao.gov.pt-3.0.13.deb 1086846 BLAKE2B 9a28faba62056b7822b06b9d91d96de5fa2ac0a65ab7f5805130118146ffd1168cc4146d05afa9f39696d5ec642018c97f7d1e6087bd8c7e1f80129b51adbd5e SHA512 142ff72b8782f54aad8eb1a0dfc674df69d634a60345f5a0d4139d2064627a9b134b48edf5871793d1678fbb3bd96a47e9d30e9eba2a4c5d9906a2c29f7db038 -AUX dlgQndPinpadInfo.cpp.patch 813 BLAKE2B 47f0f20e56102ee6eeb65209ad9a11544101e7f03bec7d37cfbab35788066daf8afaa915193ce9b61fc566f30b5826fee3ebfb20d647d620b30ec4751221a4fa SHA512 b8ddccf85b652fc28f9fea77016da45b1c2c6122a03e3ee3de6a558c552e60cca29a3009f8197f687a1aed65dedf77573c497267cffd297d3481afd05ededd72 -AUX extras-2.4.0.tar.gz 12500575 BLAKE2B 022cc27bc4cd505ea1d671151637d12a1ae253d4e5fce1c4157da3ea11c5d6dd453f335e55d2008117f4777c9192ee331e8c4d7e4f972018b16b61c6b1dc5afa SHA512 75a032022843b01e548807f9b84289b8dba58b48b4bcbd46784a1bd79a127f0f72dc093e757d182056aa7f80ef8d798dbf377665bd5a76060ce8960a275eb5b2 -AUX extras-2.4.6.tar.gz 12500575 BLAKE2B 022cc27bc4cd505ea1d671151637d12a1ae253d4e5fce1c4157da3ea11c5d6dd453f335e55d2008117f4777c9192ee331e8c4d7e4f972018b16b61c6b1dc5afa SHA512 75a032022843b01e548807f9b84289b8dba58b48b4bcbd46784a1bd79a127f0f72dc093e757d182056aa7f80ef8d798dbf377665bd5a76060ce8960a275eb5b2 -AUX extras-3.0.13.tar.gz 12500410 BLAKE2B efabdd04a358d2b9889178fec61ffbb224cd874e142bfae8e280e2fb98110f0c581393d764edb55fc9dabfebce0ffdf5461f17bd4b107744c0f959883548a557 SHA512 ee3f24a0b464e8638da8cf9daa2512acf4ce8eb13c79fbeaa842c9d8421eee5d7619133fcbd362ff777c2b3ad8fe341149977841de092853c31e8539f9363260 -AUX qmake.patch 468 BLAKE2B 2f91848f33b7d94de801e65d4a97dc3c030701888043df444e10a464f0d796dd7f5f9fc55feef2b8fa175fa984fe4b5f460b6268cce5e7d63d0de78b106deaaf SHA512 ff8ed18d0748e04b1041c7b189a93dfe6674273e677ec86676187b2323ca794d61424204ec8c395c1f5b603c5dd6c346ae2db1cf9886fb42550a827f50c55d34 -EBUILD autenticacao-gov-pt-2.4.0.ebuild 2432 BLAKE2B d362d4aeb0f5663ea8884df54e97ac64e0c8f4da28eea79fa51d71695ce7bb24fb26738230def584f3182196f61811c06386397d9b2d5caa35e2c5ca3633cde9 SHA512 7
[gentoo-commits] repo/gentoo:master commit in: sci-misc/mendeleydesktop/
commit: af48d49280d6a4fa77468e611dcc84fb414da9b9 Author: Pacho Ramos gentoo org> AuthorDate: Tue Apr 2 21:54:34 2019 + Commit: Pacho Ramos gentoo org> CommitDate: Tue Apr 2 21:54:34 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af48d492 sci-misc/mendeleydesktop: Version bump Closes: https://bugs.gentoo.org/679584 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> sci-misc/mendeleydesktop/Manifest | 2 + .../mendeleydesktop/mendeleydesktop-1.19.3.ebuild | 127 + 2 files changed, 129 insertions(+) diff --git a/sci-misc/mendeleydesktop/Manifest b/sci-misc/mendeleydesktop/Manifest index 9e2a709a189..493cc9d0c8a 100644 --- a/sci-misc/mendeleydesktop/Manifest +++ b/sci-misc/mendeleydesktop/Manifest @@ -1,2 +1,4 @@ DIST mendeleydesktop-1.19.2-linux-i486.tar.bz2 155393374 BLAKE2B 1863d2ee2dd907495365d602729dea01d0ca6d8023729e66dc14bb1d5ff3c247738374e7199193b0adb20936cb1e8d772135a8148b13d7b4377eb6059805f739 SHA512 b8b8b291a2b2d3cf43ec96005f891b9acd73090c945252b0b22abbc71c631bd74c9cf600c3c5e2c75ee3784a3ac3d06d8d925b5a70a3e47e34901047f67ca587 DIST mendeleydesktop-1.19.2-linux-x86_64.tar.bz2 159146426 BLAKE2B e3b1240459a252e7fe32e65f1ad271b0a473c7ef84202a71b65066ea33ff9ea0c9f0c7c8ff81fd34dbfdf7e954b090e2d4cfbc7576bdff65f6105fb84b2b55ec SHA512 ddcbac4f863706f1226157a4528d89801502af6d5af105558ee1b3a5ecad4ba4c90ff64dffd822f485d45670c6ad54cae93f9a582a5bc82bc23e404c767aca40 +DIST mendeleydesktop-1.19.3-linux-i486.tar.bz2 155511701 BLAKE2B 0aaa0329c2287c6bb98f94a2a4ba708ea4a6c0cae72bb400c4f028aca35ff749460b97af7eb8e960abae2cbad480f3c039bbcf2a5daa9e12efee483fd1221290 SHA512 30e0460522474e68c1664256afc6e1d3af68443f75b0b5a76b76102ea812ed680d8d20e1d3f9dc4fc29408dd5e7718a8436ba34fc91a896fd9cbda702abcc3e8 +DIST mendeleydesktop-1.19.3-linux-x86_64.tar.bz2 159153513 BLAKE2B d0929043a053a73658070d8598c8e989f345fe1294cda479bb06f672dd60d4a3ab88754f6d3a9ae619011f5c7ce3f8259235544884865c95d4a8f182ad44627e SHA512 2c2d92d45730797f93eec74b23ea8d7f654388fd778063dcd92705fe019939f6d557bcaac13a14b021fcc4d785938921b19a9c8b821dfe6c18fb5c213eaa8a26 diff --git a/sci-misc/mendeleydesktop/mendeleydesktop-1.19.3.ebuild b/sci-misc/mendeleydesktop/mendeleydesktop-1.19.3.ebuild new file mode 100644 index 000..b901d27232f --- /dev/null +++ b/sci-misc/mendeleydesktop/mendeleydesktop-1.19.3.ebuild @@ -0,0 +1,127 @@ +# 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,3_7} ) + +inherit desktop python-single-r1 xdg + +MY_P_AMD64="${P}-linux-x86_64" +MY_P_X86="${P}-linux-i486" + +DESCRIPTION="Research management tool for desktop and web" +HOMEPAGE="https://www.mendeley.com/"; +SRC_URI=" + amd64? ( ${MY_P_AMD64}.tar.bz2 ) + x86? ( ${MY_P_X86}.tar.bz2 ) + amd64-linux? ( ${MY_P_AMD64}.tar.bz2 ) + x86-linux? ( ${MY_P_X86}.tar.bz2 )" + +LICENSE="Mendeley-terms" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RESTRICT="fetch" + +DEPEND="" +BDEPEND="" +RDEPEND="${PYTHON_DEPS} + dev-qt/qtcore:5 + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtpositioning:5 + dev-qt/qtprintsupport:5 + dev-qt/qtsvg:5 + dev-qt/qtwebengine:5[widgets] + dev-qt/qtwebkit:5 + dev-qt/qtxml:5 + sys-libs/zlib + virtual/opengl + x11-libs/libX11 +" + +QA_PREBUILT="/opt/mendeleydesktop/.*" + +PATCHES=( + "${FILESDIR}"/${PN}-1.17.8-libdir.patch + "${FILESDIR}"/${PN}-1.17.8-qt5plugins.patch + "${FILESDIR}"/${PN}-1.17.8-unix-distro-build.patch +) + +pkg_nofetch() { + elog "Please download ${A} from:" + elog "http://www.mendeley.com/download-mendeley-desktop/"; + elog "and move it to your DISTDIR directory." +} + +src_unpack() { + unpack ${A} + + cd "${WORKDIR}" || die + + if use amd64 || use amd64-linux ; then + mv -f "${MY_P_AMD64}" "${P}" || die + else + mv -f "${MY_P_X86}" "${P}" || die + fi +} + +src_prepare() { + xdg_src_prepare + + # remove bundled Qt libraries + rm -r lib/mendeleydesktop/plugins \ + || die "failed to remove plugin directory" + rm -r lib/qt || die + + # fix qt library path + sed -e "s:/usr/lib/qt5/plugins:${EROOT}/usr/$(get_libdir)/qt5/plugins:g" \ + -i bin/mendeleydesktop || die + + # fix library paths + sed -e "s:lib/mendeleydesktop:$(get_libdir)/mendeleydesktop:g" \ + -e "s:MENDELEY_BASE'] + \"/lib/\":MENDELEY_BASE'] + \"/$(get_libdir)/\":g" \ + -i bin/mendeleydesktop || die +} + +src_install() { + # install menu + domenu share/applications/${PN}.desktop + + # install application icons + insinto /usr/share/icons + doins -r share/icons/
[gentoo-commits] repo/gentoo:master commit in: sci-misc/mendeleydesktop/
commit: 685217a8824613ed626f455142669703395f5158 Author: Pacho Ramos gentoo org> AuthorDate: Tue Apr 2 21:54:51 2019 + Commit: Pacho Ramos gentoo org> CommitDate: Tue Apr 2 21:54:51 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=685217a8 sci-misc/mendeleydesktop: Drop old Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> sci-misc/mendeleydesktop/Manifest | 2 - .../mendeleydesktop/mendeleydesktop-1.19.2.ebuild | 137 - 2 files changed, 139 deletions(-) diff --git a/sci-misc/mendeleydesktop/Manifest b/sci-misc/mendeleydesktop/Manifest index 493cc9d0c8a..039b8ee5797 100644 --- a/sci-misc/mendeleydesktop/Manifest +++ b/sci-misc/mendeleydesktop/Manifest @@ -1,4 +1,2 @@ -DIST mendeleydesktop-1.19.2-linux-i486.tar.bz2 155393374 BLAKE2B 1863d2ee2dd907495365d602729dea01d0ca6d8023729e66dc14bb1d5ff3c247738374e7199193b0adb20936cb1e8d772135a8148b13d7b4377eb6059805f739 SHA512 b8b8b291a2b2d3cf43ec96005f891b9acd73090c945252b0b22abbc71c631bd74c9cf600c3c5e2c75ee3784a3ac3d06d8d925b5a70a3e47e34901047f67ca587 -DIST mendeleydesktop-1.19.2-linux-x86_64.tar.bz2 159146426 BLAKE2B e3b1240459a252e7fe32e65f1ad271b0a473c7ef84202a71b65066ea33ff9ea0c9f0c7c8ff81fd34dbfdf7e954b090e2d4cfbc7576bdff65f6105fb84b2b55ec SHA512 ddcbac4f863706f1226157a4528d89801502af6d5af105558ee1b3a5ecad4ba4c90ff64dffd822f485d45670c6ad54cae93f9a582a5bc82bc23e404c767aca40 DIST mendeleydesktop-1.19.3-linux-i486.tar.bz2 155511701 BLAKE2B 0aaa0329c2287c6bb98f94a2a4ba708ea4a6c0cae72bb400c4f028aca35ff749460b97af7eb8e960abae2cbad480f3c039bbcf2a5daa9e12efee483fd1221290 SHA512 30e0460522474e68c1664256afc6e1d3af68443f75b0b5a76b76102ea812ed680d8d20e1d3f9dc4fc29408dd5e7718a8436ba34fc91a896fd9cbda702abcc3e8 DIST mendeleydesktop-1.19.3-linux-x86_64.tar.bz2 159153513 BLAKE2B d0929043a053a73658070d8598c8e989f345fe1294cda479bb06f672dd60d4a3ab88754f6d3a9ae619011f5c7ce3f8259235544884865c95d4a8f182ad44627e SHA512 2c2d92d45730797f93eec74b23ea8d7f654388fd778063dcd92705fe019939f6d557bcaac13a14b021fcc4d785938921b19a9c8b821dfe6c18fb5c213eaa8a26 diff --git a/sci-misc/mendeleydesktop/mendeleydesktop-1.19.2.ebuild b/sci-misc/mendeleydesktop/mendeleydesktop-1.19.2.ebuild deleted file mode 100644 index f7cb5882851..000 --- a/sci-misc/mendeleydesktop/mendeleydesktop-1.19.2.ebuild +++ /dev/null @@ -1,137 +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_4,3_5,3_6} ) - -inherit desktop gnome2-utils python-single-r1 xdg-utils - -MY_P_AMD64="${P}-linux-x86_64" -MY_P_X86="${P}-linux-i486" - -DESCRIPTION="Research management tool for desktop and web" -HOMEPAGE="https://www.mendeley.com/"; -SRC_URI=" - amd64? ( ${MY_P_AMD64}.tar.bz2 ) - x86? ( ${MY_P_X86}.tar.bz2 ) - amd64-linux? ( ${MY_P_AMD64}.tar.bz2 ) - x86-linux? ( ${MY_P_X86}.tar.bz2 )" - -LICENSE="Mendeley-terms" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RESTRICT="fetch" - -DEPEND="" -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtpositioning:5 - dev-qt/qtprintsupport:5 - dev-qt/qtsvg:5 - dev-qt/qtwebengine:5[widgets] - dev-qt/qtwebkit:5 - dev-qt/qtxml:5 - sys-libs/zlib - virtual/opengl - x11-libs/libX11 - ${PYTHON_DEPS}" - -QA_PREBUILT="/opt/mendeleydesktop/.*" - -PATCHES=( - "${FILESDIR}"/${PN}-1.17.8-libdir.patch - "${FILESDIR}"/${PN}-1.17.8-qt5plugins.patch - "${FILESDIR}"/${PN}-1.17.8-unix-distro-build.patch -) - -pkg_nofetch() { - elog "Please download ${A} from:" - elog "http://www.mendeley.com/download-mendeley-desktop/"; - elog "and move it to your DISTDIR directory." -} - -src_unpack() { - unpack ${A} - - cd "${WORKDIR}" || die - - if use amd64 || use amd64-linux ; then - mv -f "${MY_P_AMD64}" "${P}" || die - else - mv -f "${MY_P_X86}" "${P}" || die - fi -} - -src_prepare() { - default - - # remove bundled Qt libraries - rm -r lib/mendeleydesktop/plugins \ - || die "failed to remove plugin directory" - rm -r lib/qt || die - - # fix qt library path - sed -e "s:/usr/lib/qt5/plugins:${EROOT}usr/$(get_libdir)/qt5/plugins:g" \ - -i bin/mendeleydesktop || die - - # fix library paths - sed -e "s:lib/mendeleydesktop:$(get_libdir)/mendeleydesktop:g" \ - -e "s:MENDELEY_BASE'] + \"/lib/\":MENDELEY_BASE'] + \"/$(get_libdir)/\":g" \ - -i bin/mendeleydesktop || die -} - -src_install() { - # install menu - domenu share/applications/${PN}.desktop - - # install application icons - insinto /usr/share/icons - doins -r share/icons/hicolor - - # install defau
[gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
commit: 5cf2542f89678bd1454a8698c9595ad3e8a5876e Author: Pacho Ramos gentoo org> AuthorDate: Tue Apr 2 21:33:11 2019 + Commit: Pacho Ramos gentoo org> CommitDate: Tue Apr 2 21:33:33 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf2542f app-office/pybliographer: Add forgotten die statement Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> app-office/pybliographer/pybliographer-1.4.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild b/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild index 322a8a88103..02423028909 100644 --- a/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild +++ b/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild @@ -43,7 +43,7 @@ src_prepare() { # Install Python modules into site-packages directories. find -name Makefile.am | xargs sed -i \ -e "/^pybdir[[:space:]]*=[[:space:]]*/s:\$(datadir):$(python_get_sitedir):" || die "sed failed" - sed -i -e 's:prefix=:cd @datapyb@ \&\& prefix=:' scripts/pybscript.in + sed -i -e 's:prefix=:cd @datapyb@ \&\& prefix=:' scripts/pybscript.in || die sed -i -e "s:\@datapyb@:$(python_get_sitedir)/${PN}:g" pybliographer.in scripts/pybscript.in || die sed -i \ -e "s:gladedir = \$(datadir):gladedir = $(python_get_sitedir):" \
[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kdecoration/, kde-plasma/kactivitymanagerd/, kde-plasma/sddm-kcm/, ...
commit: 451c714e3256087189b39b2b11184b52874a214f Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 2 21:14:54 2019 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 2 21:22:22 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451c714e kde-plasma: Drop KDE Plasma 5.15.3 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/bluedevil/Manifest | 1 - kde-plasma/bluedevil/bluedevil-5.15.3.ebuild | 34 kde-plasma/breeze-grub/Manifest| 1 - kde-plasma/breeze-grub/breeze-grub-5.15.3.ebuild | 22 --- kde-plasma/breeze-gtk/Manifest | 1 - kde-plasma/breeze-gtk/breeze-gtk-5.15.3.ebuild | 28 kde-plasma/breeze-plymouth/Manifest| 1 - .../breeze-plymouth/breeze-plymouth-5.15.3.ebuild | 25 --- kde-plasma/breeze/Manifest | 1 - kde-plasma/breeze/breeze-5.15.3.ebuild | 49 -- kde-plasma/discover/Manifest | 1 - kde-plasma/discover/discover-5.15.3.ebuild | 61 kde-plasma/drkonqi/Manifest| 1 - kde-plasma/drkonqi/drkonqi-5.15.3.ebuild | 55 --- kde-plasma/kactivitymanagerd/Manifest | 1 - .../kactivitymanagerd-5.15.3.ebuild| 34 kde-plasma/kde-cli-tools/Manifest | 1 - .../kde-cli-tools/kde-cli-tools-5.15.3.ebuild | 63 kde-plasma/kde-gtk-config/Manifest | 1 - .../kde-gtk-config/kde-gtk-config-5.15.3.ebuild| 52 --- kde-plasma/kdecoration/Manifest| 1 - kde-plasma/kdecoration/kdecoration-5.15.3.ebuild | 19 --- kde-plasma/kdeplasma-addons/Manifest | 1 - .../kdeplasma-addons-5.15.3.ebuild | 57 --- kde-plasma/kgamma/Manifest | 1 - kde-plasma/kgamma/kgamma-5.15.3.ebuild | 26 kde-plasma/khotkeys/Manifest | 1 - kde-plasma/khotkeys/khotkeys-5.15.3.ebuild | 44 -- kde-plasma/kinfocenter/Manifest| 1 - kde-plasma/kinfocenter/kinfocenter-5.15.3.ebuild | 99 kde-plasma/kmenuedit/Manifest | 1 - kde-plasma/kmenuedit/kmenuedit-5.15.3.ebuild | 44 -- kde-plasma/kscreen/Manifest| 1 - kde-plasma/kscreen/kscreen-5.15.3.ebuild | 39 - kde-plasma/kscreenlocker/Manifest | 1 - .../kscreenlocker/kscreenlocker-5.15.3.ebuild | 94 --- kde-plasma/ksshaskpass/Manifest| 1 - kde-plasma/ksshaskpass/ksshaskpass-5.15.3.ebuild | 46 -- kde-plasma/ksysguard/Manifest | 1 - kde-plasma/ksysguard/ksysguard-5.15.3.ebuild | 45 -- kde-plasma/kwallet-pam/Manifest| 1 - kde-plasma/kwallet-pam/kwallet-pam-5.15.3.ebuild | 33 kde-plasma/kwayland-integration/Manifest | 1 - .../kwayland-integration-5.15.3.ebuild | 25 --- kde-plasma/kwin/Manifest | 1 - kde-plasma/kwin/kwin-5.15.3.ebuild | 106 - kde-plasma/kwrited/Manifest| 1 - kde-plasma/kwrited/kwrited-5.15.3.ebuild | 21 --- kde-plasma/libkscreen/Manifest | 1 - kde-plasma/libkscreen/libkscreen-5.15.3.ebuild | 26 kde-plasma/libksysguard/Manifest | 1 - kde-plasma/libksysguard/libksysguard-5.15.3.ebuild | 50 -- kde-plasma/libkworkspace/Manifest | 1 - .../libkworkspace/libkworkspace-5.15.3.ebuild | 54 --- kde-plasma/milou/Manifest | 1 - kde-plasma/milou/milou-5.15.3.ebuild | 28 kde-plasma/oxygen/Manifest | 1 - kde-plasma/oxygen/oxygen-5.15.3.ebuild | 45 -- kde-plasma/plasma-browser-integration/Manifest | 1 - .../plasma-browser-integration-5.15.3.ebuild | 36 - kde-plasma/plasma-desktop/Manifest | 1 - .../plasma-desktop/plasma-desktop-5.15.3.ebuild| 146 - kde-plasma/plasma-integration/Manifest | 1 - .../plasma-integration-5.15.3.ebuild | 43 -- kde-plasma/plasma-meta/plasma-meta-5.15.3.ebuild | 109 - kde-plasma/plasma-nm/Manifest | 1 - kde-plasma/plasma-nm/plasma-nm-5.15.3.ebuild | 74 - kde-plasma/plasma-pa/Manifest | 1 - kde-plasma/plasma-pa/plasma-pa-5.15.3.ebuild | 33 kde-plasma/plasma-sdk/Manifest | 1 - kde-plasma/plasma-sdk/plasma-sdk-5.15.3.ebuild | 38 - kde-plasma/plasma-vault/Manifest | 1 - kde-plasma/plasma-vault/plasma-vault-5.15.3
[gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
commit: 496fa3fb747714be27e53fda0004d44d59e16fb8 Author: Pacho Ramos gentoo org> AuthorDate: Tue Apr 2 21:20:45 2019 + Commit: Pacho Ramos gentoo org> CommitDate: Tue Apr 2 21:21:32 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496fa3fb app-office/pybliographer: Fix pybliographic execution too Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> .../pybliographer/pybliographer-1.4.0-r1.ebuild| 65 ++ 1 file changed, 65 insertions(+) diff --git a/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild b/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild new file mode 100644 index 000..322a8a88103 --- /dev/null +++ b/app-office/pybliographer/pybliographer-1.4.0-r1.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME2_EAUTORECONF="yes" +PYTHON_COMPAT=( python2_7 ) + +inherit gnome2 python-single-r1 + +DESCRIPTION="Pybliographer is a tool for working with bibliographic databases" +HOMEPAGE="https://pybliographer.org"; + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + >=app-text/recode-3.6-r1 + app-text/rarian + dev-libs/glib:2 + dev-python/pygobject:2[${PYTHON_USEDEP}] + >=dev-python/pygtk-2.24.0:2[${PYTHON_USEDEP}] + >=dev-python/python-bibtex-1.2.5[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + app-text/yelp-tools + >=sys-devel/gettext-0.19.8 +" + +# Tests broken for a long time, they rely on non-standard PATH for python +# modules, bug #678444 +RESTRICT="test" + +src_prepare() { + # Workaround for bug 487204. + sed -i \ + -e 's:\$(srcdir)/::g' \ + tests/Makefile.am || die "sed failed" + + # Install Python modules into site-packages directories. + find -name Makefile.am | xargs sed -i \ + -e "/^pybdir[[:space:]]*=[[:space:]]*/s:\$(datadir):$(python_get_sitedir):" || die "sed failed" + sed -i -e 's:prefix=:cd @datapyb@ \&\& prefix=:' scripts/pybscript.in + sed -i -e "s:\@datapyb@:$(python_get_sitedir)/${PN}:g" pybliographer.in scripts/pybscript.in || die + sed -i \ + -e "s:gladedir = \$(datadir):gladedir = $(python_get_sitedir):" \ + Pyblio/GnomeUI/glade/Makefile.am || die "sed failed" + + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure \ + --disable-depchecks +} + +src_install() { + gnome2_src_install + python_fix_shebang "${D}" + dodir /usr/share/${PN} + mv "${ED}/$(python_get_sitedir)/${PN}/pixmaps" "${ED}"/usr/share/${PN} || die +}
[gentoo-commits] repo/gentoo:master commit in: app-office/pybliographer/
commit: dfb394b39bae951c5b2508ece2493f3e21f2b21c Author: Pacho Ramos gentoo org> AuthorDate: Tue Apr 2 21:21:17 2019 + Commit: Pacho Ramos gentoo org> CommitDate: Tue Apr 2 21:21:34 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb394b3 app-office/pybliographer: Drop old Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> .../pybliographer/pybliographer-1.4.0.ebuild | 62 -- 1 file changed, 62 deletions(-) diff --git a/app-office/pybliographer/pybliographer-1.4.0.ebuild b/app-office/pybliographer/pybliographer-1.4.0.ebuild deleted file mode 100644 index 7d98069e9ff..000 --- a/app-office/pybliographer/pybliographer-1.4.0.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 -GNOME2_EAUTORECONF="yes" -PYTHON_COMPAT=( python2_7 ) - -inherit gnome2 python-single-r1 - -DESCRIPTION="Pybliographer is a tool for working with bibliographic databases" -HOMEPAGE="https://pybliographer.org"; - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - >=app-text/recode-3.6-r1 - app-text/rarian - dev-libs/glib:2 - dev-python/pygobject:2[${PYTHON_USEDEP}] - >=dev-python/pygtk-2.24.0:2[${PYTHON_USEDEP}] - >=dev-python/python-bibtex-1.2.5[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - app-text/yelp-tools - >=sys-devel/gettext-0.19.8 -" - -# Tests broken for a long time, they rely on non-standard PATH for python -# modules, bug #678444 -RESTRICT="test" - -src_prepare() { - # Workaround for bug 487204. - sed -i \ - -e 's:\$(srcdir)/::g' \ - tests/Makefile.am || die "sed failed" - - # Install Python modules into site-packages directories. - find -name Makefile.am | xargs sed -i \ - -e "/^pybdir[[:space:]]*=[[:space:]]*/s:\$(datadir):$(python_get_sitedir):" || die "sed failed" - sed -i -e "s:\@datapyb@:$(python_get_sitedir)/${PN}:" pybliographer.in || die - sed -i \ - -e "s:gladedir = \$(datadir):gladedir = $(python_get_sitedir):" \ - Pyblio/GnomeUI/glade/Makefile.am || die "sed failed" - - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --disable-depchecks -} - -src_install() { - gnome2_src_install - python_fix_shebang "${D}" -}
[gentoo-commits] repo/gentoo:master commit in: x11-themes/fedora-backgrounds/
commit: d5559f36eeef8af08710e04db3ad007942fd6c9a Author: Pacho Ramos gentoo org> AuthorDate: Tue Apr 2 20:09:25 2019 + Commit: Pacho Ramos gentoo org> CommitDate: Tue Apr 2 21:21:31 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5559f36 x11-themes/fedora-backgrounds: Stabilize Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> x11-themes/fedora-backgrounds/fedora-backgrounds-27.0.1.ebuild | 2 +- x11-themes/fedora-backgrounds/fedora-backgrounds-28.1.5.ebuild | 2 +- x11-themes/fedora-backgrounds/fedora-backgrounds-29.1.3.ebuild | 2 +- x11-themes/fedora-backgrounds/fedora-backgrounds-30.0.0.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-27.0.1.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-27.0.1.ebuild index 42ef745e409..a77dd6e3851 100644 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-27.0.1.ebuild +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-27.0.1.ebuild @@ -11,7 +11,7 @@ MY_P="${MY_PN}-${PV}" SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz"; LICENSE="CC-BY-SA-4.0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" SLOT="$(ver_cut 1)" diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-28.1.5.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-28.1.5.ebuild index 42ef745e409..a77dd6e3851 100644 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-28.1.5.ebuild +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-28.1.5.ebuild @@ -11,7 +11,7 @@ MY_P="${MY_PN}-${PV}" SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz"; LICENSE="CC-BY-SA-4.0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" SLOT="$(ver_cut 1)" diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-29.1.3.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-29.1.3.ebuild index 42ef745e409..a77dd6e3851 100644 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-29.1.3.ebuild +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-29.1.3.ebuild @@ -11,7 +11,7 @@ MY_P="${MY_PN}-${PV}" SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz"; LICENSE="CC-BY-SA-4.0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" SLOT="$(ver_cut 1)" diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-30.0.0.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-30.0.0.ebuild index 42ef745e409..a77dd6e3851 100644 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-30.0.0.ebuild +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-30.0.0.ebuild @@ -11,7 +11,7 @@ MY_P="${MY_PN}-${PV}" SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz"; LICENSE="CC-BY-SA-4.0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" SLOT="$(ver_cut 1)"
[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plymouth-kcm/, kde-plasma/breeze-plymouth/, ...
commit: 55391d594cbb90254c591743415442484c3b0d02 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 2 18:21:46 2019 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 2 21:05:24 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55391d59 kde-plasma: Add KDE Plasma 5.15.4 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/bluedevil/Manifest | 1 + kde-plasma/bluedevil/bluedevil-5.15.4.ebuild | 34 kde-plasma/breeze-grub/Manifest| 1 + kde-plasma/breeze-grub/breeze-grub-5.15.4.ebuild | 22 +++ kde-plasma/breeze-gtk/Manifest | 1 + kde-plasma/breeze-gtk/breeze-gtk-5.15.4.ebuild | 28 kde-plasma/breeze-plymouth/Manifest| 1 + .../breeze-plymouth/breeze-plymouth-5.15.4.ebuild | 25 +++ kde-plasma/breeze/Manifest | 1 + kde-plasma/breeze/breeze-5.15.4.1.ebuild | 49 ++ kde-plasma/discover/Manifest | 1 + kde-plasma/discover/discover-5.15.4.ebuild | 61 kde-plasma/drkonqi/Manifest| 1 + kde-plasma/drkonqi/drkonqi-5.15.4.ebuild | 55 +++ kde-plasma/kactivitymanagerd/Manifest | 1 + .../kactivitymanagerd-5.15.4.ebuild| 34 kde-plasma/kde-cli-tools/Manifest | 1 + .../kde-cli-tools/kde-cli-tools-5.15.4.ebuild | 63 kde-plasma/kde-gtk-config/Manifest | 1 + .../kde-gtk-config/kde-gtk-config-5.15.4.ebuild| 52 +++ kde-plasma/kdecoration/Manifest| 1 + kde-plasma/kdecoration/kdecoration-5.15.4.ebuild | 19 +++ kde-plasma/kdeplasma-addons/Manifest | 1 + .../kdeplasma-addons-5.15.4.ebuild | 57 +++ kde-plasma/kgamma/Manifest | 1 + kde-plasma/kgamma/kgamma-5.15.4.ebuild | 26 kde-plasma/khotkeys/Manifest | 1 + kde-plasma/khotkeys/khotkeys-5.15.4.ebuild | 44 ++ kde-plasma/kinfocenter/Manifest| 1 + kde-plasma/kinfocenter/kinfocenter-5.15.4.ebuild | 99 kde-plasma/kmenuedit/Manifest | 1 + kde-plasma/kmenuedit/kmenuedit-5.15.4.ebuild | 44 ++ kde-plasma/kscreen/Manifest| 1 + kde-plasma/kscreen/kscreen-5.15.4.ebuild | 39 + kde-plasma/kscreenlocker/Manifest | 1 + .../kscreenlocker/kscreenlocker-5.15.4.ebuild | 94 +++ kde-plasma/ksshaskpass/Manifest| 1 + kde-plasma/ksshaskpass/ksshaskpass-5.15.4.ebuild | 46 ++ kde-plasma/ksysguard/Manifest | 1 + kde-plasma/ksysguard/ksysguard-5.15.4.ebuild | 45 ++ kde-plasma/kwallet-pam/Manifest| 1 + kde-plasma/kwallet-pam/kwallet-pam-5.15.4.ebuild | 33 kde-plasma/kwayland-integration/Manifest | 1 + .../kwayland-integration-5.15.4.ebuild | 25 +++ kde-plasma/kwin/Manifest | 1 + kde-plasma/kwin/kwin-5.15.4.ebuild | 104 + kde-plasma/kwrited/Manifest| 1 + kde-plasma/kwrited/kwrited-5.15.4.ebuild | 21 +++ kde-plasma/libkscreen/Manifest | 1 + kde-plasma/libkscreen/libkscreen-5.15.4.ebuild | 26 kde-plasma/libksysguard/Manifest | 1 + kde-plasma/libksysguard/libksysguard-5.15.4.ebuild | 50 ++ kde-plasma/libkworkspace/Manifest | 1 + .../libkworkspace/libkworkspace-5.15.4.ebuild | 54 +++ kde-plasma/milou/Manifest | 1 + kde-plasma/milou/milou-5.15.4.ebuild | 28 kde-plasma/oxygen/Manifest | 1 + kde-plasma/oxygen/oxygen-5.15.4.ebuild | 45 ++ kde-plasma/plasma-browser-integration/Manifest | 1 + .../plasma-browser-integration-5.15.4.ebuild | 36 + kde-plasma/plasma-desktop/Manifest | 1 + .../plasma-desktop/plasma-desktop-5.15.4.ebuild| 141 + kde-plasma/plasma-integration/Manifest | 1 + .../plasma-integration-5.15.4.ebuild | 43 ++ kde-plasma/plasma-meta/plasma-meta-5.15.4.ebuild | 109 + kde-plasma/plasma-nm/Manifest | 1 + kde-plasma/plasma-nm/plasma-nm-5.15.4.ebuild | 74 + kde-plasma/plasma-pa/Manifest | 1 + kde-plasma/plasma-pa/plasma-pa-5.15.4.ebuild | 33 kde-plasma/plasma-sdk/Manifest | 1 + kde-plasma/plasma-sdk/plasma-sdk-5.15.4.ebuild | 38 + kde-plasma/plasma-vault/Manifest | 1 + kde-plasma/plasma-vault/plasma-vault-5.15.4.
[gentoo-commits] repo/gentoo:master commit in: dev-python/pillow/
commit: b22b637c692189184084035efdf7ba6fe6297b6c Author: Virgil Dupras gentoo org> AuthorDate: Tue Apr 2 20:50:02 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Tue Apr 2 20:50:02 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22b637c dev-python/pillow: bump to 6.0.0 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/pillow/Manifest| 1 + dev-python/pillow/pillow-6.0.0.ebuild | 105 ++ 2 files changed, 106 insertions(+) diff --git a/dev-python/pillow/Manifest b/dev-python/pillow/Manifest index 2fdd8f21542..8ba4bd6a56c 100644 --- a/dev-python/pillow/Manifest +++ b/dev-python/pillow/Manifest @@ -1,3 +1,4 @@ DIST Pillow-3.4.2.zip 11042238 BLAKE2B 334af6eeadb3203b51572eca6ad9c196f3eeac14da0f1aedc351db692b33d413fdf5bc5c8564d2f53c324d9485dbdbda664b75a570b779e24f238c21829b4a39 SHA512 5e05206db5bc1b4177384f7e91ee79015c6e1bbdc7c31c997da054391b9b5ec7c1ebdec258a33f598986533894f3324b03d0b4b385b94e72a0517a3437553b39 DIST Pillow-5.2.0.tar.gz 14499068 BLAKE2B 7111eb8e2911cc197b66bbc06a13459484e2c4a1f5037e4bcf702ea350763b2b758cbeef9749aeb29f1ab64d33081131f7e46a3fbb33fee48e70660f8f75eddb SHA512 2f19512d0573bd4696a5b4d54ff21473492f92705d33bd0994ccd085028d209bfb0031e2b95947c1e8fc9d0b0956cdf1f705c1fbaff39390791cac1708bff22c DIST pillow-5.4.1.tar.gz 15799745 BLAKE2B d9e3851a80a1f94d7292852b9ab806d9a26870795f499bb109a440e64c07112055a4cd382688b977f3c3ae76ed3d6fd38460afff594f964338afa668d288e4de SHA512 20b75ab50df7e9545c76d66ad585922d1f86fbcf8df9d2566882ab8929c3122573b9ec622766523ec46f5e7a98740cc78ff192e3e8f08ab0b77a7f2b033a7f62 +DIST pillow-6.0.0.tar.gz 29205509 BLAKE2B 83e2d1abeea468b7bf344ea5003940b14d6c69649e02a954c0b3810fc5d77288c361fb40747171176d29843848d802b783a2b0c0de15476462f17f15552298fa SHA512 c5fbe1432d576fe4a70a15fa7a70a446ccbcb247fbd4c3605917fa26a6345eb9319c0153dba7637d521c358963f2f06f525219aa1af1502da2565d54dceef4c5 diff --git a/dev-python/pillow/pillow-6.0.0.ebuild b/dev-python/pillow/pillow-6.0.0.ebuild new file mode 100644 index 000..b987fe75792 --- /dev/null +++ b/dev-python/pillow/pillow-6.0.0.ebuild @@ -0,0 +1,105 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy ) +PYTHON_REQ_USE='tk?,threads(+)' + +inherit distutils-r1 toolchain-funcs virtualx + +MY_PN=Pillow +MY_P=${MY_PN}-${PV} + +DESCRIPTION="Python Imaging Library (fork)" +HOMEPAGE="https://python-pillow.org/"; +SRC_URI="https://github.com/python-pillow/Pillow/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="HPND" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="doc examples imagequant jpeg jpeg2k lcms test tiff tk truetype webp zlib" + +REQUIRED_USE="test? ( jpeg tiff )" + +RDEPEND=" + dev-python/olefile[${PYTHON_USEDEP}] + imagequant? ( media-gfx/libimagequant:0 ) + jpeg? ( virtual/jpeg:0 ) + jpeg2k? ( media-libs/openjpeg:2= ) + lcms? ( media-libs/lcms:2= ) + tiff? ( media-libs/tiff:0=[jpeg,zlib] ) + truetype? ( media-libs/freetype:2= ) + webp? ( media-libs/libwebp:0= ) + zlib? ( sys-libs/zlib:0= )" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] + ) + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + media-gfx/imagemagick[png] + ) +" + +S="${WORKDIR}/${MY_P}" + +PATCHES=( + "${FILESDIR}"/${PN}-5.4.1-{pkg-config,toolchain-paths}.patch +) + +python_configure_all() { + # It's important that these flags are also passed during the install phase + # as well. Make sure of that if you change the lines below. See bug 661308. + mydistutilsargs=( + build_ext + --disable-platform-guessing + $(use_enable truetype freetype) + $(use_enable jpeg) + $(use_enable jpeg2k jpeg2000) + $(use_enable lcms) + $(use_enable tiff) + $(use_enable imagequant) + $(use_enable webp) + $(use_enable webp webpmux) + $(use_enable zlib) + ) + + # setup.py sucks at adding the right toolchain paths but it does + # accept additional ones from INCLUDE and LIB so set these. You + # wouldn't normally need these at all as the toolchain should look + # here anyway but this setup.py does stupid things. + export \ + INCLUDE=${ESYSROOT}/usr/include \ + LIB=${ESYSROOT}/usr/$(get_libdir) + + # We have patched in this env var. + tc-export PKG_CONFIG +} + +python_compile_all() { + use doc && emake -C docs html +} + +python_test() { + "${PYTHON}"
[gentoo-commits] repo/gentoo:master commit in: dev-python/pillow/
commit: b8447e6db4b4f43598cf8aa6855157b7596f0114 Author: Virgil Dupras gentoo org> AuthorDate: Tue Apr 2 18:54:02 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Tue Apr 2 20:47:31 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8447e6d dev-python/pillow: remove old Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/pillow/Manifest| 1 - dev-python/pillow/pillow-5.3.0.ebuild | 94 --- 2 files changed, 95 deletions(-) diff --git a/dev-python/pillow/Manifest b/dev-python/pillow/Manifest index 76ee133fcf4..2fdd8f21542 100644 --- a/dev-python/pillow/Manifest +++ b/dev-python/pillow/Manifest @@ -1,4 +1,3 @@ DIST Pillow-3.4.2.zip 11042238 BLAKE2B 334af6eeadb3203b51572eca6ad9c196f3eeac14da0f1aedc351db692b33d413fdf5bc5c8564d2f53c324d9485dbdbda664b75a570b779e24f238c21829b4a39 SHA512 5e05206db5bc1b4177384f7e91ee79015c6e1bbdc7c31c997da054391b9b5ec7c1ebdec258a33f598986533894f3324b03d0b4b385b94e72a0517a3437553b39 DIST Pillow-5.2.0.tar.gz 14499068 BLAKE2B 7111eb8e2911cc197b66bbc06a13459484e2c4a1f5037e4bcf702ea350763b2b758cbeef9749aeb29f1ab64d33081131f7e46a3fbb33fee48e70660f8f75eddb SHA512 2f19512d0573bd4696a5b4d54ff21473492f92705d33bd0994ccd085028d209bfb0031e2b95947c1e8fc9d0b0956cdf1f705c1fbaff39390791cac1708bff22c -DIST Pillow-5.3.0.tar.gz 15553718 BLAKE2B df93d136fb5a5ea3021a757edea5dfa7b3fc1f7a71b0f64f1d1d11b95a5dafffad98d3f7b28d5e7c07b1c93d154c9c73a688f37771587c91fb7bfb6956079375 SHA512 0596207069a87a645f7694b19ea5100d753dbb7553148fa5982b073e4e1163b5bd83ddf8b1c783a90a0b718576f08d3f15352f2742d46a425cf639de2409c4ab DIST pillow-5.4.1.tar.gz 15799745 BLAKE2B d9e3851a80a1f94d7292852b9ab806d9a26870795f499bb109a440e64c07112055a4cd382688b977f3c3ae76ed3d6fd38460afff594f964338afa668d288e4de SHA512 20b75ab50df7e9545c76d66ad585922d1f86fbcf8df9d2566882ab8929c3122573b9ec622766523ec46f5e7a98740cc78ff192e3e8f08ab0b77a7f2b033a7f62 diff --git a/dev-python/pillow/pillow-5.3.0.ebuild b/dev-python/pillow/pillow-5.3.0.ebuild deleted file mode 100644 index 13d76f2458f..000 --- a/dev-python/pillow/pillow-5.3.0.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy ) -PYTHON_REQ_USE='tk?,threads(+)' - -inherit distutils-r1 virtualx - -MY_PN=Pillow -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Python Imaging Library (fork)" -HOMEPAGE="https://python-pillow.org/"; -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="HPND" -SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="doc examples imagequant jpeg jpeg2k lcms test tiff tk truetype webp zlib" - -REQUIRED_USE="test? ( jpeg tiff )" - -RDEPEND=" - dev-python/olefile[${PYTHON_USEDEP}] - imagequant? ( media-gfx/libimagequant:0 ) - jpeg? ( virtual/jpeg:0 ) - jpeg2k? ( media-libs/openjpeg:2= ) - lcms? ( media-libs/lcms:2= ) - tiff? ( media-libs/tiff:0=[jpeg,zlib] ) - truetype? ( media-libs/freetype:2= ) - webp? ( media-libs/libwebp:0= ) - zlib? ( sys-libs/zlib:0= )" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( - dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] - ) - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - media-gfx/imagemagick[png] - ) -" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( - "${FILESDIR}/${PN}-5.2.0-fix-lib-paths.patch" -) - -python_configure_all() { - # It's important that these flags are also passed during the install phase - # as well. Make sure of that if you change the lines below. See bug 661308. - mydistutilsargs=( - build_ext - --disable-platform-guessing - $(use_enable truetype freetype) - $(use_enable jpeg) - $(use_enable jpeg2k jpeg2000) - $(use_enable lcms) - $(use_enable tiff) - $(use_enable imagequant) - $(use_enable webp) - $(use_enable webp webpmux) - $(use_enable zlib) - ) -} - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - "${PYTHON}" selftest.py --installed || die "selftest failed with ${EPYTHON}" - # no:relaxed: pytest-relaxed plugin make our tests fail. deactivate if installed - virtx pytest -vv -p no:relaxed -} - -python_install() { - python_doheader src/libImaging/*.h - distutils-r1_python_install -} - -python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/. ) - if use examples ; then - docinto example - dodoc docs/example/* - docompress -x /usr/share/doc/${PF}/examp
[gentoo-commits] repo/gentoo:master commit in: dev-python/sip/
commit: 2c50b577f137f63ab515339401b40acfacf082da Author: Davide Pesavento gentoo org> AuthorDate: Tue Apr 2 19:56:56 2019 + Commit: Davide Pesavento gentoo org> CommitDate: Tue Apr 2 19:56:56 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c50b577 dev-python/sip: drop python3_4, use new canonical SRC_URI Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Davide Pesavento gentoo.org> dev-python/sip/sip-4.19.13.ebuild | 6 +++--- dev-python/sip/sip-4.19.15.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/sip/sip-4.19.13.ebuild b/dev-python/sip/sip-4.19.13.ebuild index 62c11778a16..b51ae723fcf 100644 --- a/dev-python/sip/sip-4.19.13.ebuild +++ b/dev-python/sip/sip-4.19.13.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit python-r1 toolchain-funcs @@ -18,7 +18,7 @@ elif [[ ${PV} == *_pre* ]]; then SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"; S=${WORKDIR}/${MY_P} else - SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz" + SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${PN}/${PV}/${P}.tar.gz"; fi # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h diff --git a/dev-python/sip/sip-4.19.15.ebuild b/dev-python/sip/sip-4.19.15.ebuild index e694b38a121..cf5df2baf39 100644 --- a/dev-python/sip/sip-4.19.15.ebuild +++ b/dev-python/sip/sip-4.19.15.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit python-r1 toolchain-funcs DESCRIPTION="Python extension module generator for C and C++ libraries" @@ -13,7 +13,7 @@ MY_P=sip-${PV/_pre/.dev} if [[ ${PV} == *_pre* ]]; then SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"; else - SRC_URI="https://www.riverbankcomputing.com/static/Downloads/sip/${MY_P}.tar.gz"; + SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${PN}/${PV}/${MY_P}.tar.gz"; fi # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h
[gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt5/
commit: 47a4081c1af00f8842dcf6f15962a5cbb91d65e9 Author: Davide Pesavento gentoo org> AuthorDate: Tue Apr 2 19:46:36 2019 + Commit: Davide Pesavento gentoo org> CommitDate: Tue Apr 2 19:46:36 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a4081c dev-python/PyQt5: drop 5.12_pre snapshot Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Davide Pesavento gentoo.org> dev-python/PyQt5/Manifest| 1 - dev-python/PyQt5/PyQt5-5.12_pre1812231618.ebuild | 196 --- 2 files changed, 197 deletions(-) diff --git a/dev-python/PyQt5/Manifest b/dev-python/PyQt5/Manifest index 3bac4297938..8acba5a4f93 100644 --- a/dev-python/PyQt5/Manifest +++ b/dev-python/PyQt5/Manifest @@ -1,4 +1,3 @@ DIST PyQt5_gpl-5.10.1.tar.gz 3110469 BLAKE2B 75e24bd8c0739d47eff6212435aa783eaa302633beb0494f099edc3f8f99600cd03dc3cba5152ed7ae703cfe445ecae06ec5d2281dd7c0640c71db041659bd6f SHA512 04cd0292f7a088f9c0d088d7c73ec96cfc40253f771dfdf194eb92be7635e6fcaf04863fa24215e9c34a096658549bb2feeb8d8fdca1e39ed87f0256ef0f790b DIST PyQt5_gpl-5.12.1.tar.gz 3147086 BLAKE2B d5a018f1fca401b9f70dd16e2a28ea380c8a83f5e18dc8577e317dae5904a7b95f8fe979bf7f574f95e71222c514565fbf051b1de87f97cd2ab70c09d04e86ac SHA512 f8c440bd5e804b9f5fcabbdf1290cee3176f3d676d150c705b64136d2116ccd7b09233672674fe97a4aa521974c9355d44daf7a244b6cda7fa55757332c08e67 -DIST PyQt5_gpl-5.12.dev1812231618.tar.gz 3120289 BLAKE2B 2d48eaa39090ed60f971b84c96d148fba05c58fe15196f9a99c7a6c8302f364623dd0e1f0cc16d6fb527606cabf6cb072316319252b65f44c9652c1d95ca9fa6 SHA512 6a95fb02fe1eea3e7fb9a03da457a036f92f5404074e7234eeb52e5941bd247343e3d34d4054dc5a604b380fc2a227f7fe5ae250fcd4449da4a3fe856ab8eba3 DIST PyQt5_gpl-5.9.2.tar.gz 3102848 BLAKE2B b87f25693aa2b2029f89cf13665bf88f14de8827d43ba757344ab9bdef0b0c197abb8386308c72925da263cabb6efd3f104db8a350c51fca3fba8c7c06b6 SHA512 5af2e65addaed7dd02d8dbf7a7c63767e565fc8edeb7b51e5991a00cda29f75b666529097646e821aaff556f350a929fd451f548bba76e97355b7fe10bd913bc diff --git a/dev-python/PyQt5/PyQt5-5.12_pre1812231618.ebuild b/dev-python/PyQt5/PyQt5-5.12_pre1812231618.ebuild deleted file mode 100644 index c4cd1a3276d..000 --- a/dev-python/PyQt5/PyQt5-5.12_pre1812231618.ebuild +++ /dev/null @@ -1,196 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) -inherit multibuild python-r1 qmake-utils - -DESCRIPTION="Python bindings for the Qt framework" -HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt/intro"; - -MY_P=${PN}_gpl-${PV/_pre/.dev} -if [[ ${PV} == *_pre* ]]; then - SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"; -else - SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz" -fi - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" - -# TODO: QtNfc, QtRemoteObjects (Qt >= 5.12) -IUSE="bluetooth dbus debug declarative designer examples gles2 gui help location - multimedia network networkauth opengl positioning printsupport sensors - serialport sql svg testlib webchannel webkit websockets widgets x11extras - xmlpatterns" - -# The requirements below were extracted from configure.py -# and from the output of 'grep -r "%Import " "${S}"/sip' -REQUIRED_USE=" - ${PYTHON_REQUIRED_USE} - bluetooth? ( gui ) - declarative? ( gui network ) - designer? ( widgets ) - help? ( gui widgets ) - location? ( positioning ) - multimedia? ( gui network ) - networkauth? ( network ) - opengl? ( gui widgets ) - positioning? ( gui ) - printsupport? ( gui widgets ) - sensors? ( gui ) - serialport? ( gui ) - sql? ( widgets ) - svg? ( gui widgets ) - testlib? ( widgets ) - webchannel? ( network ) - webkit? ( gui network printsupport widgets ) - websockets? ( network ) - widgets? ( gui ) - xmlpatterns? ( network ) -" - -# Minimal supported version of Qt. -QT_PV="5.10:5" - -RDEPEND=" - ${PYTHON_DEPS} - >=dev-python/PyQt5-sip-4.19.14_pre:=[${PYTHON_USEDEP}] - >=dev-qt/qtcore-${QT_PV} - >=dev-qt/qtxml-${QT_PV} - virtual/python-enum34[${PYTHON_USEDEP}] - bluetooth? ( >=dev-qt/qtbluetooth-${QT_PV} ) - dbus? ( - dev-python/dbus-python[${PYTHON_USEDEP}] - >=dev-qt/qtdbus-${QT_PV} - ) - declarative? ( >=dev-qt/qtdeclarative-${QT_PV}[widgets?] ) - designer? ( >=dev-qt/designer-${QT_PV} ) - gui? ( >=dev-qt/qtgui-${QT_PV}[gles2=] ) - help? ( >=dev-qt/qthelp-${QT_PV} ) - location? ( >=dev-qt/qtlocation-${QT_PV} ) - multimedia? ( >=dev-qt/qtmultimedia-${QT_PV}[widgets?] ) - network? ( >=dev-qt/qtnetwork-${QT_PV} ) - networkauth? ( >=dev-qt/qtnetworkauth-${QT_PV} ) - opengl? ( >=dev-qt/qtopengl-${QT_PV} ) - positioning? ( >=dev
[gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt5-sip/
commit: d1089e1abd5503b3b793037eff867a924b6d2d09 Author: Davide Pesavento gentoo org> AuthorDate: Tue Apr 2 19:48:29 2019 + Commit: Davide Pesavento gentoo org> CommitDate: Tue Apr 2 19:48:29 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1089e1a dev-python/PyQt5-sip: drop 4.19.14 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Davide Pesavento gentoo.org> dev-python/PyQt5-sip/Manifest | 1 - dev-python/PyQt5-sip/PyQt5-sip-4.19.14.ebuild | 91 --- 2 files changed, 92 deletions(-) diff --git a/dev-python/PyQt5-sip/Manifest b/dev-python/PyQt5-sip/Manifest index e1c4da98063..ad60dd2d680 100644 --- a/dev-python/PyQt5-sip/Manifest +++ b/dev-python/PyQt5-sip/Manifest @@ -1,2 +1 @@ -DIST sip-4.19.14.tar.gz 1049688 BLAKE2B 8e68910f533d0f58bef1f20ec58579ce0166efaee2caef1c64d4e9878b0887040d9284a9fa5ee48d7a4f0949866d0b988b0d962303f0ace03a4ad48bd08eec5d SHA512 afde261331f38eac863d8cea0e343649f460f0b9a603d7fe91f14583904ea4b488bbd88d20fad5c985c43c6c1683fffee38676d94831ac8f2de40d9ed4d0423e DIST sip-4.19.15.tar.gz 1053921 BLAKE2B afe0f1c2faf839305d21da05a667e649c37ab42c95df86d237bbd8f39a6b8bb7224da547467311bf82a85ce8f0fafd8bb6dd7cbf6050f2b157773339438d6277 SHA512 9518a5e90d54758b13dd8752669d4deb175cea8d8cdf810deaf554cd157d32ab7e394d23c774993fac3b7c02d56445b80962457d59f5cda543917a0251816422 diff --git a/dev-python/PyQt5-sip/PyQt5-sip-4.19.14.ebuild b/dev-python/PyQt5-sip/PyQt5-sip-4.19.14.ebuild deleted file mode 100644 index 0f179c01f2e..000 --- a/dev-python/PyQt5-sip/PyQt5-sip-4.19.14.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) -inherit python-r1 toolchain-funcs - -DESCRIPTION="Private sip module for PyQt5" -HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro"; - -MY_P=sip-${PV/_pre/.dev} -if [[ ${PV} == *_pre* ]]; then - SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"; -else - SRC_URI="https://www.riverbankcomputing.com/static/Downloads/sip/${MY_P}.tar.gz"; -fi - -# Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h -SLOT="0/12" -LICENSE="|| ( GPL-2 GPL-3 SIP )" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -IUSE="" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - # Sub-slot sanity check - local sub_slot=${SLOT#*/} - local sip_api_major_nr=$(sed -nre 's:^#define SIP_API_MAJOR_NR\s+([0-9]+):\1:p' siplib/sip.h || die) - if [[ ${sub_slot} != ${sip_api_major_nr} ]]; then - eerror - eerror "Ebuild sub-slot (${sub_slot}) does not match SIP_API_MAJOR_NR (${sip_api_major_nr})" - eerror "Please update SLOT variable as follows:" - eerror "SLOT=\"${SLOT%%/*}/${sip_api_major_nr}\"" - eerror - die "sub-slot sanity check failed" - fi - - default -} - -src_configure() { - configuration() { - if ! python_is_python3; then - local CFLAGS="${CFLAGS} -fno-strict-aliasing" - fi - - local myconf=( - "${PYTHON}" - "${S}"/configure.py - --sip-module PyQt5.sip - --sysroot="${ESYSROOT}/usr" - --no-tools - AR="$(tc-getAR) cqs" - CC="$(tc-getCC)" - CFLAGS="${CFLAGS}" - CFLAGS_RELEASE= - CXX="$(tc-getCXX)" - CXXFLAGS="${CXXFLAGS}" - CXXFLAGS_RELEASE= - LINK="$(tc-getCXX)" - LINK_SHLIB="$(tc-getCXX)" - LFLAGS="${LDFLAGS}" - LFLAGS_RELEASE= - RANLIB= - STRIP= - ) - echo "${myconf[@]}" - "${myconf[@]}" || die - } - python_foreach_impl run_in_build_dir configuration -} - -src_compile() { - python_foreach_impl run_in_build_dir default -} - -src_install() { - installation() { - emake DESTDIR="${D}" install - } - python_foreach_impl run_in_build_dir installation - - einstalldocs -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sip/
commit: 482c80e1aff5bb54997398e52dedf5610c204c8d Author: Davide Pesavento gentoo org> AuthorDate: Tue Apr 2 19:44:32 2019 + Commit: Davide Pesavento gentoo org> CommitDate: Tue Apr 2 19:44:32 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482c80e1 dev-python/sip: drop 4.19.14 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Davide Pesavento gentoo.org> dev-python/sip/Manifest | 1 - dev-python/sip/sip-4.19.14.ebuild | 97 --- 2 files changed, 98 deletions(-) diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest index c7326de3441..efd7618cdf2 100644 --- a/dev-python/sip/Manifest +++ b/dev-python/sip/Manifest @@ -1,3 +1,2 @@ DIST sip-4.19.13.tar.gz 1038815 BLAKE2B 0b6f2941140a535cfdfb51db71cf9a55e5f65be85961e304496fded7781da42b0ab7d01045b8802468a3ce3b57e7f571851fc7713fd47a03c8344017982d6632 SHA512 eb456e1f7efa463f859047acc5301e19279e1627629d0bad3ac7a0a52b77575126bc3f2c64bb4278ae11d415c13d2731dfc8c816bba71307173d393a414aae98 -DIST sip-4.19.14.tar.gz 1049688 BLAKE2B 8e68910f533d0f58bef1f20ec58579ce0166efaee2caef1c64d4e9878b0887040d9284a9fa5ee48d7a4f0949866d0b988b0d962303f0ace03a4ad48bd08eec5d SHA512 afde261331f38eac863d8cea0e343649f460f0b9a603d7fe91f14583904ea4b488bbd88d20fad5c985c43c6c1683fffee38676d94831ac8f2de40d9ed4d0423e DIST sip-4.19.15.tar.gz 1053921 BLAKE2B afe0f1c2faf839305d21da05a667e649c37ab42c95df86d237bbd8f39a6b8bb7224da547467311bf82a85ce8f0fafd8bb6dd7cbf6050f2b157773339438d6277 SHA512 9518a5e90d54758b13dd8752669d4deb175cea8d8cdf810deaf554cd157d32ab7e394d23c774993fac3b7c02d56445b80962457d59f5cda543917a0251816422 diff --git a/dev-python/sip/sip-4.19.14.ebuild b/dev-python/sip/sip-4.19.14.ebuild deleted file mode 100644 index e694b38a121..000 --- a/dev-python/sip/sip-4.19.14.ebuild +++ /dev/null @@ -1,97 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) -inherit python-r1 toolchain-funcs - -DESCRIPTION="Python extension module generator for C and C++ libraries" -HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro"; - -MY_P=sip-${PV/_pre/.dev} -if [[ ${PV} == *_pre* ]]; then - SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"; -else - SRC_URI="https://www.riverbankcomputing.com/static/Downloads/sip/${MY_P}.tar.gz"; -fi - -# Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h -SLOT="0/12" -LICENSE="|| ( GPL-2 GPL-3 SIP )" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="doc" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -PATCHES=( "${FILESDIR}"/${PN}-4.18-darwin.patch ) - -src_prepare() { - # Sub-slot sanity check - local sub_slot=${SLOT#*/} - local sip_api_major_nr=$(sed -nre 's:^#define SIP_API_MAJOR_NR\s+([0-9]+):\1:p' siplib/sip.h || die) - if [[ ${sub_slot} != ${sip_api_major_nr} ]]; then - eerror - eerror "Ebuild sub-slot (${sub_slot}) does not match SIP_API_MAJOR_NR (${sip_api_major_nr})" - eerror "Please update SLOT variable as follows:" - eerror "SLOT=\"${SLOT%%/*}/${sip_api_major_nr}\"" - eerror - die "sub-slot sanity check failed" - fi - - default -} - -src_configure() { - configuration() { - if ! python_is_python3; then - local CFLAGS="${CFLAGS} -fno-strict-aliasing" - fi - - local incdir=$(python_get_includedir) - local myconf=( - "${PYTHON}" - "${S}"/configure.py - --sysroot="${ESYSROOT}/usr" - --bindir="${EPREFIX}/usr/bin" - --destdir="$(python_get_sitedir)" - --incdir="${incdir#${SYSROOT}}" - AR="$(tc-getAR) cqs" - CC="$(tc-getCC)" - CFLAGS="${CFLAGS}" - CFLAGS_RELEASE= - CXX="$(tc-getCXX)" - CXXFLAGS="${CXXFLAGS}" - CXXFLAGS_RELEASE= - LINK="$(tc-getCXX)" - LINK_SHLIB="$(tc-getCXX)" - LFLAGS="${LDFLAGS}" - LFLAGS_RELEASE= - RANLIB= - STRIP= - ) - echo "${myconf[@]}" - "${myconf[@]}" || die - } - python_foreach_impl run_in_build_dir configuration -} - -src_compile() { - python_foreach_impl run_in_build_dir default -} - -src_install() { - installation() { - emake DESTDIR="${D}" install - python_optimize -
[gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/
commit: 8f9d6b1babe3cb78d5fd4a55a4530014e93e4bdb Author: Sven Wegener gentoo org> AuthorDate: Tue Apr 2 19:33:50 2019 + Commit: Sven Wegener gentoo org> CommitDate: Tue Apr 2 19:33:50 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f9d6b1b net-dns/pdns-recursor: Stable on amd64/x86 Signed-off-by: Sven Wegener gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 net-dns/pdns-recursor/pdns-recursor-4.1.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/pdns-recursor/pdns-recursor-4.1.11.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.1.11.ebuild index c054da53cee..45a74d2b943 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.1.11.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.1.11.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="libressl luajit protobuf snmp sodium systemd" DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
[gentoo-commits] repo/gentoo:master commit in: media-libs/harfbuzz/
commit: 85f9302d25272b99b0dbb39d6694cd7a48486e08 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Apr 2 16:42:36 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Apr 2 19:20:49 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f9302d media-libs/harfbuzz: stable 2.3.1 for hppa, bug #680646 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> media-libs/harfbuzz/harfbuzz-2.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/harfbuzz/harfbuzz-2.3.1.ebuild b/media-libs/harfbuzz/harfbuzz-2.3.1.ebuild index 15738dacd3a..b4e7019fafc 100644 --- a/media-libs/harfbuzz/harfbuzz-2.3.1.ebuild +++ b/media-libs/harfbuzz/harfbuzz-2.3.1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} = ]] ; then inherit git-r3 autotools else SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.bz2"; - 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" fi LICENSE="Old-MIT ISC icu"
[gentoo-commits] repo/gentoo:master commit in: dev-libs/libebml/
commit: 3178db1444dc3617104ae45400dcba01899e921e Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Apr 2 15:52:22 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Apr 2 19:20:44 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3178db14 dev-libs/libebml: stable 1.3.6 for sparc, bug #681462 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/libebml/libebml-1.3.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libebml/libebml-1.3.6.ebuild b/dev-libs/libebml/libebml-1.3.6.ebuild index 010026014bc..3d3a4aab7d5 100644 --- a/dev-libs/libebml/libebml-1.3.6.ebuild +++ b/dev-libs/libebml/libebml-1.3.6.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz"; LICENSE="LGPL-2.1" SLOT="0/4" # subslot = soname major version -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" src_configure() {
[gentoo-commits] repo/gentoo:master commit in: net-libs/glib-networking/
commit: 5f20280ec93bc34fcd65f839a1d4e63e7dafb5f7 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Apr 2 16:40:04 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Apr 2 19:20:48 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f20280e net-libs/glib-networking: stable 2.58.0 for hppa, bug #677430 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> net-libs/glib-networking/glib-networking-2.58.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/glib-networking/glib-networking-2.58.0.ebuild b/net-libs/glib-networking/glib-networking-2.58.0.ebuild index 72d4ce6467d..99544bf7f56 100644 --- a/net-libs/glib-networking/glib-networking-2.58.0.ebuild +++ b/net-libs/glib-networking/glib-networking-2.58.0.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: sys-apps/dbus/
commit: d02a4d0d857b2c8ec96f52af1b4afa9bbda2ba97 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Apr 2 16:41:19 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Apr 2 19:20:49 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02a4d0d sys-apps/dbus: stable 1.12.12-r1 for hppa, bug #655068 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> sys-apps/dbus/dbus-1.12.12-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/dbus/dbus-1.12.12-r1.ebuild b/sys-apps/dbus/dbus-1.12.12-r1.ebuild index 05d5e0161a2..145518c608f 100644 --- a/sys-apps/dbus/dbus-1.12.12-r1.ebuild +++ b/sys-apps/dbus/dbus-1.12.12-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://dbus.freedesktop.org/releases/dbus/${P}.tar.gz"; LICENSE="|| ( AFL-2.1 GPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~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 ~m68k ~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="debug doc elogind selinux static-libs systemd test user-session X" REQUIRED_USE="?? ( elogind systemd )"
[gentoo-commits] repo/gentoo:master commit in: media-libs/libmatroska/
commit: d395773d15b64673452e26d5193e0fff2675568c Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Apr 2 15:53:25 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Apr 2 19:20:47 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d395773d media-libs/libmatroska: stable 1.4.9 for sparc, bug #681476 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> media-libs/libmatroska/libmatroska-1.4.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libmatroska/libmatroska-1.4.9.ebuild b/media-libs/libmatroska/libmatroska-1.4.9.ebuild index cfc51330999..f9c65467193 100644 --- a/media-libs/libmatroska/libmatroska-1.4.9.ebuild +++ b/media-libs/libmatroska/libmatroska-1.4.9.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz"; LICENSE="LGPL-2.1" SLOT="0/6" # subslot = soname major version -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux" IUSE="" RDEPEND=">=dev-libs/libebml-1.3.6:="
[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nrpe/
commit: 5a219b9586c465035894baea659825cb8396556c Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Apr 2 15:54:34 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Apr 2 19:20:47 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a219b95 net-analyzer/nrpe: stable 3.2.1-r1 for sparc, bug #662624 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> net-analyzer/nrpe/nrpe-3.2.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/nrpe/nrpe-3.2.1-r1.ebuild b/net-analyzer/nrpe/nrpe-3.2.1-r1.ebuild index af8c100f0f3..558209c7eff 100644 --- a/net-analyzer/nrpe/nrpe-3.2.1-r1.ebuild +++ b/net-analyzer/nrpe/nrpe-3.2.1-r1.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 @@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/releases/download/${P}/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc ~x86" IUSE="command-args libressl selinux ssl" DEPEND="sys-apps/tcp-wrappers
[gentoo-commits] repo/gentoo:master commit in: net-irc/irssi/
commit: 08f91f2d590ed36a5209aaae54b03e5a570a211e Author: Mikle Kolyada gentoo org> AuthorDate: Tue Apr 2 19:21:01 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Apr 2 19:21:12 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f91f2d net-irc/irssi: mark stable Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 net-irc/irssi/irssi-1.2.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/irssi/irssi-1.2.0-r2.ebuild b/net-irc/irssi/irssi-1.2.0-r2.ebuild index be0abf1747e..3fd4c383677 100644 --- a/net-irc/irssi/irssi-1.2.0-r2.ebuild +++ b/net-irc/irssi/irssi-1.2.0-r2.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${MY_P}.tar. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="otr +perl selinux socks5 +proxy libressl" COMMON_DEPEND="
[gentoo-commits] repo/gentoo:master commit in: x11-terms/rxvt-unicode/
commit: c5ff4bf41db8f1ec4e46d16921e4cfd8abdb0219 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Apr 2 15:55:53 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Apr 2 19:20:47 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ff4bf4 x11-terms/rxvt-unicode: stable 9.22-r1 for sparc, bug #601632 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild index 7757a64a964..e80f81aa460 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.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 @@ -10,7 +10,7 @@ SRC_URI="http://dist.schmorp.de/rxvt-unicode/Attic/${P}.tar.bz2"; LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" IUSE=" 256-color blink fading-colors +font-styles iso14755 +mousewheel +perl pixbuf startup-notification unicode3 xft
[gentoo-commits] repo/gentoo:master commit in: media-libs/gd/
commit: afb4e966e715106f6f562032e8b61fc8a9f127f2 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Apr 2 16:36:04 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Apr 2 19:20:48 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb4e966 media-libs/gd: stable 2.2.5-r2 for hppa, bug #679702 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> media-libs/gd/gd-2.2.5-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gd/gd-2.2.5-r2.ebuild b/media-libs/gd/gd-2.2.5-r2.ebuild index 00f3a5a6cf9..6ce506513bf 100644 --- a/media-libs/gd/gd-2.2.5-r2.ebuild +++ b/media-libs/gd/gd-2.2.5-r2.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/libgd/libgd/releases/download/${P}/lib${P}.tar.xz LICENSE="gd IJG HPND BSD" SLOT="2/3" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~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 ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~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 ~x64-solaris ~x86-solaris" IUSE="cpu_flags_x86_sse fontconfig jpeg png static-libs test tiff truetype webp xpm zlib" # fontconfig has prefixed font paths, details see bug #518970
[gentoo-commits] repo/gentoo:master commit in: app-text/t1utils/
commit: 029b4fa4307d5307dfe18b5f869ca4d9cf034848 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Apr 2 15:56:50 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Apr 2 19:20:48 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=029b4fa4 app-text/t1utils: stable 1.41-r2 for sparc, bug #678590 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich gentoo.org> app-text/t1utils/t1utils-1.41-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/t1utils/t1utils-1.41-r2.ebuild b/app-text/t1utils/t1utils-1.41-r2.ebuild index 8148e274d98..a07fa240ca8 100644 --- a/app-text/t1utils/t1utils-1.41-r2.ebuild +++ b/app-text/t1utils/t1utils-1.41-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit autotools DESCRIPTION="Type 1 Font utilities" SRC_URI="http://www.lcdf.org/type/${P}.tar.gz"; HOMEPAGE="http://www.lcdf.org/type/#t1utils"; -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" +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" SLOT="0" LICENSE="BSD" IUSE=""
[gentoo-commits] repo/gentoo:master commit in: dev-util/gdbus-codegen/
commit: b0dd7de4b202c918a5044db731b098268d985789 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Apr 2 18:06:17 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Apr 2 19:20:49 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0dd7de4 dev-util/gdbus-codegen: stable 2.58.3 for hppa, bug #677430 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/gdbus-codegen/gdbus-codegen-2.58.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.58.3.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.58.3.ebuild index 0bfd73df43e..b845598b729 100644 --- a/dev-util/gdbus-codegen/gdbus-codegen-2.58.3.ebuild +++ b/dev-util/gdbus-codegen/gdbus-codegen-2.58.3.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 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 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-util/glib-utils/
commit: 73eef93c962ae50590bbf800ed1b194012fddbb3 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Apr 2 16:38:12 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Apr 2 19:20:48 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73eef93c dev-util/glib-utils: stable 2.58.3 for hppa, bug #677430 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/glib-utils/glib-utils-2.58.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/glib-utils/glib-utils-2.58.3.ebuild b/dev-util/glib-utils/glib-utils-2.58.3.ebuild index 8ebfa278493..7492ad8b9c0 100644 --- a/dev-util/glib-utils/glib-utils-2.58.3.ebuild +++ b/dev-util/glib-utils/glib-utils-2.58.3.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 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 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: dev-libs/glib/
commit: c46546a3cf5f65c77acc464593598e0af35823d2 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Apr 2 18:05:16 2019 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Apr 2 19:20:49 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46546a3 dev-libs/glib: stable 2.58.3 for hppa, bug #677430 Signed-off-by: Rolf Eike Beer sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/glib/glib-2.58.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/glib/glib-2.58.3.ebuild b/dev-libs/glib/glib-2.58.3.ebuild index c4e35fc926d..7fc1ec87abe 100644 --- a/dev-libs/glib/glib-2.58.3.ebuild +++ b/dev-libs/glib/glib-2.58.3.ebuild @@ -21,7 +21,7 @@ LICENSE="LGPL-2.1+" SLOT="2" IUSE="dbus debug fam gtk-doc kernel_linux +mime selinux static-libs systemtap test utils xattr" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" # Added util-linux multilib dependency to have libmount support (which # is always turned on on linux systems, unless explicitly disabled, but
[gentoo-commits] repo/gentoo:master commit in: net-libs/libotr/
commit: 75b818eb9778f420f1048ce973a28492808f7a37 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Apr 2 19:18:55 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Apr 2 19:19:21 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75b818eb net-libs/libotr: alpha/arm/ia64 stable Needed by net-irc/irssi Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 net-libs/libotr/libotr-4.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libotr/libotr-4.1.1.ebuild b/net-libs/libotr/libotr-4.1.1.ebuild index cfa95fc7dec..79640ff065f 100644 --- a/net-libs/libotr/libotr-4.1.1.ebuild +++ b/net-libs/libotr/libotr-4.1.1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://otr.cypherpunks.ca/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND=">=dev-libs/libgcrypt-1.2:0
[gentoo-commits] repo/gentoo:master commit in: media-gfx/sxiv/files/, media-gfx/sxiv/
commit: 6c561663751de7275cc4e9dcb4650ef84fca99da Author: Tim Harder gentoo org> AuthorDate: Tue Apr 2 19:16:24 2019 + Commit: Tim Harder gentoo org> CommitDate: Tue Apr 2 19:16:24 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c561663 media-gfx/sxiv: don't try to rebuild sxiv during install phase Closes: https://bugs.gentoo.org/677684 Signed-off-by: Tim Harder gentoo.org> media-gfx/sxiv/files/sxiv-25-makefile.patch | 13 + media-gfx/sxiv/sxiv-25.ebuild | 2 ++ 2 files changed, 15 insertions(+) diff --git a/media-gfx/sxiv/files/sxiv-25-makefile.patch b/media-gfx/sxiv/files/sxiv-25-makefile.patch new file mode 100644 index 000..01a8ddf2c19 --- /dev/null +++ b/media-gfx/sxiv/files/sxiv-25-makefile.patch @@ -0,0 +1,13 @@ +Don't try to rebuild sxiv during install. + +--- sxiv-25/Makefile sxiv-25/Makefile +@@ -62,7 +62,7 @@ + clean: + rm -f *.o sxiv + +-install: all ++install: + @echo "INSTALL bin/sxiv" + mkdir -p $(DESTDIR)$(PREFIX)/bin + cp sxiv $(DESTDIR)$(PREFIX)/bin/ diff --git a/media-gfx/sxiv/sxiv-25.ebuild b/media-gfx/sxiv/sxiv-25.ebuild index 3b3917053a8..d1cdfacac94 100644 --- a/media-gfx/sxiv/sxiv-25.ebuild +++ b/media-gfx/sxiv/sxiv-25.ebuild @@ -29,6 +29,8 @@ RDEPEND=" " DEPEND="${RDEPEND}" +PATCHES=( "${FILESDIR}"/${P}-makefile.patch ) + src_prepare() { restore_config config.h default
[gentoo-commits] repo/gentoo:master commit in: media-libs/exiftool/
commit: 69ceb0f62dc35264cc0bcc0819f30d3de31360c7 Author: Tim Harder gentoo org> AuthorDate: Tue Apr 2 19:06:04 2019 + Commit: Tim Harder gentoo org> CommitDate: Tue Apr 2 19:06:04 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ceb0f6 media-libs/exiftool: version bump to 11.33 Signed-off-by: Tim Harder gentoo.org> media-libs/exiftool/Manifest | 1 + media-libs/exiftool/exiftool-11.33.ebuild | 25 + 2 files changed, 26 insertions(+) diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest index cc4ad741f39..08d45d6b61a 100644 --- a/media-libs/exiftool/Manifest +++ b/media-libs/exiftool/Manifest @@ -1,2 +1,3 @@ DIST Image-ExifTool-11.29.tar.gz 4503877 BLAKE2B 9afbb695edebb1be2c673abbdf32626482c81c847610840e82ca0cb1fa83d697aeb2635ad4b62a692f09ae1effb8f2261aa3968adc35d72e82f1261db393b48a SHA512 fa9a7d28ef09dcbc52e43e1f5b938fa857d4d2b949b47b36ea259bf010637852b3aa7fe8d51bbf5ab22adc6fb67f7858f38a08c2be143f0b0139960347688a3f DIST Image-ExifTool-11.32.tar.gz 4513430 BLAKE2B cae07a83ab5c46297ce0b4a12707450b9ded1a4e7edca08413e9671105a34d82ba7ee35eaf39ca64dfbd2b4607cd672b2399a325f8a3d3a76e18e348456fa550 SHA512 9dbb0d297292051171c28cf110976557f96df7079ea7ee38a722ed6ea9efbd758849ca77d9503c7d61964da5e48ab766c8cf58b3c5dfa96d499cbe6b5fb8 +DIST Image-ExifTool-11.33.tar.gz 4526448 BLAKE2B a286809cdfc10c4015ddca95666ea7ac294c1b4c04c36cc2895918406e2cfed005b5b194a7f2a9c66e6d8f3551553e86ccfbc22339a14b2f9b906038b5fe8a6f SHA512 96a3a2421e3849ae6a2e49b7099415c11c2f65db1a49bebaf8b0c7f4de285aff0d412fb4ac12fa3d7fb59939199fdd49d86be0e55c72cd8b2056803a16fe5eb9 diff --git a/media-libs/exiftool/exiftool-11.33.ebuild b/media-libs/exiftool/exiftool-11.33.ebuild new file mode 100644 index 000..f6bf1a90acd --- /dev/null +++ b/media-libs/exiftool/exiftool-11.33.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_NAME=Image-ExifTool +inherit perl-module + +DESCRIPTION="Read and write meta information in image, audio and video files" +HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}" +SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz"; + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos" +IUSE="doc" + +SRC_TEST="do" + +src_install() { + perl-module_src_install + use doc && dodoc -r html/ + + insinto /usr/share/${PN} + doins -r fmt_files config_files arg_files +}
[gentoo-commits] data/api:master commit in: files/overlays/
commit: 8377f78693a67a98ccf7cb0cd6b94bfd8537edea Author: Rage OxR463 <43783393+oxr463 users noreply github com> AuthorDate: Thu Jan 17 13:31:36 2019 + Commit: Michał Górny gentoo org> CommitDate: Tue Apr 2 19:17:30 2019 + URL:https://gitweb.gentoo.org/data/api.git/commit/?id=8377f786 repositories: update URLs for rage overlay Closes: https://github.com/gentoo/api-gentoo-org/pull/188 Signed-off-by: Michał Górny gentoo.org> files/overlays/repositories.xml | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 69171bf..4cbb5d0 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3775,14 +3775,14 @@ rage rage's personal overlay -https://gitlab.com/lramage94/overlay +https://gitlab.com/oxr463/overlay - ramage.lu...@openmailbox.org + ramage.lu...@protonmail.com Lucas Ramage -https://gitlab.com/lramage94/overlay.git -git+ssh://g...@gitlab.com/lramage94/overlay.git -https://gitlab.com/lramage94/overlay/commits/master.atom +https://gitlab.com/oxr463/overlay.git +git+ssh://g...@gitlab.com/oxr463/overlay.git +https://gitlab.com/oxr463/overlay/commits/master.atom raiagent
[gentoo-commits] repo/gentoo:master commit in: media-gfx/feh/
commit: 5ffc5546f074bf5e700c0c402cd3ecf261127974 Author: Tim Harder gentoo org> AuthorDate: Tue Apr 2 19:01:56 2019 + Commit: Tim Harder gentoo org> CommitDate: Tue Apr 2 19:03:50 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ffc5546 media-gfx/feh: stabilize 3.1.1 Closes: https://bugs.gentoo.org/677582 Signed-off-by: Tim Harder gentoo.org> media-gfx/feh/feh-3.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/feh/feh-3.1.1.ebuild b/media-gfx/feh/feh-3.1.1.ebuild index d988ac50698..9c2309b6d22 100644 --- a/media-gfx/feh/feh-3.1.1.ebuild +++ b/media-gfx/feh/feh-3.1.1.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://feh.finalrewind.org/${P}.tar.bz2"; LICENSE="feh" SLOT="0" -KEYWORDS="amd64 ~arm ~mips ~ppc ppc64 ~x86" +KEYWORDS="amd64 ~arm ~mips ppc ppc64 x86" IUSE="debug curl exif test xinerama" COMMON_DEPEND="media-libs/imlib2[X]
[gentoo-commits] repo/gentoo:master commit in: media-gfx/feh/
commit: 170a47d37d1c0a23cdb0b63a11d91ea6b4f4dd33 Author: Tim Harder gentoo org> AuthorDate: Tue Apr 2 19:03:02 2019 + Commit: Tim Harder gentoo org> CommitDate: Tue Apr 2 19:03:50 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170a47d3 media-gfx/feh: remove old Signed-off-by: Tim Harder gentoo.org> media-gfx/feh/Manifest | 5 --- media-gfx/feh/feh-2.18.3.ebuild | 56 media-gfx/feh/feh-2.26.4.ebuild | 72 - media-gfx/feh/feh-2.27.ebuild | 72 - media-gfx/feh/feh-2.28.ebuild | 72 - media-gfx/feh/feh-3.1.2.ebuild | 72 - 6 files changed, 349 deletions(-) diff --git a/media-gfx/feh/Manifest b/media-gfx/feh/Manifest index 2d5152e919a..b41878776ff 100644 --- a/media-gfx/feh/Manifest +++ b/media-gfx/feh/Manifest @@ -1,7 +1,2 @@ -DIST feh-2.18.3.tar.bz2 2127924 BLAKE2B c667a7bea38e66afd4ed7c688c3232770041964893ead60dd35eb06a7db7abed8c2275e1126f7e2081a4df3abf8d551f4610a3dea4887dd7c4f0c9637e15b13a SHA512 3ffb44f8a2207c2c8725a519a23b7235a6df86aa8578b7b79a8819122e509d18dcc8263859e02cdbdeb5fb5ca56229f90aef567d53d63d763f8259fbc1fff515 -DIST feh-2.26.4.tar.bz2 2132124 BLAKE2B 962af7b7e806a8cea570c1512c377b0eb9ca9924706bdce63cebe7dad240d9b5a7f16c0291aedf954abb45bbecc4f835f77bccbd42101a7f99dea92a102fc0bb SHA512 cd78081a6ab821a0c6b20fa6746ec180df97ab3412e0cc56bbccaf700c443b4fd5f95edd9b2781ebb2eb85491946809c962039346830ae6f5f85ea0ae5e7de81 -DIST feh-2.27.tar.bz2 2131975 BLAKE2B 84100beaff26454c8d33a479171b1b59402b74d04860192e5e826dcac93a288b095afee6f0676b56eae0d1f8dd3c4998767d0cd196ffd3b6a5406f5c1e6eb1d9 SHA512 6d9cf38e9b40291f6e7145705057a2c945b720b22d85020e265c2a158d5e4ca68cca958e2fae3d01a91bb4b2c52ebb5d2c298c41bf8ff3e4f635af7c006d0cc7 -DIST feh-2.28.tar.bz2 2132687 BLAKE2B 92e428250a7fc01b5ecc8783d1a0f325ab168935eb6533a5726681389c05f662d9f7b978a50c2f1ef4d5cfd6f356e758cfff781072143902dbdab41f2310b705 SHA512 565a5aa0ce1c29fb2f09995283dbf2e12e0f228294df7c1b744a545e4f550126e0b327e9903c9eb35cb7dbd96d69e4653c57f3b3cb2dc2475680b3c62b71e1d8 DIST feh-3.1.1.tar.bz2 2109534 BLAKE2B ea02ab09791ef61a9ac5db84b5a0f69ddc76f994343660cf4072a41769a59ddd2936e0f047eeed26be0b3676711b1e440c0483325e6bb621205788ebe13c1fca SHA512 cbdf6e36831a750a6bdb9f1a5735c814662b5274d9c453392de88b98926b539cc54e2041fc0cd2a393762f14ec24b81435de6d506d9efc1ee4c7d80105aa6243 -DIST feh-3.1.2.tar.bz2 2109860 BLAKE2B eb3c4b0d93a6b18477626d1cf4d99fa96e0ccd2bd21ad646ef7afa31c5f9e318c7b20eca2615f13d537806caee16a7ae6f789ebdf2dc3eb7b53ba8824e807333 SHA512 a81ee5d8d0ac3ce13cfc5af6e1f5854235755ea54dd92a1019ff206617f1c46196a5e3a0794bbc886e89854b221f99b6e3fe387fa7d50bb0cbc3a2d9e834bbbc DIST feh-3.1.3.tar.bz2 2110285 BLAKE2B ee42b766eccf7e4661a47bd6c748b2e0cc6345fb9c08de425b0f4ef87c7fb383dd20140fb2c8b2fc540b70a6c01bb612b48aa76fc1f47a117f2503257bf3b403 SHA512 dc4960706e4134bbe6c34036a9c9b7cd98eb8935e13e2354504664a1599d4af193c6b977433a40c7e3638b2b3e2928960e0c755b04f7c48076ef15445f792583 diff --git a/media-gfx/feh/feh-2.18.3.ebuild b/media-gfx/feh/feh-2.18.3.ebuild deleted file mode 100644 index 72bb0487879..000 --- a/media-gfx/feh/feh-2.18.3.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit toolchain-funcs - -DESCRIPTION="A fast, lightweight imageviewer using imlib2" -HOMEPAGE="https://feh.finalrewind.org/"; -SRC_URI="https://feh.finalrewind.org/${P}.tar.bz2"; - -LICENSE="feh" -SLOT="0" -KEYWORDS="amd64 ~arm ~mips ppc ppc64 x86" -IUSE="debug curl exif test xinerama" - -COMMON_DEPEND="media-libs/imlib2[X] - >=media-libs/libpng-1.2:0= - x11-libs/libX11 - curl? ( net-misc/curl ) - exif? ( media-libs/libexif ) - xinerama? ( x11-libs/libXinerama )" -RDEPEND="${COMMON_DEPEND} - virtual/jpeg:0" -DEPEND="${COMMON_DEPEND} - x11-base/xorg-proto - x11-libs/libXt - test? ( - >=dev-lang/perl-5.10 - dev-perl/Test-Command - )" - -PATCHES=( "${FILESDIR}"/${PN}-2.6.2-debug-cflags.patch ) - -pkg_setup() { - use_feh() { usex $1 1 0; } - - fehopts=( - DESTDIR="${D}" - PREFIX="${EPREFIX}"/usr - doc_dir='${main_dir}'/share/doc/${PF} - example_dir='${main_dir}'/share/doc/${PF}/examples - curl=$(use_feh curl) - debug=$(use_feh debug) - xinerama=$(use_feh xinerama) - exif=$(use_feh exif) - ) -} - -src_compile() { - tc-export CC - emake "${fehopts[@]}" -} - -src_install() { - emake "${fehopts[@]}" install -} diff --git a/media-gfx/feh/feh-2.26.4.ebuild b/media-gfx/feh/feh-2.26.4.ebuild deleted file mode 100644 index 0fc4bf732db..000 --- a/media-gfx/feh/feh-2.2
[gentoo-commits] repo/gentoo:master commit in: media-gfx/feh/
commit: c82aa744b4a1977da04bb28a5e3b1fc86cf99688 Author: Tim Harder gentoo org> AuthorDate: Tue Apr 2 18:56:33 2019 + Commit: Tim Harder gentoo org> CommitDate: Tue Apr 2 18:59:33 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c82aa744 media-gfx/feh: add test dep on media-libs/imlib2[gif,jpeg,png] Closes: https://bugs.gentoo.org/474556 Closes: https://bugs.gentoo.org/633802 Signed-off-by: Tim Harder gentoo.org> media-gfx/feh/feh-3.1.1.ebuild | 1 + media-gfx/feh/feh-3.1.3.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-gfx/feh/feh-3.1.1.ebuild b/media-gfx/feh/feh-3.1.1.ebuild index 98f7cb6d011..d988ac50698 100644 --- a/media-gfx/feh/feh-3.1.1.ebuild +++ b/media-gfx/feh/feh-3.1.1.ebuild @@ -27,6 +27,7 @@ DEPEND="${COMMON_DEPEND} test? ( >=dev-lang/perl-5.10 dev-perl/Test-Command + media-libs/imlib2[gif,jpeg,png] )" PATCHES=( "${FILESDIR}"/${PN}-2.6.2-debug-cflags.patch ) diff --git a/media-gfx/feh/feh-3.1.3.ebuild b/media-gfx/feh/feh-3.1.3.ebuild index 06c60d87c45..e701805c82c 100644 --- a/media-gfx/feh/feh-3.1.3.ebuild +++ b/media-gfx/feh/feh-3.1.3.ebuild @@ -27,6 +27,7 @@ DEPEND="${COMMON_DEPEND} test? ( >=dev-lang/perl-5.10 dev-perl/Test-Command + media-libs/imlib2[gif,jpeg,png] )" PATCHES=( "${FILESDIR}"/${PN}-2.6.2-debug-cflags.patch )
[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_authnz_external/
commit: ec8123c67fafaa414a19842bd93fee16e30c217d Author: Craig Andrews gentoo org> AuthorDate: Tue Apr 2 17:25:09 2019 + Commit: Craig Andrews gentoo org> CommitDate: Tue Apr 2 19:00:08 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8123c6 www-apache/mod_authnz_external: Take maintainership Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Craig Andrews gentoo.org> www-apache/mod_authnz_external/metadata.xml | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www-apache/mod_authnz_external/metadata.xml b/www-apache/mod_authnz_external/metadata.xml index f298748b060..38b26aa0865 100644 --- a/www-apache/mod_authnz_external/metadata.xml +++ b/www-apache/mod_authnz_external/metadata.xml @@ -1,9 +1,11 @@ http://www.gentoo.org/dtd/metadata.dtd";> - + + candr...@gentoo.org + Craig Andrews + - mod-auth-external phokz/mod-auth-external
[gentoo-commits] repo/gentoo:master commit in: profiles/
commit: d13781fe7ad040b0b04d51701d59966692ebd8ef Author: Craig Andrews gentoo org> AuthorDate: Tue Apr 2 18:10:42 2019 + Commit: Craig Andrews gentoo org> CommitDate: Tue Apr 2 19:00:08 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d13781fe package.mask: Undo last rite of www-apache/mod_authnz_external Signed-off-by: Craig Andrews gentoo.org> profiles/package.mask | 7 --- 1 file changed, 7 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index d53dbbd5d9a..576d9aa0ccd 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -71,13 +71,6 @@ dev-libs/grok # Removal in 30 days. Bug #532502. net-ftp/weex -# Michał Górny (31 Mar 2019) -# Unmaintained. The current version is apparently broken, and it is -# unclear if the problem was ever fixed upstream. Last release in 2011, -# with low commit activity since. -# Removal in 30 days. Bug #389391. -www-apache/mod_authnz_external - # Anthony G. Basile # Mask because it breaks the toolchain if # lto is enabled. Bug #682018
[gentoo-commits] repo/gentoo:master commit in: dev-python/funcsigs/
commit: 194cd664ec7dbf35855f24861e7a282aff55c212 Author: Virgil Dupras gentoo org> AuthorDate: Tue Apr 2 18:16:14 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Tue Apr 2 18:16:14 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=194cd664 dev-python/funcsigs: remove old Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/funcsigs/Manifest| 1 - dev-python/funcsigs/funcsigs-0.4.ebuild | 26 -- 2 files changed, 27 deletions(-) diff --git a/dev-python/funcsigs/Manifest b/dev-python/funcsigs/Manifest index 6da6e7340f1..07d79033be2 100644 --- a/dev-python/funcsigs/Manifest +++ b/dev-python/funcsigs/Manifest @@ -1,2 +1 @@ -DIST funcsigs-0.4.tar.gz 25697 BLAKE2B 0b57ac0ce3aa8ff16724af9be94f297c15c94ed9083e2dd78796f134054db0e5f8213d1671352e0122a90bb2e8da78937c7a44f2e231b64de29afbb0dcf8b6d5 SHA512 64d821e94049ae906b9e5c8a2590f80a7d1d819554258e20f4170207576e5c8f65d32759a3f65bcb05fe721fa502658ff5767cd435932ea926c792c62ebe96d5 DIST funcsigs-1.0.2.tar.gz 27947 BLAKE2B 3006d46018ae040b930e397c3f11575ae0ef18a8b2c9b6c10075804d83d23bea1fb81179de85180146673e0bd4c775a68c0ff624cdaceb1894efe5b2c8fd753c SHA512 4e583bb7081bb1d6c0fe5a6935ca03032d562b93ef5c11b51a72ce9e7ac12902451cc2233c7e6f70440629d88d8e6e9625965ee408100b80b0024f3a6204afda diff --git a/dev-python/funcsigs/funcsigs-0.4.ebuild b/dev-python/funcsigs/funcsigs-0.4.ebuild deleted file mode 100644 index b9a168f60df..000 --- a/dev-python/funcsigs/funcsigs-0.4.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Python function signatures from PEP362 for Python 2.7" -HOMEPAGE="https://pypi.org/project/funcsigs/"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="Apache-2.0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" -IUSE="test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/unittest2[${PYTHON_USEDEP}] )" -RDEPEND="" - -python_test() { - esetup.py test -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/
commit: b3a12ffef5fd19af440eec3443ca1ac4f30886fd Author: Virgil Dupras gentoo org> AuthorDate: Tue Apr 2 18:43:17 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Tue Apr 2 18:43:17 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a12ffe dev-python/pytest: bump to 4.4.0 I also unmade prometheanfire's earlier python_gen_cond_dep additions, after a conversation with him, because they are spurious. Apparently, they were added to make repoman happy, but it appears that repoman is happy without it too. Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/pytest/Manifest| 2 +- .../pytest/{pytest-4.3.1.ebuild => pytest-4.4.0.ebuild} | 11 --- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/dev-python/pytest/Manifest b/dev-python/pytest/Manifest index a70b809cb79..44edbf31ca8 100644 --- a/dev-python/pytest/Manifest +++ b/dev-python/pytest/Manifest @@ -1,4 +1,4 @@ DIST pytest-3.10.1.tar.gz 892420 BLAKE2B 38849ae69bf4380bc1a99aa105cac04be078da4460373dfc16fa555238b2830fa2f5ae6c19de8aa2af9ac18d87c5d2705d62f7b2e67e4a62d843f6a28bbd76fd SHA512 30ff79c0fdcbeef68e1191ff400a20428e391717f06957f554b694b94b565dca01346fe989c3e443c4402f3b2bdbd5564f6303a4447f933fb54cba45628f DIST pytest-3.2.2.tar.gz 786396 BLAKE2B e669da930890e902b0323ec3a6685080ddd889e74655f7b4cb08ec421651f987597021a31471aab5a32d637b99620ce7792cbdf8f85561db3bb10ff06a446ba1 SHA512 6df3a50e7d1efeaf7a283920b16d1daf800798f422bc851b0aacd2bbd5cb0a88c95f9057fae49943b9dfe6527ed552cdf8d983b944ab91d0af252ee4f6eb82db DIST pytest-3.4.2.tar.gz 812719 BLAKE2B 96623d6cdea4bd79778175c18c949938505f1862010f700f9a8cb85f445910381af391a5b69e664fbbfc254bf46502c798c72026772070236a0a3bca7aeeb3d6 SHA512 787065ab76d4482799bb2da9f024c9c383e68cc1cc01f3b80f6ed9444ca6383d20953615696ed4dd01668777b094cf5002b23c4ce51828879dcf8ebf2170c71b -DIST pytest-4.3.1.tar.gz 917608 BLAKE2B 62fea17e481984489d640872aac4f18b7278688b499302f407fd618b6357e3cb18e995f6f0974ba16da51bae5e3337732d2e1a0a6cc65936f8936d3bc7981809 SHA512 5c76100b9efc9176803807a54ff25bfaba065fe3e8fea28b9b2f3ade289056d174e0cc4e1f399eba4ee8642e8990f43f5dc68b59cf55b7d81a43cd7cb363f542 +DIST pytest-4.4.0.tar.gz 931197 BLAKE2B f63186f2bd372bb1acfbc0273dcdf43f78a7c7e4ae7d6e91d4f8e59804c40437da06a69e93fe128b6d31b1144a51aea953145bce780bde0037ef395d64ed30b4 SHA512 c3e2f75434bdf712d1773eb9220c4258a7c57f92c8172033989e6bb78cfa8e2198e9fecce8daf27935e8eb71f416fcdc1a6a9a135cf8c925fbfaeaf80f616411 diff --git a/dev-python/pytest/pytest-4.3.1.ebuild b/dev-python/pytest/pytest-4.4.0.ebuild similarity index 81% rename from dev-python/pytest/pytest-4.3.1.ebuild rename to dev-python/pytest/pytest-4.4.0.ebuild index 75106fd33ff..1f98542589d 100644 --- a/dev-python/pytest/pytest-4.3.1.ebuild +++ b/dev-python/pytest/pytest-4.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} ) inherit distutils-r1 @@ -24,11 +24,9 @@ PY_VER="1.5.0" RDEPEND=" >=dev-python/atomicwrites-1.0[${PYTHON_USEDEP}] >=dev-python/attrs-17.4.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep '>=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]' python2_7 ) - $(python_gen_cond_dep '=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]' python3_{4,5,6,7} pypy{,3} ) - $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python2_7 python3_{4,5} ) - >=dev-python/pluggy-0.7[${PYTHON_USEDEP}] + >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python2_7 python3_5 ) + >=dev-python/pluggy-0.9[${PYTHON_USEDEP}] >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}] >=dev-python/setuptools-40[${PYTHON_USEDEP}] >=dev-python/six-1.10.0[${PYTHON_USEDEP}] @@ -43,7 +41,6 @@ DEPEND="${RDEPEND} $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2) dev-python/requests[${PYTHON_USEDEP}] !!dev-python/flaky - !!dev-python/pytest-capturelog !!
[gentoo-commits] repo/gentoo:master commit in: dev-libs/opensc/
commit: 8f7093361bd5d0227000fb17627e1bc2d365c993 Author: Alon Bar-Lev gentoo org> AuthorDate: Tue Apr 2 18:10:40 2019 + Commit: Alon Bar-Lev gentoo org> CommitDate: Tue Apr 2 18:10:40 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f709336 dev-libs/opensc: disable strict build Signed-off-by: Alon Bar-Lev gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-libs/opensc/opensc-0.19.0-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/opensc/opensc-0.19.0-r2.ebuild b/dev-libs/opensc/opensc-0.19.0-r2.ebuild index 8e68f032878..dff2daa814c 100644 --- a/dev-libs/opensc/opensc-0.19.0-r2.ebuild +++ b/dev-libs/opensc/opensc-0.19.0-r2.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=7 @@ -44,6 +44,7 @@ src_configure() { --with-completiondir="$(get_bashcompdir)" \ --disable-openpace \ --disable-static \ + --disable-strict \ --enable-man \ $(use_enable ctapi) \ $(use_enable doc) \
[gentoo-commits] repo/gentoo:master commit in: dev-libs/opensc/, dev-libs/opensc/files/
commit: 3e84ac178222a92c3bf3cc3ed1dbca0fc64a0d95 Author: Alon Bar-Lev gentoo org> AuthorDate: Tue Apr 2 18:04:28 2019 + Commit: Alon Bar-Lev gentoo org> CommitDate: Tue Apr 2 18:04:28 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e84ac17 dev-libs/opensc: cleanup old Signed-off-by: Alon Bar-Lev gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-libs/opensc/Manifest| 2 - dev-libs/opensc/files/opensc-0.17.0-build.patch | 100 dev-libs/opensc/opensc-0.16.0.ebuild| 55 - dev-libs/opensc/opensc-0.17.0.ebuild| 60 -- 4 files changed, 217 deletions(-) diff --git a/dev-libs/opensc/Manifest b/dev-libs/opensc/Manifest index 6ebb2d0a9e6..ebe4b6b70a0 100644 --- a/dev-libs/opensc/Manifest +++ b/dev-libs/opensc/Manifest @@ -1,4 +1,2 @@ -DIST opensc-0.16.0.tar.gz 1760418 BLAKE2B 7f5799445e285010392f315fa57919c7f0b038170a19e83dbda664d5d73898f075cccad4304275402c900b9fc50564ed5515a10d31156a6c76a68f170ca3e439 SHA512 15f7d62388dde6dad226acab3cd54f8e2f2f53684dc0cb976c6fc6fbdb4487be931ca69bf965ab07c51efd16be64d5411f10bacea11a07fc823c92dd7bb25139 -DIST opensc-0.17.0.tar.gz 1950547 BLAKE2B 861dbb60e211d503332228c9d75d667f70cb9e15883c571821bb2f7703ca62dd4ce56c5ea7965e2d5e8c6a81b5063fc689013670294426baf1bfaec88282e20e SHA512 8991c1724d187d3c34a2ed591b21f0085f767c0d866edc2decfda85a2b3dedf717838f4937d1dda3e1bbc17f02e6eca6740299660128bc448a29e8bfc2962922 DIST opensc-0.18.0.tar.gz 2037073 BLAKE2B f2b339d1f9c616f6f706acb3c55289deb5b1749a8b5561142c69db4ed1c7dee554ce1f8d820e6e69bb9e462ca460379badf3017ed35fa6cd395702c995326c3e SHA512 dc90cff3e0e639c14bfb11d1d0455964d24d08aa27728592ab0d8b487a1ffee1ca71cb9bbf5d0f101b2ebd85cf9478988f686d45effa72315e6ffc843d398768 DIST opensc-0.19.0.tar.gz 2080320 BLAKE2B c07df317f26562107680ed586e9a1ea83252c10a7dd227cffe51de709d9c74963f6835a68f83f212d83f264b0231ea7428ed8d3ecce74cb9265d8191040a SHA512 90659133fb593cbf82ed6502e3858f34119bff051e3090489b7622659dcb1c26d389a4715892aa60a5606bc0ce115bd6c504521abfb965de9ad46441e4ed2b8e diff --git a/dev-libs/opensc/files/opensc-0.17.0-build.patch b/dev-libs/opensc/files/opensc-0.17.0-build.patch deleted file mode 100644 index 8a51d7ac445..000 --- a/dev-libs/opensc/files/opensc-0.17.0-build.patch +++ /dev/null @@ -1,100 +0,0 @@ -From 65b302e33b710833d4d14bf8eaf00acdaa436c39 Mon Sep 17 00:00:00 2001 -From: Frank Morgner -Date: Wed, 19 Jul 2017 00:09:36 +0200 -Subject: [PATCH] sc-hsm: fixed building with --disable-sm - -Closes https://github.com/OpenSC/OpenSC/pull/1103 - src/libopensc/card-sc-hsm.c | 21 - - 1 file changed, 20 insertions(+), 1 deletion(-) - -diff --git a/src/libopensc/card-sc-hsm.c b/src/libopensc/card-sc-hsm.c -index cfa084a06..1f61e0138 100644 a/src/libopensc/card-sc-hsm.c -+++ b/src/libopensc/card-sc-hsm.c -@@ -284,7 +284,9 @@ static int sc_hsm_soc_select_minbioclient(sc_card_t *card) - }; - - /* Select MinBioClient */ -+#ifdef ENABLE_SM - sc_sm_stop(card); -+#endif - sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0xA4, 0x04, 0x0C); - apdu.data = minBioClient_aid.value; - apdu.datalen = minBioClient_aid.len; -@@ -533,7 +535,9 @@ static int sc_hsm_pin_cmd(sc_card_t *card, struct sc_pin_cmd_data *data, - sc_hsm_private_data_t *priv = (sc_hsm_private_data_t *) card->drv_data; - sc_apdu_t apdu; - u8 cmdbuff[16]; -+#ifdef ENABLE_SM - u8 rbuf[SC_MAX_APDU_BUFFER_SIZE]; -+#endif - int r; - int cmd = data->cmd; - size_t pin2_len = data->pin2.len; -@@ -563,7 +567,10 @@ static int sc_hsm_pin_cmd(sc_card_t *card, struct sc_pin_cmd_data *data, - if ((card->type == SC_CARD_TYPE_SC_HSM_SOC || card->reader->uid.len - || cmd == SC_PIN_CMD_GET_SESSION_PIN) - && (data->cmd != SC_PIN_CMD_GET_INFO) -- && card->sm_ctx.sm_mode != SM_MODE_TRANSMIT) { -+#ifdef ENABLE_SM -+ && card->sm_ctx.sm_mode != SM_MODE_TRANSMIT -+#endif -+ ) { - LOG_TEST_RET(card->ctx, - sc_hsm_perform_chip_authentication(card), - "Could not perform chip authentication"); -@@ -604,6 +611,7 @@ static int sc_hsm_pin_cmd(sc_card_t *card, struct sc_pin_cmd_data *data, - data->apdu = &apdu; - } - -+#ifdef ENABLE_SM - if ((data->cmd == SC_PIN_CMD_GET_INFO) - && (card->sm_ctx.sm_mode == SM_MODE_TRANSMIT)) { - /* JCOP's SM accelerator is incapable of using case 1 APDU in SM */ -@@ -612,6 +620,7 @@ static int sc_hsm_pin_cmd(sc_card_t *card, struct sc_pin_cmd_data *data, - apdu.resplen = sizeof rbuf; - data->apdu = &apdu; - } -+#endif - -
[gentoo-commits] repo/gentoo:master commit in: net-misc/dhcpcd/
commit: 6c84b263f869aee271f37b18666163e16bcd7bc8 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Apr 2 17:50:58 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Apr 2 17:51:52 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c84b263 net-misc/dhcpcd: amd64 stable wrt bug #682318 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild b/net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild index c8f7876e781..19a1dae0752 100644 --- a/net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild +++ b/net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild @@ -13,7 +13,7 @@ else MY_P="${MY_P/_beta/-beta}" MY_P="${MY_P/_rc/-rc}" SRC_URI="https://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz"; - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" S="${WORKDIR}/${MY_P}" fi
[gentoo-commits] repo/gentoo:master commit in: dev-python/sqlparse/
commit: 246776ea78909dd4f282d8743f359aaf76314a96 Author: Virgil Dupras gentoo org> AuthorDate: Tue Apr 2 17:27:15 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Tue Apr 2 17:27:15 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246776ea dev-python/sqlparse: remove duplicate package I don't know why, I didn't properly run a search to find the already existing dev-python/python-sqlparse package before adding this new one. Removing without last-riting because it's been freshly created just yesterday. Closes: https://bugs.gentoo.org/682344 Signed-off-by: Virgil Dupras gentoo.org> dev-python/sqlparse/Manifest | 1 - dev-python/sqlparse/metadata.xml | 16 dev-python/sqlparse/sqlparse-0.3.0.ebuild | 25 - 3 files changed, 42 deletions(-) diff --git a/dev-python/sqlparse/Manifest b/dev-python/sqlparse/Manifest deleted file mode 100644 index 8de093a571b..000 --- a/dev-python/sqlparse/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sqlparse-0.3.0.tar.gz 64072 BLAKE2B fbee74c7222fa50c5d627959d5c8652dcd85ab5b5b771e3c8375cadc6e009c2fb1adc3c2428e27d769c210e7976c350bfab367cb7aa44dd7b4183ad9722a4ca6 SHA512 596d25f5fa2c797fe5652e36e9633397e7867586ff0959f52d1ff861c16d0e7c73644daf03d74169dd20255e802b7369d4dace0a44a3d94c15bd67faa41df551 diff --git a/dev-python/sqlparse/metadata.xml b/dev-python/sqlparse/metadata.xml deleted file mode 100644 index b650fb79cb7..000 --- a/dev-python/sqlparse/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - -vdup...@gentoo.org -Virgil Dupras - - -pyt...@gentoo.org -Python - - -sqlparse -andialbrecht/sqlparse - - diff --git a/dev-python/sqlparse/sqlparse-0.3.0.ebuild b/dev-python/sqlparse/sqlparse-0.3.0.ebuild deleted file mode 100644 index 17294f018af..000 --- a/dev-python/sqlparse/sqlparse-0.3.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) -inherit distutils-r1 - -DESCRIPTION="A non-validating SQL parser module for Python" -HOMEPAGE="https://github.com/andialbrecht/sqlparse"; -SRC_URI="https://github.com/andialbrecht/sqlparse/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND="${DEPEND}" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest )" - -python_test() { - pytest -vv || die "Tests fail with ${EPYTHON}" -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/
commit: f216cea1c7798ed8c7ac126db24a62a37213677c Author: Virgil Dupras gentoo org> AuthorDate: Tue Apr 2 17:23:34 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Tue Apr 2 17:23:34 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f216cea1 dev-python/python-sqlparse: add py37 compat and cleanup ebuild Most of the hoops that were present to build doc and run tests weren't actually necessary. Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 .../python-sqlparse/python-sqlparse-0.3.0.ebuild | 22 +++--- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild index 8d9e4eac466..eca64775215 100644 --- a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild +++ b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy ) inherit distutils-r1 @@ -19,35 +19,19 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~a LICENSE="BSD-2" IUSE="doc test" -REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )" - DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - )" -# Required for running tests -DISTUTILS_IN_SOURCE_BUILD=1 + test? ( dev-python/pytest[${PYTHON_USEDEP}] )" S="${WORKDIR}"/${P#python-} -pkg_setup() { - use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' ) -} - python_compile_all() { use doc && emake -C docs html } python_test() { - if python_is_python3; then - 2to3 -w --no-diffs -n tests/ sqlparse/ - py.test ./tests || die "testsuite failed ${EPYTHON}" - else - py.test tests || die "testsuite failed under ${EPYTHON}" - fi + pytest tests || die "testsuite failed under ${EPYTHON}" } python_install_all() {
[gentoo-commits] repo/gentoo:master commit in: dev-python/django/
commit: 8adfab46b2a7725f7548d2b5f15f0a29827899ff Author: Virgil Dupras gentoo org> AuthorDate: Tue Apr 2 17:26:40 2019 + Commit: Virgil Dupras gentoo org> CommitDate: Tue Apr 2 17:26:40 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8adfab46 dev-python/django: fix sqlparse dependency I added a duplicate package with dev-python/sqlparse! Fix this mistake and restore some arches that don't need to be dropped any more. Bug: https://bugs.gentoo.org/682344 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/django/django-2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/django/django-2.2.ebuild b/dev-python/django/django-2.2.ebuild index 850faaac947..7e60a484fcf 100644 --- a/dev-python/django/django-2.2.ebuild +++ b/dev-python/django/django-2.2.ebuild @@ -21,12 +21,12 @@ LICENSE+=" Apache-2.0" # admin icons, jquery, xregexp.js LICENSE+=" MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc sqlite test" RDEPEND=" dev-python/pytz[${PYTHON_USEDEP}] - dev-python/sqlparse[${PYTHON_USEDEP}]" + dev-python/python-sqlparse[${PYTHON_USEDEP}]" BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
[gentoo-commits] repo/gentoo:master commit in: dev-lang/go/
commit: 21878442c2faa0d12e9ea967fb33a816e02974cf Author: William Hubbs sony com> AuthorDate: Tue Apr 2 16:50:22 2019 + Commit: William Hubbs gentoo org> CommitDate: Tue Apr 2 16:52:19 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21878442 dev-lang/go: add non-vulnerable version of go 1.11 This would have gone stable with 1.12.1 if I had known of its existance so I think we can go straight to stable. Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --force Signed-off-by: William Hubbs gentoo.org> dev-lang/go/Manifest | 1 + dev-lang/go/go-1.11.6.ebuild | 238 +++ 2 files changed, 239 insertions(+) diff --git a/dev-lang/go/Manifest b/dev-lang/go/Manifest index 840c6b2a0f4..51592379e5d 100644 --- a/dev-lang/go/Manifest +++ b/dev-lang/go/Manifest @@ -9,4 +9,5 @@ DIST go-linux-ppc64-bootstrap-1.8.tbz 52315782 BLAKE2B 6be0a48e8bc4e5fed4d34f8aa DIST go-linux-ppc64le-bootstrap-1.8.tbz 52211575 BLAKE2B 7a28ec5a381369c4e9415c8360e904c2545380513afd328077c584e8af0bf6bd818aa03e5a58c350cbb98facc1c9dccb02b06adcb27233875497cf5d33265912 SHA512 6931d999dd0ee1ff44c4cec48acb27af061f57f87aa74802dcebab78553b46bc8ac732f07fe91e5074dbdd32c55b707994875934bfb12bb4276d71eb1d06c4ba DIST go-linux-s390x-bootstrap-1.8.tbz 57124869 BLAKE2B 920a176b8f4fc3a816e724324bbb30a383d599e31a0d2093d24797dbcd0e799a662a3589dbb87d2f5dd16df07c4cf8f1e444e87b540ec732746bb025dc9271f8 SHA512 d429cae870d66217ab2e07c74209d3031d97baa4f899b4d70ae6283a1a5b1434b037904c4cfca0b2bc798d5ba0b358c3739e000eccbc74809baf564c5686df5a DIST go-solaris-amd64-bootstrap-1.8.tbz 54926326 BLAKE2B 0a45312f090d81ebf46fe5950cb65c059e2801394231e715e94145d1f918eb59b10472b2385e57ebd5cfb9eca0ad7290fb118436486b665520bb540970f971ab SHA512 52b849e5b9a940e10de7ba3df0ebdf6e1c5d631de9581d936c9edf8f38e6bb3314acbc2b2d5202b0528fde2a359d52bc0c6f39acf9b1b614725e4b4a947ed10d +DIST go1.11.6.src.tar.gz 21113406 BLAKE2B e7372e9bf6190295176c66a328b3e31f9201776f16f1165136e24bdaf5c514d7895dd5880514fa054ee958ed5ff96814de9a555e47b3f6388d1e57c0d05f SHA512 bc29df69a08a4e9e703de72b5eda5f2d63b78f18f3e7a1173eae5c6dd767f29f1b865a2fc3f692e15277df2d45e74ee17875b275eb3fc50aac2b88082e618bf5 DIST go1.12.1.src.tar.gz 21963082 BLAKE2B fd9c0ca19e6bd285c52034a88df1a58f96b957483362fac2e0c0f2a9e0543e7569d76fb93eff473774d152db361bfe9bdd354d80412c71ee5c4162010346 SHA512 b3fdfb874e6e0e0b50458085724fbd8e8b9be212df3f777b97db340aa3b80f32ee08d646a57a8a7d52ff6f19657d884dd25018c866c6173473aafa20a58f1975 diff --git a/dev-lang/go/go-1.11.6.ebuild b/dev-lang/go/go-1.11.6.ebuild new file mode 100644 index 000..292a2af5619 --- /dev/null +++ b/dev-lang/go/go-1.11.6.ebuild @@ -0,0 +1,238 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +export CBUILD=${CBUILD:-${CHOST}} +export CTARGET=${CTARGET:-${CHOST}} + +MY_PV=${PV/_/} + +inherit toolchain-funcs + +BOOTSTRAP_VERSION="bootstrap-1.8" +BOOTSTRAP_DIST="https://dev.gentoo.org/~williamh/dist"; +BOOTSTRAP_URI=" + ${BOOTSTRAP_DIST}/go-linux-amd64-${BOOTSTRAP_VERSION}.tbz + ${BOOTSTRAP_DIST}/go-linux-arm-${BOOTSTRAP_VERSION}.tbz + ${BOOTSTRAP_DIST}/go-linux-arm64-${BOOTSTRAP_VERSION}.tbz + ${BOOTSTRAP_DIST}/go-linux-ppc64-${BOOTSTRAP_VERSION}.tbz + ${BOOTSTRAP_DIST}/go-linux-ppc64le-${BOOTSTRAP_VERSION}.tbz + ${BOOTSTRAP_DIST}/go-linux-s390x-${BOOTSTRAP_VERSION}.tbz + ${BOOTSTRAP_DIST}/go-linux-386-${BOOTSTRAP_VERSION}.tbz + ${BOOTSTRAP_DIST}/go-freebsd-amd64-${BOOTSTRAP_VERSION}.tbz + ${BOOTSTRAP_DIST}/go-freebsd-386-${BOOTSTRAP_VERSION}.tbz + ${BOOTSTRAP_DIST}/go-darwin-amd64-${BOOTSTRAP_VERSION}.tbz + ${BOOTSTRAP_DIST}/go-solaris-amd64-${BOOTSTRAP_VERSION}.tbz +" + +case ${PV} in +**) + EGIT_REPO_URI="https://github.com/golang/go.git"; + inherit git-r3 + ;; +*) + SRC_URI="https://storage.googleapis.com/golang/go${MY_PV}.src.tar.gz " + S="${WORKDIR}"/go + case ${PV} in + *_beta*|*_rc*) ;; + *) + KEYWORDS="-* amd64 arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x64-solaris" + # The upstream tests fail under portage but pass if the build is + # run according to their documentation [1]. + # I am restricting the tests on released versions until this is + # solved. + # [1] https://golang.org/issues/18442 + RESTRICT="test" + ;; + esac +esac + +# If gccgo is not being used to build Go, there is no way to know the +# architecture or operating system of the build machine, so we need to +# download all of our bootstrap archives to allow this ebuild to work +# under crossdev. +# +# https://bugs.gentoo.org/671394 +SRC_URI+="!gccgo? ( ${BOOTSTRAP_URI} )" + +DESCRIPTI
[gentoo-commits] proj/mozilla:master commit in: www-client/seamonkey/files/, www-client/firefox/files/icon/, ...
commit: e887275a5c7c343fcade0d583d08bb7742ca0138 Author: Jory Pratt gentoo org> AuthorDate: Tue Apr 2 16:43:54 2019 + Commit: Jory Pratt gentoo org> CommitDate: Tue Apr 2 16:43:54 2019 + URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=e887275a www-client/firefox,mail-client/thunderbird,www-client/seamonkey: bug #571572 Signed-off-by: Jory Pratt gentoo.org> mail-client/thunderbird/files/icon/thunderbird-unbranded.desktop | 1 + mail-client/thunderbird/files/icon/thunderbird.desktop | 1 + www-client/firefox/files/icon/firefox.desktop| 1 + www-client/seamonkey/files/seamonkey.desktop | 1 + 4 files changed, 4 insertions(+) diff --git a/mail-client/thunderbird/files/icon/thunderbird-unbranded.desktop b/mail-client/thunderbird/files/icon/thunderbird-unbranded.desktop index bde65dc..c3e767f 100644 --- a/mail-client/thunderbird/files/icon/thunderbird-unbranded.desktop +++ b/mail-client/thunderbird/files/icon/thunderbird-unbranded.desktop @@ -7,3 +7,4 @@ Terminal=false Type=Application Categories=Office;Email; MimeType=text/x-vcard;text/directory;application/mbox;message/rfc822;x-scheme-handler/mailto; +StartupNotify=true diff --git a/mail-client/thunderbird/files/icon/thunderbird.desktop b/mail-client/thunderbird/files/icon/thunderbird.desktop index 3ab5826..1ef28d2 100644 --- a/mail-client/thunderbird/files/icon/thunderbird.desktop +++ b/mail-client/thunderbird/files/icon/thunderbird.desktop @@ -7,3 +7,4 @@ Terminal=false Type=Application Categories=Office;Email; MimeType=text/x-vcard;text/directory;application/mbox;message/rfc822;x-scheme-handler/mailto; +StartupNotify=true diff --git a/www-client/firefox/files/icon/firefox.desktop b/www-client/firefox/files/icon/firefox.desktop index d772c2f..54bb291 100644 --- a/www-client/firefox/files/icon/firefox.desktop +++ b/www-client/firefox/files/icon/firefox.desktop @@ -7,3 +7,4 @@ Terminal=false Type=Application MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https; Categories=Network;WebBrowser; +StartupNotify=true diff --git a/www-client/seamonkey/files/seamonkey.desktop b/www-client/seamonkey/files/seamonkey.desktop index 780561f..1b1dd7a 100644 --- a/www-client/seamonkey/files/seamonkey.desktop +++ b/www-client/seamonkey/files/seamonkey.desktop @@ -7,3 +7,4 @@ Terminal=false Type=Application MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https; Categories=Network;WebBrowser; +StartupNotify=true
[gentoo-commits] repo/gentoo:master commit in: net-p2p/xmr-stak/
commit: ecdc6a4b246c32c8806c1109735c844b34098a3b Author: Craig Andrews gentoo org> AuthorDate: Tue Apr 2 14:30:28 2019 + Commit: Craig Andrews gentoo org> CommitDate: Tue Apr 2 14:30:44 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecdc6a4b net-p2p/xmr-stak: 2.10.4 version bump Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Craig Andrews gentoo.org> net-p2p/xmr-stak/Manifest | 1 + net-p2p/xmr-stak/xmr-stak-2.10.4.ebuild | 67 + 2 files changed, 68 insertions(+) diff --git a/net-p2p/xmr-stak/Manifest b/net-p2p/xmr-stak/Manifest index d3acea5eab9..25ae5ad2738 100644 --- a/net-p2p/xmr-stak/Manifest +++ b/net-p2p/xmr-stak/Manifest @@ -2,6 +2,7 @@ DIST xmr-stak-2.10.0.tar.gz 430083 BLAKE2B 112777b075352a2fabab7fbbbfd5d9ca26d5a DIST xmr-stak-2.10.1.tar.gz 430188 BLAKE2B c0a136c81e53d230eb95f63ead2eeb8dc380fe4692f370e39973246bf9be0c2d8c400f682c48057bb1b010e2d5a661995bedcf0be7c516f0a043f1a8cafc4613 SHA512 3d63e89200a9ce6c8666e842b934c04a2b61e2e5e40ada7ef80847835585998fd6619e520b9763fbbd1beb4f19facdfc777d46cea296da15f7cf8c97ccff DIST xmr-stak-2.10.2.tar.gz 430337 BLAKE2B da7fcba03d3eb92402f2cd387af7f68471fd283121f07ca871f2b16163ab80de098535d6384fc34f64245cc75f0fee11848422f8f1095997bd041247129fae41 SHA512 e9074d8d5b9d4f7a987494d9ade037ca06c8de5fde73d82fde14772a280609624c8dc8ad5128d42f1f5e4087cf65e9c9a55988c22b4bfdf5fa65e98444232bfa DIST xmr-stak-2.10.3.tar.gz 431659 BLAKE2B ee2aa0158af00cd52f7009a41f0355dda05bc3dbe73fca13af752ed13fc559aac03f4d6cfef3479e1fc560b8e1e46f5e6739644284e4e7b23aa2e88717f64c0a SHA512 b1fd7f510a9b17175c8551a60cd13a326055bd684837503642c0280eb42f19c46944011bbe05a393a53bbd802528322340642595811a5566dcc264715a30a5b4 +DIST xmr-stak-2.10.4.tar.gz 431952 BLAKE2B 945c27cd424b338500c726742ea71ad66931449dc0d9a03d27f1641d85030924536e9fd6be274b775d5f15fe506e0581e4d792b57b539f21f79772ee8ca15fd4 SHA512 b373f78e88f3a2647b2f195b0875220bf40e8b5ba6243f3b9ec82da6b17cc13b963da73a4e5e179a0a94521141d693af86376ebfdedf1e6b3223acc3988d46c1 DIST xmr-stak-2.7.0.tar.gz 376873 BLAKE2B 78dd64acf7fbae46bf150d97b00c8443fbd097789b6e1aef99a954d966b8a75add358c82636621bb8b5639883a6d79b17ba3691e72354034bd944fa1f44d8c1e SHA512 cb56de595225ab22f1c53f1dd971898fcb14610a11d1cbc789e144a5b34f24e56f44fb75bdefc809bde17e434a5e6d02830874b9b825af179cd4699587f5e7c7 DIST xmr-stak-2.7.1.tar.gz 376919 BLAKE2B bdbd3f7ca522e200db072679f21ee79dc99167cf512f19008ca6b591d0c7ba73f58b68e0d2d7a2622cb88438922e28a4c78e4cbf9d617e28881cc37e1db8c08a SHA512 f33afa259ffde23bd0b5dd8efceadd98e4e176ccabbb68e79eb7cfcc88af9444e897c552e1eea2e3798291309847451ebfa1c44d5310e192014cf6b2aa5eb530 DIST xmr-stak-2.8.0.tar.gz 388733 BLAKE2B cc75b2d80d7d9761b192f8d0752dde29d49c561675c63151f6cb915399dad715d133a17f2fa64c58ce8720a8de0a46bdb963c21571e29be3f99f0db3164aff40 SHA512 48803a9eb10e92763992dcbedb28b41735adf7da404312fe8358161cecef562bfc777a0b78ef90953db9c2a093adb30c4f9cd637f0613c949ff3b326662d2876 diff --git a/net-p2p/xmr-stak/xmr-stak-2.10.4.ebuild b/net-p2p/xmr-stak/xmr-stak-2.10.4.ebuild new file mode 100644 index 000..3244143bb5f --- /dev/null +++ b/net-p2p/xmr-stak/xmr-stak-2.10.4.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils systemd + +if [[ ${PV} == "" ]] ; then + EGIT_REPO_URI="https://github.com/fireice-uk/xmr-stak.git"; + EGIT_BRANCH="dev" + inherit git-r3 + SRC_URI="" +else + SRC_URI="https://github.com/fireice-uk/xmr-stak/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +DESCRIPTION="Unified all-in-one Monero miner" +HOMEPAGE="https://github.com/fireice-uk/xmr-stak"; +LICENSE="GPL-3" +SLOT="0" +IUSE="cuda devfee hwloc opencl ssl webserver" + +DEPEND="cuda? ( dev-util/nvidia-cuda-toolkit ) + hwloc? ( sys-apps/hwloc ) + opencl? ( virtual/opencl ) + ssl? ( dev-libs/openssl:0= ) + webserver? ( net-libs/libmicrohttpd )" +RDEPEND="${DEPEND}" + +src_prepare() { + cmake-utils_src_prepare + if ! use devfee; then + sed -i -e 's!fDevDonationLevel = .*;!fDevDonationLevel = 0.0;!' xmrstak/donate-level.hpp || die + fi +} + +src_configure() { + local mycmakeargs=( + -DCUDA_ENABLE=$(usex cuda) + -DHWLOC_ENABLE=$(usex hwloc) + -DMICROHTTPD_ENABLE=$(usex webserver) + -DOpenCL_ENABLE=$(usex opencl) + -DOpenSSL_ENABLE=$(usex ssl) + -DLIBRARY_OUTPUT_PATH=$(get_libdir) + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + systemd_newunit "${FILESDIR}"/${PN}-2.3.0.service ${PN}.service + doinitd "${FILESDIR}"/${PN} + dodir /etc/xmr-stak +} + +pkg_postinst() { + if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then + ewarn "To use
[gentoo-commits] data/glep:master commit in: /
commit: 9f4c0cee7c22a4af2d1b46309d375223ce729a6f Author: Michał Górny gentoo org> AuthorDate: Mon Mar 4 18:57:37 2019 + Commit: Michał Górny gentoo org> CommitDate: Tue Apr 2 13:42:55 2019 + URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=9f4c0cee glep-0080: Identity verification via OpenPGP WoT Bug: https://bugs.gentoo.org/682294 Signed-off-by: Michał Górny gentoo.org> glep-0080.rst | 291 ++ 1 file changed, 291 insertions(+) diff --git a/glep-0080.rst b/glep-0080.rst new file mode 100644 index 000..8f492aa --- /dev/null +++ b/glep-0080.rst @@ -0,0 +1,291 @@ +--- +GLEP: 80 +Title: Identity verification via OpenPGP WoT +Author: Michał Górny +Type: Standards Track +Status: Draft +Version: 1 +Created: 2019-03-04 +Last-Modified: 2019-04-02 +Post-History: 2019-03-04 +Content-Type: text/x-rst +Requires: +Replaces: +--- + +Abstract + +This GLEP proposes establishing a non-obligatory, distributed identity +verification procedure that is compatible with OpenPGP web of trust. It +could be used whenever an explicit need for verifying the real name +occurs, enforced on groups of developers with elevated privileges +via a separate policy or serve as guidelines for building web of trust. +Three methods of verifying the identity are proposed: face-to-face, +via webcam or via government-controlled identification services. + + +Motivation +== +GLEP 76 (Copyright Policy) specifies that all commits made to Gentoo +repositories must include a sign-off with a person's real name. +However, it does not specify any particular method of verifying it. +It is a standing policy that it is sufficient for contributor to +acknowledge the legitimacy of the provided name. [#GLEP76]_ + +At the same time, developers are asked not to accept contributions +if they have justified concerns as to the authenticity of the name +provided. In particular, this could happen if the developer happens +to know the contributor personally, the contributor indicated that he +is using a pseudonym or arbitrarily changed his name under the policy. +In this case, we lack a clear policy allowing the contributor +to reattain trust. + +Furthermore, enforcing higher standards for identity verification may +make sense for groups having elevated privileges or specific legal +responsibility, e.g. the Infrastructure team or Trustees. + +If a centralized identity verification model was to be introduced +in Gentoo, it would probably be necessary to perform most +of the verifications remotely. This would require transferring +sensitive personal data to a single entity which is undesirable. + +On the other hand, a distributed identity verification model is readily +provided by OpenPGP Web of Trust. In this case, verification can be +performed between individual pairs of developers, reducing the amount of +sensitive information at the disposal of a single entity and increasing +the chances of performing the verification face-to-face. + + +Specification += +Purpose and scope +- +This specification does not enforce identity verification anywhere. +Instead, it aims to provide clear rules for whenever developers +establish such a process is necessary. Identity verification may be +enforced in specific groups of developers separately, via internal +project policies or Council-approved policies. + +If a identity is verified according to this specification, this fact +should be recorded via signing UIDs matching the verified data +on the person's OpenPGP key. Such signature cryptographically confirms +that the signer has verified that the specific signee's UID provides +legitimate real name and e-mail address of the key owner. Furthermore, +it is recommended that the signer includes the URL of this GLEP +as the certification policy URL (``--cert-policy-url`` in *gpg(1)*), +and appropriately indicates certification level (see +``--default-cert-level`` in *gpg(1)*). + +The certification level of signatures following this specification must +be either 2 or 3, depending on how minutely the signer verified signee's +identification documents. + + +Identity verification +- +Face-to-face verification +~ +The recommended procedure for identity verification is for the signer +to meet signee face-to-face. The signer must: + +1. Obtain the signee's OpenPGP key fingerprint, the complete public key + data or a stronger digest of it over a tamper-resistant channel + (preferably on paper). The signer must reliably compare this data to + verify the authenticity of the key being signed. + +2. Verify the signee's identity using a government-issued identification + document with a photograph. The verification must include, + to the best of signer's abilities: + + a. Verifying that the counter-forgery features of the verified + document are present and are correct. + + b. Verify
[gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs2svn/
commit: 09358d6ee22a5a53987ec6bb787c66460c1b0142 Author: Lars Wendler gentoo org> AuthorDate: Tue Apr 2 13:36:26 2019 + Commit: Lars Wendler gentoo org> CommitDate: Tue Apr 2 13:36:39 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09358d6e dev-vcs/cvs2svn: Bump to version 2.5.0 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> dev-vcs/cvs2svn/Manifest | 1 + dev-vcs/cvs2svn/cvs2svn-2.5.0.ebuild | 58 2 files changed, 59 insertions(+) diff --git a/dev-vcs/cvs2svn/Manifest b/dev-vcs/cvs2svn/Manifest index d4739dafa52..aa05662402f 100644 --- a/dev-vcs/cvs2svn/Manifest +++ b/dev-vcs/cvs2svn/Manifest @@ -1 +1,2 @@ DIST cvs2svn-2.4.0.tar.gz 514891 BLAKE2B 0dd0d15ab28f96e56854295a789284a00ad8d172dbd849068fb05811a728f854d83b52856b6254ee0ac947425d972fb810b627aab95116040d4370bb98de6e0c SHA512 726fb8a3b3261eeb6d8097973f2741aa7a433f847bcef6701a6c0b7dc3d8fb5da1726e40f008d1dffac71791b953ddb9ade5db5809c98731d78e94da6465506a +DIST cvs2svn-2.5.0.tar.gz 539332 BLAKE2B 54d70750c601c1d5c701f853686d958e9b8b92c4109d9294ec139d3cc8d4c9e102abed976fe9f845d0d0a1ccb65f504a08ef27f48bdf001254cf6e26087e50e2 SHA512 226972553c9d9cbae81c6e85079f4201944cf77ce68ebd6020ef2cd88bf457241739cef401c4bd3bf656b1992fbf84639b8df72d1921eee9d043fde94fba1c6a diff --git a/dev-vcs/cvs2svn/cvs2svn-2.5.0.ebuild b/dev-vcs/cvs2svn/cvs2svn-2.5.0.ebuild new file mode 100644 index 000..ad033bc6bdb --- /dev/null +++ b/dev-vcs/cvs2svn/cvs2svn-2.5.0.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) +DISTUTILS_SINGLE_IMPL=1 + +inherit distutils-r1 + +FILEVER="49543" + +DESCRIPTION="Convert a CVS repository to a Subversion repository" +HOMEPAGE="http://cvs2svn.tigris.org/"; +SRC_URI="http://cvs2svn.tigris.org/files/documents/1462/${FILEVER}/${P}.tar.gz"; + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="bazaar git test" + +DEPEND=">=dev-vcs/subversion-1.0.9" +RDEPEND="${DEPEND} + bazaar? ( >=dev-vcs/bzr-1.13[${PYTHON_USEDEP}] ) + git? ( >=dev-vcs/git-1.5.4.4[${PYTHON_USEDEP}] ) + dev-vcs/rcs" + +pkg_setup() { + python-single-r1_pkg_setup +} + +src_prepare() { + distutils-r1_src_prepare + python_fix_shebang . +} + +src_compile() { + distutils-r1_src_compile + emake man +} + +src_install() { + distutils-r1_src_install + insinto "/usr/share/${PN}" + doins -r contrib cvs2{svn,git,bzr}-example.options + doman *.1 +} + +python_test() { + # Need this because subversion is localized, but the tests aren't + export LC_ALL=C + "${PYTHON}" -W ignore run-tests.py +} + +pkg_postinst() { + elog "Additional scripts and examples have been installed to:" + elog " /usr/share/${PN}/" +}
[gentoo-commits] repo/gentoo:master commit in: sys-auth/pambase/
commit: 492e4989d3e4c1391862e8ba3ec880ef4a0510bf Author: Mikle Kolyada gentoo org> AuthorDate: Tue Apr 2 13:30:36 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Apr 2 13:31:25 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492e4989 sys-auth/pambase: Version bump (v20190402) Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 sys-auth/pambase/Manifest| 1 + sys-auth/pambase/pambase-20190402.ebuild | 90 2 files changed, 91 insertions(+) diff --git a/sys-auth/pambase/Manifest b/sys-auth/pambase/Manifest index 27db15c99a5..35262a7385b 100644 --- a/sys-auth/pambase/Manifest +++ b/sys-auth/pambase/Manifest @@ -1,2 +1,3 @@ DIST pambase-20101024.tar.bz2 3201 BLAKE2B 714da8dd0b354cee29ad175a0ed2094fba8f3bfb5839319a515ed133991eb224ae280928177dcb0524f52193f44a68064a2413ae47d380472bc7b5da0b13f1bf SHA512 8d2a89b38d94d2e423a033ea6922c0a0039a0fb64d60c05991d877b4fa893954723fe1c1763f3f67ed6fbc3639282a4ee1d76824f7f29025b6050632a6984b6f DIST pambase-20150213.tar.xz 3480 BLAKE2B 7c59774bbfd2c4656264f1d8ea8cdd5ff4dc5d03091592726c8bd7775ba1573091c8616aa891298a1fe309b19885b5ec21efb45fe38900b7c959aaf5 SHA512 3b49dd3f06a0942fcced95527f62cbc4ff723c48dc896a0b57ecd19736d2892db974c782be3fe24e8e6e17294869a772ae9ee6118af96dfdc7a3a6561dc3f3e5 +DIST pambase-20190402.tar.gz 3679 BLAKE2B 992d7bf6b6f74ef22a8808b57dd6faffb6c351eaa8be4172f320031334ca6def698b2cb17005b58ac3c18e89a94012e279b0f27cc2bea5040ae8ddc3233cba2d SHA512 565d64653e9898b9bd231c1461ec0988a19dbc9500ff1417a7197ac75804abeb13ca543121ae4afb29017c1e99073a16137e5c876f43dcc01e2641218760f4ae diff --git a/sys-auth/pambase/pambase-20190402.ebuild b/sys-auth/pambase/pambase-20190402.ebuild new file mode 100644 index 000..e6172b5ebfc --- /dev/null +++ b/sys-auth/pambase/pambase-20190402.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="PAM base configuration files" +HOMEPAGE="https://gentoo.org/"; +SRC_URI="https://github.com/gentoo/pambase/archive/${P}.tar.gz"; + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -x86-fbsd ~amd64-linux ~x86-linux" +IUSE="consolekit +cracklib debug elogind minimal mktemp +nullok pam_krb5 pam_ssh passwdqc securetty selinux +sha512 systemd" + +RESTRICT="binchecks" + +REQUIRED_USE="?? ( consolekit elogind systemd )" + +MIN_PAM_REQ=1.1.3 + +RDEPEND=" + || ( + >=sys-libs/pam-${MIN_PAM_REQ} + ( sys-auth/openpam sys-freebsd/freebsd-pam-modules ) + ) + consolekit? ( sys-auth/consolekit[pam] ) + cracklib? ( sys-libs/pam[cracklib] ) + elogind? ( sys-auth/elogind[pam] ) + mktemp? ( sys-auth/pam_mktemp ) + pam_krb5? ( + || ( >=sys-libs/pam-${MIN_PAM_REQ} sys-auth/openpam ) + sys-auth/pam_krb5 + ) + pam_ssh? ( sys-auth/pam_ssh ) + passwdqc? ( sys-auth/pam_passwdqc ) + selinux? ( sys-libs/pam[selinux] ) + sha512? ( >=sys-libs/pam-${MIN_PAM_REQ} ) + systemd? ( sys-apps/systemd[pam] ) +" +DEPEND=" + app-arch/xz-utils + app-portage/portage-utils +" + +S="${WORKDIR}/${PN}-${P}" + +src_compile() { + local implementation linux_pam_version + if has_version sys-libs/pam; then + implementation=linux-pam + local ver_str=$(qatom $(best_version sys-libs/pam) | cut -d ' ' -f 3) + linux_pam_version=$(printf "0x%02x%02x%02x" ${ver_str//\./ }) + elif has_version sys-auth/openpam; then + implementation=openpam + else + die "PAM implementation not identified" + fi + + use_var() { + local varname=$(echo "$1" | tr '[:lower:]' '[:upper:]') + local usename=${2-$(echo "$1" | tr '[:upper:]' '[:lower:]')} + local varvalue=$(usex ${usename}) + echo "${varname}=${varvalue}" + } + + emake \ + GIT=true \ + $(use_var debug) \ + $(use_var cracklib) \ + $(use_var passwdqc) \ + $(use_var consolekit) \ + $(use_var elogind) \ + $(use_var systemd) \ + $(use_var selinux) \ + $(use_var nullok) \ + $(use_var mktemp) \ + $(use_var pam_ssh) \ + $(use_var securetty) \ + $(use_var sha512) \ + $(use_var KRB5 pam_krb5) \ + $(use_var minimal) \ + IMPLEMENTATION=${implementation} \ + LINUX_PAM_VERSION=${linux_pam_version} +} + +src_test() { :; } + +src_install() { + emake GIT=true DESTDIR="${ED}" install +}
[gentoo-commits] repo/gentoo:master commit in: sys-libs/openipmi/
commit: b1d4964c32652ae62c7720f9ec9ba59793d83b18 Author: Lars Wendler gentoo org> AuthorDate: Tue Apr 2 13:15:17 2019 + Commit: Lars Wendler gentoo org> CommitDate: Tue Apr 2 13:25:41 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d4964c sys-libs/openipmi: Revbump adding python3 support also remove libtool archives and optionally static libs Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> sys-libs/openipmi/openipmi-2.0.27-r1.ebuild | 103 1 file changed, 103 insertions(+) diff --git a/sys-libs/openipmi/openipmi-2.0.27-r1.ebuild b/sys-libs/openipmi/openipmi-2.0.27-r1.ebuild new file mode 100644 index 000..e4bc46a974e --- /dev/null +++ b/sys-libs/openipmi/openipmi-2.0.27-r1.ebuild @@ -0,0 +1,103 @@ +# 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 autotools python-single-r1 + +DESCRIPTION="Library interface to IPMI" +HOMEPAGE="https://sourceforge.net/projects/openipmi/"; +MY_PN="OpenIPMI" +MY_P="${MY_PN}-${PV/_/-}" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1 GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~x86" +IUSE="crypt snmp perl python static-libs tcl" +S="${WORKDIR}/${MY_P}" +RESTRICT='test' + +RDEPEND=" + dev-libs/glib:2 + sys-libs/gdbm:= + sys-libs/ncurses:0= + sys-libs/readline:0= + crypt? ( dev-libs/openssl:0= ) + snmp? ( net-analyzer/net-snmp ) + perl? ( dev-lang/perl ) + python? ( ${PYTHON_DEPS} ) + tcl? ( dev-lang/tcl:0= )" +DEPEND="${RDEPEND} + >=dev-lang/swig-1.3.21" +BDEPEND="virtual/pkgconfig" + +# Gui is broken! +# python? ( tcl? ( tk? ( dev-lang/tk dev-tcltk/tix ) ) )" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +PATCHES=( + "${FILESDIR}/${PN}-2.0.26-tinfo.patch" #501510 + + "${FILESDIR}/${PN}-2.0.26-readline.patch" +) + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_prepare() { + default + + # Bug #298250: parallel install fix. + sed -r -i \ + -e '/^install-data-local:/s,$, install-exec-am,g' \ + cmdlang/Makefile.{am,in} || die + + # We touch the .in and .am above because if we use the below, the Perl stuff + # is very fragile, and often fails to link. + eautoreconf +} + +src_configure() { + local myconf=( + # these binaries are for root! + --bindir="${EPREFIX}"/usr/sbin + --with-glib + --with-glibver=2.0 + --with-swig + --without-tkinter + $(use_with snmp ucdsnmp yes) + $(use_with crypt openssl yes) + $(use_with perl perl yes) + $(use_with tcl tcl yes) + $(use_with python python yes) + ) + + # GUI is broken + #use tk && use python && use !tcl && \ + # ewarn "Not building Tk GUI because it needs both Python AND Tcl" + #if use python && use tcl; then + # myconf+=( $(use_with tk tkinter) ) + #else + # myconf+=( --without-tkinter ) + #fi + + econf "${myconf[@]}" +} + +src_install() { + emake DESTDIR="${D}" install + dodoc README* FAQ ChangeLog TODO doc/IPMI.pdf lanserv/README.vm + newdoc cmdlang/README README.cmdlang + + use python && python_optimize + + find "${ED}" -name "*.la" -delete || die + if ! use static-libs ; then + find "${ED}" -name "*.a" -delete || die + fi +}
[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/
commit: 233b86a44bece29adeaf5baa86208f02b1b7cf06 Author: Lars Wendler gentoo org> AuthorDate: Tue Apr 2 13:23:34 2019 + Commit: Lars Wendler gentoo org> CommitDate: Tue Apr 2 13:25:42 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233b86a4 dev-vcs/git: Revbump adding python3 support Closes: https://bugs.gentoo.org/677518 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> dev-vcs/git/git-2.21.0-r1.ebuild | 711 +++ 1 file changed, 711 insertions(+) diff --git a/dev-vcs/git/git-2.21.0-r1.ebuild b/dev-vcs/git/git-2.21.0-r1.ebuild new file mode 100644 index 000..dfeadcd4118 --- /dev/null +++ b/dev-vcs/git/git-2.21.0-r1.ebuild @@ -0,0 +1,711 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +GENTOO_DEPEND_ON_PERL=no + +# bug #329479: git-remote-testgit is not multiple-version aware +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) +PLOCALES="bg ca de es fr is it ko pt_PT ru sv vi zh_CN" +if [[ ${PV} == * ]]; then + SCM="git-r3" + EGIT_REPO_URI="git://git.kernel.org/pub/scm/git/git.git" + # Please ensure that all _four_ ebuilds get updated; they track the 4 upstream branches. + # See https://git-scm.com/docs/gitworkflows#_graduation + # In order of stability: + # -r0: maint + # -r1: master + # -r2: next + # -r3: pu + case "${PVR}" in + ) EGIT_BRANCH=maint ;; + -r1) EGIT_BRANCH=master ;; + -r2) EGIT_BRANCH=next;; + -r3) EGIT_BRANCH=pu ;; + esac +fi + +inherit toolchain-funcs elisp-common l10n perl-module bash-completion-r1 python-single-r1 systemd ${SCM} + +MY_PV="${PV/_rc/.rc}" +MY_P="${PN}-${MY_PV}" + +DOC_VER="${MY_PV}" + +DESCRIPTION="stupid content tracker: distributed VCS designed for speed and efficiency" +HOMEPAGE="https://www.git-scm.com/"; +if [[ ${PV} != * ]]; then + SRC_URI_SUFFIX="xz" + SRC_URI_KORG="mirror://kernel/software/scm/git" + [[ "${PV/rc}" != "${PV}" ]] && SRC_URI_KORG+='/testing' + SRC_URI="${SRC_URI_KORG}/${MY_P}.tar.${SRC_URI_SUFFIX} + ${SRC_URI_KORG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX} + doc? ( + ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} + )" + [[ "${PV}" = *_rc* ]] || \ + 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" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="+blksha1 +curl cgi doc emacs gnome-keyring +gpg highlight +iconv libressl mediawiki mediawiki-experimental +nls +pcre +pcre-jit +perl +python ppcsha1 tk +threads +webdav xinetd cvs subversion test" + +# Common to both DEPEND and RDEPEND +CDEPEND=" + gnome-keyring? ( app-crypt/libsecret ) + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:= ) + sys-libs/zlib + pcre? ( + pcre-jit? ( dev-libs/libpcre2[jit(+)] ) + !pcre-jit? ( dev-libs/libpcre ) + ) + perl? ( dev-lang/perl:=[-build(-)] ) + tk? ( dev-lang/tk:0= ) + curl? ( + net-misc/curl + webdav? ( dev-libs/expat ) + ) + emacs? ( virtual/emacs ) +" + +RDEPEND="${CDEPEND} + gpg? ( app-crypt/gnupg ) + perl? ( + dev-perl/Error + dev-perl/MailTools + dev-perl/Net-SMTP-SSL + dev-perl/Authen-SASL + cgi? ( + dev-perl/CGI + highlight? ( app-text/highlight ) + ) + cvs? ( + >=dev-vcs/cvsps-2.1:0 + dev-perl/DBI + dev-perl/DBD-SQLite + ) + mediawiki? ( + dev-perl/DateTime-Format-ISO8601 + dev-perl/HTML-Tree + dev-perl/MediaWiki-API + ) + subversion? ( + dev-vcs/subversion[-dso,perl] + dev-perl/libwww-perl + dev-perl/TermReadKey + ) + ) + python? ( ${PYTHON_DEPS} ) +" + +# This is how info docs are created with Git: +# .txt/asciidoc --(asciidoc)-> .xml/docbook +# .xml/docbook --(docbook2texi.pl)--> .texi +# .texi --(makeinfo)-> .info +DEPEND="${CDEPEND} + doc? ( + app-text/asciidoc + app-text/docbook2X + sys-apps/texinfo + app-text/xmlto + ) + nls? ( sys-devel/gettext ) + test? ( app-crypt/gnupg )" + +# Li
[gentoo-commits] proj/pambase:master commit in: /
commit: e10d88d10cfc7da664e66cf8c5a7bf297ea4b8f7 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Apr 2 13:08:25 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Apr 2 13:08:25 2019 + URL:https://gitweb.gentoo.org/proj/pambase.git/commit/?id=e10d88d1 add vital patches into the sources Signed-off-by: Mikle Kolyada gentoo.org> Makefile| 4 passwd.in | 9 + system-auth.in | 4 system-login.in | 9 - 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index a459fd0..abd7008 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,10 @@ ifeq "$(SYSTEMD)" "yes" PAMFLAGS += -DHAVE_SYSTEMD=1 endif +ifeq "$(ELOGIND)" "yes" +PAMFLAGS += -DHAVE_ELOGIND=1 +endif + ifeq "$(GNOME_KEYRING)" "yes" PAMFLAGS += -DHAVE_GNOME_KEYRING=1 endif diff --git a/passwd.in b/passwd.in index 7eabf3d..248bb7c 100644 --- a/passwd.in +++ b/passwd.in @@ -1,6 +1,7 @@ -auth sufficient pam_rootok.so -auth include system-auth +auth sufficient pam_rootok.so +auth include system-auth -accountinclude system-auth +accountinclude system-auth -password include system-auth +password include system-auth +-password optionalpam_gnome_keyring.so UNIX_AUTHTOK diff --git a/system-auth.in b/system-auth.in index c729004..4d588fb 100644 --- a/system-auth.in +++ b/system-auth.in @@ -39,3 +39,7 @@ session optionalpam_ssh.so #if HAVE_SYSTEMD -sessionoptionalpam_systemd.so #endif + +#if HAVE_ELOGIND +-sessionoptionalpam_elogind.so +#endif diff --git a/system-login.in b/system-login.in index 137c40c..064c687 100644 --- a/system-login.in +++ b/system-login.in @@ -8,9 +8,6 @@ authrequiredpam_shells.so DEBUG auth requiredpam_nologin.so DEBUG_NOLOGIN #endif auth include system-auth -#if HAVE_GNOME_KEYRING -auth optionalpam_gnome_keyring.so -#endif #if HAVE_ACCESS accountrequiredpam_access.so DEBUG @@ -27,9 +24,6 @@ account requiredTALLY_MODULE onerr=succeed DEBUG #endif password include system-auth -#if HAVE_GNOME_KEYRING -password optionalpam_gnome_keyring.so -#endif #if HAVE_LOGINUID session optionalpam_loginuid.so @@ -51,9 +45,6 @@ session optionalpam_ck_connector.so nox11 # Note: modules that run in the user's context must come after this line. sessionrequiredpam_selinux.so multiple open #endif -#if HAVE_GNOME_KEYRING -sessionoptionalpam_gnome_keyring.so auto_start -#endif #if HAVE_MOTD sessionoptionalpam_motd.so motd=/etc/motd #endif
[gentoo-commits] proj/pambase: New tag: pambase-20190402
commit: Commit: Mikle Kolyada gentoo org> CommitDate: Tue Apr 2 13:10:29 2019 + New tag: pambase-20190402
[gentoo-commits] repo/gentoo:master commit in: www-client/vivaldi-snapshot/
commit: 38b0c2b611158ef17179e93e5a548f6e074d6721 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Apr 2 12:34:25 2019 + Commit: Jeroen Roovers gentoo org> CommitDate: Tue Apr 2 12:34:36 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38b0c2b6 www-client/vivaldi-snapshot: Old Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> www-client/vivaldi-snapshot/Manifest | 4 - .../vivaldi-snapshot-2.4.1488.33_p1.ebuild | 119 - 2 files changed, 123 deletions(-) diff --git a/www-client/vivaldi-snapshot/Manifest b/www-client/vivaldi-snapshot/Manifest index b7c5a0fc8c1..1626219cdd6 100644 --- a/www-client/vivaldi-snapshot/Manifest +++ b/www-client/vivaldi-snapshot/Manifest @@ -1,7 +1,3 @@ -DIST vivaldi-snapshot-2.4.1488.33_p1-amd64.deb 60494336 BLAKE2B de512822576955ac91aa0695ddeb5d4f7463d53afccecd2641d14f82d22d0f7a8e33da1965d8ab9860e1122a36cb1b88cb73267e0d5df7fd8c35c6eaa18e49f3 SHA512 361f648b45810c8c29433127e8ec2e49778360385d54cc4d4a064b6b6ba5521eb6a908abd48ffb5afb2bd2b6e74103b875c8750b62559be3c3d6c7a52d15a827 -DIST vivaldi-snapshot-2.4.1488.33_p1-arm64.deb 54273992 BLAKE2B d78724a8a6bb2fce301c4f87f2866335bb0e0b836e3fd9667c616c6984ec8c18d37beeaf4c6a7a1ba585141ef3fdfe4fa1fb03123e5b68ec080908f07a76ff52 SHA512 1527e4231ab91fab4f1ba765bc62782a32f8a29c57481543791af5e545e17514e9ea5ddb46682134774fc28c728e42a6f963a8b373be0a620f5b4e147a2a6e71 -DIST vivaldi-snapshot-2.4.1488.33_p1-armhf.deb 53340180 BLAKE2B 73c045507e2ac39c2c38c4125e8e41c5a0f0db67815e9196b3066c653574e9257f4e68d4251e6ce659b1b2a0986ec2d888c513015a779fd2f6e5cdd0e7fb0bc7 SHA512 2de2af1e774077b0380b092b32a28cbdc35a488ca72203cfc0135ae14caf15299f704942cd7714cb4a67cc66c7bea9e7cde846f4fe1e3c76bbfe0aa0e584211e -DIST vivaldi-snapshot-2.4.1488.33_p1-i386.deb 58546092 BLAKE2B 7bf9f76848a8d446d20028b39306ee5c1573c96cfd9df2a670cf00baa8edc95f53f3c337d3cc3f1a149b7d5b21c4876b66255b01caea85ff610f02774c779e97 SHA512 269a206b68276afa3ae5f361e42ba6e42dfc769842b262c2badc224510620c7446095ca20c84e63b75f65517813fb463fc37f1dcd7f98a7be424d61a2e2b4b14 DIST vivaldi-snapshot-2.5.1497.4_p1-amd64.deb 60478084 BLAKE2B 82615ce834eb677292c30a0e28579737ce2581a923d9cb935ca00fc49835b9d7848436a1c8b0b156472696e76712dea7015e9245fb7557e773d7cae562072965 SHA512 b715497b3d41626a2fffc9d60e0a054bdaa8eed0fe52f8589a311c589d713bc0fc59f6155a5eac780cf9bc2782655ea2c01a04ff26952b4ba4525f3c249c16a1 DIST vivaldi-snapshot-2.5.1497.4_p1-arm64.deb 54261672 BLAKE2B 888edc80c20fc39c904f07439001dcc2ef9754f29f5e033eecb97916a5ec3864520ce958bcab328a3cd1f300aac474de98559cbe35d92ea073bbb85dd79236e8 SHA512 c4ab3a50ee61e7198c68444cbb64dd73ba827f475f45b916e7f593459c0f83a1c24e08ec1af6b597bf83e92b8ec502e75f9dce6123ee3dc07f19e2dffb2d543e DIST vivaldi-snapshot-2.5.1497.4_p1-armhf.deb 53334108 BLAKE2B d33d0b726388121af12428060c83cd8a9a6f61460030a91292a9e107809434e541126cb429c70663cc984002170fbcdbe5c8442166e4c3f892d9652f7394e6cd SHA512 41f0e265be31e2cb05c69f2ec5f4cb80157b6e044a397cf82460515c966d44eab540c810e872b85f3a3c49aabc01ddff92179658221c5042c61aa8ec06bd diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.4.1488.33_p1.ebuild b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.4.1488.33_p1.ebuild deleted file mode 100644 index 91bde2d5746..000 --- a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.4.1488.33_p1.ebuild +++ /dev/null @@ -1,119 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -CHROMIUM_LANGS=" - am ar be bg bn ca cs da de el en-GB en-US eo es es-419 es-PE et eu fa fi - fil fr fy gl gu he hi hr hu hy id io is it ja jbo ka kn ko ku lt lv mk ml - mr ms nb nl nn pl pt-BR pt-PT ro ru sc sk sl sq sr sv sw ta te th tr uk vi - zh-CN zh-TW -" -inherit chromium-2 eutils gnome2-utils multilib unpacker toolchain-funcs xdg-utils - -VIVALDI_HOME="opt/${PN}" -DESCRIPTION="A browser for our friends" -HOMEPAGE="https://vivaldi.com/"; -VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_"; -SRC_URI=" - amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb ) - arm64? ( ${VIVALDI_BASE_URI}arm64.deb -> ${P}-arm64.deb ) - arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb ) - x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb ) -" - -LICENSE="Vivaldi" -SLOT="0" -KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86" -RESTRICT="bindist mirror" - -DEPEND=" - virtual/libiconv -" -RDEPEND=" - dev-libs/expat - dev-libs/glib:2 - dev-libs/nspr - dev-libs/nss - media-libs/alsa-lib - media-libs/fontconfig - media-libs/freetype - media-libs/speex - net-print/cups - sys-apps/dbus - sys-libs/libcap - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/gtk+:3 - x11-libs/libX11 - x11-libs/libXScrnSaver - x11-libs/libXcomposite - x1
[gentoo-commits] repo/gentoo:master commit in: www-client/vivaldi-snapshot/
commit: 2336a1c8195ebfab2fc2443fb747afa53ba989df Author: Jeroen Roovers gentoo org> AuthorDate: Tue Apr 2 12:34:06 2019 + Commit: Jeroen Roovers gentoo org> CommitDate: Tue Apr 2 12:34:36 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2336a1c8 www-client/vivaldi-snapshot: Version 2.5.1503.4_p1 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jeroen Roovers gentoo.org> www-client/vivaldi-snapshot/Manifest | 4 + .../vivaldi-snapshot-2.5.1503.4_p1.ebuild | 116 + 2 files changed, 120 insertions(+) diff --git a/www-client/vivaldi-snapshot/Manifest b/www-client/vivaldi-snapshot/Manifest index 8d6e318bd29..b7c5a0fc8c1 100644 --- a/www-client/vivaldi-snapshot/Manifest +++ b/www-client/vivaldi-snapshot/Manifest @@ -6,3 +6,7 @@ DIST vivaldi-snapshot-2.5.1497.4_p1-amd64.deb 60478084 BLAKE2B 82615ce834eb67729 DIST vivaldi-snapshot-2.5.1497.4_p1-arm64.deb 54261672 BLAKE2B 888edc80c20fc39c904f07439001dcc2ef9754f29f5e033eecb97916a5ec3864520ce958bcab328a3cd1f300aac474de98559cbe35d92ea073bbb85dd79236e8 SHA512 c4ab3a50ee61e7198c68444cbb64dd73ba827f475f45b916e7f593459c0f83a1c24e08ec1af6b597bf83e92b8ec502e75f9dce6123ee3dc07f19e2dffb2d543e DIST vivaldi-snapshot-2.5.1497.4_p1-armhf.deb 53334108 BLAKE2B d33d0b726388121af12428060c83cd8a9a6f61460030a91292a9e107809434e541126cb429c70663cc984002170fbcdbe5c8442166e4c3f892d9652f7394e6cd SHA512 41f0e265be31e2cb05c69f2ec5f4cb80157b6e044a397cf82460515c966d44eab540c810e872b85f3a3c49aabc01ddff92179658221c5042c61aa8ec06bd DIST vivaldi-snapshot-2.5.1497.4_p1-i386.deb 58552468 BLAKE2B 7a6368feb0237bbb9c3938392c6ace6a53753e0502b241b7498afc51e58977caae1cc6488f23bf5a3f493a2d5e064fdf3c26cd65044cfa1aa489ff9d787f645c SHA512 16606cd13b88955ba69b4a02b59e89f27152279b594c08099df7109ae93838462766b5995acefc3d0a20c0a85f99fe5b3d6c40e7065d457d246caa352ded4911 +DIST vivaldi-snapshot-2.5.1503.4_p1-amd64.deb 6046 BLAKE2B 2092717c7a169037d80187a86f199c0504854fe424426c241a98ce9f7f1c95b328da917517425353afda09384328d9ce248a4dc894da1b204263372a00d19868 SHA512 5e86b669a5a8d6e53a43dc852fa1c90666cd9224e663d98f474a9a436add730df04d4ac59c3c954b2c73567c3b8dffa09360d9113eccf1dbd12c09ce528ec37a +DIST vivaldi-snapshot-2.5.1503.4_p1-arm64.deb 54269204 BLAKE2B f15443d001c6cf6c4b269b53edf770870fa23ce823da044c3884fbf6643dede3e537ef968d5cb1d79b8141a53cf62e23dec4769b27839abd9d035a59dc75460d SHA512 c29d0f85f5627d12fe684d1d3ba2dd0a6a5680983e695e204204908ed239f17c79b2cc66e398b4f1d67324fa4675b5fe47c5738e23176903bd2034bf0bc35649 +DIST vivaldi-snapshot-2.5.1503.4_p1-armhf.deb 53342036 BLAKE2B 59468b2da517f587ebf7c00bc119a4c1e8c229dd07a8106ca8548b8c3c80507c6504216614d95c98cd0b2af1581b1f1c4ddd68535984c02aaa4f85fb88c84f9f SHA512 248bc6f15cc29d288143ac6984eef4b9e3fcbe5697bcfcb1f4a93a6435447fdffb59fa8881e0fe2e6732afc743512cf393297aa92fb752c320fd73fc55d8fcb0 +DIST vivaldi-snapshot-2.5.1503.4_p1-i386.deb 58552696 BLAKE2B b85bb60c2488e71486597d49e41018d10ca1e551f57641bb61ba00480cb204ec5027dc5c3a7acdb78e85f4714e946771edc74bc00e54543704725fd99148c88f SHA512 6c0738b923e41e9d126f649fd82af93c2bf2f94989ecd10f50615e1873fc7297a45f45a50df4e22288ffc8ee641e11b792136ab61ee101c2732fc8b85c17b544 diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.5.1503.4_p1.ebuild b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.5.1503.4_p1.ebuild new file mode 100644 index 000..61f30aa0966 --- /dev/null +++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.5.1503.4_p1.ebuild @@ -0,0 +1,116 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +CHROMIUM_LANGS=" + am ar be bg bn ca cs da de el en-GB en-US eo es es-419 es-PE et eu fa fi + fil fr fy gl gu he hi hr hu hy id io is it ja jbo ka kn ko ku lt lv mk ml + mr ms nb nl nn pl pt-BR pt-PT ro ru sc sk sl sq sr sv sw ta te th tr uk vi + zh-CN zh-TW +" +inherit chromium-2 multilib unpacker toolchain-funcs xdg-utils + +VIVALDI_HOME="opt/${PN}" +DESCRIPTION="A browser for our friends" +HOMEPAGE="https://vivaldi.com/"; +VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_"; +SRC_URI=" + amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb ) + arm64? ( ${VIVALDI_BASE_URI}arm64.deb -> ${P}-arm64.deb ) + arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb ) + x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb ) +" + +LICENSE="Vivaldi" +SLOT="0" +KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86" +RESTRICT="bindist mirror" + +DEPEND=" + virtual/libiconv +" +RDEPEND=" + dev-libs/expat + dev-libs/glib:2 + dev-libs/nspr + dev-libs/nss + media-libs/alsa-lib + media-libs/fontconfig + media-libs/freetype + media-libs/speex + net-print/cups + sys-apps/dbus + sys-libs/libcap + x11-libs/cairo + x11-libs/gdk-pixbuf + x11-libs/gtk+:3 + x11-libs/libX11 +
[gentoo-commits] repo/gentoo:master commit in: app-portage/emerge-delta-webrsync/
commit: 94417d562e210cf0e1577f8fa96ba3b0e62a Author: Mikle Kolyada gentoo org> AuthorDate: Tue Apr 2 12:32:29 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Apr 2 12:32:29 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94417ddd app-portage/emerge-delta-webrsync: alpha stable wrt bug #646212 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha" app-portage/emerge-delta-webrsync/emerge-delta-webrsync-3.7.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/emerge-delta-webrsync/emerge-delta-webrsync-3.7.5.ebuild b/app-portage/emerge-delta-webrsync/emerge-delta-webrsync-3.7.5.ebuild index 6c3fd502310..174c9d04a3d 100644 --- a/app-portage/emerge-delta-webrsync/emerge-delta-webrsync-3.7.5.ebuild +++ b/app-portage/emerge-delta-webrsync/emerge-delta-webrsync-3.7.5.ebuild @@ -7,7 +7,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage"; SRC_URI="https://gitweb.gentoo.org/proj/portage.git/plain/misc/emerge-delta-webrsync?id=b8c070708bbc6d0db544d4b04b530d6d03d39bb5 -> ${P}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86 ~x86-fbsd" IUSE="" DEPEND=""
[gentoo-commits] repo/gentoo:master commit in: app-emacs/eselect-mode/
commit: 8237e05ee07d04eb6aff7961e3727f4d41e5bc73 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Apr 2 12:29:34 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Apr 2 12:29:50 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8237e05e app-emacs/eselect-mode: alpha stable wrt bug #678208 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha" app-emacs/eselect-mode/eselect-mode-1.4.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/eselect-mode/eselect-mode-1.4.13.ebuild b/app-emacs/eselect-mode/eselect-mode-1.4.13.ebuild index c8d7548549c..5c57900302a 100644 --- a/app-emacs/eselect-mode/eselect-mode-1.4.13.ebuild +++ b/app-emacs/eselect-mode/eselect-mode-1.4.13.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/eselect/${MY_P}.tar.xz"; LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 ~s390 sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 ~s390 sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${MY_P}/misc" SITEFILE="50${PN}-gentoo.el"
[gentoo-commits] repo/gentoo:master commit in: net-im/pidgin/files/, net-im/pidgin/
commit: edc73a669e7ef0525ffad215fea70cb24876d6cf Author: Lars Wendler gentoo org> AuthorDate: Tue Apr 2 12:27:42 2019 + Commit: Lars Wendler gentoo org> CommitDate: Tue Apr 2 12:29:04 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc73a66 net-im/pidgin: Revbump adding python3 support and use [${PYTHON_USEDEP}] for dev-python/dbus-python package Closes: https://bugs.gentoo.org/459996 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> .../files/pidgin-2.13.0-python3_support.patch | 37 +++ net-im/pidgin/pidgin-2.13.0-r1.ebuild | 285 + 2 files changed, 322 insertions(+) diff --git a/net-im/pidgin/files/pidgin-2.13.0-python3_support.patch b/net-im/pidgin/files/pidgin-2.13.0-python3_support.patch new file mode 100644 index 000..19ece4a9a22 --- /dev/null +++ b/net-im/pidgin/files/pidgin-2.13.0-python3_support.patch @@ -0,0 +1,37 @@ +# HG changeset patch +# User John Bailey +# Date 1527918187 14400 +# Sat Jun 02 01:43:07 2018 -0400 +# Branch upstream-fedora-patches +# Node ID ab3a54cf9afbd2a1cb6736c7ee424d8fc82e7b14 +# Parent de18cefddad5ffe593a192f3a20f6f91165ab516 +Modified Jan Synacek's purple-remote python3 compatibility patch to make it +compatible with both python2 and python3. + +diff --git a/COPYRIGHT b/COPYRIGHT +--- a/COPYRIGHT b/COPYRIGHT +@@ -544,6 +544,7 @@ + Sun Microsystems + Marcus Sundberg + Mårten Svantesson (fursten) ++Jan Synacek + Amir Szekely (kichik) + Gábor Szuromi (kukkerman) + Jakub Szypulka +diff --git a/libpurple/purple-remote b/libpurple/purple-remote +--- a/libpurple/purple-remote b/libpurple/purple-remote +@@ -14,7 +14,11 @@ + import xml.dom.minidom + + sys.stdin = codecs.getwriter('utf-8')(sys.stdin); +-sys.stdout = codecs.getwriter('utf-8')(sys.stdout); ++ ++if(sys.version_info > (3,0)): ++sys.stdout = codecs.getwriter('utf-8')(sys.stdout.detach()); ++else: ++sys.stdout = codecs.getwriter('utf-8')(sys.stdout); + + xml.dom.minidom.Element.all = xml.dom.minidom.Element.getElementsByTagName + diff --git a/net-im/pidgin/pidgin-2.13.0-r1.ebuild b/net-im/pidgin/pidgin-2.13.0-r1.ebuild new file mode 100644 index 000..68c1f9e981a --- /dev/null +++ b/net-im/pidgin/pidgin-2.13.0-r1.ebuild @@ -0,0 +1,285 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +GENTOO_DEPEND_ON_PERL=no +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) + +inherit autotools flag-o-matic gnome2 toolchain-funcs multilib perl-module python-single-r1 xdg-utils + +DESCRIPTION="GTK Instant Messenger client" +HOMEPAGE="http://pidgin.im/"; +SRC_URI=" + mirror://sourceforge/${PN}/${P}.tar.bz2 + https://dev.gentoo.org/~polynomial-c/${PN}-eds-3.6.patch.bz2 + https://gist.githubusercontent.com/imcleod/77f38d11af11b2413ada/raw/46e9d6cb4d2f839832dad2d697bb141a88028e04/pidgin-irc-join-sleep.patch -> ${PN}-2.10.9-irc_join_sleep.patch" + +LICENSE="GPL-2" +SLOT="0/2" # libpurple version +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +IUSE="dbus debug doc eds gadu gnutls +gstreamer +gtk idn meanwhile pie" +IUSE+=" networkmanager nls perl silc tcl tk spell sasl ncurses" +IUSE+=" groupwise prediction python +xscreensaver zephyr zeroconf" # mono" +IUSE+=" aqua" + +# dbus requires python to generate C code for dbus bindings (thus DEPEND only). +# finch uses libgnt that links with libpython - {R,}DEPEND. But still there is +# no way to build dbus and avoid libgnt linkage with python. If you want this +# send patch upstream. +# purple-url-handler and purple-remote require dbus-python thus in reality we +# rdepend on python if dbus enabled. But it is possible to separate this dep. +RDEPEND=" + >=dev-libs/glib-2.16 + >=dev-libs/libxml2-2.6.18 + ncurses? ( + sys-libs/ncurses:0=[unicode] + dbus? ( ${PYTHON_DEPS} ) + python? ( ${PYTHON_DEPS} ) + ) + gtk? ( + >=x11-libs/gtk+-2.10:2[aqua=] + x11-libs/libSM + >=x11-libs/pango-1.4.0 + xscreensaver? ( x11-libs/libXScrnSaver ) + spell? ( >=app-text/gtkspell-2.0.2:2 ) + eds? ( >=gnome-extra/evolution-data-server-3.6:= ) + prediction? ( >=dev-db/sqlite-3.3:3 ) + ) + gstreamer? ( + media-libs/gstreamer:1.0 + media-libs/gst-plugins-base:1.0 + >=net-libs/farstream-0.2.7:0.2 + ) + zeroconf? ( net-dns/avahi[dbus] ) + dbus? ( + >=dev-libs/dbus-glib-0.71 + >=sys-apps/dbus-0.90 + dev-python/dbus-python[${PYTHON_USEDEP}] + ) + perl? ( >=dev-lang/perl-5.16:= ) + gadu? ( + || ( + >=net-libs/libgadu-1.11.0[ssl,gnutls] + >=net-libs/libga
[gentoo-commits] repo/gentoo:master commit in: sys-apps/makedev/
commit: 520150470ef39d83f5d759de12f921051972158a Author: Mikle Kolyada gentoo org> AuthorDate: Tue Apr 2 12:26:46 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Apr 2 12:26:46 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52015047 sys-apps/makedev: alpha stable wrt bug #679452 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha" sys-apps/makedev/makedev-3.23.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/makedev/makedev-3.23.1-r1.ebuild b/sys-apps/makedev/makedev-3.23.1-r1.ebuild index 3e0184365d9..f81ec2bfe66 100644 --- a/sys-apps/makedev/makedev-3.23.1-r1.ebuild +++ b/sys-apps/makedev/makedev-3.23.1-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://people.redhat.com/nalin/MAKEDEV/${MY_P}-${MY_REL}.tar.gz"; LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86" IUSE="build selinux" RDEPEND="!
[gentoo-commits] repo/gentoo:master commit in: dev-python/zstandard/
commit: b3f168cb1b871cf1c462f6eebe97e4613d3379b5 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Apr 2 12:25:14 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Apr 2 12:25:14 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f168cb dev-python/zstandard: alpha stable wrt bug #680206 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha" dev-python/zstandard/zstandard-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/zstandard/zstandard-0.8.1.ebuild b/dev-python/zstandard/zstandard-0.8.1.ebuild index 7727f6c7523..2221ec5851b 100644 --- a/dev-python/zstandard/zstandard-0.8.1.ebuild +++ b/dev-python/zstandard/zstandard-0.8.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND="dev-python/cffi:=[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/
commit: 30d8a31f1efceda6d6b4a180ca276b8a61385034 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Apr 2 12:25:12 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Apr 2 12:25:12 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d8a31f dev-vcs/mercurial: alpha stable wrt bug #680206 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha" dev-vcs/mercurial/mercurial-4.9-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/mercurial/mercurial-4.9-r1.ebuild b/dev-vcs/mercurial/mercurial-4.9-r1.ebuild index 2c1934673ed..d8cadd73e51 100644 --- a/dev-vcs/mercurial/mercurial-4.9-r1.ebuild +++ b/dev-vcs/mercurial/mercurial-4.9-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz"; LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="bugzilla emacs gpg test tk" RDEPEND="app-misc/ca-certificates
[gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/
commit: 6810ff2378f209d420fa93eb3514fe87f9de5a85 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Apr 2 12:23:53 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Apr 2 12:23:53 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6810ff23 dev-db/mariadb: alpha stable wrt bug #670808 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha" dev-db/mariadb/mariadb-10.2.22-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/mariadb/mariadb-10.2.22-r1.ebuild b/dev-db/mariadb/mariadb-10.2.22-r1.ebuild index ea8115a11ca..38e851d5565 100644 --- a/dev-db/mariadb/mariadb-10.2.22-r1.ebuild +++ b/dev-db/mariadb/mariadb-10.2.22-r1.ebuild @@ -42,7 +42,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static ) ?? ( tcmalloc jemalloc ) static? ( yassl !pam )" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase
[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-init-scripts/
commit: d51e3207661de941f4b8e6281c63f1de252567ea Author: Mikle Kolyada gentoo org> AuthorDate: Tue Apr 2 12:23:54 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Apr 2 12:23:54 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d51e3207 dev-db/mysql-init-scripts: alpha stable wrt bug #670808 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha" dev-db/mysql-init-scripts/mysql-init-scripts-2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/mysql-init-scripts/mysql-init-scripts-2.3.ebuild b/dev-db/mysql-init-scripts/mysql-init-scripts-2.3.ebuild index 9f5369e9e21..f2aa90039fe 100644 --- a/dev-db/mysql-init-scripts/mysql-init-scripts-2.3.ebuild +++ b/dev-db/mysql-init-scripts/mysql-init-scripts-2.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="" DEPEND=""
[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/
commit: ca9b5ee222cecc8542ae86b206286ddbe18e3c56 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Apr 2 12:22:34 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Apr 2 12:22:34 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca9b5ee2 dev-db/postgresql: alpha stable wrt bug #680840 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha" dev-db/postgresql/postgresql-10.7.ebuild | 2 +- dev-db/postgresql/postgresql-11.2.ebuild | 2 +- dev-db/postgresql/postgresql-9.4.21.ebuild | 2 +- dev-db/postgresql/postgresql-9.5.16.ebuild | 2 +- dev-db/postgresql/postgresql-9.6.12.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-db/postgresql/postgresql-10.7.ebuild b/dev-db/postgresql/postgresql-10.7.ebuild index 3de2ce4b934..e57d2fce853 100644 --- a/dev-db/postgresql/postgresql-10.7.ebuild +++ b/dev-db/postgresql/postgresql-10.7.ebuild @@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT=$(get_major_version) diff --git a/dev-db/postgresql/postgresql-11.2.ebuild b/dev-db/postgresql/postgresql-11.2.ebuild index 4cf5ae06081..f81184845ee 100644 --- a/dev-db/postgresql/postgresql-11.2.ebuild +++ b/dev-db/postgresql/postgresql-11.2.ebuild @@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \ systemd user versionator -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" SLOT=$(get_major_version) diff --git a/dev-db/postgresql/postgresql-9.4.21.ebuild b/dev-db/postgresql/postgresql-9.4.21.ebuild index 25eabf42f59..fcd3363ee52 100644 --- a/dev-db/postgresql/postgresql-9.4.21.ebuild +++ b/dev-db/postgresql/postgresql-9.4.21.ebuild @@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT="$(get_version_component_range 1-2)" diff --git a/dev-db/postgresql/postgresql-9.5.16.ebuild b/dev-db/postgresql/postgresql-9.5.16.ebuild index 732daa80977..166aeefaf58 100644 --- a/dev-db/postgresql/postgresql-9.5.16.ebuild +++ b/dev-db/postgresql/postgresql-9.5.16.ebuild @@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT="$(get_version_component_range 1-2)" diff --git a/dev-db/postgresql/postgresql-9.6.12.ebuild b/dev-db/postgresql/postgresql-9.6.12.ebuild index 58e68a5ad15..bb5addb779c 100644 --- a/dev-db/postgresql/postgresql-9.6.12.ebuild +++ b/dev-db/postgresql/postgresql-9.6.12.ebuild @@ -11,7 +11,7 @@ PLOCALES="af cs de en es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN inherit flag-o-matic l10n linux-info multilib pam prefix python-single-r1 \ systemd user versionator -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" SLOT="$(get_version_component_range 1-2)"