[gentoo-commits] repo/gentoo:master commit in: app-metrics/alertmanager/

2020-06-24 Thread William Hubbs
commit: ff1161b7dd9bf20b0292594dfd6b2c8b19ee658b
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Jun 25 04:16:04 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Jun 25 04:16:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1161b7

app-metrix/alertmanager: 0.21 bump

Signed-off-by: William Hubbs  gentoo.org>

 app-metrics/alertmanager/Manifest  |  1 +
 .../alertmanager/alertmanager-0.21.0.ebuild| 45 ++
 2 files changed, 46 insertions(+)

diff --git a/app-metrics/alertmanager/Manifest 
b/app-metrics/alertmanager/Manifest
index 0f339d55ede..77f498a5c51 100644
--- a/app-metrics/alertmanager/Manifest
+++ b/app-metrics/alertmanager/Manifest
@@ -1,2 +1,3 @@
 DIST alertmanager-0.18.0.tar.gz 5181819 BLAKE2B 
efcc856ccacb97646915e8d622179cf3cc7554351036cf556347ec46cdede5c9223139cb209b52376964c7b19b119f3683f82698d1e7c07b1432bb3e4bb37239
 SHA512 
59faec308abaac3d2b59198fef25109b208de1a807b38803dc10722ff0caf1bac9d9795005fefb3b4e2acda62be136bfcafe7b9702ae52565021a424f99fa730
 DIST alertmanager-0.19.0.tar.gz 5862442 BLAKE2B 
a79336286ca1099dcc73cce897eccaff8d40f8d3140ebf1943a1189cf1d2ec58738cbe7fc02221826ffc0e1535954a11a461ac6ea222113c79a44d43cc9eda83
 SHA512 
2c21bfbb1001e07e81b1115439ad15e7c0e7089839e56a19c445177e322b8ef9aa2b85e96478f3c3d709cbbd3a5447662a8c55da370b84aa4b6b24f83848744b
+DIST alertmanager-0.21.0.tar.gz 5704209 BLAKE2B 
646ac0b05eb194d1c35f49e38c0a206d09a9c45d4f2f7c371a53ecfff5deba6e2c2af82f3f4ce2b591338c557241766395f42b8bd3c91ae2da4ef7e570666fda
 SHA512 
72568407af4e90455975eff504ed49f4877eb517673532f655b6b0459725db5df7bbd1a3be120106c46b30dd7056714cc0b34b46df9c4d8c98e1f8c9eb0c39da

