[gentoo-commits] repo/gentoo:master commit in: dev-util/jenkins-bin/

2020-04-25 Thread Hans de Graaff
commit: bd474b8a5589874f3c7e059bf62675412c5e3711
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 26 05:16:31 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 26 05:25:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd474b8a

dev-util/jenkins-bin: add 2.222.3

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

 dev-util/jenkins-bin/Manifest   |  1 +
 dev-util/jenkins-bin/jenkins-bin-2.222.3.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 3942becdb76..32d85088ca0 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,3 +1,4 @@
 DIST jenkins-bin-2.204.6.war 63478210 BLAKE2B 
afbe2a9c0f54a006f372549db448c66a07e6d1ab6e07f0795abf730cb0c6e4ef478c6a7f1091d61720fe5f543a06abfc0861d16bd5442f3eb3410a9a5f1c8e34
 SHA512 
640c75b9346e5eb28ac24c7def72eba69c0b664a14bb04fc3fb55d307e63b1edbd8375e6ee1fe002b1773b1aa62d926eb658d4c34bd6dfa815254c8d5dd23ac2
 DIST jenkins-bin-2.222.1.war 66288019 BLAKE2B 
53d8c1edfc9670d6690af881cfa422baba1ba7ebff9f378370eda85655d3d08b109ef02cf5207991f9c2c825f46658325bb3d936addcfb0a43be5b1780cfd282
 SHA512 
3db18c6cbe903f09a743058f63c372a9daa7b9193e6693240ad0b3b573df4572ca88fb28040be6e5af38e888132ada0d333dde65c74a56ed615ee4fc41d25d99
+DIST jenkins-bin-2.222.3.war 66241734 BLAKE2B 
fa84737feee7b54d444640c8c1784260d1791c353b30bc81ee17ba855161c92dd3adf202febab521439b59e6fc2e6f8fdaddff62f78daa8b268b5e0503c0952e
 SHA512 
1f0c34bf438d8646085151b0ac4f436d52b8d4f5001490ff79c2ea36379a3911702f993f897cceb782eb854a529d7edeaf642de17806b6f8679a188c97c96f3e
 DIST jenkins-bin-2.228.war 66137156 BLAKE2B 
acd1414745f0ffe12ca3025149d5ef8dcdebe6415e54e18f71eb4ef05bb578279409fbf5605763d86144726a82057ba796ea8ce3b79301ea33ddfed1f03ad9f4
 SHA512 
899c5838cc46f87020c18b0863b8f160c22b0422e7adec1bfd48dce5f06264b5e33ec8411bf9133e28fa8723daeeb5d2cd14a92c261d82e2b2b804d0b1c21250

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.222.3.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.222.3.ebuild
new file mode 100644
index 000..8ab8d5db213
--- /dev/null
+++ b/dev-util/jenkins-bin/jenkins-bin-2.222.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit user systemd
+
+DESCRIPTION="Extensible continuous integration server"
+HOMEPAGE="https://jenkins.io/;
+LICENSE="MIT"
+SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
+RESTRICT="mirror"
+SLOT="lts"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE=""
+
+RDEPEND="media-fonts/dejavu
+   media-libs/freetype
+   !dev-util/jenkins-bin:0
+   >=virtual/jre-1.8.0"
+
+S=${WORKDIR}
+
+JENKINS_DIR=/var/lib/jenkins
+
+pkg_setup() {
+   enewgroup jenkins
+   enewuser jenkins -1 -1 ${JENKINS_DIR} jenkins
+}
+
+src_install() {
+   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
+
+   insinto /opt/jenkins
+   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/}
+
+   newinitd "${FILESDIR}"/${PN}.init2 jenkins
+   newconfd "${FILESDIR}"/${PN}.confd jenkins
+
+   systemd_newunit "${FILESDIR}"/${PN}.service2 jenkins.service
+
+   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
+}



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

2020-04-25 Thread Hans de Graaff
commit: 61b2cda6156b0d7f30dde56efb2b9dcb01170df4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 26 04:46:30 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 26 05:25:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b2cda6

dev-ruby/net-ssh: add 6.0.2

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

 dev-ruby/net-ssh/Manifest |  1 +
 dev-ruby/net-ssh/net-ssh-6.0.2.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-ruby/net-ssh/Manifest b/dev-ruby/net-ssh/Manifest
index f16cc16b24d..f0a76c8cb6c 100644
--- a/dev-ruby/net-ssh/Manifest
+++ b/dev-ruby/net-ssh/Manifest
@@ -1,3 +1,4 @@
 DIST net-ssh-git-4.2.0.tgz 197417 BLAKE2B 
5714185d9b83d3010e6b9baa07ac541e9227379cbfecc3a506d870d8d9fa528f59b605df4ff02ae6bfc16893bfb22734395096a77fcbe19fb939ecc1a343a9b5
 SHA512 
0a3609590d797a8cb4732e8cf743606a4919f57475b6eb2447a3db0c28f1bd405804fdc47a4062e503acdd4b785a1de9794a6db433cabb884105166eff6a8c5b
 DIST net-ssh-git-5.2.0.tgz 209986 BLAKE2B 
6a1bc97da733420607c6ebe69a01f42d58998297a12394a29c9b4f5af425781d6b1b3535cecef21a0918eefc2e032f519fce9c5691c0a735c7810452f468d780
 SHA512 
cf2fa9817b124f0f35115abef51a4865073b3126b94d66cd307994bba06745513aaab1c1bcf64907a7b3bbce793b272b3f521cfa93f9339ca78ec8cef09cbeeb
 DIST net-ssh-git-6.0.0.tgz 218503 BLAKE2B 
5cd2126513233eaf169fd0eab4876e7c0c4b61f7cb3df19d7e369403fbba39ee68f4ade61ec58ed9124c460af5d39bc93ccf32a320ea19d02fc3d34bb8413f37
 SHA512 
18dd1f694e6b57f6f22c356a0726f5eb8aff9921f097b50f072c2829c4bda8fa697c5e71a49da862beca59a703a3146b29b80f8b5dfed3a3b661e05bc68b3387
+DIST net-ssh-git-6.0.2.tgz 219657 BLAKE2B 
c514237e6edf4a9f7581850a1a5ecce352fd5f56c633587ddc26571c6bff06172f177168d8e55d053615050fff5d7f0946c4aafc0e31890ea630b741c99b27ee
 SHA512 
f6fa4ab3b009429e08d76bf412bb0a93083c17d58ad6e24cef7d4152915dca2d335a533223ff57b65c9053a7ed5df4905e3231d50b0d52ea03f6403a6c1cdec4

diff --git a/dev-ruby/net-ssh/net-ssh-6.0.2.ebuild 
b/dev-ruby/net-ssh/net-ssh-6.0.2.ebuild
new file mode 100644
index 000..124bde4b578
--- /dev/null
+++ b/dev-ruby/net-ssh/net-ssh-6.0.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.md THANKS.txt"
+RUBY_FAKEGEM_EXTRAINSTALL="support"
+
+RUBY_FAKEGEM_GEMSPEC="net-ssh.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Non-interactive SSH processing in pure Ruby"
+HOMEPAGE="https://github.com/net-ssh/net-ssh;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
net-ssh-git-${PV}.tgz"
+
+LICENSE="GPL-2"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="ed25519 test"
+
+ruby_add_rdepend "virtual/ruby-ssl ed25519? ( >=dev-ruby/ed25519-1.2:1 
dev-ruby/bcrypt_pbkdf:1 )"
+ruby_add_bdepend "test? ( dev-ruby/test-unit:2 >=dev-ruby/mocha-0.13 )"
+
+all_ruby_prepare() {
+   # Avoid bundler dependency
+   sed -i -e '/\(bundler\|:release\)/ s:^:#:' Rakefile || die
+
+   sed -e "s:require_relative ':require './:" \
+   -e 's/git ls-files -z/find -print0/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+src_test() {
+   # prevent tests from trying to connect to ssh-agent socket and failing
+   unset SSH_AUTH_SOCK
+   if ! use ed25519; then
+   export NET_SSH_NO_ED25519=true
+   fi
+   ruby-ng_src_test
+}



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

2020-04-25 Thread Hans de Graaff
commit: 6e8fc321e04d978dd4c8a3b535fbcffe955ee521
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 26 05:23:14 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 26 05:25:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e8fc321

dev-ruby/kramdown: add 2.2.1

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

 dev-ruby/kramdown/Manifest  |  1 +
 dev-ruby/kramdown/kramdown-2.2.1.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/dev-ruby/kramdown/Manifest b/dev-ruby/kramdown/Manifest
index 3a6f83a6ab9..8839ea91c17 100644
--- a/dev-ruby/kramdown/Manifest
+++ b/dev-ruby/kramdown/Manifest
@@ -1,2 +1,3 @@
 DIST kramdown-1.17.0.gem 260608 BLAKE2B 
56f0abb2c94ab2de31bcd71940c22610efc8143c434295627513735b5983a369b0d9b36a88477a4e0b14bb23a3d314280702655c854cb7134e29bebc1f276966
 SHA512 
0f98f4234dec41b53d7f116be1075176c7fcbf21621c6f52a9e5b4055a777b01f1a0a912be81a651e85df022e7bab3ac183ee66cd87abeae092cd1920aceff04
 DIST kramdown-2.1.0.gem 119808 BLAKE2B 
a5beac52349fb49d315d83391d52574013bd76e084edb25a0b3bc0d813fc5b0dae0799a03bdd20fb500560effc94ad8f262fab9bbb8eef275aaead3405d3a64c
 SHA512 
86a2934218365c71ff4f99591cba3b49ddc5ee60a78fcd7bf1f72e86281cda7bbea3c67b1b7caca6c4b8ca6e5b62d4df25e85089db659c93bd4da4b1c8eada69
+DIST kramdown-2.2.1.gem 121344 BLAKE2B 
e1da7e1289b64cc3d4db253330405b03b1a430a690e2f5b32970dc8c1d52bbf1f418e8aa1c597a141c3974893e1532e870a131fc297b9080b66bc6918882
 SHA512 
7c322010a8a418706c48d5a1011354aba215d50be94354fff93a636ff3453906bb381cf5669560a6bd10ecaf3bab7b04f446efa0a4b85322865b879f74de4c43