diff --git a/app-metrics/alertmanager/alertmanager-0.21.0.ebuild 
b/app-metrics/alertmanager/alertmanager-0.21.0.ebuild
new file mode 100644
index 000..028f242a3a3
--- /dev/null
+++ b/app-metrics/alertmanager/alertmanager-0.21.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module user
+GIT_COMMIT=4c6c03eb
+MY_PV="${PV/_rc/-rc.}"
+
+DESCRIPTION="Alertmanager for alerts sent by client applications such as 
Prometheus"
+HOMEPAGE="https://github.com/prometheus/alertmanager;
+SRC_URI="https://github.com/prometheus/alertmanager/archive/v${MY_PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+BDEPEND="dev-util/promu"
+
+RESTRICT+=" test"
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 -1 ${PN}
+}
+
+src_prepare() {
+   default
+   sed -i -e "s/{{.Revision}}/${GIT_COMMIT}/" .promu.yml || die
+}
+
+src_compile() {
+   promu build -v --prefix bin || die
+}
+
+src_install() {
+   dobin bin/*
+   dodoc {README,CHANGELOG,CONTRIBUTING}.md
+   insinto /etc/alertmanager/
+   newins doc/examples/simple.yml config.yml.example
+   keepdir /var/lib/alertmanager /var/log/alertmanager
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   fowners ${PN}:${PN} /var/lib/alertmanager /var/log/alertmanager
+}



[gentoo-commits] repo/gentoo:master commit in: app-metrics/prometheus/

2020-06-24 Thread William Hubbs
commit: d35a69ded02f6b72153c06014c652767a01681f3
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Jun 25 03:23:56 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Jun 25 03:29:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d35a69de

app-metrics/prometheus: 2.19.1 bump

Signed-off-by: William Hubbs  gentoo.org>

 app-metrics/prometheus/Manifest |  2 +
 app-metrics/prometheus/prometheus-2.19.1.ebuild | 65 +
 2 files changed, 67 insertions(+)

diff --git a/app-metrics/prometheus/Manifest b/app-metrics/prometheus/Manifest
index b88e3208874..517cf63cccd 100644
--- a/app-metrics/prometheus/Manifest
+++ b/app-metrics/prometheus/Manifest
@@ -1 +1,3 @@
 DIST prometheus-2.13.1.tar.gz 15249891 BLAKE2B 
35cd3c81bdb4f3a783c2ab1f1318946db5b25c94496fe351739a59259a726bf54d418d6b29efeff44c8007353ed63368819ce89ffe6a4f380b7ae216da3c4d63
 SHA512 
aed3b44db97cd2a67add64d13e950246b25c2b459f6b1081a6c548862c4e85c055254a0dfb94b08ac85f83dbbe30afceb1c54a8ad6f7ff1367aeb6af6d270e8a
+DIST prometheus-2.19.1-assets.tar.gz 5032055 BLAKE2B 
75bc247d3dfbcccf3a9d7ef8a23fabe2d92d698670f5aabb19e1ee019e0197aa4fd49cfd53353e09a765a014af70ad860c7d1b6bce292632e5ed1175dd206ae9
 SHA512 
52d1f80d9ab2de778e8a0c81549ff83647d3d8af37ccf535a6fc4ac45fe29f25f6592e9b5eb137cd5ed6f6730835e4ba52b6c4c82e5b0bb2336b90c809d756de
+DIST prometheus-2.19.1.tar.gz 13343138 BLAKE2B 
042f2c6e10e3d7f50b2373d9c3977db0318c8c9839e313463890ccae58c91d6d46c306d5aaeb795fb1a9649477b17cb6b182aca9dee222d8fba557bf6d74
 SHA512 
a54a83b21ac8f3477e678ca365b8f04adcbe5cdd8a17d842eb9cd2e3428238841fb0492da6f4ec973f48803b0739667c734ae8a88b48d12555e23410e6461629

diff --git a/app-metrics/prometheus/prometheus-2.19.1.ebuild 
b/app-metrics/prometheus/prometheus-2.19.1.ebuild
new file mode 100644
index 000..86894dfc692
--- /dev/null
+++ b/app-metrics/prometheus/prometheus-2.19.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module user
+
+MY_PV=v${PV/_rc/-rc.}
+GIT_COMMIT=eba3fdcbf
+
+DESCRIPTION="Prometheus monitoring system and time series database"
+HOMEPAGE="https://github.com/prometheus/prometheus;
+SRC_URI="https://github.com/prometheus/prometheus/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz
+   https://dev.gentoo.org/~williamh/dist/${P}-assets.tar.gz;
+
+LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+BDEPEND=">=dev-util/promu-0.3.0"
+DEPEND="!app-metrics/prometheus-bin"
+
+PROMETHEUS_HOME="/var/lib/prometheus"
+
+RESTRICT+=" test"
+
+pkg_setup() {
+   enewgroup prometheus
+   enewuser prometheus -1 -1 "${PROMETHEUS_HOME}" prometheus
+}
+
+src_prepare() {
+   default
+   sed -i -e "s/{{.Revision}}/${GIT_COMMIT}/" .promu.yml || die
+   mv ../assets_vfsdata.go web/ui || die
+}
+
+src_compile() {
+   promu build --prefix bin -v || die
+}
+
+src_install() {
+   dobin bin/*
+   dodoc -r {documentation,{README,CHANGELOG,CONTRIBUTING}.md}
+   insinto /etc/prometheus
+   doins documentation/examples/prometheus.yml
+   insinto /usr/share/prometheus
+   doins -r console_libraries consoles
+   dosym ../../usr/share/prometheus/console_libraries 
/etc/prometheus/console_libraries
+   dosym ../../usr/share/prometheus/consoles /etc/prometheus/consoles
+
+   newinitd "${FILESDIR}"/prometheus.initd prometheus
+   newconfd "${FILESDIR}"/prometheus.confd prometheus
+   keepdir /var/log/prometheus /var/lib/prometheus
+   fowners prometheus:prometheus /var/log/prometheus /var/lib/prometheus
+}
+
+pkg_postinst() {
+   if has_version '

[gentoo-commits] repo/gentoo:master commit in: net-irc/irccloud-desktop-bin/

2020-06-24 Thread Jason A. Donenfeld
commit: 0cfb356346446c98993fbe01518bce821aea382d
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Thu Jun 25 00:40:46 2020 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Thu Jun 25 00:41:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cfb3563

net-irc/irccloud-desktop-bin: add 0.15.0

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 net-irc/irccloud-desktop-bin/Manifest  |  1 +
 .../irccloud-desktop-bin-0.15.0.ebuild | 51 ++
 net-irc/irccloud-desktop-bin/metadata.xml  |  8 
 3 files changed, 60 insertions(+)

diff --git a/net-irc/irccloud-desktop-bin/Manifest 
b/net-irc/irccloud-desktop-bin/Manifest
new file mode 100644
index 000..1be8b3ad48d
--- /dev/null
+++ b/net-irc/irccloud-desktop-bin/Manifest
@@ -0,0 +1 @@
+DIST irccloud-desktop_0.15.0_linux_amd64.deb 56822648 BLAKE2B 
9311a0b1c7aca956cbcd75be20dd11d6114c4a593d7f3fb3cbc06d9806d9fe8631d72af3e0f209a3ecb1211a8027cd9d55c0999366359fe49e219a3f6efb9429
 SHA512 
69d3a6edaae05a71100ca791eb0986e5b58070fd20ec23ae853e14d59f613f2f25470983de34f24222c7f67e609ae5e2a83b5dc0dbadb9c49e9165b3d5b550d1

diff --git a/net-irc/irccloud-desktop-bin/irccloud-desktop-bin-0.15.0.ebuild 
b/net-irc/irccloud-desktop-bin/irccloud-desktop-bin-0.15.0.ebuild
new file mode 100644
index 000..fd92a49e700
--- /dev/null
+++ b/net-irc/irccloud-desktop-bin/irccloud-desktop-bin-0.15.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop unpacker xdg
+
+DESCRIPTION="IRCCloud Desktop Client"
+HOMEPAGE="https://github.com/irccloud/irccloud-desktop
+   https://www.irccloud.com/;
+SRC_URI="https://github.com/irccloud/irccloud-desktop/releases/download/v${PV}/irccloud-desktop_${PV}_linux_amd64.deb;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="mirror strip"
+
+DEPEND="
+   >=x11-libs/gtk+-3.0
+   x11-libs/libnotify
+   >=dev-libs/nss-3
+   x11-libs/libXScrnSaver
+   x11-libs/libXtst
+   x11-misc/xdg-utils
+   net-print/cups
+   >=app-accessibility/at-spi2-core-2.0.0
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_install() {
+   sed -i 's/--no-sandbox//g' usr/share/applications/irccloud.desktop || 
die
+   domenu usr/share/applications/irccloud.desktop
+
+   for size in 16 32 48 64 128 256 512; do
+   doicon -s ${size} 
usr/share/icons/hicolor/${size}x${size}/apps/irccloud.png
+   done
+
+   gunzip usr/share/doc/irccloud-desktop/changelog.gz || die
+   dodoc usr/share/doc/irccloud-desktop/changelog
+
+   insinto /
+   doins -r opt
+   fperms +x /opt/IRCCloud/irccloud
+   dosym ../IRCCloud/irccloud /opt/bin/irccloud
+}

diff --git a/net-irc/irccloud-desktop-bin/metadata.xml 
b/net-irc/irccloud-desktop-bin/metadata.xml
new file mode 100644
index 000..915f0022706
--- /dev/null
+++ b/net-irc/irccloud-desktop-bin/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zx...@gentoo.org
+   Jason A. Donenfeld
+   
+



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

2020-06-24 Thread Aisha Tammy
commit: 1c7dcaf78d1325305904f024c7628d2f8f387b73
Author: Aisha Tammy  aisha  cc>
AuthorDate: Wed Jun 24 19:33:09 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Wed Jun 24 19:34:05 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c7dcaf7

profiles/updates/2Q-2020: added usockets and uwebsockets move

Signed-off-by: Aisha Tammy  aisha.cc>

 profiles/updates/2Q-2020 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/updates/2Q-2020 b/profiles/updates/2Q-2020
new file mode 100644
index 000..8f21ef4
--- /dev/null
+++ b/profiles/updates/2Q-2020
@@ -0,0 +1,2 @@
+move dev-cpp/usockets net-libs/usockets
+move dev-cpp/uwebsockets www-apps/uwebsockets



[gentoo-commits] proj/portage:master commit in: bin/

2020-06-24 Thread Zac Medico
commit: 03d4c33f48eb5e98c9fdc8bf49ee239489229b8e
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Jun 24 22:58:44 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Jun 24 23:06:46 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=03d4c33f

ecompress: fix precompressed false positive for docompress -x 

Use ${REPLY%.ecompress} to correctly strip the .ecompress suffix.

Fixes: 5508bf7a6db5 ("ecompress: ignore docompress -x files in precompressed QA 
check (bug 721516)")
Bug: https://bugs.gentoo.org/721516
Signed-off-by: Zac Medico  gentoo.org>

 bin/ecompress | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/ecompress b/bin/ecompress
index 1ab07ccd7..60b083834 100755
--- a/bin/ecompress
+++ b/bin/ecompress
@@ -31,7 +31,7 @@ while [[ $# -gt 0 ]] ; do
 
if [[ ${#skip_dirs[@]} -gt 0 ]]; then
while read -r -d ''; do
-   skip_files+=(${REPLY#.ecompress})
+   skip_files+=("${REPLY%.ecompress}")
done < <(find "${skip_dirs[@]}" -name '*.ecompress' 
-print0 -delete || die)
fi
 



[gentoo-commits] repo/gentoo:master commit in: www-apps/chromedriver-bin/

2020-06-24 Thread Thomas Deutschmann
commit: 0c362efff230fc0cbe25f4226d757db0f0130c15
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jun 24 22:19:07 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jun 24 22:20:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c362eff

www-apps/chromedriver-bin: add version constraint on www-client/google-chrome

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 ...-bin-83.0.4103.39.ebuild => chromedriver-bin-83.0.4103.39-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/chromedriver-bin/chromedriver-bin-83.0.4103.39.ebuild 
b/www-apps/chromedriver-bin/chromedriver-bin-83.0.4103.39-r1.ebuild
similarity index 93%
rename from www-apps/chromedriver-bin/chromedriver-bin-83.0.4103.39.ebuild
rename to www-apps/chromedriver-bin/chromedriver-bin-83.0.4103.39-r1.ebuild
index c96967a171b..75e2c16479f 100644
--- a/www-apps/chromedriver-bin/chromedriver-bin-83.0.4103.39.ebuild
+++ b/www-apps/chromedriver-bin/chromedriver-bin-83.0.4103.39-r1.ebuild
@@ -17,7 +17,7 @@ RESTRICT="bindist mirror strip"
 BDEPEND="app-arch/unzip"
 
 RDEPEND="!www-client/chromium
-   www-client/google-chrome"
+   =www-client/google-chrome-$(ver_cut 1)*"
 
 S="${WORKDIR}"
 QA_PREBUILT="usr/bin/chromedriver"



[gentoo-commits] repo/gentoo:master commit in: www-apps/chromedriver-bin/

2020-06-24 Thread Thomas Deutschmann
commit: 5edcaf5aa62aa1a2156f12317af93cb83f2643d2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jun 24 22:17:55 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jun 24 22:19:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5edcaf5a

www-apps/chromedriver-bin: drop old

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-apps/chromedriver-bin/Manifest | 15 
 .../chromedriver-bin-2.24-r1.ebuild| 25 ---
 .../chromedriver-bin-2.30-r1.ebuild| 25 ---
 .../chromedriver-bin-2.35-r1.ebuild| 24 ---
 .../chromedriver-bin/chromedriver-bin-2.40.ebuild  | 24 ---
 .../chromedriver-bin/chromedriver-bin-2.41.ebuild  | 24 ---
 .../chromedriver-bin-74.0.3729.6.ebuild| 24 ---
 .../chromedriver-bin-76.0.3809.68.ebuild   | 24 ---
 .../chromedriver-bin-77.0.3865.40.ebuild   | 24 ---
 .../chromedriver-bin-78.0.3904.105.ebuild  | 28 --
 .../chromedriver-bin-78.0.3904.70.ebuild   | 24 ---
 .../chromedriver-bin-79.0.3945.36.ebuild   | 28 --
 .../chromedriver-bin-80.0.3987.106.ebuild  | 28 --
 .../chromedriver-bin-81.0.4044.69.ebuild   | 28 --
 14 files changed, 345 deletions(-)

diff --git a/www-apps/chromedriver-bin/Manifest 
b/www-apps/chromedriver-bin/Manifest
index db4301de61f..756d67e49b6 100644
--- a/www-apps/chromedriver-bin/Manifest
+++ b/www-apps/chromedriver-bin/Manifest
@@ -1,16 +1 @@
-DIST chromedriver-bin-2.24.linux32.zip 3154004 BLAKE2B 
6db98f434a5a71c7d76a7fa607c96e84a5358d0f1293a5e99838bcbd7f28846422ddb2d1128fb5602b02700b7bd7b61856903bd05047007dc4f2e41a5f8d6532
 SHA512 
36d853050c58bfc79e3b04e14f9c00cb3b5dad42cbc6a7433b06ef841184443750d714d7a5c80528e237831adf68ddb3f24540b9f19e6601e9e483e57f50cc7b
-DIST chromedriver-bin-2.24.linux64.zip 3116161 BLAKE2B 
b32b8f5191b65fde09cd6fb6fa753702444e7dd15dc8f9a335bd99f9ac36942c0e7eaf546db5b688f66fa0ce429c550a20a3059e554452a2b99bb4d86b387622
 SHA512 
ae1fa127560af1b8419c273f9e23253a19423276294cb920c87b0c209134244315c4d3878b9025589471d72056abb0087ef897f684e28d63b5fc71d628dd1791
-DIST chromedriver-bin-2.30.linux32.zip 3891104 BLAKE2B 
653365b57013549c3190d4fe2cc427b1f98bd04cd28d64be64993a99e90e33c487fcf8f3a35830659ad2f98a97a15345f24fb278c724eea4cf2ead41a19cb3b3
 SHA512 
341a652a4dba85a4990b6366fe1a6b392d83c32f70ec04ec69afbc90932d223f16b1944b2709b80dc4399c9377523fd494aba0e70fa7c9e22fda1e5142778a4b
-DIST chromedriver-bin-2.30.linux64.zip 3864914 BLAKE2B 
d31a1ff9f0eba3384bb3e1598b448c3893d65be98876ad302891657e0eaa8684733303eca618e43226a3e6eb1fd212248188d20cfc97b5aefc9118600420
 SHA512 
451d120fceda3a08bba77fbae8d99c87c0902e608006a7895882a06cdcb1614afe0b563fd1b2b2bdc3ac3fbc426b5d3141245ee4d00a0c4dad6911d9a94f5d1a
-DIST chromedriver-bin-2.35.linux64.zip 3721349 BLAKE2B 
37abd16d3d2aea57dfff871f2cdcf3ea0c34ad50dd8ba98f2e166e541ebf6ea2ede641a10f7b3d6ff2114740f9aad3cda6e0fc19ab3708fca89b3ce96cb3639e
 SHA512 
0da15aee65c7f13552a57cc77212206fcd9a76b3cb912d85807760d6fb44b122e850c72e36fa7f53355c5bfff038afeeec2181089d1507c59cd5e176fd415ae7
-DIST chromedriver-bin-2.40.linux64.zip 3860375 BLAKE2B 
b91d4cd05b390f5b0d175ab396838ed3d2ab0dd0a961c4d51268a85c1ffc0be077615126b9373dd7cf69add57f9eb56b5b494ecf55086a4b86cdbc50f1307275
 SHA512 
5d4fd5723b6245bb7ee722f0e206391b1baa5f1c558f7e79f54289ea3adab385537f569f84b6de2b4f02e38105416f3361b439349a180e3a764126ed2ad525a4
-DIST chromedriver-bin-2.41.linux64.zip 3944714 BLAKE2B 
6f86f973c1768d549bbc57a6578459d5603424351240530a7bc3e20c201dd5a0323843e29201a6731f70cc9672c129ebcda7478539cf9875e6e9c14d7f30eca0
 SHA512 
328bd82d17f5d4238d3fd18b8848f4edc218014cba515972b75f1e4e866f1d729f6d56463b276f7afaf7965f0d36680c0238ae8ff8f9667bc6631e49ae9e7013
-DIST chromedriver-bin-74.0.3729.6.linux64.zip 5065988 BLAKE2B 
e4c6bc2530f2cf8d033677d18978d93fba9710ead098c5ed455584154b73e9d734db32d9b3fd7f5500f3f32d4403f34fa448b37d3b96d3aecfc11dd9ac7ce54a
 SHA512 
1f61f4940b557c4d74e540ff11770b3182941a11cc34783c97beab1afb5eb53806c958721da1a8249cb6a88c6cf40e7064ac9f94e7da1970d9c23a1188873c5b
-DIST chromedriver-bin-76.0.3809.68.linux64.zip 5231218 BLAKE2B 
eb4bd1f6bfe8f137ba6314fdfe6c132a989266f75af1870b6dae3ed9bee70d8a8145794798d273f971fdce0b311523972eebf88cc4ddb391195fc1985abe12af
 SHA512 
18be867e96fce752a1a2974ade8a0897b19d4a3e1b971e751193e33a01211a96e0f835785817151405e7d3d4138f86d8104544ca2b72925ba5e38a14b45c72dd
-DIST chromedriver-bin-77.0.3865.40.linux64.zip 5425800 BLAKE2B 
b1b0ef7e4a6822838874fe5fa4bf7e24ef01f720a8cd62b2c748af20a6fa74bc34473d3fff1ef553f21437fb2ed592c7245253b781810da8987e6d730c6c027f
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: app-emacs/blogmax/

2020-06-24 Thread Ulrich Müller
commit: 4efa1854b8b1a2967584ec4fc3677234b75f203a
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jun 24 21:51:25 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Jun 24 21:55:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4efa1854

app-emacs/blogmax: Better longdescription.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/blogmax/metadata.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-emacs/blogmax/metadata.xml b/app-emacs/blogmax/metadata.xml
index 18aa34682d6..0240753d62d 100644
--- a/app-emacs/blogmax/metadata.xml
+++ b/app-emacs/blogmax/metadata.xml
@@ -6,7 +6,9 @@
   Gentoo GNU Emacs project
 
 
-  BlogMax is an Emacs package that aids in the creation of a weblog.
+  BlogMax is an Emacs major-mode for maintaining a weblog. It lets you
+  focus on the text of your web site, while wrapping a template that
+  you define around each page.
 
 
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/mg/

2020-06-24 Thread Ulrich Müller
commit: 12f1d77fc67a7570a95353ce66fb38575ee22850
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jun 24 21:44:09 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Jun 24 21:55:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12f1d77f

app-editors/mg: Better longdescription.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ulrich Müller  gentoo.org>

 app-editors/mg/metadata.xml | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-editors/mg/metadata.xml b/app-editors/mg/metadata.xml
index 00486d5abd4..156c5660d64 100644
--- a/app-editors/mg/metadata.xml
+++ b/app-editors/mg/metadata.xml
@@ -6,7 +6,11 @@
   Gentoo Emacs project
 
 
-  mg is Micro GNU/emacs, this is a portable version of the mg maintained by
-  the OpenBSD team.
+  Mg (mg) is intended to be a small, fast, and portable editor for
+  people who can't (or don't want to) run real Emacs for one reason
+  or another. It is compatible with GNU Emacs because there shouldn't
+  be any reason to learn more than one Emacs flavor.
+
+  This is a portable version of the Mg maintained by the OpenBSD team.
 
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/scim-bridge-el/

2020-06-24 Thread Ulrich Müller
commit: d27a76619b66b78e957d8e5e464debed86e784d4
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jun 24 21:54:51 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Jun 24 21:55:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27a7661

app-emacs/scim-bridge-el: Better longdescription.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/scim-bridge-el/metadata.xml | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/app-emacs/scim-bridge-el/metadata.xml 
b/app-emacs/scim-bridge-el/metadata.xml
index 43c14ac67d1..d351407087a 100644
--- a/app-emacs/scim-bridge-el/metadata.xml
+++ b/app-emacs/scim-bridge-el/metadata.xml
@@ -9,7 +9,16 @@
   Gentoo GNU Emacs project
 
 
-  A SCIM-Bridge client for Emacs.
+  The Smart Common Input Method platform (SCIM) is an input method (IM)
+  platform containing support for more than thirty languages (CJK and
+  many European languages) for POSIX-style operating systems including
+  Linux and BSD.
+
+  scim-bridge.el is a SCIM-Bridge client for Emacs. This program allows
+  users on-the-spot style input with SCIM. The input statuses are
+  individually kept for each buffer, and prefix-keys such as C-x and C-c
+  can be used even if SCIM is active. So you can input various languages
+  fast and comfortably by using it.
 
 
 



[gentoo-commits] repo/gentoo:master commit in: app-text/q-text-as-data/

2020-06-24 Thread Thomas Deutschmann
commit: 64cc2b94e8498e46f3511bcd90af4f0e17dac47c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jun 24 21:53:25 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jun 24 21:53:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64cc2b94

app-text/q-text-as-data: fix Manifest

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-text/q-text-as-data/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-text/q-text-as-data/Manifest b/app-text/q-text-as-data/Manifest
index 9078adf23eb..0d554c36613 100644
--- a/app-text/q-text-as-data/Manifest
+++ b/app-text/q-text-as-data/Manifest
@@ -1,2 +1 @@
-DIST q-1.5.0.tar.gz 58746 BLAKE2B 
a35f7ea605a42e81be1ee4899ed9e8c2b4e81e896b6e4c1eb6045b64cc7fa3ffdf6f754be168b3ebe25faa4c8b80f63e23174231357260263acf335b8d5c
 SHA512 
d21dd16a31629e36f0dee72ebc574283c7937821cb2da7ccaacb8484a35b53193dad05fe9857d1498434a0c1083514ea5b9e5d8a636bcd51d4c5924cb7bb1b55
 DIST q-2.0.10.tar.gz 218824 BLAKE2B 
91f6485d94325768d7bfd32223d379cd90f3ade3760e44c859ec25aee6aeb73c943b3dedbf56b378222f6bc094faf160d86dcacab3dd0ce5ebf93230ca61696d
 SHA512 
ab503a555380b6d17500972256db5e9eb19066d7a1f480091e777681d694746d6d7743254f3839bfd2f08697308aee8cea60e4583a0b1a4d93caf522342f25b2



[gentoo-commits] repo/gentoo:master commit in: virtual/editor/

2020-06-24 Thread Ulrich Müller
commit: 5a0c6e237b9168a6c74f11082285e2f8c1faa968
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jun 24 21:30:26 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Jun 24 21:31:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0c6e23

virtual/editor: Drop app-editors/nvi from dependencies.

Package has been removed.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ulrich Müller  gentoo.org>

 virtual/editor/editor-0-r3.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/virtual/editor/editor-0-r3.ebuild 
b/virtual/editor/editor-0-r3.ebuild
index 01364cc3f24..ad5eea779a9 100644
--- a/virtual/editor/editor-0-r3.ebuild
+++ b/virtual/editor/editor-0-r3.ebuild
@@ -35,7 +35,6 @@ RDEPEND="|| (
app-editors/ne
app-editors/neovim
app-editors/ng
-   app-editors/nvi
app-editors/qemacs
app-editors/teco
app-editors/uemacs-pk



[gentoo-commits] repo/gentoo:master commit in: app-text/q-text-as-data/

2020-06-24 Thread Robin H. Johnson
commit: e2b549a82496d0f5c1daa29d9ea1b81ff0b68ec2
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed Jun 24 21:21:26 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Jun 24 21:22:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2b549a8

app-text/q-text-as-data: bump, now with py3 support

Signed-off-by: Robin H. Johnson  gentoo.org>

 app-text/q-text-as-data/Manifest   |  1 +
 .../q-text-as-data/q-text-as-data-2.0.10.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/app-text/q-text-as-data/Manifest b/app-text/q-text-as-data/Manifest
index 081b6340c15..9078adf23eb 100644
--- a/app-text/q-text-as-data/Manifest
+++ b/app-text/q-text-as-data/Manifest
@@ -1 +1,2 @@
 DIST q-1.5.0.tar.gz 58746 BLAKE2B 
a35f7ea605a42e81be1ee4899ed9e8c2b4e81e896b6e4c1eb6045b64cc7fa3ffdf6f754be168b3ebe25faa4c8b80f63e23174231357260263acf335b8d5c
 SHA512 
d21dd16a31629e36f0dee72ebc574283c7937821cb2da7ccaacb8484a35b53193dad05fe9857d1498434a0c1083514ea5b9e5d8a636bcd51d4c5924cb7bb1b55
+DIST q-2.0.10.tar.gz 218824 BLAKE2B 
91f6485d94325768d7bfd32223d379cd90f3ade3760e44c859ec25aee6aeb73c943b3dedbf56b378222f6bc094faf160d86dcacab3dd0ce5ebf93230ca61696d
 SHA512 
ab503a555380b6d17500972256db5e9eb19066d7a1f480091e777681d694746d6d7743254f3839bfd2f08697308aee8cea60e4583a0b1a4d93caf522342f25b2

diff --git a/app-text/q-text-as-data/q-text-as-data-2.0.10.ebuild 
b/app-text/q-text-as-data/q-text-as-data-2.0.10.ebuild
new file mode 100644
index 000..f3c988259f1
--- /dev/null
+++ b/app-text/q-text-as-data/q-text-as-data-2.0.10.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python2_7 python3_{6..9} )
+PYTHON_REQ_USE="sqlite"
+
+inherit python-r1
+
+DESCRIPTION="A CLI tool that allows direct execution of SQL-like queries on 
text"
+HOMEPAGE="http://harelba.github.io/q/;
+MY_P="q-${PV}"
+SRC_URI="https://github.com/harelba/q/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# Upstream is wrong
+# http://harelba.github.io/q/#requirements
+RDEPEND="${PYTHON_DEPS}
+   $(python_gen_any_dep '
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/flake8[${PYTHON_USEDEP}]
+   ')"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_compile() {
+   : # Do not use the Makefile
+}
+
+q_install() {
+   python_newexe bin/q.py q-text-as-data
+}
+
+src_install() {
+   python_foreach_impl q_install
+   newdoc bin/.qrc dot-qrc
+   dodoc doc/*
+}
+
+pkg_postinst() {
+   einfo "On Gentoo, the 'q' binary is most often provided by 
app-portage/portage-utils;"
+   einfo "Thus, this tool is install as 'q-text-as-data' rather than 'q'."
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/lfm/, app-misc/lfm/files/

2020-06-24 Thread Ben Kohler
commit: 1dc55ec11236008be7781e1f4b53ad98dc255e2b
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Jun 24 18:34:33 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Jun 24 21:22:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc55ec1

app-misc/lfm: drop old (py2 only)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ben Kohler  gentoo.org>

 app-misc/lfm/Manifest   |  1 -
 app-misc/lfm/files/lfm-2.3-no-doc.patch | 12 
 app-misc/lfm/lfm-2.3-r1.ebuild  | 21 -
 3 files changed, 34 deletions(-)

diff --git a/app-misc/lfm/Manifest b/app-misc/lfm/Manifest
index a1d31f1752f..9c8f52bd167 100644
--- a/app-misc/lfm/Manifest
+++ b/app-misc/lfm/Manifest
@@ -1,2 +1 @@
-DIST lfm-2.3.tar.gz 119120 BLAKE2B 
12d72d1caed7745dc336644589fba359c198c145d29bb419dbd0586ebe5e170d1a743e24638913a4581137c6e0d2f312a58fb84b22218ecb3f93942cf3d63db9
 SHA512 
d244cd03ebf4b145c0d364d9d7038a2b640010e7e6bc413a3613d4519afac4856ee7694a962176d7693bef6503b80703685b1cefab1eda0f8d0768ae10abf6c7
 DIST lfm-3.1.tar.gz 88878 BLAKE2B 
409b61d24de671db33c25ff78c039f690fb376fce7bf146c452a67e72d3b50d54b461994ae7a2fb9a17fb64fc94de83f58d5faa0bd960970a53ee5c42fc9c166
 SHA512 
9e6142c0d871fe19b4b82e5333e03de562ca87a7498bd7fb496cca27e0b42c56a33913f2a7eb46439447ab7adb4a87da44bfcc1548101e15703aaa21ec105af8

diff --git a/app-misc/lfm/files/lfm-2.3-no-doc.patch 
b/app-misc/lfm/files/lfm-2.3-no-doc.patch
deleted file mode 100644
index 3b69881589e..000
--- a/app-misc/lfm/files/lfm-2.3-no-doc.patch
+++ /dev/null
@@ -1,12 +0,0 @@
 lfm-2.3/setup.py.orig
-+++ lfm-2.3/setup.py
-@@ -56,8 +56,7 @@
- 'lfm/actions', 'lfm/compress', 'lfm/utils', 'lfm/vfs',
- 'lfm/config', 'lfm/pyview'],
-   scripts = ['lfm/lfm', 'lfm/pyview'],
--  data_files = [('share/doc/lfm', DOC_FILES),
--('share/man/man1', MAN_FILES)]
-+  data_files = [('share/man/man1', MAN_FILES)]
- #  **addargs
-  )
- 

diff --git a/app-misc/lfm/lfm-2.3-r1.ebuild b/app-misc/lfm/lfm-2.3-r1.ebuild
deleted file mode 100644
index 63105cd4a3a..000
--- a/app-misc/lfm/lfm-2.3-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="ncurses"
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="Last File Manager is a powerful file manager for the console"
-HOMEPAGE="https://inigo.katxi.org/devel/lfm/;
-SRC_URI="https://inigo.katxi.org/devel/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-no-doc.patch
-}



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

2020-06-24 Thread Ben Kohler
commit: a42d6b5c6b08fe9bd2bdc5628026c4f68c0cf120
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Jun 24 18:36:24 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Jun 24 21:22:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a42d6b5c

app-text/grip: drop old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ben Kohler  gentoo.org>

 app-text/grip/Manifest  |  1 -
 app-text/grip/grip-4.2.0.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/app-text/grip/Manifest b/app-text/grip/Manifest
index 28893afe0d8..88b44b536ed 100644
--- a/app-text/grip/Manifest
+++ b/app-text/grip/Manifest
@@ -1,2 +1 @@
-DIST grip-4.2.0.zip 43079 BLAKE2B 
b7aa31c554d646fdedee88f54e2ad825d56eed26cb18ec364cc0e2638f3d002f2fb3192daa15085b2db5a9d608e37df8c74b19466042c57fa62b80f7bc259eef
 SHA512 
2989a1cc2cb98254e932d5bf6679a205992e74802e68fe45d11cf087747d2379778df254bbf1cf980bb8993dc5568c5112707c645babbb32aae49f443319ff6b
 DIST grip-4.5.2.tar.gz 145644 BLAKE2B 
a353a74d55d6496f3dad362b74e434ff22c8130368f6773ab2bfdf66e43c62e8dcba0e3a786157d37b81d7c7e49d0c83a60c847100169684ede9c09f4eb06c3f
 SHA512 
a8937d8ba3633a2d47587eb5c1b0583df7e8a8cacebb87fd50dab3fd2deb91981b38a83a3ed182f4e5e7435c8e2c8d87829e45fa9d32d8823c821f6217c7ccc9

diff --git a/app-text/grip/grip-4.2.0.ebuild b/app-text/grip/grip-4.2.0.ebuild
deleted file mode 100644
index d5e458d1fbb..000
--- a/app-text/grip/grip-4.2.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( pypy3 python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Preview GitHub Markdown files like Readme locally before 
committing them"
-HOMEPAGE="https://github.com/joeyespo/grip;
-LICENSE="MIT"
-
-SLOT="0"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-
-KEYWORDS="~amd64"
-
-DEPEND="app-arch/unzip"
-RDEPEND="
-   >=dev-python/docopt-0.6.2
-   >=dev-python/flask-0.10.1
-   >=dev-python/markdown-2.5.1
-   >=dev-python/path-and-address-1.0.0
-   >=dev-python/pygments-1.6
-   >=dev-python/requests-2.4.1
-"



[gentoo-commits] repo/gentoo:master commit in: app-text/q-text-as-data/

2020-06-24 Thread Robin H. Johnson
commit: 51741a9540a75df0b3d7087e39dd5a17ac7ed435
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed Jun 24 21:21:49 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Jun 24 21:22:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51741a95

app-text/q-text-as-data: cleanup py2-only version

Signed-off-by: Robin H. Johnson  gentoo.org>

 .../q-text-as-data/q-text-as-data-1.5.0.ebuild | 41 --
 1 file changed, 41 deletions(-)

diff --git a/app-text/q-text-as-data/q-text-as-data-1.5.0.ebuild 
b/app-text/q-text-as-data/q-text-as-data-1.5.0.ebuild
deleted file mode 100644
index 3441091a994..000
--- a/app-text/q-text-as-data/q-text-as-data-1.5.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-# Does not yet support py3
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit python-r1
-
-DESCRIPTION="A CLI tool that allows direct execution of SQL-like queries on 
text"
-HOMEPAGE="http://harelba.github.io/q/;
-MY_P="q-${PV}"
-SRC_URI="https://github.com/harelba/q/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# No dependencies other than python >= 2.5
-# http://harelba.github.io/q/requirements.html
-RDEPEND="${PYTHON_DEPS}"
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-q_install() {
-   python_newexe bin/q q-text-as-data
-}
-
-src_install() {
-   python_foreach_impl q_install
-   newdoc bin/.qrc dot-qrc
-   dodoc doc/*
-}
-
-pkg_postinst() {
-   einfo "On Gentoo, the 'q' binary is most often provided by 
app-portage/portage-utils;"
-   einfo "Thus, this tool is install as 'q-text-as-data' rather than 'q'."
-}



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

2020-06-24 Thread Ulrich Müller
commit: b910823605fb6762006dd10f53e6efe2cea0eb93
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jun 24 21:00:33 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Jun 24 21:04:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9108236

app-emulation/virtualbox: [QA] Remove $Id$ line from header.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emulation/virtualbox/virtualbox-6.1.10-r1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-emulation/virtualbox/virtualbox-6.1.10-r1.ebuild 
b/app-emulation/virtualbox/virtualbox-6.1.10-r1.ebuild
index ba14c3938f3..48c20b4aecc 100644
--- a/app-emulation/virtualbox/virtualbox-6.1.10-r1.ebuild
+++ b/app-emulation/virtualbox/virtualbox-6.1.10-r1.ebuild
@@ -1,6 +1,5 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Id: 8881f0924916cef4ba5f7bfa39c3c3d8e02a7704 $
 
 EAPI=7
 



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

2020-06-24 Thread Ulrich Müller
commit: d47d4adad4a2b7c8cf90e76a005809d510062f3f
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jun 24 20:53:28 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Jun 24 21:04:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d47d4ada

licenses: Remove unused ATOK.

Signed-off-by: Ulrich Müller  gentoo.org>

 licenses/ATOK | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/licenses/ATOK b/licenses/ATOK
deleted file mode 100644
index cba37268a26..000
--- a/licenses/ATOK
+++ /dev/null
@@ -1,3 +0,0 @@
-ATOK for Linux is copyrighted by Justsystem Corporation.
-Please read /opt/atokx2/doc/information/license.html before
-using it.



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-sources/

2020-06-24 Thread Patrick McLean
commit: f102d9eb30885ca1b2988c3c7c4b8248f11dd6bb
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Jun 24 21:02:19 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Jun 24 21:02:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f102d9eb

sys-kernel/vanilla-sources-5.7.6: Version bump

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

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-5.7.5.ebuild => vanilla-sources-5.7.6.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index a16f644afa1..f8165664955 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -11,4 +11,4 @@ DIST patch-4.19.129.xz 3156956 BLAKE2B 
19c4d51c56d94b7d90f0b97f904fc704bb2bea1a3
 DIST patch-4.4.228.xz 3213224 BLAKE2B 
0bf40d9a212263afa7b13fe18e965a65b95b374eeb165190d1bd13525af5174bddbb42f920f5ae3a284e4a60f53064d6658a0fdf1b505b2c86ccd2f4a648e3be
 SHA512 
67e35262691471f09afaf523d9ce9761daf2946bc1e9bafd2042dc71fdbc99868a3c89070bac8e495e78eabd0abcb11ad44fec7bc99c43b3bb177f00b9432914
 DIST patch-4.9.228.xz 3513700 BLAKE2B 
a22a31f5abd139ff5d018a65bd186d373652f4b130b4254c3c570a57bb72c713ced9e937c2b2d678ceb475f5072dfcc756d8648edefa6962986d5b15c1554cb0
 SHA512 
59bc15bbfc6df40abc022537f7a7d25fbaca58881c12ddadfb0e2413f7306662b948947d77279473ab5590ea9b80cb6ca3e2648e04ae62279496cce2ff258b5b
 DIST patch-5.4.48.xz 1522196 BLAKE2B 
25f048c646da904cd96d9b55728a631ff5b9d64185f23f66e2f6aa421fcc5898a5ad5afefb29259f259fcd806e237611e31ad0627e22bc26ccaadab0e136b753
 SHA512 
09378f5797055925405433e5972c9cc1bb4caaeb02546747feca0c896f11eac0750efbc0e8f35f8eb49fc0c4ae2911e50b1f9b7bbfa95b2010594067be2e684e
-DIST patch-5.7.5.xz 177072 BLAKE2B 
de264df317bbd065aca228e1b9d8dfb95a7196b96d7d4d58b61a02f0375fd145d82b83a25e7ef6218ce33b7c3d1173a1b7986bfc9b8ede48425ddac0dfb25f8a
 SHA512 
1bd2edc70856d9661192f0857e90de5ba79cd01be2f360fba37f7886dae0a5ecbd93c0172d40d7e682aba48ef9b9ebbfd586f399187c15c794c08279970ca090
+DIST patch-5.7.6.xz 315652 BLAKE2B 
38d9bc03690e3460ce978f184c0929a3b7fe1fc9af16060709e9e2ac988ad32ebceecd71885b60898e62b1456c3af9dc8b762064426e7819b2064ea27d8b698a
 SHA512 
9805544822c083a7a2806c25fec94b6f784071ec69ad3c852c39576a1a2ab7dc15c71b59d9e25abc6ac6cadfed8418f6a5871ea6e5c9b025c34c5cc9aa74862e

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.7.5.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-5.7.6.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-5.7.5.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-5.7.6.ebuild



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-sources/

2020-06-24 Thread Patrick McLean
commit: e936a93d61f9a1422b7aeb9eaef40faf223a67b8
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Jun 24 21:02:59 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Jun 24 21:02:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e936a93d

sys-kernel/vanilla-sources-5.4.49: Version bump

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

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-5.4.48.ebuild => vanilla-sources-5.4.49.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index f8165664955..177b538f313 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -10,5 +10,5 @@ DIST patch-4.14.185.xz 3712388 BLAKE2B 
2df7c0bfc4c99c2b41022aac9eb7bc57b56d0d5a2
 DIST patch-4.19.129.xz 3156956 BLAKE2B 
19c4d51c56d94b7d90f0b97f904fc704bb2bea1a3ce43461d195fcf959bec660fb6e1e57d86a9fea29e82199b151604b6a4ef2b76b8aba4a03eddf16f5da85de
 SHA512 
114c3458cc754722a43e12659483d113564b62f3ca2262cea0cf8146d0c1d81ffb03454927a517feace0dba827bfbf246977cb73e632641fc3ddc4f73d53224b
 DIST patch-4.4.228.xz 3213224 BLAKE2B 
0bf40d9a212263afa7b13fe18e965a65b95b374eeb165190d1bd13525af5174bddbb42f920f5ae3a284e4a60f53064d6658a0fdf1b505b2c86ccd2f4a648e3be
 SHA512 
67e35262691471f09afaf523d9ce9761daf2946bc1e9bafd2042dc71fdbc99868a3c89070bac8e495e78eabd0abcb11ad44fec7bc99c43b3bb177f00b9432914
 DIST patch-4.9.228.xz 3513700 BLAKE2B 
a22a31f5abd139ff5d018a65bd186d373652f4b130b4254c3c570a57bb72c713ced9e937c2b2d678ceb475f5072dfcc756d8648edefa6962986d5b15c1554cb0
 SHA512 
59bc15bbfc6df40abc022537f7a7d25fbaca58881c12ddadfb0e2413f7306662b948947d77279473ab5590ea9b80cb6ca3e2648e04ae62279496cce2ff258b5b
-DIST patch-5.4.48.xz 1522196 BLAKE2B 
25f048c646da904cd96d9b55728a631ff5b9d64185f23f66e2f6aa421fcc5898a5ad5afefb29259f259fcd806e237611e31ad0627e22bc26ccaadab0e136b753
 SHA512 
09378f5797055925405433e5972c9cc1bb4caaeb02546747feca0c896f11eac0750efbc0e8f35f8eb49fc0c4ae2911e50b1f9b7bbfa95b2010594067be2e684e
+DIST patch-5.4.49.xz 1591188 BLAKE2B 
282e70be9df7fdc5c947f01708e9ab64e70d18a5f51a72826c3f3114e507f106084e1f7b7f88aa7f1c0625a945071ff15207a04f4d6323a360dce8dbf176f352
 SHA512 
41964ea710bfa1ee810ba5c6a916344de170f4e9be5d7eaeb9c2241c2857ff81fc54e3f0dbb3712829b953ce71bdd5f56c9d087f853562428ec967d776bfb473
 DIST patch-5.7.6.xz 315652 BLAKE2B 
38d9bc03690e3460ce978f184c0929a3b7fe1fc9af16060709e9e2ac988ad32ebceecd71885b60898e62b1456c3af9dc8b762064426e7819b2064ea27d8b698a
 SHA512 
9805544822c083a7a2806c25fec94b6f784071ec69ad3c852c39576a1a2ab7dc15c71b59d9e25abc6ac6cadfed8418f6a5871ea6e5c9b025c34c5cc9aa74862e

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.4.48.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-5.4.49.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-5.4.48.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-5.4.49.ebuild



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

2020-06-24 Thread Sergei Trofimovich
commit: 375a6a34b0684ecd97c95a4aaf518b887e3c2da0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jun 24 20:56:04 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 24 20:56:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=375a6a34

profiles/base/package.use.force: force enable gcc-config[cc-wrappers]

Don't let people lose their 'cc' / 'f77' by accident.

Signed-off-by: Sergei Trofimovich  gentoo.org>

 profiles/base/package.use.force | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index d266201073f..846b87f7de0 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sergei Trofimovich  (2020-06-24)
+# Don't let people lose 'cc' or 'f77' by accident.
+sys-devel/gcc-config cc-wrappers
+
 # Sergei Trofimovich  (2020-05-24)
 # Many base packages still rely on unqualified tools.
 # To contain the breakage flags are masked. Once most packages



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc-config/

2020-06-24 Thread Sergei Trofimovich
commit: 59b79416c6fd1cf7becd9b1863937ff15573b0bf
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jun 24 20:52:57 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 24 20:53:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b79416

sys-devel/gcc-config: add USE=cc-wrappers to live ebuild

Expose a knob to manage cc/f77.

Package-Manager: Portage-2.3.102, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-devel/gcc-config/gcc-config-.ebuild | 3 ++-
 sys-devel/gcc-config/metadata.xml   | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-devel/gcc-config/gcc-config-.ebuild 
b/sys-devel/gcc-config/gcc-config-.ebuild
index f18c030a06c..e7e08f381b4 100644
--- a/sys-devel/gcc-config/gcc-config-.ebuild
+++ b/sys-devel/gcc-config/gcc-config-.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="Utility to manage compilers"
 HOMEPAGE="https://gitweb.gentoo.org/proj/gcc-config.git/;
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="+native-symlinks"
+IUSE="+cc-wrappers +native-symlinks"
 
 RDEPEND=">=sys-apps/gentoo-functions-0.10"
 
@@ -25,6 +25,7 @@ _emake() {
emake \
PV="${PV}" \
SUBLIBDIR="$(get_libdir)" \
+   USE_CC_WRAPPERS="$(usex cc-wrappers)" \
USE_NATIVE_LINKS="$(usex native-symlinks)" \
TOOLCHAIN_PREFIX="${CHOST}-" \
"$@"

diff --git a/sys-devel/gcc-config/metadata.xml 
b/sys-devel/gcc-config/metadata.xml
index 33e9604b041..ecfb291141e 100644
--- a/sys-devel/gcc-config/metadata.xml
+++ b/sys-devel/gcc-config/metadata.xml
@@ -6,6 +6,7 @@
Gentoo Toolchain Project


+   Install and manage 'cc' and 'f77' 
wrappers in /usr/bin. Otherwise ignore them.
Install native symlinks like 'gcc' 
or 'g++' to /usr/bin. Otherwise keep only ${CTARGET}-gcc and friends.

 



[gentoo-commits] proj/gcc-config:master commit in: /

2020-06-24 Thread Sergei Trofimovich
commit: 1b3cea081588bd5e3491b66f65035c5772733eff
Author: Manoj Gupta  google  com>
AuthorDate: Wed Jun 24 17:40:14 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 24 20:46:24 2020 +
URL:https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=1b3cea08

gcc-config: make USE_CC_WRAPPERS=yes to install cc/f77 links

Add USE_CC_WRAPPERS option to control installation of cc/f77 symlinks.
This will let packages other than GCC to install 'cc'.

Signed-off-by: Manoj Gupta  google.com>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 Makefile   | 3 +++
 gcc-config | 9 +++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 61ba0d9..b143b3c 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,8 @@
 # and keep only
 # ${CTARGET}-gcc
 USE_NATIVE_LINKS ?= yes
+# Install cc/f77 symlinks to gcc/g77.
+USE_CC_WRAPPERS ?= yes
 
 # Prepend toolchain prefix to 'gcc' in c89/c99 wrapeprs.
 #Should usually be '${CHOST}-'.
@@ -41,6 +43,7 @@ clean:
-e 's:@GENTOO_LIBDIR@:$(SUBLIBDIR):g' \
-e 's:@PV@:$(PV):g' \
-e 's:@USE_NATIVE_LINKS@:$(USE_NATIVE_LINKS):g' \
+   -e 's:@USE_CC_WRAPPERS@:$(USE_CC_WRAPPERS):g' \
$< > $@
chmod a+rx $@
 

diff --git a/gcc-config b/gcc-config
index d05dabe..dee6f98 100755
--- a/gcc-config
+++ b/gcc-config
@@ -289,8 +289,10 @@ update_wrappers() {
local all_wrappers=( ${new_wrappers[@]/#/${CTARGET}-} )
if ! is_cross_compiler ; then
all_wrappers+=( "${new_wrappers[@]}" )
-   # There are a few fun extra progs which we have to handle 
#412319
-   all_wrappers+=( cc:gcc f77:g77 )
+   if [[ ${USE_CC_WRAPPERS} == "yes" ]]; then
+   # There are a few fun extra progs which we have to 
handle #412319
+   all_wrappers+=( cc:gcc f77:g77 )
+   fi
fi
 
# Then install wrappers for anything new to this profile.
@@ -995,6 +997,7 @@ CC_COMP=
 ENV_D="${EROOT}etc/env.d"
 GCC_ENV_D="${ENV_D}/gcc"
 USE_NATIVE_LINKS="@USE_NATIVE_LINKS@"
+USE_CC_WRAPPERS="@USE_CC_WRAPPERS@"
 
 for x in "$@" ; do
case "${x}" in
@@ -1050,6 +1053,8 @@ for x in "$@" ; do
;;
--enable-native-links)  USE_NATIVE_LINKS="yes" ;;
--disable-native-links) USE_NATIVE_LINKS="no" ;;
+   --enable-cc-wrappers)  USE_CC_WRAPPERS="yes" ;;
+   --disable-cc-wrappers) USE_CC_WRAPPERS="no" ;;
-*)
die "Invalid switch!  Run ${argv0} without parameters 
for help."
;;



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xinput_calibrator/

2020-06-24 Thread Matt Turner
commit: f6ad7d8754c7f4cf9d871d78a191d3ba6f198b64
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 20:36:07 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:38:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6ad7d87

x11-apps/xinput_calibrator: Port to EAPI 7

And drop IUSE=gtk since it depends on gtkmm:2.4.

Closes: https://bugs.gentoo.org/421363
Signed-off-by: Matt Turner  gentoo.org>

 ...-0.7.5-r1.ebuild => xinput_calibrator-0.7.5-r2.ebuild} | 15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild 
b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r2.ebuild
similarity index 71%
rename from x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild
rename to x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r2.ebuild
index 79564888e2c..7a3d3101534 100644
--- a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild
+++ b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r2.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit autotools-utils flag-o-matic
+EAPI=7
+inherit flag-o-matic
 
 DESCRIPTION="A generic touchscreen calibration program for X.Org"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/xinput_calibrator;
@@ -11,21 +11,20 @@ 
SRC_URI="https://github.com/downloads/tias/${PN}/${P}.tar.gz;
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="gtk"
+IUSE=""
 
 RDEPEND="x11-libs/libX11
x11-libs/libXext
x11-libs/libXi
-   x11-libs/libXrandr
-   gtk? ( dev-cpp/gtkmm:2.4 )"
+   x11-libs/libXrandr"
 DEPEND="${RDEPEND}
x11-base/xorg-proto"
 
 src_configure() {
append-cxxflags -std=c++11 #566594
 
-   local myeconfargs=(
-   --with-gui=$(use gtk && echo "gtkmm" || echo "x11")
+   local myconf=(
+   --with-gui=x11
)
-   autotools-utils_src_configure
+   econf "${myconf[@]}"
 }



[gentoo-commits] repo/gentoo:master commit in: dev-lang/elixir/files/

2020-06-24 Thread Sergei Trofimovich
commit: 23d35ec4c612d3d2bd770742e42f571109f4056f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jun 21 07:42:33 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 24 20:38:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d35ec4

dev-lang/elixir: remove unused patch

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16355
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../files/elixir-1.10.2-test-regex-fix.patch   | 34 --
 1 file changed, 34 deletions(-)

diff --git a/dev-lang/elixir/files/elixir-1.10.2-test-regex-fix.patch 
b/dev-lang/elixir/files/elixir-1.10.2-test-regex-fix.patch
deleted file mode 100644
index 01b27a05027..000
--- a/dev-lang/elixir/files/elixir-1.10.2-test-regex-fix.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 8491f0dc74f8bc89bb926b8130b45eaa5ba92c4b Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Jos=C3=A9=20Valim?= 
-Date: Sat, 28 Mar 2020 10:49:16 +0100
-Subject: [PATCH] Fix improper regex use, closes #9914
-

- lib/elixir/test/elixir/regex_test.exs | 6 --
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
 a/lib/elixir/test/elixir/regex_test.exs
-+++ b/lib/elixir/test/elixir/regex_test.exs
-@@ -91,8 +91,10 @@ defmodule RegexTest do
- assert <<0xA0::utf8>> =~ ~r/[[:space:]]/u
- assert <<0xA0::utf8>> =~ ~r/\s/u
- 
-+# Erlang/OTP 23 raises badarg on invalid UTF-8.
-+# Earlier versions simply would not match.
-+assert catch_error(if <>> =~ ~r/<.>/u, do: flunk("failed"), 
else: raise("failed"))
- assert <>> =~ ~r/<.>/
--refute <>> =~ ~r/<.>/u
-   end
- 
-   test "ungreedy" do
-@@ -349,6 +351,6 @@ defmodule RegexTest do
-   end
- 
-   defp matches_escaped?(string, match) do
--Regex.match?(~r/#{Regex.escape(string)}/simxu, match)
-+Regex.match?(~r/#{Regex.escape(string)}/simx, match)
-   end
- end
--- 
-2.26.1
-



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xinput_calibrator/

2020-06-24 Thread Matt Turner
commit: a0fddd9785f8b7822a8a8c1f2f982dc9ebf2c051
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 20:33:11 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:38:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0fddd97

x11-apps/xinput_calibrator: Drop stable keywords

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

 x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild 
b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild
index a2641d8d82d..79564888e2c 100644
--- a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild
+++ b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.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=5
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/downloads/tias/${PN}/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="gtk"
 
 RDEPEND="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: dev-lang/crystal/files/

2020-06-24 Thread Sergei Trofimovich
commit: 43c183df35e25c4709a8a3973ebbf5fd6aebbc8c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jun 21 07:41:41 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 24 20:38:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43c183df

dev-lang/crystal: remove unused patch

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16356
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/crystal/files/crystal-0.34.0-no-usr-lib.patch | 14 --
 1 file changed, 14 deletions(-)

diff --git a/dev-lang/crystal/files/crystal-0.34.0-no-usr-lib.patch 
b/dev-lang/crystal/files/crystal-0.34.0-no-usr-lib.patch
deleted file mode 100644
index 4dc0b42d90a..000
--- a/dev-lang/crystal/files/crystal-0.34.0-no-usr-lib.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-On amd64 linux /usr/lib does not match default 64-bit ABI.
-
-Let's rely on default compiler and linker paths instead.
 a/src/compiler/crystal/codegen/link.cr
-+++ b/src/compiler/crystal/codegen/link.cr
-@@ -106,7 +106,7 @@ module Crystal
- 
- private def lib_flags_posix
-   library_path = ENV["LIBRARY_PATH"]?.try(&.split(':', remove_empty: 
true)) ||
-- ["/usr/lib", "/usr/local/lib"]
-+ [] of String
-   has_pkg_config = nil
- 
-   String.build do |flags|



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

2020-06-24 Thread Conrad Kostecki
commit: 6e99ec90018e35261d24808572417d60de139910
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jun 24 20:26:07 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jun 24 20:28:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e99ec90

sys-apps/biosdisk: drop to m-n

Current proxy maintainer won't maintain further.

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/biosdisk/metadata.xml | 14 +-
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/sys-apps/biosdisk/metadata.xml b/sys-apps/biosdisk/metadata.xml
index abf4a100a13..b9de019cb59 100644
--- a/sys-apps/biosdisk/metadata.xml
+++ b/sys-apps/biosdisk/metadata.xml
@@ -1,12 +1,8 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   matt...@gmail.com
-   Matthew Schultz
-
-
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-
+   
+   
+   dell/biosdisk
+   
 



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

2020-06-24 Thread Conrad Kostecki
commit: a080e02f38f5641870074b3682d5d0d4722f321e
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jun 24 20:28:24 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jun 24 20:28:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a080e02f

sys-apps/biosdisk: bump to version 1.01

Closes: https://bugs.gentoo.org/696194
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/biosdisk/Manifest |  1 +
 sys-apps/biosdisk/biosdisk-1.01.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/sys-apps/biosdisk/Manifest b/sys-apps/biosdisk/Manifest
index ecfc5412c4e..2dca2afd174 100644
--- a/sys-apps/biosdisk/Manifest
+++ b/sys-apps/biosdisk/Manifest
@@ -1 +1,2 @@
 DIST biosdisk-0_p20171116.tar.gz 712587 BLAKE2B 
f09a8c68f57cddb1949d369cfc18d1216c3e64612a7074c58e6c50c12682fce92a4d6295810d5358fac0340483387f14059811a5681ae4f37c7da8e40c34fec4
 SHA512 
27d0d0e92f1295d2ddb949214946db681e7f80c6606b252473fe7b5b0d3254180b54cb26479c9014219f6b989aa6ba29e8a818f3801f9ccce4efd2f1c3b9
+DIST biosdisk-1.01.tar.gz 214715 BLAKE2B 
1a42523d0ec713a895276e3ca3b383206bb841c59bf789eb2b869ce3ade6bfde1e96d47afb8874eec5efec1ef4d404c093a707e36d2d9ab785211fa62abb5782
 SHA512 
f1920a0eee0a1f8530488c5ccd3f37b36170150b7658658af55beb41c2084c66b6d6bded6e144e36dd9d74f963881c504d7869bbe5c8b57749bff4d918581537

diff --git a/sys-apps/biosdisk/biosdisk-1.01.ebuild 
b/sys-apps/biosdisk/biosdisk-1.01.ebuild
new file mode 100644
index 000..f4ae904c895
--- /dev/null
+++ b/sys-apps/biosdisk/biosdisk-1.01.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils
+
+DESCRIPTION="FreeDOS based BIOS updating utility for Dell machines"
+HOMEPAGE="https://github.com/dell/biosdisk;
+SRC_URI="https://github.com/dell/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   app-cdr/cdrtools
+   sys-boot/grub
+   sys-boot/syslinux
+"
+
+src_prepare() {
+   default
+
+   sed -e 's/biosdisk.8.gz/biosdisk.8/g' -e '/gzip/d' -i Makefile || die
+}
+
+src_install() {
+   default
+
+   keepdir /var/lib/biosdisk
+}



[gentoo-commits] proj/gcc-patches:master commit in: 10.1.0/gentoo/

2020-06-24 Thread Sergei Trofimovich
commit: 21ed34524e3ab3139c811b6d61f50522ebd2b184
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jun 24 20:14:42 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 24 20:14:42 2020 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=21ed3452

10.1.0: backport PR95508, ICE on array subscript implicit conversion

Reported-by: hsk17  mail.de
Bug: https://bugs.gentoo.org/729434
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../35_all_ICE-array-subscript-PR95508.patch   | 106 +
 10.1.0/gentoo/README.history   |   1 +
 2 files changed, 107 insertions(+)

diff --git a/10.1.0/gentoo/35_all_ICE-array-subscript-PR95508.patch 
b/10.1.0/gentoo/35_all_ICE-array-subscript-PR95508.patch
new file mode 100644
index 000..37abd53
--- /dev/null
+++ b/10.1.0/gentoo/35_all_ICE-array-subscript-PR95508.patch
@@ -0,0 +1,106 @@
+https://gcc.gnu.org/PR95508
+https://bugs.gentoo.org/729434
+
+From 1bab254fd30c2b94a675b9057349fc80946375b1 Mon Sep 17 00:00:00 2001
+From: Marek Polacek 
+Date: Wed, 17 Jun 2020 14:38:05 -0400
+Subject: [PATCH] c++: ICE with IMPLICIT_CONV_EXPR in array subscript [PR95508]
+
+Since r10-7096 convert_like, when called in a template, creates an
+IMPLICIT_CONV_EXPR when we're converting to/from array type.
+
+In this test, we have e[f], and we're converting f (of type class A) to
+int, so convert_like in build_new_op_1 created the IMPLICIT_CONV_EXPR
+that got into cp_build_array_ref which calls maybe_constant_value.  My
+patch above failed to adjust this spot to call fold_non_dependent_expr
+instead, which can handle codes like I_C_E in a template.  Fixed by
+using a new function maybe_fold_non_dependent_expr, which, if the expr
+can't be evaluated to a constant, returns the original expression.
+
+gcc/cp/ChangeLog:
+
+   PR c++/95508
+   * constexpr.c (maybe_fold_non_dependent_expr): New.
+   * cp-tree.h (maybe_fold_non_dependent_expr): Declare.
+   * typeck.c (cp_build_array_ref): Call maybe_fold_non_dependent_expr
+   instead of maybe_constant_value.
+
+gcc/testsuite/ChangeLog:
+
+   PR c++/95508
+   * g++.dg/template/conv16.C: New test.
+---
+ gcc/cp/constexpr.c | 13 +
+ gcc/cp/cp-tree.h   |  2 ++
+ gcc/cp/typeck.c|  2 +-
+ gcc/testsuite/g++.dg/template/conv16.C | 17 +
+ 4 files changed, 33 insertions(+), 1 deletion(-)
+ create mode 100644 gcc/testsuite/g++.dg/template/conv16.C
+
+--- a/gcc/cp/constexpr.c
 b/gcc/cp/constexpr.c
+@@ -7043,6 +7043,19 @@ fold_non_dependent_expr (tree t,
+   return maybe_constant_value (t, object, manifestly_const_eval);
+ }
+ 
++/* Like fold_non_dependent_expr, but if EXPR couldn't be folded to a constant,
++   return the original expression.  */
++
++tree
++maybe_fold_non_dependent_expr (tree expr,
++ tsubst_flags_t complain/*=tf_warning_or_error*/)
++{
++  tree t = fold_non_dependent_expr (expr, complain);
++  if (t && TREE_CONSTANT (t))
++return t;
++
++  return expr;
++}
+ 
+ /* Like maybe_constant_init but first fully instantiate the argument.  */
+ 
+--- a/gcc/cp/cp-tree.h
 b/gcc/cp/cp-tree.h
+@@ -7955,6 +7955,8 @@ extern tree maybe_constant_init  (tree, 
tree = NULL_TREE, bool = false);
+ extern tree fold_non_dependent_expr   (tree,
+tsubst_flags_t = 
tf_warning_or_error,
+bool = false, tree = 
NULL_TREE);
++extern tree maybe_fold_non_dependent_expr (tree,
++   tsubst_flags_t = 
tf_warning_or_error);
+ extern tree fold_non_dependent_init   (tree,
+tsubst_flags_t = 
tf_warning_or_error,
+bool = false);
+--- a/gcc/cp/typeck.c
 b/gcc/cp/typeck.c
+@@ -3553,7 +3553,7 @@ cp_build_array_ref (location_t loc, tree array, tree idx,
+pointer arithmetic.)  */
+   idx = cp_perform_integral_promotions (idx, complain);
+ 
+-  idx = maybe_constant_value (idx);
++  idx = maybe_fold_non_dependent_expr (idx, complain);
+ 
+   /* An array that is indexed by a non-constant
+cannot be stored in a register; we must be able to do
+--- /dev/null
 b/gcc/testsuite/g++.dg/template/conv16.C
+@@ -0,0 +1,17 @@
++// PR c++/95508
++// { dg-do compile }
++
++template 
++struct A;
++template 
++struct B {
++  operator int () { return 0; }
++};
++template <>
++struct A : B {};
++struct D {
++  template 
++  int foo () { return e[f]; }
++  int e[6];
++  A f;
++};
+-- 
+2.27.0
+

diff --git a/10.1.0/gentoo/README.history b/10.1.0/gentoo/README.history
index 480a54e..72e0086 100644
--- a/10.1.0/gentoo/README.history
+++ b/10.1.0/gentoo/README.history
@@ -1,6 +1,7 @@
 3  TODO
33_all_avx512-scalar-PR95528.patch
 

[gentoo-commits] repo/gentoo:master commit in: x11-apps/xset/

2020-06-24 Thread Matt Turner
commit: 36c23a49438048a6fd2e8a41e683a2e5301d15fe
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 20:07:04 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:12:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c23a49

x11-apps/xset: Drop old versions

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

 x11-apps/xset/Manifest  |  1 -
 x11-apps/xset/xset-1.2.3.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/x11-apps/xset/Manifest b/x11-apps/xset/Manifest
index 4c51261606b..648ec6a4dcd 100644
--- a/x11-apps/xset/Manifest
+++ b/x11-apps/xset/Manifest
@@ -1,2 +1 @@
-DIST xset-1.2.3.tar.bz2 142286 BLAKE2B 
83ba3d7ccc259ae7b244049e558af6db9428b897b340537b75b6c534c7e8a11f36709237982ffe1ab5b523cef5834467bdc85c94fbe07c64d6eab6eef2c930b2
 SHA512 
7b2cf4b06b93aec9f6f868be3f0932a5d6e62968485f7eb742a9b775059aa2a49c9170404e0597fd41a5730c0bf321e371ee6b23bbcde3be054f768ab8d3d92a
 DIST xset-1.2.4.tar.bz2 145546 BLAKE2B 
df4ae52046af7f632e2f60386bd3b8d90b27db3e53ceb68f1056c9c5df2ee9c6d83d109a444eb99ddc031e35b91db0249ee56eba3180bc9a8a002935db213605
 SHA512 
f24714c9a82081a09d3054bbad98553de9366992f22eaf3e2bcadbb58fad1d3dad2547fef6fa9898d8a9df064573c29df9d82a5c801fa92248604c95f65dc83d

diff --git a/x11-apps/xset/xset-1.2.3.ebuild b/x11-apps/xset/xset-1.2.3.ebuild
deleted file mode 100644
index eeed78e4c25..000
--- a/x11-apps/xset/xset-1.2.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="X.Org xset application"
-
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="
-   x11-libs/libX11
-   x11-libs/libXmu
-   x11-libs/libXext"
-DEPEND="${RDEPEND}"
-
-XORG_CONFIGURE_OPTIONS=(
-   --without-xf86misc
-   --without-fontcache
-)



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-libinput/

2020-06-24 Thread Matt Turner
commit: 04e271be7d2becab23afc5219bb0656d58dc48a6
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 19:57:30 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:13:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e271be

x11-drivers/xf86-input-libinput: Drop old versions

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

 x11-drivers/xf86-input-libinput/Manifest   |  1 -
 .../xf86-input-libinput-0.29.0.ebuild  | 22 --
 2 files changed, 23 deletions(-)

diff --git a/x11-drivers/xf86-input-libinput/Manifest 
b/x11-drivers/xf86-input-libinput/Manifest
index dce167bc7c9..2c4387db222 100644
--- a/x11-drivers/xf86-input-libinput/Manifest
+++ b/x11-drivers/xf86-input-libinput/Manifest
@@ -1,2 +1 @@
-DIST xf86-input-libinput-0.29.0.tar.bz2 377412 BLAKE2B 
5d1c3f301decb89eafee7229efcddb670def39be4469e6d9913c2e2b73046a28c71daf61c6990899fe3124f4a68aa7151a83530956a3ce8b2f29407e40adfd5a
 SHA512 
f19ef2e9e0c1336d8e0b17853e1fe0c66ecf50e7b10b10b6c5cbafc99323694597821e15e8e358419ef3c68d1009967fd2ec3760800c85adbb71ac3ecc99954b
 DIST xf86-input-libinput-0.30.0.tar.bz2 378270 BLAKE2B 
1c24f2e73897372ae00f4b660a4fb580f854d2ae177a638c9ed74626cafa81be48617767901e9efdd12a37ae4cdf34617e9136e118128503ecd6b75fc48be0c0
 SHA512 
823f80f7d53866f2f06c1fb7b2d64111bf807329acaaeda4a09413cdb5f3e3235c1dd4f99183aae75adf5a01503e40e35b4449b31f977afd842b4723b062c380

diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.29.0.ebuild 
b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.29.0.ebuild
deleted file mode 100644
index 54b208bc185..000
--- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.29.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info xorg-3
-
-DESCRIPTION="X.org input driver based on libinput"
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/libinput-1.7.0:0="
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-DOCS=( "README.md" )
-
-pkg_pretend() {
-   CONFIG_CHECK="~TIMERFD"
-   check_extra_config
-}



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

2020-06-24 Thread Matt Turner
commit: 2d48801a19480293c228bacbbee0d48863cbebc8
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 20:10:14 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:13:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d48801a

x11-themes/gentoo-xcursors: Drop old versions

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

 x11-themes/gentoo-xcursors/Manifest|  1 -
 .../gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild   | 48 --
 2 files changed, 49 deletions(-)

diff --git a/x11-themes/gentoo-xcursors/Manifest 
b/x11-themes/gentoo-xcursors/Manifest
index 374a6f11b48..b0342143879 100644
--- a/x11-themes/gentoo-xcursors/Manifest
+++ b/x11-themes/gentoo-xcursors/Manifest
@@ -1,2 +1 @@
-DIST gentoo-cursors-tad-0.3.1.tar.bz2 1196991 BLAKE2B 
126c90b93e5071dbd68c4bb1188cc43b67c74fae5cc0d4b01c08ed0057f8421462116bbafc3862878d43d48591a507ae95d274b8ec0ea11954c3605753160a6b
 SHA512 
b153d5860ec2167a57eba1073ec226fa7d49d256ba20ca4c18b2bac779e6944971253db51a4585d72439c4e5433464991f2e025aaa89b4a3793e15b8bd74cad9
 DIST gentoo-xcursors-0.3.2.tar.gz 2035025 BLAKE2B 
520dbb3f8fe77bc915bb60c81f2abf4fce1ee6fb349ae5064ff5d2fa10c0af7ba2dd00dc0b36f992c96169214c4ebd28dceb1ba069e638e5efab7088ba804fe6
 SHA512 
5ccbd2e8be7bda4da0578c5a08d967dded9dc4c9163eb96f629c0eaa548f2e46e85f7301de44d5be707cc63a988b925c9c222863da5bac9095dc5170ca9c4aea

diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild 
b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
deleted file mode 100644
index 1e4e92fead8..000
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2005-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A high quality set of animated mouse cursors"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
-SRC_URI="mirror://gentoo/${PN/xcursors/cursors}-tad-${PV}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/cursors"
-
-src_install() {
-   insinto /usr/share/cursors/xorg-x11
-   doins -r *
-}
-
-pkg_postinst() {
-   einfo "To use this set of cursors, edit or create the file ~/.Xdefaults"
-   einfo "and add the following line (for example):"
-   einfo "Xcursor.theme: gentoo"
-   einfo ""
-   einfo "You can change the size by adding a line like:"
-   einfo "Xcursor.size: 48"
-   einfo ""
-   einfo "Also, to globally use this set of mouse cursors edit the file:"
-   einfo "   /usr/local/share/cursors/xorg-x11/default/index.theme"
-   einfo "and change the line:"
-   einfo "Inherits=[current setting]"
-   einfo "to (for example)"
-   einfo "Inherits=gentoo"
-   einfo ""
-   einfo "Note this will be overruled by a user's ~/.Xdefaults file."
-   einfo ""
-   ewarn "If you experience flickering, try setting the following line in"
-   ewarn ""
-   ewarn "the Device section of your xorg.conf file:"
-   ewarn "Option  \"HWCursor\"  \"false\""
-   einfo ""
-   einfo "The three sets installed are gentoo, gentoo-silver and 
gentoo-blue."
-}



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/, x11-base/xorg-server/files/

2020-06-24 Thread Matt Turner
commit: d4da40d328f432a363638a2e520cfbf84b06c7e0
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 19:57:25 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:13:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4da40d3

x11-base/xorg-server: Drop old versions

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

 x11-base/xorg-server/Manifest  |   1 -
 ...erver-1.20.7-Fix-building-with-fno-common.patch | 254 -
 x11-base/xorg-server/xorg-server-1.20.7.ebuild | 236 ---
 3 files changed, 491 deletions(-)

diff --git a/x11-base/xorg-server/Manifest b/x11-base/xorg-server/Manifest
index 7c6689fd4eb..0b04317f8a0 100644
--- a/x11-base/xorg-server/Manifest
+++ b/x11-base/xorg-server/Manifest
@@ -1,2 +1 @@
-DIST xorg-server-1.20.7.tar.bz2 6303005 BLAKE2B 
343ebc1ff45fc1cd459b204d92eabdd0629c94d4338d2d7cb635f73642080d07ef174cfbd83e5b7f253f2918af2d1efbe99d7c75720b88857f69093ee0be1b65
 SHA512 
c67612e379111c28c68941c0a660abf72be7669591b41ccaa3b3474c4540a03822a28d892831b12ce08bac6e5e7e33504c2d19ef2a0c2298f83bd083459f96f5
 DIST xorg-server-1.20.8.tar.bz2 6309640 BLAKE2B 
0dadd3a7afdb768bcd79f99f3670f7efcb919c43ea88870c93df598b080fbbec48f88cfa996fb7bff2363cffe70d42d9b154855691a64ddb26156f1b378512a0
 SHA512 
ab0ec0fcbf490c61558b9297f61b58fd2dedb676c78bef6431dc9166054743b43a0091b88a8b3f4e81d1f539909440ee7e188a298cefabe13ea89159639cd805

diff --git 
a/x11-base/xorg-server/files/xorg-server-1.20.7-Fix-building-with-fno-common.patch
 
b/x11-base/xorg-server/files/xorg-server-1.20.7-Fix-building-with-fno-common.patch
deleted file mode 100644
index d3011fcb255..000
--- 
a/x11-base/xorg-server/files/xorg-server-1.20.7-Fix-building-with-fno-common.patch
+++ /dev/null
@@ -1,254 +0,0 @@
-From 1610ef1d6b5ba99da9d1a639f3b65b2e61514a7d Mon Sep 17 00:00:00 2001
-From: David Seifert 
-Date: Fri, 24 Jan 2020 12:49:44 +0100
-Subject: [PATCH xserver] Fix building with `-fno-common`
-
-* GCC 10 will switch the default to `-fno-common`.
-  https://gcc.gnu.org/PR85678
-
-Bug: https://bugs.gentoo.org/705880
-Signed-off-by: Matt Turner 

- hw/dmx/config/dmxconfig.c| 2 +-
- hw/dmx/config/xdmxconfig.c   | 2 +-
- hw/dmx/glxProxy/glxext.c | 2 --
- hw/xwayland/xwayland.c   | 2 +-
- test/misc.c  | 2 +-
- test/xi1/protocol-xchangedevicecontrol.c | 2 +-
- test/xi2/protocol-common.c   | 2 ++
- test/xi2/protocol-common.h   | 2 +-
- test/xi2/protocol-xigetclientpointer.c   | 2 +-
- test/xi2/protocol-xigetselectedevents.c  | 2 +-
- test/xi2/protocol-xipassivegrabdevice.c  | 2 +-
- test/xi2/protocol-xiquerydevice.c| 2 +-
- test/xi2/protocol-xiquerypointer.c   | 2 +-
- test/xi2/protocol-xiqueryversion.c   | 2 +-
- test/xi2/protocol-xiselectevents.c   | 2 +-
- test/xi2/protocol-xisetclientpointer.c   | 2 +-
- test/xi2/protocol-xiwarppointer.c| 2 +-
- 17 files changed, 17 insertions(+), 17 deletions(-)
-
-diff --git a/hw/dmx/config/dmxconfig.c b/hw/dmx/config/dmxconfig.c
-index c1a9e1cf3..85bc0dbe4 100644
 a/hw/dmx/config/dmxconfig.c
-+++ b/hw/dmx/config/dmxconfig.c
-@@ -72,7 +72,7 @@ typedef struct DMXConfigCmdStruct {
- DMXConfigList *xinputs;
- } DMXConfigCmd, *DMXConfigCmdPtr;
- 
--DMXConfigEntryPtr dmxConfigEntry;
-+extern DMXConfigEntryPtr dmxConfigEntry;
- static DMXConfigCmd dmxConfigCmd;
- 
- static int dmxDisplaysFromCommandLine;
-diff --git a/hw/dmx/config/xdmxconfig.c b/hw/dmx/config/xdmxconfig.c
-index 49e4b5459..05d839688 100644
 a/hw/dmx/config/xdmxconfig.c
-+++ b/hw/dmx/config/xdmxconfig.c
-@@ -65,7 +65,7 @@ extern FILE *yyin;
- #define DMX_CANVAS_WIDTH  400
- #define DMX_CANVAS_HEIGHT 500
- 
--DMXConfigEntryPtr dmxConfigEntry;
-+extern DMXConfigEntryPtr dmxConfigEntry;
- static DMXConfigVirtualPtr dmxConfigCurrent, dmxConfigNewVirtual;
- static DMXConfigDisplayPtr dmxConfigCurrentDisplay, dmxConfigNewDisplay;
- static int dmxConfigGrabbed, dmxConfigGrabbedFine;
-diff --git a/hw/dmx/glxProxy/glxext.c b/hw/dmx/glxProxy/glxext.c
-index 49848bbff..ca9780f99 100644
 a/hw/dmx/glxProxy/glxext.c
-+++ b/hw/dmx/glxProxy/glxext.c
-@@ -47,8 +47,6 @@
- #include "extinit.h"
- #include "glx_extinit.h"
- 
--int noGlxExtension;
--
- /*
- ** Forward declarations.
- */
-diff --git a/hw/xwayland/xwayland.c b/hw/xwayland/xwayland.c
-index feb1058b7..5fefa5923 100644
 a/hw/xwayland/xwayland.c
-+++ b/hw/xwayland/xwayland.c
-@@ -40,7 +40,7 @@
- 
- #ifdef XF86VIDMODE
- #include 
--_X_EXPORT Bool noXFree86VidModeExtension;
-+extern _X_EXPORT Bool noXFree86VidModeExtension;
- #endif
- 
- #ifdef XWL_HAS_GLAMOR
-diff --git a/test/misc.c b/test/misc.c
-index 3c669b677..f1f76cccd 100644
 a/test/misc.c
-+++ b/test/misc.c
-@@ -33,7 +33,7 @@
- 
- #include "tests-common.h"
- 
--ScreenInfo screenInfo;
-+extern ScreenInfo screenInfo;
- 
- static void
- dix_version_compare(void)
-diff --git 

[gentoo-commits] repo/gentoo:master commit in: x11-apps/xsetroot/

2020-06-24 Thread Matt Turner
commit: 59597090540ab68ba20344264775bdfa2986f944
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 20:06:44 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:12:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59597090

x11-apps/xsetroot: Drop old versions

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

 x11-apps/xsetroot/Manifest  |  1 -
 x11-apps/xsetroot/xsetroot-1.1.1.ebuild | 16 
 2 files changed, 17 deletions(-)

diff --git a/x11-apps/xsetroot/Manifest b/x11-apps/xsetroot/Manifest
index 213b1ef5453..e029bef 100644
--- a/x11-apps/xsetroot/Manifest
+++ b/x11-apps/xsetroot/Manifest
@@ -1,2 +1 @@
-DIST xsetroot-1.1.1.tar.bz2 119977 BLAKE2B 
7589dc6014c2f905dce4bc72c4a98096eba38354975c307408e1aeb06e27cafcf64ecda7f8e3a470ac25e41108b3aac688fa9d365a3ab41908a52d8044142712
 SHA512 
04834a8ca658a4aabe03e62588353102e8019d424e25fab450d48e6fc4ac358df5bb98a850c82c61e2495faabfe54f3d92d9563e77c83ace7fd69c278edbbd64
 DIST xsetroot-1.1.2.tar.bz2 129091 BLAKE2B 
0bd0615f64c636eaad7ed1b83d49208e9065edf7583bcd7e5d4c5d2f1a1eca4c7692209a540cab823c35497696176f4925afecaaf843610f6e9485cd3724f1cb
 SHA512 
0b9df1b72305e5c24f1e1664578aa4411a5ffcdc5d318458117594e641f01c34700205b0d16c08abf4a8106d36128ccdbe1ea1f1035fce9018d6b52801a8b72b

diff --git a/x11-apps/xsetroot/xsetroot-1.1.1.ebuild 
b/x11-apps/xsetroot/xsetroot-1.1.1.ebuild
deleted file mode 100644
index 485282c5013..000
--- a/x11-apps/xsetroot/xsetroot-1.1.1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="X.Org xsetroot application"
-
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
-IUSE=""
-RDEPEND="x11-libs/libXmu
-   x11-libs/libX11
-   x11-misc/xbitmaps
-   x11-libs/libXcursor"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xrefresh/

2020-06-24 Thread Matt Turner
commit: d50a54c5a41904fa6d43cf9e556ce8ed1f51b3cb
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 20:06:17 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:12:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d50a54c5

x11-apps/xrefresh: Drop old versions

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

 x11-apps/xrefresh/Manifest  |  1 -
 x11-apps/xrefresh/xrefresh-1.0.5.ebuild | 13 -
 2 files changed, 14 deletions(-)

diff --git a/x11-apps/xrefresh/Manifest b/x11-apps/xrefresh/Manifest
index e57a616e8c5..d729251d021 100644
--- a/x11-apps/xrefresh/Manifest
+++ b/x11-apps/xrefresh/Manifest
@@ -1,2 +1 @@
-DIST xrefresh-1.0.5.tar.bz2 120757 BLAKE2B 
5c29df155649998cc18e607267f140e59fc50df063d1ba26440103c71c998050f4a0e940ef87a78ceeb3f350e9340fea3813c204548d5f506cb8c014be9362e0
 SHA512 
287d167cd167aa35cfc89364bf4e74313137ce47978419446c60cb915188c34051f95d4900d0d5dcf692173f31e00e2699d70e54b79f0b21a59b4694be744014
 DIST xrefresh-1.0.6.tar.bz2 127494 BLAKE2B 
587f5756bbd3095e77494288d4b9cca2b342bb718e5cadefdfbf018710ce0f216f43b68814d0d0a681c87d855be4ecf199a314361278c3bfdd81e6073f69
 SHA512 
361e97fecfc2706d5eeab69df0d4dd4baa55b6783cfddabf51d8561b7c930d71ce6c217e0512c6564208d69b04f89c69ea8c0bfb2e4f6cc25b062b55e4db3674

diff --git a/x11-apps/xrefresh/xrefresh-1.0.5.ebuild 
b/x11-apps/xrefresh/xrefresh-1.0.5.ebuild
deleted file mode 100644
index 50dafaff47e..000
--- a/x11-apps/xrefresh/xrefresh-1.0.5.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="refresh all or part of an X screen"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xedit/

2020-06-24 Thread Matt Turner
commit: c4337391017552e1a395d73cfd60772828efb119
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 20:03:52 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:12:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4337391

x11-apps/xedit: Drop old versions

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

 x11-apps/xedit/Manifest   |  1 -
 x11-apps/xedit/xedit-1.2.1.ebuild | 16 
 2 files changed, 17 deletions(-)

diff --git a/x11-apps/xedit/Manifest b/x11-apps/xedit/Manifest
index 51bc1f61197..482d9970402 100644
--- a/x11-apps/xedit/Manifest
+++ b/x11-apps/xedit/Manifest
@@ -1,2 +1 @@
-DIST xedit-1.2.1.tar.bz2 520614 BLAKE2B 
d3ffca5517472d4b5f80e6ab84cb79af216493a81d951ae30d28babcca7847ad638d179e237579a20589c96f10b0cf61be13bb7d0f40461be077ced63e37de58
 SHA512 
8c0675e39219ce4da02f2fc09ba39a5ff774213d155ad2dfd55e7672ab896219e815b12a4a86f3c72dfd6fd32e75bcdaaefdecab81fa5a10aebf0ed6b88e5af7
 DIST xedit-1.2.2.tar.bz2 525861 BLAKE2B 
608f3f2b06d14f99a71d9eaf45114ba71271957f584c685236bd78e2f7c9a6e969ce15de72a7530a41835b951caa800a7cb0c45d71a4790aab5fe703d654e912
 SHA512 
24d8e23a2ad1a2e81f6606928bb032f25b70b76da83b65341367bc4111d011abe89f9e30402d057854f2ccdaa9c1ef0d7c55bf29b81ab2d050a8f448cf3eeb5d

diff --git a/x11-apps/xedit/xedit-1.2.1.ebuild 
b/x11-apps/xedit/xedit-1.2.1.ebuild
deleted file mode 100644
index 59948aca929..000
--- a/x11-apps/xedit/xedit-1.2.1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="simple text editor for X"
-KEYWORDS="amd64 hppa ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libXaw
-   x11-libs/libXt
-   x11-libs/libXmu
-   x11-libs/libX11"
-DEPEND="${RDEPEND}"



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

2020-06-24 Thread Matt Turner
commit: a1b46104b8b688ce8787f74612a34be9e69a99b7
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 20:09:57 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:13:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b46104

x11-libs/pixman: Drop old versions

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

 x11-libs/pixman/Manifest |  1 -
 x11-libs/pixman/pixman-0.38.4.ebuild | 63 
 2 files changed, 64 deletions(-)

diff --git a/x11-libs/pixman/Manifest b/x11-libs/pixman/Manifest
index 3ce2039a5fe..e31b21c01b3 100644
--- a/x11-libs/pixman/Manifest
+++ b/x11-libs/pixman/Manifest
@@ -1,2 +1 @@
-DIST pixman-0.38.4.tar.gz 897926 BLAKE2B 
2c27069411e709391a1cc0af6c37acf2f06b4fad433a3197e24a0636d5d828ddbf1ca339d91470514d75e126452bc2300d14a2b862671bd11a8b85057d86b31c
 SHA512 
b66dc23c0bc7327cb90085cbc14ccf96ad58001a927f23af24e0258ca13f32d4255535862f1efcf00e9e723410aa9f51edf26fb01c8cde49379d1225acf7b5af
 DIST pixman-0.40.0.tar.xz 634752 BLAKE2B 
29b71f5eb6c3df0318c7a6153c6abbce29748b0b578697916414a869a029635fe5e0bab06b8f701a764c95e475c115ed12eb4f93c751d234b5868f4c4196d7db
 SHA512 
8a60edb113d68791b41bd90b761ff7b3934260cb3dada3234c9351416f61394e4157353bc4d61b8f6c2c619de470f6feefffb4935bfcf79d291ece6285de7270

diff --git a/x11-libs/pixman/pixman-0.38.4.ebuild 
b/x11-libs/pixman/pixman-0.38.4.ebuild
deleted file mode 100644
index e327798978a..000
--- a/x11-libs/pixman/pixman-0.38.4.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGIT_REPO_URI="https://gitlab.freedesktop.org/pixman/pixman.git;
-
-if [[ ${PV} = * ]]; then
-   GIT_ECLASS="git-r3"
-fi
-
-inherit ${GIT_ECLASS} meson multilib-minimal multiprocessing toolchain-funcs
-
-DESCRIPTION="Low-level pixel manipulation routines"
-HOMEPAGE="http://www.pixman.org/ https://gitlab.freedesktop.org/pixman/pixman/;
-if [[ ${PV} = * ]]; then
-   SRC_URI=""
-else
-   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"
-   SRC_URI="https://www.x.org/releases/individual/lib/${P}.tar.gz;
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="altivec cpu_flags_arm_iwmmxt cpu_flags_arm_iwmmxt2 loongson2f 
cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 cpu_flags_x86_ssse3"
-
-src_unpack() {
-   default
-   [[ $PV = * ]] && git-r3_src_unpack
-}
-
-multilib_src_configure() {
-   local openmp=disabled
-   tc-has-openmp && openmp=enabled
-
-   local emesonargs=(
-   $(meson_feature cpu_flags_arm_iwmmxt iwmmxt)
-   $(meson_use cpu_flags_arm_iwmmxt2 iwmmxt2)
-   $(meson_feature cpu_flags_x86_mmxext mmx)
-   $(meson_feature cpu_flags_x86_sse2 sse2)
-   $(meson_feature cpu_flags_x86_ssse3 ssse3)
-   $(meson_feature altivec vmx)
-   $(meson_feature neon neon)
-   $(meson_feature loongson2f loongson-mmi)
-   -Dgtk=disabled
-   -Dlibpng=disabled
-   -Dopenmp=$openmp # only used in unit tests
-   )
-   meson_src_configure
-}
-
-multilib_src_compile() {
-   meson_src_compile
-}
-
-multilib_src_test() {
-   export OMP_NUM_THREADS=$(makeopts_jobs)
-   meson test -v -C "${BUILD_DIR}" -t 100
-}
-
-multilib_src_install() {
-   meson_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xdpyinfo/

2020-06-24 Thread Matt Turner
commit: 15d851db6032b88b0e74a28817841fc754e96c2e
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 20:03:17 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:12:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15d851db

x11-apps/xdpyinfo: Drop old versions

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

 x11-apps/xdpyinfo/Manifest  |  1 -
 x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild | 36 -
 2 files changed, 37 deletions(-)

diff --git a/x11-apps/xdpyinfo/Manifest b/x11-apps/xdpyinfo/Manifest
index ef66db9019b..1a78785a3fa 100644
--- a/x11-apps/xdpyinfo/Manifest
+++ b/x11-apps/xdpyinfo/Manifest
@@ -1,2 +1 @@
-DIST xdpyinfo-1.3.1.tar.bz2 136412 BLAKE2B 
6c9750a0c9690f6c5cebf3551f6ed77b4504e1ec31685c698abb5963b571d214d4647f3b1b11837e3df645becc468bd9f0275616527519693011d7e3168051a3
 SHA512 
1d9f5948f04bf555181f7989bd25dd4559226f757a8452493cfa7ba0ed33112502df28ea702e48c384e801360ea1b6374a1e3f626bd56b7a855016c12b7ad927
 DIST xdpyinfo-1.3.2.tar.bz2 141351 BLAKE2B 
b2dee4f424dee902c31430b8843c14d6836508ee0125db7de41f5e9faef1732dea571e90b37638cc90dabd3995a0ceb5e4094707138b7e066ee1ae856258503c
 SHA512 
2c9097c13778c7a7fe5a9b3ee04b28512ff6028231eca91ecdf6104c742be470678920d37a4f540fece7e39dccbea34802271f359ab80618027b2856c8912e7d

diff --git a/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild 
b/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild
deleted file mode 100644
index d69f224bd74..000
--- a/x11-apps/xdpyinfo/xdpyinfo-1.3.1.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 xorg-2
-
-DESCRIPTION="Display information utility for X"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt"
-IUSE="dga dmx xinerama"
-
-RDEPEND="
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXext
-   x11-libs/libXi
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/libXxf86vm
-   x11-libs/libxcb
-   dga? ( x11-libs/libXxf86dga )
-   dmx? ( x11-libs/libdmx )
-   xinerama? ( x11-libs/libXinerama )
-"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-"
-
-pkg_setup() {
-   XORG_CONFIGURE_OPTIONS=(
-   "--without-xf86misc"
-   $(use_with dga)
-   $(use_with dmx)
-   $(use_with xinerama)
-   )
-
-}



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/

2020-06-24 Thread Matt Turner
commit: eb3514d8750cfa4f367f40dc0cb313cd74e50941
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 19:58:21 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:13:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb3514d8

x11-base/xorg-server: Propagate changes to -

And trim trailing whitespace.

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

 x11-base/xorg-server/xorg-server-1.20.8-r1.ebuild |  4 ++--
 x11-base/xorg-server/xorg-server-.ebuild  | 19 +++
 2 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/x11-base/xorg-server/xorg-server-1.20.8-r1.ebuild 
b/x11-base/xorg-server/xorg-server-1.20.8-r1.ebuild
index a7268b80795..8aae610d6d0 100644
--- a/x11-base/xorg-server/xorg-server-1.20.8-r1.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.20.8-r1.ebuild
@@ -176,13 +176,13 @@ pkg_setup() {
)
 
if use systemd || use elogind; then
-   XORG_CONFIGURE_OPTIONS+=( 
+   XORG_CONFIGURE_OPTIONS+=(
"--enable-systemd-logind"
"--disable-install-setuid"
"$(use_enable suid suid-wrapper)"
)
else
-   XORG_CONFIGURE_OPTIONS+=( 
+   XORG_CONFIGURE_OPTIONS+=(
"--disable-systemd-logind"
"--disable-suid-wrapper"
"$(use_enable suid install-setuid)"

diff --git a/x11-base/xorg-server/xorg-server-.ebuild 
b/x11-base/xorg-server/xorg-server-.ebuild
index 252ce275e86..347f504c887 100644
--- a/x11-base/xorg-server/xorg-server-.ebuild
+++ b/x11-base/xorg-server/xorg-server-.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} != * ]]; then
 fi
 
 IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
-IUSE="${IUSE_SERVERS} debug elogind ipv6 libressl +libglvnd minimal selinux 
+suid systemd +udev unwind xcsecurity"
+IUSE="${IUSE_SERVERS} debug +elogind ipv6 libressl +libglvnd minimal selinux 
suid systemd +udev unwind xcsecurity"
 
 CDEPEND="libglvnd? (
media-libs/libglvnd[X]
@@ -162,10 +162,7 @@ pkg_setup() {
$(use_enable udev config-udev)
$(use_with doc doxygen)
$(use_with doc xmlto)
-   $(usex !elogind $(use_enable systemd systemd-logind) 
'--enable-systemd-logind')
$(use_with systemd systemd-daemon)
-   $(usex suid $(use_enable systemd suid-wrapper) 
'--disable-suid-wrapper')
-   $(usex suid $(use_enable !systemd install-setuid) 
'--disable-install-setuid')
--enable-libdrm
--sysconfdir="${EPREFIX}"/etc/X11
--localstatedir="${EPREFIX}"/var
@@ -177,6 +174,20 @@ pkg_setup() {
--without-fop
--with-sha1=libcrypto
)
+
+   if use systemd || use elogind; then
+   XORG_CONFIGURE_OPTIONS+=(
+   "--enable-systemd-logind"
+   "--disable-install-setuid"
+   "$(use_enable suid suid-wrapper)"
+   )
+   else
+   XORG_CONFIGURE_OPTIONS+=(
+   "--disable-systemd-logind"
+   "--disable-suid-wrapper"
+   "$(use_enable suid install-setuid)"
+   )
+   fi
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xgc/

2020-06-24 Thread Matt Turner
commit: af57db9e3b05bce27c4cf2b01995e22ea59fc20b
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 20:05:04 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:12:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af57db9e

x11-apps/xgc: Drop old versions

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

 x11-apps/xgc/Manifest |  1 -
 x11-apps/xgc/xgc-1.0.4.ebuild | 14 --
 2 files changed, 15 deletions(-)

diff --git a/x11-apps/xgc/Manifest b/x11-apps/xgc/Manifest
index ba39407520f..c679ef21ad3 100644
--- a/x11-apps/xgc/Manifest
+++ b/x11-apps/xgc/Manifest
@@ -1,2 +1 @@
-DIST xgc-1.0.4.tar.bz2 180138 BLAKE2B 
97082987e557963e714b5ec96c3d1106e9ecdc7d832f948c8205965363968b6db9de81229b126cb6f9098dd9ee0c00b353022410b88fb73cce8d382ddafc15d8
 SHA512 
c2156eb1c6dcc838d9b21ac9e45b188a92dadc991875c3c9497a18bae36212c01cf4c2c6df04830664da4e010880d2d84663e00aaa5e17082211ba969d480390
 DIST xgc-1.0.5.tar.bz2 188307 BLAKE2B 
8e3906ee07898c1382c692d3ccb7541de40be55dbc88c0ed40ab3e78a638c6e475bf38f3a34d626507d34270208cc59cb7bdf727869c9907a00fca6280b5b39e
 SHA512 
5943d13b9e0ed5e1b66d26eaa4b39d16d71f0df23e3ea93bfc397b6303516b161c2b60b24679ed75b640bf2493e66682d35efc7cedd41c5b57caa65f309a8314

diff --git a/x11-apps/xgc/xgc-1.0.4.ebuild b/x11-apps/xgc/xgc-1.0.4.ebuild
deleted file mode 100644
index b9a84142818..000
--- a/x11-apps/xgc/xgc-1.0.4.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="X graphics demo"
-KEYWORDS="amd64 arm hppa ~mips ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libXaw
-   x11-libs/libXt"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/transset/

2020-06-24 Thread Matt Turner
commit: 3e677388739ec53df33764ed099a6e937edc381c
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 20:02:48 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:12:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e677388

x11-apps/transset: Drop old versions

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

 x11-apps/transset/Manifest  |  1 -
 x11-apps/transset/transset-1.0.1.ebuild | 15 ---
 2 files changed, 16 deletions(-)

diff --git a/x11-apps/transset/Manifest b/x11-apps/transset/Manifest
index 99a53ad3d6b..a92be8f53f3 100644
--- a/x11-apps/transset/Manifest
+++ b/x11-apps/transset/Manifest
@@ -1,2 +1 @@
-DIST transset-1.0.1.tar.bz2 121199 BLAKE2B 
1ef56061150993bf870075c5dadf0589dc795750ce9b898a5a39a062fd14693003a4b0ab258140e87a208fb1f560742dc6217bfebaeffce98cc73d677fe015e9
 SHA512 
709a693cedc877f981179376105ac071ea5cf553c4388ecc7b974547050104fbc2cc64292f86f047b70acf7d85e7dca1ed7cd004b73652f4854275c8a514fd1d
 DIST transset-1.0.2.tar.bz2 127774 BLAKE2B 
fba4e8dc6eb3b3ea1285af9fccacc2d46cddbf17a086084c3db395bb5d78e6f13a348e2733c8b42efd2993dc053c01a4e6761c479506ba5d84a8715a956303c0
 SHA512 
f7a658cae70e211a0455420efbfacee0f3032821d94e7a80ec6db32ced716c1ce013f38713915505998071c312cedd1bad08575dbadfbbeb94361b048623f874

diff --git a/x11-apps/transset/transset-1.0.1.ebuild 
b/x11-apps/transset/transset-1.0.1.ebuild
deleted file mode 100644
index e94154a3ff1..000
--- a/x11-apps/transset/transset-1.0.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xorg-2
-
-DESCRIPTION="An utility for setting opacity property"
-
-LICENSE="SGI-B-2.0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/

2020-06-24 Thread Matt Turner
commit: 6d927c72914d5d44994685e57a4793991410fb27
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 20:07:51 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:13:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d927c72

x11-apps/xwd: Drop old versions

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

 x11-apps/xwd/Manifest |  1 -
 x11-apps/xwd/xwd-1.0.6.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/x11-apps/xwd/Manifest b/x11-apps/xwd/Manifest
index 3386c2993ae..3b9495433f8 100644
--- a/x11-apps/xwd/Manifest
+++ b/x11-apps/xwd/Manifest
@@ -1,2 +1 @@
-DIST xwd-1.0.6.tar.bz2 144548 BLAKE2B 
56560a36931d15f6f59d6c6548325e559534cee10cb13b07722bce5b47d7d2360244b29e88a66a58d2209336f0ffb14cbabb0369c144ceeeabb4eb184b06
 SHA512 
8fb86cbe163631fdb3f49ad6bb648ea599d7c5f9b11aba7e88afb86daed34cab88dcba057e0c5ca3e4e5904598b279f5a68ad43a64dd1053d647aa78523a806f
 DIST xwd-1.0.7.tar.bz2 148026 BLAKE2B 
9088105a07db38418352cccafaee4ecc084940e031416358291e6b5a6f47b2c8972928f0eb3479db4ff93b3a54a24ea4231f4d8196464f14ac4d7a1b5bb7ecce
 SHA512 
6fdb0a115ae505169bbc7fcc45580daf26bced2e26e0bf9a877636016038931a8386e8edcbe015f4024be508d0461906adef4834cf22a445e3c282f0b8fad17e

diff --git a/x11-apps/xwd/xwd-1.0.6.ebuild b/x11-apps/xwd/xwd-1.0.6.ebuild
deleted file mode 100644
index 8cadf6a8f42..000
--- a/x11-apps/xwd/xwd-1.0.6.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="dump an image of an X window"
-
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-# libXt dependency is not in configure.ac, bug #408629, upstream #47462."
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-   x11-libs/libXt
-   x11-libs/libxkbfile"



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-proto/

2020-06-24 Thread Matt Turner
commit: 9929252cd4de9971e8b2f5106d41dcda2158965d
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 19:56:18 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:13:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9929252c

x11-base/xorg-proto: Drop old versions

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

 x11-base/xorg-proto/Manifest |  1 -
 x11-base/xorg-proto/xorg-proto-2019.2.ebuild | 68 
 2 files changed, 69 deletions(-)

diff --git a/x11-base/xorg-proto/Manifest b/x11-base/xorg-proto/Manifest
index cc411e05034..c916712d78f 100644
--- a/x11-base/xorg-proto/Manifest
+++ b/x11-base/xorg-proto/Manifest
@@ -1,2 +1 @@
-DIST xorgproto-2019.2.tar.gz 1080686 BLAKE2B 
4e0218ef02a8df5220431ae36ac1bc8feaa2bfdefe784f9b7393fe1d27db5b39ba90a38a3570bd78279964c5842ea65df3724b2407535a43fd867922156d92e9
 SHA512 
3385e7eb8ae1384aa01945c7f5a300884a1deb8d564ab62bd5bcaa3703d3dbf9bbc19797ac17d19e15417bf8456f706f993e90ece2d34cc94046ac302c062cbe
 DIST xorgproto-2020.1.tar.gz 1081369 BLAKE2B 
1bed8d65499926a830180ee1fce5e5e57a276a6412231508eabb6c5eea5ee20dcce4046fc82203d5be88d1f24fb7919289393551d339e5cf5cb80b1c14f22c42
 SHA512 
d0bc3aec517fd00fa5fd32a5715760c34810a19154e10fb1f92f2e2fe7f26136f7ba9b76b47fcd37c3c4796663154f4e5abf6a18dd634619b0f718f3e4737ae9

diff --git a/x11-base/xorg-proto/xorg-proto-2019.2.ebuild 
b/x11-base/xorg-proto/xorg-proto-2019.2.ebuild
deleted file mode 100644
index 60cb600fe9e..000
--- a/x11-base/xorg-proto/xorg-proto-2019.2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/xorg-/xorg}"
-MY_P="${MY_PN}-${PV}"
-
-EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/${MY_PN}.git;
-
-if [[ ${PV} = * ]]; then
-   GIT_ECLASS="git-r3"
-fi
-
-inherit ${GIT_ECLASS} meson
-
-DESCRIPTION="X.Org combined protocol headers"
-HOMEPAGE="https://gitlab.freedesktop.org/xorg/proto/xorgproto;
-if [[ ${PV} = * ]]; then
-   SRC_URI=""
-else
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
-   
SRC_URI="https://xorg.freedesktop.org/archive/individual/proto/${MY_P}.tar.gz;
-   S="${WORKDIR}/${MY_P}"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-   !

[gentoo-commits] repo/gentoo:master commit in: x11-apps/xkill/

2020-06-24 Thread Matt Turner
commit: 3e264de788b037e77dea4af600decef24617d8a7
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 20:05:30 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:12:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e264de7

x11-apps/xkill: Drop old versions

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

 x11-apps/xkill/Manifest   |  1 -
 x11-apps/xkill/xkill-1.0.4.ebuild | 15 ---
 2 files changed, 16 deletions(-)

diff --git a/x11-apps/xkill/Manifest b/x11-apps/xkill/Manifest
index 15eee36ca4d..1465fa81cc5 100644
--- a/x11-apps/xkill/Manifest
+++ b/x11-apps/xkill/Manifest
@@ -1,2 +1 @@
-DIST xkill-1.0.4.tar.bz2 124828 BLAKE2B 
4d7484a6e044f2a93d7d54f25619c08f657cc34955cd399e927442d8e8d79f3ad983020f75a3edb57e91371f4693909fae28b1ebf8f1e78189868c79c3ac5e87
 SHA512 
14d1fc0eff96a62d66307f09efc599639ee70be4bf580e2857569326881bfdcae7a8a21640509875218dd2b88575b4801ab0c43c4295550dc71141a579483545
 DIST xkill-1.0.5.tar.bz2 128146 BLAKE2B 
a01b954872eaad2aefe11335df2c85972abb8d36ae0c00fbca02b5af2d7df57934e3ddc47455f88927a90b0bff5ed707ca6dddbbf5478c89b193c98a86cc0562
 SHA512 
4603a1794f114f5cea2c885020c9d073c8421d1e785c99ff6b936ae97139c8dac8020a187b5bbd0fa6d56ed6fab879441b42ba900cc5f2f5a534dafdc86b9249

diff --git a/x11-apps/xkill/xkill-1.0.4.ebuild 
b/x11-apps/xkill/xkill-1.0.4.ebuild
deleted file mode 100644
index 73e70b238b4..000
--- a/x11-apps/xkill/xkill-1.0.4.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="kill a client by its X resource"
-
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~x86-winnt"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXmu"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/igt-gpu-tools/

2020-06-24 Thread Matt Turner
commit: a105686e7e83cea483f1fefad068bc39521ccc3a
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 20:01:50 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:12:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a105686e

x11-apps/igt-gpu-tools: Drop old versions

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

 x11-apps/igt-gpu-tools/Manifest  |   1 -
 x11-apps/igt-gpu-tools/igt-gpu-tools-1.24.ebuild | 103 ---
 2 files changed, 104 deletions(-)

diff --git a/x11-apps/igt-gpu-tools/Manifest b/x11-apps/igt-gpu-tools/Manifest
index 63f3124187c..cdfc2905b99 100644
--- a/x11-apps/igt-gpu-tools/Manifest
+++ b/x11-apps/igt-gpu-tools/Manifest
@@ -1,2 +1 @@
-DIST igt-gpu-tools-1.24.tar.xz 1207436 BLAKE2B 
0b04033be0195a4fee5611aeae2f47334ce1de5df65c652ebc0b36d1185286268bb426f472e3c1311ff576e8184e7a4efb95ef3181006ed8c448ea76452940d7
 SHA512 
22c25e27ead64f561fe8f46b132d6c7562a90d7bff09dc2618a532b16d7b8fdf54ed94d986a45655657b54219d350ce1b1e6c89da2b6073024e9bbe0973fa190
 DIST igt-gpu-tools-1.25.tar.xz 1425652 BLAKE2B 
1dd17e8542c126d356478acd07344d8732013a24fd180064d6f2277be76170924e7031fd2529b2aa054b40d5093d9cd95271e156bc6b97a75158c84de142f1ba
 SHA512 
a24ee46092241da26fc2dac2b9b54c9f16f7a408c8740c9c7209e876929e2908a36261ba258ca4a4a4e4a21c1e9c919457bf98d514f81d8b7dbfcf5f89a74daf

diff --git a/x11-apps/igt-gpu-tools/igt-gpu-tools-1.24.ebuild 
b/x11-apps/igt-gpu-tools/igt-gpu-tools-1.24.ebuild
deleted file mode 100644
index 8662c0102ba..000
--- a/x11-apps/igt-gpu-tools/igt-gpu-tools-1.24.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGIT_REPO_URI="https://gitlab.freedesktop.org/drm/${PN}.git;
-if [[ ${PV} = ** ]]; then
-   GIT_ECLASS="git-r3"
-fi
-
-inherit ${GIT_ECLASS} meson
-
-DESCRIPTION="Intel GPU userland tools"
-
-HOMEPAGE="https://01.org/linuxgraphics 
https://gitlab.freedesktop.org/drm/igt-gpu-tools;
-if [[ ${PV} = ** ]]; then
-   SRC_URI=""
-else
-   KEYWORDS="~amd64 ~x86"
-   SRC_URI="https://www.x.org/releases/individual/app/${P}.tar.xz;
-fi
-LICENSE="MIT"
-SLOT="0"
-IUSE="chamelium doc man overlay runner unwind valgrind video_cards_amdgpu 
video_cards_intel video_cards_nouveau X xv"
-REQUIRED_USE="
-   || ( video_cards_amdgpu video_cards_intel video_cards_nouveau )
-   overlay? (
-   video_cards_intel
-   || ( X xv )
-   )
-"
-RESTRICT="test"
-
-RDEPEND="
-   dev-libs/elfutils
-   dev-libs/glib:2
-   sys-apps/kmod:=
-   sys-libs/libunwind:=
-   sys-libs/zlib:=
-   sys-process/procps:=
-   virtual/libudev:=
-   >=x11-libs/cairo-1.12.0[X?]
-   
>=x11-libs/libdrm-2.4.82[video_cards_amdgpu?,video_cards_intel?,video_cards_nouveau?]
-   >=x11-libs/libpciaccess-0.10
-   x11-libs/pixman
-   chamelium? (
-   dev-libs/xmlrpc-c[curl]
-   sci-libs/gsl
-   media-libs/alsa-lib:=
-   )
-   overlay? (
-   >=x11-libs/libXrandr-1.3
-   xv? (
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXv
-   )
-   )
-   runner? ( dev-libs/json-c:= )
-   unwind? ( sys-libs/libunwind )
-   valgrind? ( dev-util/valgrind )
-   "
-DEPEND="${RDEPEND}
-   doc? ( >=dev-util/gtk-doc-1.25-r1 )
-   man? ( dev-python/docutils )
-   overlay? (
-   >=dev-util/peg-0.1.18
-   x11-base/xorg-proto
-   )
-   video_cards_intel? (
-   sys-devel/bison
-   sys-devel/flex
-   )
-"
-
-src_prepare() {
-   sed -e "s/find_program('rst2man-3'/find_program('rst2man.py', 
'rst2man-3'/" -i man/meson.build
-   default_src_prepare
-}
-
-src_configure() {
-   local gpus=""
-   use video_cards_amdgpu  && gpus+="amdgpu,"
-   use video_cards_intel   && gpus+="intel,"
-   use video_cards_nouveau && gpus+="nouveau,"
-
-   local overlay_backends=""
-   use overlay && use xv && overlay_backends+="xv,"
-   use overlay && use X && overlay_backends+="x,"
-
-   local emesonargs=(
-   $(meson_feature chamelium build_chamelium)
-   $(meson_feature doc build_docs)
-   $(meson_feature man build_man)
-   $(meson_feature overlay build_overlay)
-   $(meson_feature runner build_runner)
-   $(meson_feature doc build_tests) # Test build is required for 
docs
-   $(meson_feature valgrind with_valgrind)
-   $(meson_feature unwind with_libunwind)
-   -Doverlay_backends=${overlay_backends%?}
-   -Dwith_libdrm=${gpus%?}
-   )
-   meson_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xsm/

2020-06-24 Thread Matt Turner
commit: 65f7d57d5a91cbf8d79927a2c9a4dc95db0840c6
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 20:07:29 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:13:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f7d57d

x11-apps/xsm: Drop old versions

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

 x11-apps/xsm/Manifest |  1 -
 x11-apps/xsm/xsm-1.0.3.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/x11-apps/xsm/Manifest b/x11-apps/xsm/Manifest
index c799f05991d..871a8cb966b 100644
--- a/x11-apps/xsm/Manifest
+++ b/x11-apps/xsm/Manifest
@@ -1,2 +1 @@
-DIST xsm-1.0.3.tar.bz2 161012 BLAKE2B 
2628e4234b5fed58ebefb35f454c36e268c75cafa784ed709833d5979ee4484ada8f315d75b6204e64a0efd0f1fd7a14662afb430c0e84bc81a40eefda9380cf
 SHA512 
930a12272011ddd7c60e62b32b485c383292163f8aed6086c756f71cece62d0c316d89a6056751818b3b0ee26f68cca6e0fc914cd58d9b20da0a3b7ccf2145f0
 DIST xsm-1.0.4.tar.bz2 170933 BLAKE2B 
05cf4614440f36da6ed1e8e0949ef6955da03d1fe0cc2d0323150b34ea01c293301aa49006a93fe7c44c842db41fb6b66a2f4a4051ddf2258143e54a6e99b390
 SHA512 
d4e4da7c309a4eae126d2b58a13684f4dbc06b09f76dde9c89c707375df2843614f3d83bc44f9cd02f239200db3397abd86796dca0dbafc69f60482b0af5a176

diff --git a/x11-apps/xsm/xsm-1.0.3.ebuild b/x11-apps/xsm/xsm-1.0.3.ebuild
deleted file mode 100644
index ac51d3e4436..000
--- a/x11-apps/xsm/xsm-1.0.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="X Session Manager"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="rsh"
-RDEPEND="x11-libs/libXaw
-   x11-libs/libX11
-   x11-libs/libXt
-   x11-libs/libICE
-   x11-libs/libSM
-   rsh? ( net-misc/netkit-rsh )"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
-   # (#158056) /usr/$(get_libdir)/X11/xsm could be a symlink
-   local XSMPATH="${EROOT}usr/$(get_libdir)/X11/xsm"
-   if [[ -L ${XSMPATH} ]]; then
-   einfo "Removing symlink ${XSMPATH}"
-   rm -f ${XSMPATH} || die "failed to remove symlink ${XSMPATH}"
-   fi
-   xorg-2_pkg_setup
-}
-
-src_configure() {
-   XORG_CONFIGURE_OPTIONS="$(use_with rsh rsh /usr/bin/rsh)"
-   xorg-2_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xeyes/

2020-06-24 Thread Matt Turner
commit: 238435bf8ac629b412ee36c880f896b60d79c87e
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 20:04:19 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:12:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=238435bf

x11-apps/xeyes: Drop old versions

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

 x11-apps/xeyes/Manifest   |  1 -
 x11-apps/xeyes/xeyes-1.1.1.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/x11-apps/xeyes/Manifest b/x11-apps/xeyes/Manifest
index d8594d5d037..24afd2c5a18 100644
--- a/x11-apps/xeyes/Manifest
+++ b/x11-apps/xeyes/Manifest
@@ -1,2 +1 @@
-DIST xeyes-1.1.1.tar.bz2 113757 BLAKE2B 
eed50677718223be829fed869360dc2ed98252a2e0a335403b8e680bd5a47cb96d92a762899e46a8823a260dda4be7ae98b45208c87c80a833ab8929056df427
 SHA512 
3cb734239fa3180a9cc0eb2564c5a04f5e5c64ea314079c0604cebdbb821132f95a2c113dab476af8820308f0e6dbd4eac02b5da45dc2ed78a5d3ca010453618
 DIST xeyes-1.1.2.tar.bz2 133160 BLAKE2B 
c3f31a2df7988517e4f8903fce6b0cbfbaad01e84d89c7b9f7755eccebba95fbb8b75377644ae97f090e9f4a3a245698966e78f738275f7513f5927193b5dd19
 SHA512 
008d76f03ddabd3d86ad9e52a540504553b94cb7a6743b20cf08897549eb27505667365ab9af21956a1b5ec7297acca8903a326536e6195a30e643cd93297ee0

diff --git a/x11-apps/xeyes/xeyes-1.1.1.ebuild 
b/x11-apps/xeyes/xeyes-1.1.1.ebuild
deleted file mode 100644
index acf3b255cb6..000
--- a/x11-apps/xeyes/xeyes-1.1.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="X.Org xeyes application"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~sparc64-solaris"
-IUSE=""
-RDEPEND="x11-libs/libX11
-   x11-libs/libXt
-   x11-libs/libXext
-   x11-libs/libXmu
-   x11-libs/libXrender"
-DEPEND="${RDEPEND}"
-
-XORG_CONFIGURE_OPTIONS="--with-xrender"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xmessage/

2020-06-24 Thread Matt Turner
commit: 0f4182da6fa744bc38b12ac9776dcb2eea1559e4
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 20:05:49 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:12:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f4182da

x11-apps/xmessage: Drop old versions

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

 x11-apps/xmessage/Manifest  |  1 -
 x11-apps/xmessage/xmessage-1.0.4.ebuild | 15 ---
 2 files changed, 16 deletions(-)

diff --git a/x11-apps/xmessage/Manifest b/x11-apps/xmessage/Manifest
index 9ee9f6a4bee..901f65148e3 100644
--- a/x11-apps/xmessage/Manifest
+++ b/x11-apps/xmessage/Manifest
@@ -1,2 +1 @@
-DIST xmessage-1.0.4.tar.bz2 125011 BLAKE2B 
4b1134ac3dcb6a696ba75dddb3fcd348222763c375067279e4d6af41c3c2c855249cd76b888693a5c0136144071acb628c0e3a653ce0afed70d0e6910d055a4f
 SHA512 
a087fb09595bf0b188a4525b45e9b607acd063cceae36c69c78a48674fb7eca1c82d5c2d2770c7f4425b499e4c002bfc0e377935308c218a330a2b4994b94ebd
 DIST xmessage-1.0.5.tar.bz2 133393 BLAKE2B 
afa42e20ba995fa1086cd3cee5b90be8564c521f7bc12b544a787cc753782e1cfdbc5a94f5925f5bae1b630b7ac08fcaeee59e319f680d3be29c46d5421aa048
 SHA512 
a8423c3986b1576fa67800c315a605a527bb9a8f594ac269a736ae7b91eed0d4d83deb89148197dc3cd3f0e51894146958ce2979f78e97dcdb99c5326e34dabe

diff --git a/x11-apps/xmessage/xmessage-1.0.4.ebuild 
b/x11-apps/xmessage/xmessage-1.0.4.ebuild
deleted file mode 100644
index aeffb7fd02d..000
--- a/x11-apps/xmessage/xmessage-1.0.4.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="display a message or query in a window (X-based /bin/echo)"
-
-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="x11-libs/libXaw
-   x11-libs/libXt"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xfontsel/

2020-06-24 Thread Matt Turner
commit: d53ee71236829708437120593b55c686477b53ed
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 20:04:40 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:12:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53ee712

x11-apps/xfontsel: Drop old versions

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

 x11-apps/xfontsel/Manifest  |  1 -
 x11-apps/xfontsel/xfontsel-1.0.5.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/x11-apps/xfontsel/Manifest b/x11-apps/xfontsel/Manifest
index 223eb865585..f7dfea48a36 100644
--- a/x11-apps/xfontsel/Manifest
+++ b/x11-apps/xfontsel/Manifest
@@ -1,2 +1 @@
-DIST xfontsel-1.0.5.tar.bz2 139801 BLAKE2B 
dc3c9f8b893434923f414a9bb2a8608cba1eafc7ad915cbd6231763892608cebcba8147a02250719ed4fb5881389467ab375af904248047d369533949713
 SHA512 
df7a49286b94f64c610ab990d66376dedc12e3e8fa1d803641f466c3f6ebfdd06e81e4c7be39f8e6234928305f397d877579c39cf24c319dd5deead56f2578a4
 DIST xfontsel-1.0.6.tar.bz2 146469 BLAKE2B 
9773430e51e63d23086403f91fd78f6ed2e7f3abf144fda5bba171d05145026d233474e9d055b31bd498a861994c4f59af52a8101fc1e10b891ea879cb2f0bb9
 SHA512 
2f6bc51549a302404cdaf9a5a825add383953fcbb2a0c7076691cefd4dd7e4a3c772c047be74101c8486f75d03ce0bd3e65ede14e91732cf2a932810441c9099

diff --git a/x11-apps/xfontsel/xfontsel-1.0.5.ebuild 
b/x11-apps/xfontsel/xfontsel-1.0.5.ebuild
deleted file mode 100644
index 0b56c540214..000
--- a/x11-apps/xfontsel/xfontsel-1.0.5.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="point and click selection of X11 font names"
-
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix 
~amd64-linux ~x86-linux ~x64-macos"
-IUSE=""
-
-RDEPEND="x11-libs/libXaw
-   x11-libs/libXmu
-   x11-libs/libXt
-   x11-libs/libX11"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xdriinfo/

2020-06-24 Thread Matt Turner
commit: a945b1637adf0bb0559a1ba2cb53bef4fb15c433
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 20:03:34 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:12:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a945b163

x11-apps/xdriinfo: Drop old versions

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

 x11-apps/xdriinfo/Manifest  |  1 -
 x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/x11-apps/xdriinfo/Manifest b/x11-apps/xdriinfo/Manifest
index 39d7ff030b5..4f8a45206db 100644
--- a/x11-apps/xdriinfo/Manifest
+++ b/x11-apps/xdriinfo/Manifest
@@ -1,2 +1 @@
-DIST xdriinfo-1.0.5.tar.bz2 121276 BLAKE2B 
c6db6dfd5ff0f5f6106f92ad42b37e18cc148d156a5e294c497f4ac84226114bcb7d7666196b4b1e1b4471108f839c03d4a2e1dc19080af0d60c5cfb10b55463
 SHA512 
6b7a3641f488d305f950c494464fd4b674ab3aaed5c7159d6d8ddad4587c18d680e5854bd80666444f1dee52eb4f46b45709a6d9c333593fe045c73e738524de
 DIST xdriinfo-1.0.6.tar.bz2 123636 BLAKE2B 
43e15c6833ad84760c89abff272864e13b777c01796ba119fbc7fa7165ab05cf5a090cf736f618a25385b5d5a8cf2d679fbe2cd55119842fcf9e16fdb46dd549
 SHA512 
7ddd9e19abaef93e4d85004293528ec3814ef84c470d496dbb8dc8313d804bb7520406de8d33d2bc2b3af942bd0a5d5032a109b2726438a966af63ea680a102f

diff --git a/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild 
b/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild
deleted file mode 100644
index 9fc1ba2196e..000
--- a/x11-apps/xdriinfo/xdriinfo-1.0.5.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xorg-2 flag-o-matic multilib
-
-DESCRIPTION="query configuration information of DRI drivers"
-
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   virtual/opengl"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-pkg_setup() {
-   xorg-2_pkg_setup
-
-   append-cppflags 
"-I${EPREFIX}/usr/$(get_libdir)/opengl/xorg-x11/include/"
-
-}



[gentoo-commits] repo/gentoo:master commit in: x11-apps/ico/

2020-06-24 Thread Matt Turner
commit: 998904356340c9787da43322f3e4a34f6faa27e9
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 20:01:31 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:12:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99890435

x11-apps/ico: Drop old versions

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

 x11-apps/ico/Manifest |  1 -
 x11-apps/ico/ico-1.0.4.ebuild | 13 -
 2 files changed, 14 deletions(-)

diff --git a/x11-apps/ico/Manifest b/x11-apps/ico/Manifest
index 4f86166d0aa..fc52583fe18 100644
--- a/x11-apps/ico/Manifest
+++ b/x11-apps/ico/Manifest
@@ -1,2 +1 @@
-DIST ico-1.0.4.tar.bz2 127619 BLAKE2B 
8e9e161b2f0ae23acc989e7bd8ce70e953ffdb43e9d998d63993504073bc339b5dee85c0e5611e38a6c1b3b98a9a1067b0468c6dc3a1aaef26e38fac76efffa8
 SHA512 
f7200fc04e7d0442215a3fe1f53456fe6bcd14eb2e2fd048cbe7f5700ad28e10ea8ef72ab98d3cd232c801b037fdac5ac4367ba98484f2912de0715a23f82e5d
 DIST ico-1.0.5.tar.bz2 136727 BLAKE2B 
6c6d0a3e9521d9dad9f17f20ca7e1ccb52da31b6a5c5879bbe3d63e58231956cb2ff665b109191185a9af8ee9d2b87f034d349d4d3b33d18dc7b52e0d0640972
 SHA512 
93a94a66d4a41b39d4b3657050e58f8269d352dae5d5916c9ecdda1cb14f23b9d159d67c50fdfa654b4b1c2ad11434bed140ace70703c82b05d3fe8686aab8f6

diff --git a/x11-apps/ico/ico-1.0.4.ebuild b/x11-apps/ico/ico-1.0.4.ebuild
deleted file mode 100644
index 0c60e859472..000
--- a/x11-apps/ico/ico-1.0.4.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="animate an icosahedron or other polyhedron"
-KEYWORDS="amd64 arm ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~x86-linux"
-IUSE=""
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/showfont/

2020-06-24 Thread Matt Turner
commit: 3607e83f04f037a17422dc41f6bb7174c8116e60
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 19:57:51 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:12:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3607e83f

x11-apps/showfont: Drop old versions

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

 x11-apps/showfont/Manifest  |  1 -
 x11-apps/showfont/showfont-1.0.4.ebuild | 13 -
 2 files changed, 14 deletions(-)

diff --git a/x11-apps/showfont/Manifest b/x11-apps/showfont/Manifest
index afcaadd68ec..82433517540 100644
--- a/x11-apps/showfont/Manifest
+++ b/x11-apps/showfont/Manifest
@@ -1,2 +1 @@
-DIST showfont-1.0.4.tar.bz2 118199 BLAKE2B 
0784e5c6a4cb2fbff460058aac958a68d788dd65fd83dd00d3dd2b59220f1279c1cfec0f86fab79ede2888c49b18f3f3eb5e73f711dd0bebb5e868c623ece01b
 SHA512 
5514aec3eca18f714b14b60a085e7f6edafa6f661567876cbcf965d67e90f031dd02d60cc71f8f1889b8e94c99a7f4f8adc8cb3acc1054a83dc8bc36656be0cb
 DIST showfont-1.0.5.tar.bz2 125618 BLAKE2B 
dd3f97e3f2dff934f1cff4bfda0f8a06be3b8549b8572f3a163dbc638fa753eb14b65e8b11e19a56e687a306f3602f99b91fc458c22543d5622f870e518b77cd
 SHA512 
d90d6d99ca573f2632435ccfd46de606994e3792deb58bab6261ff950481ec71eef032b828da0ee5333d6946c5f54594dfb2dadf930825971d3f4baa5c0ff6fd

diff --git a/x11-apps/showfont/showfont-1.0.4.ebuild 
b/x11-apps/showfont/showfont-1.0.4.ebuild
deleted file mode 100644
index 08e95071467..000
--- a/x11-apps/showfont/showfont-1.0.4.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="font dumper for X font server"
-KEYWORDS="amd64 arm ~mips ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libFS"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/rgb/

2020-06-24 Thread Matt Turner
commit: d15862a0a8a29a62cab74277a4a20019ec732cab
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 20:02:36 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:12:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d15862a0

x11-apps/rgb: Drop old versions

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

 x11-apps/rgb/Manifest |  1 -
 x11-apps/rgb/rgb-1.0.5.ebuild | 14 --
 2 files changed, 15 deletions(-)

diff --git a/x11-apps/rgb/Manifest b/x11-apps/rgb/Manifest
index 420f6410c93..7f7da2f2d18 100644
--- a/x11-apps/rgb/Manifest
+++ b/x11-apps/rgb/Manifest
@@ -1,2 +1 @@
-DIST rgb-1.0.5.tar.bz2 130900 BLAKE2B 
40675dfd862757d62cc636fe2cc3cfac25a87d863ada67e76dd9516a1607e356530b2578082b9e5cdf84d97b766c558b80f8fa919c515a5eb3da2731ac07391f
 SHA512 
2e4ad2b0f5539375986d455b47cb5f10e50841198ee242ee430e021e9ddbffec1304259c259c7a6b7e0cd4b244ecedcb5818baac35deb4447da53c2ddba3ad43
 DIST rgb-1.0.6.tar.bz2 139225 BLAKE2B 
25e20d0be23a46d869869e47169d86dd50a99bc65551bf83800119c7f9cd242f41d5ecdb611467eaf9aeba909cebbfab8f578e0a5dc63380482f324124064bb4
 SHA512 
92c8885a0e1482065a8b86f7be890859a5eab6b9d57ff219e916cbbd10cd185deec1c5db25dae8c405a343ab0e2ddaba3ddfe0b567d06534405f102e1845654e

diff --git a/x11-apps/rgb/rgb-1.0.5.ebuild b/x11-apps/rgb/rgb-1.0.5.ebuild
deleted file mode 100644
index 88f8ee04ddb..000
--- a/x11-apps/rgb/rgb-1.0.5.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="uncompile an rgb color-name database"
-
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
-RDEPEND=""
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/editres/

2020-06-24 Thread Matt Turner
commit: 386f456872bb9eaea185015a76cb14687ab587f7
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 24 20:01:14 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 24 20:12:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=386f4568

x11-apps/editres: Drop old versions

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

 x11-apps/editres/Manifest |  1 -
 x11-apps/editres/editres-1.0.6.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/x11-apps/editres/Manifest b/x11-apps/editres/Manifest
index 4aa3eefad57..0b85aac36de 100644
--- a/x11-apps/editres/Manifest
+++ b/x11-apps/editres/Manifest
@@ -1,2 +1 @@
-DIST editres-1.0.6.tar.bz2 156155 BLAKE2B 
b36ba85cd7c58a580e682e058d81af1d0f7bef044334fb0bb799fef7778af53055b592e0c67ee1b8c116573585d7699aaf2050310994b76c9b4aef1e43d9cd47
 SHA512 
c070709ce926802696d43d27256cea125c04021ad7555e1ea6c90650bf9e9fdd8da7786ebc99d6cf6a2dac73db041d489d34e6b2f6ceb6b396b6e96711b1c510
 DIST editres-1.0.7.tar.bz2 166429 BLAKE2B 
abaa0764bfc3419e17d5cd222bbe20f5591f7bc8431444aa6739cdc067cfb81f606370df19562410aa54820a0249828ccc9d506a9607031b453a7993af634f60
 SHA512 
b9c928b556116bf50cf4b6ea779bdc9fedf29f5db3e6a8cc75c122578c92e1cc530a81b226ec24aad183b8ebc2de570f200314b0d9ce7883b6e3306007365b32

diff --git a/x11-apps/editres/editres-1.0.6.ebuild 
b/x11-apps/editres/editres-1.0.6.ebuild
deleted file mode 100644
index 57d3582265a..000
--- a/x11-apps/editres/editres-1.0.6.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="a dynamic resource editor for X Toolkit applications"
-
-KEYWORDS="amd64 arm hppa ~mips ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXt
-   x11-libs/libXmu
-   x11-libs/libXaw"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/lhs2tex/

2020-06-24 Thread Ulrich Müller
commit: 4fdded8e69f74fd8b139b9b13e51a3769796a007
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jun 24 20:00:19 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Jun 24 20:00:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fdded8e

dev-haskell/lhs2tex: Update RDEPEND.

dev-texlive/texlive-latexextra replaces dev-tex/polytable.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ulrich Müller  gentoo.org>

 dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild | 5 +++--
 dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild   | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild 
b/dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild
index 8dbd1b37784..81391c36b1b 100644
--- a/dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild
+++ b/dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.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=5
@@ -17,7 +17,8 @@ IUSE=""
 
 # dev-texlive/texlive-mathscience contains 'stmaryrd' font used
 # for guide generation
-RDEPEND=">=dev-tex/polytable-0.8.2
+# dev-texlive/texlive-latexextra for polytable
+RDEPEND="dev-texlive/texlive-latexextra
dev-texlive/texlive-mathscience"
 
 DEPEND="${RDEPEND}

diff --git a/dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild 
b/dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild
index 8dbd1b37784..81391c36b1b 100644
--- a/dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild
+++ b/dev-haskell/lhs2tex/lhs2tex-1.19-r1.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=5
@@ -17,7 +17,8 @@ IUSE=""
 
 # dev-texlive/texlive-mathscience contains 'stmaryrd' font used
 # for guide generation
-RDEPEND=">=dev-tex/polytable-0.8.2
+# dev-texlive/texlive-latexextra for polytable
+RDEPEND="dev-texlive/texlive-latexextra
dev-texlive/texlive-mathscience"
 
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-db/pgxnclient/

2020-06-24 Thread 罗百科
commit: 33d8eabb07b8ece60a9c898749bd88838d32ca7c
Author: Patrick Lauer  gentoo  org>
AuthorDate: Wed Jun 24 19:43:11 2020 +
Commit: 罗百科  gentoo  org>
CommitDate: Wed Jun 24 19:43:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d8eabb

dev-db/pgxnclient: [QA] work around vandalism from QA team

Just rip out all traces of test support then.
At least now it's installable, which is in general a good thing.

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

 .../{pgxnclient-1.3.ebuild => pgxnclient-1.3-r2.ebuild}| 10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/dev-db/pgxnclient/pgxnclient-1.3.ebuild 
b/dev-db/pgxnclient/pgxnclient-1.3-r2.ebuild
similarity index 78%
rename from dev-db/pgxnclient/pgxnclient-1.3.ebuild
rename to dev-db/pgxnclient/pgxnclient-1.3-r2.ebuild
index 586f7287262..cdfc06d4a44 100644
--- a/dev-db/pgxnclient/pgxnclient-1.3.ebuild
+++ b/dev-db/pgxnclient/pgxnclient-1.3-r2.ebuild
@@ -16,12 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86"
 LICENSE="BSD"
 SLOT="0"
 
-IUSE="test"
-
-# Test data isn't included in releases. So, the tests fail.
-# https://github.com/pgxn/pgxnclient/issues/36
-RESTRICT="test
-   !test? ( test )"
+IUSE=""
 
 distutils_enable_tests pytest
 
@@ -29,10 +24,11 @@ RDEPEND="dev-db/postgresql:*[server]
dev-python/six[${PYTHON_USEDEP}]
 "
 DEPEND+="${RDEPEND}
-   test? ( dev-python/mock[${PYTHON_USEDEP}] )
 "
 
 src_prepare() {
+   sed "s/setup_requires/#/" -i setup.py || die
+
sed "s/find_packages()/find_packages(exclude=['tests'])/" -i setup.py 
|| die
 
default



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

2020-06-24 Thread Ulrich Müller
commit: 2176716a3965d80f5f6267955e865f91320b66ef
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jun 24 19:24:37 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Jun 24 19:25:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2176716a

profiles: More dev-tex packages masked for removal.

Signed-off-by: Ulrich Müller  gentoo.org>

 profiles/package.mask | 47 +++
 1 file changed, 47 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 69a94b6e215..5fd7160619f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,53 @@
 
 #--- END OF EXAMPLES ---
 
+# Ulrich Müller  (2020-06-24)
+# Included with TeX Live. The separate Gentoo package is
+# unmaintained and had its last version bump in 2004.
+# Use dev-texlive/texlive-bibtexextra as replacement.
+# Removal in 30 days. Bug #729470.
+dev-tex/harvard
+
+# Ulrich Müller  (2020-06-24)
+# Included with TeX Live. Last version bump in 2005.
+# Use dev-texlive/texlive-fontsrecommended as replacement.
+# Removal in 30 days. Bug #729470.
+dev-tex/tipa
+
+# Ulrich Müller  (2020-06-24)
+# Included with TeX Live. Last version bump in 2006 or earlier.
+# Use dev-texlive/texlive-latexextra as replacement.
+# Removal in 30 days. Bug #729470.
+dev-tex/flabels
+dev-tex/floatflt
+dev-tex/lazylist
+dev-tex/newlfm
+dev-tex/polytable
+
+# Ulrich Müller  (2020-06-24)
+# Included with TeX Live. Last version bump in 2011.
+# Use dev-texlive/texlive-pictures as replacement.
+# Removal in 30 days. Bug #729470.
+dev-tex/curve
+
+# Ulrich Müller  (2020-06-24)
+# Included with TeX Live. Last version bump in 2006. Fails to build.
+# Use dev-texlive/texlive-latexextra as replacement.
+# Removal in 30 days. Bug #719304.
+dev-tex/ellipsis
+
+# Ulrich Müller  (2020-06-24)
+# Included with TeX Live. Fails to install.
+# Use dev-texlive/texlive-latexextra as replacement.
+# Removal in 30 days. Bug #708870.
+dev-tex/rcsinfo
+
+# Ulrich Müller  (2020-06-24)
+# Included with TeX Live. Last version bump in 2005. Fails to build.
+# Use dev-texlive/texlive-latexextra as replacement.
+# Removal in 30 days. Bug #709310.
+dev-tex/texpower
+
 # Ulrich Müller  (2020-06-24)
 # Included with TeX Live. The separate Gentoo packages are
 # unmaintained and had their last version bump in 2010 or earlier.



[gentoo-commits] repo/gentoo:master commit in: sys-auth/AusweisApp2/

2020-06-24 Thread Conrad Kostecki
commit: 4ef9e0adc350f2d33575b668daf485785066da81
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jun 24 18:50:21 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jun 24 18:50:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef9e0ad

sys-auth/AusweisApp2: bump to version 1.20.1

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-auth/AusweisApp2/AusweisApp2-1.20.1.ebuild | 48 ++
 sys-auth/AusweisApp2/Manifest  |  1 +
 2 files changed, 49 insertions(+)

diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.20.1.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-1.20.1.ebuild
new file mode 100644
index 000..869fe92ebae
--- /dev/null
+++ b/sys-auth/AusweisApp2/AusweisApp2-1.20.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Official authentication app for German ID cards and residence 
permits"
+HOMEPAGE="https://www.ausweisapp.bund.de/;
+SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="EUPL-1.2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig"
+
+RDEPEND="
+   dev-libs/openssl:0=
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtquickcontrols2:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwebsockets:5[qml]
+   dev-qt/qtwidgets:5
+   net-libs/http-parser:0=
+   sys-apps/pcsc-lite
+   virtual/udev"
+
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}

diff --git a/sys-auth/AusweisApp2/Manifest b/sys-auth/AusweisApp2/Manifest
index 6a730bf1ac7..0ddb211a701 100644
--- a/sys-auth/AusweisApp2/Manifest
+++ b/sys-auth/AusweisApp2/Manifest
@@ -1 +1,2 @@
 DIST AusweisApp2-1.20.0.tar.gz 9727544 BLAKE2B 
23d31b5cff2756948d563052ff53fffb737c6895fddada036969350b0a65f404f8def70f8ac4409a34fe9f83160e15cd8d4b6441f901f8e53e791ca386140383
 SHA512 
9222bc59521aa3533c79206df14b079e618f6efbdd04c11b4cc754027dc155d2ad4a321cabdbb35b9308f5e9631ca05e828969633125fe0ac651156669a784d0
+DIST AusweisApp2-1.20.1.tar.gz 10103225 BLAKE2B 
79afb6e793827bec16c0ba4830d87e4ab5da35a76cb1ce1a9e59ee70a7e8c7606ae1f2244ac73fbe6ac758d559451dbaefe7cc4ad9f49adb33228af3d2647051
 SHA512 
08e51207bca38871b6cfc3146fa5252bd18bc018d91b7c4cb847519b0282aa5d0e6ff40ffa0bf389c421fed0d40855044e7eb9e0630ca8dc639c263d3055c1bf



[gentoo-commits] repo/gentoo:master commit in: sys-auth/AusweisApp2/

2020-06-24 Thread Conrad Kostecki
commit: 9c7a8c6288036985e21d307b29070ccc5a97d27f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jun 24 18:52:54 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jun 24 18:52:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c7a8c62

sys-auth/AusweisApp2: update live ebuild

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-auth/AusweisApp2/AusweisApp2-.ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/sys-auth/AusweisApp2/AusweisApp2-.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-.ebuild
index a4ae965bed8..6d319e9081a 100644
--- a/sys-auth/AusweisApp2/AusweisApp2-.ebuild
+++ b/sys-auth/AusweisApp2/AusweisApp2-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake git-r3
+inherit cmake git-r3 xdg-utils
 
 DESCRIPTION="Official authentication app for German ID cards and residence 
permits"
 HOMEPAGE="https://www.ausweisapp.bund.de/;
@@ -37,3 +37,11 @@ src_configure() {
local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
cmake_src_configure
 }
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/AusweisApp2/

2020-06-24 Thread Conrad Kostecki
commit: 471263a9d4ebb845c000c0ce2dadb91080b94410
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Jun 24 18:53:50 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jun 24 18:53:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471263a9

sys-auth/AusweisApp2: drop old version

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild | 40 --
 sys-auth/AusweisApp2/Manifest  |  1 -
 2 files changed, 41 deletions(-)

diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
deleted file mode 100644
index 4cc7a6c7a05..000
--- a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Official authentication app for German ID cards and residence 
permits"
-HOMEPAGE="https://www.ausweisapp.bund.de/;
-SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="EUPL-1.2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig"
-
-RDEPEND="
-   dev-libs/openssl:0=
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtquickcontrols2:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwebsockets:5[qml]
-   dev-qt/qtwidgets:5
-   net-libs/http-parser:0=
-   sys-apps/pcsc-lite
-   virtual/udev"
-
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF )
-   cmake_src_configure
-}

diff --git a/sys-auth/AusweisApp2/Manifest b/sys-auth/AusweisApp2/Manifest
index 0ddb211a701..ecaad91b6b7 100644
--- a/sys-auth/AusweisApp2/Manifest
+++ b/sys-auth/AusweisApp2/Manifest
@@ -1,2 +1 @@
-DIST AusweisApp2-1.20.0.tar.gz 9727544 BLAKE2B 
23d31b5cff2756948d563052ff53fffb737c6895fddada036969350b0a65f404f8def70f8ac4409a34fe9f83160e15cd8d4b6441f901f8e53e791ca386140383
 SHA512 
9222bc59521aa3533c79206df14b079e618f6efbdd04c11b4cc754027dc155d2ad4a321cabdbb35b9308f5e9631ca05e828969633125fe0ac651156669a784d0
 DIST AusweisApp2-1.20.1.tar.gz 10103225 BLAKE2B 
79afb6e793827bec16c0ba4830d87e4ab5da35a76cb1ce1a9e59ee70a7e8c7606ae1f2244ac73fbe6ac758d559451dbaefe7cc4ad9f49adb33228af3d2647051
 SHA512 
08e51207bca38871b6cfc3146fa5252bd18bc018d91b7c4cb847519b0282aa5d0e6ff40ffa0bf389c421fed0d40855044e7eb9e0630ca8dc639c263d3055c1bf



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/