diff --git a/dev-ruby/kramdown/kramdown-2.2.1.ebuild 
b/dev-ruby/kramdown/kramdown-2.2.1.ebuild
new file mode 100644
index 000..043e2577000
--- /dev/null
+++ b/dev-ruby/kramdown/kramdown-2.2.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="README.md AUTHORS CONTRIBUTERS"
+
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Yet-another-markdown-parser but fast, pure Ruby, using strict 
syntax definition"
+HOMEPAGE="https://kramdown.gettalong.org/;
+
+LICENSE="MIT"
+
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
+IUSE="latex"
+
+LATEX_DEPS="latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra 
)"
+RDEPEND+=" ${LATEX_DEPS}"
+DEPEND+=" test? ( ${LATEX_DEPS} app-text/htmltidy )"
+
+ruby_add_rdepend "
+   dev-ruby/rexml
+   >=dev-ruby/rouge-1.8
+   >=dev-ruby/stringex-1.5.1
+   !!=dev-ruby/minitest-5.0 )"
+
+all_ruby_prepare() {
+   if ! use latex; then
+   # Remove latex tests. They will fail gracefully when latex isn't
+   # present at all, but not when components are missing (most
+   # notable ucs.sty).
+   sed -i -e '/latex -v/,/^  end/ s:^:#:' test/test_files.rb || die
+   fi
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:. -e "Dir['test/test_*.rb'].each{|f| require f}" || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   doman man/man1/kramdown.1
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mime-types-data/

2020-04-25 Thread Hans de Graaff
commit: f03d99b8a702a56e3498e6e186a19da9e7eea5f2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 26 04:40:18 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 26 05:25:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f03d99b8

dev-ruby/mime-types-data: amd64 stable

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

 dev-ruby/mime-types-data/mime-types-data-3.2019.1009.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/mime-types-data/mime-types-data-3.2019.1009.ebuild 
b/dev-ruby/mime-types-data/mime-types-data-3.2019.1009.ebuild
index 9bbe07e3d99..0cf2b502e74 100644
--- a/dev-ruby/mime-types-data/mime-types-data-3.2019.1009.ebuild
+++ b/dev-ruby/mime-types-data/mime-types-data-3.2019.1009.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,5 +18,5 @@ HOMEPAGE="https://github.com/mime-types/mime-types-data;
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""



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

2020-04-25 Thread Hans de Graaff
commit: f1465e26296a0370ff5544f498373e54ffb8f088
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 26 05:17:57 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 26 05:25:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1465e26

dev-ruby/rexml: initial commit of 3.2.4

Extracted from dev-lang/ruby. New dependency for dev-ruby/kramdown.

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

 dev-ruby/rexml/Manifest   |  1 +
 dev-ruby/rexml/metadata.xml   |  8 
 dev-ruby/rexml/rexml-3.2.4.ebuild | 25 +
 3 files changed, 34 insertions(+)

diff --git a/dev-ruby/rexml/Manifest b/dev-ruby/rexml/Manifest
new file mode 100644
index 000..132267b8de3
--- /dev/null
+++ b/dev-ruby/rexml/Manifest
@@ -0,0 +1 @@
+DIST rexml-3.2.4.tar.gz 474955 BLAKE2B 
f0b9a2003b6dc2b90fbab9bac1b035ebeb89c57dbe9bd50514352a8bbb790593ba5eaf77a9c898de033b5721281a06be2fb4996fe2e5810191df015ede3e44d9
 SHA512 
8fb52814a93dac8e5e963b7e0686f63fa6c1a88f6842a4e401bde76acb2d85b874ed6243439921bb0cebf53a5b97e0b096424d736409240aa9a5224e617ee88c

diff --git a/dev-ruby/rexml/metadata.xml b/dev-ruby/rexml/metadata.xml
new file mode 100644
index 000..3df5c34efc9
--- /dev/null
+++ b/dev-ruby/rexml/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+

diff --git a/dev-ruby/rexml/rexml-3.2.4.ebuild 
b/dev-ruby/rexml/rexml-3.2.4.ebuild
new file mode 100644
index 000..7b10a916951
--- /dev/null
+++ b/dev-ruby/rexml/rexml-3.2.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An XML toolkit for Ruby"
+HOMEPAGE="https://github.com/ruby/rexml;
+SRC_URI="https://github.com/ruby/rexml/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
+SLOT="3"
+
+all_ruby_prepare() {
+   sed -i -e 's:require_relative ":require "./:' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mime-types-data/

2020-04-25 Thread Hans de Graaff
commit: 67d9353912c14b748c028fb6865bd8265cd05dcc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 26 04:39:03 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 26 05:25:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d93539

dev-ruby/mime-types-data: add 3.2020.0425

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

 dev-ruby/mime-types-data/Manifest  |  1 +
 .../mime-types-data-3.2020.0425.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ruby/mime-types-data/Manifest 
b/dev-ruby/mime-types-data/Manifest
index 5b4014b6b86..b817454bcee 100644
--- a/dev-ruby/mime-types-data/Manifest
+++ b/dev-ruby/mime-types-data/Manifest
@@ -1,3 +1,4 @@
 DIST mime-types-data-3.2019.0331.gem 158720 BLAKE2B 
513716a6095208f63eb479497af4e713308a367ef24808d7dd05fae5844482d4eccae7fe32834302caf9a6161df0bbc2506e2f34395315dae98b32e96dba1af8
 SHA512 
e5b158a90ce78eba2e0f328bda98d3622d8114ab61bb9636069b5e89a507d39e4c41de7f6ab48a4f49e4b5976cad645928c5d1bcc79f09654dde87e5babeba03
 DIST mime-types-data-3.2019.0904.gem 160256 BLAKE2B 
7329657e943de126efe83dd48f6583a55b93978837665e71bc9a138b4826933d083e365e0f5bbbd4074a323d8d69731e3e0a4b831bb67503d652b0104fa03ec6
 SHA512 
a91d31fbc051b6ad57d22e6c4810191f8fdc05137418f11280744cb3164b912e81073c0ee92c18e9b3fb415071ca764a541c30a0a98e1850fba87a4b5b25899e
 DIST mime-types-data-3.2019.1009.gem 160768 BLAKE2B 
c03348c8fb03d6398ca542679789e323cd9e11a575119d84c8310c78f05a4b71f0b26b7268b95dbaa4b5a5c19ee005c25ce0b4d31acd3a6de9c731e78c1ca0a9
 SHA512 
f4a18fccb5bb4cb558c273276ba83cc1189faa9ce97ea671f2168449b9b1d35fa0be26d7147c2b80ef12624b427a754b9fa78fc4684c835b4a51f7b6d888d6cf
+DIST mime-types-data-3.2020.0425.gem 163840 BLAKE2B 
f9139aaac4bde42391efb1d1227cb55560d7fac1240ae240074c7895b252a87e0cc2ff4e17c691089749c20957690f13f451e2d6a3bed5f7e9b34bdc33af9cee
 SHA512 
b32aeed2cc8943db3ba3275c704279c43f31bed70631eae11c258244804b8080f0ea2da3705d7ab7e0f5934a8d1eca0c4b64e40eac520102991109106a3c507c

diff --git a/dev-ruby/mime-types-data/mime-types-data-3.2020.0425.ebuild 
b/dev-ruby/mime-types-data/mime-types-data-3.2020.0425.ebuild
new file mode 100644
index 000..ba9714b220f
--- /dev/null
+++ b/dev-ruby/mime-types-data/mime-types-data-3.2020.0425.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="History.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Registry for information about MIME media type definitions"
+HOMEPAGE="https://github.com/mime-types/mime-types-data;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE=""



[gentoo-commits] proj/releng:master commit in: tools/

2020-04-25 Thread Matt Turner
commit: e24e331fa3536e751fe90e1158b60c9ad6c4f939
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr 26 05:23:48 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 26 05:23:48 2020 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=e24e331f

catalyst-auto: Ensure 'options edns0' is in /etc/resolv.conf

Signed-off-by: Matt Turner  gentoo.org>

 tools/catalyst-auto | 5 +
 1 file changed, 5 insertions(+)

diff --git a/tools/catalyst-auto b/tools/catalyst-auto
index 509917c7..ce155d6d 100755
--- a/tools/catalyst-auto
+++ b/tools/catalyst-auto
@@ -243,6 +243,11 @@ verify_dnssec() {
echo "DNSSEC does not appear to be working. Bailing out"
exit 1
fi
+
+   if ! grep -q '^options \' /etc/resolv.conf; then
+   echo "DNSSEC is not enabled in /etc/resolv.conf"
+   exit 1
+   fi
 }
 
 run_catalyst_commands() {



[gentoo-commits] repo/gentoo:master commit in: sys-apps/nvme-cli/

2020-04-25 Thread Zac Medico
commit: c19fe788e9f2c8e1d4c3fef890525226a2fb7d6f
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Apr 26 05:19:09 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Apr 26 05:19:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c19fe788

sys-apps/nvme-cli: Bump to version 1.11.1

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/nvme-cli/Manifest   |  1 +
 sys-apps/nvme-cli/nvme-cli-1.11.1.ebuild | 35 
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/nvme-cli/Manifest b/sys-apps/nvme-cli/Manifest
index 949aad28c36..4544efcbd5d 100644
--- a/sys-apps/nvme-cli/Manifest
+++ b/sys-apps/nvme-cli/Manifest
@@ -1,2 +1,3 @@
 DIST nvme-cli-1.10.1.tar.gz 463826 BLAKE2B 
d92702e3cb7c761dbf12dbd56dee44248d49ebdb5b57636ff00a74728e14b44caa6f1500ed90e7fa63d4b1f2de28624a70f37e27a060dbc138f303e46e224dcf
 SHA512 
92bef073205b357f4b14ba929b7f261d0c18b343e5e244cefc24521dfc581dec4b941a13dc00f9a3b4d938ccd026c847d58ccfd75f813cc3c4f484f8316269dc
+DIST nvme-cli-1.11.1.tar.gz 478664 BLAKE2B 
74c1ffae32da7605afa02fbbf73878477e04669331c8971d4cc596088c42619abac65a1cfe54b62bd62f253328309f8bbd61c232a200816aa1090ebdf3f7ea76
 SHA512 
467e327f45500d80cebd6e5e55d4e6d3731a754423e71180efa9d4f5e98f0774f7a31393fefc2794250b487446005dad8e7002a27aff1f2b285983d55ec0d0b3
 DIST nvme-cli-1.9.tar.gz 440675 BLAKE2B 
19d9f4982e6bf4d37bbced02aadd0f58e496901c1463c96596b289e23c4e5849bfed9a4129447588c9c8104d5b49fd0bf97ee6495907bf022487407f02d7c4ae
 SHA512 
3565b33bc39bde4480bbde5d46d75ea6907c0921884e8f39029b746f8383d3630942e405c61bcc3654bac5646bc86479b4b790e1b823ec83650649621bab6dac

diff --git a/sys-apps/nvme-cli/nvme-cli-1.11.1.ebuild 
b/sys-apps/nvme-cli/nvme-cli-1.11.1.ebuild
new file mode 100644
index 000..b0a6d9edd31
--- /dev/null
+++ b/sys-apps/nvme-cli/nvme-cli-1.11.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd toolchain-funcs udev
+
+DESCRIPTION="NVM-Express user space tooling for Linux"
+HOMEPAGE="https://github.com/linux-nvme/nvme-cli;
+SRC_URI="https://github.com/linux-nvme/nvme-cli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+RESTRICT="test"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="+uuid"
+
+RDEPEND="uuid? ( sys-apps/util-linux:= )"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   sed -e 's|^LIBUUID =|LIBUUID ?=|' \
+   -e '/DESTDIROLD/d' \
+   -i Makefile || die
+}
+
+src_configure() {
+   tc-export CC
+   export PREFIX="${EPREFIX}/usr"
+   local unitdir="$(systemd_get_systemunitdir)"
+   export SYSTEMDDIR="${unitdir%/system}"
+   export UDEVDIR="${EPREFIX}$(get_udevdir)"
+   MAKEOPTS+=" LIBUUID=$(usex uuid 0 1)"
+}



[gentoo-commits] proj/releng:master commit in: tools/

2020-04-25 Thread Matt Turner
commit: e9ea15ab8baf47f34b508fe02f5135f3063e0dc5
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr 26 04:52:40 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 26 05:18:34 2020 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=e9ea15ab

Upload stages to releng-incoming.gentoo.org

Most architecture's build systems are hosted at OSUOSL. The place the
stages need to end up is ultimately masterreleases.gentoo.org, also at
OSUOSL. For some unknown reason, instead of rsync'ing from one system to
another in the same building, we were sending the stages first (slowly,
I might add) to nightheron in France, before sending them back to
OSUOSL.

robbat2 has added a releng-incoming.gentoo.org DNS record that currently
points to nightheron. This will allow us to switch the record in the
future and save the stages from needing to circumnavigate the globe
before reaching the mirrors.

Signed-off-by: Matt Turner  gentoo.org>

 tools/catalyst-auto | 19 +++
 tools/catalyst-auto-alpha.conf  |  2 +-
 tools/catalyst-auto-amd64-experimental.conf |  6 +++---
 tools/catalyst-auto-amd64.conf  |  6 +++---
 tools/catalyst-auto-arm64.conf  |  2 +-
 tools/catalyst-auto-armv4tl.conf|  2 +-
 tools/catalyst-auto-armv5tel.conf   |  2 +-
 tools/catalyst-auto-armv6j.conf |  2 +-
 tools/catalyst-auto-armv6j_hardfp.conf  |  2 +-
 tools/catalyst-auto-armv7a.conf |  2 +-
 tools/catalyst-auto-armv7a_hardfp.conf  |  2 +-
 tools/catalyst-auto-hppa.conf   |  2 +-
 tools/catalyst-auto-ia64.conf   |  2 +-
 tools/catalyst-auto-s390.conf   |  2 +-
 tools/catalyst-auto-s390x.conf  |  2 +-
 tools/catalyst-auto-sparc64.conf|  2 +-
 tools/catalyst-auto-x86-experimental.conf   |  6 +++---
 tools/catalyst-auto-x86.conf|  6 +++---
 18 files changed, 44 insertions(+), 25 deletions(-)

diff --git a/tools/catalyst-auto b/tools/catalyst-auto
index de0afd69..509917c7 100755
--- a/tools/catalyst-auto
+++ b/tools/catalyst-auto
@@ -229,6 +229,22 @@ git_update() {
fi
 }
 
+# Stages are uploaded to @releng-incoming.gentoo.org and in order to
+# allow us to change what system this domain points to, we will retrieve the
+# SSH fingerprint from DNS. To do this securely, we need to ensure DNSSEC is
+# working.
+verify_dnssec() {
+   which dig >/dev/null || {
+   echo "net-dns/bind-tools is needed to verify DNSSEC is working"
+   exit 1
+   }
+
+   if ! dig +noall +comments dev.gentoo.org. IN SSHFP | egrep -q '^;; 
flags: [ a-z]+\'; then
+   echo "DNSSEC does not appear to be working. Bailing out"
+   exit 1
+   fi
+}
+
 run_catalyst_commands() {
doneconfig=0
for config_file in "${config_files[@]}"; do
@@ -441,6 +457,9 @@ main() {
# Update the release git dir if possible.
git_update "$@"
 
+   # Verify DNSSEC works
+   verify_dnssec
+
# Try to isolate ourselves from the rest of the system.
containerize "$@"
 

diff --git a/tools/catalyst-auto-alpha.conf b/tools/catalyst-auto-alpha.conf
index b218fa0e..c8090e97 100644
--- a/tools/catalyst-auto-alpha.conf
+++ b/tools/catalyst-auto-alpha.conf
@@ -33,7 +33,7 @@ update_symlinks() {
 
 upload() {
echo Uploading "$@"
-   rsync -e 'ssh -i /root/.ssh/id_rsa' "$@" al...@nightheron.gentoo.org:
+   rsync -e 'ssh -i /root/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o 
VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no' "$@" 
al...@releng-incoming.gentoo.org:
 }
 
 post_build() {

diff --git a/tools/catalyst-auto-amd64-experimental.conf 
b/tools/catalyst-auto-amd64-experimental.conf
index 37e01bd1..5e444764 100644
--- a/tools/catalyst-auto-amd64-experimental.conf
+++ b/tools/catalyst-auto-amd64-experimental.conf
@@ -64,7 +64,7 @@ update_symlinks() {
 post_build() {
cmd=(
rsync
-   -e 'ssh -i /root/.ssh/id_rsa'
+   -e 'ssh -i /root/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o 
VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no'
-a
--omit-dir-times
--delay-updates
@@ -75,8 +75,8 @@ post_build() {
DEST_HARDENED=${BUILD_DESTDIR_BASE}/hardened
;;
*)
-   
DEST_DEFAULT=${ARCH}@nightheron.gentoo.org:${BUILD_DESTDIR_BASE}
-   
DEST_HARDENED=${ARCH}@nightheron.gentoo.org:${BUILD_DESTDIR_BASE}/hardened
+   
DEST_DEFAULT=${ARCH}@releng-incoming.gentoo.org:${BUILD_DESTDIR_BASE}
+   
DEST_HARDENED=${ARCH}@releng-incoming.gentoo.org:${BUILD_DESTDIR_BASE}/hardened
;;
esac
pushd ${BUILD_SRCDIR_BASE}/default >/dev/null

diff --git a/tools/catalyst-auto-amd64.conf 

[gentoo-commits] repo/gentoo:master commit in: media-libs/aribb24/

2020-04-25 Thread Georgy Yakovlev
commit: 896373e1ce9abf47ab6f01ff7a53b0cfa7ba6b74
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Apr 26 05:09:48 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Apr 26 05:12:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=896373e1

media-libs/aribb24: 1.0.3-r2 ppc64 stable, bug #711144

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev  gentoo.org>

 media-libs/aribb24/aribb24-1.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/aribb24/aribb24-1.0.3-r2.ebuild 
b/media-libs/aribb24/aribb24-1.0.3-r2.ebuild
index 9fb853bc4cc..fea4dabe17d 100644
--- a/media-libs/aribb24/aribb24-1.0.3-r2.ebuild
+++ b/media-libs/aribb24/aribb24-1.0.3-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/nkoriyama/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~sparc ~x86"
 
 RDEPEND="media-libs/libpng:0=[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-libs/vidstab/

2020-04-25 Thread Georgy Yakovlev
commit: f43d7dcdeaa714ada6eea38dbac556d8ca2c0677
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Apr 26 04:40:46 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Apr 26 05:12:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f43d7dcd

media-libs/vidstab: ppc64 stable, bug #711144

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev  gentoo.org>

 media-libs/vidstab/vidstab-1.1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vidstab/vidstab-1.1.0-r2.ebuild 
b/media-libs/vidstab/vidstab-1.1.0-r2.ebuild
index 987e99eab98..436ec44b004 100644
--- a/media-libs/vidstab/vidstab-1.1.0-r2.ebuild
+++ b/media-libs/vidstab/vidstab-1.1.0-r2.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/georgmartius/vid.stab/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~ppc ppc64 ~sparc x86"
S="${WORKDIR}/vid.stab-${PV}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: app-text/tesseract/

2020-04-25 Thread Georgy Yakovlev
commit: 7de3be0cb512b2607a734f0c24f2d489a25df927
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Apr 26 05:06:50 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Apr 26 05:12:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7de3be0c

app-text/tesseract: 4.1.1 ppc64 stable, bug #711144

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-text/tesseract/tesseract-4.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tesseract/tesseract-4.1.1.ebuild 
b/app-text/tesseract/tesseract-4.1.1.ebuild
index 74088a44d0e..edd2c2c7f0b 100644
--- a/app-text/tesseract/tesseract-4.1.1.ebuild
+++ b/app-text/tesseract/tesseract-4.1.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/tesseract-ocr/${PN}/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~mips ~ppc ppc64 ~sparc ~x86"
 IUSE="doc jpeg opencl openmp png static-libs tiff training webp"
 
 
COMMON_DEPEND=">=media-libs/leptonica-1.74:=[${MULTILIB_USEDEP},zlib,tiff?,jpeg?,png?,webp?]



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/

2020-04-25 Thread Georgy Yakovlev
commit: b31e7a78b1101728ca0ad2bca6da74aac1ac166a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Apr 26 05:12:38 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Apr 26 05:12:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b31e7a78

media-video/ffmpeg: 4.2.2 ppc64 stable, bug #711144

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev  gentoo.org>

 media-video/ffmpeg/ffmpeg-4.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpeg/ffmpeg-4.2.2.ebuild 
b/media-video/ffmpeg/ffmpeg-4.2.2.ebuild
index c1dbcbea67b..da8d8810a22 100644
--- a/media-video/ffmpeg/ffmpeg-4.2.2.ebuild
+++ b/media-video/ffmpeg/ffmpeg-4.2.2.ebuild
@@ -62,7 +62,7 @@ LICENSE="
samba? ( GPL-3 )
 "
 if [ "${PV#}" = "${PV}" ] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 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 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 # Options to use as use_enable in the foo[:bar] form.



[gentoo-commits] repo/gentoo:master commit in: media-libs/dav1d/

2020-04-25 Thread Georgy Yakovlev
commit: 5e56b8ed18e0c91577b6ae6bd78fd1f062099c5e
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Apr 26 05:03:15 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Apr 26 05:12:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e56b8ed

media-libs/dav1d: 0.5.2 ppc64 stable, bug #711144

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev  gentoo.org>

 media-libs/dav1d/dav1d-0.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/dav1d/dav1d-0.5.2.ebuild 
b/media-libs/dav1d/dav1d-0.5.2.ebuild
index 0049ac7de31..48cc9609b4e 100644
--- a/media-libs/dav1d/dav1d-0.5.2.ebuild
+++ b/media-libs/dav1d/dav1d-0.5.2.ebuild
@@ -8,7 +8,7 @@ if [[ "${PV}" == "" ]]; then
SCM="git-r3"
EGIT_REPO_URI="https://code.videolan.org/videolan/dav1d;
 else
-   KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~sparc ~x86"

SRC_URI="https://code.videolan.org/videolan/dav1d/-/archive/${PV}/${P}.tar.bz2;
 fi
 



[gentoo-commits] repo/gentoo:master commit in: app-text/tessdata_fast/

2020-04-25 Thread Georgy Yakovlev
commit: 30043bfdbe578ffb2b47a29d24b12a891b923814
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Apr 26 05:04:35 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Apr 26 05:12:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30043bfd

app-text/tessdata_fast: ppc64 stable, bug #711144

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-text/tessdata_fast/tessdata_fast-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tessdata_fast/tessdata_fast-4.0.0.ebuild 
b/app-text/tessdata_fast/tessdata_fast-4.0.0.ebuild
index b46059d8bbb..f7960cab406 100644
--- a/app-text/tessdata_fast/tessdata_fast-4.0.0.ebuild
+++ b/app-text/tessdata_fast/tessdata_fast-4.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${URI_PREFIX}eng.traineddata -> eng.traineddata-${P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~mips ~ppc ppc64 ~sparc ~x86"
 IUSE="+osd"
 
 RDEPEND="!app-text/tessdata_best



[gentoo-commits] repo/gentoo:master commit in: sys-apps/nvme-cli/

2020-04-25 Thread Zac Medico
commit: ce1189c254656225330bfe7cf90c6cd0a5be5b23
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Apr 26 05:04:32 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Apr 26 05:04:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce1189c2

sys-apps/nvme-cli: Remove old version 1.6-r1

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/nvme-cli/Manifest   |  1 -
 sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/sys-apps/nvme-cli/Manifest b/sys-apps/nvme-cli/Manifest
index 73e1cb8b709..949aad28c36 100644
--- a/sys-apps/nvme-cli/Manifest
+++ b/sys-apps/nvme-cli/Manifest
@@ -1,3 +1,2 @@
 DIST nvme-cli-1.10.1.tar.gz 463826 BLAKE2B 
d92702e3cb7c761dbf12dbd56dee44248d49ebdb5b57636ff00a74728e14b44caa6f1500ed90e7fa63d4b1f2de28624a70f37e27a060dbc138f303e46e224dcf
 SHA512 
92bef073205b357f4b14ba929b7f261d0c18b343e5e244cefc24521dfc581dec4b941a13dc00f9a3b4d938ccd026c847d58ccfd75f813cc3c4f484f8316269dc
-DIST nvme-cli-1.6.tar.gz 368461 BLAKE2B 
e40f4d76314860c966c3cb3de31e8d4a1bceab847b8950f0c99d47e00b8e8de077e91f6da9216ec10e939d37d34ab255b5cc3c641f3bbaf3ac8974f697051329
 SHA512 
05bcc539febd047f092a236ef2b2e9ad4e1df5d38bdc70416f80217425767f414e72294fda46868323cb7c77662d6000eaf16ebdaf74bdfad1baaed11b025d39
 DIST nvme-cli-1.9.tar.gz 440675 BLAKE2B 
19d9f4982e6bf4d37bbced02aadd0f58e496901c1463c96596b289e23c4e5849bfed9a4129447588c9c8104d5b49fd0bf97ee6495907bf022487407f02d7c4ae
 SHA512 
3565b33bc39bde4480bbde5d46d75ea6907c0921884e8f39029b746f8383d3630942e405c61bcc3654bac5646bc86479b4b790e1b823ec83650649621bab6dac

diff --git a/sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild 
b/sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild
deleted file mode 100644
index 812b18c43f2..000
--- a/sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="NVM-Express user space tooling for Linux"
-HOMEPAGE="https://github.com/linux-nvme/nvme-cli;
-SRC_URI="https://github.com/linux-nvme/nvme-cli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-RESTRICT="test"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86"
-IUSE="+uuid"
-
-RDEPEND="uuid? ( sys-apps/util-linux:= )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   sed -i 's:^LIBUUID =:LIBUUID ?=:' -i Makefile || die
-}
-
-src_configure() {
-   tc-export CC
-   export PREFIX="${EPREFIX}/usr"
-   MAKEOPTS+=" LIBUUID=$(usex uuid 0 1)"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/nvme-cli/

2020-04-25 Thread Zac Medico
commit: c09616e0847712e4567f738b6759aa0236bb25df
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Apr 26 04:56:13 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Apr 26 05:03:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c09616e0

sys-apps/nvme-cli: Bump to version 1.10.1

Reported-by: Christohper Harrington  gmail.com>
Closes: https://bugs.gentoo.org/718756
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/nvme-cli/Manifest   |  1 +
 sys-apps/nvme-cli/nvme-cli-1.10.1.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/sys-apps/nvme-cli/Manifest b/sys-apps/nvme-cli/Manifest
index 7cae4316fa8..73e1cb8b709 100644
--- a/sys-apps/nvme-cli/Manifest
+++ b/sys-apps/nvme-cli/Manifest
@@ -1,2 +1,3 @@
+DIST nvme-cli-1.10.1.tar.gz 463826 BLAKE2B 
d92702e3cb7c761dbf12dbd56dee44248d49ebdb5b57636ff00a74728e14b44caa6f1500ed90e7fa63d4b1f2de28624a70f37e27a060dbc138f303e46e224dcf
 SHA512 
92bef073205b357f4b14ba929b7f261d0c18b343e5e244cefc24521dfc581dec4b941a13dc00f9a3b4d938ccd026c847d58ccfd75f813cc3c4f484f8316269dc
 DIST nvme-cli-1.6.tar.gz 368461 BLAKE2B 
e40f4d76314860c966c3cb3de31e8d4a1bceab847b8950f0c99d47e00b8e8de077e91f6da9216ec10e939d37d34ab255b5cc3c641f3bbaf3ac8974f697051329
 SHA512 
05bcc539febd047f092a236ef2b2e9ad4e1df5d38bdc70416f80217425767f414e72294fda46868323cb7c77662d6000eaf16ebdaf74bdfad1baaed11b025d39
 DIST nvme-cli-1.9.tar.gz 440675 BLAKE2B 
19d9f4982e6bf4d37bbced02aadd0f58e496901c1463c96596b289e23c4e5849bfed9a4129447588c9c8104d5b49fd0bf97ee6495907bf022487407f02d7c4ae
 SHA512 
3565b33bc39bde4480bbde5d46d75ea6907c0921884e8f39029b746f8383d3630942e405c61bcc3654bac5646bc86479b4b790e1b823ec83650649621bab6dac

diff --git a/sys-apps/nvme-cli/nvme-cli-1.10.1.ebuild 
b/sys-apps/nvme-cli/nvme-cli-1.10.1.ebuild
new file mode 100644
index 000..e02310e8033
--- /dev/null
+++ b/sys-apps/nvme-cli/nvme-cli-1.10.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd toolchain-funcs udev
+
+DESCRIPTION="NVM-Express user space tooling for Linux"
+HOMEPAGE="https://github.com/linux-nvme/nvme-cli;
+SRC_URI="https://github.com/linux-nvme/nvme-cli/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+RESTRICT="test"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="+uuid"
+
+RDEPEND="uuid? ( sys-apps/util-linux:= )"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   sed -e 's|^LIBUUID =|LIBUUID ?=|' \
+   -e 's|^install-hostparams:$|\0 install-etc|' \
+   -i Makefile || die
+   sed -e "s|/usr/lib/udev|$(get_udevdir)|" \
+   -i nvmf-autoconnect/dracut-conf/70-nvmf-autoconnect.conf || die
+}
+
+src_configure() {
+   tc-export CC
+   export PREFIX="${EPREFIX}/usr"
+   local unitdir="$(systemd_get_systemunitdir)"
+   export SYSTEMDDIR="${unitdir%/system}"
+   export UDEVDIR="${EPREFIX}$(get_udevdir)"
+   MAKEOPTS+=" LIBUUID=$(usex uuid 0 1)"
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-vfs-rar/

2020-04-25 Thread Craig Andrews
commit: f3f9690d2a822b31f19487750a604e47b7b429a5
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Apr 26 04:25:29 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sun Apr 26 04:25:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f9690d

media-plugins/kodi-vfs-rar: 2.3.1 version bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-vfs-rar/Manifest|  1 +
 .../kodi-vfs-rar/kodi-vfs-rar-2.3.1.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/media-plugins/kodi-vfs-rar/Manifest 
b/media-plugins/kodi-vfs-rar/Manifest
index eeda45d2679..f83de8d087b 100644
--- a/media-plugins/kodi-vfs-rar/Manifest
+++ b/media-plugins/kodi-vfs-rar/Manifest
@@ -3,3 +3,4 @@ DIST kodi-vfs-rar-2.2.1.tar.gz 455711 BLAKE2B 
b16ce42dc66ddd0f9e8cd4be22ad63fa08
 DIST kodi-vfs-rar-2.2.2.tar.gz 456689 BLAKE2B 
d874338fce92548bbf3223d103bc1083c78f9fd7799f7f54f689d3adacc64031b70b766fa086ae38b41c9945ae9f08d24080467444a4ac652a03c665d3a4908b
 SHA512 
c03664b4db58251f558202c90b740c5c838745ec47007ad58e378d7237c2b399d57d42779e5dc24c371afcad4f90bc9516d25a4f5f1f7824b8c0d076a1b8cf5c
 DIST kodi-vfs-rar-2.2.3.tar.gz 461697 BLAKE2B 
08315b17e61a2074fca7382e69a6c4d76e75e123492614c0e2f3ccbade888c891b305df591df6f5a785df0a9abdae022f27020045d1db8eff3112f3c7bdd026e
 SHA512 
9adc3fb36366bf14f3cf8229c3efabf6459228b148a19745e5f62230683aa607c94bf36c1739ab32a07ca50a33742e3094f21bc5d47d0fc27b26071fea231736
 DIST kodi-vfs-rar-2.3.0.tar.gz 462195 BLAKE2B 
cc351adff4ca0b130a71606dac3cd2abd0da295b09a80f974ed4bc1fad9c96fbd3d869633d5d8b10fee12b2a1954f89bf989e4c2ef01bc5a5c7bcab055e72580
 SHA512 
8efcae79ee860ad376888e6ca2ef77b68baa64e6e7f82dfa505b341e5fe141f769d5ac3cb4c7b1adb89edde1ae98f684bfdcade5084b403c47b2f3ef877b0a71
+DIST kodi-vfs-rar-2.3.1.tar.gz 463099 BLAKE2B 
bbe83bdef495d9996c93fe1953b7c0b11b2638d563ef6f1bc32b8fb866293c37810ee70e881136ceb1723f4b94e35884155faa1273e06069476705cea722a0ba
 SHA512 
c14501e4f10c6a0e07b9df0d8543d84033e4f2143fe3e31af1ac829423c4f55fdf26dfccf236cac7598638428e6a80740171a0d25c23ab9cb574909d4f8e7b64

diff --git a/media-plugins/kodi-vfs-rar/kodi-vfs-rar-2.3.1.ebuild 
b/media-plugins/kodi-vfs-rar/kodi-vfs-rar-2.3.1.ebuild
new file mode 100644
index 000..800adb13571
--- /dev/null
+++ b/media-plugins/kodi-vfs-rar/kodi-vfs-rar-2.3.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="RAR VFS addon for Kodi"
+HOMEPAGE="https://github.com/xbmc/vfs.rar;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/xbmc/vfs.rar.git;
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Leia"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/xbmc/vfs.rar/archive/${PV}-${CODENAME}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}/vfs.rar-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =dev-libs/libplatform-2*
+   =media-libs/kodi-platform-18*
+   =media-tv/kodi-18*
+   "



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

2020-04-25 Thread Zac Medico
commit: 1fba9930619ad9612d02f59672ff1fa9d185c1ab
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Apr 26 04:04:41 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Apr 26 04:06:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fba9930

dev-python/ptvsd: Bump to version 4.3.2

Bug: https://bugs.gentoo.org/719378
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/ptvsd/Manifest   |  1 +
 dev-python/ptvsd/ptvsd-4.3.2.ebuild | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/dev-python/ptvsd/Manifest b/dev-python/ptvsd/Manifest
index 28166edf4b5..6798e28fd70 100644
--- a/dev-python/ptvsd/Manifest
+++ b/dev-python/ptvsd/Manifest
@@ -1 +1,2 @@
 DIST ptvsd-3.2.1.tar.gz 51934 BLAKE2B 
f94b57430bbc39bec90867f3d3b0e98fe88e3a6a8df26ef62f9e5aa4b966358c960881acca4df5a5f8d4538fad0a1c095488b11602673c092236f3110f4e9f8d
 SHA512 
00524c80323ace2753a3ad07b441357f1d4a5c8a6a64eaa0d42c09fac9f6db2c291a1e55dd12ddfd46c257490979359088498fdfdf9fe7afe04bb6ceace33654
+DIST ptvsd-4.3.2.tar.gz 7399976 BLAKE2B 
bd697773fcb504316e827ab0a25c029c77183f9a9ac8295060046bb6af92dcd9f30cd0edcf78dc6fd4c28b7af84054d75143e2734e6f7f19fa93f242800d0c4b
 SHA512 
5d4fc0e37ade9ae5a8d88348102d150f77c49ee5fac657083e094e9f4bec80c36dcc5cfc89649b9b088a6ac2a899071ded3571ebb1bc9bb46e92d4a14dd5d7e0

diff --git a/dev-python/ptvsd/ptvsd-4.3.2.ebuild 
b/dev-python/ptvsd/ptvsd-4.3.2.ebuild
new file mode 100644
index 000..a3ca8820e58
--- /dev/null
+++ b/dev-python/ptvsd/ptvsd-4.3.2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+inherit distutils-r1
+
+DESCRIPTION="Visual Studio remote debugging server for Python"
+HOMEPAGE="https://pypi.org/project/ptvsd/ https://github.com/Microsoft/ptvsd/;
+SRC_URI="https://github.com/microsoft/ptvsd/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"



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

2020-04-25 Thread Zac Medico
commit: dd4d0f695731533238772a709746e2f6a9d7a711
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Apr 26 04:07:02 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Apr 26 04:07:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd4d0f69

dev-python/ptvsd: Remove old version

Closes: https://bugs.gentoo.org/719378
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/ptvsd/Manifest   |  1 -
 dev-python/ptvsd/ptvsd-3.2.1.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/dev-python/ptvsd/Manifest b/dev-python/ptvsd/Manifest
index 6798e28fd70..93e2d6c7c15 100644
--- a/dev-python/ptvsd/Manifest
+++ b/dev-python/ptvsd/Manifest
@@ -1,2 +1 @@
-DIST ptvsd-3.2.1.tar.gz 51934 BLAKE2B 
f94b57430bbc39bec90867f3d3b0e98fe88e3a6a8df26ef62f9e5aa4b966358c960881acca4df5a5f8d4538fad0a1c095488b11602673c092236f3110f4e9f8d
 SHA512 
00524c80323ace2753a3ad07b441357f1d4a5c8a6a64eaa0d42c09fac9f6db2c291a1e55dd12ddfd46c257490979359088498fdfdf9fe7afe04bb6ceace33654
 DIST ptvsd-4.3.2.tar.gz 7399976 BLAKE2B 
bd697773fcb504316e827ab0a25c029c77183f9a9ac8295060046bb6af92dcd9f30cd0edcf78dc6fd4c28b7af84054d75143e2734e6f7f19fa93f242800d0c4b
 SHA512 
5d4fc0e37ade9ae5a8d88348102d150f77c49ee5fac657083e094e9f4bec80c36dcc5cfc89649b9b088a6ac2a899071ded3571ebb1bc9bb46e92d4a14dd5d7e0

diff --git a/dev-python/ptvsd/ptvsd-3.2.1.ebuild 
b/dev-python/ptvsd/ptvsd-3.2.1.ebuild
deleted file mode 100644
index 6d4a03c5095..000
--- a/dev-python/ptvsd/ptvsd-3.2.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Visual Studio remote debugging server for Python"
-HOMEPAGE="https://pypi.org/project/ptvsd/ https://github.com/Microsoft/ptvsd/;
-SRC_URI="https://files.pythonhosted.org/packages/59/de/54ad88ba555ce66920165949febf4810359c000c4c73568a6215603b437d/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-04-25 Thread Patrick McLean
commit: 48dd16c7839fdfc87c5d32b7e23959e9e48ed52d
Author: Victor Payno  gmail  com>
AuthorDate: Mon Mar  9 01:56:32 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Apr 26 03:11:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48dd16c7

dev-python/numpy: bump version to 1.18.3

Signed-off-by: Victor Payno  gmail.com>
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/numpy/Manifest|   1 +
 dev-python/numpy/numpy-1.18.3.ebuild | 152 +++
 2 files changed, 153 insertions(+)

diff --git a/dev-python/numpy/Manifest b/dev-python/numpy/Manifest
index d2674141d47..f633ce3aed9 100644
--- a/dev-python/numpy/Manifest
+++ b/dev-python/numpy/Manifest
@@ -1,5 +1,6 @@
 DIST numpy-1.16.5.zip 5138208 BLAKE2B 
f5511650e66939a6ce21cfad7874aecdeb6c07a70b32419a808956e42c7819d82bb364f1632da91b4d8a5237001c8ae3cbdcac10651fa0acca9558bdeafb5437
 SHA512 
6dd790ff57fdb7e7b0bddb47ea2b70b2667edefe632548ec68934e12a16af4a51bed9726e495c4993aad4c448dc4a204d0a087577d43dcfc9fa0164eb1d4b898
 DIST numpy-1.17.4.zip 6366657 BLAKE2B 
89f729bb0740fa721dfe8d1165094a96302fde1e8c272689c11cb4a9bb39d11afaf6eda3ded8a370333b47b9d1ee25e8cb0a602c8cf44964612342c50ea5824f
 SHA512 
f3264be7152437d71718da4728222962013ebd7fe02288d5063f1c763d1c4eee26485c27e8088f4dff79a4d491bc9f191849748c6007d093d22e89c6bff317f3
+DIST numpy-1.18.3.zip 5435268 BLAKE2B 
aaf14627ca24e27806e6a5498a8b91f85c2582794db2ef2ec315e88b107435aeb2e8f288c68ba00593150787d6deb887faa029f850df4c6cb65426499f7ee83f
 SHA512 
afb14dec81ade556e10b7de372e9d7b01b4bf246609c5eea26ad76ce93e6d9caa95479ae70dbfb725f28ac4802f94203c92e1e991852d2866b5225fc9d68e68d
 DIST numpy-html-1.16.4.zip 12097069 BLAKE2B 
db1f897342fbc80a761fbaee7b0eee3761dbfa04ef6c46a137bb2392caaec8256580467ce06498cceeada2639151a1ec75dafab484d64cb897c008727d6d32a5
 SHA512 
c44c5e1e0cb22f9dd46fe9e302030292d85e567456178fee296746a414271634e906509fb6665ac63fbfebdd13c5383574f0aa47b4fbc639063da31addc3316a
 DIST numpy-ref-1.16.4.pdf 5176571 BLAKE2B 
9a875ebd1473b241d463d810a6d191581aef961158f2f82959671b554ace3ad482795e4f3e1cb7dd4632cff926c1e864c675a7624fb0f4e4f297948bf50f0564
 SHA512 
983ba0f34a70c011886bdbc9fd8f3f75a3a967ca29217acc76fa46e7da391296a5628c9a557ac76efb393271abfb8ee4f376d401c1cc1e5c30622e54b9325d09
 DIST numpy-user-1.16.4.pdf 596203 BLAKE2B 
da3ad1f0ec1c965d20656f73a970911cbb58efa73a5df89e2e6485e0dd763f483e35eea1395ac919bf35d496fb216cee954fc5d31edebc1796a24a2a7a2d12b9
 SHA512 
3083008547213bfa98ffa5cd8e2cea13f6947f42d83aef61502a2a852b0d5f27d727c76b42d281d7a2f4f76c78e88b12ee3d9b164b39fe1f0213ace7097357d6

diff --git a/dev-python/numpy/numpy-1.18.3.ebuild 
b/dev-python/numpy/numpy-1.18.3.ebuild
new file mode 100644
index 000..274e9fd371f
--- /dev/null
+++ b/dev-python/numpy/numpy-1.18.3.ebuild
@@ -0,0 +1,152 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="threads(+)"
+
+FORTRAN_NEEDED=lapack
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit autotools distutils-r1 flag-o-matic fortran-2 multiprocessing 
toolchain-funcs
+
+DOC_PV="1.16.4"
+DESCRIPTION="Fast array and numerical python library"
+HOMEPAGE="https://www.numpy.org;
+SRC_URI="
+   mirror://pypi/${PN:0:1}/${PN}/${P}.zip
+   doc? (
+   https://numpy.org/doc/$(ver_cut 1-2 ${DOC_PV})/numpy-html.zip 
-> numpy-html-${DOC_PV}.zip
+   https://numpy.org/doc/$(ver_cut 1-2 ${DOC_PV})/numpy-ref.pdf -> 
numpy-ref-${DOC_PV}.pdf
+   https://numpy.org/doc/$(ver_cut 1-2 ${DOC_PV})/numpy-user.pdf 
-> numpy-user-${DOC_PV}.pdf
+   )"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86"
+IUSE="doc lapack"
+
+RDEPEND="
+   lapack? (
+   >=virtual/cblas-3.8
+   >=virtual/lapack-3.8
+   )
+"
+BDEPEND="
+   ${RDEPEND}
+   app-arch/unzip
+   >=dev-python/cython-0.29.15[${PYTHON_USEDEP}]
+   lapack? (
+   >=sys-devel/automake-1.16.2
+   >=sys-devel/gcc-6.5.0-r1[fortran]
+   virtual/pkgconfig
+   )
+   test? (
+   >=dev-python/hypothesis-5.8.0[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
+   >=dev-python/cffi-1.14.0[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.17.4-no-hardcode-blasv2.patch
+)
+
+distutils_enable_tests pytest
+
+src_unpack() {
+   default
+   if use doc; then
+   unzip -qo "${DISTDIR}"/numpy-html-${DOC_PV}.zip -d html || die
+   fi
+}
+
+src_prepare() {
+   default
+   eautomake
+}
+
+python_prepare_all() {
+   if use lapack; then
+   local incdir="${EPREFIX}"/usr/include
+   local libdir="${EPREFIX}"/usr/$(get_libdir)
+   cat >> site.cfg <<-EOF || die
+   [blas]
+   include_dirs = ${incdir}
+  

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

2020-04-25 Thread Patrick McLean
commit: d53b89c8a1252ea235cee15c6711688a823d3975
Author: Victor Payno  gmail  com>
AuthorDate: Mon Mar  9 17:41:44 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Apr 26 03:11:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53b89c8

dev-python/numpydoc: bump version to 0.9.2

Signed-off-by: Victor Payno  gmail.com>
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/numpydoc/Manifest  |  1 +
 dev-python/numpydoc/numpydoc-0.9.2.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/numpydoc/Manifest b/dev-python/numpydoc/Manifest
index fd329cbf217..400c35f3121 100644
--- a/dev-python/numpydoc/Manifest
+++ b/dev-python/numpydoc/Manifest
@@ -1 +1,2 @@
 DIST numpydoc-0.9.1.tar.gz 27583 BLAKE2B 
91764f74b35a740790efa9faade69622d48777fe97a62824b91d78ebf62f806f8c5ec34b1e6c4a4afee6e87358edfa40ca0d316ea41f7ed8501733a51797611b
 SHA512 
85a47ed86823baa3125dde4bb2760ce56f6fed9bb29dc64187dee4101f6344b5065146209f603d50a84a5d9cf0b7f4e5134fc0b495219e68100e05e028b61f2a
+DIST numpydoc-0.9.2.tar.gz 27555 BLAKE2B 
47b7788c502a26c40889c84563c0b94983655a653fa1f783f47d667021c65c7ffc0d2cdd14a16dfcb982da48642c0b07c949f57336d5b67c897a78815684bcac
 SHA512 
db8f5c3b409ece0a40f1c2ccb06eaa182896d173a5c913c7e6c5780fd021d746c48557fee6f050db8c42cfa41a5021901342bbb93dfd8b8daf7d43fead9cf94a

diff --git a/dev-python/numpydoc/numpydoc-0.9.2.ebuild 
b/dev-python/numpydoc/numpydoc-0.9.2.ebuild
new file mode 100644
index 000..673e70128fa
--- /dev/null
+++ b/dev-python/numpydoc/numpydoc-0.9.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx extension to support docstrings in Numpy format"
+HOMEPAGE="https://pypi.org/project/numpydoc/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? (
+   >=dev-python/matplotlib-3.2.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests nose



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

2020-04-25 Thread Patrick McLean
commit: 9bc13a27c23fbfd5cf80c9fe6b96d22ba99abd4b
Author: Victor Payno  gmail  com>
AuthorDate: Mon Apr 13 22:22:25 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Apr 26 03:11:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc13a27

dev-python/kiwisolver: Bump to version 1.2.0

Signed-off-by: Victor Payno  gmail.com>
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/kiwisolver/Manifest|  1 +
 dev-python/kiwisolver/kiwisolver-1.2.0.ebuild | 24 
 dev-python/kiwisolver/metadata.xml| 17 -
 3 files changed, 37 insertions(+), 5 deletions(-)

diff --git a/dev-python/kiwisolver/Manifest b/dev-python/kiwisolver/Manifest
index 692a7a275b8..5b1c2660a12 100644
--- a/dev-python/kiwisolver/Manifest
+++ b/dev-python/kiwisolver/Manifest
@@ -1,2 +1,3 @@
 DIST kiwisolver-1.0.1.tar.gz 34783 BLAKE2B 
104fb7789e004841921bc43fe98a98b247c7f0506a94b07d10ff1e758287a272c9d2f119b7a086847653cdf1bfc9d5c94823d1eb0b4a30ea93cf2b8b05027013
 SHA512 
01002ae1dbf6482ed68c49ad3da80b772db84ec221c4b111c42f1b493f19299e0ddb187e43e64b380eb2ddc292d5848d6e09a5a1dbfaf68950a65423a913ec18
 DIST kiwisolver-1.1.0.tar.gz 55086 BLAKE2B 
5f45a9c540a1a732cf8319de7dc2e6b503170cd40eac4287815c0c45f4f88a05c384e57a24ffb6edefde949718a09a35de87478c00a2a63643fc1294e548ba37
 SHA512 
e26a951fdba2fb221effe7ed785010d5795695b30e19fb67a30dc2ac883ee21b1daec967ad89734309c101513cd17bb5971118591270f402b8d46098178aff25
+DIST kiwisolver-1.2.0.tar.gz 54244 BLAKE2B 
42590c2cbb78b3c2ed568373616e772326bf5a0e133396d9e9cf6468132ec88b45d40f68f51baff7bc22ca261567ebab81cf2585009657bd2a59df4e97c33f1f
 SHA512 
05541ff46cc64b9958d714452138dc7bb343e6cc9308408a3f8cf25242e9640af37f8bfd22a7038e8ca70a895f57bdb983346259bce22b1630ac10b974d00a0e

diff --git a/dev-python/kiwisolver/kiwisolver-1.2.0.ebuild 
b/dev-python/kiwisolver/kiwisolver-1.2.0.ebuild
new file mode 100644
index 000..fd71991237c
--- /dev/null
+++ b/dev-python/kiwisolver/kiwisolver-1.2.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="An efficient C++ implementation of the Cassowary constraint 
solving algorithm"
+HOMEPAGE="https://github.com/nucleic/kiwi;
+SRC_URI="https://github.com/nucleic/kiwi/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Clear-BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/cppy-1.1.0[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}"
+
+S="${WORKDIR}"/kiwi-${PV}
+
+distutils_enable_tests pytest

diff --git a/dev-python/kiwisolver/metadata.xml 
b/dev-python/kiwisolver/metadata.xml
index 6ee72f23530..4b4e945d159 100644
--- a/dev-python/kiwisolver/metadata.xml
+++ b/dev-python/kiwisolver/metadata.xml
@@ -1,9 +1,16 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-  
-kiwisolver
-nucleic/kiwi
-  
+   
+   vpayno+gen...@gmail.com
+   Victor Payno
+   
+   
+   gyakov...@gentoo.org
+   Georgy Yakovlev
+   
+   
+   kiwisolver
+   nucleic/kiwi
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-xsl-ns-stylesheets/

2020-04-25 Thread Matt Turner
commit: 16592de7f50081c4cb0d78bc01c19c8936441339
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr 26 03:10:42 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 26 03:11:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16592de7

app-text/docbook-xsl-ns-stylesheets-1.78.0: add ~arm64

Signed-off-by: Matt Turner  gentoo.org>

 .../docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.78.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-text/docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.78.0.ebuild 
b/app-text/docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.78.0.ebuild
index 67a71db9fc8..cfb11c530ce 100644
--- 
a/app-text/docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.78.0.ebuild
+++ 
b/app-text/docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.78.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/docbook/${MY_P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
 IUSE="ruby"
 
 RDEPEND=">=app-text/build-docbook-catalog-1.4



[gentoo-commits] repo/gentoo:master commit in: dev-python/versioneer/files/, dev-python/versioneer/

2020-04-25 Thread Patrick McLean
commit: 5aec13e322a19296d8b92346262b7e66e492682e
Author: Victor Payno  gmail  com>
AuthorDate: Sun Apr 12 07:03:31 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Apr 26 03:11:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aec13e3

dev-python/versioneer-0.18-r1: add Python 3.8

Signed-off-by: Victor Payno  gmail.com>
Signed-off-by: Patrick McLean  gentoo.org>

 .../files/versioneer-0.18-fix_test_git.patch   | 21 +
 dev-python/versioneer/versioneer-0.18-r1.ebuild| 35 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-python/versioneer/files/versioneer-0.18-fix_test_git.patch 
b/dev-python/versioneer/files/versioneer-0.18-fix_test_git.patch
new file mode 100644
index 000..35c45979e6f
--- /dev/null
+++ b/dev-python/versioneer/files/versioneer-0.18-fix_test_git.patch
@@ -0,0 +1,21 @@
+--- a/test/git/test_git.py 2020-04-11 23:36:18.858361255 -0700
 b/test/git/test_git.py 2020-04-11 23:47:01.929316371 -0700
+@@ -8,7 +8,8 @@
+ import tempfile
+ 
+ 
+-from pkg_resources import parse_version, SetuptoolsLegacyVersion
++from pkg_resources import parse_version
++from packaging.version import LegacyVersion
+ 
+ sys.path.insert(0, "src")
+ import common
+@@ -590,7 +591,7 @@
+ def assertPEP440(self, got, state, tree, runtime):
+ where = "/".join([state, tree, runtime])
+ pv = parse_version(got)
+-self.assertFalse(isinstance(pv, SetuptoolsLegacyVersion),
++self.assertFalse(isinstance(pv, LegacyVersion),
+  "%s: '%s' was not pep440-compatible"
+  % (where, got))
+ self.assertEqual(str(pv), got,

diff --git a/dev-python/versioneer/versioneer-0.18-r1.ebuild 
b/dev-python/versioneer/versioneer-0.18-r1.ebuild
new file mode 100644
index 000..010def16ba7
--- /dev/null
+++ b/dev-python/versioneer/versioneer-0.18-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Easy VCS-based management of project version strings"
+HOMEPAGE="https://pypi.org/project/versioneer/ 
https://github.com/warner/python-versioneer;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="public-domain"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? ( dev-vcs/git )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.18-fix_test_git.patch"
+)
+
+python_test() {
+   esetup.py make_versioneer
+
+   git config --global user.email "y...@example.com"
+   git config --global user.name "Your Name"
+
+   ${PYTHON} test/git/test_git.py -v || die
+}



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

2020-04-25 Thread Patrick McLean
commit: feb9e8aa0f697c70518b52932ba972f3bf9886e6
Author: Victor Payno  gmail  com>
AuthorDate: Sun Apr 12 06:26:10 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Apr 26 03:11:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb9e8aa

dev-python/matplotlib: Bump to version 3.2.1

Signed-off-by: Victor Payno  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15315
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/matplotlib/Manifest|   1 +
 dev-python/matplotlib/matplotlib-3.2.1.ebuild | 259 ++
 2 files changed, 260 insertions(+)

diff --git a/dev-python/matplotlib/Manifest b/dev-python/matplotlib/Manifest
index 70225931856..92713a4049d 100644
--- a/dev-python/matplotlib/Manifest
+++ b/dev-python/matplotlib/Manifest
@@ -1,3 +1,4 @@
 DIST matplotlib-2.2.2.tar.gz 37317332 BLAKE2B 
4120265263c5b1e4ab57f7c0eb7a477b4071a5f219d1d6328d6ed51d44460217c7c4da82a4b7d13c6ba9f80308406a217f2dbcfa310f3137cbe8bc56a9ef0eef
 SHA512 
1d21ef821190f22354098f8f0db6449f237acbf3c1419ab3815ecd4e9c6922fd3f00c4a8f60858e319b55b6fb2e8fe2922c0bf8e72b204e7edff0b409cf76320
 DIST matplotlib-2.2.4.tar.gz 36974286 BLAKE2B 
9c4c69163a23ff02107ee155f72e142dcf31ba965f6a20f468b96f3f4b70b95ff6caade6b14bcbacd5b231848d2000ce6af9f113feefb41d6e186725349490d3
 SHA512 
968f5731b8a9a2c5575403c60d5b0a98a452b33094e520be44f4d901f892d082babc8fc1d73c519e1ff2baf756f3cb7652f4b796e166d66dfda31f7e50c58139
 DIST matplotlib-3.1.2.tar.gz 40909582 BLAKE2B 
670907670335ca13ec01f3acf036fd502ce34abd12666b2e0d10867c6115a0fe80039326cee89099471aa6b3bbd25f1ca4aa837072dea624ee41984da9f647be
 SHA512 
2eff3c0525d01824ed758a87f50a3f6094767b580fca1eae4e9dbc2cc972af3d0cc3ac9615e576c5685e8bfc1ec90754bc826635f4f2a919d0b26bbb686cccab
+DIST matplotlib-3.2.1.tar.gz 40325615 BLAKE2B 
7fd299f7d3948987e341e4313ed82d15de286a05c9819893e099ccd6c1f861ce5548ec85588a382603011e7710d08d6fc9a4f168f0b5705b0873b97e40d2dd39
 SHA512 
d6497a3c47eaff9c0d981bc03de5894a3f4a5413cbe320924b1df6d68eb421e548cf4247c035fd636a4403cd2d50071633e6906e795b74ec7d9c4816193e42be

diff --git a/dev-python/matplotlib/matplotlib-3.2.1.ebuild 
b/dev-python/matplotlib/matplotlib-3.2.1.ebuild
new file mode 100644
index 000..c506ee17f4a
--- /dev/null
+++ b/dev-python/matplotlib/matplotlib-3.2.1.ebuild
@@ -0,0 +1,259 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE='tk?,threads(+)'
+
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+inherit distutils-r1 flag-o-matic virtualx toolchain-funcs prefix
+
+DESCRIPTION="Pure python plotting library with matlab like syntax"
+HOMEPAGE="https://matplotlib.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+# Main license: matplotlib
+# Some modules: BSD
+# matplotlib/backends/qt4_editor: MIT
+# Fonts: BitstreamVera, OFL-1.1
+LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
+KEYWORDS="~amd64"
+IUSE="cairo doc excel examples gtk3 latex qt5 tk wxwidgets"
+
+REQUIRED_USE="
+   test? (
+   cairo latex qt5 tk wxwidgets gtk3
+   )
+"
+
+# internal copy of pycxx highly patched
+#  dev-python/pycxx
+
+RDEPEND="
+   >=dev-python/cycler-0.10.0-r1[${PYTHON_USEDEP}]
+   >=dev-python/kiwisolver-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.18.2[${PYTHON_USEDEP}]
+   >=dev-python/pyparsing-1.5.6[${PYTHON_USEDEP}]
+   dev-python/python-dateutil:0[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
+   >=dev-python/six-1.14.0[${PYTHON_USEDEP}]
+   dev-python/versioneer[${PYTHON_USEDEP}]
+   media-fonts/dejavu
+   media-fonts/stix-fonts
+   media-libs/freetype:2
+   media-libs/libpng:0
+   >=media-libs/qhull-2013
+   >=www-servers/tornado-6.0.4[${PYTHON_USEDEP}]
+   cairo? (
+   dev-python/cairocffi[${PYTHON_USEDEP}]
+   )
+   excel? (
+   dev-python/xlwt[${PYTHON_USEDEP}]
+   )
+   gtk3? (
+   dev-python/pygobject:3[cairo?,${PYTHON_USEDEP}]
+   x11-libs/gtk+:3[introspection]
+   )
+   latex? (
+   virtual/latex-base
+   app-text/dvipng
+   app-text/ghostscript-gpl
+   app-text/poppler[utils]
+   dev-texlive/texlive-fontsrecommended
+   dev-texlive/texlive-latexextra
+   dev-texlive/texlive-xetex
+   )
+   qt5? (
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   )
+   wxwidgets? (
+   dev-python/wxpython:*[${PYTHON_USEDEP}]
+   )
+"
+
+BDEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   doc? (
+   >=app-text/dvipng-1.15-r1
+   >=dev-python/colorspacious-1.1.2[${PYTHON_USEDEP}]
+   >=dev-python/pillow-7.1.1[${PYTHON_USEDEP}]
+   >=dev-python/ipython-1.18.2[${PYTHON_USEDEP}]
+   

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

2020-04-25 Thread Patrick McLean
commit: 55a6d16a482c58ebd08074b4b52209a526b3a661
Author: Victor Payno  gmail  com>
AuthorDate: Mon Apr 13 22:24:44 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Apr 26 03:11:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a6d16a

dev-python/cppy: C++ header library for writing Python extension modules (new 
package)

Signed-off-by: Victor Payno  gmail.com>
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/cppy/Manifest  |  1 +
 dev-python/cppy/cppy-1.1.0.ebuild | 18 ++
 dev-python/cppy/metadata.xml  | 18 ++
 3 files changed, 37 insertions(+)

diff --git a/dev-python/cppy/Manifest b/dev-python/cppy/Manifest
new file mode 100644
index 000..6312cdc8ae7
--- /dev/null
+++ b/dev-python/cppy/Manifest
@@ -0,0 +1 @@
+DIST cppy-1.1.0.tar.gz 11777 BLAKE2B 
3bdeba7ee9bb478b51090a52077abc44ee74f72439c3cf2bca898bfc84bd97993bf4dd20d641a1952e2738e3f6b89434f7435fe0a5a8302f91ebef9d02729686
 SHA512 
9ef4db580c963219a111ab10bc263cdf2c4386e27fce8ffe5c785fc7e8f6c6b60cb23ce918959c6f17194fd6977cc65fa64d167a0b62e6cff0cf662154bc734c

diff --git a/dev-python/cppy/cppy-1.1.0.ebuild 
b/dev-python/cppy/cppy-1.1.0.ebuild
new file mode 100644
index 000..5ab0e333a8c
--- /dev/null
+++ b/dev-python/cppy/cppy-1.1.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="C++ header library which makes it easier to write Python 
extension modules"
+HOMEPAGE="https://pypi.org/project/cppy;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest

diff --git a/dev-python/cppy/metadata.xml b/dev-python/cppy/metadata.xml
new file mode 100644
index 000..16cf244d93e
--- /dev/null
+++ b/dev-python/cppy/metadata.xml
@@ -0,0 +1,18 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   vpayno+gen...@gmail.com
+   Victor Payno
+   
+   
+   gyakov...@gentoo.org
+   Georgy Yakovlev
+   
+   
+   A small C++ header library which makes it easier to write 
Python extension modules. The primary feature is a PyObject smart pointer which 
automatically handles reference counting and provides convenience methods for 
performing common object operations.
+   
+   
+   cppy
+   
+



[gentoo-commits] repo/gentoo:master commit in: app-shells/bash/

2020-04-25 Thread Lars Wendler
commit: bb79c6838cd01fc60a7c9198130d709c500d442a
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Apr 26 02:40:36 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Apr 26 02:41:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb79c683

app-shells/bash: Minor QA fixes

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Lars Wendler  gentoo.org>

 app-shells/bash/bash-4.4_p23-r1.ebuild | 5 ++---
 app-shells/bash/bash-5.0_p11.ebuild| 5 ++---
 app-shells/bash/bash-5.0_p16.ebuild| 5 ++---
 app-shells/bash/bash-5.0_p17.ebuild| 5 ++---
 4 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/app-shells/bash/bash-4.4_p23-r1.ebuild 
b/app-shells/bash/bash-4.4_p23-r1.ebuild
index dc2d39a7d27..d40bcd6d09b 100644
--- a/app-shells/bash/bash-4.4_p23-r1.ebuild
+++ b/app-shells/bash/bash-4.4_p23-r1.ebuild
@@ -56,7 +56,6 @@ DEPEND="
 "
 RDEPEND="
${DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/

2020-04-25 Thread Georgy Yakovlev
commit: a5eeea43d66b9d9a2d35a5b67ac41b36fdba23bb
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Apr 26 02:12:11 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Apr 26 02:13:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5eeea43

profiles/arch/powerpc/package.use.mask: mask glibc[static-pie]

Bug: https://bugs.gentoo.org/719444

Signed-off-by: Georgy Yakovlev  gentoo.org>

 profiles/arch/powerpc/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index 8baff944814..e080f326a67 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Georgy Yakovlev  (2020-04-25)
+# static-pie is not fully implemented on ppc/ppc64, bug #719444
+sys-libs/glibc static-pie
+
 # Lars Wendler  (2020-04-20)
 # Not keyworded on ppc
 net-misc/whois xcrypt



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

2020-04-25 Thread Patrick McLean
commit: 144fb76a62e1855c042db3d2e59a88c31b81ba6c
Author: Patrick McLean  gentoo  org>
AuthorDate: Sun Apr 26 02:10:22 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Apr 26 02:11:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=144fb76a

dev-python/pyopengl-3.1.5: restore py36

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/pyopengl/pyopengl-3.1.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyopengl/pyopengl-3.1.5.ebuild 
b/dev-python/pyopengl/pyopengl-3.1.5.ebuild
index 74b0b47b95c..2f737d1e570 100644
--- a/dev-python/pyopengl/pyopengl-3.1.5.ebuild
+++ b/dev-python/pyopengl/pyopengl-3.1.5.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 PYTHON_REQ_USE="tk?"
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1 virtualx
 
@@ -49,5 +49,5 @@ BDEPEND="
 S="${WORKDIR}/${MY_P}"
 
 python_test() {
-   run_in_build_dir virtx pytest -v "${S}"/tests
+   run_in_build_dir virtx pytest -vv "${S}"/tests
 }



[gentoo-commits] repo/gentoo:master commit in: dev-util/glib-utils/

2020-04-25 Thread Matt Turner
commit: 94787cbce38e8e4ee8a5cdd08cfb65966d93d938
Author: Jakov Smolic  sartura  hr>
AuthorDate: Tue Apr 21 20:34:00 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 26 01:28:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94787cbc

dev-util/glib-utils: Version bump to 2.64.2

Closes: https://github.com/gentoo/gentoo/pull/15462
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Luka Perkov  sartura.hr>
Signed-off-by: Matt Turner  gentoo.org>

 dev-util/glib-utils/Manifest |  1 +
 dev-util/glib-utils/glib-utils-2.64.2.ebuild | 65 
 2 files changed, 66 insertions(+)

diff --git a/dev-util/glib-utils/Manifest b/dev-util/glib-utils/Manifest
index 115723e3d8e..ceaf75bf854 100644
--- a/dev-util/glib-utils/Manifest
+++ b/dev-util/glib-utils/Manifest
@@ -2,3 +2,4 @@ DIST glib-2.60.7.tar.xz 4590568 BLAKE2B 
a3f2a3bd0443a27326e8359c2ad1e6022ca1634f
 DIST glib-2.62.5.tar.xz 4702492 BLAKE2B 
03e04cb149b3301959013c5db20b1f3606951ed80105e0580d40177586a5834afb975ace0d25d5311fd63d29a48129128bdddf29a808e371f1400c00033be1a3
 SHA512 
2f99422ff8245524aabdb52f5d388ef4bde0fc075eab24499b4023f6ca143b80a74e265117b9e7a9de68a347b0c7eaa8655c836d7bbb63d54cad5c6dda630371
 DIST glib-2.62.6.tar.xz 4703424 BLAKE2B 
0a27245be2575c574dcc730dd051a8c284f421dbc46579aadc5fbbacb8f934af4374b61bb26085e5c9ab78a868c567818f3fb9d67adddce37f5c4fec00e0d276
 SHA512 
8e3972a371f3c1a50b7d245b30e4f740583ad72ba4ab325e0e15e0732be44dfb69b603fb39dcf4989255a23a181e9ea5dd25982dd94c386cd9f21952243ad6f5
 DIST glib-2.64.1.tar.xz 4758548 BLAKE2B 
5585d23fee28d7c32b1bb9e1defbc31ba469aa259e3c328760d1e702d98706cf251bfb50b5e2aed37b2cdfa6ab4319372ddcd0a9937c97a2614741b504af17a5
 SHA512 
1cefe49a42233f24ac6bd09c134ceea7119f4f74f42204a731be56100a180eec69c8224674f0b08d1538ad0859896ed08260a6af0fed469c7d10b4508116a6bc
+DIST glib-2.64.2.tar.xz 4760436 BLAKE2B 
8145684ca9f966f92ed9cdafcbf46c59291dc1215fc9feae482fb33f61bd175a679fe5bc80f031190c9a0eb5eb650fab01e13bdda4bd41e9df3d21c6779681bc
 SHA512 
c65adb76f4a03c19f2df186dde49724135975ec6cd059efca5d753e7459f77925657b1fb6fc4ff0d09b2461b2f6e58c9710fc8cde0a5d648ba0d68ccfef1ec57

diff --git a/dev-util/glib-utils/glib-utils-2.64.2.ebuild 
b/dev-util/glib-utils/glib-utils-2.64.2.ebuild
new file mode 100644
index 000..0dd0c2ddd68
--- /dev/null
+++ b/dev-util/glib-utils/glib-utils-2.64.2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+GNOME_ORG_MODULE="glib"
+
+inherit gnome.org python-single-r1
+
+DESCRIPTION="Build utilities for GLib using projects"
+HOMEPAGE="https://www.gtk.org/;
+
+LICENSE="LGPL-2.1+"
+SLOT="0" # /usr/bin utilities that can't be parallel installed by their nature
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~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}
+   !http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \
+   "${1}" || die "manpage generation failed"
+}
+
+src_compile() {
+   sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" 
gobject/glib-genmarshal.in > gobject/glib-genmarshal || die
+   sed -e "s:@VERSION@:${PV}:g;s:@PYTHON@:python:g" 
gobject/glib-mkenums.in > gobject/glib-mkenums || die
+   sed -e "s:@GLIB_VERSION@:${PV}:g;s:@PYTHON@:python:g" 
glib/gtester-report.in > glib/gtester-report || die
+   do_xsltproc_command docs/reference/gobject/glib-genmarshal.xml 
docs/reference/gobject/glib-genmarshal.1
+   do_xsltproc_command docs/reference/gobject/glib-mkenums.xml 
docs/reference/gobject/glib-mkenums.1
+   do_xsltproc_command docs/reference/glib/gtester-report.xml 
docs/reference/glib/gtester-report.1
+}
+
+src_install() {
+   python_fix_shebang gobject/glib-genmarshal
+   python_fix_shebang gobject/glib-mkenums
+   python_fix_shebang glib/gtester-report
+   exeinto /usr/bin
+   doexe gobject/glib-genmarshal
+   doexe gobject/glib-mkenums
+   doexe glib/gtester-report
+   doman docs/reference/gobject/glib-genmarshal.1
+   doman docs/reference/gobject/glib-mkenums.1
+   doman docs/reference/glib/gtester-report.1
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/atk/

2020-04-25 Thread Matt Turner
commit: 44b39cd478d1d23b60cf9d2f2d99100f5d1841cd
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr 26 01:31:06 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 26 01:53:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b39cd4

dev-libs/atk: Version bump to 2.36.0

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/atk/Manifest  |  1 +
 dev-libs/atk/atk-2.36.0.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-libs/atk/Manifest b/dev-libs/atk/Manifest
index e59c9013691..e85cc48a156 100644
--- a/dev-libs/atk/Manifest
+++ b/dev-libs/atk/Manifest
@@ -1,3 +1,4 @@
 DIST atk-2.32.0.tar.xz 292088 BLAKE2B 
15f093db60cc54d1a5a18dc78cb9d64fa73e18dadb724fe5143956199f4ff1aa4ea9daf0796b14f228a1d91f1d44e88749c67fe5a6a84bd001916d78be4680f9
 SHA512 
8cd2a3ee006f21835f3e564f2e1de4ae61bd9529b4c0b4f2e3ece88e905e2dd36b67affb089f41582806a1397576602a526a4b8698303708894f20af97ecac22
 DIST atk-2.34.1.tar.xz 293140 BLAKE2B 
8ae280583867460734ca001eb01963eefcc519eb09658e2e793cd1a07831e8e5ade20a4d38bb5925a1103da206d9d6283a2b1892c671f12090b3eefac04b34e1
 SHA512 
a7c8ec7c2166bb8734b065402bf7700cdc69f56c0958663e88596b155a20063e4cfbf1754d8b8ed94a4e509db2e97e2603b0a8037e61028acc85930e631a633e
 DIST atk-2.35.1.tar.xz 294224 BLAKE2B 
e2e4d5768d8add243bb064e3ec43bd4665bf16f0211be721788a3a3bb96a93e402671e0bf5c7e2a1747ac673fee0b5022cb1798481a5ff0b1cc61f41dc0c8279
 SHA512 
da81cb4a6a5f2d8d83fa8a430b181b009e5407d906bb000a2d86481e7fea9fa6fb6e9dcd6790d4efdf513e5fe8fcb32ac3ec49d4ce3c76010145b8baacf2ae1b
+DIST atk-2.36.0.tar.xz 299100 BLAKE2B 
46f0cc10052788643c09e27e36a3f74439864cf5c8fdfcf5850e3e7df596ac8a2a3dd8a01856503d43995ff1cc36ec0ca63884133f2c5f4a3634aad2c5119997
 SHA512 
d0f18204eaf96511e8448e3dfbc4b6953a7cf8b816151fb7caf5592cf578572b1cdb16836fe2157b11e3ad018ef171f1ca1bfdf255bb31bb455716d7519fd634

diff --git a/dev-libs/atk/atk-2.36.0.ebuild b/dev-libs/atk/atk-2.36.0.ebuild
new file mode 100644
index 000..4e54ebb066d
--- /dev/null
+++ b/dev-libs/atk/atk-2.36.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org meson multilib-minimal xdg
+
+DESCRIPTION="GTK+ & GNOME Accessibility Toolkit"
+HOMEPAGE="https://wiki.gnome.org/Accessibility;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE="gtk-doc +introspection"
+
+RDEPEND="
+   >=dev-libs/glib-2.38.0:2[${MULTILIB_USEDEP}]
+   introspection? ( >=dev-libs/gobject-introspection-1.54.0:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   gtk-doc? (
+   >=dev-util/gtk-doc-1.25
+   app-text/docbook-xml-dtd:4.3 )
+   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+   >=sys-devel/gettext-0.19.8
+"
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Ddocs=$(multilib_native_usex gtk-doc true false)
+   -Dintrospection=$(multilib_native_usex introspection true false)
+   )
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   meson_src_compile
+}
+
+multilib_src_test() {
+   meson_src_test
+}
+
+multilib_src_install() {
+   meson_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/libsecret/

2020-04-25 Thread Matt Turner
commit: 283e9b209978320c4faa31b3adf71661d3bbd182
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr 26 01:33:26 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 26 01:53:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=283e9b20

app-crypt/libsecret: Version bump to 0.20.3

Signed-off-by: Matt Turner  gentoo.org>

 app-crypt/libsecret/Manifest|  1 +
 app-crypt/libsecret/libsecret-0.20.3.ebuild | 94 +
 2 files changed, 95 insertions(+)

diff --git a/app-crypt/libsecret/Manifest b/app-crypt/libsecret/Manifest
index 66647071754..8be7ee94fc1 100644
--- a/app-crypt/libsecret/Manifest
+++ b/app-crypt/libsecret/Manifest
@@ -1,2 +1,3 @@
 DIST libsecret-0.18.8.tar.xz 509432 BLAKE2B 
3e3995d2c44367e31f3914087494764acfe82fb597b524c4982b4fca4e16612509c675f545191ee3cdae59698614395bef54ad82ae88a7e4e19898ba0be7828f
 SHA512 
9e2ec8d458af6ed078bf3c6d956599f73f2cc7720332c424e9aede1f77f3d969c5122cf7b70899bc07ad96a3a628bf79bc5fffa88274d1ef2bcaaca6719f90d4
 DIST libsecret-0.20.2.tar.xz 526224 BLAKE2B 
cae93962480f65d2c91b1c26a23321d19c256692754ef37c658e346a6cb6b91cdebe134516c3c8652c5ee502b8f7a070a8d519ed878b2f6dfc124ea7b032613f
 SHA512 
89143c8ccc8f6fa0cda2c98baef92e8cbf9b319a984826a09c527125e14712023ee65cada42a2c9232524528da8c1c3d2235ecbcb93e2f06e94121a601c22857
+DIST libsecret-0.20.3.tar.xz 526388 BLAKE2B 
ae2e64af61c269eb109fa7840cc7ff2362ac69eab4b452074c2cb3a80b26cc88e8d341a7649e0f16fa73541943d968dfbd6f3cc802d99a37f3a7d91e8b20cfe3
 SHA512 
020e1954e0965f33ee15f35e1f439b6c1650322a9112078f7a3e265cee83ad99d217ae3b363fbadc06c5cb0941f7e544d91da72e5be1c6b96992c071e6170c22

diff --git a/app-crypt/libsecret/libsecret-0.20.3.ebuild 
b/app-crypt/libsecret/libsecret-0.20.3.ebuild
new file mode 100644
index 000..28696c25eb4
--- /dev/null
+++ b/app-crypt/libsecret/libsecret-0.20.3.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{6,7} )
+VALA_USE_DEPEND=vapigen
+
+inherit gnome2 multilib-minimal python-any-r1 vala virtualx
+
+DESCRIPTION="GObject library for accessing the freedesktop.org Secret Service 
API"
+HOMEPAGE="https://wiki.gnome.org/Projects/Libsecret;
+
+LICENSE="LGPL-2.1+ Apache-2.0" # Apache-2.0 license is used for tests only
+SLOT="0"
+
+IUSE="+crypt +introspection test +vala"
+RESTRICT="!test? ( test )"
+# Tests fail with USE=-introspection, https://bugs.gentoo.org/655482
+REQUIRED_USE="test? ( introspection )
+   vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.44:2[${MULTILIB_USEDEP}]
+   crypt? ( >=dev-libs/libgcrypt-1.2.2:0=[${MULTILIB_USEDEP}] )
+   introspection? ( >=dev-libs/gobject-introspection-1.29:= )
+"
+PDEPEND=">=gnome-base/gnome-keyring-3
+"
+# PDEPEND to avoid circular dep (bug #547456)
+# gnome-keyring needed at runtime as explained at 
https://bugs.gentoo.org/475182#c2
+# Add ksecrets to PDEPEND when it's added to portage
+DEPEND="${RDEPEND}
+   dev-libs/libxslt
+   dev-util/gdbus-codegen
+   >=dev-util/gtk-doc-am-1.9
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig[${MULTILIB_USEDEP}]
+   test? (
+   $(python_gen_any_dep '
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   introspection? ( 
dev-python/pygobject:3[${PYTHON_USEDEP}] )')
+   introspection? ( >=dev-libs/gjs-1.32 )
+   )
+   vala? ( $(vala_depend) )
+"
+
+python_check_deps() {
+   if use introspection; then
+   has_version --host-root 
"dev-python/pygobject:3[${PYTHON_USEDEP}]" || return
+   fi
+   has_version --host-root "dev-python/mock[${PYTHON_USEDEP}]" &&
+   has_version --host-root "dev-python/dbus-python[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+
+   # Drop unwanted CFLAGS modifications
+   sed -e 's/CFLAGS="$CFLAGS -\(g\|O0\|O2\)"//' -i configure || die
+}
+
+multilib_src_configure() {
+   local ECONF_SOURCE=${S}
+   gnome2_src_configure \
+   --enable-manpages \
+   --disable-strict \
+   --disable-coverage \
+   --disable-static \
+   $(use_enable crypt gcrypt) \
+   $(multilib_native_use_enable introspection) \
+   $(multilib_native_use_enable vala) \
+   LIBGCRYPT_CONFIG="${EPREFIX}/usr/bin/${CHOST}-libgcrypt-config"
+
+   if multilib_is_native_abi; then
+   ln -s "${S}"/docs/reference/libsecret/html 
docs/reference/libsecret/html || die
+   fi
+}
+
+multilib_src_test() {
+   # tests fail without gobject-introspection
+   multilib_is_native_abi && virtx emake 

[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2020-04-25 Thread Matt Turner
commit: ff97d75b1ca025b768632cd5766df196f5760281
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr 26 01:37:46 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 26 01:53:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff97d75b

x11-libs/libnotify: Version bump to 0.7.9

Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libnotify/Manifest   |  1 +
 x11-libs/libnotify/libnotify-0.7.9.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest
index 7ce3a6f9deb..bc7c99eeb75 100644
--- a/x11-libs/libnotify/Manifest
+++ b/x11-libs/libnotify/Manifest
@@ -1 +1,2 @@
 DIST libnotify-0.7.8.tar.xz 108436 BLAKE2B 
0a73eabe58faca55e16774cda6f649ab3187bd73a1f87b538d5098f390571a6a34078883dbd2447731d6e4cae315d8286e9e8acc06e85590c8b05a693a83e7f7
 SHA512 
9973d7a1af5dd7cfbaa0d0d2c9e72a40df9d814967fde47e95763a69690cc4ed32ecf713d75f91f3dff99a693eff9dab963be124e0530ebf231d517a44e75e94
+DIST libnotify-0.7.9.tar.xz 98148 BLAKE2B 
4728d00a204cd1003e8171a54c23bb975c0477c245c1175558f27555763113ec8bd7abd7ef81f6bad2b98604efe436d843958e77473436e68560775804473383
 SHA512 
8a842b50777279efdb7d96a836a546c47decad158a4f03f7ffc818860d1f6276a657619e4f4a19a4e2f5ad55e0371c793420d50d802983700e8c342273b73874

diff --git a/x11-libs/libnotify/libnotify-0.7.9.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9.ebuild
new file mode 100644
index 000..9783bf0f989
--- /dev/null
+++ b/x11-libs/libnotify/libnotify-0.7.9.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org meson multilib-minimal xdg-utils
+
+DESCRIPTION="A library for sending desktop notifications"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE="gtk-doc +introspection test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-eselect/eselect-notify-send
+   >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
+   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=dev-libs/gobject-introspection-common-1.32
+   dev-util/glib-utils
+   virtual/pkgconfig
+   app-text/docbook-xsl-ns-stylesheets
+   dev-libs/libxslt
+   gtk-doc? ( dev-util/gtk-doc
+   app-text/docbook-xml-dtd:4.1.2 )
+   test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
+"
+PDEPEND="virtual/notification-daemon"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Dtests="$(usex test true false)"
+   -Dintrospection="$(multilib_native_usex introspection enabled 
disabled)"
+   -Dgtk_doc=$(multilib_native_usex gtk-doc true false)
+   -Ddocbook_docs=disabled
+   )
+   meson_src_configure
+}
+
+multilib_src_install() {
+   meson_src_install
+
+   mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
+}
+
+pkg_postinst() {
+   eselect notify-send update ifunset
+}
+
+pkg_postrm() {
+   eselect notify-send update ifunset
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/abrt/

2020-04-25 Thread Matt Turner
commit: bb50fbe9bd2c32c8105fa98cab0f32fe62ce3c33
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr 26 01:36:38 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 26 01:53:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb50fbe9

app-admin/abrt: Version bump to 2.14.1

Signed-off-by: Matt Turner  gentoo.org>

 app-admin/abrt/Manifest   |   1 +
 app-admin/abrt/abrt-2.14.1.ebuild | 129 ++
 2 files changed, 130 insertions(+)

diff --git a/app-admin/abrt/Manifest b/app-admin/abrt/Manifest
index 921dcefe515..d062daa4363 100644
--- a/app-admin/abrt/Manifest
+++ b/app-admin/abrt/Manifest
@@ -1,2 +1,3 @@
 DIST abrt-2.12.0.tar.gz 6799338 BLAKE2B 
57a9b3fac4a4a5f55630be0573b26d4ae2d921d4f09d6566339a77f314c413c1a9e242f882fe20befabf30a58e7df21395edcf1b0d560bfeadf8e854bff6a705
 SHA512 
3567332399cd9708505a6d05c9388c7da5c14c7432e6fd40e5e76b6bcea8859c17b3b6c52a96ce54740e3682d75d8bf77dbc5fede80bd4fc6f72c60014f9cded
 DIST abrt-2.14.0.tar.gz 6102393 BLAKE2B 
6bba45604406c1f2f84d778475acc6b5db3747f292fcb74a881703491b2d92adda3cc88d6ed741087c1ed2f88a68cdc4858f3640b506a6be650ea4d1d1f2bfd3
 SHA512 
26cf04ef6f52da445e825d5f1074186c4c77d1b093174bb6f7b0a8fa6175e265fcaf56fa4a977851a2352f9fd004425bc397e35a91f6f8e78f37564cd492c571
+DIST abrt-2.14.1.tar.gz 6113024 BLAKE2B 
ddceda689fa51b04a0c201fe560c31ba5c8233c1f75c878b391b0b61cff241e6c2ce5b1829faa6e5f286c3c5efe96941c823234affe94b59fdd2aa3d7cd33cc3
 SHA512 
24126a54778b7e612c8b950321686bdee7ce15a16e79c8d967f8126c89f7da7060270fc0929cfabfc35100d069b0a626c3380833a3f62614cea6b00a44238ec3

diff --git a/app-admin/abrt/abrt-2.14.1.ebuild 
b/app-admin/abrt/abrt-2.14.1.ebuild
new file mode 100644
index 000..0c87155270c
--- /dev/null
+++ b/app-admin/abrt/abrt-2.14.1.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit autotools python-single-r1 systemd xdg-utils
+
+DESCRIPTION="Automatic bug detection and reporting tool"
+HOMEPAGE="https://github.com/abrt/abrt/wiki/ABRT-Project;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="selinux test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   >=dev-libs/glib-2.56:2
+   >=dev-libs/libreport-2.10.0[gtk,python]
+   dev-libs/libxml2:2
+   >=gnome-base/gsettings-desktop-schemas-3.15.1
+   net-libs/libsoup:2.4
+   sys-apps/dbus
+   sys-apps/systemd:0=
+   sys-auth/polkit
+   sys-libs/libcap
+   sys-fs/inotify-tools
+   x11-libs/gtk+:3
+"
+RDEPEND="${DEPEND}
+   acct-user/abrt
+   acct-group/abrt
+   app-arch/cpio
+   app-arch/rpm[python,${PYTHON_SINGLE_USEDEP}]
+   dev-libs/elfutils
+   dev-libs/json-c:0=
+   sys-apps/util-linux
+   >=sys-devel/gdb-7
+   $(python_gen_cond_dep '
+   dev-libs/satyr[${PYTHON_MULTI_USEDEP}]
+   dev-python/argcomplete[${PYTHON_MULTI_USEDEP}]
+   dev-python/argh[${PYTHON_MULTI_USEDEP}]
+   dev-python/humanize[${PYTHON_MULTI_USEDEP}]
+   ')
+"
+BDEPEND="
+   test? (
+   $(python_gen_cond_dep 
'dev-python/pytest[${PYTHON_MULTI_USEDEP}]')
+   )
+   app-text/asciidoc
+   app-text/xmlto
+   >=dev-util/intltool-0.35.0
+   virtual/pkgconfig
+   >=sys-devel/gettext-0.17
+"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   python_fix_shebang .
+   default
+
+   # Install under proper directory
+   sed -i -e 's:dbusabrtdocdir = 
${datadir}/doc/abrt-dbus-${VERSION}/html:dbusabrtdocdir = 
${datadir}/doc/${PF}/html:' doc/problems-service/Makefile.am || die
+
+   # Ensure this works for systems with and without /usr merge
+   sed -i -e "s:/usr/bin/bash:$(which bash):" init-scripts/abrtd.service 
|| die
+
+   # Fix hardcoded "pytest-3"
+   sed -i -e "s:pytest-3:pytest:" \
+   configure.ac src/python-problem/tests/Makefile.am src/cli/test 
|| die
+
+   # pyhook test is sensitive to the format of python's error messages, and
+   # fails with certain python versions
+   sed -e '/pyhook.at/ d' \
+   -i tests/Makefile.* tests/testsuite.at || die "sed remove 
pyhook tests failed"
+   ./gen-version || die # Needed to be run before autoreconf
+   eautoreconf
+}
+
+src_configure() {
+   myeconfargs=(
+   --libdir="${EPREFIX}/usr/$(get_libdir)"
+   --localstatedir="${EPREFIX}/var"
+   --without-bodhi
+   # package breaks due to not finding libreport-web with bodhi 
plugin enabled
+   --without-rpm
+   $(usex selinux "" "--without-selinux")
+   --with-python3
+   

[gentoo-commits] repo/gentoo:master commit in: dev-libs/gobject-introspection/

2020-04-25 Thread Matt Turner
commit: 3d383f2517e7b896e0a046fc2561511335a161b3
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr 26 01:25:23 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 26 01:26:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d383f25

dev-libs/gobject-introspection: Version bump to 1.64.1

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/gobject-introspection/Manifest|  1 +
 .../gobject-introspection-1.64.1.ebuild| 71 ++
 2 files changed, 72 insertions(+)

diff --git a/dev-libs/gobject-introspection/Manifest 
b/dev-libs/gobject-introspection/Manifest
index 4606cfc104a..19baf555cae 100644
--- a/dev-libs/gobject-introspection/Manifest
+++ b/dev-libs/gobject-introspection/Manifest
@@ -1,3 +1,4 @@
 DIST gobject-introspection-1.60.2.tar.xz 1285000 BLAKE2B 
43d96bbac8dd6600726876277f945e7eb01dba2063907c21960cbf5f49d766ac156ed116641b69dfe28f3025c4b482ffd39e8e107aba9ee48010a500111a58e4
 SHA512 
8e8c1c3a025cb6c18933302ada8cce7c4826f22eef791c80a97abb28379239f8d99312e1237bcea1060f4d5cf65441909b9da434561982209bb4976b1f22529e
 DIST gobject-introspection-1.62.0.tar.xz 980732 BLAKE2B 
96ecc98bea97b7cb24e2c0a0adb8158cfc8915ee8e3b980adf08ec3256d4d0f87bc92d33cce30f5b23c85c4b144d8da755e5313735091b27ff53fea45a80014e
 SHA512 
b460a95fd7a323e9b0c9a45e680ebe98bbae7632abfa53b3e0b0ec050775cab17dde693314d6d4f8e93614c32b5587f8ce0b4a4c9ee9ba46c029ce029014e638
 DIST gobject-introspection-1.64.0.tar.xz 1000240 BLAKE2B 
09e6dec65a53a107bee387cef9cb271345ae564f3520bd9a6485cf1796deaa47243c05f45a72f3243e811a2c1962a2ae123a6b344819187cbf36eae0ed58fbaa
 SHA512 
d1960424d82dea1f1d36a7c3f9922029e751e77da8dc6904c24750babe7c3f4c11a6795eb218aab342ccbb6326d0ac3eac2c2c903e90b146f4e28c0f413da1ae
+DIST gobject-introspection-1.64.1.tar.xz 1000280 BLAKE2B 
c0248831648f6f1849516f30facac9ecade4b4fdb9dce70f93f516364c08f93d0622e06376bd7895dd25c3f1fb5b0af533d6c60f1b2590848cc6781b81a584f4
 SHA512 
7610871f7ed5778ea9813062ed6465d131af58c00bdea1bb51dde7f98f459f44ae453eb6d0c5bdc6f7dcd92d639816f4e0773ccd5673cd065d22dabc6448647c

diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.64.1.ebuild 
b/dev-libs/gobject-introspection/gobject-introspection-1.64.1.ebuild
new file mode 100644
index 000..9cb429ff7fc
--- /dev/null
+++ b/dev-libs/gobject-introspection/gobject-introspection-1.64.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="xml"
+inherit gnome.org meson python-single-r1 toolchain-funcs xdg
+
+DESCRIPTION="Introspection system for GObject-based libraries"
+HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection;
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0"
+IUSE="doctool gtk-doc test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+# virtual/pkgconfig needed at runtime, bug #505408
+RDEPEND="
+   >=dev-libs/gobject-introspection-common-${PV}
+   >=dev-libs/glib-2.58.0:2
+   dev-libs/libffi:=
+   doctool? (
+   $(python_gen_cond_dep '
+   dev-python/mako[${PYTHON_MULTI_USEDEP}]
+   dev-python/markdown[${PYTHON_MULTI_USEDEP}]
+   ')
+   )
+   virtual/pkgconfig
+   ${PYTHON_DEPS}
+"
+# Wants real bison, not virtual/yacc
+DEPEND="${RDEPEND}
+   gtk-doc? ( >=dev-util/gtk-doc-1.19
+   app-text/docbook-xml-dtd:4.3
+   app-text/docbook-xml-dtd:4.5
+   )
+   sys-devel/bison
+   sys-devel/flex
+   test? ( x11-libs/cairo[glib] )
+"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_feature test cairo)
+   $(meson_feature doctool)
+   #-Dglib_src_dir
+   $(meson_use gtk-doc gtk_doc)
+   #-Dcairo_libname
+   -Dpython="${EPYTHON}"
+   #-Dgir_dir_prefix
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   python_fix_shebang "${ED}"/usr/bin/
+   python_optimize 
"${ED}"/usr/$(get_libdir)/gobject-introspection/giscanner
+
+   # Prevent collision with gobject-introspection-common
+   rm -v "${ED}"/usr/share/aclocal/introspection.m4 \
+   
"${ED}"/usr/share/gobject-introspection-1.0/Makefile.introspection || die
+   rmdir "${ED}"/usr/share/aclocal || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libreport/

2020-04-25 Thread Matt Turner
commit: 22ef0787ef44e6cbc4805ed9d8a698de59595dd7
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr 26 01:35:41 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 26 01:53:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ef0787

dev-libs/libreport: Version bump to 2.13.0

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/libreport/Manifest | 1 +
 dev-libs/libreport/libreport-2.12.0.ebuild  | 1 -
 dev-libs/libreport/{libreport-2.12.0.ebuild => libreport-2.13.0.ebuild} | 0
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libreport/Manifest b/dev-libs/libreport/Manifest
index 1c28bd0fb52..bcd69feef69 100644
--- a/dev-libs/libreport/Manifest
+++ b/dev-libs/libreport/Manifest
@@ -1,2 +1,3 @@
 DIST libreport-2.10.0.tar.gz 2278084 BLAKE2B 
95ac1fbf32e6e021e9553b35b10f9e46b7ea2e9cc6f21e53eb39a32a5261f7a6e49b2172381fdea30341fcc4311928691e68749a8bb5c41a4bf709151935687a
 SHA512 
978ea442d82b75abf80b2075f540cb05c5577387a9221f2070c9695c4546d36169738d223f5e903d0b774b7e1566a6111c55a6bb51a0822ad1676095f067c45b
 DIST libreport-2.12.0.tar.gz 1842875 BLAKE2B 
930666ec0c675a8ff457412a80511652dfa3bd3d771115506370432a7b74f3d1d9f6264dc3696c582b4a0939b2493137a18e1379eca268f25bc787a03a7d6c39
 SHA512 
d85c1beea330e4b21ce66b6f4acadaa132010738496a6701d161ee75b2254e629c496270145a6167e8eb81cf2204b0488aa0eb15c1e898f49aa3aec1331bff0c
+DIST libreport-2.13.0.tar.gz 1840841 BLAKE2B 
822bbbfb1e03a6e486f12263fe60231045c9b2153dc743168b93c976b2db76f2bbff3c98da0107e660d713a0d9bac25bf36ee55064a15e0c72ae66fa7fdf0aaa
 SHA512 
f650ba83bfa48d3c897ec4415d4942ed3412a55240d950d78e15b935ea71c3665cdfe1c155f3eee202911e7bb4c09a0a50fbfdc2b54f4d32d00da1a98c1fe7e2

diff --git a/dev-libs/libreport/libreport-2.12.0.ebuild 
b/dev-libs/libreport/libreport-2.12.0.ebuild
index 7be92707775..4c4304d9da2 100644
--- a/dev-libs/libreport/libreport-2.12.0.ebuild
+++ b/dev-libs/libreport/libreport-2.12.0.ebuild
@@ -29,7 +29,6 @@ DEPEND="${PYTHON_DEPS}
dev-libs/xmlrpc-c:=
net-libs/libproxy:=
net-misc/curl:=[ssl]
-   sys-apps/dbus
sys-apps/systemd
gtk? ( >=x11-libs/gtk+-3.3.12:3 )
python? ( ${PYTHON_DEPS} )

diff --git a/dev-libs/libreport/libreport-2.12.0.ebuild 
b/dev-libs/libreport/libreport-2.13.0.ebuild
similarity index 100%
copy from dev-libs/libreport/libreport-2.12.0.ebuild
copy to dev-libs/libreport/libreport-2.13.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-libs/glib-networking/

2020-04-25 Thread Matt Turner
commit: 92fdea276b7aab633152b47fe0474285ac3c1b70
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr 26 01:45:08 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 26 01:53:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92fdea27

net-libs/glib-networking: Version bump to 2.64.2

Signed-off-by: Matt Turner  gentoo.org>

 net-libs/glib-networking/Manifest  |  1 +
 .../glib-networking/glib-networking-2.64.2.ebuild  | 73 ++
 2 files changed, 74 insertions(+)

diff --git a/net-libs/glib-networking/Manifest 
b/net-libs/glib-networking/Manifest
index 01c7def5658..65287087f4b 100644
--- a/net-libs/glib-networking/Manifest
+++ b/net-libs/glib-networking/Manifest
@@ -2,3 +2,4 @@ DIST glib-networking-2.60.3.tar.xz 185132 BLAKE2B 
8bbe2b8afb779bac99bd554c384bdb
 DIST glib-networking-2.60.4.tar.xz 185628 BLAKE2B 
b10fecb88f09c4c33718a923f6ae5790baada485b4dd3637b0ae9bf5f831b74ac4b87fc398eed4c4a88b7069e4c5bc9a58c04ccbffc056648baa58b43d4489a3
 SHA512 
db1019c0fc712c0702679146bdd9490101cec63796792a33c7fc7fe26a85d343cfb11f718601a8d3bd91167505bbe60333cc01999a0496826c31681bb8dd4032
 DIST glib-networking-2.62.3.tar.xz 183996 BLAKE2B 
3841a355fe485f30970ab571fbe7ae73c8351cdcdad5021809fcac4663bca31b309a0921d07b2551c428ac154da2290e377da0299e66b2b099dfb556f387d18b
 SHA512 
6bcf7584a4d97745e980598eb9182ba2e416471455d9c3debc4cbaea07250e395f6d7001af544ce0114a26d726e71e9b420d9756508cda09499016e89f4a6da1
 DIST glib-networking-2.64.0.tar.xz 187708 BLAKE2B 
c80a575a48bd5fd77a53a823e0a1ad98f63f75a1f83990a9ba28bd35b401f867b5be0afb3ce2650855b34e6d5a043b354086620c6c1caeb93feeeddab92292e1
 SHA512 
c5788167c114ab69812d4784912e0e468086f1ba1a8037dffc98466605af3f7a77f7a2666176da260669640bfbdf94ee959878c6297d93fe078d22fc6ff0584c
+DIST glib-networking-2.64.2.tar.xz 189680 BLAKE2B 
efadec24a601b2a93a720444e328e31308ed8e72a96638514d5f8510f8fa9a88b1e58809f4a610baf0c17ff1eccc84cb0e30e12753fa27ecc7b80d03fe2b4967
 SHA512 
b796d3ef82f7ceea1c69a1d4ef7cf09e88ff8e702e93abd37cca4ea2f09650c1bdfdf8d8c57360a4bbafdd8d3cf5f88f0aad668b5ce77b92b60c08b7456ffa12

diff --git a/net-libs/glib-networking/glib-networking-2.64.2.ebuild 
b/net-libs/glib-networking/glib-networking-2.64.2.ebuild
new file mode 100644
index 000..f4858b4fe70
--- /dev/null
+++ b/net-libs/glib-networking/glib-networking-2.64.2.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson multilib-minimal xdg
+
+DESCRIPTION="Network-related giomodules for glib"
+HOMEPAGE="https://git.gnome.org/browse/glib-networking/;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+IUSE="+gnome +libproxy +ssl test"
+RESTRICT="!test? ( test )"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   >=dev-libs/glib-2.64.0:2[${MULTILIB_USEDEP}]
+   libproxy? ( >=net-libs/libproxy-0.4.11-r1:=[${MULTILIB_USEDEP}] )
+   >=net-libs/gnutls-3.6.5:=[${MULTILIB_USEDEP}]
+   ssl? ( app-misc/ca-certificates )
+   gnome? ( gnome-base/gsettings-desktop-schemas )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=sys-devel/gettext-0.19.8
+   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+   test? ( sys-apps/dbus )
+"
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Dgnutls=enabled
+   -Dopenssl=disabled
+   $(meson_feature libproxy)
+   $(meson_feature gnome gnome_proxy)
+   -Dinstalled_tests=false
+   -Dstatic_modules=false
+   )
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   meson_src_compile
+}
+
+multilib_src_install() {
+   meson_src_install
+}
+
+multilib_src_test() {
+   dbus-run-session meson test -C "${BUILD_DIR}" || die 'tests failed'
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+
+   multilib_pkg_postinst() {
+   gnome2_giomodule_cache_update \
+   || die "Update GIO modules cache failed (for ${ABI})"
+   }
+   multilib_foreach_abi multilib_pkg_postinst
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+
+   multilib_pkg_postrm() {
+   gnome2_giomodule_cache_update \
+   || die "Update GIO modules cache failed (for ${ABI})"
+   }
+   multilib_foreach_abi multilib_pkg_postrm
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/gdbus-codegen/

2020-04-25 Thread Matt Turner
commit: a2cfb60ccac78b797a43e9705a60ff0119be896b
Author: Jakov Smolic  sartura  hr>
AuthorDate: Tue Apr 21 20:38:36 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 26 01:28:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2cfb60c

dev-util/gdbus-codegen: Version bump to 2.64.2

Closes: https://github.com/gentoo/gentoo/pull/15461
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Luka Perkov  sartura.hr>
Signed-off-by: Matt Turner  gentoo.org>

 dev-util/gdbus-codegen/Manifest|  1 +
 dev-util/gdbus-codegen/gdbus-codegen-2.64.2.ebuild | 73 ++
 2 files changed, 74 insertions(+)

diff --git a/dev-util/gdbus-codegen/Manifest b/dev-util/gdbus-codegen/Manifest
index 115723e3d8e..ceaf75bf854 100644
--- a/dev-util/gdbus-codegen/Manifest
+++ b/dev-util/gdbus-codegen/Manifest
@@ -2,3 +2,4 @@ DIST glib-2.60.7.tar.xz 4590568 BLAKE2B 
a3f2a3bd0443a27326e8359c2ad1e6022ca1634f
 DIST glib-2.62.5.tar.xz 4702492 BLAKE2B 
03e04cb149b3301959013c5db20b1f3606951ed80105e0580d40177586a5834afb975ace0d25d5311fd63d29a48129128bdddf29a808e371f1400c00033be1a3
 SHA512 
2f99422ff8245524aabdb52f5d388ef4bde0fc075eab24499b4023f6ca143b80a74e265117b9e7a9de68a347b0c7eaa8655c836d7bbb63d54cad5c6dda630371
 DIST glib-2.62.6.tar.xz 4703424 BLAKE2B 
0a27245be2575c574dcc730dd051a8c284f421dbc46579aadc5fbbacb8f934af4374b61bb26085e5c9ab78a868c567818f3fb9d67adddce37f5c4fec00e0d276
 SHA512 
8e3972a371f3c1a50b7d245b30e4f740583ad72ba4ab325e0e15e0732be44dfb69b603fb39dcf4989255a23a181e9ea5dd25982dd94c386cd9f21952243ad6f5
 DIST glib-2.64.1.tar.xz 4758548 BLAKE2B 
5585d23fee28d7c32b1bb9e1defbc31ba469aa259e3c328760d1e702d98706cf251bfb50b5e2aed37b2cdfa6ab4319372ddcd0a9937c97a2614741b504af17a5
 SHA512 
1cefe49a42233f24ac6bd09c134ceea7119f4f74f42204a731be56100a180eec69c8224674f0b08d1538ad0859896ed08260a6af0fed469c7d10b4508116a6bc
+DIST glib-2.64.2.tar.xz 4760436 BLAKE2B 
8145684ca9f966f92ed9cdafcbf46c59291dc1215fc9feae482fb33f61bd175a679fe5bc80f031190c9a0eb5eb650fab01e13bdda4bd41e9df3d21c6779681bc
 SHA512 
c65adb76f4a03c19f2df186dde49724135975ec6cd059efca5d753e7459f77925657b1fb6fc4ff0d09b2461b2f6e58c9710fc8cde0a5d648ba0d68ccfef1ec57

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.64.2.ebuild 
b/dev-util/gdbus-codegen/gdbus-codegen-2.64.2.ebuild
new file mode 100644
index 000..7ac03968168
--- /dev/null
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.64.2.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GNOME_ORG_MODULE="glib"
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="xml"
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=no
+
+inherit gnome.org distutils-r1
+
+DESCRIPTION="GDBus code and documentation generator"
+HOMEPAGE="https://www.gtk.org/;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE=""
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/libxslt
+   app-text/docbook-xsl-stylesheets
+"
+
+S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
+
+python_prepare_all() {
+   PATCHES=(
+   "${FILESDIR}/${PN}-2.56.1-sitedir.patch"
+   )
+   distutils-r1_python_prepare_all
+
+   local MAJOR_VERSION=$(ver_cut 1)
+   local MINOR_VERSION=$(ver_cut 2)
+   sed -e 's:@PYTHON@:python:' gdbus-codegen.in > gdbus-codegen || die
+   sed -e "s:@VERSION@:${PV}:" \
+   -e "s:@MAJOR_VERSION@:${MAJOR_VERSION}:" \
+   -e "s:@MINOR_VERSION@:${MINOR_VERSION}:" config.py.in > 
config.py || die
+   cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed"
+   sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed"
+}
+
+do_xsltproc_command() {
+   # Taken from meson.build for manual manpage building - keep in sync 
(also copied to dev-util/glib-utils)
+   xsltproc \
+   --nonet \
+   --stringparam man.output.quietly 1 \
+   --stringparam funcsynopsis.style ansi \
+   --stringparam man.th.extra1.suppress 1 \
+   --stringparam man.authors.section.enabled 0 \
+   --stringparam man.copyright.section.enabled 0 \
+   -o "${2}" \
+   
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \
+   "${1}" || die "manpage generation failed"
+}
+
+src_compile() {
+   distutils-r1_src_compile
+   do_xsltproc_command 
"${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.xml" 
"${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
+}
+
+src_test() {
+   einfo "Skipping tests. This package is tested by dev-libs/glib"
+   einfo "when merged with FEATURES=test"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all # no-op, but prevents QA warning
+   doman 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/gobject-introspection-common/

2020-04-25 Thread Matt Turner
commit: d82b1bce389a524a4df0c681b3ca3710efb161cd
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr 26 01:23:54 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 26 01:26:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d82b1bce

dev-libs/gobject-introspection-common: Version bump to 1.64.1

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/gobject-introspection-common/Manifest |  1 +
 .../gobject-introspection-common-1.64.1.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-libs/gobject-introspection-common/Manifest 
b/dev-libs/gobject-introspection-common/Manifest
index 4606cfc104a..19baf555cae 100644
--- a/dev-libs/gobject-introspection-common/Manifest
+++ b/dev-libs/gobject-introspection-common/Manifest
@@ -1,3 +1,4 @@
 DIST gobject-introspection-1.60.2.tar.xz 1285000 BLAKE2B 
43d96bbac8dd6600726876277f945e7eb01dba2063907c21960cbf5f49d766ac156ed116641b69dfe28f3025c4b482ffd39e8e107aba9ee48010a500111a58e4
 SHA512 
8e8c1c3a025cb6c18933302ada8cce7c4826f22eef791c80a97abb28379239f8d99312e1237bcea1060f4d5cf65441909b9da434561982209bb4976b1f22529e
 DIST gobject-introspection-1.62.0.tar.xz 980732 BLAKE2B 
96ecc98bea97b7cb24e2c0a0adb8158cfc8915ee8e3b980adf08ec3256d4d0f87bc92d33cce30f5b23c85c4b144d8da755e5313735091b27ff53fea45a80014e
 SHA512 
b460a95fd7a323e9b0c9a45e680ebe98bbae7632abfa53b3e0b0ec050775cab17dde693314d6d4f8e93614c32b5587f8ce0b4a4c9ee9ba46c029ce029014e638
 DIST gobject-introspection-1.64.0.tar.xz 1000240 BLAKE2B 
09e6dec65a53a107bee387cef9cb271345ae564f3520bd9a6485cf1796deaa47243c05f45a72f3243e811a2c1962a2ae123a6b344819187cbf36eae0ed58fbaa
 SHA512 
d1960424d82dea1f1d36a7c3f9922029e751e77da8dc6904c24750babe7c3f4c11a6795eb218aab342ccbb6326d0ac3eac2c2c903e90b146f4e28c0f413da1ae
+DIST gobject-introspection-1.64.1.tar.xz 1000280 BLAKE2B 
c0248831648f6f1849516f30facac9ecade4b4fdb9dce70f93f516364c08f93d0622e06376bd7895dd25c3f1fb5b0af533d6c60f1b2590848cc6781b81a584f4
 SHA512 
7610871f7ed5778ea9813062ed6465d131af58c00bdea1bb51dde7f98f459f44ae453eb6d0c5bdc6f7dcd92d639816f4e0773ccd5673cd065d22dabc6448647c

diff --git 
a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.64.1.ebuild
 
b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.64.1.ebuild
new file mode 100644
index 000..08b6851ff4f
--- /dev/null
+++ 
b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.64.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GNOME_ORG_MODULE="gobject-introspection"
+
+inherit gnome.org
+
+DESCRIPTION="Build infrastructure for GObject Introspection"
+HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection;
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="!<${CATEGORY}/${GNOME_ORG_MODULE}-${PV}"
+# Use !<${PV} because mixing gobject-introspection with different version of 
-common can cause issues like:
+# https://forums.gentoo.org/viewtopic-p-7421930.html
+
+src_configure() { :; }
+
+src_compile() { :; }
+
+src_install() {
+   insinto /usr/share/aclocal
+   doins m4/introspection.m4
+
+   insinto /usr/share/gobject-introspection-1.0
+   doins Makefile.introspection
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/

2020-04-25 Thread Matt Turner
commit: ad6727a4fda832fc6758efd0b07bd1fc5e5d3809
Author: Jakov Smolic  sartura  hr>
AuthorDate: Mon Apr 20 18:35:56 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 26 01:29:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad6727a4

dev-libs/glib: Version bump to 2.64.2

Closes: https://github.com/gentoo/gentoo/pull/15450
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Luka Perkov  sartura.hr>
Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/glib/Manifest   |   1 +
 dev-libs/glib/glib-2.64.2.ebuild | 285 +++
 2 files changed, 286 insertions(+)

diff --git a/dev-libs/glib/Manifest b/dev-libs/glib/Manifest
index 4b56247c250..f2128a24203 100644
--- a/dev-libs/glib/Manifest
+++ b/dev-libs/glib/Manifest
@@ -1,3 +1,4 @@
 DIST glib-2.60.7.tar.xz 4590568 BLAKE2B 
a3f2a3bd0443a27326e8359c2ad1e6022ca1634f5c7cb4502a8011fbe85df690fff7d67665cf160bf4ed426214b87f6501a69158fb1656bdb86cacdcf076ee15
 SHA512 
d56d805a5abf6f7aeb8bf5be06b60ad049177ee23f78eacef4ce2ea88a8be49966a95e48fed17c752649f6e80937fd0ebc8f959709f623ec1f2f43ffd42d078a
 DIST glib-2.62.6.tar.xz 4703424 BLAKE2B 
0a27245be2575c574dcc730dd051a8c284f421dbc46579aadc5fbbacb8f934af4374b61bb26085e5c9ab78a868c567818f3fb9d67adddce37f5c4fec00e0d276
 SHA512 
8e3972a371f3c1a50b7d245b30e4f740583ad72ba4ab325e0e15e0732be44dfb69b603fb39dcf4989255a23a181e9ea5dd25982dd94c386cd9f21952243ad6f5
 DIST glib-2.64.1.tar.xz 4758548 BLAKE2B 
5585d23fee28d7c32b1bb9e1defbc31ba469aa259e3c328760d1e702d98706cf251bfb50b5e2aed37b2cdfa6ab4319372ddcd0a9937c97a2614741b504af17a5
 SHA512 
1cefe49a42233f24ac6bd09c134ceea7119f4f74f42204a731be56100a180eec69c8224674f0b08d1538ad0859896ed08260a6af0fed469c7d10b4508116a6bc
+DIST glib-2.64.2.tar.xz 4760436 BLAKE2B 
8145684ca9f966f92ed9cdafcbf46c59291dc1215fc9feae482fb33f61bd175a679fe5bc80f031190c9a0eb5eb650fab01e13bdda4bd41e9df3d21c6779681bc
 SHA512 
c65adb76f4a03c19f2df186dde49724135975ec6cd059efca5d753e7459f77925657b1fb6fc4ff0d09b2461b2f6e58c9710fc8cde0a5d648ba0d68ccfef1ec57

diff --git a/dev-libs/glib/glib-2.64.2.ebuild b/dev-libs/glib/glib-2.64.2.ebuild
new file mode 100644
index 000..a1034108695
--- /dev/null
+++ b/dev-libs/glib/glib-2.64.2.ebuild
@@ -0,0 +1,285 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit flag-o-matic gnome.org gnome2-utils linux-info meson multilib 
multilib-minimal python-any-r1 toolchain-funcs xdg
+
+DESCRIPTION="The GLib library of C routines"
+HOMEPAGE="https://www.gtk.org/;
+
+LICENSE="LGPL-2.1+"
+SLOT="2"
+IUSE="dbus debug elibc_glibc fam gtk-doc kernel_linux +mime selinux 
static-libs systemtap test utils xattr"
+RESTRICT="!test? ( test )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+# * libelf isn't strictly necessary, but makes gresource tool more useful, and
+# the check is automagic in gio/meson.build. gresource is not a multilib tool
+# right now, thus it doesn't matter if non-native ABI libelf exists or not
+# (non-native binary is overwritten, it doesn't matter if libelf was linked 
to).
+# * Technically static-libs is needed on zlib, util-linux and perhaps more, but
+# these are used by GIO, which glib[static-libs] consumers don't really seem
+# to need at all, thus not imposing the deps for now and once some consumers
+# are actually found to static link libgio-2.0.a, we can revisit and either add
+# them or just put the (build) deps in that rare consumer instead of recursive
+# RDEPEND here (due to lack of recursive DEPEND).
+RDEPEND="
+   !=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
+   >=dev-libs/libpcre-8.31:3[${MULTILIB_USEDEP},static-libs?]
+   >=dev-libs/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
+   >=virtual/libintl-0-r2[${MULTILIB_USEDEP}]
+   kernel_linux? ( >=sys-apps/util-linux-2.23[${MULTILIB_USEDEP}] )
+   selinux? ( >=sys-libs/libselinux-2.2.2-r5[${MULTILIB_USEDEP}] )
+   xattr? ( !elibc_glibc? ( >=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}] 
) )
+   virtual/libelf:0=
+   fam? ( >=virtual/fam-0-r1[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+# libxml2 used for optional tests that get automatically skipped
+BDEPEND="
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxslt
+   >=sys-devel/gettext-0.19.8
+   gtk-doc? ( >=dev-util/gtk-doc-1.20
+   app-text/docbook-xml-dtd:4.2
+   app-text/docbook-xml-dtd:4.5 )
+   systemtap? ( >=dev-util/systemtap-1.3 )
+   ${PYTHON_DEPS}
+   test? ( >=sys-apps/dbus-1.2.14 )
+   virtual/pkgconfig[${MULTILIB_USEDEP}]
+"
+# TODO: >=dev-util/gdbus-codegen-${PV} test dep once we modify 
gio/tests/meson.build to use external gdbus-codegen
+
+PDEPEND="
+   dbus? ( gnome-base/dconf )
+   mime? ( 

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2020-04-25 Thread Andreas Sturmlechner
commit: 35b8a6e9afb56c2ca7067b4e5594aa99e390796a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 26 01:13:14 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 26 01:13:14 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=35b8a6e9

kde-plasma/plasma-meta: Rename USE pam -> kwallet

Not to encourage anyone to avoid kwallet* by disabling USE pam.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/metadata.xml| 2 +-
 kde-plasma/plasma-meta/plasma-meta-5.18.4.1-r1.ebuild  | 9 +++--
 kde-plasma/plasma-meta/plasma-meta-5.18.49..ebuild | 9 +++--
 kde-plasma/plasma-meta/plasma-meta-.ebuild | 9 +++--
 4 files changed, 10 insertions(+), 19 deletions(-)

diff --git a/kde-plasma/plasma-meta/metadata.xml 
b/kde-plasma/plasma-meta/metadata.xml
index 8f7c40562a..f50ae1d871 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -14,9 +14,9 @@
Use sys-auth/elogind for 
session tracking
Pull in Breeze theme for 
sys-boot/grub
Enable Breeze widget style and system settings 
module for GTK+
+   Enable support for KWallet auto-unlocking 
via kde-plasma/kwallet-pam
Pull in gui-wm/kwinft instead of 
kde-plasma/kwin
Add support for legacy applications 
using kde-plasma/xembed-sni-proxy
-   Enable support for kwallet 
auto-unlocking
Pull in Breeze theme for 
sys-boot/plymouth
Install Plasma applet for PulseAudio 
volume management
Enable support for easy WiFi network 
sharing using QR codes with kde-plasma/plasma-nm

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.18.4.1-r1.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.18.4.1-r1.ebuild
index 24fe51c28f..937736073b 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.18.4.1-r1.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.18.4.1-r1.ebuild
@@ -10,8 +10,8 @@ LICENSE="metapackage"
 SLOT="5"
 KEYWORDS="~amd64"
 IUSE="bluetooth +browser-integration crypt +desktop-portal discover
-+display-manager elogind grub gtk +handbook kwinft +legacy-systray 
networkmanager
-pam plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt +wallpapers"
++display-manager elogind grub gtk +handbook kwallet kwinft +legacy-systray
+networkmanager plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt 
+wallpapers"
 
 REQUIRED_USE="?? ( elogind systemd )"
 
@@ -66,16 +66,13 @@ RDEPEND="
>=kde-plasma/kde-gtk-config-${PV}:${SLOT}
)
handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
networkmanager? (
>=kde-plasma/plasma-nm-${PV}:${SLOT}
net-misc/networkmanager[elogind?,systemd?]
qrcode? ( kde-frameworks/prison[qml] )
)
-   pam? (
-   >=kde-plasma/kwallet-pam-${PV}:${SLOT}
-   sys-auth/pambase[elogind?,systemd?]
-   )
plymouth? (
>=kde-plasma/breeze-plymouth-${PV}:${SLOT}
>=kde-plasma/plymouth-kcm-${PV}:${SLOT}

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.18.49..ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.18.49..ebuild
index a62ab60c5b..6e10daaa00 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.18.49..ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.18.49..ebuild
@@ -10,8 +10,8 @@ LICENSE="metapackage"
 SLOT="5"
 KEYWORDS=""
 IUSE="bluetooth +browser-integration crypt +desktop-portal discover
-+display-manager elogind grub gtk +handbook kwinft +legacy-systray 
networkmanager
-pam plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt +wallpapers"
++display-manager elogind grub gtk +handbook kwallet kwinft +legacy-systray
+networkmanager plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt 
+wallpapers"
 
 REQUIRED_USE="?? ( elogind systemd )"
 
@@ -66,16 +66,13 @@ RDEPEND="
>=kde-plasma/kde-gtk-config-${PV}:${SLOT}
)
handbook? ( kde-apps/khelpcenter:5 )
+   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
networkmanager? (
>=kde-plasma/plasma-nm-${PV}:${SLOT}
net-misc/networkmanager[elogind?,systemd?]
qrcode? ( kde-frameworks/prison[qml] )
)
-   pam? (
-   >=kde-plasma/kwallet-pam-${PV}:${SLOT}
-   sys-auth/pambase[elogind?,systemd?]
-   )
plymouth? (
>=kde-plasma/breeze-plymouth-${PV}:${SLOT}
>=kde-plasma/plymouth-kcm-${PV}:${SLOT}

diff --git a/kde-plasma/plasma-meta/plasma-meta-.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-.ebuild
index a62ab60c5b..6e10daaa00 

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2020-04-25 Thread Andreas Sturmlechner
commit: a7e4849a5a2fa668db9547ea814be66eacc75872
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 26 01:21:40 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 26 01:21:40 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a7e4849a

kde-plasma/plasma-meta: Drop redundant local elogind use desc

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-plasma/plasma-meta/metadata.xml 
b/kde-plasma/plasma-meta/metadata.xml
index f50ae1d871..dfb675e9ec 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -11,7 +11,6 @@
Enable 
sys-apps/xdg-desktop-portal backend implementation for Plasma
Pull in resources management GUI; a 
centralised GHNS alternative and optional sys-apps/fwupd 
frontend
Pull in a graphical display 
manager
-   Use sys-auth/elogind for 
session tracking
Pull in Breeze theme for 
sys-boot/grub
Enable Breeze widget style and system settings 
module for GTK+
Enable support for KWallet auto-unlocking 
via kde-plasma/kwallet-pam



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/

2020-04-25 Thread Andreas Sturmlechner
commit: 622bef71b68ba295acdf6247efb1cdde643e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 26 00:47:42 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 26 00:47:42 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=622bef71

kde-plasma/plasma-meta: Drop USE consolekit

USE consolekit is gone from desktop profile make.defaults and neither can we
recommend it any longer. Its use is not prohibited from plasma-meta, but all
checks for USE-dep alignment in dependencies are gone and users are on their
own to set it (globally) correctly. Greatly simplifies pkg_postinst.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/metadata.xml|  1 -
 .../plasma-meta/plasma-meta-5.18.4.1-r1.ebuild | 37 --
 .../plasma-meta/plasma-meta-5.18.49..ebuild| 37 --
 kde-plasma/plasma-meta/plasma-meta-.ebuild | 37 --
 4 files changed, 39 insertions(+), 73 deletions(-)

diff --git a/kde-plasma/plasma-meta/metadata.xml 
b/kde-plasma/plasma-meta/metadata.xml
index e3ad14b3e9..8f7c40562a 100644
--- a/kde-plasma/plasma-meta/metadata.xml
+++ b/kde-plasma/plasma-meta/metadata.xml
@@ -7,7 +7,6 @@


Enable integration with 
Chrome/Firefox with browser extensions
-   Enable sys-auth/consolekit 
support instead of logind session tracking
Pull in kde-plasma/plasma-vault 
for encrypted vaults integration
Enable 
sys-apps/xdg-desktop-portal backend implementation for Plasma
Pull in resources management GUI; a 
centralised GHNS alternative and optional sys-apps/fwupd 
frontend

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.18.4.1-r1.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.18.4.1-r1.ebuild
index 440bc316ff..24fe51c28f 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.18.4.1-r1.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.18.4.1-r1.ebuild
@@ -9,11 +9,11 @@ HOMEPAGE="https://kde.org/plasma-desktop;
 LICENSE="metapackage"
 SLOT="5"
 KEYWORDS="~amd64"
-IUSE="bluetooth +browser-integration consolekit crypt +desktop-portal discover
+IUSE="bluetooth +browser-integration crypt +desktop-portal discover
 +display-manager elogind grub gtk +handbook kwinft +legacy-systray 
networkmanager
 pam plymouth pulseaudio qrcode +sddm sdk systemd thunderbolt +wallpapers"
 
-REQUIRED_USE="?? ( consolekit elogind systemd )"
+REQUIRED_USE="?? ( elogind systemd )"
 
 RDEPEND="
>=kde-plasma/breeze-${PV}:${SLOT}
@@ -50,14 +50,13 @@ RDEPEND="
sys-fs/udisks:2[elogind?,systemd?]
bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   consolekit? ( >=sys-auth/consolekit-1.0.1 )
crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
display-manager? (
sddm? (
>=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[consolekit?,elogind?,systemd?]
+   x11-misc/sddm[elogind?,systemd?]
)
!sddm? ( x11-misc/lightdm )
)
@@ -70,12 +69,12 @@ RDEPEND="
legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
networkmanager? (
>=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[consolekit?,elogind?,systemd?]
+   net-misc/networkmanager[elogind?,systemd?]
qrcode? ( kde-frameworks/prison[qml] )
)
pam? (
>=kde-plasma/kwallet-pam-${PV}:${SLOT}
-   sys-auth/pambase[consolekit?,elogind?,systemd?]
+   sys-auth/pambase[elogind?,systemd?]
)
plymouth? (
>=kde-plasma/breeze-plymouth-${PV}:${SLOT}
@@ -88,22 +87,12 @@ RDEPEND="
 "
 
 pkg_postinst() {
-   local i selected use_pkg_map=(
-   consolekit:sys-auth/consolekit
-   elogind:sys-auth/elogind
-   systemd:sys-apps/systemd
-   )
-   for i in ${use_pkg_map[@]}; do
-   use ${i%:*} && selected="${i%:*}"
-   done
-   for i in ${use_pkg_map[@]}; do
-   if ! use ${i%:*} && has_version ${i#*:}; then
-   ewarn "An existing installation of ${i#*:} was detected 
even though"
-   ewarn "${PN} was configured with USE ${selected} 
instead of ${i%:*}."
-   ewarn "There can only be one session manager at 
runtime, otherwise random issues"
-   ewarn "may occur. Please make sure USE ${i%:*} is 
nowhere enabled in make.conf"
-   ewarn "or package.use and remove ${i#*:} before raising 
bugs."
-  

[gentoo-commits] repo/gentoo:master commit in: app-shells/bash/

2020-04-25 Thread Lars Wendler
commit: 1523a3cc22ea0d05dac2e58d142a4dffb8266c9a
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Apr 26 01:20:12 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Apr 26 01:20:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1523a3cc

app-shells/bash: Bump to version 5.0_p17

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Lars Wendler  gentoo.org>

 app-shells/bash/Manifest|   1 +
 app-shells/bash/bash-5.0_p17.ebuild | 262 
 2 files changed, 263 insertions(+)

diff --git a/app-shells/bash/Manifest b/app-shells/bash/Manifest
index ba78d14db0b..cf6e5d5f28b 100644
--- a/app-shells/bash/Manifest
+++ b/app-shells/bash/Manifest
@@ -324,3 +324,4 @@ DIST bash50-013 2328 BLAKE2B 
8797fe0b8e01027222af9798ee8d57d161bfbedb617b257e914
 DIST bash50-014 1747 BLAKE2B 
d52f9160d74b340fd5722725b572ac1abe74caf41add5421dfa56fd44916ead691e4d698de3ba118ff0f8fc8eadade7a980551134eb0daf18b0767ff9601a4b4
 SHA512 
e8f65be24b425ecaf66672eb4271e0efac2f495f882aeb559d60b52359a468b51852ed7aeeea0ab77cf648a48c9d37f2a00e263d06d29e9fa75b67a648399d91
 DIST bash50-015 2565 BLAKE2B 
7df76369726332299c089db156c1e9bc6619fe2e925732da46ca47ca627f1bd7df4ea188a2c0f636e42623f2ee7ca40bc98551b5bd339ed4d5bee20b24ba38d0
 SHA512 
3a1a552d1f03dec9ed41be8d8c319fb3cbd01df9978ab25a7b37322913014beca6703980f342ea908250b666d72db95402d7b8219ffdd3df717acb36ed4b72b9
 DIST bash50-016 1534 BLAKE2B 
8c9bb752a441b70b11655a9bd48e48ec9756a34d0513837faa94c64675c11d57ba1fb0bfc43a033040539f9c475a0efd00f375cf8ffe04a6d9d1d1c19575572e
 SHA512 
dbc3bd0fe3bddad8f6417b210fc5638a9c0c545f9d27638d63bac48aba9d3b93181a4f2e9898584d231b658589573fad5e4627ccbcf3e9d87e7663ac730b51aa
+DIST bash50-017 6517 BLAKE2B 
d8ec55e796fa2b17774fdf846c7b24ab1428a1dd94210e0d6b3174f99afe7f9c7f33448e1116c81f43407cb8d95390dd634cb8bd543046699898f471ffd68433
 SHA512 
d4a4b2746a106a7e78f7df2467cfd4ca486ab36b3e6e97eb9d47ede728033b1246bc1b60edc271cdb49df998af196619b09e598c0da1b425f05455237e256b65

diff --git a/app-shells/bash/bash-5.0_p17.ebuild 
b/app-shells/bash/bash-5.0_p17.ebuild
new file mode 100644
index 000..1cb910d9157
--- /dev/null
+++ b/app-shells/bash/bash-5.0_p17.ebuild
@@ -0,0 +1,262 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils flag-o-matic toolchain-funcs multilib prefix
+
+# Official patchlevel
+# See ftp://ftp.cwru.edu/pub/bash/bash-5.0-patches/
+PLEVEL=${PV##*_p}
+MY_PV=${PV/_p*}
+MY_PV=${MY_PV/_/-}
+MY_P=${PN}-${MY_PV}
+is_release() {
+   case ${PV} in
+   *_alpha*|*_beta*|*_rc*) return 1 ;;
+   *) return 0 ;;
+   esac
+}
+[[ ${PV} != *_p* ]] && PLEVEL=0
+patches() {
+   local opt=$1 plevel=${2:-${PLEVEL}} pn=${3:-${PN}} pv=${4:-${MY_PV}}
+   [[ ${plevel} -eq 0 ]] && return 1
+   eval set -- {1..${plevel}}
+   set -- $(printf "${pn}${pv/\.}-%03d " "$@")
+   if [[ ${opt} == -s ]] ; then
+   echo "${@/#/${DISTDIR}/}"
+   else
+   local u
+   for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do
+   printf "${u}/${pn}-${pv}-patches/%s " "$@"
+   done
+   fi
+}
+
+# The version of readline this bash normally ships with.
+READLINE_VER="8.0"
+
+DESCRIPTION="The standard GNU Bourne again shell"
+HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html;
+if is_release ; then
+   SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
+else
+   SRC_URI="ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz;
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline"
+
+DEPEND="
+   >=sys-libs/ncurses-5.2-r2:0=
+   nls? ( virtual/libintl )
+   readline? ( >=sys-libs/readline-${READLINE_VER}:0= )
+"
+RDEPEND="
+   ${DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: profiles/

2020-04-25 Thread Andreas K. Hüttel
commit: cf7bc8cee05a4dd95af28b48b66dd5a93e48a5c8
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Apr 26 00:32:31 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Apr 26 00:33:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf7bc8ce

package.mask: Mask https://bugs.gentoo.org/711324
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/package.mask | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 8b9c656b704..9335bd9ae5b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1056,9 +1056,9 @@ sys-devel/automake:1.10
 # (isolated) use case, feel free to unmask them on your system.
  (2017-05-20)
 # Old versions of CUDA and their reverse dependencies. They do not



[gentoo-commits] repo/dev/tamiko:master commit in: net-analyzer/flent/

2020-04-25 Thread Matthias Maier
commit: b9345874ac819e1f52e69b3014042446823b844b
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Apr 25 23:35:44 2020 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Apr 25 23:35:44 2020 +
URL:https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=b9345874

net-analyzer/flent: add package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthias Maier  gentoo.org>

 net-analyzer/flent/Manifest   |  1 +
 net-analyzer/flent/flent-1.3.2.ebuild | 24 
 net-analyzer/flent/metadata.xml   | 14 ++
 3 files changed, 39 insertions(+)

diff --git a/net-analyzer/flent/Manifest b/net-analyzer/flent/Manifest
new file mode 100644
index 000..0866e1b
--- /dev/null
+++ b/net-analyzer/flent/Manifest
@@ -0,0 +1 @@
+DIST flent-1.3.2.tar.gz 2977251 SHA256 
f71793bb924b36d0e4c230182755c3f5dd26cd7f239b1fa6b717d942258cbf9a SHA512 
cda7e9fa0b6d6e723c18e175fc844d97b8cae0299c46cbbd5ca03bd09d39d9d92c7ee72e6bda5bc27d921090ba5be747eca7a64dd4ef1f889575c18973d6
 WHIRLPOOL 
90fcf717903ddd0c9b6d57c43eedfa047732dd6781c49203ff3b85d3cfde8f66adb0bec313378dd377d423707494edeef8d375b80b52c67b5da5857ccb41724e

diff --git a/net-analyzer/flent/flent-1.3.2.ebuild 
b/net-analyzer/flent/flent-1.3.2.ebuild
new file mode 100644
index 000..58e37af
--- /dev/null
+++ b/net-analyzer/flent/flent-1.3.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="The FLExible Network Tester"
+HOMEPAGE="https://flent.org/;
+SRC_URI="https://github.com/tohojo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+qt5 +plots"
+
+RDEPEND="qt5? ( dev-python/PyQt5[${PYTHON_USEDEP}] )
+   plots? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
+   net-analyzer/netperf[demo]
+   net-misc/iperf
+   net-analyzer/fping"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/net-analyzer/flent/metadata.xml b/net-analyzer/flent/metadata.xml
new file mode 100644
index 000..d33bba3
--- /dev/null
+++ b/net-analyzer/flent/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zx...@gentoo.org
+   Jason A. Donenfeld
+   
+   
+   Enable drawing plots
+   
+   
+   tohojo/flent
+   
+



[gentoo-commits] repo/gentoo:master commit in: profiles/

2020-04-25 Thread Matt Turner
commit: 8b5014db8b6b79a2831236bdc1b564247473e50a
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 20 18:59:49 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr 25 22:35:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b5014db

profiles.desc: Mark hppa profiles stable

Signed-off-by: Matt Turner  gentoo.org>

 profiles/profiles.desc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index 651970c1852..d147ce34479 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -105,9 +105,9 @@ arm64   default/linux/arm64/17.0/big-endian 
exp
 
 # HPPA Profiles
 # @MAINTAINER: h...@gentoo.org
-hppa   default/linux/hppa/17.0 exp
-hppa   default/linux/hppa/17.0/desktop exp
-hppa   default/linux/hppa/17.0/developer   exp
+hppa   default/linux/hppa/17.0 stable
+hppa   default/linux/hppa/17.0/desktop stable
+hppa   default/linux/hppa/17.0/developer   stable
 
 # IA64 Profiles
 # @MAINTAINER: i...@gentoo.org



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-staging/

2020-04-25 Thread Nick Sarnie
commit: 635fb26aa677a757d37401e555024585c6209827
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Apr 25 21:31:08 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Apr 25 21:32:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=635fb26a

app-emulation/wine-staging: Drop old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-staging/Manifest|   4 -
 app-emulation/wine-staging/wine-staging-5.2.ebuild | 615 
 .../wine-staging/wine-staging-5.3-r1.ebuild| 619 -
 3 files changed, 1238 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 307a0f12d82..a7def3eb9a3 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -1,12 +1,8 @@
 DIST gentoo-wine-patches-20191222.tar.xz 59236 BLAKE2B 
1b2c7b3ab69e5603d0f176a88c13b6d532f94f319ad29821faa699e828d90cfbe92c02b6e73b72eb16e565707c49885833fe557809ed16f4a6f0f182de9bb6e6
 SHA512 
a030fad55be5e1d909bc50e430c9a99846b88d7555f12749e101ba83f04df5af23eeb726b5ed78f847a66d11ac0a838bc69bd5bf8cf53da77ad454d2a2fe65cf
-DIST wine-5.2.tar.xz 22837712 BLAKE2B 
ee9d4d4dd6c0669d1585cc6988d933dbc7aa5277a0f13e965dd9eecb621e475d33a832b316e37f1372a965efe517efafa9f857a38d9bf081026d221db96b7a0d
 SHA512 
57fa66885c3b5f43e51324e24b8524f663ad67ff15b464ac7d58096d5921f523a59ef5f1dc1ea7aa65fa10d64b7cd832f421c1b773c72bc312d8544a61c33f8f
-DIST wine-5.3.tar.xz 22918612 BLAKE2B 
dce58aec45f665e1014635eadc9cc00c969e46c87de5d41bc51168237d9fc01011dcfc3fa4c83ed4cbcdfe19a3747e5e32f87946434a6eba2a8547f1929b33f3
 SHA512 
40528f46ad10c11758308e3bf21ba73c7af133d4dda386d542acec3a5cb31e01be0eb102b94f9d82a2358e45597bf49bd1e82c463e3a26aff8c0827b5a0894b6
 DIST wine-5.4.tar.xz 22917904 BLAKE2B 
ceaa8516ddc0c2421b92da0ef047465cfa9fc203dfce93b42ca76409bab5e24709d173a4ed519b78f32d8ee99ffd9f0d06ee4156357f995c75e434b0249a31e2
 SHA512 
892e8b875484ada01eaddab4ea50992f95cf3ced6730f8e2ca1f0765770d7fa53a21080c526772b9b3ac83b3559d3d68e83ad3af3afbe9d6f931d833afde7e98
 DIST wine-5.5.tar.xz 23630916 BLAKE2B 
52855c891bb2f6431d0cb02e7b64b28525ad952b548771dd7ff89f95842f9f8e27c941cef7e963b8fb4c7d84c6fd28dba8edfbab90ba683b9f32c41583837e0a
 SHA512 
9c7870dd829effe5fd1be342f85a85e2d1f791bfd871279253dd91becd97dea41c6c4f7a9faec0153e58e360d4e3b4d659daf0d21f07a142d06534e0c229aacd
 DIST wine-5.6.tar.xz 23678216 BLAKE2B 
7aee9a46c037d46d07a551a839056783c020d2e5c66c9caf9c8dacd5071cc9bc9df1c3ea56d6ec07cf83ac681baee6849e786a1202d99f139e1645c374c72704
 SHA512 
b12b0eff228ecd783fec8bf91f97e4387125226b172046d800e1fbffa303ceca32f1f647b9e8ceb24d303c23eb57188be14ddd8ba5fc04ba781a69186fbe6be4
 DIST wine-5.7.tar.xz 23723624 BLAKE2B 
fbea8f753dee57368f7532eef6fe6bf366ba52e9c2b970147207cf879858b86a74d0dfb1f813cfd31058462aaa09f74dd07924370b4c3f032f0dcd0015eab90b
 SHA512 
46a8050cb21edf1116c93fd73fdc3bbbc1a19e18d77c38bc192f13e55954d3e503122c780ca9c1a50005b0bca6f3b0c640f3de05267f25289e08660321e27407
-DIST wine-staging-5.2.tar.gz 9898002 BLAKE2B 
f4dc43223cf89e6c76fc7898a98acdc9eb3d4a8e8279a38135f155d9a3fe6a2f7bbc52ece5c4a07cf801caa91c10e40f172271b442356e52a59c31a8a82db3c3
 SHA512 
dd2066db1eb4d424579bdf8d25f476eae0b86a6bea7b1f7ff2a21d7bf0209b4ef00d9c0ed29a7cab50c5dea4684acb5d342ebf02554b16fd0938a03e607f6270
-DIST wine-staging-5.3.tar.gz 9904213 BLAKE2B 
5a1a9b41a17533238151ad87ec631a9ff78f954fa51baaebac787bd4eba88730a3524e4778a55eb80fd4153302d443d859c0b27c149495cd72ab6263aa583a8a
 SHA512 
df14a61c04b134a72dc8662ee331fd234e2c82bf82824cb01443ae6516aba0bdcb579e2dbedc1ada47de0f3a1265c5fe9ef5f8183094d74451845b78d0a81702
 DIST wine-staging-5.4.tar.gz 9924147 BLAKE2B 
c82fa66470645e62e63e8760d68cb92e4a04c209db712371bc1a534756c6b16c109e247bb1866edc514bdb24ba6a9e9f4ccb5c0db204d51541da0af82fd3b96f
 SHA512 
d4958e73cea34a4a722f516487116d9f77a22099cb80b9c79f2468fbe28855acec131dacecfd255a9934fb88bcf34809bfb2e2e518d89ac23bcae125b6d6c86b
 DIST wine-staging-5.5.tar.gz 9920540 BLAKE2B 
21b24fd3a2b3ee9c9ea029e1114d0faaf0b8a4ef732eafb4f7e0301886aee9160699867147c4087515a37edc57a42919c662b1e203bf9df674d78579b3be3c39
 SHA512 
8e926d73f275ed36b1c1e55235831c171b427501265a0e859accc7ca6b5077513bc2b3d37d973842b76b57a56798d11c101a387c626c96ed422d8a06cd908221
 DIST wine-staging-5.6.tar.gz 9922611 BLAKE2B 
945e7a6398d6f3f8f85f334a06462282647405cf0b7d0e9d1985c9c5daa460c1bb9f8dc66d090311aeb8136d0603e836084bbeb2904833f4f73d7fdd9dd9bef1
 SHA512 
7ddf5699834a6e04b094a7cae008175c874415d22554bac38176f3121b9533071ef610f8b5a0dd3ce3e4adf8a9d4ac214aa1cee7634959c5150b66fbb74710b7

diff --git a/app-emulation/wine-staging/wine-staging-5.2.ebuild 
b/app-emulation/wine-staging/wine-staging-5.2.ebuild
deleted file mode 100644
index 8c609466794..000
--- a/app-emulation/wine-staging/wine-staging-5.2.ebuild
+++ /dev/null
@@ -1,615 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-staging/

2020-04-25 Thread Nick Sarnie
commit: 88030db3fbf1c07168b915630d6f9997b9a22a17
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Apr 25 21:30:43 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Apr 25 21:32:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88030db3

app-emulation/wine-staging: Sync with ::wine

Bump to 5.7

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-staging/Manifest | 2 ++
 .../wine-staging/{wine-staging-.ebuild => wine-staging-5.7.ebuild}  | 2 +-
 app-emulation/wine-staging/wine-staging-.ebuild | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 46a76ee1226..307a0f12d82 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -4,8 +4,10 @@ DIST wine-5.3.tar.xz 22918612 BLAKE2B 
dce58aec45f665e1014635eadc9cc00c969e46c87d
 DIST wine-5.4.tar.xz 22917904 BLAKE2B 
ceaa8516ddc0c2421b92da0ef047465cfa9fc203dfce93b42ca76409bab5e24709d173a4ed519b78f32d8ee99ffd9f0d06ee4156357f995c75e434b0249a31e2
 SHA512 
892e8b875484ada01eaddab4ea50992f95cf3ced6730f8e2ca1f0765770d7fa53a21080c526772b9b3ac83b3559d3d68e83ad3af3afbe9d6f931d833afde7e98
 DIST wine-5.5.tar.xz 23630916 BLAKE2B 
52855c891bb2f6431d0cb02e7b64b28525ad952b548771dd7ff89f95842f9f8e27c941cef7e963b8fb4c7d84c6fd28dba8edfbab90ba683b9f32c41583837e0a
 SHA512 
9c7870dd829effe5fd1be342f85a85e2d1f791bfd871279253dd91becd97dea41c6c4f7a9faec0153e58e360d4e3b4d659daf0d21f07a142d06534e0c229aacd
 DIST wine-5.6.tar.xz 23678216 BLAKE2B 
7aee9a46c037d46d07a551a839056783c020d2e5c66c9caf9c8dacd5071cc9bc9df1c3ea56d6ec07cf83ac681baee6849e786a1202d99f139e1645c374c72704
 SHA512 
b12b0eff228ecd783fec8bf91f97e4387125226b172046d800e1fbffa303ceca32f1f647b9e8ceb24d303c23eb57188be14ddd8ba5fc04ba781a69186fbe6be4
+DIST wine-5.7.tar.xz 23723624 BLAKE2B 
fbea8f753dee57368f7532eef6fe6bf366ba52e9c2b970147207cf879858b86a74d0dfb1f813cfd31058462aaa09f74dd07924370b4c3f032f0dcd0015eab90b
 SHA512 
46a8050cb21edf1116c93fd73fdc3bbbc1a19e18d77c38bc192f13e55954d3e503122c780ca9c1a50005b0bca6f3b0c640f3de05267f25289e08660321e27407
 DIST wine-staging-5.2.tar.gz 9898002 BLAKE2B 
f4dc43223cf89e6c76fc7898a98acdc9eb3d4a8e8279a38135f155d9a3fe6a2f7bbc52ece5c4a07cf801caa91c10e40f172271b442356e52a59c31a8a82db3c3
 SHA512 
dd2066db1eb4d424579bdf8d25f476eae0b86a6bea7b1f7ff2a21d7bf0209b4ef00d9c0ed29a7cab50c5dea4684acb5d342ebf02554b16fd0938a03e607f6270
 DIST wine-staging-5.3.tar.gz 9904213 BLAKE2B 
5a1a9b41a17533238151ad87ec631a9ff78f954fa51baaebac787bd4eba88730a3524e4778a55eb80fd4153302d443d859c0b27c149495cd72ab6263aa583a8a
 SHA512 
df14a61c04b134a72dc8662ee331fd234e2c82bf82824cb01443ae6516aba0bdcb579e2dbedc1ada47de0f3a1265c5fe9ef5f8183094d74451845b78d0a81702
 DIST wine-staging-5.4.tar.gz 9924147 BLAKE2B 
c82fa66470645e62e63e8760d68cb92e4a04c209db712371bc1a534756c6b16c109e247bb1866edc514bdb24ba6a9e9f4ccb5c0db204d51541da0af82fd3b96f
 SHA512 
d4958e73cea34a4a722f516487116d9f77a22099cb80b9c79f2468fbe28855acec131dacecfd255a9934fb88bcf34809bfb2e2e518d89ac23bcae125b6d6c86b
 DIST wine-staging-5.5.tar.gz 9920540 BLAKE2B 
21b24fd3a2b3ee9c9ea029e1114d0faaf0b8a4ef732eafb4f7e0301886aee9160699867147c4087515a37edc57a42919c662b1e203bf9df674d78579b3be3c39
 SHA512 
8e926d73f275ed36b1c1e55235831c171b427501265a0e859accc7ca6b5077513bc2b3d37d973842b76b57a56798d11c101a387c626c96ed422d8a06cd908221
 DIST wine-staging-5.6.tar.gz 9922611 BLAKE2B 
945e7a6398d6f3f8f85f334a06462282647405cf0b7d0e9d1985c9c5daa460c1bb9f8dc66d090311aeb8136d0603e836084bbeb2904833f4f73d7fdd9dd9bef1
 SHA512 
7ddf5699834a6e04b094a7cae008175c874415d22554bac38176f3121b9533071ef610f8b5a0dd3ce3e4adf8a9d4ac214aa1cee7634959c5150b66fbb74710b7
+DIST wine-staging-5.7.tar.gz 9913511 BLAKE2B 
f5d803a067ec61c5d698d7ebf0623b55f0e4fee487e6fcfb4de057d742ff4d55bf184004c4427e8b93052efa74fe9e14da2a41a826c79a0c62ef25de7b6e10ef
 SHA512 
042bcf7b90769c9d88d5cd844009301fb768568ee10ebf7aed9c3397ca35f6d6b512db2010917695f32bed9edf174d95f80a141d5af75a43871444b1830f2922

diff --git a/app-emulation/wine-staging/wine-staging-.ebuild 
b/app-emulation/wine-staging/wine-staging-5.7.ebuild
similarity index 99%
copy from app-emulation/wine-staging/wine-staging-.ebuild
copy to app-emulation/wine-staging/wine-staging-5.7.ebuild
index 492702f9ac4..59a4de5dea0 100644
--- a/app-emulation/wine-staging/wine-staging-.ebuild
+++ b/app-emulation/wine-staging/wine-staging-5.7.ebuild
@@ -130,7 +130,7 @@ RDEPEND="${COMMON_DEPEND}
!app-emulation/wine:0
dos? ( >=games-emulation/dosbox-0.74_p20160629 )
gecko? ( app-emulation/wine-gecko:2.47.1[abi_x86_32?,abi_x86_64?] )
-   mono? ( app-emulation/wine-mono:4.9.4 )
+   mono? ( app-emulation/wine-mono:5.0.0 )
perl? (
dev-lang/perl
dev-perl/XML-Simple

diff --git 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2020-04-25 Thread Nick Sarnie
commit: bb7e18528533cc404c76ad59914fe7c424a29ff5
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Apr 25 21:27:15 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Apr 25 21:32:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7e1852

app-emulation/wine-mono: Sync with ::wine

Bump to 5.0.0

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  1 +
 app-emulation/wine-mono/wine-mono-5.0.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 63ab93e212e..d254afde933 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -10,3 +10,4 @@ DIST wine-mono-4.9.0.msi 94960640 BLAKE2B 
b60debd41ea33eee15ab1a546c526858b97cf4
 DIST wine-mono-4.9.2.msi 94981632 BLAKE2B 
b70a5177fad3c6ee2b04ef40105c7700a08339786a23d7378ba72005da5b3cb6b3a797f0173ba32224bcfd25a4bb0fa01c92a83b88e005973b33320717f5b31a
 SHA512 
73e46ec57c7a78d8c32ead4698c299fa557bb97739ce22c9405f95f48f55d604743aa01cc64183c9f89f99aec6f04b664bac0ef96e6a436d38ebcd9d7cf3b329
 DIST wine-mono-4.9.3.msi 95017472 BLAKE2B 
bf054bcff51e986ddb95788fdd1925ee13efe6e881089a23192d4ccb2527ccb2a2969917b9c3bb16a2161a2bd1d60c24605fd07e6c432f8f77c7c506222045f9
 SHA512 
4631d4e3b5118eb726f614e2f58f9e95f44bb97a1285fa726d3542d44e2a77ce818997ecb4de42e0d318d364d7c929f10d7c5176b59732e8b468e7695633706c
 DIST wine-mono-4.9.4.msi 95266304 BLAKE2B 
fb9c81f8ac8fca104f766d62b02c8751b5b7b91740cb43942477c7bdcac382eafeb5fc9c3fe78191b19d81bc5f06dd5c33db7ecfbdaba5e6be69ed39a6827706
 SHA512 
d52a2cc1137eac87acdaecbb7a81b3d618cad9ad3d7bca5b29940b7432923bfc1497ec21501a05797ef52c6588bb9c5e312df5c02ede8448d1fe1f2880557fc9
+DIST wine-mono-5.0.0-x86.msi 79537664 BLAKE2B 
f5a4185a7a63a1c1966d871d4c8d5bae07d3bbbc3153f20847c3919ac87be5644e15b45764286483641d9ce19176f79c7c7544e543fad62032ef5302a66ea8ea
 SHA512 
8f83122d4b552b3a3d8b000abbd19b7a72edf45e52fa63a9220228240d8e4c014531bb265d062a38f6924fae07dd45420a5c7566f99e0c471e116fb80906c08c

diff --git a/app-emulation/wine-mono/wine-mono-5.0.0.ebuild 
b/app-emulation/wine-mono/wine-mono-5.0.0.ebuild
new file mode 100644
index 000..30b33158592
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-5.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   doins "${DISTDIR}/${P}-x86.msi"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/

2020-04-25 Thread Nick Sarnie
commit: b23b565f706fc057c0d07f7e715fe39ac9d94c82
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Apr 25 21:28:47 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Apr 25 21:32:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b23b565f

app-emulation/wine-vanilla: Sync with ::wine

Bump to 5.7

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-vanilla/Manifest | 1 +
 .../wine-vanilla/{wine-vanilla-.ebuild => wine-vanilla-5.7.ebuild}  | 2 +-
 app-emulation/wine-vanilla/wine-vanilla-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 4d41fedbdd6..6dcfef84ff6 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -10,3 +10,4 @@ DIST wine-5.3.tar.xz 22918612 BLAKE2B 
dce58aec45f665e1014635eadc9cc00c969e46c87d
 DIST wine-5.4.tar.xz 22917904 BLAKE2B 
ceaa8516ddc0c2421b92da0ef047465cfa9fc203dfce93b42ca76409bab5e24709d173a4ed519b78f32d8ee99ffd9f0d06ee4156357f995c75e434b0249a31e2
 SHA512 
892e8b875484ada01eaddab4ea50992f95cf3ced6730f8e2ca1f0765770d7fa53a21080c526772b9b3ac83b3559d3d68e83ad3af3afbe9d6f931d833afde7e98
 DIST wine-5.5.tar.xz 23630916 BLAKE2B 
52855c891bb2f6431d0cb02e7b64b28525ad952b548771dd7ff89f95842f9f8e27c941cef7e963b8fb4c7d84c6fd28dba8edfbab90ba683b9f32c41583837e0a
 SHA512 
9c7870dd829effe5fd1be342f85a85e2d1f791bfd871279253dd91becd97dea41c6c4f7a9faec0153e58e360d4e3b4d659daf0d21f07a142d06534e0c229aacd
 DIST wine-5.6.tar.xz 23678216 BLAKE2B 
7aee9a46c037d46d07a551a839056783c020d2e5c66c9caf9c8dacd5071cc9bc9df1c3ea56d6ec07cf83ac681baee6849e786a1202d99f139e1645c374c72704
 SHA512 
b12b0eff228ecd783fec8bf91f97e4387125226b172046d800e1fbffa303ceca32f1f647b9e8ceb24d303c23eb57188be14ddd8ba5fc04ba781a69186fbe6be4
+DIST wine-5.7.tar.xz 23723624 BLAKE2B 
fbea8f753dee57368f7532eef6fe6bf366ba52e9c2b970147207cf879858b86a74d0dfb1f813cfd31058462aaa09f74dd07924370b4c3f032f0dcd0015eab90b
 SHA512 
46a8050cb21edf1116c93fd73fdc3bbbc1a19e18d77c38bc192f13e55954d3e503122c780ca9c1a50005b0bca6f3b0c640f3de05267f25289e08660321e27407

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-5.7.ebuild
similarity index 99%
copy from app-emulation/wine-vanilla/wine-vanilla-.ebuild
copy to app-emulation/wine-vanilla/wine-vanilla-5.7.ebuild
index 9ab1b2de54b..f1b0c2c98e7 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-5.7.ebuild
@@ -110,7 +110,7 @@ RDEPEND="${COMMON_DEPEND}
!app-emulation/wine:0
dos? ( >=games-emulation/dosbox-0.74_p20160629 )
gecko? ( app-emulation/wine-gecko:2.47.1[abi_x86_32?,abi_x86_64?] )
-   mono? ( app-emulation/wine-mono:4.9.4 )
+   mono? ( app-emulation/wine-mono:5.0.0 )
perl? (
dev-lang/perl
dev-perl/XML-Simple

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
index 9ab1b2de54b..f1b0c2c98e7 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
@@ -110,7 +110,7 @@ RDEPEND="${COMMON_DEPEND}
!app-emulation/wine:0
dos? ( >=games-emulation/dosbox-0.74_p20160629 )
gecko? ( app-emulation/wine-gecko:2.47.1[abi_x86_32?,abi_x86_64?] )
-   mono? ( app-emulation/wine-mono:4.9.4 )
+   mono? ( app-emulation/wine-mono:5.0.0 )
perl? (
dev-lang/perl
dev-perl/XML-Simple



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/

2020-04-25 Thread Nick Sarnie
commit: c1eeb4bd829e74e331158b4d9506b8df9a681902
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Apr 25 21:30:02 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Apr 25 21:32:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1eeb4bd

app-emulation/wine-vanilla: Drop old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-vanilla/Manifest|   5 -
 .../wine-vanilla/wine-vanilla-4.0.1.ebuild | 531 
 .../wine-vanilla/wine-vanilla-4.0.2.ebuild | 531 
 app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild | 531 
 app-emulation/wine-vanilla/wine-vanilla-5.2.ebuild | 536 
 app-emulation/wine-vanilla/wine-vanilla-5.3.ebuild | 538 -
 6 files changed, 2672 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 6dcfef84ff6..e661a90e131 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -1,12 +1,7 @@
 DIST gentoo-wine-patches-20180120.tar.xz 58672 BLAKE2B 
84d621075b65475cec41a06429680b518d7eafb938cefd903f3f8aa71ea3049ac9d8de05af48f9f4f4a1b9172c7ef17784540413e410eb8ec11e8ec4a63858c6
 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
 DIST gentoo-wine-patches-20191222.tar.xz 59236 BLAKE2B 
1b2c7b3ab69e5603d0f176a88c13b6d532f94f319ad29821faa699e828d90cfbe92c02b6e73b72eb16e565707c49885833fe557809ed16f4a6f0f182de9bb6e6
 SHA512 
a030fad55be5e1d909bc50e430c9a99846b88d7555f12749e101ba83f04df5af23eeb726b5ed78f847a66d11ac0a838bc69bd5bf8cf53da77ad454d2a2fe65cf
-DIST wine-4.0.1.tar.xz 21665840 BLAKE2B 
b33b5ce8b4624dfbbbf473a88ed8c52d5e53855fa98ac3128e9b89dbeee6e92044ed1e662e1dc9669bd8d805424c36f2dd2c836c51bf6a5e4d78350926a13150
 SHA512 
dd240525e389f841123a569fd2f9b8da698b7707bc0de408dfd60ae73c5e24d522abb42b76571c840df52c686fdeae56e0a9c69db2cd31f04cdb345feeacf1dc
-DIST wine-4.0.2.tar.xz 21668348 BLAKE2B 
f1aa8ba3add9ae1e6fbb930a0c557c0015a699b21ba9988c6832c9a1b5180f98cbaadc561fbe4a22e97ff78732ee121a14f5a82b0637c71a4856fa5524ff2f5a
 SHA512 
14cb7eeba188562b73125c668f2020e1df6802e486552e422d3aa75b95f6fccedc0f87868f7e58ce71697941ff49757981ec93b9ef288da37ca8570658f194fc
 DIST wine-4.0.3.tar.xz 21680420 BLAKE2B 
a7caf4b82fa2594f77e31f29b2a3da59c08bb58f213268d61bdf48998345162bc36fbfc24db94d11cb07b6da347b3471e9d8976d9abfa0f76c183c0a519aa73e
 SHA512 
a8fde0bcf600eaec56c3ce58c9aa992386784c85cf1c93aa84d50aff4c842b12a6b099c23391d3ad9a0059f3dc9069c0f8e00fad293305ba8a33afc70bf26e14
-DIST wine-4.0.tar.xz 21644692 BLAKE2B 
9c426ef2249c16e908a3617c2844d8b12a2df843721338b1cfb69459815b902cfa0ddf3d74c09dc900fb2ceb003e54d97a7c0afaac51a9caab7d21beb82e26c3
 SHA512 
7607fa7a3d5f7bcd3d8c4c9e7bb6e1987466110bbfc672782ebe57c6d9da348c58e76abf40b0a70c725dfd703163db6e194ee0e3db11a47b6b60e225163308dd
 DIST wine-5.0.tar.xz 22469428 BLAKE2B 
d26938e707545d31ed932c67eaaa9fd137e42daa6facadeaea2897797ec816658edc1b89c649e0cb5c453ca53ebea5d7156fdd188f1afe2a55ca7834e012e276
 SHA512 
681de951804c3dd3ae8c677a0ea52d172b04cac58594698b191cd972b25899cd2030d01a25fc2ad2eb6b99976a30319d2bd5ba8b7ff98b1a8b43832fa6514b83
-DIST wine-5.2.tar.xz 22837712 BLAKE2B 
ee9d4d4dd6c0669d1585cc6988d933dbc7aa5277a0f13e965dd9eecb621e475d33a832b316e37f1372a965efe517efafa9f857a38d9bf081026d221db96b7a0d
 SHA512 
57fa66885c3b5f43e51324e24b8524f663ad67ff15b464ac7d58096d5921f523a59ef5f1dc1ea7aa65fa10d64b7cd832f421c1b773c72bc312d8544a61c33f8f
-DIST wine-5.3.tar.xz 22918612 BLAKE2B 
dce58aec45f665e1014635eadc9cc00c969e46c87de5d41bc51168237d9fc01011dcfc3fa4c83ed4cbcdfe19a3747e5e32f87946434a6eba2a8547f1929b33f3
 SHA512 
40528f46ad10c11758308e3bf21ba73c7af133d4dda386d542acec3a5cb31e01be0eb102b94f9d82a2358e45597bf49bd1e82c463e3a26aff8c0827b5a0894b6
 DIST wine-5.4.tar.xz 22917904 BLAKE2B 
ceaa8516ddc0c2421b92da0ef047465cfa9fc203dfce93b42ca76409bab5e24709d173a4ed519b78f32d8ee99ffd9f0d06ee4156357f995c75e434b0249a31e2
 SHA512 
892e8b875484ada01eaddab4ea50992f95cf3ced6730f8e2ca1f0765770d7fa53a21080c526772b9b3ac83b3559d3d68e83ad3af3afbe9d6f931d833afde7e98
 DIST wine-5.5.tar.xz 23630916 BLAKE2B 
52855c891bb2f6431d0cb02e7b64b28525ad952b548771dd7ff89f95842f9f8e27c941cef7e963b8fb4c7d84c6fd28dba8edfbab90ba683b9f32c41583837e0a
 SHA512 
9c7870dd829effe5fd1be342f85a85e2d1f791bfd871279253dd91becd97dea41c6c4f7a9faec0153e58e360d4e3b4d659daf0d21f07a142d06534e0c229aacd
 DIST wine-5.6.tar.xz 23678216 BLAKE2B 
7aee9a46c037d46d07a551a839056783c020d2e5c66c9caf9c8dacd5071cc9bc9df1c3ea56d6ec07cf83ac681baee6849e786a1202d99f139e1645c374c72704
 SHA512 
b12b0eff228ecd783fec8bf91f97e4387125226b172046d800e1fbffa303ceca32f1f647b9e8ceb24d303c23eb57188be14ddd8ba5fc04ba781a69186fbe6be4

diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild
deleted file 

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/

2020-04-25 Thread Nick Sarnie
commit: 33ee9f6472d29722847423ae65492fbb3640a1e4
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Apr 25 21:19:31 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Apr 25 21:21:42 2020 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=33ee9f64

app-emulation/wine-vanilla: Bump to 5.7

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-vanilla/Manifest | 1 +
 .../wine-vanilla/{wine-vanilla-.ebuild => wine-vanilla-5.7.ebuild}  | 2 +-
 app-emulation/wine-vanilla/wine-vanilla-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index f5647b8..545cc9c 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -34,3 +34,4 @@ DIST wine-5.3.tar.xz 22918612 BLAKE2B 
dce58aec45f665e1014635eadc9cc00c969e46c87d
 DIST wine-5.4.tar.xz 22917904 BLAKE2B 
ceaa8516ddc0c2421b92da0ef047465cfa9fc203dfce93b42ca76409bab5e24709d173a4ed519b78f32d8ee99ffd9f0d06ee4156357f995c75e434b0249a31e2
 SHA512 
892e8b875484ada01eaddab4ea50992f95cf3ced6730f8e2ca1f0765770d7fa53a21080c526772b9b3ac83b3559d3d68e83ad3af3afbe9d6f931d833afde7e98
 DIST wine-5.5.tar.xz 23630916 BLAKE2B 
52855c891bb2f6431d0cb02e7b64b28525ad952b548771dd7ff89f95842f9f8e27c941cef7e963b8fb4c7d84c6fd28dba8edfbab90ba683b9f32c41583837e0a
 SHA512 
9c7870dd829effe5fd1be342f85a85e2d1f791bfd871279253dd91becd97dea41c6c4f7a9faec0153e58e360d4e3b4d659daf0d21f07a142d06534e0c229aacd
 DIST wine-5.6.tar.xz 23678216 BLAKE2B 
7aee9a46c037d46d07a551a839056783c020d2e5c66c9caf9c8dacd5071cc9bc9df1c3ea56d6ec07cf83ac681baee6849e786a1202d99f139e1645c374c72704
 SHA512 
b12b0eff228ecd783fec8bf91f97e4387125226b172046d800e1fbffa303ceca32f1f647b9e8ceb24d303c23eb57188be14ddd8ba5fc04ba781a69186fbe6be4
+DIST wine-5.7.tar.xz 23723624 BLAKE2B 
fbea8f753dee57368f7532eef6fe6bf366ba52e9c2b970147207cf879858b86a74d0dfb1f813cfd31058462aaa09f74dd07924370b4c3f032f0dcd0015eab90b
 SHA512 
46a8050cb21edf1116c93fd73fdc3bbbc1a19e18d77c38bc192f13e55954d3e503122c780ca9c1a50005b0bca6f3b0c640f3de05267f25289e08660321e27407

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-5.7.ebuild
similarity index 99%
copy from app-emulation/wine-vanilla/wine-vanilla-.ebuild
copy to app-emulation/wine-vanilla/wine-vanilla-5.7.ebuild
index 9ab1b2d..f1b0c2c 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-5.7.ebuild
@@ -110,7 +110,7 @@ RDEPEND="${COMMON_DEPEND}
!app-emulation/wine:0
dos? ( >=games-emulation/dosbox-0.74_p20160629 )
gecko? ( app-emulation/wine-gecko:2.47.1[abi_x86_32?,abi_x86_64?] )
-   mono? ( app-emulation/wine-mono:4.9.4 )
+   mono? ( app-emulation/wine-mono:5.0.0 )
perl? (
dev-lang/perl
dev-perl/XML-Simple

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
index 9ab1b2d..f1b0c2c 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
@@ -110,7 +110,7 @@ RDEPEND="${COMMON_DEPEND}
!app-emulation/wine:0
dos? ( >=games-emulation/dosbox-0.74_p20160629 )
gecko? ( app-emulation/wine-gecko:2.47.1[abi_x86_32?,abi_x86_64?] )
-   mono? ( app-emulation/wine-mono:4.9.4 )
+   mono? ( app-emulation/wine-mono:5.0.0 )
perl? (
dev-lang/perl
dev-perl/XML-Simple



[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-mono/

2020-04-25 Thread Nick Sarnie
commit: e6bb94cfe7b2b18ebdb968f9c3910763dfe625b8
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Apr 25 21:17:51 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Apr 25 21:21:36 2020 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=e6bb94cf

app-emulation/wine-mono: Bump to 5.0.0

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  1 +
 app-emulation/wine-mono/wine-mono-5.0.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 63ab93e..d254afd 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -10,3 +10,4 @@ DIST wine-mono-4.9.0.msi 94960640 BLAKE2B 
b60debd41ea33eee15ab1a546c526858b97cf4
 DIST wine-mono-4.9.2.msi 94981632 BLAKE2B 
b70a5177fad3c6ee2b04ef40105c7700a08339786a23d7378ba72005da5b3cb6b3a797f0173ba32224bcfd25a4bb0fa01c92a83b88e005973b33320717f5b31a
 SHA512 
73e46ec57c7a78d8c32ead4698c299fa557bb97739ce22c9405f95f48f55d604743aa01cc64183c9f89f99aec6f04b664bac0ef96e6a436d38ebcd9d7cf3b329
 DIST wine-mono-4.9.3.msi 95017472 BLAKE2B 
bf054bcff51e986ddb95788fdd1925ee13efe6e881089a23192d4ccb2527ccb2a2969917b9c3bb16a2161a2bd1d60c24605fd07e6c432f8f77c7c506222045f9
 SHA512 
4631d4e3b5118eb726f614e2f58f9e95f44bb97a1285fa726d3542d44e2a77ce818997ecb4de42e0d318d364d7c929f10d7c5176b59732e8b468e7695633706c
 DIST wine-mono-4.9.4.msi 95266304 BLAKE2B 
fb9c81f8ac8fca104f766d62b02c8751b5b7b91740cb43942477c7bdcac382eafeb5fc9c3fe78191b19d81bc5f06dd5c33db7ecfbdaba5e6be69ed39a6827706
 SHA512 
d52a2cc1137eac87acdaecbb7a81b3d618cad9ad3d7bca5b29940b7432923bfc1497ec21501a05797ef52c6588bb9c5e312df5c02ede8448d1fe1f2880557fc9
+DIST wine-mono-5.0.0-x86.msi 79537664 BLAKE2B 
f5a4185a7a63a1c1966d871d4c8d5bae07d3bbbc3153f20847c3919ac87be5644e15b45764286483641d9ce19176f79c7c7544e543fad62032ef5302a66ea8ea
 SHA512 
8f83122d4b552b3a3d8b000abbd19b7a72edf45e52fa63a9220228240d8e4c014531bb265d062a38f6924fae07dd45420a5c7566f99e0c471e116fb80906c08c

diff --git a/app-emulation/wine-mono/wine-mono-5.0.0.ebuild 
b/app-emulation/wine-mono/wine-mono-5.0.0.ebuild
new file mode 100644
index 000..30b3315
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-5.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   doins "${DISTDIR}/${P}-x86.msi"
+}



[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-staging/

2020-04-25 Thread Nick Sarnie
commit: dbfb1c8cde8c9282709a1d663a00a108e24365b2
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Apr 25 21:20:47 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Apr 25 21:21:42 2020 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=dbfb1c8c

app-emulation/wine-staging: Bump to 5.7

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-staging/Manifest | 2 ++
 .../wine-staging/{wine-staging-.ebuild => wine-staging-5.7.ebuild}  | 2 +-
 app-emulation/wine-staging/wine-staging-.ebuild | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 10ecc30..6bd41e9 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -32,6 +32,7 @@ DIST wine-5.3.tar.xz 22918612 BLAKE2B 
dce58aec45f665e1014635eadc9cc00c969e46c87d
 DIST wine-5.4.tar.xz 22917904 BLAKE2B 
ceaa8516ddc0c2421b92da0ef047465cfa9fc203dfce93b42ca76409bab5e24709d173a4ed519b78f32d8ee99ffd9f0d06ee4156357f995c75e434b0249a31e2
 SHA512 
892e8b875484ada01eaddab4ea50992f95cf3ced6730f8e2ca1f0765770d7fa53a21080c526772b9b3ac83b3559d3d68e83ad3af3afbe9d6f931d833afde7e98
 DIST wine-5.5.tar.xz 23630916 BLAKE2B 
52855c891bb2f6431d0cb02e7b64b28525ad952b548771dd7ff89f95842f9f8e27c941cef7e963b8fb4c7d84c6fd28dba8edfbab90ba683b9f32c41583837e0a
 SHA512 
9c7870dd829effe5fd1be342f85a85e2d1f791bfd871279253dd91becd97dea41c6c4f7a9faec0153e58e360d4e3b4d659daf0d21f07a142d06534e0c229aacd
 DIST wine-5.6.tar.xz 23678216 BLAKE2B 
7aee9a46c037d46d07a551a839056783c020d2e5c66c9caf9c8dacd5071cc9bc9df1c3ea56d6ec07cf83ac681baee6849e786a1202d99f139e1645c374c72704
 SHA512 
b12b0eff228ecd783fec8bf91f97e4387125226b172046d800e1fbffa303ceca32f1f647b9e8ceb24d303c23eb57188be14ddd8ba5fc04ba781a69186fbe6be4
+DIST wine-5.7.tar.xz 23723624 BLAKE2B 
fbea8f753dee57368f7532eef6fe6bf366ba52e9c2b970147207cf879858b86a74d0dfb1f813cfd31058462aaa09f74dd07924370b4c3f032f0dcd0015eab90b
 SHA512 
46a8050cb21edf1116c93fd73fdc3bbbc1a19e18d77c38bc192f13e55954d3e503122c780ca9c1a50005b0bca6f3b0c640f3de05267f25289e08660321e27407
 DIST wine-staging-4.0.tar.gz 9945756 BLAKE2B 
bfd27d5677d01b4a14c4ef593b741b6fa6e75194de04a90659ecceaa8b087d594cafdd0a53cc2ad2d05e9c73928d70d0b6681ac0052df79f7b45cbb370b31d3d
 SHA512 
4c2277449be17b83235bab7898818a886e84e82c0c5eb8216a5bc42e3d9a0e1dcf09d4522e1165d503fd9237673fa91c2c07d837cde58897f1b6fc8bc6fa5d33
 DIST wine-staging-4.1.tar.gz 9941329 BLAKE2B 
e455a411d782dcb52b29ad6150b108a4a9b3fd7cd548e35c1392ee3bce581206d99520df19a153ddb80f135156a8d33f6acbbfe086c28f6bfe404fe9eae96556
 SHA512 
8f52fdae4f98fe67053b00d03234e0937652a9a9506c9e94b717502244eb741c062990678ede11342dc182a4fe9c066227814ebe394ef5f6aedec73983c08554
 DIST wine-staging-4.10.tar.gz 9924803 BLAKE2B 
91812a8004a96d859c43b2bf00d38e0cae425429070b0892ca7051a6aa07aae3142e6f49086713a1042efa9a7376742a9cff4e50dd050b0dbff28f774b75f4c6
 SHA512 
f65ed761d9cbfb58aef19ea8a90c049996855a49de747f1858703e765292532dc7bb487ecfe50eb2e7e87c673507a5e287f6f80aa2d50aabe9066314809c1f03
@@ -61,3 +62,4 @@ DIST wine-staging-5.3.tar.gz 9904213 BLAKE2B 
5a1a9b41a17533238151ad87ec631a9ff78
 DIST wine-staging-5.4.tar.gz 9924147 BLAKE2B 
c82fa66470645e62e63e8760d68cb92e4a04c209db712371bc1a534756c6b16c109e247bb1866edc514bdb24ba6a9e9f4ccb5c0db204d51541da0af82fd3b96f
 SHA512 
d4958e73cea34a4a722f516487116d9f77a22099cb80b9c79f2468fbe28855acec131dacecfd255a9934fb88bcf34809bfb2e2e518d89ac23bcae125b6d6c86b
 DIST wine-staging-5.5.tar.gz 9920540 BLAKE2B 
21b24fd3a2b3ee9c9ea029e1114d0faaf0b8a4ef732eafb4f7e0301886aee9160699867147c4087515a37edc57a42919c662b1e203bf9df674d78579b3be3c39
 SHA512 
8e926d73f275ed36b1c1e55235831c171b427501265a0e859accc7ca6b5077513bc2b3d37d973842b76b57a56798d11c101a387c626c96ed422d8a06cd908221
 DIST wine-staging-5.6.tar.gz 9922611 BLAKE2B 
945e7a6398d6f3f8f85f334a06462282647405cf0b7d0e9d1985c9c5daa460c1bb9f8dc66d090311aeb8136d0603e836084bbeb2904833f4f73d7fdd9dd9bef1
 SHA512 
7ddf5699834a6e04b094a7cae008175c874415d22554bac38176f3121b9533071ef610f8b5a0dd3ce3e4adf8a9d4ac214aa1cee7634959c5150b66fbb74710b7
+DIST wine-staging-5.7.tar.gz 9913511 BLAKE2B 
f5d803a067ec61c5d698d7ebf0623b55f0e4fee487e6fcfb4de057d742ff4d55bf184004c4427e8b93052efa74fe9e14da2a41a826c79a0c62ef25de7b6e10ef
 SHA512 
042bcf7b90769c9d88d5cd844009301fb768568ee10ebf7aed9c3397ca35f6d6b512db2010917695f32bed9edf174d95f80a141d5af75a43871444b1830f2922

diff --git a/app-emulation/wine-staging/wine-staging-.ebuild 
b/app-emulation/wine-staging/wine-staging-5.7.ebuild
similarity index 99%
copy from app-emulation/wine-staging/wine-staging-.ebuild
copy to app-emulation/wine-staging/wine-staging-5.7.ebuild
index 492702f..59a4de5 100644
--- a/app-emulation/wine-staging/wine-staging-.ebuild
+++ b/app-emulation/wine-staging/wine-staging-5.7.ebuild
@@ -130,7 +130,7 @@ RDEPEND="${COMMON_DEPEND}
   

[gentoo-commits] repo/gentoo:master commit in: media-video/mpv/

2020-04-25 Thread Mikle Kolyada
commit: 2488d1377082ccd30cfaaeaaa916ddc8a1ab67b7
Author: Ilya Trukhanov  gmail  com>
AuthorDate: Sat Apr 25 15:39:15 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Apr 25 21:23:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2488d137

media-video/mpv: fix build with USE=debug

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Ilya Trukhanov  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14348
Signed-off-by: Mikle Kolyada  gentoo.org>

 media-video/mpv/mpv-0.32.0-r1.ebuild | 2 +-
 media-video/mpv/mpv-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/mpv/mpv-0.32.0-r1.ebuild 
b/media-video/mpv/mpv-0.32.0-r1.ebuild
index df53a7db5b1..eb6ccc9c653 100644
--- a/media-video/mpv/mpv-0.32.0-r1.ebuild
+++ b/media-video/mpv/mpv-0.32.0-r1.ebuild
@@ -162,7 +162,7 @@ src_configure() {
--disable-static-build
# See deep down below for build-date.
--disable-optimize # Don't add '-O2' to CFLAGS.
-   $(use_enable debug debug-build)
+   $(usex debug '' '--disable-debug-build')
 
$(use_enable doc html-build)
$(use_enable doc pdf-build)

diff --git a/media-video/mpv/mpv-.ebuild b/media-video/mpv/mpv-.ebuild
index d6d2829b4b1..c714f2d8b0c 100644
--- a/media-video/mpv/mpv-.ebuild
+++ b/media-video/mpv/mpv-.ebuild
@@ -159,7 +159,7 @@ src_configure() {
--disable-static-build
# See deep down below for build-date.
--disable-optimize # Don't add '-O2' to CFLAGS.
-   $(use_enable debug debug-build)
+   $(usex debug '' '--disable-debug-build')
 
$(use_enable doc html-build)
$(use_enable doc pdf-build)



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/

2020-04-25 Thread Mart Raudsepp
commit: 590cd73cad8063c687f9e526c121348669d3b19f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 21:19:34 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 21:19:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=590cd73c

gnome-base/gnome-shell: don't pdepend on gnome-control-center on arm

arm still hasn't re-keyworded gnome-control-center; drop the
pdepend as an emergency main tree breakage fix for now

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild 
b/gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild
index 053b1ec356a..59adcea12b4 100644
--- a/gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-3.34.5.ebuild
@@ -106,9 +106,9 @@ RDEPEND="${DEPEND}
 # avoid circular dependency, see bug #546134
 PDEPEND="
>=gnome-base/gdm-3.5[introspection]
-   >=gnome-base/gnome-control-center-3.26[bluetooth(+)?,networkmanager(+)?]
+   !arm? ( 
>=gnome-base/gnome-control-center-3.26[bluetooth(+)?,networkmanager(+)?] )
browser-extension? ( gnome-extra/chrome-gnome-shell )
-"
+" # FIXME: Temporary ugly workaround above for arm deptree issues without 
cascading it more by unkeywording gnome-shell for arm
 BDEPEND="
dev-lang/sassc
dev-libs/libxslt



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweaks/

2020-04-25 Thread Mart Raudsepp
commit: 400c43d043b67ffc444744412166aa4e3de891ce
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 21:11:48 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 21:11:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=400c43d0

gnome-extra/gnome-tweaks: drop alpha keywords

Needs gnome-shell, which had ancient version with alpha keywords
removed.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/gnome-tweaks/gnome-tweaks-3.32.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-tweaks/gnome-tweaks-3.32.0-r1.ebuild 
b/gnome-extra/gnome-tweaks/gnome-tweaks-3.32.0-r1.ebuild
index 9fcf3109add..9fd3cac37c4 100644
--- a/gnome-extra/gnome-tweaks/gnome-tweaks-3.32.0-r1.ebuild
+++ b/gnome-extra/gnome-tweaks/gnome-tweaks-3.32.0-r1.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 COMMON_DEPEND="
${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-applets/

2020-04-25 Thread Mart Raudsepp
commit: 5c531933ec2fb01177525fa36299eb8a14903874
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 21:09:15 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 21:09:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c531933

gnome-base/gnome-applets: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/gnome-applets/Manifest  |  1 -
 .../gnome-applets/gnome-applets-3.32.0.ebuild  | 57 --
 2 files changed, 58 deletions(-)

diff --git a/gnome-base/gnome-applets/Manifest 
b/gnome-base/gnome-applets/Manifest
index 1422c3276c1..da457095383 100644
--- a/gnome-base/gnome-applets/Manifest
+++ b/gnome-base/gnome-applets/Manifest
@@ -1,2 +1 @@
-DIST gnome-applets-3.32.0.tar.xz 8626692 BLAKE2B 
a93ac7ae9ced828c710e7761ee0483018cf10b265f48ed64ce1c117a349583d0e980759e9529ef2a47f2c8873672c2c7a323fdcc7a7af543af851156ef59e1d2
 SHA512 
11c8ab3b2561ef13b268a5711adebe754626cd0bfe6865cfaebf59602e6da917023172a36d253522b4bc4f250c3db34c621ba3fabfe8c628c744905581783e01
 DIST gnome-applets-3.34.0.tar.xz 8626548 BLAKE2B 
0591269015570da4e7ab9a7a4568a032faa6209378736de57dc54cb395b545bd029a52f7ba6de39aee8f23c255ae3c24fa6defc33e971d270e6fc0e301add12f
 SHA512 
5d16ca9d1f6c65fa59246a860f0d5723e77bf800c9362a254a8435750e52c4beb0e65aa8994e5578cfa1db7130dc92eaf4cb477ab401da402d31ea7f5aac1b51

diff --git a/gnome-base/gnome-applets/gnome-applets-3.32.0.ebuild 
b/gnome-base/gnome-applets/gnome-applets-3.32.0.ebuild
deleted file mode 100644
index bd16a6ce4e5..000
--- a/gnome-base/gnome-applets/gnome-applets-3.32.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Applets for the GNOME Flashback Panel"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-applets/;
-
-LICENSE="GPL-2+ FDL-1.1"
-SLOT="0"
-IUSE="ipv6 tracker upower"
-KEYWORDS="~amd64"
-
-# FIXME: automagic wireless-tools
-# TODO: gucharmap could be optional, but no knob
-# TODO: libgweather could be optional, but no knob
-RDEPEND="
-   >=x11-libs/gtk+-3.20.0:3[X]
-   >=dev-libs/glib-2.44.0:2
-   >=gnome-base/gnome-panel-3.24.1
-   >=gnome-base/libgtop-2.11.92:=
-   >=x11-libs/libwnck-3.14.1:3
-   >=x11-libs/libnotify-0.7
-   upower? ( >=sys-power/upower-0.9.4:= )
-   >=sys-apps/dbus-1.1.2
-   >=dev-libs/dbus-glib-0.74
-   >=x11-themes/adwaita-icon-theme-3.14.0
-   >=dev-libs/libxml2-2.5.0:2
-   >=dev-libs/libgweather-3.28.0:2=
-   >=gnome-extra/gucharmap-2.33.0:2.90
-   >=sys-auth/polkit-0.97
-   x11-libs/libX11
-   tracker? ( app-misc/tracker:0/2.0 )
-"
-# app-text/docbook-sgml-utils for jw binary
-DEPEND="${RDEPEND}
-   app-text/docbook-sgml-utils
-   app-text/docbook-xml-dtd:4.1.2
-   dev-libs/libxslt
-   dev-util/glib-utils
-   >=dev-util/intltool-0.35.0
-   dev-util/itstool
-   sys-devel/gettext
-   x11-base/xorg-proto
-   virtual/pkgconfig
-" # yelp-tools and autoconf-archive for eautoreconf
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_with upower) \
-   --disable-battstat \
-   --disable-cpufreq \
-   $(use_enable tracker tracker-search-bar) \
-   $(use_enable ipv6)
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/metacity/

2020-04-25 Thread Mart Raudsepp
commit: 19af345b55a9a65e4ddf6629c6ec14660387a2ee
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 21:10:06 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 21:10:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19af345b

x11-wm/metacity: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-wm/metacity/Manifest   |  1 -
 x11-wm/metacity/metacity-3.32.0.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/x11-wm/metacity/Manifest b/x11-wm/metacity/Manifest
index fb5b2559632..5f5a2a7a030 100644
--- a/x11-wm/metacity/Manifest
+++ b/x11-wm/metacity/Manifest
@@ -1,2 +1 @@
-DIST metacity-3.32.0.tar.xz 2055388 BLAKE2B 
c8ed41e44b0a4890129fe7e79e2dcd486c986541c6b19b8873264f2c179b98c17095f19fbd93290ad253571d0c9ae5f5367df1fe1ba2ac68685139680a2e3afd
 SHA512 
2260411b9ab07fcd1aee8152d700f1e2aa7f1f0753cae6dab82a55cac2cac186a5c9f42377a311a6f90a53ba8ba200d9f5d73a770abc76b558896cd58c30abde
 DIST metacity-3.34.1.tar.xz 2055708 BLAKE2B 
c1bac27f83d26718fa3d02f777a627324efc3e3eaffbf385a84dd97960adc30e84090f511500fe96a4fbbb373da80a38eaba4c5e14910fbcf8783857c0767ef2
 SHA512 
e9234ad0aee9fe27cf1c2030e31d8f2c292ae2ee2e9b8546ed86e396152faa9dc4cc67fa8321a0c3d3bf577a83bc143111c6ac225f423db243347a6a760695ee

diff --git a/x11-wm/metacity/metacity-3.32.0.ebuild 
b/x11-wm/metacity/metacity-3.32.0.ebuild
deleted file mode 100644
index 1522fd20cf9..000
--- a/x11-wm/metacity/metacity-3.32.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="GNOME Flashback window manager"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/metacity/;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="+libcanberra vulkan xinerama"
-KEYWORDS="~amd64"
-
-# TODO: libgtop could be optional, but no knob
-RDEPEND="
-   >=dev-libs/glib-2.44.0:2
-   >=x11-libs/gtk+-3.22.0:3[X]
-   >=x11-libs/pango-1.2.0[X]
-   >=x11-libs/libXcomposite-0.3
-   >=gnome-base/gsettings-desktop-schemas-3.3.0
-   x11-libs/libXfixes
-   x11-libs/libXrender
-   x11-libs/libXdamage
-   libcanberra? ( media-libs/libcanberra[gtk3] )
-   >=x11-libs/startup-notification-0.7
-   x11-libs/libXcursor
-   gnome-base/libgtop:2=
-   x11-libs/libX11
-   xinerama? ( x11-libs/libXinerama )
-   x11-libs/libXrandr
-   x11-libs/libXext
-   x11-libs/libICE
-   x11-libs/libSM
-   gnome-extra/zenity
-   vulkan? ( media-libs/vulkan-loader )
-"
-DEPEND="${RDEPEND}
-   vulkan? ( dev-util/vulkan-headers )
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.4
-   x11-base/xorg-proto
-   virtual/pkgconfig
-" # autoconf-archive for eautoreconf
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable libcanberra canberra) \
-   $(use_enable xinerama) \
-   $(use_enable vulkan)
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gdm/

2020-04-25 Thread Mart Raudsepp
commit: 36c97b9446d0e3bfc216c23c4695efc4d359009a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 21:08:32 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 21:08:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c97b94

gnome-base/gdm: drop alpha keywords

Needs gnome-shell, which had ancient version with alpha keywords
removed.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/gdm/gdm-3.34.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gdm/gdm-3.34.1.ebuild b/gnome-base/gdm/gdm-3.34.1.ebuild
index 82b7e169880..8f95ce48a07 100644
--- a/gnome-base/gdm/gdm-3.34.1.ebuild
+++ b/gnome-base/gdm/gdm-3.34.1.ebuild
@@ -25,7 +25,7 @@ IUSE="accessibility audit bluetooth-sound branding elogind 
fprint +introspection
 RESTRICT="!test? ( test )"
 REQUIRED_USE="^^ ( elogind systemd )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86"
 
 # NOTE: x11-base/xorg-server dep is for X_SERVER_PATH etc, bug #295686
 # nspr used by smartcard extension



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-flashback/

2020-04-25 Thread Mart Raudsepp
commit: 67798bd2bb0585463341817dc04113dc08ad8072
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 21:09:29 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 21:09:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67798bd2

gnome-base/gnome-flashback: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/gnome-flashback/Manifest|  1 -
 .../gnome-flashback/gnome-flashback-3.32.0.ebuild  | 53 --
 2 files changed, 54 deletions(-)

diff --git a/gnome-base/gnome-flashback/Manifest 
b/gnome-base/gnome-flashback/Manifest
index e294f545c59..c6691e78cd7 100644
--- a/gnome-base/gnome-flashback/Manifest
+++ b/gnome-base/gnome-flashback/Manifest
@@ -1,2 +1 @@
-DIST gnome-flashback-3.32.0.tar.xz 708624 BLAKE2B 
5075daa59b48d9c101a4649ebd89822f4fd4539c30899b152c54d4bb98d48e2174c2c8756f350a76e7576d2430c8609a5c3df7a39f9da80467eb98b9d8b65910
 SHA512 
ffc89eadf98e269a9d2781d2bac2d551410f3965ab2bf0a60cb904cd1edbaa264d21be1c577381bda1a55f44b919e62ad2735241dc824a901ded6b057d0f2ea0
 DIST gnome-flashback-3.34.2.tar.xz 727812 BLAKE2B 
dd5fd4ff9f612d464f750343c17f0216366dfc6b9c7d892724e3b78ebf96b492a6192e32edb6c5f7c92c997a1d3325fea2b7e06874a3f03f1e5ea0965c63eba8
 SHA512 
9c2cfdcd0f896b56c6aff529c372b697fdd52db2660ba658aaef5ff7110a71b756ec708eebd260718ddd1c77df858bd00100070a1a32e282808bac519abb867d

diff --git a/gnome-base/gnome-flashback/gnome-flashback-3.32.0.ebuild 
b/gnome-base/gnome-flashback/gnome-flashback-3.32.0.ebuild
deleted file mode 100644
index e1ac2cea1ef..000
--- a/gnome-base/gnome-flashback/gnome-flashback-3.32.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="GNOME Flashback session"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-flashback/;
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=x11-libs/gdk-pixbuf-2.32.2:2
-   >=x11-libs/gtk+-3.22.0:3[X]
-   >=gnome-base/gnome-desktop-3.12.0:3=
-   >=media-libs/libcanberra-0.13[gtk3]
-   >=dev-libs/glib-2.44.0:2
-   >=gnome-base/gsettings-desktop-schemas-3.24.0
-   >=sys-auth/polkit-0.97
-   >=app-i18n/ibus-1.5.2
-   >=sys-power/upower-0.99.0:=
-   >=x11-libs/libXrandr-1.5.0
-   x11-libs/libxcb
-   x11-libs/libX11
-   net-wireless/gnome-bluetooth
-   x11-libs/libXext
-   >=x11-libs/libXi-1.6.0
-   x11-libs/pango
-   x11-libs/libxkbfile
-   x11-misc/xkeyboard-config
-   x11-libs/libXfixes
-   media-sound/pulseaudio[glib]
-"
-DEPEND="${RDEPEND}
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   x11-base/xorg-proto
-   virtual/pkgconfig
-" # autoconf-archive for eautoreconf
-RDEPEND="${RDEPEND}
-   x11-wm/metacity
-   gnome-base/gnome-panel
-   gnome-base/gnome-settings-daemon
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-panel/

2020-04-25 Thread Mart Raudsepp
commit: 1c429103fffb56e6d885a403ac82a3f1b863ff75
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 21:08:50 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 21:08:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c429103

gnome-base/gnome-panel: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/gnome-panel/Manifest  |  1 -
 gnome-base/gnome-panel/gnome-panel-3.32.0.ebuild | 72 
 2 files changed, 73 deletions(-)

diff --git a/gnome-base/gnome-panel/Manifest b/gnome-base/gnome-panel/Manifest
index fe02316ff4c..d126de8947f 100644
--- a/gnome-base/gnome-panel/Manifest
+++ b/gnome-base/gnome-panel/Manifest
@@ -1,2 +1 @@
-DIST gnome-panel-3.32.0.tar.xz 3073664 BLAKE2B 
90960646bb6a7d455e295203b0ae9af8fb2313d3f69c54907f5b975bcf2102667aac693c0e32912538015a48d784bfad45335df6df060dcebfeb04486955d850
 SHA512 
afbb5d61d024250bc6532ddcb2817067bb4e5f243a0d0f27efcaa9b1c2da8ab6c98e014e3a852ccb93d64aba8da51254d0e811f5eecc927cfc18c72e7c324e42
 DIST gnome-panel-3.34.1.tar.xz 3072196 BLAKE2B 
23fdfc0b78e13169ec6af92ee386ae3997536199c6f13406523e2deb6b696b90828ce614fc06115a83fdb6ec76fc14e0518f4eb839eabfbf29507d6fd4b2ab3d
 SHA512 
6d43285cda00b2e9415cf11f47a51a00941ed294edefb411f7b40003ece814ac08da9d2ccfb167a0a91c7abb9eb17a7f70970ac4eb585ce665cca5fcfbddcf03

diff --git a/gnome-base/gnome-panel/gnome-panel-3.32.0.ebuild 
b/gnome-base/gnome-panel/gnome-panel-3.32.0.ebuild
deleted file mode 100644
index 565591dd17d..000
--- a/gnome-base/gnome-panel/gnome-panel-3.32.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eapi7-ver gnome2
-
-DESCRIPTION="The GNOME Flashback Panel"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-panel/;
-
-LICENSE="GPL-2+ FDL-1.1 LGPL-2.1+"
-SLOT="0"
-IUSE="eds elogind systemd"
-REQUIRED_USE="^^ ( elogind systemd )"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=gnome-base/gnome-desktop-2.91.0:3=
-   >=x11-libs/gdk-pixbuf-2.26.0:2
-   >=x11-libs/pango-1.15.4
-   >=dev-libs/glib-2.45.3:2
-   >=x11-libs/gtk+-3.22.0:3[X]
-   >=x11-libs/libwnck-3.4.6:3
-   >=gnome-base/gnome-menus-3.7.90:3
-   eds? ( >=gnome-extra/evolution-data-server-3.5.3:=
-   =sys-auth/elogind-230 )
-   systemd? ( >=sys-apps/systemd-230:= )
-   >=x11-libs/cairo-1.0.0[X,glib]
-   >=dev-libs/libgweather-3.28.0:2=
-   >=gnome-base/dconf-0.13.4
-   >=x11-libs/libXrandr-1.3.0
-   gnome-base/gdm
-   x11-libs/libX11
-   sys-auth/polkit
-   x11-libs/libXi
-"
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.25
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   x11-base/xorg-proto
-" # yelp-tools and autoconf-archive for eautoreconf
-
-src_configure() {
-   local myconf=(
-   --disable-static
-   $(use_enable eds)
-   )
-
-   # Below elogind MENU_* pkg-config calls need to match up with what 
upstream has
-   # each version (libsystemd replaced with libelogind). Explicit 
per-version die
-   # to force a manual recheck. Only update the explicit version if the
-   # "PKG_CHECK_MODULES([MENU], ...)" block did not change; otherwise 
adjust
-   # elogind conditional block below accordingly first.
-   if ver_test ${PV} -ne 3.32.0; then
-   die "Maintainer has not checked over packages MENU pkg-config 
deps for elogind support"
-   fi
-
-   if use elogind; then
-   myconf+=(
-   MENU_CFLAGS=`pkg-config --cflags gdm gio-unix-2.0 
gtk+-3.0 libgnome-menu-3.0 libelogind 2>/dev/null`
-   MENU_LIBS=`pkg-config --libs gdm gio-unix-2.0 gtk+-3.0 
libgnome-menu-3.0 libelogind 2>/dev/null`
-   )
-   fi
-
-   gnome2_src_configure "${myconf[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/alpha/

2020-04-25 Thread Mart Raudsepp
commit: 592136425d0c73a01c77dc012fe91fae2fabaf04
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 21:13:53 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 21:13:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59213642

profiles/arch/alpha: mask x11-terms/gnome-terminal[gnome-shell]

gnome-shell had its keywords dropped

Signed-off-by: Mart Raudsepp  gentoo.org>

 profiles/arch/alpha/package.use.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 98cae5d6c2d..cd460912df6 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Mart Raudsepp  (2020-04-25)
+# gnome-base/gnome-shell not keyworded on alpha
+# anymore, bug #677176
+x11-terms/gnome-terminal gnome-shell
+
 # Mart Raudsepp  (2020-04-25)
 # gnome-base/gnome-control-center not keyworded on alpha
 # anymore, bug #692802



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/chrome-gnome-shell/

2020-04-25 Thread Mart Raudsepp
commit: 5ed11843ca63433389d6f73f3fb2af591e8ca926
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 21:11:07 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 21:11:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed11843

gnome-extra/chrome-gnome-shell: drop alpha keywords

Needs gnome-shell, which had ancient version with alpha keywords
removed.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r3.ebuild | 2 +-
 gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r3.ebuild 
b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r3.ebuild
index 30e3cf8e311..1db1d00076b 100644
--- a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r3.ebuild
+++ b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnome/sources/${PN}/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE=""
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"

diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild 
b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild
index a662003e31c..742c547f856 100644
--- a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild
+++ b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnome/sources/${PN}/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: app-misc/tracker-miners/

2020-04-25 Thread Mart Raudsepp
commit: 194979dbcde74b37d524cc0e7a3478717795e2f1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 20:29:10 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:29:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=194979db

app-misc/tracker-miners: fix non-maintainer non-acked introduced typo

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-misc/tracker-miners/tracker-miners-2.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/tracker-miners/tracker-miners-2.3.3.ebuild 
b/app-misc/tracker-miners/tracker-miners-2.3.3.ebuild
index 7e3b06ee005..55256eea7a2 100644
--- a/app-misc/tracker-miners/tracker-miners-2.3.3.ebuild
+++ b/app-misc/tracker-miners/tracker-miners-2.3.3.ebuild
@@ -13,7 +13,7 @@ LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
 IUSE="cue exif ffmpeg gif gsf +gstreamer iptc +iso +jpeg +pdf +playlist raw 
+rss seccomp test +tiff upower +xml xmp xps"
 
-REQUIRED_USE="cue? ( gstreamer )" # cue is currently only supported via 
gstreamer, not ffmpe
+REQUIRED_USE="cue? ( gstreamer )" # cue is currently only supported via 
gstreamer, not ffmpeg
 RESTRICT="!test? ( test )"
 
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: media-sound/potamus/

2020-04-25 Thread Mikle Kolyada
commit: 8d3fb2c62ffc6b1e7a95c8242aa427748bc1fed2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Apr 25 20:24:53 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Apr 25 20:24:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3fb2c6

media-sound/potamus: migrate from libav

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 media-sound/potamus/potamus-16.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/media-sound/potamus/potamus-16.ebuild 
b/media-sound/potamus/potamus-16.ebuild
index 8a71e5f2393..fe984ebe363 100644
--- a/media-sound/potamus/potamus-16.ebuild
+++ b/media-sound/potamus/potamus-16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://offog.org/files/${P}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="+ao audiofile flac jack libav mad modplug opus vorbis"
+IUSE="+ao audiofile flac jack mad modplug opus vorbis"
 
 RDEPEND="
x11-libs/gtk+:2
@@ -21,8 +21,7 @@ RDEPEND="
audiofile? ( media-libs/audiofile )
flac? ( media-libs/flac )
jack? ( media-sound/jack-audio-connection-kit )
-   libav? ( media-video/libav:= )
-   !libav? ( >=media-video/ffmpeg-2.8:0= )
+   >=media-video/ffmpeg-2.8:0=
mad? ( media-libs/libmad )
modplug? ( media-libs/libmodplug )
opus? ( media-libs/opusfile )



[gentoo-commits] repo/gentoo:master commit in: media-video/guvcview/

2020-04-25 Thread Mikle Kolyada
commit: c0f9bd257b583c5b61d6a95f6b45c7f3fc34196a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Apr 25 20:22:29 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Apr 25 20:22:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f9bd25

media-video/guvcview: migrate from libav

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 media-video/guvcview/guvcview-2.0.6.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/media-video/guvcview/guvcview-2.0.6.ebuild 
b/media-video/guvcview/guvcview-2.0.6.ebuild
index 92634f1db14..47722fac035 100644
--- a/media-video/guvcview/guvcview-2.0.6.ebuild
+++ b/media-video/guvcview/guvcview-2.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="gsl libav pulseaudio qt5"
+IUSE="gsl pulseaudio qt5"
 
 RDEPEND="
>=dev-libs/glib-2.10
@@ -26,8 +26,7 @@ RDEPEND="
virtual/libusb:1
virtual/udev
gsl? ( >=sci-libs/gsl-1.15 )
-   !libav? ( >=media-video/ffmpeg-2.8:0= )
-   libav? ( media-video/libav:= )
+   >=media-video/ffmpeg-2.8:0=
pulseaudio? ( >=media-sound/pulseaudio-0.9.15 )
qt5? (
dev-qt/qtcore:5



[gentoo-commits] repo/gentoo:master commit in: net-misc/dleyna-server/files/, net-misc/dleyna-server/

2020-04-25 Thread Mart Raudsepp
commit: 091d4c1762f2d1c47c9ec6d5434cb4409a876106
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 20:07:29 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=091d4c17

net-misc/dleyna-server: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-misc/dleyna-server/Manifest|  1 -
 net-misc/dleyna-server/dleyna-server-0.5.0.ebuild  | 40 --
 ...5.0-fix-references-to-GUPnPContextManager.patch | 13 ---
 3 files changed, 54 deletions(-)

diff --git a/net-misc/dleyna-server/Manifest b/net-misc/dleyna-server/Manifest
index cd2cf3d5882..5b44ab69016 100644
--- a/net-misc/dleyna-server/Manifest
+++ b/net-misc/dleyna-server/Manifest
@@ -1,2 +1 @@
-DIST dleyna-server-0.5.0.tar.gz 412938 BLAKE2B 
532e1a418708d84dabd98670d84c865b6f69252cbd851504bd2d75bbbf683b699a47513a6ae994f809f3993a67815d5a3ee53683a016448c76d604fed040aceb
 SHA512 
30bafd14c9b85406efc21dd078bce80ed10927ef2728c4535990654b6c279549c5a89099d9266cd1e22a2f574006d2c9cfec8e3e79109c2e760d8ab4609cf398
 DIST dleyna-server-0.6.0.tar.gz 107573 BLAKE2B 
c2460d20ac12d377170fc1292efa48ccec218b7c8e6f2d463a159bda801a7e9a5cfd239e51bcf9d997124a0a9ff305f3a4047228d54a55b26407fb1e37b2e238
 SHA512 
5fecc48f72afdac46da04d1785cf49384ed84b078802e4703cd86dc8e2c5db64df0232f66b73c73b3f358f7248117cd00fa4652397619d87f8f4a305e047306c

diff --git a/net-misc/dleyna-server/dleyna-server-0.5.0.ebuild 
b/net-misc/dleyna-server/dleyna-server-0.5.0.ebuild
deleted file mode 100644
index 658b58777b1..000
--- a/net-misc/dleyna-server/dleyna-server-0.5.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils ltprune
-
-DESCRIPTION="library for implementing services that allow clients to discover, 
browse and manipulate DLNA Servers"
-HOMEPAGE="https://01.org/dleyna/;
-SRC_URI="https://01.org/sites/default/files/downloads/dleyna/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.28:2
-   dev-libs/libxml2
-   >=media-libs/gupnp-dlna-0.9.4:2.0
-   >=net-libs/dleyna-core-0.5
-   >=net-libs/gssdp-0.13.2:0/3
-   >=net-libs/gupnp-0.20.3:0/4
-   >=net-libs/gupnp-av-0.11.5
-   >=net-libs/libsoup-2.28.2:2.4
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # Fix build with recent gupnp, bug #597952
-   epatch "${FILESDIR}"/${P}-fix-references-to-GUPnPContextManager.patch
-   default
-}
-
-src_install() {
-   default
-   prune_libtool_files
-}

diff --git 
a/net-misc/dleyna-server/files/dleyna-server-0.5.0-fix-references-to-GUPnPContextManager.patch
 
b/net-misc/dleyna-server/files/dleyna-server-0.5.0-fix-references-to-GUPnPContextManager.patch
deleted file mode 100644
index 9efb1feb190..000
--- 
a/net-misc/dleyna-server/files/dleyna-server-0.5.0-fix-references-to-GUPnPContextManager.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Fix build with recent gupnp version
-
-Gentoo-Bug: 597952
 a/libdleyna/server/upnp.h
-+++ b/libdleyna/server/upnp.h
-@@ -24,6 +24,7 @@
- #define DLS_UPNP_H__
- 
- #include 
-+#include 
- 
- #include "client.h"
- #include "async.h"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/simple-scan/, media-gfx/simple-scan/files/

2020-04-25 Thread Mart Raudsepp
commit: 1037bbc547ae7b779503f4cbfae592e53c43d73e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 19:52:36 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1037bbc5

media-gfx/simple-scan: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/simple-scan/Manifest |  2 -
 .../simple-scan-3.32.2-unasigned-variable.patch| 39 
 media-gfx/simple-scan/simple-scan-3.32.2.1.ebuild  | 74 --
 media-gfx/simple-scan/simple-scan-3.32.2.ebuild| 74 --
 4 files changed, 189 deletions(-)

diff --git a/media-gfx/simple-scan/Manifest b/media-gfx/simple-scan/Manifest
index 90d5c5d4030..82db67e594f 100644
--- a/media-gfx/simple-scan/Manifest
+++ b/media-gfx/simple-scan/Manifest
@@ -1,3 +1 @@
-DIST simple-scan-3.32.2.1.tar.xz 790848 BLAKE2B 
ded17193c29698a4e07e3d82689fbf84babceb36b2dedb09da5e81ed35399084d6db5b448d3bed56af559a6dc9c8708b4cda1730a248a094e005755b7dd49e95
 SHA512 
c49620c4be4289b18c792e35a01494a56a28b46e4f246a4c58203cf86cd34a1aa8f42738ef8b50ae6e99150630ec60f999b2000a8ee9674abc4f307db4c6c0cb
-DIST simple-scan-3.32.2.tar.xz 790800 BLAKE2B 
98e502cbc280285dbe20a0c843d5f8d8b38707e973f2ba6aba2ccef9d739165371f5f30d7d6658853c5a6a280ba2919a98acd02b4757b4e881f96d5a7b53449b
 SHA512 
10322ae72461efe43a4e230443c3aca24aff6f0cab07750c6eab9ebb718889e51d8c77ff722c337f333a8952ac84f69d03ad88eedfd4432ef11f7c7493170e14
 DIST simple-scan-3.34.4.tar.xz 795228 BLAKE2B 
b6f185bfbc1954ae2573fd1dcfa54f67e26290654c1019bfd34c229235e27cfc1eb40de0e6d5249f97b73c57745e1133fbd6fd1c3f9bdedb795b61068d5ed25d
 SHA512 
b16b653e0a8ce399ecbdb88c4663d7780793518809eb73681c9c6281b9cde784167090c41720b21c184b9fdece28b07ba61fe8a97f10d792cc7326a458741ba4

diff --git 
a/media-gfx/simple-scan/files/simple-scan-3.32.2-unasigned-variable.patch 
b/media-gfx/simple-scan/files/simple-scan-3.32.2-unasigned-variable.patch
deleted file mode 100644
index 9ba4aa72134..000
--- a/media-gfx/simple-scan/files/simple-scan-3.32.2-unasigned-variable.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 47d3532459863e3b0bc1c7fd3a200f612863c814 Mon Sep 17 00:00:00 2001
-From: Rico Tzschichholz 
-Date: Sat, 14 Sep 2019 20:03:47 +0200
-Subject: [PATCH] libwepmix: Fix use of possibly unassigned local variable
- 'data'
-

- src/libwebpmux.vapi | 8 ++--
- 1 file changed, 2 insertions(+), 6 deletions(-)
-
-diff --git a/src/libwebpmux.vapi b/src/libwebpmux.vapi
-index f2461a2..42d2886 100644
 a/src/libwebpmux.vapi
-+++ b/src/libwebpmux.vapi
-@@ -61,9 +61,7 @@ namespace WebP
- [CCode (cname = "vala_set_image")]
- public MuxError set_image (uint8[] bitstream, bool copy_data)
- {
--Data data;
--data.bytes = bitstream;
--data.size = bitstream.length;
-+Data data = { bitstream, bitstream.length };
- return _set_image (data, copy_data);
- }
- 
-@@ -89,9 +87,7 @@ namespace WebP
- public MuxError set_chunk (string fourcc, uint8[] chunk_data, bool 
copy_data)
- requires (fourcc.length == 4)
- {
--Data data;
--data.bytes = chunk_data;
--data.size = chunk_data.length;
-+Data data = { chunk_data ,chunk_data.length };
- return _set_chunk ((uchar[]) fourcc, data, copy_data);
- }
- 
--- 
-2.22.0
-

diff --git a/media-gfx/simple-scan/simple-scan-3.32.2.1.ebuild 
b/media-gfx/simple-scan/simple-scan-3.32.2.1.ebuild
deleted file mode 100644
index a353c280205..000
--- a/media-gfx/simple-scan/simple-scan-3.32.2.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_MIN_API_VERSION="0.34"
-
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="Simple document scanning utility"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/simple-scan;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-IUSE="colord webp" # packagekit
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.38:2
-   >=x11-libs/gtk+-3.22:3
-   >=sys-libs/zlib-1.2.3.1:=
-   x11-libs/cairo:=
-   x11-libs/gdk-pixbuf:2
-   >=dev-libs/libgusb-0.2.7
-   colord? ( >=x11-misc/colord-0.1.24:=[udev] )
-   webp? ( media-libs/libwebp )
-   >=media-gfx/sane-backends-1.0.20:=
-
-   virtual/jpeg:0=
-"
-# packagekit? ( >=app-admin/packagekit-base-1.1.5 )
-RDEPEND="${COMMON_DEPEND}
-   x11-misc/xdg-utils
-"
-DEPEND="${COMMON_DEPEND}
-   $(vala_depend)
-   dev-libs/libxml2:2
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   >=dev-libs/libgusb-0.2.7[vala]
-   colord? ( >=x11-misc/colord-0.1.24:=[vala] )
-"
-
-PATCHES=(
-   # Add control for optional dependencies
-   

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/yelp/

2020-04-25 Thread Mart Raudsepp
commit: 05de1a7681957c88fc7aebcb77a39f21e4ab483d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 19:45:38 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05de1a76

gnome-extra/yelp: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/yelp/Manifest   |  1 -
 gnome-extra/yelp/yelp-3.32.2.ebuild | 59 -
 2 files changed, 60 deletions(-)

diff --git a/gnome-extra/yelp/Manifest b/gnome-extra/yelp/Manifest
index c602d09bfb1..fc54f9f2dbf 100644
--- a/gnome-extra/yelp/Manifest
+++ b/gnome-extra/yelp/Manifest
@@ -1,2 +1 @@
-DIST yelp-3.32.2.tar.xz 1538964 BLAKE2B 
f4d7947f29b40bc033e2d3e010c39f8ff43de765bc4a2c446f02beab4888ded287681db2c140951f19aa9075aceff6f08658d0f434b5cd9d39e7e53e6cc00c31
 SHA512 
be0e2a7919ba8aef8eeb13e4d195e745afcd113350b32bad5ccf204f544107bebcadee364508402ad7906dd5484b9f21288ae13edcaab47a02b54e31f3379cfd
 DIST yelp-3.34.0.tar.xz 1538980 BLAKE2B 
5b9af7a0f1b334555d6a4af2aff658a20e1b703f67663437fe4a967d5501382b23b2c8247908a232c79ec93fd6c7e1634816b3ce34eb11e609f4a6734ab06f4c
 SHA512 
799a55df98bf176ee19e9b48ef321734b5df9d8c83bdb5c8c910b3def214039c8730a079d032b88dcc886c70418abb968c85c5c998b8ac340fc5ce27e6228eaf

diff --git a/gnome-extra/yelp/yelp-3.32.2.ebuild 
b/gnome-extra/yelp/yelp-3.32.2.ebuild
deleted file mode 100644
index 4c02512ae6d..000
--- a/gnome-extra/yelp/yelp-3.32.2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit autotools gnome2
-
-DESCRIPTION="Help browser for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Yelp;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
-
-RDEPEND="
-   app-arch/bzip2:=
-   >=app-arch/xz-utils-4.9:=
-   dev-db/sqlite:3=
-   >=dev-libs/glib-2.38:2
-   >=dev-libs/libxml2-2.6.5:2
-   >=dev-libs/libxslt-1.1.4
-   >=gnome-extra/yelp-xsl-3.27.1
-   >=net-libs/webkit-gtk-2.19.2:4
-   >=x11-libs/gtk+-3.13.3:3
-   x11-themes/adwaita-icon-theme
-"
-DEPEND="${RDEPEND}
-   dev-libs/appstream-glib
-   >=dev-util/gtk-doc-am-1.13
-   dev-util/glib-utils
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # Fix compatibility with Gentoo's sys-apps/man
-   # https://bugzilla.gnome.org/show_bug.cgi?id=648854
-   eapply "${FILESDIR}"/${PN}-3.20.0-man-compatibility.patch
-
-   eautoreconf
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   --enable-bz2 \
-   --enable-lzma \
-   APPSTREAM_UTIL=""
-}
-
-src_install() {
-   gnome2_src_install
-   exeinto /usr/libexec/
-   doexe "${S}"/libyelp/yelp-groff
-}



[gentoo-commits] repo/gentoo:master commit in: media-video/totem/files/, media-video/totem/

2020-04-25 Thread Mart Raudsepp
commit: b399cfb53be34d480a8fdd6e9290d7eb91edc8fd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 20:02:49 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b399cfb5

media-video/totem: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-video/totem/Manifest |   1 -
 .../totem/files/3.26-gst-inspect-sandbox.patch |  42 ---
 .../totem/files/3.32.1-control-plugins.patch   | 124 
 media-video/totem/metadata.xml |   2 -
 media-video/totem/totem-3.32.1-r2.ebuild   | 127 -
 5 files changed, 296 deletions(-)

diff --git a/media-video/totem/Manifest b/media-video/totem/Manifest
index bbb2b5465a9..5b4ecf3ff76 100644
--- a/media-video/totem/Manifest
+++ b/media-video/totem/Manifest
@@ -1,2 +1 @@
-DIST totem-3.32.1.tar.xz 2154892 BLAKE2B 
ff9ec2facbada0f72ae82bbb35d03e82b574be02d7c1f1d4c4dd3262e2b302d3430ba953cd9f4b4e1d1e5151f9b5987986c7ea387a7f5d6667eb931d41805659
 SHA512 
31a3e3ac7628b992da3cf99570d013eb8b972e28465db30a9ec68291f8e19ab498d89df6275228367a7e3e43121bcebda2654f2b0461a9d1d561cf46e0029f67
 DIST totem-3.34.1.tar.xz 2157160 BLAKE2B 
9ae9c8f6485c7377af07803c328e8ea3cc6fa80d8e30a7045bd2b50f7bc3d5a12582e5b60d901d22683f89e994c619c26ddb8b0890e343c873d4457fa177786d
 SHA512 
9a3556f5cf522fca29926db185c2e5d25bdb80a25e14d0ba3062a7f15fc3ec40ae9f25752763bc444d4fd82ec2098efd732da662a1b1c5923ec19fde432606db

diff --git a/media-video/totem/files/3.26-gst-inspect-sandbox.patch 
b/media-video/totem/files/3.26-gst-inspect-sandbox.patch
deleted file mode 100644
index 016368a69b9..000
--- a/media-video/totem/files/3.26-gst-inspect-sandbox.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 742b64b7a74eabd67344ef1cc260427dc402588f Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue 
-Date: Thu, 7 Jun 2018 23:47:48 +0200
-Subject: [PATCH 5/5] Make gst-inspect calls optional at build-time
-
-Crashes on Gentoo due to plugins trying to access dri nodes which are sandboxed

- meson_options.txt   | 1 +
- src/backend/meson.build | 2 ++
- 2 files changed, 3 insertions(+)
-
-diff --git a/meson_options.txt b/meson_options.txt
-index 6e056952..631b8cca 100644
 a/meson_options.txt
-+++ b/meson_options.txt
-@@ -32,3 +32,4 @@ option('enable-nautilus', type: 'combo', choices: ['yes', 
'no', 'auto'], value:
- option('with-nautilusdir', type: 'string', value: '', description: 
'Installation path for Nautilus extension')
- option('enable-gtk-doc', type: 'boolean', value: false, description: 'use 
gtk-doc to build documentation')
- option('enable-introspection', type: 'combo', choices: ['yes', 'no', 'auto'], 
value: 'auto', description: 'Enable GObject Introspection (depends on GObject)')
-+option('gst-inspect', type: 'boolean', value: true, description: 'build-time 
test of available gstreamer plugins')
-diff --git a/src/backend/meson.build b/src/backend/meson.build
-index 28c8e123..55037a6a 100644
 a/src/backend/meson.build
-+++ b/src/backend/meson.build
-@@ -1,5 +1,6 @@
- backend_inc = include_directories('.')
- 
-+if get_option('gst-inspect')
- gst_inspect = find_program(
-   'gst-inspect-1.0',
-   join_paths(gst_dep.get_pkgconfig_variable('toolsdir'), 'gst-inspect-1.0'),
-@@ -31,6 +32,7 @@ foreach plugin: gst_good_plugins
-   assert(r.returncode() == 0,
-  'Cannot find required GStreamer-1.0 plugin "' + plugin + '". It 
should be part of gst-plugins-good. Please install it.')
- endforeach
-+endif
- 
- sources = files(
-   'bacon-time-label.c',
--- 
-2.17.0
-

diff --git a/media-video/totem/files/3.32.1-control-plugins.patch 
b/media-video/totem/files/3.32.1-control-plugins.patch
deleted file mode 100644
index 2abcd75bac5..000
--- a/media-video/totem/files/3.32.1-control-plugins.patch
+++ /dev/null
@@ -1,124 +0,0 @@
-From 4944c498633f913c07a2680563a64d47c233630d Mon Sep 17 00:00:00 2001
-From: Sobhan Mohammadpour 
-Date: Sun, 14 Jul 2019 20:18:45 -0400
-Subject: [PATCH] 3.32.1 control plugins
-
-update From 5bdfac8a4a34e3edec05439fa3cd5544e0515e24 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?R=C3=A9mi=20Cardona?= 
-Date: Sun, 10 Jun 2018 10:09:16 +0200
-Subject: [PATCH] Allow full control over which plugins are built

- meson_options.txt   | 24 +++-
- src/plugins/meson.build | 30 +-
- 2 files changed, 44 insertions(+), 10 deletions(-)
-
-diff --git a/meson_options.txt b/meson_options.txt
-index e1c5909..085380e 100644
 a/meson_options.txt
-+++ b/meson_options.txt
-@@ -1,5 +1,27 @@
- option('enable-easy-codec-installation', type: 'combo', choices: ['yes', 
'no', 'auto'], value: 'auto', description: 'Whether to enable easy codec 
installation support for GStreamer')
- option('enable-python', type: 'combo', choices: ['yes', 'no', 'auto'], value: 
'auto', description: 

[gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna-connector-dbus/

2020-04-25 Thread Mart Raudsepp
commit: 3bc92e23c2efe3f42f3f4de20b62c0d654002871
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 20:04:57 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc92e23

net-libs/dleyna-connector-dbus: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-libs/dleyna-connector-dbus/Manifest|  1 -
 .../dleyna-connector-dbus-0.2.0.ebuild | 29 --
 2 files changed, 30 deletions(-)

diff --git a/net-libs/dleyna-connector-dbus/Manifest 
b/net-libs/dleyna-connector-dbus/Manifest
index 312a967cb2a..2643ad0192c 100644
--- a/net-libs/dleyna-connector-dbus/Manifest
+++ b/net-libs/dleyna-connector-dbus/Manifest
@@ -1,2 +1 @@
-DIST dleyna-connector-dbus-0.2.0.tar.gz 324464 BLAKE2B 
f97452490787180f51054c32894ce876b5cc500f39dfc11c8c63052c9eed53ce9bb049e1b725a729e1598b162baecc39d19660616c78823d9f7edf90b4955e30
 SHA512 
0a1fc71fe299b295e86e47f2e356c89abc77f710e84bebe0f26fdb2ccbba5e693d5c8fc73133d46d902ba700f4369ade988f571ae7475f3325d5d5cce382f1d2
 DIST dleyna-connector-dbus-0.3.0.tar.gz 17306 BLAKE2B 
b019066f31d6e050b130164e9b3a9dd8e29317db1f93e85c257e1f6f6af7c3310d2fb685d99f12d6eaa00ba983e6e1e88b6d6ae2bf533b117bde16b6d36bde32
 SHA512 
f1edba6a835575daadb0cc544e0ce5e89bde278d2fbb6802211d3e064e478a3dcb88a2b6d6cbc6b2794a63daf64d33f50795ec67bcd8f00281dbcabcbdbc0468

diff --git a/net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.2.0.ebuild 
b/net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.2.0.ebuild
deleted file mode 100644
index 06c1e001adb..000
--- a/net-libs/dleyna-connector-dbus/dleyna-connector-dbus-0.2.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils ltprune
-
-DESCRIPTION="utility library for higher level dLeyna libraries"
-HOMEPAGE="https://01.org/dleyna/;
-SRC_URI="https://01.org/sites/default/files/downloads/dleyna/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="1.0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.28:2
-   >=net-libs/dleyna-core-0.2.1:1.0
-   >=sys-apps/dbus-1
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_install() {
-   default
-   prune_libtool_files
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-screenshot/

2020-04-25 Thread Mart Raudsepp
commit: dd62fc71266d22549a6395ab4205a3212e62a787
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 19:52:03 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd62fc71

media-gfx/gnome-screenshot: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/gnome-screenshot/Manifest|  1 -
 .../gnome-screenshot-3.32.0.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/media-gfx/gnome-screenshot/Manifest 
b/media-gfx/gnome-screenshot/Manifest
index 679c6df979f..329b57d7c9b 100644
--- a/media-gfx/gnome-screenshot/Manifest
+++ b/media-gfx/gnome-screenshot/Manifest
@@ -1,2 +1 @@
-DIST gnome-screenshot-3.32.0.tar.xz 228876 BLAKE2B 
a7f742cf67815428da3013db23d36b34f52bf99c3d77002cac9243d2f5c5c5c1828cb92a34e0541d18c57f357d39f876a815d7caa432f92704c749a431faae95
 SHA512 
2747f3cc6ff6df6db6d64c9c13f7d7e3c0bf738cdace2850869c1158d23d02dd03b55e6704c9540f1e5b789626ea07741a0030ce3b06dd70c09f2fb2afa79c61
 DIST gnome-screenshot-3.36.0.tar.xz 231420 BLAKE2B 
ce916d4d221252f47c84ebdec52ddcc2e25c2481df848cb6199842857c7ba537f56c22bdcb2a8e5b988d767fbc242d0c727119bc1ae9d569644eae15688aebf5
 SHA512 
fda599e7c50b37d8356352085b2f45f3b8c868af897352810998e127bd7333d5a1383369ec1cb980064f7e0aafa0e01bc5cdb31563ea56b1a7e4099fc18cc6b4

diff --git a/media-gfx/gnome-screenshot/gnome-screenshot-3.32.0.ebuild 
b/media-gfx/gnome-screenshot/gnome-screenshot-3.32.0.ebuild
deleted file mode 100644
index 521236d8c9c..000
--- a/media-gfx/gnome-screenshot/gnome-screenshot-3.32.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome.org gnome2-utils meson readme.gentoo-r1 xdg
-
-DESCRIPTION="Screenshot utility for GNOME"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-screenshot;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
-
-# libcanberra 0.26-r2 is needed for gtk+:3 fixes
-DEPEND="
-   x11-libs/libX11
-   x11-libs/libXext
-   >=dev-libs/glib-2.35.1:2[dbus]
-   >=x11-libs/gtk+-3.12.0:3
-   >=media-libs/libcanberra-0.26-r2[gtk3]
-"
-RDEPEND="${DEPEND}
-   >=gnome-base/gsettings-desktop-schemas-0.1.0
-"
-BDEPEND="
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   x11-base/xorg-proto
-"
-
-DOC_CONTENTS="${P} saves screenshots in ~/Pictures/ and defaults to
-   non-interactive mode when launched from a terminal. If you want to 
choose
-   where to save the screenshot, run 'gnome-screenshot --interactive'"
-
-src_install() {
-   meson_src_install
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-   readme.gentoo_print_elog
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna-renderer/

2020-04-25 Thread Mart Raudsepp
commit: 6d74e3967a2620ac152c6befe4672eb580340e21
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 20:05:21 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d74e396

net-libs/dleyna-renderer: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-libs/dleyna-renderer/Manifest  |  1 -
 .../dleyna-renderer/dleyna-renderer-0.5.0.ebuild   | 36 --
 2 files changed, 37 deletions(-)

diff --git a/net-libs/dleyna-renderer/Manifest 
b/net-libs/dleyna-renderer/Manifest
index 96110f36ad4..5faeab30d79 100644
--- a/net-libs/dleyna-renderer/Manifest
+++ b/net-libs/dleyna-renderer/Manifest
@@ -1,2 +1 @@
-DIST dleyna-renderer-0.5.0.tar.gz 378208 BLAKE2B 
4a1b9e28310c2dd13baa9dccc1f35b2190b6af852da5a3a7ee77766affd7c52312e68b34a881652f3dbf6f71f0e25a69988ed2ff6ce897dc4f74c60793e06359
 SHA512 
28802057d6e0b7da24fd8abb11748faeb78ea6ef15ce85d83907497ff252c86cec1072a919e64bab6df0a375e0092c1281569802515fb87d9dc083098f1d4820
 DIST dleyna-renderer-0.6.0.tar.gz 65566 BLAKE2B 
cfd2b5a08b2e5c6e15006e722c4878281bf7f4b6d8a9bd317ec5b27fc1568a2ca891af2ac2fc3c230f65e9920bd524b4fbaf43631192b079b2aea051783d2b8a
 SHA512 
f4cb6c658bfaf620962eb6b84ab6b41be1bb8455ac1ff358db7fcf3db7f5c4e2130bb7b0e5201005c738e892aabf25b3cf2a3e1cc1f4a9ef9d834789b87c0183

diff --git a/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild 
b/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild
deleted file mode 100644
index c6d747523d8..000
--- a/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils ltprune
-
-DESCRIPTION="library implementing services that allow clients to discover and 
manipulate DLNA renderers"
-HOMEPAGE="https://01.org/dleyna/;
-SRC_URI="https://01.org/sites/default/files/downloads/dleyna/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.28:2
-   >=media-libs/gupnp-dlna-0.9.4:2.0
-   >=net-libs/dleyna-core-0.5
-   >=net-libs/gssdp-0.13.2:0/3
-   >=net-libs/gupnp-0.20.5:0/4
-   >=net-libs/gupnp-av-0.11.5
-   >=net-libs/libsoup-2.28.2:2.4
-"
-RDEPEND="${COMMON_DEPEND}
-   net-libs/dleyna-connector-dbus
-"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-"
-
-src_install() {
-   default
-   prune_libtool_files
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/gnome-sound-recorder/

2020-04-25 Thread Mart Raudsepp
commit: 797bb12fdccf5506a7dbed84dd75cb51bf85eb57
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 20:14:43 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797bb12f

media-sound/gnome-sound-recorder: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-sound/gnome-sound-recorder/Manifest  |  1 -
 .../gnome-sound-recorder-3.28.2.ebuild | 44 --
 2 files changed, 45 deletions(-)

diff --git a/media-sound/gnome-sound-recorder/Manifest 
b/media-sound/gnome-sound-recorder/Manifest
index e78c5082b87..ad7eb8afc50 100644
--- a/media-sound/gnome-sound-recorder/Manifest
+++ b/media-sound/gnome-sound-recorder/Manifest
@@ -1,2 +1 @@
-DIST gnome-sound-recorder-3.28.2.tar.xz 454216 BLAKE2B 
9f9a5a7c0a5a34c2a5ba00ed6d83736a0facb2dd7ffbe86b9c482e7bc50b282f9e20a8800591238e74a45c3c8eb2adf27c66dea59d0551d87c8997b2ef53d24c
 SHA512 
1f4022d96d636391d4973bdc1285286a61a28107b9f875e66b4b2def767b4f2900ba2fe4b92166b1cdb61dc0b5afe65c0f81ffa7304aa38c1f510108dcd8b70f
 DIST gnome-sound-recorder-3.34.0.tar.xz 133808 BLAKE2B 
2e8b83eb58776324717fcbeb8e0383ef3370e394f26978b1367bff22eaef3d9143eef65cd5c678bc25a67b32ed8d1c9e838ce63b0e2868f2ddb88805a5c43c5c
 SHA512 
cb28f1f93f78cae5cc98750f937f60abb326065cdbbb1ee48146daceb9e34f03bc9bf4d78b7a149e579654673b9879fb249fd5a370a19764f01961c565b901ee

diff --git 
a/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.28.2.ebuild 
b/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.28.2.ebuild
deleted file mode 100644
index 285fecc6e10..000
--- a/media-sound/gnome-sound-recorder/gnome-sound-recorder-3.28.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Simple sound recorder"
-HOMEPAGE="https://wiki.gnome.org/Design/Apps/SoundRecorder;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPEND="
-   dev-libs/gjs
-   >=dev-libs/glib-2.46:2
-   >=dev-libs/gobject-introspection-1.31.6
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.12:3[introspection]
-"
-RDEPEND="${COMMON_DEPEND}
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-base:1.0[introspection,ogg]
-   media-libs/gst-plugins-bad:1.0
-   media-libs/gst-plugins-good:1.0
-   media-plugins/gst-plugins-flac:1.0
-   media-plugins/gst-plugins-pulse:1.0
-
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.26
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   gnome2_src_prepare
-
-   # FIXME: upstream should provide a way to set GST_INSPECT, bug #358755 
& co.
-   # gst-inspect causes sandbox violations when a plugin needs write 
access to
-   # /dev/dri/card* in its init phase.
-   sed -e "s|\(gst10_inspect=\).*|\1$(type -P true)|" \
-   -i configure || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/geocode-glib/

2020-04-25 Thread Mart Raudsepp
commit: a5eace02c8249a3c5723f9b90c63b28c69fd139e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 20:10:36 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5eace02

sci-geosciences/geocode-glib: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 sci-geosciences/geocode-glib/Manifest  |  1 -
 .../geocode-glib/geocode-glib-3.26.1.ebuild| 43 --
 2 files changed, 44 deletions(-)

diff --git a/sci-geosciences/geocode-glib/Manifest 
b/sci-geosciences/geocode-glib/Manifest
index 3857821ba63..373e7b16b67 100644
--- a/sci-geosciences/geocode-glib/Manifest
+++ b/sci-geosciences/geocode-glib/Manifest
@@ -1,2 +1 @@
-DIST geocode-glib-3.26.1.tar.xz 75296 BLAKE2B 
68e42868edfd73db94d16dcc754eea1ee736ad910c5180616ba351cc50b682cd3b7ea4a64c9e1296af315298f68ea850a1773c4a05955c1159a6038773aad184
 SHA512 
0eb8e8a668c3950d06e77a379d375e2297cf7d95435aa8212715ddc36c3a57a53192e75dd0c82a2f2e7e558ea0e903a477c9dfa54f8cd2805d048fe46265d621
 DIST geocode-glib-3.26.2.tar.xz 72956 BLAKE2B 
40a32fb0ba61cd91b28e57c518dc5450ce89a16889a335d19fe722c1088a4cdb085237d1fe24d08eeac62581ac68895a7a2b432d66f46fc4e03466485cfe5060
 SHA512 
b3ef81fac6959f6c4725ca721125cdafbbec69233f321872e17f9035266ed7616018ef54a9082fbd0a83395d18c664144cfe3b431d63744be433f058071cd435

diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.26.1.ebuild 
b/sci-geosciences/geocode-glib/geocode-glib-3.26.1.ebuild
deleted file mode 100644
index ab7bb6a37ef..000
--- a/sci-geosciences/geocode-glib/geocode-glib-3.26.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome.org meson xdg
-
-DESCRIPTION="GLib helper library for geocoding services"
-HOMEPAGE="https://git.gnome.org/browse/geocode-glib;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="gtk-doc +introspection test"
-
-RDEPEND="
-   >=dev-libs/glib-2.44:2
-   >=dev-libs/json-glib-0.99.2[introspection?]
-   >=net-libs/libsoup-2.42:2.4[introspection?]
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   gtk-doc? (
-   >=dev-util/gtk-doc-1.13
-   app-text/docbook-xml-dtd:4.3 )
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-RESTRICT="!test? ( test )"
-
-PATCHES=(
-   "${FILESDIR}"/disable-installed-tests.patch
-)
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use test enable-installed-tests) # Actual installation 
to live system is sedded out, but we need this for running them in src_test
-   $(meson_use introspection enable-introspection)
-   $(meson_use gtk-doc enable-gtk-doc)
-   )
-   meson_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/gupnp-tools/

2020-04-25 Thread Mart Raudsepp
commit: 614aebf1cda2e0b4310f3d3808e2dc5a6341b26a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 20:07:53 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=614aebf1

net-misc/gupnp-tools: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-misc/gupnp-tools/Manifest  |  1 -
 net-misc/gupnp-tools/gupnp-tools-0.8.14.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/net-misc/gupnp-tools/Manifest b/net-misc/gupnp-tools/Manifest
index 0cc1afaf87e..5d95a57fe1c 100644
--- a/net-misc/gupnp-tools/Manifest
+++ b/net-misc/gupnp-tools/Manifest
@@ -1,2 +1 @@
 DIST gupnp-tools-0.10.0.tar.xz 154792 BLAKE2B 
47ef726fd931006ca8f63277269a729cda2d91fca7acb7f99c7c20020a3b75452b176dd7ad0c54aaf667da24db7f777d3fe6e8a2496127fe15e4d12912ddea6a
 SHA512 
7fe9231a1ce9e1dea3d5d87df69dfb4014824ad286777cb7b5c93154df02c42e60e6aa239e34c4e0404d9a4a31c0172059110f7d004d7527b191bfa02ec552d7
-DIST gupnp-tools-0.8.14.tar.xz 558552 BLAKE2B 
a0f132722d14a1a0d35258ba2656e07e292c9ae1def256ff48e08d0526f3d665fe328464d5d836c5fb59936d592ed3cfc43c70870fbb88bfcdee74c3abe6f9e8
 SHA512 
746f12728c7d06d6fb2cab3f015c5d145ba8df45fb0ca8462a0d1c53db081f62ae7c39001604e73c2596f1584318680bf387a6f7751af7146b2b9c5c28651739

diff --git a/net-misc/gupnp-tools/gupnp-tools-0.8.14.ebuild 
b/net-misc/gupnp-tools/gupnp-tools-0.8.14.ebuild
deleted file mode 100644
index a5798803860..000
--- a/net-misc/gupnp-tools/gupnp-tools-0.8.14.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit gnome2
-
-DESCRIPTION="Free replacements of Intel UPnP tools that use GUPnP"
-HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.24:2
-   >=dev-libs/libxml2-2.4:2
-   >=net-libs/gssdp-0.13.3:0/3
-   >=net-libs/gupnp-0.20.14:0/4
-   >=net-libs/gupnp-av-0.5.5:0=
-   >=net-libs/libsoup-2.42:2.4
-   >=x11-libs/gtk+-3.10:3
-   >=x11-libs/gtksourceview-3.2:3.0
-"
-DEPEND="${RDEPEND}
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"



[gentoo-commits] repo/gentoo:master commit in: net-misc/rygel/

2020-04-25 Thread Mart Raudsepp
commit: 1d224b38738f9a6ffbaa32fe858360f57336f6db
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 20:08:32 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d224b38

net-misc/rygel: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-misc/rygel/Manifest|  1 -
 net-misc/rygel/rygel-0.36.2.ebuild | 81 --
 2 files changed, 82 deletions(-)

diff --git a/net-misc/rygel/Manifest b/net-misc/rygel/Manifest
index 3fa3336295f..3fa99a73764 100644
--- a/net-misc/rygel/Manifest
+++ b/net-misc/rygel/Manifest
@@ -1,2 +1 @@
-DIST rygel-0.36.2.tar.xz 4057356 BLAKE2B 
3ff1a0df12cdda694ded3a9a5c6d1495eaf0dff7133cbc84b73ad6bc767cd3a5e31ff8b579aff9c0de455f149e49dc972f7d93d64424d25501b02f2a02f66552
 SHA512 
8c079f83a00c9ad237b634e6274d27acc94a91adfa2829f0336b2485aa801e6898c30ec7268352247f1d12232d9ab3cb7a6f8215370f03aaff5323c4a8fdff7f
 DIST rygel-0.38.3.tar.xz 4106460 BLAKE2B 
38547cd28b0039440cf5e4a7381914c606479c1f26f91eb8af14276a6aa7d6267f0fba5b2af374ca3f0b933c683d569e26cbcec8cbdd15d620d57bd1ecf32c48
 SHA512 
787508f809e473dccc8461128c1b3b9d71b118008fa13660144f32ccb4b1ad02f41866ddf00343e102ed6f13552d34278917e14cf50c57ea3ffb6cf474f0ce58

diff --git a/net-misc/rygel/rygel-0.36.2.ebuild 
b/net-misc/rygel/rygel-0.36.2.ebuild
deleted file mode 100644
index f97d1762808..000
--- a/net-misc/rygel/rygel-0.36.2.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 systemd
-
-DESCRIPTION="Rygel is an open source UPnP/DLNA MediaServer"
-HOMEPAGE="https://wiki.gnome.org/Projects/Rygel;
-
-LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="X +introspection +sqlite tracker test transcode"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-libs/glib-2.40.0:2
-   >=dev-libs/libgee-0.8:0.8
-   >=dev-libs/libxml2-2.7:2
-   >=media-libs/gupnp-dlna-0.9.4:2.0
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   >=media-libs/libmediaart-0.7:2.0
-   media-plugins/gst-plugins-soup:1.0
-   >=net-libs/gssdp-0.14.15:0/3
-   >=net-libs/gupnp-0.20.14:0/4
-   >=net-libs/gupnp-av-0.12.8
-   >=net-libs/libsoup-2.44:2.4
-   >=sys-apps/util-linux-2.20
-   x11-misc/shared-mime-info
-   introspection? ( >=dev-libs/gobject-introspection-1.33.4:= )
-   sqlite? (
-   >=dev-db/sqlite-3.5:3
-   dev-libs/libunistring:=
-   x11-libs/gdk-pixbuf:2
-   )
-   tracker? ( app-misc/tracker:= )
-   transcode? (
-   media-libs/gst-plugins-bad:1.0
-   media-plugins/gst-plugins-twolame:1.0
-   media-plugins/gst-plugins-libav:1.0
-   )
-   X? ( >=x11-libs/gtk+-3:3 )
-"
-DEPEND="${RDEPEND}
-   dev-util/gtk-doc-am
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"
-# Maintainer only
-#   app-text/docbook-xsl-stylesheets
-#  >=dev-lang/vala-0.22
-#   dev-libs/libxslt
-
-src_prepare() {
-   # Disable test triggering call to gst-plugins-scanner which causes
-   # sandbox issues when plugins such as clutter are installed
-   sed -e 's/return rygel_playbin_renderer_test_main (argv, argc);/return 
0;/' \
-   -i tests/rygel-playbin-renderer-test.c || die
-
-   gnome2_src_prepare
-}
-
-src_configure() {
-   # We set xsltproc because man pages are provided by upstream
-   # and we do not want to regenerate them automagically.
-   gnome2_src_configure \
-   XSLTPROC=$(type -P false) \
-   --enable-gst-launch-plugin \
-   --with-media-engine=gstreamer \
-   --enable-nls \
-   --with-systemduserunitdir=$(systemd_get_userunitdir) \
-   $(use_enable introspection) \
-   $(use_enable sqlite media-export-plugin) \
-   $(use_enable sqlite lms-plugin) \
-   $(use_enable test tests) \
-   $(use_enable tracker tracker-plugin) \
-   $(use_with X ui)
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gnome-disk-utility/files/, sys-apps/gnome-disk-utility/

2020-04-25 Thread Mart Raudsepp
commit: 31a967f27b20276b029d831e6943e3d10951dd77
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 20:12:19 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a967f2

sys-apps/gnome-disk-utility: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 sys-apps/gnome-disk-utility/Manifest   |   1 -
 .../gnome-disk-utility/files/elogind-support.patch | 114 -
 .../gnome-disk-utility-3.32.1.ebuild   |  67 
 3 files changed, 182 deletions(-)

diff --git a/sys-apps/gnome-disk-utility/Manifest 
b/sys-apps/gnome-disk-utility/Manifest
index 678a7760a48..119ebab6095 100644
--- a/sys-apps/gnome-disk-utility/Manifest
+++ b/sys-apps/gnome-disk-utility/Manifest
@@ -1,2 +1 @@
-DIST gnome-disk-utility-3.32.1.tar.xz 1370900 BLAKE2B 
4986169bff7f438b4a9dc9fe10ea69521c41afaa268bfebdf195ff3fedc14e0d8204e66b258c71f599867c0279c781ca5ceb175381dcc8004c41d97be92ebf46
 SHA512 
80c4e2fb1ca6136579203c3df73da4c8ef7d496ab73166096768d72b3473d11e9ae199d4aa1878c49ec4280ea98d2136e084a03bba50c2728be4c5e4d508967c
 DIST gnome-disk-utility-3.34.5.tar.xz 1385256 BLAKE2B 
d13202abf77c62cdbf483486d7ed8204016111042f29fc810f0a55a9cd3dd48553d523523348e73a5d3dc3c3133939577b14227f2f5122471076cd93482dde15
 SHA512 
04c1ba0865b3947cfc332e479faae7b404f70907d04446bfe471d8fa2f8f5c921b1d59ab0f82fad13f4183401dacf3a516ee7ec439e94dc3e073a8dd62021a51

diff --git a/sys-apps/gnome-disk-utility/files/elogind-support.patch 
b/sys-apps/gnome-disk-utility/files/elogind-support.patch
deleted file mode 100644
index 10ebcdc9f53..000
--- a/sys-apps/gnome-disk-utility/files/elogind-support.patch
+++ /dev/null
@@ -1,114 +0,0 @@
-From 2c09cf164f654a5ed2bc153db30710999842c7a5 Mon Sep 17 00:00:00 2001
-From: Mart Raudsepp 
-Date: Tue, 9 Apr 2019 13:16:46 +0300
-Subject: [PATCH] build: add elogind support for seat retrieval
-

- meson.build| 21 -
- meson_options.txt  |  3 ++-
- src/libgdu/gduutils.c  |  4 ++--
- src/libgdu/meson.build |  5 +
- 4 files changed, 17 insertions(+), 16 deletions(-)
-
-diff --git a/meson.build b/meson.build
-index a5149c8e..ac641928 100644
 a/meson.build
-+++ b/meson.build
-@@ -3,7 +3,7 @@ project(
-   version: '3.32.0',
-   license: 'GPL2.0',
-   default_options: 'buildtype=debugoptimized',
--  meson_version: '>= 0.43.0'
-+  meson_version: '>= 0.47.0'
- )
- 
- gdu_name = 'gnome-disk-utility'
-@@ -75,13 +75,16 @@ libnotify_dep = dependency('libnotify', version: '>= 0.7')
- liblzma_dep = dependency('liblzma', version: '>= 5.0.5')
- m_dep = cc.find_library('m')
- 
--# *** Check for libsystemd ***
--enable_libsystemd = get_option('libsystemd')
--if enable_libsystemd
--  libsystemd_dep = dependency('libsystemd', version: '>= 209', required: 
false)
--  config_h.set('HAVE_LIBSYSTEMD', libsystemd_dep.found(),
--   description: 'Define to 1 if libsystemd is available')
-+# *** Check for logind ***
-+assert(not (get_option('libsystemd').enabled() and 
get_option('libelogind').enabled()), 'Can not support systemd and elogind at 
once')
-+if not get_option('libelogind').enabled()
-+  logind_dep = dependency('libsystemd', version: '>= 209', required: 
get_option('libsystemd'))
- endif
-+if get_option('libelogind').enabled() or not logind_dep.found()
-+  logind_dep = dependency('libelogind', version: '>= 209', required: 
get_option('libelogind'))
-+endif
-+config_h.set('HAVE_LOGIND', logind_dep.found(),
-+ description: 'Define to 1 if logind API is available')
- 
- gnome = import('gnome')
- i18n = import('i18n')
-@@ -123,9 +126,9 @@ output += 'libexecdir: ' + 
gdu_libexecdir + '\n'
- output += 'localedir:  ' + gdu_localedir + '\n'
- output += 'mandir: ' + gdu_mandir + '\n'
- output += 'sysconfdir: ' + gdu_sysconfdir + '\n\n'
--output += 'Use libsystemd: ' + 
enable_libsystemd.to_string() + '\n'
-+output += 'Use logind: ' + 
logind_dep.found().to_string() + '\n'
- output += 'Build g-s-d plug-in:' + 
enable_gsd_plugin.to_string() + '\n\n'
- output += 'compiler:   ' + cc.get_id() + '\n'
- output += 'cflags: ' + ' '.join(compiler_flags) + 
'\n\n'
--output += '(Change with: meson configure BUILDDIR -D 
libsystemd=true|false -D gsd_plugin=true|false)\n\n'
-+output += '(Change with: meson configure BUILDDIR -D 
libelogind=auto|enabled|disabled -D libsystemd=auto|enabled|disabled -D 
gsd_plugin=true|false)\n\n'
- message(output)
-diff --git a/meson_options.txt b/meson_options.txt
-index 952f5d24..895fc115 100644
 a/meson_options.txt
-+++ b/meson_options.txt
-@@ -1,2 +1,3 @@
--option('libsystemd', type: 'boolean', value: true, 

[gentoo-commits] repo/gentoo:master commit in: media-video/cheese/

2020-04-25 Thread Mart Raudsepp
commit: e1e1dbce4da15aa076171ed4021a07bb4bfef789
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 20:01:01 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e1dbce

media-video/cheese: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-video/cheese/Manifest |  1 -
 media-video/cheese/cheese-3.32.1.ebuild | 72 -
 2 files changed, 73 deletions(-)

diff --git a/media-video/cheese/Manifest b/media-video/cheese/Manifest
index bb7880206e1..c684f352fda 100644
--- a/media-video/cheese/Manifest
+++ b/media-video/cheese/Manifest
@@ -1,2 +1 @@
-DIST cheese-3.32.1.tar.xz 1487792 BLAKE2B 
6e27b68f590aa4f90a8bbbc72972bed96fe9741b4efd849d226751cfd6abe37241fa214240c4a8b0449fb2bc53de1043ac0abd60a06bc884796a4272c07212af
 SHA512 
bdd0ae72e3df596d19ad467dc0222a49b028f2ad8c285d55360813624ca2dac1956463cfd9cea4f2a6ff123070966544cd7254ee2891e973dca42d07061a6c94
 DIST cheese-3.34.0.tar.xz 1077052 BLAKE2B 
9719818aebb3472b804d96d79b02ee71b818d098b6eeb54f2075939e95ba651c251d561b4bc79c30a0aae6217a8a29f46f045be9279c9100ba1b0344f1279ba5
 SHA512 
093b4e5f7f15fd0c445fffd254d4a5035a4e3e91bacccdeeda64a4a7182901646daea5c8596c954a67896f9aaf37dab2309c21e8f026583f59d787a2c1e4c200

diff --git a/media-video/cheese/cheese-3.32.1.ebuild 
b/media-video/cheese/cheese-3.32.1.ebuild
deleted file mode 100644
index 417c6ee59b6..000
--- a/media-video/cheese/cheese-3.32.1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2 virtualx
-
-DESCRIPTION="A cheesy program to take pictures and videos from your webcam"
-HOMEPAGE="https://wiki.gnome.org/Apps/Cheese;
-
-LICENSE="GPL-2+"
-SLOT="0/8" # subslot = libcheese soname version
-IUSE="+introspection"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.39.90:2
-   >=x11-libs/gtk+-3.13.4:3[introspection?]
-   >=gnome-base/gnome-desktop-2.91.6:3=
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=media-libs/clutter-1.13.2:1.0[introspection?]
-   >=media-libs/clutter-gtk-0.91.8:1.0
-   media-libs/clutter-gst:3.0
-   media-libs/cogl:1.0=[introspection?]
-
-   media-video/gnome-video-effects
-   x11-libs/gdk-pixbuf:2[jpeg,introspection?]
-   x11-libs/libX11
-   x11-libs/libXtst
-
-   >=media-libs/gstreamer-1.4:1.0[introspection?]
-   
>=media-libs/gst-plugins-base-1.4:1.0[introspection?,ogg,pango,theora,vorbis,X]
-
-   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   >=media-libs/gst-plugins-bad-1.4:1.0
-   >=media-libs/gst-plugins-good-1.4:1.0
-
-   >=media-plugins/gst-plugins-jpeg-1.4:1.0
-   >=media-plugins/gst-plugins-v4l2-1.4:1.0
-   >=media-plugins/gst-plugins-vpx-1.4:1.0
-"
-# libxml2+gdk-pixbuf required for glib-compile-resources
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.3
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   dev-libs/libxslt
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.14
-   >=dev-util/intltool-0.50
-   dev-util/itstool
-   virtual/pkgconfig
-   x11-base/xorg-proto
-"
-# eautoreconf needs yelp-tools
-
-src_configure() {
-   gnome2_src_configure \
-   GST_INSPECT=$(type -P true) \
-   GTESTER_REPORT=$(type -P true) \
-   VALAC=$(type -P true) \
-   $(use_enable introspection) \
-   --disable-lcov \
-   --disable-static
-}
-
-src_test() {
-   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
-   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
-}



[gentoo-commits] repo/gentoo:master commit in: gui-libs/libhandy/

2020-04-25 Thread Mart Raudsepp
commit: 2a5538463e76c37c010f392bbf4be91f78c4cf24
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 19:46:35 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a553846

gui-libs/libhandy: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gui-libs/libhandy/Manifest  |  1 -
 gui-libs/libhandy/libhandy-0.0.9.ebuild | 61 -
 2 files changed, 62 deletions(-)

diff --git a/gui-libs/libhandy/Manifest b/gui-libs/libhandy/Manifest
index cb2afb93485..67b522264f2 100644
--- a/gui-libs/libhandy/Manifest
+++ b/gui-libs/libhandy/Manifest
@@ -1,2 +1 @@
 DIST libhandy-v0.0.13.tar.bz2 394811 BLAKE2B 
318c226f20b4d8032e984dbd47b4634e828b922dcbc244e4f3f35b94c38f27ed38427196d553809bb1d6bfa7c4830db5d27701e3595cac8a05b58a27ba4a2472
 SHA512 
a0918c55c9ac14af223a83db542e7dc815d97c844d1f0830a1bee4bdcdf248d00d049fa90fd2be96265535a68d56de5143ddd9264b5e997a902ac9558d5096f3
-DIST libhandy-v0.0.9.tar.bz2 110100 BLAKE2B 
c1abf60b37d76a0b2f0ed82152decc9a87c9feff664af8df91ede192018a70003ac7ff3c1307668e7196089f59bb5dc21d1449ccc1deb3e2e362f32ff8f9f30b
 SHA512 
d3256c2ff49a7fd0ccfec14ba3e34ed51577841c1670902d25f2a0166e63820428e689c722dddbccf787e1380c7f9a8ddc5b9042a1632b688b151ecce0f6d262

diff --git a/gui-libs/libhandy/libhandy-0.0.9.ebuild 
b/gui-libs/libhandy/libhandy-0.0.9.ebuild
deleted file mode 100644
index 1fa76729e3c..000
--- a/gui-libs/libhandy/libhandy-0.0.9.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg vala virtualx
-
-MY_P="${PN}-v${PV}"
-DESCRIPTION="Library with GTK widgets for mobile phones"
-HOMEPAGE="https://source.puri.sm/Librem5/libhandy/;
-SRC_URI="https://source.puri.sm/Librem5/libhandy/-/archive/v${PV}/${MY_P}.tar.bz2;
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="LGPL-2.1+"
-SLOT="0.0/0" # It may or may not break ABI in future versions at this point; 
if new
-# SLOT happens, it'll likely file conflict on gtk-doc and glade library and 
catalog
-KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-IUSE="examples glade gtk-doc +introspection test +vala"
-REQUIRED_USE="vala? ( introspection )"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-libs/glib-2.44:2
-   >=x11-libs/gtk+-3.24.1:3[introspection?]
-   glade? ( dev-util/glade:3.10= )
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   vala? ( $(vala_depend) )
-   dev-libs/libxml2:2
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   gtk-doc? ( dev-util/gtk-doc
-   app-text/docbook-xml-dtd:4.3 )
-"
-
-src_prepare() {
-   use vala && vala_src_prepare
-   xdg_src_prepare
-}
-
-src_configure() {
-   local emesonargs=(
-   -Dprofiling=false # -pg passing
-   -Dstatic=false
-   $(meson_feature introspection)
-   $(meson_use vala vapi)
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use test tests)
-   $(meson_use examples)
-   $(meson_feature glade glade_catalog)
-   )
-   meson_src_configure
-}
-
-src_test() {
-   virtx meson_src_test
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-weather/

2020-04-25 Thread Mart Raudsepp
commit: 664db829727167266900045a86b5ef324fe6e4f9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 19:44:42 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=664db829

gnome-extra/gnome-weather: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/gnome-weather/Manifest |  3 --
 .../gnome-weather/gnome-weather-3.32.2.ebuild  | 51 --
 .../gnome-weather/gnome-weather-3.34.0.ebuild  | 51 --
 .../gnome-weather/gnome-weather-3.34.1.ebuild  | 51 --
 4 files changed, 156 deletions(-)

diff --git a/gnome-extra/gnome-weather/Manifest 
b/gnome-extra/gnome-weather/Manifest
index 99edcf7b2c4..45a2a2f0921 100644
--- a/gnome-extra/gnome-weather/Manifest
+++ b/gnome-extra/gnome-weather/Manifest
@@ -1,4 +1 @@
-DIST gnome-weather-3.32.2.tar.xz 5952300 BLAKE2B 
536cac87066eb714bba15db0e662d9e9a0260caf67f3b9d7f2c8677deb3dc514d50768754bab46db1df9dc11367d1cf07690888b93031804d7a37a3898a1a689
 SHA512 
22f2de0f6d4355a44fef332d47a49b995d647d3d8d10c06a77c182d0efd6ea33f62e055f047a665710024ba02c90912ffefe67c8b299da6bb47d899d1d7a3825
-DIST gnome-weather-3.34.0.tar.xz 5954936 BLAKE2B 
66d96af1a9e6c38bddf93ff56855bdaa2a260d0fe354ba2da4ce9377ede78dd4bf8ddf227249414a011734414dddaefa48bf0d7f7a5532303686679f788c792f
 SHA512 
f8fd91deef1516b4a18a599415d54a04413a5771916a5c7105e22876e239fe22c325f2e3196f7bff23293893c85fe886fa3a8b4b380aecab62b5b02de58c7185
-DIST gnome-weather-3.34.1.tar.xz 5957784 BLAKE2B 
c36543c6235156e92f96d509fee2a3229cde1a2a6e0b7e6b27a33dbe6f19f336b754e4ccc2f5c5f9720b106eae47f0e763b0697b8817178a3e341ea815264381
 SHA512 
01fba7c79c2ebfebfc33f7d6f7d7b9b17ed3a55aacdf96d3dfddc9c446ab6ca125602ccf9b896c949d46291fb3688165fab4272d41092f303ca604068e817ca7
 DIST gnome-weather-3.34.2.tar.xz 5957924 BLAKE2B 
d6257fb7654862f5fbd308bc202ce8b8f98a0b6baa5a150a1729962fa05812a93cd19f9462d83fec3d076b896be1d8166e360811c84bc3ab4f13b212b48884e5
 SHA512 
9e9ebbdf795b175f7640ad684da7642a3e6a07da4d95c520a8673f0001aac119c5ebe22737d254a75b878f503910265fa0fdf05b1c219063f6b4dfc6bc8d1633

diff --git a/gnome-extra/gnome-weather/gnome-weather-3.32.2.ebuild 
b/gnome-extra/gnome-weather/gnome-weather-3.32.2.ebuild
deleted file mode 100644
index 9f8cc535792..000
--- a/gnome-extra/gnome-weather/gnome-weather-3.32.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="A weather application for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Design/Apps/Weather;
-
-LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-DEPEND="
-   >=dev-libs/glib-2.32:2
-   >=dev-libs/gobject-introspection-1.56:=
-   >=x11-libs/gtk+-3.20:3
-   >=dev-libs/gjs-1.50
-   >=app-misc/geoclue-2.3.1:2.0
-   >=dev-libs/libgweather-3.28:=
-"
-RDEPEND="${DEPEND}
-   gnome-base/gsettings-desktop-schemas
-"
-# libxml2 required for glib-compile-resources
-BDEPEND="
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-# Tests have a lot of issues, starting with reliance on a system installation,
-# accessing the network and other intermittent failures with network-sandbox 
disabled
-# https://gitlab.gnome.org/GNOME/gnome-weather/issues/67 (and rest not filed)
-# test dep: $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]')
-RESTRICT="test"
-
-src_configure() {
-   meson_src_configure -Dprofile=default
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}

diff --git a/gnome-extra/gnome-weather/gnome-weather-3.34.0.ebuild 
b/gnome-extra/gnome-weather/gnome-weather-3.34.0.ebuild
deleted file mode 100644
index fa585992b10..000
--- a/gnome-extra/gnome-weather/gnome-weather-3.34.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="A weather application for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Design/Apps/Weather;
-
-LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-DEPEND="
-   >=dev-libs/glib-2.32:2
-   >=dev-libs/gobject-introspection-1.56:=
-   >=x11-libs/gtk+-3.20:3
-   >=dev-libs/gjs-1.50
-   >=app-misc/geoclue-2.3.1:2.0
-   >=dev-libs/libgweather-3.28:=
-"
-RDEPEND="${DEPEND}
-   gnome-base/gsettings-desktop-schemas
-"
-# libxml2 required for glib-compile-resources
-BDEPEND="
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   >=sys-devel/gettext-0.19.8
- 

[gentoo-commits] repo/gentoo:master commit in: net-misc/gnome-online-miners/

2020-04-25 Thread Mart Raudsepp
commit: 771f04cd65e217162448ad829f9d53fadfee2cf4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 20:07:43 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=771f04cd

net-misc/gnome-online-miners: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-misc/gnome-online-miners/Manifest  |  1 -
 .../gnome-online-miners-3.30.0.ebuild  | 39 --
 2 files changed, 40 deletions(-)

diff --git a/net-misc/gnome-online-miners/Manifest 
b/net-misc/gnome-online-miners/Manifest
index 5b613050c74..1b2bf9cb370 100644
--- a/net-misc/gnome-online-miners/Manifest
+++ b/net-misc/gnome-online-miners/Manifest
@@ -1,2 +1 @@
-DIST gnome-online-miners-3.30.0.tar.xz 273700 BLAKE2B 
146777d6fcdbb2e17ca360e515de6f373bf74063240c579a1e39c0083aad9b0d908754c78046713b027b1b062cf279e0dbe58d211d0341a0179b1d179aa77a2b
 SHA512 
de1d9281978b985d777c1b4900128c6a3b83ef9d0c905b4441f9683a6a03de992ce921e8094d43b903e8547436db51aced91d93bd0cf74f7a385a1d5a5e8b726
 DIST gnome-online-miners-3.34.0.tar.xz 272324 BLAKE2B 
3718b649cd08a03a7e974607975992f4779926c08cbdeb724c314aa431f161599f6d74c2114dc1bd6fa0896781bf07df024f4a53a3f2fadaf1e9d849f8054e5a
 SHA512 
bfcdd7f11607663eda491314c34a9b50f2885f6fb39e7c9e68a77927bbcc326979fb8900ab5dfac1494ac575dbf0e3f3b7459ec3f38cb1eb8961158e3fe44464

diff --git a/net-misc/gnome-online-miners/gnome-online-miners-3.30.0.ebuild 
b/net-misc/gnome-online-miners/gnome-online-miners-3.30.0.ebuild
deleted file mode 100644
index 9b40c6e51a5..000
--- a/net-misc/gnome-online-miners/gnome-online-miners-3.30.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Crawls through your online content"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineMiners;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="flickr"
-KEYWORDS="amd64 ~arm64 x86"
-
-# libgdata[gnome] needed for goa support
-RDEPEND="
-   >=app-misc/tracker-2:=
-   >=dev-libs/glib-2.35.1:2
-   >=dev-libs/libgdata-0.15.2:0=[crypt,gnome-online-accounts]
-   media-libs/grilo:0.3
-   >=net-libs/gnome-online-accounts-3.13.3:=
-   >=net-libs/libgfbgraph-0.2.2:0.2
-   >=net-libs/libzapojit-0.0.2
-   flickr? ( media-plugins/grilo-plugins:0.3[flickr] )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable flickr) \
-   --disable-static \
-   --enable-facebook \
-   --enable-google \
-   --enable-media-server \
-   --enable-owncloud \
-   --enable-windows-live
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/vino/

2020-04-25 Thread Mart Raudsepp
commit: a3e452f4b56d6296031ac9eb5edcc1f97f789f95
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 20:09:12 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e452f4

net-misc/vino: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-misc/vino/vino-3.22.0-r2.ebuild | 78 -
 1 file changed, 78 deletions(-)

diff --git a/net-misc/vino/vino-3.22.0-r2.ebuild 
b/net-misc/vino/vino-3.22.0-r2.ebuild
deleted file mode 100644
index 0fa70f9a206..000
--- a/net-misc/vino/vino-3.22.0-r2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_EAUTORECONF="yes"
-inherit gnome2 systemd
-
-DESCRIPTION="An integrated VNC server for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Projects/Vino;
-SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="crypt debug gnome-keyring ipv6 jpeg ssl systemd +telepathy zeroconf 
+zlib"
-# bug #394611; tight encoding requires zlib encoding
-REQUIRED_USE="jpeg? ( zlib )"
-
-# cairo used in vino-fb
-# libSM and libICE used in eggsmclient-xsmp
-RDEPEND="
-   >=dev-libs/glib-2.26:2
-   >=dev-libs/libgcrypt-1.1.90:0=
-   >=x11-libs/gtk+-3:3
-
-   x11-libs/cairo:=
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXtst
-   x11-libs/pango[X]
-
-   >=x11-libs/libnotify-0.7.0:=
-
-   crypt? ( >=dev-libs/libgcrypt-1.1.90:0= )
-   gnome-keyring? ( app-crypt/libsecret )
-   jpeg? ( virtual/jpeg:0= )
-   ssl? ( >=net-libs/gnutls-2.2.0:= )
-   systemd? ( sys-apps/dbus[user-session] )
-   telepathy? (
-   dev-libs/dbus-glib
-   >=net-libs/telepathy-glib-0.18 )
-   zeroconf? ( >=net-dns/avahi-0.6:=[dbus] )
-   zlib? ( sys-libs/zlib:= )
-"
-DEPEND="${RDEPEND}
-   app-crypt/libsecret
-   dev-util/glib-utils
-   >=dev-util/intltool-0.50
-   gnome-base/gnome-common
-   virtual/pkgconfig
-"
-# libsecret is always required at build time per bug 322763
-# eautoreconf needs gnome-common
-
-PATCHES=(
-   "${WORKDIR}"/patches/ # Patches from master branch at 2020-02-15 state; 
needs autoreconf
-   "${FILESDIR}"/CVE-2014-6053.patch
-   "${FILESDIR}"/CVE-2018-7225.patch
-   "${FILESDIR}"/CVE-2019-15681.patch
-)
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable ipv6) \
-   $(use_with crypt gcrypt) \
-   $(usex debug --enable-debug=yes ' ') \
-   $(use_with gnome-keyring secret) \
-   $(use_with jpeg) \
-   $(use_with ssl gnutls) \
-   $(use_with telepathy) \
-   $(use_with zeroconf avahi) \
-   $(use_with zlib) \
-   --with-systemduserunitdir="$(systemd_get_userunitdir)"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-block/gparted/

2020-04-25 Thread Mart Raudsepp
commit: 1474d984be1185a4924892ab06fc551509e8ba21
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 20:12:44 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1474d984

sys-block/gparted: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 sys-block/gparted/Manifest |  1 -
 sys-block/gparted/gparted-1.0.0.ebuild | 85 --
 2 files changed, 86 deletions(-)

diff --git a/sys-block/gparted/Manifest b/sys-block/gparted/Manifest
index 044f5c7c5cf..cf64f487003 100644
--- a/sys-block/gparted/Manifest
+++ b/sys-block/gparted/Manifest
@@ -1,2 +1 @@
-DIST gparted-1.0.0.tar.gz 3980258 BLAKE2B 
4c0e7c36e2cd4dde68ee27b67e11a529c27fd22f0d93f6a8d1c6932b3728eead9c8aa282ff7e26c7e9922f0f7991ab3c5d72a7bd968708aac2c6b1e7f59bb5a5
 SHA512 
88eef4e4fbd51d9a9a3bdfb0a9738f6957ec5cbc21c2f93febf0d4cfe927e0ae3cb8cb1a9b2ca956a55dc62b9228ec76107e3e4701623be6474c99678c9197be
 DIST gparted-1.1.0.tar.gz 4032829 BLAKE2B 
d47d45e77a3d9dc29e9fa0428aaa7c12bb863cb70ac11f4055cbcc0a0fde8019fbb20266b7f810d6a47c5239248486049c8e9813ead8e88081dd16f445da036a
 SHA512 
afaad690fccbec7385b078a299b78bf4f0f83999e2661f89cb97f9e8f2b30ee41f0535450075e3a7174967e77c75024df78863d0d90d5e8dc726a487b4ae0bae

diff --git a/sys-block/gparted/gparted-1.0.0.ebuild 
b/sys-block/gparted/gparted-1.0.0.ebuild
deleted file mode 100644
index 5ba55bc8b20..000
--- a/sys-block/gparted/gparted-1.0.0.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Gnome Partition Editor"
-HOMEPAGE="https://gparted.org/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+ FDL-1.2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
-IUSE="btrfs cryptsetup dmraid f2fs fat hfs jfs kde mdadm ntfs policykit 
reiserfs reiser4 udf wayland xfs"
-
-COMMON_DEPEND="
-   !policykit? (
-   kde? ( >=kde-plasma/kde-cli-tools-5.8.6-r1[kdesu] ) )
-   policykit? ( >=sys-auth/polkit-0.102 )
-   >=dev-cpp/glibmm-2.56.1:2
-   >=dev-cpp/gtkmm-3.24:3.0
-   >=dev-libs/glib-2.58.3-r1:2
-   >=sys-block/parted-3.2:=
-   >=dev-libs/libsigc++-2.10.1:2
-"
-RDEPEND="${COMMON_DEPEND}
-   >=sys-apps/util-linux-2.33.2
-   >=sys-fs/e2fsprogs-1.44.5
-   btrfs? ( sys-fs/btrfs-progs )
-   cryptsetup? ( sys-fs/cryptsetup )
-   dmraid? (
-   >=sys-fs/lvm2-2.02.116
-   sys-fs/dmraid
-   sys-fs/multipath-tools )
-   f2fs? ( sys-fs/f2fs-tools )
-   fat? (
-   sys-fs/dosfstools
-   sys-fs/mtools )
-   hfs? (
-   sys-fs/diskdev_cmds
-   virtual/udev
-   sys-fs/hfsutils )
-   jfs? ( sys-fs/jfsutils )
-   mdadm? ( sys-fs/mdadm )
-   ntfs? ( >=sys-fs/ntfs3g-2016.2.22-r2[ntfsprogs] )
-   reiserfs? ( sys-fs/reiserfsprogs )
-   reiser4? ( sys-fs/reiser4progs )
-   udf? ( sys-fs/udftools )
-   wayland? ( x11-apps/xhost )
-   xfs? ( sys-fs/xfsprogs sys-fs/xfsdump )
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   >=dev-util/intltool-0.51.0-r2
-   dev-util/itstool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --enable-doc \
-   --enable-online-resize \
-   $(use_enable wayland xhost-root) \
-   GKSUPROG=kdesu \
-   ac_cv_prog_have_scrollkeeper_update=no
-}
-
-src_install() {
-   gnome2_src_install
-
-   local _ddir="${D}"/usr/share/applications
-   local _bdir="${D}"/usr/bin
-
-   if ! use policykit; then
-   if use kde; then
-   cp "${_ddir}"/gparted{,-kde}.desktop || die
-   cp "${_bdir}"/gparted{,-kde} || die
-   sed -i -e '/Exec/ s:gparted:gparted-kde:' 
"${_ddir}"/gparted-kde.desktop || die
-   echo 'OnlyShowIn=KDE;' >> 
"${_ddir}"/gparted-kde.desktop || die
-   fi
-   else
-   sed -i -e 's:kdesu::' "${_bdir}"/gparted || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/gnome-music/

2020-04-25 Thread Mart Raudsepp
commit: 1b848d76325fa78f6bf057f0aa5998c97863c2b1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 19:58:31 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b848d76

media-sound/gnome-music: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-sound/gnome-music/Manifest   |  2 -
 .../gnome-music/gnome-music-3.32.2-r1.ebuild   | 80 -
 media-sound/gnome-music/gnome-music-3.34.4.ebuild  | 81 --
 3 files changed, 163 deletions(-)

diff --git a/media-sound/gnome-music/Manifest b/media-sound/gnome-music/Manifest
index 5ce3c500cd9..349017d8738 100644
--- a/media-sound/gnome-music/Manifest
+++ b/media-sound/gnome-music/Manifest
@@ -1,3 +1 @@
-DIST gnome-music-3.32.2.tar.xz 1391112 BLAKE2B 
ec64d48bcc137c69df77d9d9fadb3fa5c1809850e7a434d501cf6fd680500e57a4e6946ab591db9b715e728f0274f37b659afce53fd9213b3cf74f329f4373f3
 SHA512 
633748dcb5cf839f29059fd9bdd5283c455a4157d6c004168d9ef80352b83be3db547377034d0d78af0b6a84fec6fb941888bd53aa14c8bf51da880f04170a23
-DIST gnome-music-3.34.4.tar.xz 1412396 BLAKE2B 
44899422b9a16de48b1435f139ff49f96a9d9e078354f2449ca551deac30b9b4d201e9dadcca700a44a170a6552559b8f06e80c6f248a37aba676dfe64cb7f4c
 SHA512 
7d0450e63a890f10f825892a502b6fe5fbbae389b38e9487a768c50e632c82b89b29263cca2eef07abde429ebdcd1e140ec81ed748cdb643e94c2892f8e5d871
 DIST gnome-music-3.34.5.tar.xz 1415240 BLAKE2B 
3545541171b023da116ebee5d28a2b69b6b45677cde26c833ea0992ba9bc41d4792375dbf3617105da53f0e98d21576e166980e896527a60d47c92690b343a27
 SHA512 
c4f3c8cd7e8a6d24d3766672acfe3abc340d0cd305ba0d3d0a87c02b5a5f9e8c47bee9d8284e76ad28c51eeebe56e3163f4e5c34c89e294801d0047b8476f80f

diff --git a/media-sound/gnome-music/gnome-music-3.32.2-r1.ebuild 
b/media-sound/gnome-music/gnome-music-3.32.2-r1.ebuild
deleted file mode 100644
index e461ee6710e..000
--- a/media-sound/gnome-music/gnome-music-3.32.2-r1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit gnome.org gnome2-utils meson python-single-r1 xdg
-
-DESCRIPTION="Music management for Gnome"
-HOMEPAGE="https://wiki.gnome.org/Apps/Music;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-KEYWORDS="amd64 ~arm64 x86"
-
-DEPEND="${PYTHON_DEPS}
-   net-libs/gnome-online-accounts[introspection]
-   >=dev-libs/gobject-introspection-1.54:=
-   >=x11-libs/gtk+-3.23.1:3[introspection]
-   >=dev-libs/libdazzle-3.28.0[introspection]
-   >=media-libs/libmediaart-1.9.1:2.0[introspection]
-   net-libs/libsoup:2.4[introspection]
-   >=app-misc/tracker-1.99.1:=[introspection(+)]
-   $(python_gen_cond_dep '
-   >=dev-python/pygobject-3.29.1:3[cairo,${PYTHON_MULTI_USEDEP}]
-   >=dev-python/pycairo-1.14.0[${PYTHON_MULTI_USEDEP}]
-   ')
-   >=media-libs/grilo-0.3.4:0.3[introspection]
-   >=media-plugins/grilo-plugins-0.3.8:0.3
-"
-# xdg-user-dirs-update needs to be there to create needed dirs
-# https://bugzilla.gnome.org/show_bug.cgi?id=731613
-RDEPEND="${DEPEND}
-   || (
-   >=app-misc/tracker-miners-1.99.1[gstreamer]
-   >=app-misc/tracker-miners-1.99.1[ffmpeg]
-   )
-   x11-libs/libnotify[introspection]
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-base:1.0[introspection]
-   media-plugins/gst-plugins-meta:1.0
-   media-plugins/grilo-plugins:0.3[tracker]
-   x11-misc/xdg-user-dirs
-"
-BDEPEND="
-   dev-libs/libxml2:2
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-RESTRICT="test" # only does desktop and appdata validation, and latter needs 
network to validate screenshot from https
-
-pkg_setup() {
-   python_setup
-}
-
-src_prepare() {
-   sed -e '/sys.path.insert/d' -i "${S}"/gnome-music.in || die "python 
fixup sed failed"
-   xdg_src_prepare
-}
-
-src_install() {
-   meson_src_install
-   python_fix_shebang "${D}"/usr/bin/gnome-music
-   python_optimize
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}

diff --git a/media-sound/gnome-music/gnome-music-3.34.4.ebuild 
b/media-sound/gnome-music/gnome-music-3.34.4.ebuild
deleted file mode 100644
index fde8cf28852..000
--- a/media-sound/gnome-music/gnome-music-3.34.4.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit gnome.org gnome2-utils meson python-single-r1 xdg
-
-DESCRIPTION="Music management for Gnome"

[gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-photos/

2020-04-25 Thread Mart Raudsepp
commit: 17df301caad86f9b1b69187dda433f05f694a4ba
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 19:47:59 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17df301c

media-gfx/gnome-photos: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/gnome-photos/Manifest   |  1 -
 media-gfx/gnome-photos/gnome-photos-3.32.1.ebuild | 94 ---
 2 files changed, 95 deletions(-)

diff --git a/media-gfx/gnome-photos/Manifest b/media-gfx/gnome-photos/Manifest
index 2f6ea28e1df..b7e39a2c5eb 100644
--- a/media-gfx/gnome-photos/Manifest
+++ b/media-gfx/gnome-photos/Manifest
@@ -1,2 +1 @@
-DIST gnome-photos-3.32.1.tar.xz 632688 BLAKE2B 
9fa7307d1571f6c4e07d6c9700fd947e4a0ff26f8308f7b1871da817e5d80b19861d3c94a1b8ffe0daa820862ad064075641c8eb42ad66134e7c554696448932
 SHA512 
31a52b93c27ee603ddb314998d663d02c1cfdbc33214d2d9f977f7b66f4fc131a52cd17b274efcfb80f2fb17d7b469157e99a783cbfe76e0b872a2a75363b208
 DIST gnome-photos-3.34.1.tar.xz 636916 BLAKE2B 
3d041f3a8349164e12b8788b028edf23c0db1e671c5da4356dbdc01f5129e8dfabd3ee9df3af82b2794e22c1d8d894b7726068d69a605b0d598ec1dc21754470
 SHA512 
9ee1bf299f82b4a55d2642e34cfa82e0a3a362cd5e415acd5421d54430da5ea5a9f831ecf5ccf6966eea056c851fde57385f9224441be3d06e086be108d53227

diff --git a/media-gfx/gnome-photos/gnome-photos-3.32.1.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.32.1.ebuild
deleted file mode 100644
index d70065133cf..000
--- a/media-gfx/gnome-photos/gnome-photos-3.32.1.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 )
-
-inherit gnome.org gnome2-utils meson python-any-r1 virtualx xdg
-
-DESCRIPTION="Access, organize and share your photos on GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Photos;
-
-LICENSE="GPL-3+ LGPL-2+ CC0-1.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="flickr test upnp-av"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   media-libs/babl
-   >=x11-libs/cairo-1.14.0
-   >=x11-libs/gdk-pixbuf-2.36.8:2
-   >=media-libs/gegl-0.4.0:0.4[cairo,raw]
-   sci-geosciences/geocode-glib
-   >=media-libs/gexiv2-0.10.8
-   >=dev-libs/glib-2.57.2:2
-   >=net-libs/gnome-online-accounts-3.8.0:=
-   >=media-libs/grilo-0.3.5:0.3=
-   gnome-base/gsettings-desktop-schemas
-   >=x11-libs/gtk+-3.22.16:3
-   >=dev-libs/libdazzle-3.26.0
-   >=dev-libs/libgdata-0.15.2:0=[gnome-online-accounts]
-   >=net-libs/libgfbgraph-0.2.1:0.2
-   virtual/jpeg:0
-   >=media-libs/libpng-1.6:0=
-   >=app-misc/tracker-2.0:0/2.0
-   sys-apps/dbus
-"
-# gnome-online-miners is also used for google, facebook, DLNA - not only flickr
-# but out of all the grilo-plugins, only upnp-av and flickr get used, which 
have USE flags here,
-# so don't pull it always, but only if either USE flag is enabled.
-# tracker-miners gschema used at runtime.
-RDEPEND="${DEPEND}
-   net-misc/gnome-online-miners[flickr?]
-   upnp-av? ( media-plugins/grilo-plugins:0.3[upnp-av] )
-   flickr? ( media-plugins/grilo-plugins:0.3[flickr] )
-   >=app-misc/tracker-miners-2
-"
-BDEPEND="
-   dev-libs/appstream-glib
-   dev-util/desktop-file-utils
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   test? ( $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )
-"
-
-DOCS=() # meson installs docs itself
-
-python_check_deps() {
-   use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   xdg_src_prepare
-   sed -i -e 
"/photos_docdir.*=.*join_paths/s/meson.project_name()/'${PF}'/" meson.build
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use test dogtail)
-   -Dinstalled_tests=false
-   )
-   meson_src_configure
-}
-
-src_test() {
-   virtx meson_src_test
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/sushi/

2020-04-25 Thread Mart Raudsepp
commit: 09054064614849b7099b3871575bb9040e432272
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 19:45:02 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09054064

gnome-extra/sushi: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/sushi/Manifest|  1 -
 gnome-extra/sushi/sushi-3.32.1.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index 8ba673f0d64..974f0e50734 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1,3 +1,2 @@
-DIST sushi-3.32.1.tar.xz 65172 BLAKE2B 
ad6d085e3c67527c988695195408e2dd8f82effeb0dacccb63eec9d3896c82fb1abf8d0fb92aeb6934146e67e8e203e438a900d4164d673b19cbe6af9d9a27b7
 SHA512 
db38b690591f7c7a5e55b7ad7a37022cd0624f48af6fe1c56ae05aa74598d767b61a1636d01ba207c399739c0cee6d266a52207a74f65f3e27216c5dfdd17909
 DIST sushi-3.34.0-patchset.tar.xz 8744 BLAKE2B 
45077c7e78ebea5900ff8a1e8749f88677a6990d41cf44505437c5cbd05ce09b2ddef11de8e9078d419b1130f14d8ef4cbe7c6f15c80cee02dd72b17c4e84cfe
 SHA512 
7c3d8e044179202a37c09436192436102a1ca223e358de1bc3857b0900c9921c72b1ab588fb08cfebe6ae440669a68786c3c1e83c1f6a3c489d4a5ce665217b3
 DIST sushi-3.34.0.tar.xz 74240 BLAKE2B 
8b194be7ec831ce4f13549d465d6f1e6ba09ae4dc7ff86b1c214b79baac226654b75401d326d5d7d8fc0cc9fff28d8125aa4f5a9d3cdf54e472e5565815af75d
 SHA512 
bde009b30106bf31199c8c3b040743de5f5c782fd540612a34055bef9a22f9a08c4ed0ae7c5fc3cbfdc67a5d12f28bc70ca5135ba227403e8d127295a1253d18

diff --git a/gnome-extra/sushi/sushi-3.32.1.ebuild 
b/gnome-extra/sushi/sushi-3.32.1.ebuild
deleted file mode 100644
index 1655c429548..000
--- a/gnome-extra/sushi/sushi-3.32.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome.org meson xdg
-
-DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
-HOMEPAGE="https://git.gnome.org/browse/sushi;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
-IUSE="office"
-
-# Optional app-office/libreoffice support (OOo to pdf and then preview)
-# gtk+[X] optionally needed for sushi_create_foreign_window(); clutter-x11.h 
unconditionally included
-COMMON_DEPEND="
-   >=media-libs/clutter-1.11.4:1.0[X,introspection]
-   media-libs/clutter-gst:3.0[introspection]
-   >=media-libs/clutter-gtk-1.0.1:1.0[introspection]
-   >=app-text/evince-3.0[introspection]
-   media-libs/freetype:2
-   >=x11-libs/gdk-pixbuf-2.23.0[introspection]
-   >=dev-libs/gjs-1.40
-   >=dev-libs/glib-2.29.14:2
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-base:1.0[introspection]
-   >=x11-libs/gtk+-3.13.2:3[X,introspection]
-   x11-libs/gtksourceview:3.0[introspection]
-   >=media-libs/harfbuzz-0.9.9:=
-   >=dev-libs/gobject-introspection-1.54:=
-   media-libs/musicbrainz:5=
-   net-libs/webkit-gtk:4[introspection]
-
-"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-base/nautilus-3.1.90
-   office? ( app-office/libreoffice )
-"



[gentoo-commits] repo/gentoo:master commit in: games-simulation/corsix-th/

2020-04-25 Thread Mikle Kolyada
commit: c4528e5ad724ec6ac35c7239883e2a21f3aea0ef
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Apr 25 20:17:59 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Apr 25 20:18:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4528e5a

games-simulation/corsix-th: migrate from libav

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 games-simulation/corsix-th/corsix-th-0.63.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/games-simulation/corsix-th/corsix-th-0.63.ebuild 
b/games-simulation/corsix-th/corsix-th-0.63.ebuild
index 5364f218f86..bc96a1a09dd 100644
--- a/games-simulation/corsix-th/corsix-th-0.63.ebuild
+++ b/games-simulation/corsix-th/corsix-th-0.63.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${MY_PV}.tar.gz -> ${P}.t
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc libav +midi +sound +truetype +videos"
+IUSE="doc +midi +sound +truetype +videos"
 
 RDEPEND="
>=dev-lang/lua-5.1:0
@@ -25,10 +25,7 @@ RDEPEND="
media-libs/libsdl2[opengl,video]
sound? ( media-libs/sdl2-mixer[midi?] )
truetype? ( >=media-libs/freetype-2.5.3:2 )
-   videos? (
-   !libav? ( >=media-video/ffmpeg-2.2.3:0= )
-   libav? ( >=media-video/libav-11.1:0= )
-   )
+   videos? ( >=media-video/ffmpeg-2.2.3:0= )
 "
 
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/

2020-04-25 Thread Mart Raudsepp
commit: 85947f2039f71e8c7b47d8435aee9b4927ad26c8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 20:09:57 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85947f20

net-wireless/gnome-bluetooth: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-wireless/gnome-bluetooth/Manifest  |  1 -
 .../gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild  | 58 --
 2 files changed, 59 deletions(-)

diff --git a/net-wireless/gnome-bluetooth/Manifest 
b/net-wireless/gnome-bluetooth/Manifest
index 11d47122af4..38fdbd9259e 100644
--- a/net-wireless/gnome-bluetooth/Manifest
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -1,2 +1 @@
-DIST gnome-bluetooth-3.34.0.tar.xz 351232 BLAKE2B 
5ed3a2edc4d0a494013c246ce4caa64cc343c08ceeca3fbdc809591c59a59a7e269b35ba2474f38bb9ae1aba7f7b47f2d164c2be49d3e59d1af538a77a7451ab
 SHA512 
25c99f3ac4398b24c08018cdf41a124c94312bc0b1c7202c82918134ddbdea16d6ee0980536cb45deb42ae8fa25b6e86ad21870646235108583831bf5f00926e
 DIST gnome-bluetooth-3.34.1.tar.xz 354568 BLAKE2B 
53e0f4d172e12ba1fec8dae476929fadaab2fd0a8e8ac063debbe516f925a3bb04c912fc2e143baf00c7bbdd4f2bd31bd64e674c1851e4ec544ab9c058a5
 SHA512 
3e0080bbeeddc144fdcf6b4f0d59b0885fd5881aee670d2e5dffd4ede9b0f988358ad0e815ba86add8b7fd5e93e1f8fc7bfacd10b8d69606aa569fd67356be08

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild
deleted file mode 100644
index fddec0bd315..000
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome.org gnome2-utils meson udev xdg
-
-DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth;
-
-LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
-SLOT="2/13" # subslot = libgnome-bluetooth soname version
-IUSE="gtk-doc +introspection"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-
-DEPEND="
-   >=dev-libs/glib-2.38:2
-   >=x11-libs/gtk+-3.12:3[introspection?]
-   media-libs/libcanberra[gtk3]
-   >=x11-libs/libnotify-0.7.0
-   virtual/libudev
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-RDEPEND="${DEPEND}
-   acct-group/plugdev
-   virtual/udev
-   >=net-wireless/bluez-5
-"
-BDEPEND="
-   >=dev-util/meson-0.49.0
-   !net-wireless/bluez-gnome
-   dev-libs/libxml2:2
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   gtk-doc? ( >=dev-util/gtk-doc-1.9 )
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   -Dicon_update=false
-   $(meson_use gtk-doc gtk_doc)
-   $(meson_use introspection)
-   )
-   meson_src_configure
-}
-
-src_install() {
-   meson_src_install
-   udev_dorules "${FILESDIR}"/61-${PN}.rules
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   if ! has_version 'sys-auth/consolekit[acl]' && ! has_version 
'sys-apps/systemd[acl]' ; then
-   elog "Don't forget to add yourself to the plugdev group "
-   elog "if you want to be able to control bluetooth transmitter."
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna-core/

2020-04-25 Thread Mart Raudsepp
commit: 0eeabf084903572e47885b39dbf896af8a5967bb
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 20:05:10 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eeabf08

net-libs/dleyna-core: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-libs/dleyna-core/Manifest |  1 -
 net-libs/dleyna-core/dleyna-core-0.5.0.ebuild | 28 ---
 2 files changed, 29 deletions(-)

diff --git a/net-libs/dleyna-core/Manifest b/net-libs/dleyna-core/Manifest
index ce6201af5e9..adbf9ad1c71 100644
--- a/net-libs/dleyna-core/Manifest
+++ b/net-libs/dleyna-core/Manifest
@@ -1,2 +1 @@
-DIST dleyna-core-0.5.0.tar.gz 337307 BLAKE2B 
fc2b342d1cfd3b132f10bea55b386f7fc0fb31cb541272c5cc002c985b2830c9ac425c497feeb62ebc2bdad76d91f9123408dbd00b24080d1a3b1902e8743727
 SHA512 
8611ae61482dcb0ca55513ed4ce7cae9372f88d710033e5abbaeb3c06533a7b2ac143757776bf9ced0dd3f0149ee9f2e42e90fac3ecbbeb42f38d13aeae7849f
 DIST dleyna-core-0.6.0.tar.gz 30821 BLAKE2B 
f97ef825ef28efd58877487074c0146f8c8425b000537a2281ab44465829030ba9b837f95ad16b56044837a3e571a0ce54a8126ddafc2dda551dbf1d8b11a79e
 SHA512 
cda3f3ee2bea860b06447ab79d8ca62a29c8d26215774c44adb05e57316b95acd4df6ee4ecdd731574b6da5b3aef1c08977a649288004a62a88af38a83157b57

diff --git a/net-libs/dleyna-core/dleyna-core-0.5.0.ebuild 
b/net-libs/dleyna-core/dleyna-core-0.5.0.ebuild
deleted file mode 100644
index 5679380a109..000
--- a/net-libs/dleyna-core/dleyna-core-0.5.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils ltprune
-
-DESCRIPTION="utility library for higher level dLeyna libraries"
-HOMEPAGE="https://01.org/dleyna/;
-SRC_URI="https://01.org/sites/default/files/downloads/dleyna/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="1.0/4"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.28:2
-   >=net-libs/gupnp-0.20.5:0/4
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_install() {
-   default
-   prune_libtool_files
-}



[gentoo-commits] repo/gentoo:master commit in: gui-libs/amtk/

2020-04-25 Thread Mart Raudsepp
commit: e2c1113af38c3493bf149766ff972c252276a45f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 19:46:21 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c1113a

gui-libs/amtk: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gui-libs/amtk/Manifest  |  1 -
 gui-libs/amtk/amtk-5.0.1.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/gui-libs/amtk/Manifest b/gui-libs/amtk/Manifest
index 0d939bef2ca..99b472d28f8 100644
--- a/gui-libs/amtk/Manifest
+++ b/gui-libs/amtk/Manifest
@@ -1,2 +1 @@
-DIST amtk-5.0.1.tar.xz 369192 BLAKE2B 
b31b60045ea122c814a719877ada69fba3753d33c30ad28b5d0c97cd358ae15d98c8f88c038b95aa64e8d5d9b23e3143b75d571f1dc32dc4178af49b0ecf8faf
 SHA512 
21c581b9ea44bc6e9c13d5c9e6298b55a0f28b1943fab1943d2a8b53a9b82f8c29a983f73e5a4a66a16912645ff8c29023490380d6e6c3de157b9c35f56a4e00
 DIST amtk-5.0.2.tar.xz 368440 BLAKE2B 
d13498079714612ac775a20032c0684b77c8a2238dad055dba6b87e81c009da22b53cb93df185a10278eedab2857321ee59230488f738064a4fb305345eba345
 SHA512 
71876430c4e7c19c49170ef6ff8d4c5324f871fd1e02162f33a9249b87f693fa4f4f748ac73d901135d331fee662e5000851e86a00d921da6669319728526136

diff --git a/gui-libs/amtk/amtk-5.0.1.ebuild b/gui-libs/amtk/amtk-5.0.1.ebuild
deleted file mode 100644
index 5177ff59046..000
--- a/gui-libs/amtk/amtk-5.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2
-
-DESCRIPTION="Actions, Menus and Toolbars Kit for GTK+ applications"
-HOMEPAGE="https://wiki.gnome.org/Projects/Amtk;
-
-LICENSE="LGPL-2.1+"
-SLOT="5"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="+introspection"
-
-RDEPEND="
-   >=dev-libs/glib-2.52:2
-   >=x11-libs/gtk+-3.22:3
-   introspection? ( >=dev-libs/gobject-introspection-1.42:= )
-"
-DEPEND="${DEPEND}
-   >=sys-devel/gettext-0.19.6
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.25
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-gtk-doc \
-   --disable-installed-tests \
-   $(use_enable introspection) \
-   --disable-valgrind
-}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-backgrounds/

2020-04-25 Thread Mart Raudsepp
commit: 4f2163315340c0e67e97dbba150b98c21743b9bc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 25 20:14:15 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 25 20:17:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f216331

x11-themes/gnome-backgrounds: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-themes/gnome-backgrounds/Manifest|  1 -
 .../gnome-backgrounds/gnome-backgrounds-3.32.0.ebuild| 16 
 2 files changed, 17 deletions(-)

diff --git a/x11-themes/gnome-backgrounds/Manifest 
b/x11-themes/gnome-backgrounds/Manifest
index 1fa890e861f..6d9613884bb 100644
--- a/x11-themes/gnome-backgrounds/Manifest
+++ b/x11-themes/gnome-backgrounds/Manifest
@@ -1,2 +1 @@
-DIST gnome-backgrounds-3.32.0.tar.xz 31797916 BLAKE2B 
6df0bf94707ed44ef7cb0da4f51397d00a50428940549a09117e2b99b45f09709b53b4050df1778cb29f9a8d05ecb634fb4615ea8420886bc21623d05315b614
 SHA512 
7165f6102bc39b18253ea82f4039a1caca1b2ece6b5e98323c66a24221e6861b74e31d39e07782658ad76282e55d45136314dafb9ea0bcd3d4652aece2ba3797
 DIST gnome-backgrounds-3.34.0.tar.xz 31634888 BLAKE2B 
5d14bf6cff16880c5c3d296d5d6587afda4ba0367922ffdf4aac6edca5bd7cb5efe8b45b60c6139d4542e752a88b36d1300d475a921bba9587f6284c3d149ba0
 SHA512 
bea6df85611a845c1013091dfccfd1d1fc697781a74348d936c15f8cec1ace765c37e6f57fed403cc2c6a91a18e522c8cc3db74b2c2327cd3ed71371075a9834

diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.32.0.ebuild 
b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.32.0.ebuild
deleted file mode 100644
index b0437ec9185..000
--- a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.32.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome.org meson
-
-DESCRIPTION="A set of backgrounds packaged with the GNOME desktop"
-HOMEPAGE="https://git.gnome.org/browse/gnome-backgrounds;
-
-LICENSE="CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: games-emulation/ppsspp/

2020-04-25 Thread Mikle Kolyada
commit: 641372abdbbd729890f4171af68c860fd154e224
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Apr 25 20:15:58 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Apr 25 20:15:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=641372ab

games-emulation/ppsspp: migrate from libav

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild | 7 ++-
 games-emulation/ppsspp/ppsspp-.ebuild | 9 +++--
 2 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild 
b/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild
index 8de0ecaf747..e83d7dac012 100644
--- a/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild
+++ b/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="headless libav +qt5 sdl +system-ffmpeg"
+IUSE="headless +qt5 sdl +system-ffmpeg"
 REQUIRED_USE="!qt5? ( sdl )"
 
 RDEPEND="
@@ -39,10 +39,7 @@ RDEPEND="
!sdl? ( dev-qt/qtmultimedia:5 )
)
sdl? ( media-libs/libsdl2 )
-   system-ffmpeg? (
-   !libav? ( media-video/ffmpeg:= )
-   libav? ( media-video/libav:= )
-   )
+   system-ffmpeg? ( media-video/ffmpeg:= )
 "
 DEPEND="${RDEPEND}"
 

diff --git a/games-emulation/ppsspp/ppsspp-.ebuild 
b/games-emulation/ppsspp/ppsspp-.ebuild
index 536c4d6c89e..1f03ec0b1d0 100644
--- a/games-emulation/ppsspp/ppsspp-.ebuild
+++ b/games-emulation/ppsspp/ppsspp-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ EGIT_SUBMODULES=( '*' )
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="headless libav +qt5 sdl +system-ffmpeg"
+IUSE="headless +qt5 sdl +system-ffmpeg"
 REQUIRED_USE="!qt5? ( sdl )"
 
 RDEPEND="
@@ -30,10 +30,7 @@ RDEPEND="
!sdl? ( dev-qt/qtmultimedia:5 )
)
sdl? ( media-libs/libsdl2 )
-   system-ffmpeg? (
-   !libav? ( media-video/ffmpeg:= )
-   libav? ( media-video/libav:= )
-   )
+   system-ffmpeg? ( media-video/ffmpeg:= )
 "
 DEPEND="${RDEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsxr/

2020-04-25 Thread Mikle Kolyada
commit: 598cf4b8be6cb7c171c6e322637aac8e4889f1ff
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Apr 25 20:13:53 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Apr 25 20:13:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=598cf4b8

games-emulation/pcsxr: migrate from libav

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 games-emulation/pcsxr/pcsxr-1.9.94_p20190306.ebuild | 7 ++-
 games-emulation/pcsxr/pcsxr-.ebuild | 7 ++-
 2 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/games-emulation/pcsxr/pcsxr-1.9.94_p20190306.ebuild 
b/games-emulation/pcsxr/pcsxr-1.9.94_p20190306.ebuild
index d51b0296bea..9f4570150ce 100644
--- a/games-emulation/pcsxr/pcsxr-1.9.94_p20190306.ebuild
+++ b/games-emulation/pcsxr/pcsxr-1.9.94_p20190306.ebuild
@@ -15,7 +15,7 @@ LICENSE="GPL-2 public-domain"
 SLOT="0"
 KEYWORDS="~amd64"
 
-IUSE="alsa archive ccdda cdio libav openal oss pulseaudio +sdl"
+IUSE="alsa archive ccdda cdio openal oss pulseaudio +sdl"
 REQUIRED_USE="?? ( alsa openal oss pulseaudio sdl )"
 
 RDEPEND="
@@ -33,10 +33,7 @@ RDEPEND="
archive? ( app-arch/libarchive:= )
alsa? ( media-libs/alsa-lib:= )
cdio? ( dev-libs/libcdio:= )
-   ccdda? (
-   !libav? ( >=media-video/ffmpeg-3:= )
-   libav? ( media-video/libav:= )
-   )
+   ccdda? ( >=media-video/ffmpeg-3:= )
openal? ( media-libs/openal:= )
pulseaudio? ( media-sound/pulseaudio:= )
sdl? ( media-libs/libsdl2:=[sound] )

diff --git a/games-emulation/pcsxr/pcsxr-.ebuild 
b/games-emulation/pcsxr/pcsxr-.ebuild
index 765aaa96848..10ae63ff010 100644
--- a/games-emulation/pcsxr/pcsxr-.ebuild
+++ b/games-emulation/pcsxr/pcsxr-.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-2 public-domain"
 SLOT="0"
 KEYWORDS=""
 
-IUSE="alsa archive ccdda cdio libav openal oss pulseaudio +sdl"
+IUSE="alsa archive ccdda cdio openal oss pulseaudio +sdl"
 REQUIRED_USE="?? ( alsa openal oss pulseaudio sdl )"
 
 RDEPEND="
@@ -30,10 +30,7 @@ RDEPEND="
archive? ( app-arch/libarchive:= )
alsa? ( media-libs/alsa-lib:= )
cdio? ( dev-libs/libcdio:= )
-   ccdda? (
-   !libav? ( >=media-video/ffmpeg-3:= )
-   libav? ( media-video/libav:= )
-   )
+   ccdda? ( >=media-video/ffmpeg-3:= )
openal? ( media-libs/openal:= )
pulseaudio? ( media-sound/pulseaudio:= )
sdl? ( media-libs/libsdl2:=[sound] )



[gentoo-commits] repo/gentoo:master commit in: games-emulation/mgba/

2020-04-25 Thread Mikle Kolyada
commit: 7bdbc15db645ea29e89786726702c32132f2d7bf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Apr 25 20:11:42 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Apr 25 20:12:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bdbc15d

games-emulation/mgba: migrate from libav

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 games-emulation/mgba/mgba-0.7.3.ebuild | 7 ++-
 games-emulation/mgba/mgba-0.8.0.ebuild | 7 ++-
 games-emulation/mgba/mgba-0.8.1.ebuild | 7 ++-
 games-emulation/mgba/mgba-.ebuild  | 7 ++-
 4 files changed, 8 insertions(+), 20 deletions(-)

diff --git a/games-emulation/mgba/mgba-0.7.3.ebuild 
b/games-emulation/mgba/mgba-0.7.3.ebuild
index 9f37db30463..bf269f2432f 100644
--- a/games-emulation/mgba/mgba-0.7.3.ebuild
+++ b/games-emulation/mgba/mgba-0.7.3.ebuild
@@ -16,7 +16,7 @@ else
 fi
 LICENSE="MPL-2.0"
 SLOT="0"
-IUSE="debug elf ffmpeg imagemagick libav opengl qt5 +sdl sqlite"
+IUSE="debug elf ffmpeg imagemagick opengl qt5 +sdl sqlite"
 REQUIRED_USE="|| ( qt5 sdl )
qt5? ( opengl )"
 
@@ -24,10 +24,7 @@ RDEPEND="
media-libs/libpng:0=
sys-libs/zlib[minizip]
elf? ( dev-libs/elfutils )
-   ffmpeg? (
-   libav? ( media-video/libav:= )
-   !libav? ( media-video/ffmpeg:= )
-   )
+   ffmpeg? ( media-video/ffmpeg:= )
imagemagick? ( media-gfx/imagemagick:= )
opengl? ( virtual/opengl )
qt5? (

diff --git a/games-emulation/mgba/mgba-0.8.0.ebuild 
b/games-emulation/mgba/mgba-0.8.0.ebuild
index 15a46f8a700..c8853a7ffd1 100644
--- a/games-emulation/mgba/mgba-0.8.0.ebuild
+++ b/games-emulation/mgba/mgba-0.8.0.ebuild
@@ -19,7 +19,7 @@ else
 fi
 LICENSE="MPL-2.0"
 SLOT="0"
-IUSE="debug discord elf ffmpeg libav opengl qt5 +sdl sqlite"
+IUSE="debug discord elf ffmpeg opengl qt5 +sdl sqlite"
 REQUIRED_USE="|| ( qt5 sdl )
qt5? ( opengl )"
 
@@ -27,10 +27,7 @@ RDEPEND="
media-libs/libpng:0=
sys-libs/zlib[minizip]
elf? ( dev-libs/elfutils )
-   ffmpeg? (
-   libav? ( media-video/libav:= )
-   !libav? ( media-video/ffmpeg:= )
-   )
+   ffmpeg? ( media-video/ffmpeg:= )
opengl? ( virtual/opengl )
qt5? (
dev-qt/qtcore:5

diff --git a/games-emulation/mgba/mgba-0.8.1.ebuild 
b/games-emulation/mgba/mgba-0.8.1.ebuild
index 1200fa57ed4..be2689f439b 100644
--- a/games-emulation/mgba/mgba-0.8.1.ebuild
+++ b/games-emulation/mgba/mgba-0.8.1.ebuild
@@ -19,7 +19,7 @@ else
 fi
 LICENSE="MPL-2.0"
 SLOT="0"
-IUSE="debug discord elf ffmpeg libav opengl qt5 +sdl sqlite"
+IUSE="debug discord elf ffmpeg opengl qt5 +sdl sqlite"
 REQUIRED_USE="|| ( qt5 sdl )
qt5? ( opengl )"
 
@@ -27,10 +27,7 @@ RDEPEND="
media-libs/libpng:0=
sys-libs/zlib[minizip]
elf? ( dev-libs/elfutils )
-   ffmpeg? (
-   libav? ( media-video/libav:= )
-   !libav? ( media-video/ffmpeg:= )
-   )
+   ffmpeg? ( media-video/ffmpeg:= )
opengl? ( virtual/opengl )
qt5? (
dev-qt/qtcore:5

diff --git a/games-emulation/mgba/mgba-.ebuild 
b/games-emulation/mgba/mgba-.ebuild
index 1200fa57ed4..be2689f439b 100644
--- a/games-emulation/mgba/mgba-.ebuild
+++ b/games-emulation/mgba/mgba-.ebuild
@@ -19,7 +19,7 @@ else
 fi
 LICENSE="MPL-2.0"
 SLOT="0"
-IUSE="debug discord elf ffmpeg libav opengl qt5 +sdl sqlite"
+IUSE="debug discord elf ffmpeg opengl qt5 +sdl sqlite"
 REQUIRED_USE="|| ( qt5 sdl )
qt5? ( opengl )"
 
@@ -27,10 +27,7 @@ RDEPEND="
media-libs/libpng:0=
sys-libs/zlib[minizip]
elf? ( dev-libs/elfutils )
-   ffmpeg? (
-   libav? ( media-video/libav:= )
-   !libav? ( media-video/ffmpeg:= )
-   )
+   ffmpeg? ( media-video/ffmpeg:= )
opengl? ( virtual/opengl )
qt5? (
dev-qt/qtcore:5



[gentoo-commits] repo/proj/guru:dev commit in: profiles/

2020-04-25 Thread Alessandro Barbieri
commit: cc0206c956516d6dbc9035bad5ee78a027033f37
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Apr 25 20:10:25 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Apr 25 20:10:25 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc0206c9

extend skia mask

Signed-off-by: Alessandro Barbieri  gmail.com>

 profiles/package.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 8e07fb8..7798656 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1,5 +1,5 @@
 #doesn't build
-=media-libs/skia-80
+media-libs/skia
 #skia revdep
 dev-python/skia-pathops
 



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

2020-04-25 Thread Michał Górny
commit: 7e1e5c05e81757ac0a4beea38013b3b1c1a58c34
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 25 20:09:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 25 20:10:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1e5c05

dev-python/python-daemon: Enable py3.7

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python-daemon/python-daemon-2.1.2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/python-daemon/python-daemon-2.1.2.ebuild 
b/dev-python/python-daemon/python-daemon-2.1.2.ebuild
index 172faf108e2..bc1e39863cb 100644
--- a/dev-python/python-daemon/python-daemon-2.1.2.ebuild
+++ b/dev-python/python-daemon/python-daemon-2.1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
@@ -15,8 +15,7 @@ LICENSE="PSF-2"
 SLOT="0"
 KEYWORDS="amd64 arm x86"
 IUSE="test"
-
-RESTRICT="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-python/lockfile[${PYTHON_USEDEP}]"



  1   2   3   >