2020-06-24 Thread Piotr Karbowski
commit: a8736ba0fd0f3085bdff6ed0272cfd6bc11abac8
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Wed Jun 24 18:19:09 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Wed Jun 24 18:19:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8736ba0

x11-base/xorg-server: 1.20.8-r1 added.

This bump changes the way suid flag works if enabled together with
elogind. Now the suid wrapper will be installed instead of suid of
binary.

The suid USE flag is no longer enabled by default, and instead +elogind
has been enabled. systemd profile use.mask elogind so there will be no
clash.

Revbump since we change the way xorg-server is build under some
conditions. Designed to enter ~arch now, on 15th the stable, as per the
2020-06-24-xorg-server-dropping-default-suid news item.

Signed-off-by: Piotr Karbowski  gentoo.org>

 x11-base/xorg-server/xorg-server-1.20.8-r1.ebuild | 237 ++
 1 file changed, 237 insertions(+)

diff --git a/x11-base/xorg-server/xorg-server-1.20.8-r1.ebuild 
b/x11-base/xorg-server/xorg-server-1.20.8-r1.ebuild
new file mode 100644
index 000..a7268b80795
--- /dev/null
+++ b/x11-base/xorg-server/xorg-server-1.20.8-r1.ebuild
@@ -0,0 +1,237 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+XORG_DOC=doc
+inherit xorg-3 multilib flag-o-matic
+EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git;
+
+DESCRIPTION="X.Org X servers"
+SLOT="0/${PV}"
+if [[ ${PV} != * ]]; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
+IUSE="${IUSE_SERVERS} debug +elogind ipv6 libressl +libglvnd minimal selinux 
suid systemd +udev unwind xcsecurity"
+
+CDEPEND="libglvnd? (
+   media-libs/libglvnd[X]
+   !app-eselect/eselect-opengl
+   !!x11-drivers/nvidia-drivers[-libglvnd(-)]
+   )
+   !libglvnd? ( >=app-eselect/eselect-opengl-1.3.0 )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   >=x11-apps/iceauth-1.0.2
+   >=x11-apps/rgb-1.0.3
+   >=x11-apps/xauth-1.0.3
+   x11-apps/xkbcomp
+   >=x11-libs/libdrm-2.4.89
+   >=x11-libs/libpciaccess-0.12.901
+   >=x11-libs/libXau-1.0.4
+   >=x11-libs/libXdmcp-1.0.2
+   >=x11-libs/libXfont2-2.0.1
+   >=x11-libs/libxkbfile-1.0.4
+   >=x11-libs/libxshmfence-1.1
+   >=x11-libs/pixman-0.27.2
+   >=x11-libs/xtrans-1.3.5
+   >=x11-misc/xbitmaps-1.0.1
+   >=x11-misc/xkeyboard-config-2.4.1-r3
+   dmx? (
+   x11-libs/libXt
+   >=x11-libs/libdmx-1.0.99.1
+   >=x11-libs/libX11-1.1.5
+   >=x11-libs/libXaw-1.0.4
+   >=x11-libs/libXext-1.0.99.4
+   >=x11-libs/libXfixes-5.0
+   >=x11-libs/libXi-1.2.99.1
+   >=x11-libs/libXmu-1.0.3
+   x11-libs/libXrender
+   >=x11-libs/libXres-1.0.3
+   >=x11-libs/libXtst-1.0.99.2
+   )
+   kdrive? (
+   >=x11-libs/libXext-1.0.5
+   x11-libs/libXv
+   )
+   xephyr? (
+   x11-libs/libxcb[xkb]
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
+   x11-libs/xcb-util-keysyms
+   x11-libs/xcb-util-renderutil
+   x11-libs/xcb-util-wm
+   )
+   !minimal? (
+   >=x11-libs/libX11-1.1.5
+   >=x11-libs/libXext-1.0.5
+   >=media-libs/mesa-18[X(+),egl,gbm]
+   >=media-libs/libepoxy-1.5.4[X,egl(+)]
+   )
+   udev? ( virtual/libudev:= )
+   unwind? ( sys-libs/libunwind )
+   wayland? (
+   >=dev-libs/wayland-1.3.0
+   >=media-libs/libepoxy-1.5.4[egl(+)]
+   >=dev-libs/wayland-protocols-1.18
+   )
+   >=x11-apps/xinit-1.3.3-r1
+   systemd? (
+   sys-apps/dbus
+   sys-apps/systemd
+   )
+   elogind? (
+   sys-apps/dbus
+   sys-auth/elogind
+   sys-auth/pambase[elogind]
+   )
+   "
+
+DEPEND="${CDEPEND}
+   sys-devel/flex
+   >=x11-base/xorg-proto-2018.4
+   dmx? (
+   doc? (
+   || (
+   www-client/links
+   www-client/lynx
+   www-client/w3m
+   )
+   )
+   )"
+
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-xserver )
+"
+
+PDEPEND="
+   xorg? ( >=x11-base/xorg-drivers-$(ver_cut 1-2) )"
+
+REQUIRED_USE="!minimal? (
+   || ( ${IUSE_SERVERS} )
+   )
+   elogind? ( udev )
+   ?? ( elogind systemd )
+   minimal? ( !wayland )
+   xephyr? ( kdrive )"
+
+UPSTREAMED_PATCHES=(
+)
+
+PATCHES=(
+   

[gentoo-commits] data/gentoo-news:master commit in: 2020-06-24-xorg-server-dropping-default-suid/

2020-06-24 Thread Piotr Karbowski
commit: bbc0f609f2b84485d3ba5dfd17dbbd0fc1085b64
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Wed Jun 24 18:01:15 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Wed Jun 24 18:01:15 2020 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=bbc0f609

2020-06-24-xorg-server-dropping-default-suid: added

Signed-off-by: Piotr Karbowski  gentoo.org>

 ...-06-24-xorg-server-dropping-default-suid.en.txt | 32 ++
 1 file changed, 32 insertions(+)

diff --git 
a/2020-06-24-xorg-server-dropping-default-suid/2020-06-24-xorg-server-dropping-default-suid.en.txt
 
b/2020-06-24-xorg-server-dropping-default-suid/2020-06-24-xorg-server-dropping-default-suid.en.txt
new file mode 100644
index 000..b752bb7
--- /dev/null
+++ 
b/2020-06-24-xorg-server-dropping-default-suid/2020-06-24-xorg-server-dropping-default-suid.en.txt
@@ -0,0 +1,32 @@
+Title: xorg-server dropping default suid
+Author: Piotr Karbowski 
+Posted: 2020-06-24
+Revision: 3
+News-Item-Format: 2.0
+Display-If-Installed: x11-base/xorg-server
+
+Starting 2020-07-15, stable keyworded x11-base/xorg-server will default
+to using the logind interface instead of suid by default. resulting in
+better security by default through running the server as a regular user
+instead of root. However, this will require our users to use a logind
+provider such as elogind or systemd. The systemd users and those who are
+not using systemd but use desktop profiles can stop reading here, as
+they already have a logind provider enabled.
+
+Others, who have neither systemd or desktop profiles enabled will be
+required to globally enable 'elogind' USE flag and update the system
+
+    # emerge --newuse @world
+
+Afterwards, one will need to re-login, so the PAM can assign a seat. One
+can confirm that a seat has been assigned upon login by running:
+
+    $ loginctl user-status
+
+Users who do not wish to use logind interface or have rare hardware that
+does not use KMS and because of that, require root privileges to
+operate, can manually re-enable 'suid' and disable 'elogind' USE flags
+in order to preserve the previous behavior. However, please note that
+this is heavily discouraged to run X server as root due to security
+reasons. The 'suid' USE flag will remain as optional opt-in for the need
+of legacy hardware.



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/

2020-06-24 Thread Mike Pagano
commit: 4ada95981b8332ed31c57883a806e817316dcafd
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jun 24 17:49:50 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jun 24 17:49:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ada9598

sys-kernel/gentoo-sources: Linux patch 5.7.6

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-5.7.6.ebuild | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index a0a1a9f8e25..0017a3d1bef 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -109,6 +109,9 @@ DIST genpatches-5.7-5.extras.tar.xz 1764 BLAKE2B 
381917b2f8844995edf7c86b9420457
 DIST genpatches-5.7-6.base.tar.xz 182364 BLAKE2B 
facff9299c5913596be8bba1dcab4b06e2ae697d66df645ac7c0e8aecfbea7788b4c4574cee69d4db3cf9c8f97c18be4af17f42ef4ec1fc7380b4936ab63cfa9
 SHA512 
68d3e2e70ac6838ad98b179e9b0694ce96ec0fefec98b497ed0fc689958d413f502915101ee9f38fff1fb5fb6b57d9e79d12870e280bcd84836cf30cd682a654
 DIST genpatches-5.7-6.experimental.tar.xz 13692 BLAKE2B 
e49fca2f4419aa0923f33ba38daab49faf105ef03849bfc59dc9efecc980aaf3ccb0e34a7755149b1e4841b884494b146659df49f44f5e2913973d4ada9d5e63
 SHA512 
f83f8485d4e3f2c0bc5faf6c59db6745e287db7f3eeb4d1db7a8c92b7492d9d1678069c67e89fec2ac63f831a8419855caf70f9e71efb7ebfa7c0e1461e37ab3
 DIST genpatches-5.7-6.extras.tar.xz 1764 BLAKE2B 
db13c787489b7b21d9848cbd0079683bc5a93a9ff4df09901bb00cf275183f0a367999fd9416ec97d36cbad6351b119bf6fb347f2fb645d4e515f3e6548e9f96
 SHA512 
acc190f9c6efe34f5b29a86d787ec047bf8df1d8b7c726fb79279f77b2cdb7a0bc777f353c9ecadec7414797f15562c36734a69e6bb2d4a5f05acddb659c4d12
+DIST genpatches-5.7-7.base.tar.xz 322208 BLAKE2B 
832e79c3aa2a044993ba2b0f75e844e5da0adf0b290e4c1e1883a382b94ee5ac882cb2b0db585bbb2ba133b5dbb908b6c02a29ea4384a2166146448d2e8eef15
 SHA512 
4321746f6a17d84ace29db9214528752eb7230265cb296b957797656a9bb65dc47529b0d2d3c8faada1f0866fe3e4fed79bd57d7154cf817183aa6db0e0c
+DIST genpatches-5.7-7.experimental.tar.xz 13700 BLAKE2B 
3af6ae0514af32f5c881d67206085da436f4445f436c5caac0b7e3548553aa1da9843d1975a87d5256cd6a9b7ea44030ca1757621aee7f44ee328eaf138b9a90
 SHA512 
ce4b739c2713c3c244466b20f7225c89eb7dcae00454368828c90f460c953a0abaf25f14dd2ba6a6107bca8ba0c1cec4b9ad545ecf931517b2d67908fbe103c4
+DIST genpatches-5.7-7.extras.tar.xz 1764 BLAKE2B 
01efd460c869218bda48f2b7b270d67e4da47b6ada6af38301495bfb960c64049898a8705146d40f6baf9d4782cea3e3be6aeb55a265ef5ce2b7616a8c7be657
 SHA512 
4fb0a24a6cbbb05cbb0c81daba926c6b71b01821f8cf60fb81fb57b5130783c99ff726e93b7a7a265ecfe1194a353189e790a5d17b8d86cd38441a1af2c3c74e
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c034183b654d270b650621ff7664a321950943d0639205bc1ee7ef6210be170c1f2c785a042ed8a4ec5e3a486d890e0
 SHA512 
ab67cc746b375a8b135e8b23e35e1d6787930d19b3c26b2679787d62951cbdbc3bb66f8ededeb9b890e5008b2459397f9018f1a6772fdef67780b06a4cb9f6f4
 DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5d1586f60dced772e1b1107ecf3aae0558c3e6f39c36f7d3aa1e6cd1e5c64ec9d6f2218f47b98413da6466fb
 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.7.6.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.7.6.ebuild
new file mode 100644
index 000..ed61615021e
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.7.6.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="7"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/

2020-06-24 Thread Mike Pagano
commit: b9491359e2018057b801f03caa8e112d216b90e3
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jun 24 17:44:31 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jun 24 17:44:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9491359

sys-kernel/gentoo-sources: Linux patch 5.4.49

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-5.4.49.ebuild| 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index c78ffc5e5f0..a0a1a9f8e25 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -76,6 +76,9 @@ DIST genpatches-5.4-47.extras.tar.xz 1764 BLAKE2B 
e8e7f4b48c5b9d74f3a76d9dd07a9a
 DIST genpatches-5.4-48.base.tar.xz 1620972 BLAKE2B 
45f358c85092ba422f8c411e91da90ccfc4b607f9c095dbe9ff02bc6adfbab4b35b03763316999810364d18ed3323fa613b70117e6f8454b2ba74744c1266b0e
 SHA512 
b99974f5491b6103bb3e6b3b97e613322001bec40e49a4edc53893e94df66b7cc03370ca28af62d21dda995a477e395c16c22b8595ac96723ae66f2747fc9df4
 DIST genpatches-5.4-48.experimental.tar.xz 6144 BLAKE2B 
33e0e921370e8224026984f721ddf952ae05980c405b4e7de930ac76e25097f4fbecd13a1ca4fbdd73afa6c68c8dd32dd7e6938212c79daf52f705289b91809a
 SHA512 
c12c332f115843369010cb049872ec8c190e001abf537bc793c9a120a5dd8ec773fe971b749d95f96c590b659fac22e2a7f9b2b1e55093c4d0d542c6486b2536
 DIST genpatches-5.4-48.extras.tar.xz 1768 BLAKE2B 
3f281c1c36c2a52e4fe2419592377baf4553c5fc61088911e50a901f96a1f4d89dc3e1b441b4b02575fca77ef6c371ccbecf8c55ff2eb9fbe14a7047451ae873
 SHA512 
9d2dbd829c53a310549811c2f133b19e4525c103827c5c5935cbd09d790eec105957dcbaee10cbe6409e0b7e00065c91b29a52e6d2bbf8e41859f5e4987de98a
+DIST genpatches-5.4-49.base.tar.xz 1695772 BLAKE2B 
ad81358e16e2c61bcfa1649e535edbfc4aa331915e9ba7dc5844e0ac7cc9ebfafff49ba7e1cb71d4e4dd6536c8094118da0d0dd82d6be2023b031dbcdde1d25a
 SHA512 
eb03a777c37b71456931856174eac2ac1570ae700345186dd71d978870aee08e8a76432cf777257bd21666fbc17f58fc5fb0b4d99333cc4c730931d0fbd4a496
+DIST genpatches-5.4-49.experimental.tar.xz 6140 BLAKE2B 
e46eb41342a59c0fcbd042317ccdd499ecf384e4485139ad66d581585922be1a3d90b947c8cea28bed0b653bc9ba78987218a2a1c1ab4ac633b211f7a035bf97
 SHA512 
6cbf24c226670a70b75200e9732af9b99567a57c7dd7918f2aeba057cdd84259af27686999e9cb83c0c604e4cf0ebd340294d575fe704691215857d28f469b84
+DIST genpatches-5.4-49.extras.tar.xz 1764 BLAKE2B 
285ebf3fec9ec3b5507f80dce0d6e24f635597e1bbae921135bab4ad6b743108fb8fa2a390380e030dd9d9d0d7e240dabefe043a1659cbaf6c8851d5b64d0006
 SHA512 
43e66a2537b42f53fdee24350903d28ec6904b2dbc10a4a1b075ac8542e6acf9adaa66defdbd10cd3f9b177a369fa1a2c6e4d6c45067b83cc0b381eea97c654c
 DIST genpatches-5.6-20.base.tar.xz 474872 BLAKE2B 
ee8eb1db2f33a8f3b6dbc700f92b7ba124072b5c39ed7a7ceea114daf6d571eb7ced5d36e09fc90b5d3d9a9c36b87a6c4372f92b8f422f5d45aaa56eb7b20641
 SHA512 
05e69032d1152692dd93d47212e80d2ad816aa3d3290b0019db41f77e9ab486adb8312472c753ada6c94d715553cc9d205920580297c9c49e173ef4dd0e5
 DIST genpatches-5.6-20.experimental.tar.xz 13704 BLAKE2B 
40dd9f344fbbfde4a7cd1efa7dab9c5b5155d3e0431b0c6bcfec26c484dd8111f4a1e525340e5a26d67d3675ae77ca9be6e326e42f1332d91c18c2ec3d2b8ba1
 SHA512 
874de82056c0be899f028ba3318af6e18708b2b89cb0536ab0e46163aa813bffe05395c29c6993cd7612fde73faa2061fd8d9040479de9c00c0b966bdf6439c7
 DIST genpatches-5.6-20.extras.tar.xz 1764 BLAKE2B 
ffa3cdebb5e9a0f22d23f106d0a3f4395d878277d3c62e2df1e2d333542b9c8ab3cb076a50092d1d19b6288bd39571275037246380b3944c003cc2c309b09732
 SHA512 
704b9c25aea54d746c83eb96797068af3c7fd1e39966f4e21a3f6242a3b0ad5bf749865088d1df9b93f4fb765e49f96dcca5929c5c194abdb25d7fd3e36d531c

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.4.49.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.4.49.ebuild
new file mode 100644
index 000..7d6f3039d6b
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.4.49.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="49"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2020-06-24 Thread Michał Górny
commit: e96613ded4b82e563d01455cef7d5482798baca8
Author: matoro  users  noreply  github  com>
AuthorDate: Fri Jun 19 16:53:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 24 17:32:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96613de

kernel-build.eclass: add req'd tools to BDEPEND

Closes: https://github.com/gentoo/gentoo/pull/16326
Signed-off-by: Michał Górny  gentoo.org>

 eclass/kernel-build.eclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/eclass/kernel-build.eclass b/eclass/kernel-build.eclass
index 7239737810f..298e3aed737 100644
--- a/eclass/kernel-build.eclass
+++ b/eclass/kernel-build.eclass
@@ -36,7 +36,9 @@ inherit savedconfig toolchain-funcs kernel-install
 
 BDEPEND="
sys-devel/bc
-   virtual/libelf"
+   sys-devel/flex
+   virtual/libelf
+   virtual/yacc"
 
 # @FUNCTION: kernel-build_src_configure
 # @DESCRIPTION:



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

2020-06-24 Thread Sergei Trofimovich
commit: 70bb2a23f1f0082f166504368ceaa4de21e703b4
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun 24 15:29:05 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 24 17:22:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70bb2a23

dev-libs/libinput: stable 1.15.5 for hppa, bug #727768

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/libinput/libinput-1.15.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libinput/libinput-1.15.5.ebuild 
b/dev-libs/libinput/libinput-1.15.5.ebuild
index 1e8da08891d..931b05cb869 100644
--- a/dev-libs/libinput/libinput-1.15.5.ebuild
+++ b/dev-libs/libinput/libinput-1.15.5.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
 LICENSE="MIT"
 SLOT="0/10"
 [[ "$(ver_cut 3)" -gt 900 ]] || \
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="doc input_devices_wacom test"
 RESTRICT="!test? ( test )"
 



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

2020-06-24 Thread Sergei Trofimovich
commit: 3cae4f79ec4c34840f0fb8485b5de5e552dc3c24
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun 24 15:34:01 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 24 17:22:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cae4f79

media-libs/aubio: stable 0.4.9 for sparc, bug #711226

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/aubio/aubio-0.4.9.ebuild 
b/media-libs/aubio/aubio-0.4.9.ebuild
index 6bf7e405254..e7905fd67a9 100644
--- a/media-libs/aubio/aubio-0.4.9.ebuild
+++ b/media-libs/aubio/aubio-0.4.9.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://aubio.org/pub/${P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="0/5"
-KEYWORDS="amd64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ppc ppc64 sparc x86"
 IUSE="doc double-precision examples ffmpeg fftw jack libsamplerate sndfile 
python test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}



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

2020-06-24 Thread Sergei Trofimovich
commit: 7d45185134b9825ba7a16e218be1a4c82b71169f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun 24 15:31:57 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 24 17:22:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d451851

x11-libs/pixman: stable 0.40.0 for hppa, bug #727768

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-libs/pixman/pixman-0.40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/pixman/pixman-0.40.0.ebuild 
b/x11-libs/pixman/pixman-0.40.0.ebuild
index b64d7f2162a..d4510830221 100644
--- a/x11-libs/pixman/pixman-0.40.0.ebuild
+++ b/x11-libs/pixman/pixman-0.40.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://www.pixman.org/ 
https://gitlab.freedesktop.org/pixman/pixman/;
 if [[ ${PV} = * ]]; then
SRC_URI=""
 else
-   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"
+   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"
SRC_URI="https://www.x.org/releases/individual/lib/${P}.tar.xz;
 fi
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/

2020-06-24 Thread Sergei Trofimovich
commit: 3bc3ef49c9c5cb9b2a9fec51c397fb2540730589
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun 24 15:31:02 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 24 17:22:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc3ef49

x11-base/xorg-server: stable 1.20.8 for hppa, bug #727768

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-base/xorg-server/xorg-server-1.20.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xorg-server/xorg-server-1.20.8.ebuild 
b/x11-base/xorg-server/xorg-server-1.20.8.ebuild
index e885bbc61b2..62120a5bcb2 100644
--- a/x11-base/xorg-server/xorg-server-1.20.8.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.20.8.ebuild
@@ -10,7 +10,7 @@ 
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git;
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
 if [[ ${PV} != * ]]; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
 fi
 
 IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"



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

2020-06-24 Thread Sergei Trofimovich
commit: 8215bb936c5dccb3e3e99b8d1d4901b942d2b01e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun 24 15:29:55 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 24 17:22:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8215bb93

media-libs/mesa: stable 20.0.8 for hppa, bug #727768

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/mesa/mesa-20.0.8.ebuild 
b/media-libs/mesa/mesa-20.0.8.ebuild
index 9aa46ffc307..48dbdd650ef 100644
--- a/media-libs/mesa/mesa-20.0.8.ebuild
+++ b/media-libs/mesa/mesa-20.0.8.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-proto/

2020-06-24 Thread Sergei Trofimovich
commit: f25c29172374188b161959c2216d7c9c6301d8d6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun 24 15:30:22 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 24 17:22:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f25c2917

x11-base/xorg-proto: stable 2020.1 for hppa, bug #727768

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-base/xorg-proto/xorg-proto-2020.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xorg-proto/xorg-proto-2020.1.ebuild 
b/x11-base/xorg-proto/xorg-proto-2020.1.ebuild
index bc9e4d7f665..18d16318e03 100644
--- a/x11-base/xorg-proto/xorg-proto-2020.1.ebuild
+++ b/x11-base/xorg-proto/xorg-proto-2020.1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/xorg/proto/xorgproto;
 if [[ ${PV} = * ]]; then
SRC_URI=""
 else
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"

SRC_URI="https://xorg.freedesktop.org/archive/individual/proto/${MY_P}.tar.gz;
S="${WORKDIR}/${MY_P}"
 fi



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

2020-06-24 Thread Sergei Trofimovich
commit: 1e617a88ad50c648f7ad82f117dad88c0dacdb8a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun 24 15:28:29 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 24 17:22:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e617a88

media-libs/libexif: stable 0.6.22 for sparc, bug #708728

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/media-libs/libexif/libexif-0.6.22.ebuild 
b/media-libs/libexif/libexif-0.6.22.ebuild
index 16cb6acc562..a1b021eb878 100644
--- a/media-libs/libexif/libexif-0.6.22.ebuild
+++ b/media-libs/libexif/libexif-0.6.22.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PN}-${PV//./_}-relea
 
 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 ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 IUSE="doc nls static-libs"
 
 RDEPEND="nls? ( virtual/libintl )"



[gentoo-commits] repo/gentoo:master commit in: dev-util/source-highlight/

2020-06-24 Thread Sergei Trofimovich
commit: 9b228f4a36b98ce3c2262b844114bf3ec65036b8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun 24 15:32:47 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 24 17:22:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b228f4a

dev-util/source-highlight: stable 3.1.9 for hppa, bug #729060

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/source-highlight/source-highlight-3.1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/source-highlight/source-highlight-3.1.9.ebuild 
b/dev-util/source-highlight/source-highlight-3.1.9.ebuild
index beaf8390a00..ab8887fee35 100644
--- a/dev-util/source-highlight/source-highlight-3.1.9.ebuild
+++ b/dev-util/source-highlight/source-highlight-3.1.9.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Generate highlighted source code as an (x)html 
document"
 HOMEPAGE="https://www.gnu.org/software/src-highlite/source-highlight.html;
 SRC_URI="mirror://gnu/src-highlite/${P}.tar.gz"
 LICENSE="GPL-3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 SLOT="0"
 IUSE="doc static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/

2020-06-24 Thread Sergei Trofimovich
commit: 2dacdbe28052271bf9564fe1ed010b58107f686b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun 24 15:27:53 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 24 17:22:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dacdbe2

net-fs/samba: stable 4.11.8 for sparc, bug #719120

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-fs/samba/samba-4.11.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.11.8.ebuild b/net-fs/samba/samba-4.11.8.ebuild
index 48195a8817a..f250d29d96f 100644
--- a/net-fs/samba/samba-4.11.8.ebuild
+++ b/net-fs/samba/samba-4.11.8.ebuild
@@ -15,7 +15,7 @@ SRC_PATH="stable"
 
 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz"
 [[ ${PV} = *_rc* ]] || \
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 
 DESCRIPTION="Samba Suite Version 4"
 HOMEPAGE="https://www.samba.org/;



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-libinput/

2020-06-24 Thread Sergei Trofimovich
commit: 425ddb701ffe60b7c857a4bb0271e9b968c37b14
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun 24 15:31:29 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 24 17:22:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=425ddb70

x11-drivers/xf86-input-libinput: stable 0.30.0 for hppa, bug #727768

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-drivers/xf86-input-libinput/xf86-input-libinput-0.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.30.0.ebuild 
b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.30.0.ebuild
index 9d318f39a6e..54b208bc185 100644
--- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.30.0.ebuild
+++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.30.0.ebuild
@@ -7,7 +7,7 @@ inherit linux-info xorg-3
 
 DESCRIPTION="X.org input driver based on libinput"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/libinput-1.7.0:0="



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

2020-06-24 Thread Sergei Trofimovich
commit: d3fa23270d529cd758fc586b1513a5c2f685563f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun 24 15:32:21 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 24 17:22:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3fa2327

x11-themes/gentoo-xcursors: stable 0.3.2 for hppa, bug #727768

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild 
b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
index ce5f58eb769..0931d8c1da2 100644
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] proj/linux-patches: New tag: 5.7-7

2020-06-24 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jun 24 17:20:26 2020 +

New tag: 5.7-7




[gentoo-commits] proj/linux-patches: New tag: 5.4-49

2020-06-24 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jun 24 17:10:44 2020 +

New tag: 5.4-49




[gentoo-commits] proj/tex:master commit in: scripts/texlive/tlpsrc/

2020-06-24 Thread Mikle Kolyada
commit: ef6b4c77e8008d9c508b66878d1c16f7caab6d9d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Jun 24 17:08:30 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Jun 24 17:08:30 2020 +
URL:https://gitweb.gentoo.org/proj/tex.git/commit/?id=ef6b4c77

do not separate merged modules

Signed-off-by: Mikle Kolyada  gentoo.org>

 scripts/texlive/tlpsrc/texlive-latexextra.extraexec | 5 -
 scripts/texlive/tlpsrc/texlive-pictures.extraexec   | 1 -
 2 files changed, 6 deletions(-)

diff --git a/scripts/texlive/tlpsrc/texlive-latexextra.extraexec 
b/scripts/texlive/tlpsrc/texlive-latexextra.extraexec
index 3334266..2edc0e9 100644
--- a/scripts/texlive/tlpsrc/texlive-latexextra.extraexec
+++ b/scripts/texlive/tlpsrc/texlive-latexextra.extraexec
@@ -1,8 +1,3 @@
 sed -i -e "s/translator //" $@
 sed -i -e "s/glossaries //" $@
-sed -i -e "s/currvita //" $@
-sed -i -e "s/g-brief //" $@
-sed -i -e "s/envlab //" $@
-sed -i -e "s/europecv //" $@
-sed -i -e "s/svninfo //" $@
 sed -i -e "s/pax //" $@

diff --git a/scripts/texlive/tlpsrc/texlive-pictures.extraexec 
b/scripts/texlive/tlpsrc/texlive-pictures.extraexec
index 90870a9..55d0da4 100644
--- a/scripts/texlive/tlpsrc/texlive-pictures.extraexec
+++ b/scripts/texlive/tlpsrc/texlive-pictures.extraexec
@@ -1,3 +1,2 @@
 sed -i -e "s/pgf / /" $1
-sed -i -e "s/dot2texi//" $1
 sed -i -e "s/epspdf / /" $1



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-latexextra/

2020-06-24 Thread Ulrich Müller
commit: 3bd5b41d981bd2a0c4d96d238418b0b205fd2bff
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jun 24 14:00:13 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Jun 24 16:58:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd5b41d

dev-texlive/texlive-latexextra: Include additional packages.

Include the currvita, envlab, europecv, g-brief and svninfo packages.
This is intended as a replacement for the separate packages in dev-tex.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ulrich Müller  gentoo.org>

 dev-texlive/texlive-latexextra/Manifest| 14 ++
 .../texlive-latexextra-2020-r1.ebuild  | 32 --
 .../texlive-latexextra-2020-r2.ebuild  | 32 ++
 3 files changed, 46 insertions(+), 32 deletions(-)

diff --git a/dev-texlive/texlive-latexextra/Manifest 
b/dev-texlive/texlive-latexextra/Manifest
index da27f602509..ed8c53f90cd 100644
--- a/dev-texlive/texlive-latexextra/Manifest
+++ b/dev-texlive/texlive-latexextra/Manifest
@@ -599,6 +599,9 @@ DIST tl-currency.source-2020.tar.xz 4164 BLAKE2B 
71cceba827bcac8ad3762e7e900f107
 DIST tl-currfile-2020.tar.xz 3704 BLAKE2B 
ea01cdb5bebb13e59dd82d4f901dd3e436848a5bd04bb8e50836fd762995039c5a92bde382507689de5c111af5e10b0cb96a1eca710644532aaa3ffd686682c1
 SHA512 
5e67b659df7048a2f3e0d99f7e7da753fcabc4cc94d284d88b6b6922dffe2823eff3c07e96d0d4689d2c430a1cd66ef4693d0ceb344609c6aeeb919aa378a297
 DIST tl-currfile.doc-2020.tar.xz 170640 BLAKE2B 
3895f650c69439a2a21624dc24acf9759cbf888680913857162ebb05e40a05f8c577b728cb00a012cbe3a77fa45f60e14dd6fa0b70e42a4375cf6fab152cc263
 SHA512 
d45abaaab826dd9dc8a7d5cccdeece29b26d8f56c0c74c2047f5ae7d43ffc3c0596f009536fca744fa9bede2e8d87a13b68b8ebf4a0ced31afc6bbab5b76ad72
 DIST tl-currfile.source-2020.tar.xz 11428 BLAKE2B 
daaf376b8315c87022dc206e6fb96e230b955df5d92a04ed5a36a0665c8f341ee9d97b6700fcfd63e131217ed35347a78b9f585945879f380363fc9b4090960d
 SHA512 
0374496112e380b2c8cce8b00e3dd97d992dbe194f660118c3441fd9b0ba536f476b5e330bd363a624f71d5b3004f50d2ee315534929093ebf9f63f47e91c1fc
+DIST tl-currvita-2020.tar.xz 2340 BLAKE2B 
be7f021464a3269f94fac9d6a8bd382db4974c42be560ac8c8d594e5934787e1bcfa1e22fa02f28b12f3b17089711bcb51d8bdc906b97698395b8bc15a019ece
 SHA512 
c555b0e9c7a500e086f0435a2dc6cde8da8b02df4d27be14534d28c77c1f546aafecb863bc652922e07191d0441a77db647f8d1d11e33ec9bc6014f73a5822c2
+DIST tl-currvita.doc-2020.tar.xz 89020 BLAKE2B 
dcfbf68a3b8dbcf5fb6aaf56b19e3d0cba2c4fa29bcefca6c8649fc350dcebbd8b32cd4e9c9f519476cdd25b5993aa4da811be22a5b6e925e148b770193193e8
 SHA512 
b3de1ad371cead2829225015d60a4defe604e63890ef06da65fa9223cce4e748707f0b6f4f0b0dcdf22c3096e381adc3432a7b21b36f834c18ae4eb32bfba024
+DIST tl-currvita.source-2020.tar.xz 16148 BLAKE2B 
1af4e84f265493610650c9caf7b8fca1347d13a842a91d9d67d85678ef580ff2f564ef98f26db844e93b0e6ef334cf2ea0b2dbdf4e75cfe21b6ef95ba3af40c6
 SHA512 
a1dc7d983ac6badf9ced1492c712373205d5b0a91934f0a76eb1ac546470292e6c9dda4cd5f5d721e06c90d6237eb39236f1417d1c6992a774f7a9f7df9213bb
 DIST tl-cutwin-2020.tar.xz 2784 BLAKE2B 
345839e2e4ccc1472d9368b11b7a50077e1106571c15f201032087011ab3cb05a532926d423d3a57b0a94b3ce1eb958f0e36c51109ac2e87756155699c044a3c
 SHA512 
484c995cd3b18f723899fc04e3af7b49bc7ac90a02448c4b49643b8ebe09c445bab122bc2ca0f2cab872323438fb02af3e5a053977ae8ff6146cb4af96f08ba1
 DIST tl-cutwin.doc-2020.tar.xz 304448 BLAKE2B 
a63e769bbcdd88d6089fc19027f97534e8a7a345daa6e13d857d69f9664f2cc5583987c1bfff175f20b5f025eeea7f550856540527a3dc07059049f39eb1
 SHA512 
89b4fb68d949b86eb3b5d90f7d8c828e10df591cf734f5e6908a221aa9e2d50820841e6095dc912619d4461c37b735907504e63fffbfd95c3371602144f87429
 DIST tl-cutwin.source-2020.tar.xz 9748 BLAKE2B 
c420770e3dd95d42b5f8133ce80ed86e8e97bf643f1997a59e5b220cf222de74298a8a8156cb32f16e95e6027d1521710df2d715fdf3103e4d73c9c3878c57a5
 SHA512 
0e6fbb5bdf3cc9b1d270979f379e2f50b356353533278495526275bab3211b1e6ef670a5269e412ae87c3fe4ca0ee8411dadfb42e4e2cce6dc200c863532b997
@@ -976,6 +979,9 @@ DIST tl-envbig.doc-2020.tar.xz 404 BLAKE2B 
99743ef811e9571877e4a6be23b8a9537b45a
 DIST tl-environ-2020.tar.xz 1896 BLAKE2B 
5299929cce985cb18c7f6782dba4a5196b46fa07849dea4f07842586b26852ec3e945b9fb1d13550b699fe8d7d6bad8d88df4173f768f8321bb688bd5489107c
 SHA512 
4e5bb20e2a69875006e8d9ebc3a8744dcfff3240cc28ea44f7acfa3775914dc9ee108a89368b6a510eb0a7aed19d2d13b001f0270ef9ad011b881c3cbc6aab9f
 DIST tl-environ.doc-2020.tar.xz 156300 BLAKE2B 
56644c2af4d587f7c9233c896ae71ff852e4612f49323d878cc6be22b1d75442b74e17330dca68c19a9d11f3e363a9e9f404d919a6f4c9ca72a74e90782389b5
 SHA512 
8d30310ae317193925c81eece58a3d3109c1396c7e486510826fd72cb8489234867583f438873affae766a32498e375eb46db51fd0d7f9989cd61ae2109e13d6
 DIST tl-environ.source-2020.tar.xz 6416 BLAKE2B 
71c6ef03a9a19d627438852ab30dcc096ad6963e9cb4c9cd960b0bec89b3681206256d76fecb749c9b02bc17600ca6d701246dd5d1c49b40907c45b570c8fd2a
 SHA512 

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

2020-06-24 Thread Ulrich Müller
commit: fb08c6e347a8bf9763d41283b1d3827339226e55
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jun 24 14:03:05 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Jun 24 16:58:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb08c6e3

profiles: Mask several packages in dev-tex for removal.

Signed-off-by: Ulrich Müller  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index a7011713f4e..69a94b6e215 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,11 +32,24 @@
 
 #--- END OF EXAMPLES ---
 
-# Ulrich Müller  (2020-06-20)
-# Separate package in dev-tex is unmaintained. Included with TeX Live.
-# Use >=dev-texlive/texlive-latexextra-2020-r1 as replacement.
+# Ulrich Müller  (2020-06-24)
+# Included with TeX Live. The separate Gentoo packages are
+# unmaintained and had their last version bump in 2010 or earlier.
+# Use >=dev-texlive/texlive-latexextra-2020-r2 as replacement.
 # Removal in 30 days. Bug #729394.
+dev-tex/currvita
+dev-tex/envlab
+dev-tex/europecv
+dev-tex/g-brief
 dev-tex/leaflet
+dev-tex/svninfo
+
+# Ulrich Müller  (2020-06-24)
+# Included with TeX Live. The separate Gentoo package is
+# unmaintained and had its last version bump in 2008.
+# Use >=dev-texlive/texlive-pictures-2020-r2 as replacement.
+# Removal in 30 days. Bug #729394.
+dev-tex/dot2texi
 
 # Michał Górny  (2020-06-24)
 # A thin wrapper to run pytest via setup.py that must not be used



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-pictures/

2020-06-24 Thread Ulrich Müller
commit: 4c7555c63a6c6d858ddc26300591241085e7ebe4
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jun 24 14:01:01 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Jun 24 16:58:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c7555c6

dev-texlive/texlive-pictures: Include the dot2texi package.

This is intended as a replacement for the separate package in dev-tex.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ulrich Müller  gentoo.org>

 dev-texlive/texlive-pictures/Manifest  |  2 ++
 .../texlive-pictures-2020-r1.ebuild| 28 --
 .../texlive-pictures-2020-r2.ebuild| 28 ++
 3 files changed, 30 insertions(+), 28 deletions(-)

diff --git a/dev-texlive/texlive-pictures/Manifest 
b/dev-texlive/texlive-pictures/Manifest
index 04c87a17c3a..d237e74d262 100644
--- a/dev-texlive/texlive-pictures/Manifest
+++ b/dev-texlive/texlive-pictures/Manifest
@@ -75,6 +75,8 @@ DIST tl-ditaa-2020.tar.xz 1184 BLAKE2B 
d405d5f4c8f06b1f1e49b798fa47e1819aab9b990
 DIST tl-ditaa.doc-2020.tar.xz 105808 BLAKE2B 
38475efefcbcb1999086e56345eb444828adda8691988037df7d65dad6cebed01dbe5b47ee73874fb316e2681254764edb1a5120cbf00cd9a81873fe964490a2
 SHA512 
345d6d7d3f21d2dc728b93e2cbfeb4fc1f589797e852604809b1ff3e7bca53414d684571faf8245c740a50205e7d8787afd5304beb89efd3545a389ec4a74331
 DIST tl-doc-pictex-2020.tar.xz 468 BLAKE2B 
a894250cf26ae780a8f1181ababe30c26ab94f96cbb0795d1f9fa6dab69bd493d8dfbab54fe244c8c5ec983d131a1aa832faa83047bd69ece3b46a4d76340666
 SHA512 
c866f0855f701917fa81966c16a7f1c869320ddaf38e2c1c2a71844fa7b224fe2216f267b7b700ef6e36a13f97fa6f33a1d05342d5a7a8dd47ccda761fc577f4
 DIST tl-doc-pictex.doc-2020.tar.xz 1508 BLAKE2B 
d9b37db6c733c75a46dcb4234b8f30f29bed5297c2d819f38ba9ecfa805a3d108ecc137fcb4e2f092b1761056aa94c763460baf21871b7754f6ef74279513170
 SHA512 
3440fd4d0e2117594d6b350dcfed891506ce7fc0500ecdd4f156431363a38e399061469f5def9082d59c39b14b65ebc19ccb3204fef71ade300825cf35659158
+DIST tl-dot2texi-2020.tar.xz 3740 BLAKE2B 
4c792247a165100ec5f42a58cb5171118021e44e819d708e26e416053b82318b69025c7a319aeee9000c56a83ff17b8de31ef193cb9d4a870054fd5918b693ea
 SHA512 
20cc54f907b00e2eb14e4641d5098dd4886ce8d4627f391421bc5e819614dec97e0ec42c92794bacb8ffcb03737cb8736c308fad6984abf13c127f6d1174ee0f
+DIST tl-dot2texi.doc-2020.tar.xz 216576 BLAKE2B 
4e7190cfba4c0dd2ada60f0adc0ad1adff7f1ffdc9c1c935ebefcd86a8a140826e3fa6b745778d7148cadeb084725f14dbf0f509203e95ca946354336871b8b9
 SHA512 
9e8461946582e0c99ee35437522e25769e2afe5d7051f072937a57c5d4e1a0c8e144509c751f9ddb7ef576f43ca408ffca663f81c8b5e69fb176a4233ff45ea3
 DIST tl-dottex-2020.tar.xz 2596 BLAKE2B 
b92d717e24213ef7847505f190c9abf51b68bfd82f81c44bb044f10ae5b652fbf54be4bfef9602f4b0b36e62a30c13560d0939aa340ace9708d33674f76c921e
 SHA512 
037586577425d8a38a2170bc4bb9a7fa28a7886ad852d1c85483f7c3b625321c41a204b613479382ff5fb9e8cc3f8f9d8ff6e0a07c14b71ce6fdc68280515e33
 DIST tl-dottex.doc-2020.tar.xz 88372 BLAKE2B 
b68114e7e42e9f6a82dbb5f792d6010476b7eb64732936518f777d00d537922e9ef52bc62b74dcca4c3dfb64856d868bcc0acccd1351f866f16c274745309c12
 SHA512 
3708e08c630e27d744c3a865cc02e91868a32b1648b4d390cea0f20ea6340c56ea1720348f6b82796df6cc3f4d5b7feaf59ffe7e24c32e34535a4e5763318df6
 DIST tl-dottex.source-2020.tar.xz 4668 BLAKE2B 
0c03b5ec230d37eddbaddbe81e5965d9697617437ef9c0e900e042cc1bf97f949174fb43adde352381143cdcc5e852ed0853005292a3bf94836e5e52d8d6335b
 SHA512 
adf26c722ad1e2fa26d10488125267516923db87c1185068a33a082c6f51bf5ec644ace69aefa0630eab9a604bfc28032cb5d10db15ef0c80ab28fc93839a13b

diff --git a/dev-texlive/texlive-pictures/texlive-pictures-2020-r1.ebuild 
b/dev-texlive/texlive-pictures/texlive-pictures-2020-r1.ebuild
deleted file mode 100644
index c927c734cdb..000
--- a/dev-texlive/texlive-pictures/texlive-pictures-2020-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-TEXLIVE_MODULE_CONTENTS="adigraph aobs-tikz askmaps asyfig asypictureb 
autoarea bardiag beamerswitch binarytree blochsphere bloques blox bodegraph 
bondgraph bondgraphs braids bxeepic cachepic callouts celtic chemfig 
combinedgraphics circuit-macros circuitikz curve curve2e curves dcpic diagmac2 
ditaa doc-pictex dottex  dratex drs duotenzor dynkin-diagrams ecgdraw eepic 
ellipse endofproofwd  epspdfconversion esk euflag fast-diagram fig4latex fitbox 
flowchart forest genealogytree getmap gincltex gnuplottex gradientframe grafcet 
graph35 graphicxpsd graphviz gtrlib-largetrees harveyballs here hf-tikz hobby 
hvfloat istgame kblocks knitting knittingpattern ladder lapdf latex-make lpic 
lroundrect luamesh luasseq maker makeshape mathspic milsymb miniplot mkpic 
modiagram neuralnetwork numericplots pb-diagram penrose petri-nets  pgf-blur 
pgf-cmykshadings pgf-soroban pgf-spectra pgf-umlcd pgf-umlsd pgfgantt pgfkeyx 
pgfmolbio pgfmorepages pgfopts 

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

2020-06-24 Thread Ulrich Müller
commit: 7a5b89cdadc0bcbc9a9ef37778b829cde8b0018c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jun 24 14:02:38 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Jun 24 16:58:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5b89cd

app-text/texlive: Drop dependency on several packages in dev-tex.

Namely, dev-tex/currvita, dev-tex/dot2texi, dev-tex/envlab,
dev-tex/europecv, dev-tex/g-brief, and dev-tex/svninfo.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ulrich Müller  gentoo.org>

 .../{texlive-2020-r2.ebuild => texlive-2020-r3.ebuild}   | 12 +++-
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/app-text/texlive/texlive-2020-r2.ebuild 
b/app-text/texlive/texlive-2020-r3.ebuild
similarity index 95%
rename from app-text/texlive/texlive-2020-r2.ebuild
rename to app-text/texlive/texlive-2020-r3.ebuild
index 144160e81b3..a75573b772d 100644
--- a/app-text/texlive/texlive-2020-r2.ebuild
+++ b/app-text/texlive/texlive-2020-r3.ebuild
@@ -56,17 +56,11 @@ RDEPEND="${DEPEND}
>=${TEXLIVE_CAT}/texlive-bibtexextra-${PV}
>=${TEXLIVE_CAT}/texlive-fontsextra-${PV}
>=${TEXLIVE_CAT}/texlive-formatsextra-${PV}
-   >=${TEXLIVE_CAT}/texlive-latexextra-${PV}
-   >=dev-tex/glossaries-2.07
-   >=dev-tex/currvita-0.9i-r1
-   >=dev-tex/g-brief-4.0.2
-   >=dev-tex/envlab-1.2-r1
-   >=dev-tex/europecv-20060424-r1
-   >=dev-tex/svninfo-0.7.3-r1
+   >=${TEXLIVE_CAT}/texlive-latexextra-${PV}-r2
+   >=dev-tex/glossaries-2.07
)
xetex? ( >=${TEXLIVE_CAT}/texlive-xetex-${PV} )
-   graphics? ( >=${TEXLIVE_CAT}/texlive-pictures-${PV}
-   dev-tex/dot2texi )
+   graphics? ( >=${TEXLIVE_CAT}/texlive-pictures-${PV}-r2 )
epspdf? ( app-text/epspdf )
science? ( >=${TEXLIVE_CAT}/texlive-mathscience-${PV} )
publishers? ( >=${TEXLIVE_CAT}/texlive-publishers-${PV} )



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/c2ffi/, dev-lisp/c2ffi/files/

2020-06-24 Thread Joonas Niilola
commit: efc535dcdf688b8edd00c932dca80cd71a323e0f
Author: Harald Judt  gmx  at>
AuthorDate: Thu Jun  4 22:43:06 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jun 24 16:29:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc535dc

dev-lisp/c2ffi: Remove c2ffi-9.0.0

Signed-off-by: Harald Judt  gmx.at>
Closes: https://github.com/gentoo/gentoo/pull/16072
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-lisp/c2ffi/Manifest|  1 -
 dev-lisp/c2ffi/c2ffi-9.0.0.20191017.ebuild | 26 
 dev-lisp/c2ffi/c2ffi-9.0.0..ebuild | 22 --
 .../c2ffi-9.0.0.20191017-fix-lib-location.patch| 49 --
 4 files changed, 98 deletions(-)

diff --git a/dev-lisp/c2ffi/Manifest b/dev-lisp/c2ffi/Manifest
index a4c1cd2460c..35af3e0ca0a 100644
--- a/dev-lisp/c2ffi/Manifest
+++ b/dev-lisp/c2ffi/Manifest
@@ -1,2 +1 @@
 DIST c2ffi-10.0.0.20200527.tar.gz 37554 BLAKE2B 
b1ebef370083d08513d0f02f8662ba1b090cba991864530c2304ac45e5c74d092f47e9d75a0646ae2f045d346585f371243d8a82bc37fe35f36dee1a75c0812b
 SHA512 
452f2e8d3c81207e74334bc48dcea9bdf2770b4c77884c96abffc69ede20cc770183f363655ae853cddaee95d0512571426c6737d5db0324f7ceebbdf554cdf3
-DIST c2ffi-9.0.0.20191017.tar.gz 35139 BLAKE2B 
a080f2cf7743aab630365fd305c106ada0318afb24093508c7667d8d702ec8dfd95a0ea9f54233a3a4b4c9b411e2f4aba5dacf7b2f35f1545b7ca63e765a7e55
 SHA512 
7a4743d89f431fd9ca42808358bdde03bbd85fc56f3350fddc94532c524ce373989671e706fadeb03eb240a81fb3f418176169acbf3ccd0f0f0c595d0f697832

diff --git a/dev-lisp/c2ffi/c2ffi-9.0.0.20191017.ebuild 
b/dev-lisp/c2ffi/c2ffi-9.0.0.20191017.ebuild
deleted file mode 100644
index 53c06c02177..000
--- a/dev-lisp/c2ffi/c2ffi-9.0.0.20191017.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake llvm
-
-MY_COMMIT="15fda06de0bad97bf91f5590f7f24623eab2f580"
-
-DESCRIPTION="Clang-based FFI wrapper generator for Common Lisp"
-HOMEPAGE="https://github.com/rpav/c2ffi;
-SRC_URI="https://github.com/rpav/c2ffi/archive/${MY_COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="sys-devel/clang:9=
-   sys-devel/llvm:9=
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/c2ffi-${MY_COMMIT}"
-
-PATCHES=( "${FILESDIR}"/${PN}-9.0.0.20191017-fix-lib-location.patch )

diff --git a/dev-lisp/c2ffi/c2ffi-9.0.0..ebuild 
b/dev-lisp/c2ffi/c2ffi-9.0.0..ebuild
deleted file mode 100644
index 6a2256dee41..000
--- a/dev-lisp/c2ffi/c2ffi-9.0.0..ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake git-r3 llvm
-
-DESCRIPTION="Clang-based FFI wrapper generator for Common Lisp"
-HOMEPAGE="https://github.com/rpav/c2ffi;
-EGIT_REPO_URI="https://github.com/rpav/c2ffi.git;
-EGIT_BRANCH="llvm-9.0.0"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-DEPEND="sys-devel/clang:9=
-   sys-devel/llvm:9=
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-9.0.0.20191017-fix-lib-location.patch )

diff --git a/dev-lisp/c2ffi/files/c2ffi-9.0.0.20191017-fix-lib-location.patch 
b/dev-lisp/c2ffi/files/c2ffi-9.0.0.20191017-fix-lib-location.patch
deleted file mode 100644
index 8b09b25aa73..000
--- a/dev-lisp/c2ffi/files/c2ffi-9.0.0.20191017-fix-lib-location.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From 3a496f89064de85af04ce101918c2ec5cebf7846 Mon Sep 17 00:00:00 2001
-From: Harald Judt 
-Date: Fri, 8 Nov 2019 10:35:02 +0100
-Subject: Fix CLANG and LLVM libraries not found
-
-This commit gets the build working again here on Gentoo.
-
-Adding LLVM_LIBRARY_DIRS fixes the CLANG libs not found error.
-
-Adding llvm_map_components_to_libnames fixes LLMV not found error.

- CMakeLists.txt | 12 ++--
- 1 file changed, 10 insertions(+), 2 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 99dbe4b..f93b9b3 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -39,6 +39,15 @@ target_include_directories(c2ffi PUBLIC
-   ${LLVM_INCLUDE_DIRS}
-   ${SOURCE_ROOT}/src/include
-   )
-+target_link_directories(c2ffi PUBLIC
-+  ${LLVM_LIBRARY_DIRS}
-+)
-+message(STATUS "LLVM_LIBRARY_DIRS=${LLVM_LIBRARY_DIRS}")
-+
-+llvm_map_components_to_libnames(llvm_libs core support mcparser bitreader 
profiledata)
-+
-+message(STATUS "llvm_libs=${llvm_libs}")
-+
- target_link_libraries(c2ffi PUBLIC
-   clangFrontendTool
-   clangFrontend
-@@ -64,10 +73,9 @@ target_link_libraries(c2ffi PUBLIC
-   clangIndex
-   clangToolingCore
-   clangTooling
-+  ${llvm_libs}
-   )
- 
--llvm_config(c2ffi USE_SHARED core support mcparser bitreader profiledata)
--
- set(APP_BIN_DIR "${CMAKE_BINARY_DIR}/bin")
- set_target_properties(c2ffi PROPERTIES
-   RUNTIME_OUTPUT_DIRECTORY "${APP_BIN_DIR}"
--- 
-2.23.0
-



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/c2ffi/, dev-lisp/c2ffi/files/

2020-06-24 Thread Joonas Niilola
commit: fa0cbe2e00fc7c43ff5fceee213b89254f54cdc1
Author: Harald Judt  gmx  at>
AuthorDate: Thu Jun  4 22:39:28 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jun 24 16:29:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa0cbe2e

dev-lisp/c2ffi: Bump version to c2ffi-10.0.0

Update to c2ffi-10, using clang-10. This time, it was only necessary
to add a target_link_directories directive to CMakeLists.txt.

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Harald Judt  gmx.at>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-lisp/c2ffi/Manifest|  1 +
 dev-lisp/c2ffi/c2ffi-10.0.0.20200527.ebuild| 26 ++
 dev-lisp/c2ffi/c2ffi-10.0.0..ebuild| 22 ++
 0.0.20200527-add-target-link-directories.patch | 11 +
 4 files changed, 60 insertions(+)

diff --git a/dev-lisp/c2ffi/Manifest b/dev-lisp/c2ffi/Manifest
index 03b798a30b3..a4c1cd2460c 100644
--- a/dev-lisp/c2ffi/Manifest
+++ b/dev-lisp/c2ffi/Manifest
@@ -1 +1,2 @@
+DIST c2ffi-10.0.0.20200527.tar.gz 37554 BLAKE2B 
b1ebef370083d08513d0f02f8662ba1b090cba991864530c2304ac45e5c74d092f47e9d75a0646ae2f045d346585f371243d8a82bc37fe35f36dee1a75c0812b
 SHA512 
452f2e8d3c81207e74334bc48dcea9bdf2770b4c77884c96abffc69ede20cc770183f363655ae853cddaee95d0512571426c6737d5db0324f7ceebbdf554cdf3
 DIST c2ffi-9.0.0.20191017.tar.gz 35139 BLAKE2B 
a080f2cf7743aab630365fd305c106ada0318afb24093508c7667d8d702ec8dfd95a0ea9f54233a3a4b4c9b411e2f4aba5dacf7b2f35f1545b7ca63e765a7e55
 SHA512 
7a4743d89f431fd9ca42808358bdde03bbd85fc56f3350fddc94532c524ce373989671e706fadeb03eb240a81fb3f418176169acbf3ccd0f0f0c595d0f697832

diff --git a/dev-lisp/c2ffi/c2ffi-10.0.0.20200527.ebuild 
b/dev-lisp/c2ffi/c2ffi-10.0.0.20200527.ebuild
new file mode 100644
index 000..56aaeae6185
--- /dev/null
+++ b/dev-lisp/c2ffi/c2ffi-10.0.0.20200527.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake llvm
+
+MY_COMMIT="a2d1f667b707fb413fc8ab2413446f15cb23de51"
+
+DESCRIPTION="Clang-based FFI wrapper generator for Common Lisp"
+HOMEPAGE="https://github.com/rpav/c2ffi;
+SRC_URI="https://github.com/rpav/c2ffi/archive/${MY_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="sys-devel/clang:10=
+   sys-devel/llvm:10=
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/c2ffi-${MY_COMMIT}"
+
+PATCHES=( 
"${FILESDIR}"/${PN}-10.0.0.20200527-add-target-link-directories.patch )

diff --git a/dev-lisp/c2ffi/c2ffi-10.0.0..ebuild 
b/dev-lisp/c2ffi/c2ffi-10.0.0..ebuild
new file mode 100644
index 000..dac9e0eb3d3
--- /dev/null
+++ b/dev-lisp/c2ffi/c2ffi-10.0.0..ebuild
@@ -0,0 +1,22 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake git-r3 llvm
+
+DESCRIPTION="Clang-based FFI wrapper generator for Common Lisp"
+HOMEPAGE="https://github.com/rpav/c2ffi;
+EGIT_REPO_URI="https://github.com/rpav/c2ffi.git;
+EGIT_BRANCH="llvm-10.0.0"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+
+DEPEND="sys-devel/clang:10=
+   sys-devel/llvm:10=
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=( 
"${FILESDIR}"/${PN}-10.0.0.20200527-add-target-link-directories.patch )

diff --git 
a/dev-lisp/c2ffi/files/c2ffi-10.0.0.20200527-add-target-link-directories.patch 
b/dev-lisp/c2ffi/files/c2ffi-10.0.0.20200527-add-target-link-directories.patch
new file mode 100644
index 000..2dc4a82413b
--- /dev/null
+++ 
b/dev-lisp/c2ffi/files/c2ffi-10.0.0.20200527-add-target-link-directories.patch
@@ -0,0 +1,11 @@
+diff -Naur a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt   2020-06-05 00:21:43.509980270 +0200
 b/CMakeLists.txt   2020-06-05 00:22:08.679979968 +0200
+@@ -36,6 +36,7 @@
+   ${LLVM_INCLUDE_DIRS}
+   ${SOURCE_ROOT}/src/include
+   )
++target_link_directories(c2ffi PUBLIC ${LLVM_LIBRARY_DIRS})
+ target_link_libraries(c2ffi PUBLIC clang-cpp LLVM)
+ 
+ set(APP_BIN_DIR "${CMAKE_BINARY_DIR}/bin")



[gentoo-commits] repo/user/ssnb:master commit in: dev-python/rstcheck/

2020-06-24 Thread Samuel Bernardo
commit: 8d271a778e63c0854a3f2ecafdcd80e5c072adf2
Author: Samuel Bernardo  gmail  com>
AuthorDate: Wed Jun 24 16:24:50 2020 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Wed Jun 24 16:24:50 2020 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=8d271a77

Add rstcheck

Signed-off-by: Samuel Bernardo  gmail.com>

 dev-python/rstcheck/Manifest  |  3 +++
 dev-python/rstcheck/metadata.xml  | 13 +
 dev-python/rstcheck/rstcheck-3.3.1.ebuild | 45 +++
 3 files changed, 61 insertions(+)

diff --git a/dev-python/rstcheck/Manifest b/dev-python/rstcheck/Manifest
new file mode 100644
index 000..c139979
--- /dev/null
+++ b/dev-python/rstcheck/Manifest
@@ -0,0 +1,3 @@
+DIST rstcheck-3.3.1.tar.gz 13825 BLAKE2B 
94c1e8226b372b25907fb5e713716f46d972788f5d996a6c351fdf92728d1274e625564ec6417e0e3be7c7ec8d4ef07a193e8b80ca38085d28c1e9ee13e0ca36
 SHA512 
d390565c59466e1047fb41491eb5a2261fec91848806e04137bcc6053759fc87c8e4c72721d39b35c959b0baddaf90f2c8459213cec76b82be9b78bdd44076c5
+EBUILD rstcheck-3.3.1.ebuild 1309 BLAKE2B 
b0c53ba0f7c9ecff87642080bdaef980a51a34d8bc89ef956a7c9c1695051d432cf45d4eefd0b82d5bf72eac6042b6d5fc377ba4348b144ae4ac34517860a11d
 SHA512 
92e6aaed5b7b8be33cf3d54ed67d29a90c933861e8e0b105974078ba7ec210da9e86be7dabf50fbcc3e8dc1445dcbca03ac055c6e336dee345f2f88a6a6f9ab2
+MISC metadata.xml 447 BLAKE2B 
bd3748caeb70137f23c0bc3534f3ea9b302527e7f12b115eefe0fe9048b6f0ca9a8b5f430c92d30a5e7fa2b82a315f477d5f14bbf6aab86a18405c03067c68e0
 SHA512 
5b4398e38872d15d207159fcc7d03a8ecf99692001ee47fedf9b5c4b7c34274e5bb6dcd778302974c4f4f0c0acd734f760ad3bcddabc9a7e0c481ceb77b0f81b

diff --git a/dev-python/rstcheck/metadata.xml b/dev-python/rstcheck/metadata.xml
new file mode 100644
index 000..d19e6b0
--- /dev/null
+++ b/dev-python/rstcheck/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   samuelbernardo.m...@gmail.com
+   Samuel Bernardo
+   
+   
+   rstcheck
+   myint/rstcheck
+   https://github.com/myint/rstcheck/issues
+   
+

diff --git a/dev-python/rstcheck/rstcheck-3.3.1.ebuild 
b/dev-python/rstcheck/rstcheck-3.3.1.ebuild
new file mode 100644
index 000..c169959
--- /dev/null
+++ b/dev-python/rstcheck/rstcheck-3.3.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Checks syntax of reStructuredText and code blocks nested within 
it"
+HOMEPAGE="https://github.com/myint/rstcheck;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' 
pypy3 python3_{6,7})
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/path-py[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.4[${PYTHON_USEDEP}]
+   )
+"
+
+S="${WORKDIR}/${P}"
+
+distutils_enable_sphinx docs ">=dev-python/jaraco-packaging-3.2"
+
+python_test() {
+   # Ignore the module from ${S}, use the one from ${BUILD_DIR}
+   # Otherwise, ImportMismatchError may occur
+   # https://github.com/gentoo/gentoo/pull/1622#issuecomment-224482396
+   # Override pytest options to skip flake8
+   pytest -vv --ignore=rst --override-ini="addopts=--doctest-modules" \
+   || die "tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libtpms/, dev-libs/libtpms/files/

2020-06-24 Thread Joonas Niilola
commit: b80383ce163074e6c5ae6da62fc0070749a8af31
Author: Salah Coronya  gmail  com>
AuthorDate: Thu May 28 15:05:00 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jun 24 15:33:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80383ce

dev-libs/libtpms: Remove old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Salah Coronya  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15939
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libtpms/Manifest  |   1 -
 ...tial-buffer-overflow-in-filename-creation.patch | 105 
 ...Initialize-a-few-variables-for-x86-gcc-O3.patch | 108 -
 ...0-tpm12-Initialize-some-variables-for-gcc.patch |  74 --
 ...pms-0.7.0-tpm2-Fix-a-gcc-10.1.0-complaint.patch |  53 --
 dev-libs/libtpms/libtpms-0.7.0-r1.ebuild   |  41 
 6 files changed, 382 deletions(-)

diff --git a/dev-libs/libtpms/Manifest b/dev-libs/libtpms/Manifest
index 4ebba2ea779..1ad68862d4d 100644
--- a/dev-libs/libtpms/Manifest
+++ b/dev-libs/libtpms/Manifest
@@ -1,2 +1 @@
-DIST libtpms-0.7.0.tar.gz 1203837 BLAKE2B 
ca5a3b78dc63c09c4ff084124838fedeb5be0580f709ad6165680159ba7ba4b1f751b9fbc67f6b5a8f39b82bdd420afb47087412a47b72cbe5b418a97a4860fe
 SHA512 
92d1eb5d1a1cae08e97cceaca56fc9bc6d43c54a93edae2accf19807a4e93e19d88064a0b11db796c79d32c821e6b320ebbacb65cd20da3e5b1205f3b861cef2
 DIST libtpms-0.7.2.tar.gz 1205662 BLAKE2B 
e549d94b6915b3a126aac76bc65c743acf9295fa4b4b836cfc34fb4cbe52e6da000d11d2995de377ccf5d0e2366d763dd1a881c4f4ab87631c52ad62b3792b7a
 SHA512 
ddc1e00e01fe91977ac78e069a0005b7b6a4e34f41c2d53bfb24f3fdaea73945a83ae5aa344d01b6636fdd2f3dd30c4ec54b1ef58d0964700ba4cf688d436739

diff --git 
a/dev-libs/libtpms/files/libtpms-0.7.0-tpm12-Fix-potential-buffer-overflow-in-filename-creation.patch
 
b/dev-libs/libtpms/files/libtpms-0.7.0-tpm12-Fix-potential-buffer-overflow-in-filename-creation.patch
deleted file mode 100644
index 9e7af9e88ed..000
--- 
a/dev-libs/libtpms/files/libtpms-0.7.0-tpm12-Fix-potential-buffer-overflow-in-filename-creation.patch
+++ /dev/null
@@ -1,105 +0,0 @@
-From 1cdd950e7342240ed8edc695372365cf57fbc6cb Mon Sep 17 00:00:00 2001
-From: Stefan Berger 
-Date: Thu, 17 Oct 2019 10:19:23 -0400
-Subject: [PATCH 2/2] tpm12: Fix potential buffer overflow in filename creation
-
-Fix a potential buffer overflow bug in the creation of filenames
-that were using sprintf() rather than snprintf(). The buffer overflow
-could occurr if the buffer is longer than 4096 bytes. The state path
-may alone be 4096 bytes and could possibly trigger the overflow.
-
-Swtpm for example is not affected from this since it uses the callbacks
-that are invoked before the faulty function is called.
-
-Signed-off-by: Stefan Berger 

- src/tpm12/tpm_nvfile.c | 43 --
- 1 file changed, 33 insertions(+), 10 deletions(-)
-
-diff --git a/src/tpm12/tpm_nvfile.c b/src/tpm12/tpm_nvfile.c
-index c8e7bcf..0268bd0 100644
 a/src/tpm12/tpm_nvfile.c
-+++ b/src/tpm12/tpm_nvfile.c
-@@ -70,7 +70,8 @@
- 
- /* local prototypes */
- 
--static void   TPM_NVRAM_GetFilenameForName(char *filename,
-+static TPM_RESULT TPM_NVRAM_GetFilenameForName(char *filename,
-+   size_t filename_len,
-  uint32_t tpm_number,
-const char *name);
- 
-@@ -189,7 +190,10 @@ TPM_RESULT TPM_NVRAM_LoadData(unsigned char **data, 
/* freed by caller */
- /* open the file */
- if (rc == 0) {
- /* map name to the rooted filename */
--TPM_NVRAM_GetFilenameForName(filename, tpm_number, name);
-+rc = TPM_NVRAM_GetFilenameForName(filename, sizeof(filename),
-+  tpm_number, name);
-+}
-+if (rc == 0) {
- printf("  TPM_NVRAM_LoadData: Opening file %s\n", filename);
- file = fopen(filename, "rb");   /* closed @1 
*/
- if (file == NULL) { /* if failure, determine cause */
-@@ -297,7 +301,10 @@ TPM_RESULT TPM_NVRAM_StoreData(const unsigned char *data,
- printf(" TPM_NVRAM_StoreData: To name %s\n", name);
- if (rc == 0) {
- /* map name to the rooted filename */
--TPM_NVRAM_GetFilenameForName(filename, tpm_number, name);
-+rc = TPM_NVRAM_GetFilenameForName(filename, sizeof(filename),
-+  tpm_number, name);
-+}
-+if (rc == 0) {
- /* open the file */
- printf(" TPM_NVRAM_StoreData: Opening file %s\n", filename);
- file = fopen(filename, "wb");   /* closed @1 
*/
-@@ -339,14 +346,27 @@ TPM_RESULT TPM_NVRAM_StoreData(const unsigned char *data,
-state_directory/tpm_number.name
- */
- 
--static void TPM_NVRAM_GetFilenameForName(char *filename,/* output: 

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

2020-06-24 Thread Joonas Niilola
commit: 1f227399e37d7902bfe29ab2901e705706b538d9
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Jun 24 15:40:47 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jun 24 15:40:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f227399

sys-apps/fwts: cosmetic updates for 20.05.00

Signed-off-by: Joonas Niilola  gentoo.org>

 sys-apps/fwts/fwts-20.05.00.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/sys-apps/fwts/fwts-20.05.00.ebuild 
b/sys-apps/fwts/fwts-20.05.00.ebuild
index fc43e91899e..55aaf54db46 100644
--- a/sys-apps/fwts/fwts-20.05.00.ebuild
+++ b/sys-apps/fwts/fwts-20.05.00.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 inherit autotools
+
 DESCRIPTION="Firmware Test Suite"
 HOMEPAGE="https://wiki.ubuntu.com/Kernel/Reference/fwts;
 
SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${PV}.orig.tar.gz;
@@ -13,13 +14,13 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-RDEPEND=">=dev-libs/json-c-0.10-r1
-   dev-libs/glib:2
+RDEPEND="dev-libs/glib:2
+   >=dev-libs/json-c-0.10-r1
dev-libs/libpcre
+   sys-apps/dmidecode
sys-apps/pciutils
sys-power/iasl
-   sys-power/pmtools
-   sys-apps/dmidecode"
+   sys-power/pmtools"
 DEPEND="${RDEPEND}
sys-devel/libtool"
 



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

2020-06-24 Thread Joonas Niilola
commit: 79c4f6c07a44e3a1d039b84f4727766cd406358f
Author: Jeffrey Lin  icurse  nl>
AuthorDate: Sun May 31 23:52:23 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jun 24 15:38:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c4f6c0

sys-apps/fwts: version bump to 20.05.00

Closes: https://bugs.gentoo.org/725662
Signed-off-by: Jeffrey Lin  icurse.nl>
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-apps/fwts/Manifest |  1 +
 sys-apps/fwts/fwts-20.05.00.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/sys-apps/fwts/Manifest b/sys-apps/fwts/Manifest
index ca04d2ddd5f..d51d3003a09 100644
--- a/sys-apps/fwts/Manifest
+++ b/sys-apps/fwts/Manifest
@@ -1 +1,2 @@
 DIST fwts_17.02.00.orig.tar.gz 3489625 BLAKE2B 
04133b8fe251923b5cf4e146bd52d3d102c3080629a85c0205fd6aeb19b315f10657da28dc7de37ae4601599dc7033354268b88bb0768b56550fe1606bd000bf
 SHA512 
1dcbd7f120b5c09127f1242d41d7cf5ec15e6b049fb0b0590fec221849c0195a18ee4b07b66c1de29cbb241ef39f6e11c26dcd2bc7c0a4c23bf2efaec5372b70
+DIST fwts_20.05.00.orig.tar.gz 3817917 BLAKE2B 
10365979a1b6bf2768930e144baa3982d462f05b77b1ca81116f7b44b80487924f37e097e46602c49696e987d9061a1917e3613e016bdb126146d880699c38f8
 SHA512 
4f68f6fc8351024e877e6fa6c9b856c7c3720348c1936f33fc8b455f5e85df83c9dc39a5c2dc16e106c851d4ac622f0a1d23b70f2b7726689f92077dbca5d82f

diff --git a/sys-apps/fwts/fwts-20.05.00.ebuild 
b/sys-apps/fwts/fwts-20.05.00.ebuild
new file mode 100644
index 000..fc43e91899e
--- /dev/null
+++ b/sys-apps/fwts/fwts-20.05.00.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+DESCRIPTION="Firmware Test Suite"
+HOMEPAGE="https://wiki.ubuntu.com/Kernel/Reference/fwts;
+SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${PV}.orig.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=dev-libs/json-c-0.10-r1
+   dev-libs/glib:2
+   dev-libs/libpcre
+   sys-apps/pciutils
+   sys-power/iasl
+   sys-power/pmtools
+   sys-apps/dmidecode"
+DEPEND="${RDEPEND}
+   sys-devel/libtool"
+
+S=${WORKDIR}
+
+src_prepare() {
+   default
+   sed -i -e 's/-Wall -Werror/-Wall/' configure.ac 
{,src/,src/lib/src/}Makefile.am || die
+   sed -i -e 's:/usr/bin/lspci:'$(type -p lspci)':' 
src/lib/include/fwts_binpaths.h || die
+
+   # Fix json-c includes
+   sed -e 's/^#include /#include /' \
+   -i src/lib/include/fwts_json.h \
+   src/utilities/kernelscan.c || die
+   sed -e 's/-ljson/-ljson-c/'\
+   -i src/Makefile.am\
+   src/lib/src/Makefile.am\
+   src/utilities/Makefile.am || die
+
+   eautoreconf
+}



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

2020-06-24 Thread Joonas Niilola
commit: bfcc498d03907dafa3f7f79b045d6c3d4e896847
Author: Jeffrey Lin  icurse  nl>
AuthorDate: Sun May 31 23:53:12 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jun 24 15:38:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfcc498d

sys-apps/fwts: drop old

Closes: https://bugs.gentoo.org/707000
Signed-off-by: Jeffrey Lin  icurse.nl>
Closes: https://github.com/gentoo/gentoo/pull/16039
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-apps/fwts/Manifest |  1 -
 sys-apps/fwts/fwts-17.02.00.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/sys-apps/fwts/Manifest b/sys-apps/fwts/Manifest
index d51d3003a09..2b49ded6555 100644
--- a/sys-apps/fwts/Manifest
+++ b/sys-apps/fwts/Manifest
@@ -1,2 +1 @@
-DIST fwts_17.02.00.orig.tar.gz 3489625 BLAKE2B 
04133b8fe251923b5cf4e146bd52d3d102c3080629a85c0205fd6aeb19b315f10657da28dc7de37ae4601599dc7033354268b88bb0768b56550fe1606bd000bf
 SHA512 
1dcbd7f120b5c09127f1242d41d7cf5ec15e6b049fb0b0590fec221849c0195a18ee4b07b66c1de29cbb241ef39f6e11c26dcd2bc7c0a4c23bf2efaec5372b70
 DIST fwts_20.05.00.orig.tar.gz 3817917 BLAKE2B 
10365979a1b6bf2768930e144baa3982d462f05b77b1ca81116f7b44b80487924f37e097e46602c49696e987d9061a1917e3613e016bdb126146d880699c38f8
 SHA512 
4f68f6fc8351024e877e6fa6c9b856c7c3720348c1936f33fc8b455f5e85df83c9dc39a5c2dc16e106c851d4ac622f0a1d23b70f2b7726689f92077dbca5d82f

diff --git a/sys-apps/fwts/fwts-17.02.00.ebuild 
b/sys-apps/fwts/fwts-17.02.00.ebuild
deleted file mode 100644
index f17665061e4..000
--- a/sys-apps/fwts/fwts-17.02.00.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-DESCRIPTION="Firmware Test Suite"
-HOMEPAGE="https://wiki.ubuntu.com/Kernel/Reference/fwts;
-SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${PV}.orig.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=dev-libs/json-c-0.10-r1
-   dev-libs/glib:2
-   dev-libs/libpcre
-   sys-apps/pciutils
-   sys-power/iasl
-   sys-power/pmtools
-   sys-apps/dmidecode"
-DEPEND="${RDEPEND}
-   sys-devel/libtool"
-
-S=${WORKDIR}
-
-src_prepare() {
-   default
-   sed -i -e 's/-Wall -Werror/-Wall/' configure.ac 
{,src/,src/lib/src/}Makefile.am || die
-   sed -i -e 's:/usr/bin/lspci:'$(type -p lspci)':' 
src/lib/include/fwts_binpaths.h || die
-
-   # Fix json-c includes
-   sed -e 's/^#include /#include /' \
-   -i src/lib/include/fwts_json.h \
-   src/utilities/kernelscan.c || die
-   sed -e 's/-ljson/-ljson-c/'\
-   -i src/Makefile.am\
-   src/lib/src/Makefile.am\
-   src/utilities/Makefile.am || die
-
-   eautoreconf
-}



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

2020-06-24 Thread Joonas Niilola
commit: 0626aea1af50433b56fe97de5d9a69bff2e3ffcc
Author: Salah Coronya  gmail  com>
AuthorDate: Thu May 28 15:05:00 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jun 24 15:33:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0626aea1

dev-libs/libtpms: Bump to 0.7.2

Closes: https://bugs.gentoo.org/726488
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Salah Coronya  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libtpms/Manifest |  1 +
 dev-libs/libtpms/libtpms-0.7.2.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-libs/libtpms/Manifest b/dev-libs/libtpms/Manifest
index 84d03d4014d..4ebba2ea779 100644
--- a/dev-libs/libtpms/Manifest
+++ b/dev-libs/libtpms/Manifest
@@ -1 +1,2 @@
 DIST libtpms-0.7.0.tar.gz 1203837 BLAKE2B 
ca5a3b78dc63c09c4ff084124838fedeb5be0580f709ad6165680159ba7ba4b1f751b9fbc67f6b5a8f39b82bdd420afb47087412a47b72cbe5b418a97a4860fe
 SHA512 
92d1eb5d1a1cae08e97cceaca56fc9bc6d43c54a93edae2accf19807a4e93e19d88064a0b11db796c79d32c821e6b320ebbacb65cd20da3e5b1205f3b861cef2
+DIST libtpms-0.7.2.tar.gz 1205662 BLAKE2B 
e549d94b6915b3a126aac76bc65c743acf9295fa4b4b836cfc34fb4cbe52e6da000d11d2995de377ccf5d0e2366d763dd1a881c4f4ab87631c52ad62b3792b7a
 SHA512 
ddc1e00e01fe91977ac78e069a0005b7b6a4e34f41c2d53bfb24f3fdaea73945a83ae5aa344d01b6636fdd2f3dd30c4ec54b1ef58d0964700ba4cf688d436739

diff --git a/dev-libs/libtpms/libtpms-0.7.2.ebuild 
b/dev-libs/libtpms/libtpms-0.7.2.ebuild
new file mode 100644
index 000..1daf31882dc
--- /dev/null
+++ b/dev-libs/libtpms/libtpms-0.7.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Library providing software emultion of a TPM"
+HOMEPAGE="https://github.com/stefanberger/libtpms;
+SRC_URI="https://github.com/stefanberger/libtpms/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="libressl"
+
+DEPEND=" !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+ --disable-static \
+ --with-openssl \
+ --with-tpm2
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-autodoc-typehints/

2020-06-24 Thread Andrew Ammerlaan
commit: 683fbd57b71ca97d5d5458113be2a18588dc750d
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Jun 24 15:03:34 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Jun 24 15:03:34 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=683fbd57

dev-python/sphinx-autodoc-typehints: version bump

Package-Manager: Portage-2.3.102, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/sphinx-autodoc-typehints/Manifest   |  1 +
 .../sphinx-autodoc-typehints-1.11.0.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/sphinx-autodoc-typehints/Manifest 
b/dev-python/sphinx-autodoc-typehints/Manifest
index 8ec7c20..b36be84 100644
--- a/dev-python/sphinx-autodoc-typehints/Manifest
+++ b/dev-python/sphinx-autodoc-typehints/Manifest
@@ -1 +1,2 @@
 DIST sphinx-autodoc-typehints-1.10.3.tar.gz 16396 BLAKE2B 
5621e6225fa8f97f61a3e7ad387631bc524bd4cd236a184e88431dd044dbf208b042882a150a88372f7bdd613d06de980a5b6685ed1814c6b0c7c1a27079f715
 SHA512 
170fd6cea10d730eefeef4e2e4de985119dbcde06d43181bb522ec31923ddc49dd7757ca623c820e2e5008198ef9b522d70e08c0c6ff5349921f1777b797bddb
+DIST sphinx-autodoc-typehints-1.11.0.tar.gz 16676 BLAKE2B 
8a2d8ea24ba5cc670edf1570d2c040f13aeed73ba690281846a38c9ab10b8ecfdc3c7435e3cc2099c9c2c1ec2e247ac520668edaf16630b24753ce01065cb573
 SHA512 
9ffdeccc58ae349fac5e94fac0495c0a2c037293bd5f49a0a5f9844881b6af08b8a3de02fccf68ec14e3301121ebfc212a3dd20c986cee2784b06f899b8b5ea4

diff --git 
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.11.0.ebuild 
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.11.0.ebuild
new file mode 100644
index 000..2041cfa
--- /dev/null
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.11.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Type hints support for the Sphinx autodoc extension "
+HOMEPAGE="
+   https://github.com/agronholm/sphinx-autodoc-typehints
+   https://pypi.org/project/sphinx-autodoc-typehints
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
+
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+
+DEPEND="test? (
+   dev-python/sphobjinv[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # skip these tests: need internet
+   sed -i -e 's:test_parse_annotation:_&:' \
+   -e 's:test_format_annotation:_&:' \
+   -e 's:test_format_annotation_both_libs:_&:' \
+   tests/test_sphinx_autodoc_typehints.py || die
+
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/proj/guru:dev commit in: media-video/syncplay/

2020-06-24 Thread Andrew Ammerlaan
commit: 42305600f87251b35b89e90ac46b4556f81ccb02
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Jun 24 15:05:26 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Jun 24 15:05:26 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42305600

media-video/syncplay: version bump

Package-Manager: Portage-2.3.102, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>

 media-video/syncplay/Manifest  |  3 +-
 ...cplay-1.6.4_p1.ebuild => syncplay-1.6.5.ebuild} |  6 +-
 media-video/syncplay/syncplay-1.6.5_beta1.ebuild   | 67 --
 3 files changed, 2 insertions(+), 74 deletions(-)

diff --git a/media-video/syncplay/Manifest b/media-video/syncplay/Manifest
index 50f13a3..2a6da87 100644
--- a/media-video/syncplay/Manifest
+++ b/media-video/syncplay/Manifest
@@ -1,2 +1 @@
-DIST syncplay-1.6.4_p1.tar.gz 1791803 BLAKE2B 
ac309c224ad61c94712f18b3cc7216b9a2fe431251feb2d26b1db3d728bd97b89e6aa362b7b64992152b41a25ac107428f910c24ec0ba88e7c6f042ae1628c07
 SHA512 
7cf41088462b3140836ba5c2d0376fcae78263255280dfb63575ab8015f21953c78c01d0a2e22c5c09902679cb8ae2f1fdbb5d9fbe4150c5ed8d3d4b8edb49e0
-DIST syncplay-1.6.5_beta1.tar.gz 1838573 BLAKE2B 
11567daf6a2a6e5163775f8346bcac49f57984aa36f361eb9d2aaa52143260aade69ac98ed035803d269419a512919f07495bfb331ff1010e148f24e46a0d74e
 SHA512 
ee83aaeba8c46d63e22db6f804807d71ed467a4ca510ececc7e5b2ad9410626331e58aa22ee9f6c4e24b9df4aee67067a1ed0a9f26404ab0a4ad4b1b9a381955
+DIST syncplay-1.6.5.tar.gz 1849668 BLAKE2B 
ec0d9037b68adbedac3ae107fc2b7650cfa20f5361d256f839a54dfd3fd73d3ae76c01f4e0b703efcb2c1cac39364208d3bed5ec341e38f1ab3036d91c53bad8
 SHA512 
c3dba4211e7b57a84cc967a8d2c4827e814287dde866bfd9830d8b3c07af472f1532d0dae35e393fce39b35f586d0765de2c23fc473c41ae277a079f6f3a6db0

diff --git a/media-video/syncplay/syncplay-1.6.4_p1.ebuild 
b/media-video/syncplay/syncplay-1.6.5.ebuild
similarity index 92%
rename from media-video/syncplay/syncplay-1.6.4_p1.ebuild
rename to media-video/syncplay/syncplay-1.6.5.ebuild
index 95626f1..b7dfc1c 100644
--- a/media-video/syncplay/syncplay-1.6.4_p1.ebuild
+++ b/media-video/syncplay/syncplay-1.6.5.ebuild
@@ -8,11 +8,9 @@ DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1 eutils xdg
 
-MYPV="${PV/_p1/a}"
-
 DESCRIPTION="Client/server to synchronize media playback"
 HOMEPAGE="https://github.com/Syncplay/syncplay https://syncplay.pl;
-SRC_URI="https://github.com/${PN^}/${PN}/archive/v${MYPV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/${PN^}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
@@ -38,8 +36,6 @@ RDEPEND="
 # It is a too big and complex package for me to maintain
 # You can find PySide2 in the ::raiagent overlay
 
-S="${WORKDIR}/${PN}-${MYPV}"
-
 python_install() {
local MY_MAKEOPTS=( DESTDIR="${D}" PREFIX=/usr )
if use client; then

diff --git a/media-video/syncplay/syncplay-1.6.5_beta1.ebuild 
b/media-video/syncplay/syncplay-1.6.5_beta1.ebuild
deleted file mode 100644
index d04acac..000
--- a/media-video/syncplay/syncplay-1.6.5_beta1.ebuild
+++ /dev/null
@@ -1,67 +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} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1 eutils xdg
-
-MYPV="${PV/_beta1/-Beta1}"
-
-DESCRIPTION="Client/server to synchronize media playback"
-HOMEPAGE="https://github.com/Syncplay/syncplay https://syncplay.pl;
-SRC_URI="https://github.com/${PN^}/${PN}/archive/v${MYPV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="+client +server vlc mpv mplayer"
-REQUIRED_USE="
-   vlc? ( client )
-   mpv? ( client )
-   mplayer? ( client )
-   client? ( || ( vlc mpv mplayer ) )
-"
-
-RDEPEND="
-   dev-python/certifi[${PYTHON_USEDEP}]
-   dev-python/twisted[${PYTHON_USEDEP}]
-   vlc? ( media-video/vlc[lua] )
-   mpv? ( media-video/mpv[lua] )
-   mplayer? ( media-video/mplayer )
-"
-
-# RDEPEND on PySide2 for gui, but not packaged here at the moment
-# It is a too big and complex package for me to maintain
-# You can find PySide2 in the ::raiagent overlay
-
-S="${WORKDIR}/${PN}-${MYPV}"
-
-python_install() {
-   local MY_MAKEOPTS=( DESTDIR="${D}" PREFIX=/usr )
-   if use client; then
-   emake "${MY_MAKEOPTS[@]}" install-client
-   fi
-   if use server; then
-   emake "${MY_MAKEOPTS[@]}" install-server
-   newinitd "${FILESDIR}/${PN}-server-init" "${PN}"
-   newconfd "${FILESDIR}/${PN}-server-init-conf" "${PN}"
-   fi
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-
-   optfeature "using the GUI (you can find it in the raiagent overlay)\n" 
dev-python/pyside2
-
-   if use client; then
-   elog "Syncplay supports the following players:"
-   elog "media-video/mpv, media-video/mplayer, 

[gentoo-commits] repo/proj/guru:dev commit in: games-action/technic-launcher/

2020-06-24 Thread Andrew Ammerlaan
commit: 17a7d1d3c53a77fcb95a6ed1b1b4fd9f8b5ba325
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Jun 24 14:57:59 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Jun 24 14:57:59 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17a7d1d3

games-action/technic-launcher: version bump

Package-Manager: Portage-2.3.102, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>

 games-action/technic-launcher/Manifest  | 2 +-
 .../{technic-launcher-4.554.ebuild => technic-launcher-4.560.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-action/technic-launcher/Manifest 
b/games-action/technic-launcher/Manifest
index 50f9b0f..c6b766b 100644
--- a/games-action/technic-launcher/Manifest
+++ b/games-action/technic-launcher/Manifest
@@ -1,2 +1,2 @@
-DIST technic-launcher-4.554.jar 5720199 BLAKE2B 
2f12e046927ce2d2701e4f37e679547a11421e16985185c50a789031cb88455683ca3ec0829240946f0714e4799be5745998d995ce296b845f1467375c7598d2
 SHA512 
cdbee65453e036988b380d0914d499f8f8a329634b3fae1de82bb659c25e057b6a75f3f44a14343efd9701a1872733c959ddb47ed7c923492399116a7c9102d0
+DIST technic-launcher-4.560.jar 5721038 BLAKE2B 
67d1818702ab6e2682131a56e8063750be668087901f8fde74e2a6ee3b073135f247252640a05232da68d9889c47c61e0deebe1c55814f713e8bcead62eb9e67
 SHA512 
2342db37cab2b812319943e954f8859647a90dbc799e29cdbcd5afc36b3fbc80b9c11de45a3e700f4048a8663e19f8f7e6890bcac7d9b5b58a967547c9abca4f
 DIST technic-launcher.ico 15086 BLAKE2B 
4f5be0661bfbdca971cf022767618acef1e912b60c3f0574f383a8bd0281a6d66ca1b8b105412ec9579f3999514a471412fb16da66d937acfb4d3236b8f99663
 SHA512 
c109113a0e1be10bc013bfb79b742396a768fa683860a83d734e158b709e66b9e21067e1791ae5f7a854ccd21b1bf9adf6eeb27bc33d9da03f902dfe5d8be710

diff --git a/games-action/technic-launcher/technic-launcher-4.554.ebuild 
b/games-action/technic-launcher/technic-launcher-4.560.ebuild
similarity index 100%
rename from games-action/technic-launcher/technic-launcher-4.554.ebuild
rename to games-action/technic-launcher/technic-launcher-4.560.ebuild



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

2020-06-24 Thread Andrew Ammerlaan
commit: 2f91e14ad016e59e2a0b5509775d520ce3ac4e29
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Jun 24 14:59:32 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Jun 24 14:59:32 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f91e14a

dev-python/hstspreload: version bump

Package-Manager: Portage-2.3.102, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/hstspreload/Manifest | 2 +-
 .../{hstspreload-2020.6.16.ebuild => hstspreload-2020.6.23.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hstspreload/Manifest b/dev-python/hstspreload/Manifest
index 7531ef0..6800b0b 100644
--- a/dev-python/hstspreload/Manifest
+++ b/dev-python/hstspreload/Manifest
@@ -1 +1 @@
-DIST hstspreload-2020.6.16.tar.gz 896780 BLAKE2B 
c529cf51135ea2ee4de2dd566e40efcf89eeb03a8d3f1705f3f0e845d1460406c7814231e853e31523a446ca659c6282260f7c9c37658afc8c220772705d4126
 SHA512 
c5d1d0f68e18815508feed5051eae580f42c0533a493503fc5ad4ea34efab67f74dac42d54e03d35e59635224725f7b08bc4bbc2a24f60235fe38319d1891f0f
+DIST hstspreload-2020.6.23.tar.gz 900874 BLAKE2B 
31776c3c75cd52634f52716a126f53e630f7bee0df1bc5e72423afe4293d6e7b32d0061031172387f6eee5023b32e8ef32ac070085411b300b6e44724842f8f7
 SHA512 
4af66c228490e4a6defb32d114e6a63145caa2b5f9d03c03852a95cf2cc3fd6ee8d0c66d9c82e099433c2c5d4c9f16b48de32abd3ed8c8a5c13a5172c6f29f0e

diff --git a/dev-python/hstspreload/hstspreload-2020.6.16.ebuild 
b/dev-python/hstspreload/hstspreload-2020.6.23.ebuild
similarity index 100%
rename from dev-python/hstspreload/hstspreload-2020.6.16.ebuild
rename to dev-python/hstspreload/hstspreload-2020.6.23.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: games-action/minecraft-launcher/

2020-06-24 Thread Andrew Ammerlaan
commit: 950d6c1b870bc822df684b46cfcf81971d4273d3
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Jun 24 14:58:54 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Jun 24 14:58:54 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=950d6c1b

games-action/minecraft-launcher: version bump

Package-Manager: Portage-2.3.102, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>

 games-action/minecraft-launcher/Manifest| 2 +-
 ...ft-launcher-2.1.15166.ebuild => minecraft-launcher-2.1.15629.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-action/minecraft-launcher/Manifest 
b/games-action/minecraft-launcher/Manifest
index f2ebc66..bbbc1d4 100644
--- a/games-action/minecraft-launcher/Manifest
+++ b/games-action/minecraft-launcher/Manifest
@@ -1,4 +1,4 @@
 DIST minecraft-launcher-1.6.93.jar 4481683 BLAKE2B 
29597977cc70f831bff7f77cb2493d8c8f8138518c79f5e92f91ed6440ae2224b4140546c37645370173c668d9db894ca6b548b6cfd41da40c4e1ff51f0d820b
 SHA512 
85739c0c0828af5b901b9933173f08229175aef1e8dec40c83981fb6fc330285b4c3a206cdf4405408106eff56ce1e516368d18bf44f631446ebac45e9aba125
-DIST minecraft-launcher-2.1.15166.tar.gz 90431479 BLAKE2B 
13edf9a5ce673e96438bdb5dc771fad6fbb302df52b58ea5537486a8a01e16183dbf4b0ecf420aaedaa8a3c83951051ff1b684726337fd13189bd8aabec57381
 SHA512 
81d8111eedf0c100227cb1e2a2f4d512dd71a348507acfa221c1013198ff78061e3790da901a561f1f5f6e4ae1819cb854d1161cbfeaf5fe57295fa46a7abd39
+DIST minecraft-launcher-2.1.15629.tar.gz 91181601 BLAKE2B 
9643849b452566d682274b1ad48cbe6b950dc6cd0a2782cc6ddf74f3f528e935b1563cca9f12b4356119658406637373f7edb5c8d17f34e13a7be8fcaadcaca2
 SHA512 
d1474bfb259835dd64b998b367eabb16cb96285f6843e2ba7cd8f809d45558fdfbb47be4bb6d8d206bafcf946b4cee85a64d0b1b775e508d872f3a440d645997
 DIST minecraft-launcher-legacy.svg 61803 BLAKE2B 
6527c869aec955f5e457e57f6c60b6391c29f2bc6f83d72b9a432cc9b77df6fb842549158f38e32a0bec6973d6fac4af3a1a5562cb84b5a4fd1d95de645da842
 SHA512 
aa08e8fa2a5c1c3e2d714644cb9648adb779c09fff5a9e5b79cea42c53be3f53631d199f72c1eec56e4b4f8e46be8f4ae88fbe456865621b589a7c4f9438549a
 DIST minecraft-launcher.svg 61803 BLAKE2B 
6527c869aec955f5e457e57f6c60b6391c29f2bc6f83d72b9a432cc9b77df6fb842549158f38e32a0bec6973d6fac4af3a1a5562cb84b5a4fd1d95de645da842
 SHA512 
aa08e8fa2a5c1c3e2d714644cb9648adb779c09fff5a9e5b79cea42c53be3f53631d199f72c1eec56e4b4f8e46be8f4ae88fbe456865621b589a7c4f9438549a

diff --git 
a/games-action/minecraft-launcher/minecraft-launcher-2.1.15166.ebuild 
b/games-action/minecraft-launcher/minecraft-launcher-2.1.15629.ebuild
similarity index 100%
rename from games-action/minecraft-launcher/minecraft-launcher-2.1.15166.ebuild
rename to games-action/minecraft-launcher/minecraft-launcher-2.1.15629.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/mkdocs-material/

2020-06-24 Thread Andrew Ammerlaan
commit: 5b903f8bcf3e9d8900462c1a91cc5514433c98dc
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Jun 24 14:52:25 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Jun 24 14:52:25 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b903f8b

dev-python/mkdocs-material: version bump

Package-Manager: Portage-2.3.102, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-python/mkdocs-material/Manifest | 2 +-
 .../{mkdocs-material-5.3.2.ebuild => mkdocs-material-5.3.3.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mkdocs-material/Manifest 
b/dev-python/mkdocs-material/Manifest
index 9161548..459bafc 100644
--- a/dev-python/mkdocs-material/Manifest
+++ b/dev-python/mkdocs-material/Manifest
@@ -1,4 +1,4 @@
 DIST mkdocs-material-4.6.3.tar.gz 1701136 BLAKE2B 
b3e68c0c751c37e7910fad99daa222706b48cd63bfb28a18b9ae96840691eb28b0948fb02810af4ed9e54407ec9e67478371bf31ce7c044d52596d65aea3
 SHA512 
11f02b8c89ec25bc38825a7614ca7a276a28c270f23dcbd991c69fced03810e65d45a74f0c3cc0d8e686985499f23c4d0f0e57e063f5b97b3870809b748dd544
 DIST mkdocs-material-5.0.0_rc2.tar.gz 1852974 BLAKE2B 
0cd56bd11df50a6628b6fddc3758037218ca1b5d9484b8ffe9d67d40c4ebda51bdb96edc10f08c87fb936b3a852616004994bad2e000b00936e62e25ce3e7e81
 SHA512 
29e1d8dcc972302302fdd5b91f0c7bc191420ff1c2ea117fd7b45a346623f587771469d04cbf25600e360d6d9c41ca060147269cdfe6c30c0ef9fd5915a70692
 DIST mkdocs-material-5.2.3.tar.gz 2309650 BLAKE2B 
66d1220bf4de7ed590e95431c85a99ff5e0cbf38ba07a8c95b4f3f35028b6fae4a107d247fa1e3edc120ca411065dd18ccc08b3fb639cb9dcaef7515894e5ac7
 SHA512 
1fea36f5638fe2fb1fba904d4c42e37b1ed35a4445bca9056955b9cad60a0d7624f06b0f68bf48a8b0dc48a04d2e2ee7b0827d298590b4bfffa33e60dfb1ab94
-DIST mkdocs-material-5.3.2.tar.gz 2351562 BLAKE2B 
518a0a2f6e9f8259db75b05dd26386b695c293e02d37d025bf99c711565a1dabd1f73da66c69bb12a8021a0d148fc7a9b0a1f9d81040b366b2df846502fa46fd
 SHA512 
38298ee50cca77da002b97370714989c71ba0e99b0925c85d4256f453e5943b830947c013662b822a5939af61066f95d398f5d8c93e94ec595e5c535bd4f64f9
+DIST mkdocs-material-5.3.3.tar.gz 2356830 BLAKE2B 
0edd5540e213dbbcb21bf225e4e66eb7cf519dee539289b22493bdba0094650ecebb1293550692546d617f7a50ac5d02912963f5291ead910740b44417df928c
 SHA512 
7b2c3457d0db5a0b807a556270fd645dcba7a8352fc61886782f4f3cb7b878161cece8b4bedd4b83fddabda4128690d54ebc3bc5f880e7a768c547f4dae69fdc

diff --git a/dev-python/mkdocs-material/mkdocs-material-5.3.2.ebuild 
b/dev-python/mkdocs-material/mkdocs-material-5.3.3.ebuild
similarity index 100%
rename from dev-python/mkdocs-material/mkdocs-material-5.3.2.ebuild
rename to dev-python/mkdocs-material/mkdocs-material-5.3.3.ebuild



[gentoo-commits] repo/gentoo:master commit in: games-action/minetest/files/, games-action/minetest/

2020-06-24 Thread Joonas Niilola
commit: 1ffce436ef2bfa2d7eba140f72b4d9e0c70a8e75
Author: William Breathitt Gray  gmail  com>
AuthorDate: Mon May 25 19:26:05 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jun 24 14:29:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ffce436

games-action/minetest: Add logrotate configuration file

Closes: https://bugs.gentoo.org/725122
Signed-off-by: William Breathitt Gray  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15969
Signed-off-by: Joonas Niilola  gentoo.org>

 games-action/minetest/files/minetestserver.logrotate | 5 +
 games-action/minetest/minetest-5.2.0.ebuild  | 3 +++
 2 files changed, 8 insertions(+)

diff --git a/games-action/minetest/files/minetestserver.logrotate 
b/games-action/minetest/files/minetestserver.logrotate
new file mode 100644
index 000..87917034945
--- /dev/null
+++ b/games-action/minetest/files/minetestserver.logrotate
@@ -0,0 +1,5 @@
+/var/log/minetest/minetest-server.log {
+   rotate 5
+   weekly
+   copytruncate
+}

diff --git a/games-action/minetest/minetest-5.2.0.ebuild 
b/games-action/minetest/minetest-5.2.0.ebuild
index 73950475263..9f99e55d2d4 100644
--- a/games-action/minetest/minetest-5.2.0.ebuild
+++ b/games-action/minetest/minetest-5.2.0.ebuild
@@ -114,6 +114,9 @@ src_install() {
 
newconfd "${T}"/minetestserver.confd minetest-server
newinitd "${FILESDIR}"/minetestserver.initd minetest-server
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/minetestserver.logrotate minetest-server
fi
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-lang/janet/

2020-06-24 Thread Joonas Niilola
commit: 0d4978a6d14b263cebf37f32960f3885abba031b
Author: Oz Tiram  gmail  com>
AuthorDate: Sat May 30 19:23:15 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jun 24 14:29:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4978a6

dev-lang/janet: drop old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Oz Tiram  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-lang/janet/Manifest   |  1 -
 dev-lang/janet/janet-1.7.0.ebuild | 55 ---
 2 files changed, 56 deletions(-)

diff --git a/dev-lang/janet/Manifest b/dev-lang/janet/Manifest
index c16b461d173..25a2dacf408 100644
--- a/dev-lang/janet/Manifest
+++ b/dev-lang/janet/Manifest
@@ -1,2 +1 @@
-DIST janet-1.7.0.tar.gz 968936 BLAKE2B 
49e6381d0f632fe43eefd498b9aaca2ec049e1f0d4fa7b3463bc00ac1ece67c8c3d108515702bfead1934434a8039e7c1f6eaae46aec7340330e5cda78eeaca4
 SHA512 
c180172f3016d1ca55ac39f2116789027bf622f08f585bf702b17acadd99d07bf91320e09ce21be76c3a1e60d1a8923591d0e07acc90884dac823a2c414f65e7
 DIST janet-1.8.1.tar.gz 977929 BLAKE2B 
4cdf9e5dd7f4a1128438db8bec43c4f1919392bf6c317e2fca42b73826058cd98cec812c245354cc26f21edd4b9640f94dce1e82daa785b53e7e1e8fb45148a9
 SHA512 
e2296b16ad7df35e0f6ff0f56b9cd5071e887288df195ac0a14a73284a48f010cc26a413ea836aa3faa4385e25f7f313b183f0fbb8e6eebdc3975b69c62e4ebf

diff --git a/dev-lang/janet/janet-1.7.0.ebuild 
b/dev-lang/janet/janet-1.7.0.ebuild
deleted file mode 100644
index 99870fa3917..000
--- a/dev-lang/janet/janet-1.7.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic
-
-DESCRIPTION="A dynamic Lisp dialect and bytecode vm"
-HOMEPAGE="https://janet-lang.org https://github.com/janet-lang/janet/;
-SRC_URI="https://github.com/janet-lang/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-PATCHES=(
-   "${FILESDIR}/${P}"-fix-ldflags-in-pkgconfig.patch
-)
-
-src_configure() {
-   append-ldflags -Wl,-soname,libjanet.so.0
-}
-
-src_compile() {
-   # janet_build is the git hash of the commit related to the
-   # current release - it defines a constant which is then shown
-   # when starting janet
-   local janet_build='\"f7ee8bd\"'
-   emake PREFIX="/usr" JANET_BUILD="${janet_build}"
-   emake PREFIX="/usr" build/janet.pc JANET_BUILD="${janet_build}"
-   emake PREFIX="/usr" docs JANET_BUILD="${janet_build}"
-}
-
-src_install() {
-   dobin "build/janet"
-   dobin "auxbin/jpm"
-
-   doheader "src/include/janet.h"
-   doheader "src/conf/janetconf.h"
-
-   dolib.so "build/libjanet.so"
-   dosym libjanet.so /usr/$(get_libdir)/libjanet.so.0
-
-   if use static-libs; then
-   dolib.a "build/libjanet.a"
-   fi
-   doman "janet.1"
-   doman "jpm.1"
-
-   insinto /usr/$(get_libdir)/pkgconfig/
-   doins "build/janet.pc"
-   dodoc -r examples
-   dodoc "build/doc.html"
-}



  1   2   >