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

2021-01-12 Thread Bernard Cafarelli
commit: bdec44f734437740d339a0b8e00e2c6b283c342b
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Jan 12 21:12:11 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Jan 13 07:55:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdec44f7

dev-python/validators: initial import

Bug: https://bugs.gentoo.org/763207
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 dev-python/validators/Manifest |  1 +
 dev-python/validators/metadata.xml | 16 
 dev-python/validators/validators-0.18.2.ebuild | 21 +
 3 files changed, 38 insertions(+)

diff --git a/dev-python/validators/Manifest b/dev-python/validators/Manifest
new file mode 100644
index 000..f9d7f1287c3
--- /dev/null
+++ b/dev-python/validators/Manifest
@@ -0,0 +1 @@
+DIST validators-0.18.2.tar.gz 30299 BLAKE2B 
96be7c0bed74e32143d2ea9de7b595599d567b6a8c81b85d92ba7be035e7fe26361240896ada08b2b5f30ce5519a6828dc4350b6ce7ecdb27525e40934a10d31
 SHA512 
8213736508e56b5d4ddaa9c8e707a7ceb398c8b2c41b938d626459d8bf134aa113116f49cef0cd317033a683d18493448ac4107a5f50151899946bbd48197411

diff --git a/dev-python/validators/metadata.xml 
b/dev-python/validators/metadata.xml
new file mode 100644
index 000..330563b8170
--- /dev/null
+++ b/dev-python/validators/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   voyag...@gentoo.org
+   Bernard Cafarelli
+   
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   validators
+   kvesteri/validators
+   
+

diff --git a/dev-python/validators/validators-0.18.2.ebuild 
b/dev-python/validators/validators-0.18.2.ebuild
new file mode 100644
index 000..f27af5911e3
--- /dev/null
+++ b/dev-python/validators/validators-0.18.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="Python Data Validation for Humans"
+HOMEPAGE="https://github.com/kvesteri/validators;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]"
+DEPEND=""
+
+distutils_enable_tests pytest



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

2021-01-12 Thread Bernard Cafarelli
commit: f0fd0abeff968347999d2505505300e24c8bf139
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Jan 12 21:13:11 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Jan 13 07:55:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0fd0abe

dev-python/Faker: initial import

Bug: https://bugs.gentoo.org/763207
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 dev-python/Faker/Faker-5.5.1.ebuild| 28 ++
 dev-python/Faker/Manifest  |  1 +
 .../Faker/files/Faker-5.5.1-ukposttest.patch   | 33 ++
 dev-python/Faker/metadata.xml  | 16 +++
 4 files changed, 78 insertions(+)

diff --git a/dev-python/Faker/Faker-5.5.1.ebuild 
b/dev-python/Faker/Faker-5.5.1.ebuild
new file mode 100644
index 000..efc26fd7d0f
--- /dev/null
+++ b/dev-python/Faker/Faker-5.5.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="a Python package that generates fake data for you"
+HOMEPAGE="https://github.com/joke2k/faker;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
+   >=dev-python/text-unidecode-1.3[${PYTHON_USEDEP}]"
+DEPEND=""
+BDEPEND="test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/validators[${PYTHON_USEDEP}]
+   )"
+
+# Specific test dependency for one country post code tests
+PATCHES=( "${FILESDIR}"/${PN}-5.5.1-ukposttest.patch )
+
+distutils_enable_tests pytest

diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest
new file mode 100644
index 000..a1955ece999
--- /dev/null
+++ b/dev-python/Faker/Manifest
@@ -0,0 +1 @@
+DIST Faker-5.5.1.tar.gz 1045964 BLAKE2B 
d0e06b0994fec1b1fbbfbc8cabb12f9a3666894304c673a8e7cc27bb52a7bf66bef8d110665b459a1c43e2b5f0d93e59f793f00279b123ff25c36ba4b4ed2cac
 SHA512 
58d240801d72bbb884d1788931621e4ae9fa4e3ea749af90d9703fe99af23c38c86902970574838135398305877e8d196d18dc14eeb71cfe9c9c6390fbf511cb

diff --git a/dev-python/Faker/files/Faker-5.5.1-ukposttest.patch 
b/dev-python/Faker/files/Faker-5.5.1-ukposttest.patch
new file mode 100644
index 000..5ff925613ac
--- /dev/null
+++ b/dev-python/Faker/files/Faker-5.5.1-ukposttest.patch
@@ -0,0 +1,33 @@
+diff -Naur Faker-5.5.1.orig/tests/providers/test_address.py 
Faker-5.5.1/tests/providers/test_address.py
+--- Faker-5.5.1.orig/tests/providers/test_address.py   2021-01-07 
17:08:37.0 +0100
 Faker-5.5.1/tests/providers/test_address.py2021-01-12 
22:07:13.748206737 +0100
+@@ -4,8 +4,6 @@
+ 
+ import pytest
+ 
+-from ukpostcodeparser.parser import parse_uk_postcode
+-
+ from faker.providers.address.cs_CZ import Provider as CsCzAddressProvider
+ from faker.providers.address.da_DK import Provider as DaDkAddressProvider
+ from faker.providers.address.de_AT import Provider as DeAtAddressProvider
+@@ -375,20 +373,6 @@
+ assert re.fullmatch(r'(?:Apt\.|Suite) \d{3}', secondary_address)
+ 
+ 
+-class TestEnGb:
+-"""Test en_GB address provider methods"""
+-
+-def test_postcode(self, faker, num_samples):
+-for _ in range(num_samples):
+-assert isinstance(parse_uk_postcode(faker.postcode()), tuple)
+-
+-def test_county(self, faker, num_samples):
+-for _ in range(num_samples):
+-county = faker.county()
+-assert isinstance(county, str)
+-assert county in EnGbAddressProvider.counties
+-
+-
+ class TestEnUS:
+ """Test en_US address provider methods"""
+ 

diff --git a/dev-python/Faker/metadata.xml b/dev-python/Faker/metadata.xml
new file mode 100644
index 000..61d28b32a14
--- /dev/null
+++ b/dev-python/Faker/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   voyag...@gentoo.org
+   Bernard Cafarelli
+   
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   Faker
+   joke2k/faker
+   
+



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

2021-01-12 Thread Bernard Cafarelli
commit: b6c2d2522f6abcab513c685e69506a72e0ecdf77
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Jan 12 21:29:27 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Jan 13 07:55:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c2d252

dev-python/tld: 0.12.5 bump, enable tests

Closes: https://bugs.gentoo.org/763207
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 dev-python/tld/Manifest|  1 +
 .../tld/files/tld-0.12.5-names_cli_test.patch  | 18 +++
 dev-python/tld/tld-0.12.5.ebuild   | 26 ++
 3 files changed, 45 insertions(+)

diff --git a/dev-python/tld/Manifest b/dev-python/tld/Manifest
index 6c2bfc01892..f220f98005e 100644
--- a/dev-python/tld/Manifest
+++ b/dev-python/tld/Manifest
@@ -1,2 +1,3 @@
 DIST tld-0.12.2.tar.gz 1347015 BLAKE2B 
d284581917a9ddee026d316961f2cdc6efc8a3c8dee8112c7266d55a9493f1aca831db0635db02b737bb3e02b3910a8822e121a5317ab02f5078075839e02c91
 SHA512 
b997bd3cdf22f65862c9b3e7d446014325d9538dd06eeed86f4b9b6c6ba440829b5d611cc19fed9bf8bf039ef01c4258c71b5c765bbecdfc345dd00e73c7fca1
 DIST tld-0.12.3.tar.gz 1498596 BLAKE2B 
7a1d33c3527bc1dfeb18bfcc5af4d153f9cc39b52e858f4ac5907d0edece67da6bb6f900d028937bafb468b31534ed284a54effae6d97397dd33e27261af3730
 SHA512 
fe33bb18bceea6e1eb4ba3ca46dc54c81a8d3a1f4187078488676b951e6734a885a44525f6f5c4dc8c2fea1b0f4ffd8060244fbf33f9b1bd9dfafbec12876711
+DIST tld-0.12.5.tar.gz 1500013 BLAKE2B 
d6b51e144f9c1305212ccb537b3488b7643190598674103e8fc7772c34f1e5a6eefb09d957a6ecd1ffa3e9ab0cc41b07dd97ef70f031259393c7410cd05e0b29
 SHA512 
90fa3911f64368e3c75d034b5854d4460ac41b603b431ef94bb0b49bbd37f5fadb0a084f24849aa8fa2a74608ea9555eec2d4372641bc4d135e1cb4fd3ad23ed

diff --git a/dev-python/tld/files/tld-0.12.5-names_cli_test.patch 
b/dev-python/tld/files/tld-0.12.5-names_cli_test.patch
new file mode 100644
index 000..05af5236b1e
--- /dev/null
+++ b/dev-python/tld/files/tld-0.12.5-names_cli_test.patch
@@ -0,0 +1,18 @@
+diff -Naur tld-0.12.5.orig/src/tld/tests/test_core.py 
tld-0.12.5/src/tld/tests/test_core.py
+--- tld-0.12.5.orig/src/tld/tests/test_core.py 2021-01-11 22:28:08.0 
+0100
 tld-0.12.5/src/tld/tests/test_core.py  2021-01-12 22:27:47.286114741 
+0100
+@@ -710,14 +710,6 @@
+ )
+ )
+ 
+-@internet_available_only
+-@log_info
+-def test_19_update_tld_names_cli(self):
+-"""Test the return code of the CLI version of `update_tld_names`."""
+-reset_tld_names()
+-res = update_tld_names_cli()
+-self.assertEqual(res, 0)
+-
+ @log_info
+ def test_20_parse_tld_custom_tld_names_good_patterns(self):
+ """Test `parse_tld` good URL patterns for custom tld names."""

diff --git a/dev-python/tld/tld-0.12.5.ebuild b/dev-python/tld/tld-0.12.5.ebuild
new file mode 100644
index 000..cd2b2de5be2
--- /dev/null
+++ b/dev-python/tld/tld-0.12.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Extract the top level domain (TLD) from the URL given"
+HOMEPAGE="https://github.com/barseghyanartur/tld;
+SRC_URI="https://github.com/barseghyanartur/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+BDEPEND="test? (
+   dev-python/Faker[${PYTHON_USEDEP}]
+   dev-python/tox[${PYTHON_USEDEP}]
+   )"
+
+# Calls system binary directly
+PATCHES=( "${FILESDIR}"/${PN}-0.12.5-names_cli_test.patch )
+
+distutils_enable_tests setup.py



[gentoo-commits] repo/gentoo:master commit in: dev-ml/uunf/

2021-01-12 Thread Alfredo Tupone
commit: 16f2538e1a48c96fc2595341c6dc58be5c31b267
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Jan 13 07:54:57 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Jan 13 07:54:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f2538e

dev-ml/uunf: add dependency

Closes: https://bugs.gentoo.org/765052
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/uunf/uunf-13.0.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ml/uunf/uunf-13.0.0.ebuild b/dev-ml/uunf/uunf-13.0.0.ebuild
index b1670da7891..5c1c8bdaf9b 100644
--- a/dev-ml/uunf/uunf-13.0.0.ebuild
+++ b/dev-ml/uunf/uunf-13.0.0.ebuild
@@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-ml/topkg
-   dev-ml/uutf"
+   dev-ml/uutf
+   dev-ml/cmdliner"
 RDEPEND="${DEPEND}"
 BDEPEND="dev-ml/findlib"
 OPAM_FILE=opam



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

2021-01-12 Thread YOSHIOKA Takuma
commit: 90fed8edc1b1ca7a6d73eceeba62cb78609a15b8
Author: YOSHIOKA Takuma  hard-wi  red>
AuthorDate: Wed Jan 13 03:50:11 2021 +
Commit: YOSHIOKA Takuma  hard-wi  red>
CommitDate: Wed Jan 13 03:50:27 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=90fed8ed

dev-util/tokei: version bump 12.1.2

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: YOSHIOKA Takuma  hard-wi.red>

 dev-util/tokei/Manifest|   9 ++
 dev-util/tokei/tokei-12.1.2.ebuild | 186 +
 2 files changed, 195 insertions(+)

diff --git a/dev-util/tokei/Manifest b/dev-util/tokei/Manifest
index 68ba3eb9..abf298c0 100644
--- a/dev-util/tokei/Manifest
+++ b/dev-util/tokei/Manifest
@@ -40,6 +40,7 @@ DIST crossbeam-utils-0.7.2.crate 34338 BLAKE2B 
3cb287c7741c4d5b0551331634a75b066
 DIST crossbeam-utils-0.8.0.crate 35665 BLAKE2B 
29c02316d7f53edbbe418bda26fd1fce6ebbc56351766751355f974dbaeeb50e5272c155c255ff628fe3e5b537602873066f110a6052afbb019ab40b72cee097
 SHA512 
f3bda6a9fdc6d1bd6e68fdbf49c19c9d6a1c9857111b62a6819febf527b4a12129530990ddf83c9d56b43668e4df33a378854cdf1b5b6e863426fde85203e46a
 DIST dashmap-3.11.10.crate 20030 BLAKE2B 
1a65ed12837e1ccf4859fa54c9c655496d89bc6142a125f83ebda2c574dcf13b487cba51d13c668591635aa33af59ab64aeb59714b7cbc05ad5d191ca3ed51bf
 SHA512 
c2f6c2e3b8cbf6177fa4e712241730604f9d3c56caac31060162821ecf60f94e4f4a2c84ad7689dc2b36c8ede8bf2bf0207e7f28e975f5c9cc62181c61520104
 DIST dashmap-3.11.4.crate 78044 BLAKE2B 
a83f246d2895c4715ca9e7a130b0d90be1b89372cf5e7196fa544059f526e363b68fc0343a81e086f168fcd0a269d13e3d440df609b551a4a2d70ed19a866cdd
 SHA512 
9de681f47866df626767bb7c44878ac823b84d97ec0d970a37e7cbb8faf41afef254c64f4e7e619145f0c5ebc19165092a21d95e5dfab0d04a76de804c47a7e4
+DIST dashmap-4.0.1.crate 21048 BLAKE2B 
8d5f7d8efaf35f2beacd67006bdb8f011059bfc1108a3929823ba3e02bffb53ac1a6a8bd383162bf8ad864df142a5a9e34ede1a85cc42fa09ac27478d9e68b63
 SHA512 
7a08162731a6ea030ae197f5fcb0ad9a361a83b32b061ffda8026b86c77b40138e0733d44521aa66316e8a264edbc43e3c8792ccf3dd9072810ffea2b3ba352b
 DIST deunicode-0.4.3.crate 109535 BLAKE2B 
e71874d5983659ce8324cc671a5b7ed86a960a9618ec4d1085d052f8e4b2c9ac92997cd425d7969abcc35c6905f1d54ef371452c899319a39d245a5b36e156c8
 SHA512 
f3b9ca2055cd64d2f3035799f809976a0909e59b38ebec62b56e9037f32582f5cc99b72b1774dfbcc72e4d978570946cec46eb034fe71145c67e2241b9f84cd5
 DIST digest-0.8.1.crate 9449 BLAKE2B 
a610eb0144fdd49dbd846a86e88781b69ccb6a4f918b09fb4562ee9e3d535d12a1e499e36e5eb894d1d81f7a06ca00296b3aa35063f434fdcf22ff202890650c
 SHA512 
186c3ddc01fefff6a134ea0be633a9fe8067b8db34f31e9991069e7a9b82ed595a1105283a87e3021af2337ad332faf1b85a6bb513a4482df7d24e3e7a5ba055
 DIST dirs-2.0.2.crate 11779 BLAKE2B 
d1a6152d05a98eacff15c6c7f1f550d475b5a1cf62e541a2fa8b9836b9a1ea6b98f9314341dda35929b968fcf8a47dac7679c5c0b0dd97f21564a8d469c2e254
 SHA512 
34d6e5956c9db1dae965d33f13c64dde59d3e0e18cbdc56c02f7f31cac8e0034a80fbb561e0a73b8dbd145f85b46fc4e8a147b4c946b5816d8dda6caef185396
@@ -57,6 +58,7 @@ DIST generic-array-0.12.3.crate 18017 BLAKE2B 
0d24e12365b31ba77cff37db6841428abf
 DIST getrandom-0.1.14.crate 24698 BLAKE2B 
8139227951eb65cc2bb7bba29291c0e8ff0b8d9a8e2d7eabb01682d1683c989c44b6195952ec7d087c338538c1d6858c45514822625266e0996829e8c50f3d17
 SHA512 
b5cb78ae81f31fffd7d720f9ea2b5917b4eac103711faf656a3a3fdd24ae5a2e671016d39309cdd11f902de919187311401dd8fe9e6ed68c29b83987de77c957
 DIST getrandom-0.2.0.crate 26029 BLAKE2B 
fac97b7bff4c1a61f8f868dbfa234974dc904a25b9954cb5500877fd36218bfe36a572028ca0e79e9e8bfe951082b177641fdbeef2265156695352230f5309e2
 SHA512 
41aa36a39fdd8bc4f8a927627806f3d58a8458041ac7347fd446dc628175ec8dba2c018e82839a680cb587a09a23fee3fd357f99900a42baafb54970062bd9b1
 DIST git2-0.13.14.crate 179143 BLAKE2B 
d60abc137209384f12373099677d8b77006dbea6409d4e70b409ad50fc54fbe027f23271fc2e5ba3ebe6103b4dee0a455a43326843d6acbfc9650f9393dbe37f
 SHA512 
bbe127423a3928749b47027c9f38fb0fc70a32ace538aab7a89f2d773783331233dd437ac01f12395e632796bbfe17620c0210fed0313c5317bf3591459dcb6e
+DIST git2-0.13.15.crate 180011 BLAKE2B 
c395900bbe65628ad8b0a51c99ddbc5b5d0b76240c0c030a1df08f18f0220515ac9e613a8d6eb7e71a64d303be843242c9dfe96c62ee8cf6a43b236915bc
 SHA512 
c08ada81843f512cb855f5951c0fc97d4bb64af98f834bba30255b1ea70e4a7848ff018944a6c4a7d36fc480e631be4c40a5259e493258a6bdc1c233775cecb9
 DIST git2-0.13.6.crate 168260 BLAKE2B 
1758b101dede007f9b938169b929d317cce62c70e4a2d580668a32cf9ab59f4c0da481f4a55c0aa64876d107c043204a609a280117705a2e77c6e3694c698969
 SHA512 
23caf30f63f98497756d3213edbfa9bd91321c7a23f92c41c1a1da11f4b367d6c44c862371274d448bf1475df7109515f2c6f1696e32ab52b8556417515d7fc7
 DIST globset-0.4.5.crate 22830 BLAKE2B 
e4e1c4924577cc8ad14f3c76e49821b2f6050395e7673cdf4d118e7025e59e6df1be807762a484ee80739121b14bee8833c10b52ba69a13537ff9919f1bd2e3f
 SHA512 
8fca9a19953370aa5d13b876a254f71ad6ecf0df218d8f5598ff2328eec9676be56b3a44d898dd031c8d4328bda939ee198f9b8dc7e03b45a1609b6f693a9088
 DIST globwalk-0.8.0.crate 

[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2021-01-12 Thread Stephan Hartmann
commit: c08b870380eaa13e472463d3b35808a9d92a66ed
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Wed Jan 13 07:29:19 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Wed Jan 13 07:29:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c08b8703

www-plugins/chrome-binary-plugins: automated update (89.0.4385.0)

Signed-off-by: Stephan Hartmann  gentoo.org>

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...81.6_alpha.ebuild => chrome-binary-plugins-89.0.4385.0_alpha.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 5518ca08b1b..3e36377dcd6 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_88.0.4324.79-1_amd64.deb 77636840 BLAKE2B 
d4488227fd4123e6c5cc6c42f1361795351b90ef435af9da43c90a3d4bc1a43709abbf12e8acacffa3fe3e9653616df91380e354a35284f1e7eef24a35629052
 SHA512 
6ab9af3ece7cac2fcdd8bb41412441c42d925c4481985ab702ebb45ca949592ed05af493ef14b405180858b916f275f75d234ca3f66f171bed42c09aece1fb89
 DIST google-chrome-stable_87.0.4280.141-1_amd64.deb 77271596 BLAKE2B 
1352ccf4cfe7dd8b0876f2fc15db77866b13ea01abfdd346df601dba9a821e4a72dd447e8bc4301b4c8e9ef1cd2c782339924c3fb6171e48316b6e25f428f0e4
 SHA512 
35ae2181e10a0ba5d99fdb8d0b025ea792bfdd9b7bd4ea139ac292b6fbbea5be7f04b6f3b8044b82d4353b0be7578c39457048c80a03c24e74ed80a1a88a6338
-DIST google-chrome-unstable_89.0.4381.6-1_amd64.deb 73553260 BLAKE2B 
ed666a0f577ee38bc3d65a1a9300d8822b122ec0377733a5acf0778d4843c9ee9431ea9ac48c6c771f46697805eb298ab24e836ccbb4ca9643c9ca67b73bec0a
 SHA512 
17c20f38fad30b9641b4407086694389715bc6a659612b1475cbc81f6f3764df193d515727deca53f8faa84a96a82281aff92e3f72525707b937557a45908406
+DIST google-chrome-unstable_89.0.4385.0-1_amd64.deb 78021836 BLAKE2B 
a6f35c29f52c3c0f8b6138a7bd3611883a2346727951359f6769512b487bdb9bfd6b471d4dd69cea378b63bc09c604e98db17e93b5dd05cfcac136024389f489
 SHA512 
1b095943af8d53c1e45a8fb599b70f25536adf0db4339e84b5a332ef69d441953d8bed50a043effc4a0b2eb37cfac5b0e371b6bc23ca6e0b8aa73c54a295094a

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-89.0.4381.6_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-89.0.4385.0_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-89.0.4381.6_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-89.0.4385.0_alpha.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2021-01-12 Thread Stephan Hartmann
commit: 33df97b6e41a5b7e6c6dfb0d5b96eecfe41622f5
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Wed Jan 13 07:29:11 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Wed Jan 13 07:29:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33df97b6

www-client/google-chrome-unstable: automated update (89.0.4385.0)

Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...ble-89.0.4381.6.ebuild => google-chrome-unstable-89.0.4385.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 69f1a6bd55c..1e75ef69b7c 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_89.0.4381.6-1_amd64.deb 73553260 BLAKE2B 
ed666a0f577ee38bc3d65a1a9300d8822b122ec0377733a5acf0778d4843c9ee9431ea9ac48c6c771f46697805eb298ab24e836ccbb4ca9643c9ca67b73bec0a
 SHA512 
17c20f38fad30b9641b4407086694389715bc6a659612b1475cbc81f6f3764df193d515727deca53f8faa84a96a82281aff92e3f72525707b937557a45908406
+DIST google-chrome-unstable_89.0.4385.0-1_amd64.deb 78021836 BLAKE2B 
a6f35c29f52c3c0f8b6138a7bd3611883a2346727951359f6769512b487bdb9bfd6b471d4dd69cea378b63bc09c604e98db17e93b5dd05cfcac136024389f489
 SHA512 
1b095943af8d53c1e45a8fb599b70f25536adf0db4339e84b5a332ef69d441953d8bed50a043effc4a0b2eb37cfac5b0e371b6bc23ca6e0b8aa73c54a295094a

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-89.0.4381.6.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-89.0.4385.0.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-89.0.4381.6.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-89.0.4385.0.ebuild



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

2021-01-12 Thread Davide Pesavento
commit: fff90c40f275efaef995dd4b9881a8ffa9674690
Author: Davide Pesavento  gentoo  org>
AuthorDate: Wed Jan 13 06:57:20 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Wed Jan 13 07:02:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff90c40

dev-util/qbs: add 1.18.0

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-util/qbs/Manifest  |   1 +
 dev-util/qbs/qbs-1.18.0.ebuild | 112 +
 2 files changed, 113 insertions(+)

diff --git a/dev-util/qbs/Manifest b/dev-util/qbs/Manifest
index ed20307b545..1fb6bdf22a3 100644
--- a/dev-util/qbs/Manifest
+++ b/dev-util/qbs/Manifest
@@ -2,3 +2,4 @@ DIST qbs-src-1.12.2.tar.gz 4374830 BLAKE2B 
8ace5ac7fea9bcd944dd02280a36f0f275749
 DIST qbs-src-1.14.1.tar.gz 4365537 BLAKE2B 
5a51ddea64023c76b6934634f72ab19d54a3e857efe30d7698a3970d099e436599b53b369d81434cc8e721606513bd487010047e60ccfa289574f606cf020dc5
 SHA512 
df9031e2749ba598129daef0a6b4322ad964c87a33bfd079bb231170da49c42708740ec63e351607b7e9da1dd11310802b14917eaf2ec97bb747a6df9890f2f3
 DIST qbs-src-1.15.0.tar.gz 4531882 BLAKE2B 
95ef24a3c63972a5c4111b68c19d57d83552c8c2fd771bda6291d99564c2e3e80488700ceaf88e64bf6edca1d156dc912757ebe682cb5e3d5aec015640e8641f
 SHA512 
461ac2e1574c163149b080936233144b3941024e7f61c2b2514e58089b7fa100e576c0336e16a3c51a0f4b77e575081350550e23b543e86a2023d524aba18d07
 DIST qbs-src-1.16.0.tar.gz 4571788 BLAKE2B 
4fb06314d0d0a532574e0d245ea85b6d596850ffe4b81b621406d1bc99e0529fc491bf5c7db514d90026c0bf4916f9fa102457aab2bbaaddbbe2e90c03aa04a4
 SHA512 
65c5398ffad54e10e251bed79a5b58abd722c0f95a031c536fc8647d915dd696923401c767a7a8ac029f4f571b6bbf96ef4b7493bb30768f675477bd68fcc21c
+DIST qbs-src-1.18.0.tar.gz 4921432 BLAKE2B 
4c081434596c58d433e52ca9e335e3b4d62b75e401290895719b7fbe4f3c20cf8b34ab0753ae79a34b4e29c8859751a6276da8d6dbd5f3c711581af16ab61415
 SHA512 
bdef30200c7e74749c363b1d68232fd90d1dfc998722bee0e058ffcaff8e003599e0404b49f86cbeae098d59ccb5663316db5094d77b50a217fcf4ab5ae64d83

diff --git a/dev-util/qbs/qbs-1.18.0.ebuild b/dev-util/qbs/qbs-1.18.0.ebuild
new file mode 100644
index 000..5dfbdf982a6
--- /dev/null
+++ b/dev-util/qbs/qbs-1.18.0.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils toolchain-funcs
+
+MY_P=${PN}-src-${PV}
+
+DESCRIPTION="Modern build tool for software projects"
+HOMEPAGE="https://doc.qt.io/qbs/;
+SRC_URI="http://download.qt.io/official_releases/${PN}/${PV}/${MY_P}.tar.gz;
+
+LICENSE="|| ( LGPL-2.1 LGPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="doc examples test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-qt/qtcore:5=
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtscript:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+"
+DEPEND="${RDEPEND}
+   doc? (
+   dev-qt/qdoc:5
+   dev-qt/qthelp:5
+   )
+   test? (
+   dev-qt/linguist-tools:5
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qttest:5
+   )
+"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   default
+
+   if ! use examples; then
+   sed -i -e '/INSTALLS +=/ s:examples::' static.pro || die
+   fi
+
+   echo "SUBDIRS = $(usex test auto '')" >> tests/tests.pro
+
+   # skip several tests that fail and/or have additional deps
+   sed -i \
+   -e 's/findArchiver(binaryName,.*/"";/'  `# requires zip and 
jar` \
+   -e 's/p\.value("nodejs\./true||&/'  `# requires nodejs, bug 
527652` \
+   -e 
's/\(p\.value\|m_qbsStderr\.contains\)("typescript\./true||&/' `# requires 
nodejs and typescript` \
+   tests/auto/blackbox/tst_blackbox.cpp || die
+   sed -i -re '/blackbox-(android|apple|java)\.pro/ d' tests/auto/auto.pro 
|| die
+}
+
+src_configure() {
+   local myqmakeargs=(
+   qbs.pro # bug 523218
+   -recursive
+   CONFIG+=qbs_disable_rpath
+   CONFIG+=qbs_enable_project_file_updates
+   $(usex test 'CONFIG+=qbs_enable_unit_tests' '')
+   QBS_INSTALL_PREFIX="${EPREFIX}/usr"
+   QBS_LIBRARY_DIRNAME="$(get_libdir)"
+   )
+   eqmake5 "${myqmakeargs[@]}"
+}
+
+src_test() {
+   einfo "Setting up test environment in ${T}"
+
+   export HOME=${T}
+   export LD_LIBRARY_PATH=${S}/$(get_libdir)
+   export QBS_AUTOTEST_PROFILE=testProfile
+
+   "${S}"/bin/qbs-setup-toolchains "$(tc-getCC)" testToolchain || die
+   "${S}"/bin/qbs-setup-qt "$(qt5_get_bindir)/qmake" 
${QBS_AUTOTEST_PROFILE} || die
+   "${S}"/bin/qbs-config 
profiles.${QBS_AUTOTEST_PROFILE}.qbs.targetPlatform linux || die
+
+   einfo "Running autotests"
+
+   # simply exporting LD_LIBRARY_PATH doesn't work
+   # we have to use a custom testrunner 

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

2021-01-12 Thread Davide Pesavento
commit: e8f36206b449529c714b5adaee34025dc25017b5
Author: Davide Pesavento  gentoo  org>
AuthorDate: Wed Jan 13 07:02:05 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Wed Jan 13 07:02:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8f36206

dev-util/qbs: drop old versions

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-util/qbs/Manifest  |   3 --
 dev-util/qbs/qbs-1.12.2.ebuild | 115 
 dev-util/qbs/qbs-1.14.1.ebuild | 115 
 dev-util/qbs/qbs-1.15.0.ebuild | 116 -
 4 files changed, 349 deletions(-)

diff --git a/dev-util/qbs/Manifest b/dev-util/qbs/Manifest
index 1fb6bdf22a3..142b017fb2d 100644
--- a/dev-util/qbs/Manifest
+++ b/dev-util/qbs/Manifest
@@ -1,5 +1,2 @@
-DIST qbs-src-1.12.2.tar.gz 4374830 BLAKE2B 
8ace5ac7fea9bcd944dd02280a36f0f275749512e44ab9e3221e154d80ccf8aa25e3452eb90b1396323b540ec97e4b72c29b3a1d4727a72791a0e267bd89df13
 SHA512 
eb8c5db94f6b4e2300951d9cb6e092b873381421a1bff31a9e8422859aee3c0b3d038b6a2927a4f5c8fd871a0a7d283f7b7c3be74834dd30d640a1ed9c87a147
-DIST qbs-src-1.14.1.tar.gz 4365537 BLAKE2B 
5a51ddea64023c76b6934634f72ab19d54a3e857efe30d7698a3970d099e436599b53b369d81434cc8e721606513bd487010047e60ccfa289574f606cf020dc5
 SHA512 
df9031e2749ba598129daef0a6b4322ad964c87a33bfd079bb231170da49c42708740ec63e351607b7e9da1dd11310802b14917eaf2ec97bb747a6df9890f2f3
-DIST qbs-src-1.15.0.tar.gz 4531882 BLAKE2B 
95ef24a3c63972a5c4111b68c19d57d83552c8c2fd771bda6291d99564c2e3e80488700ceaf88e64bf6edca1d156dc912757ebe682cb5e3d5aec015640e8641f
 SHA512 
461ac2e1574c163149b080936233144b3941024e7f61c2b2514e58089b7fa100e576c0336e16a3c51a0f4b77e575081350550e23b543e86a2023d524aba18d07
 DIST qbs-src-1.16.0.tar.gz 4571788 BLAKE2B 
4fb06314d0d0a532574e0d245ea85b6d596850ffe4b81b621406d1bc99e0529fc491bf5c7db514d90026c0bf4916f9fa102457aab2bbaaddbbe2e90c03aa04a4
 SHA512 
65c5398ffad54e10e251bed79a5b58abd722c0f95a031c536fc8647d915dd696923401c767a7a8ac029f4f571b6bbf96ef4b7493bb30768f675477bd68fcc21c
 DIST qbs-src-1.18.0.tar.gz 4921432 BLAKE2B 
4c081434596c58d433e52ca9e335e3b4d62b75e401290895719b7fbe4f3c20cf8b34ab0753ae79a34b4e29c8859751a6276da8d6dbd5f3c711581af16ab61415
 SHA512 
bdef30200c7e74749c363b1d68232fd90d1dfc998722bee0e058ffcaff8e003599e0404b49f86cbeae098d59ccb5663316db5094d77b50a217fcf4ab5ae64d83

diff --git a/dev-util/qbs/qbs-1.12.2.ebuild b/dev-util/qbs/qbs-1.12.2.ebuild
deleted file mode 100644
index c5815752c21..000
--- a/dev-util/qbs/qbs-1.12.2.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils
-
-MY_P=${PN}-src-${PV}
-
-DESCRIPTION="Modern build tool for software projects"
-HOMEPAGE="https://wiki.qt.io/Qbs;
-SRC_URI="http://download.qt.io/official_releases/${PN}/${PV}/${MY_P}.tar.gz;
-
-LICENSE="|| ( LGPL-2.1 LGPL-3 )"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
-IUSE="doc examples test"
-RESTRICT="!test? ( test )"
-
-# see bug 581874 for the qttest dep in RDEPEND
-RDEPEND="
-   dev-qt/qtcore:5=
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtscript:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   test? ( dev-qt/qttest:5 )
-"
-DEPEND="${RDEPEND}
-   doc? (
-   dev-qt/qdoc:5
-   dev-qt/qthelp:5
-   )
-   test? ( dev-qt/qtdeclarative:5 )
-"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   default
-
-   if ! use examples; then
-   sed -i -e '/INSTALLS +=/ s:examples::' static.pro || die
-   fi
-
-   # the qbsres target uses the newly built qbs binary, so we have to tell 
it where to find its libraries
-   sed -i -e '/qbsres\.commands =/ 
a\LD_LIBRARY_PATH=$$shell_quote($$shell_path($$QBS_LIBRARY_DIRNAME)) \\' \
-   static-res.pro || die
-
-   echo "SUBDIRS = $(usex test auto '')" >> tests/tests.pro
-
-   # skip several tests that fail and/or have additional deps
-   sed -i \
-   -e 's/findArchiver("7z")/""/'   `# requires p7zip, 
fails` \
-   -e 's/findArchiver(binaryName,.*/"";/'  `# requires zip and 
jar` \
-   -e 's/p\.value("nodejs\./true||&/'  `# requires nodejs, bug 
527652` \
-   -e 
's/\(p\.value\|m_qbsStderr\.contains\)("typescript\./true||&/' `# requires 
nodejs and typescript` \
-   tests/auto/blackbox/tst_blackbox.cpp || die
-
-   # requires jdk, fails, bug 585398
-   sed -i -e '/blackbox-java\.pro/ d' tests/auto/auto.pro || die
-}
-
-src_configure() {
-   local myqmakeargs=(
-   qbs.pro # bug 523218
-   -recursive
-   CONFIG+=qbs_disable_rpath
-   CONFIG+=qbs_enable_project_file_updates
-   $(usex test 'CONFIG+=qbs_enable_unit_tests' '')
-   

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

2021-01-12 Thread Hans de Graaff
commit: 71179df03acf4821ff1da1b829ff43e613b351a9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 13 07:00:02 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 13 07:00:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71179df0

dev-ruby/semantic_puppet: add 1.0.3

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

 dev-ruby/semantic_puppet/Manifest |  1 +
 dev-ruby/semantic_puppet/semantic_puppet-1.0.3.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-ruby/semantic_puppet/Manifest 
b/dev-ruby/semantic_puppet/Manifest
index b85af5cc2ff..f0061c457ea 100644
--- a/dev-ruby/semantic_puppet/Manifest
+++ b/dev-ruby/semantic_puppet/Manifest
@@ -1 +1,2 @@
 DIST semantic_puppet-1.0.2.gem 31744 BLAKE2B 
fd80225f799f55fe668c712cec20ad57163c3829ce70f49a30e7b73037883ea1960be0ea8f510e147c30254b7527e64f323fd7f9edb30f934762088ed997a241
 SHA512 
b059d8c7b13ae96dfe012318e7c6ee483cc09986d5d065c8422167a27a14d8e99433229c90388a7ff9ee425a0f5b6a6a6d5bc55f8b81901490afd8039ea86480
+DIST semantic_puppet-1.0.3.gem 32256 BLAKE2B 
bbde7e40e2d7361b09906974b451a33a2698dcc33db1ab3c790968318b21f4c72d2ce775eb56c331b0509666972cde2e5a1db64580eb6e558d604ff025e389d0
 SHA512 
bdca6793a064d37d15010551c579f61837b1095025d84469ed8893d4bbed4372cde005ed452460a8d771c8e4bf842283628f2c613295bab0af3834cdc163f7ba

diff --git a/dev-ruby/semantic_puppet/semantic_puppet-1.0.3.ebuild 
b/dev-ruby/semantic_puppet/semantic_puppet-1.0.3.ebuild
new file mode 100644
index 000..ce1be8b94a3
--- /dev/null
+++ b/dev-ruby/semantic_puppet/semantic_puppet-1.0.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library of tools for working with Semantic Versions and module 
dependencies"
+HOMEPAGE="https://github.com/puppetlabs/semantic_puppet;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""



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

2021-01-12 Thread Hans de Graaff
commit: e2709ffeb6376d2eb06150b970029b94c8db3a42
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 13 06:58:47 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 13 06:58:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2709ffe

dev-ruby/bundler: add 2.2.5

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

 dev-ruby/bundler/Manifest |  1 +
 dev-ruby/bundler/bundler-2.2.5.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/bundler/Manifest b/dev-ruby/bundler/Manifest
index dca570a7a20..7aacf137ce8 100644
--- a/dev-ruby/bundler/Manifest
+++ b/dev-ruby/bundler/Manifest
@@ -3,3 +3,4 @@ DIST bundler-2.1.4.gem 396800 BLAKE2B 
f770bd63255df09a20160369dc64e8923e996fb5ea
 DIST bundler-2.2.0.gem 400896 BLAKE2B 
a9d67d052bc6b7b8c09a6dbc249e348209a6a02bb3a43f9dbef29c3dce651974a4c9bde200085632cc7f4fb0957aae42a7cbaae28c8cab91986dacf1f52f1deb
 SHA512 
bbee12a30362d1dfd8a7de4258d6623d08df91a38ba1e869f9a5878871d8fd145221f8eaa99fcb72e0c1404c9c31df37a5a1dbf4a94610cb3381566cc6c45516
 DIST bundler-2.2.3.gem 401408 BLAKE2B 
7162444956c65d6684a299c7ce15f64a178dab40867315241eaa3cfcb51b6973a004980abef359c911de06ce2051e5ca98e68e3df388963f40378a6f5fabda62
 SHA512 
da1f1dfae51cdf3dd6792fc66c33389c113579b8a723fb204ae3b315dcd1d45aed65524469336934d7276be53b026952c944457e326c97b20d4c423dd44321ef
 DIST bundler-2.2.4.gem 386048 BLAKE2B 
7a2cec046b75ff371df9b563a81f48c8a2a3782f75ec4868869b4b2fda5e117b6cd38daf6a566ec1201fe7a5f6b8b2c4dbe0cc552d2a63bcb4e5e9f53c710046
 SHA512 
f3c988278746896da276e5af5cf046c5910962c2022fc8d37ab00db1a81a69d77a1fd21fabd8a1d086891d18bfb4ac321dbb60f830b139aa7c3192ea879b4cf8
+DIST bundler-2.2.5.gem 386560 BLAKE2B 
070f52338e9424e571ae40c01ba559158fd9938910be4d5b1d4c8990cdaac4f6a2cb7d2a554a2e7bbb35b18a31e9d1dba5c4e711556294496ac6978ae63a94f0
 SHA512 
d985168531ad7415841535a496717faff2cbdcff04c8b701c0e29533f3fe5c87cb5815e6b219ab1d536c29c8c8d80b051f4f05aeb2b6fe279dc12404bf824742

diff --git a/dev-ruby/bundler/bundler-2.2.5.ebuild 
b/dev-ruby/bundler/bundler-2.2.5.ebuild
new file mode 100644
index 000..8256c696086
--- /dev/null
+++ b/dev-ruby/bundler/bundler-2.2.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+# The specs require a number of gems to be installed in a temporary
+# directory, but this requires network access. They also don't work
+# when run with a path that contains "-".
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+# No documentation task
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An easy way to vendor gem dependencies"
+HOMEPAGE="https://github.com/carlhuda/bundler;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="+doc test"
+
+ruby_add_rdepend virtual/rubygems
+
+RDEPEND+=" dev-vcs/git !

[gentoo-commits] repo/gentoo:master commit in: sci-electronics/systemc/

2021-01-12 Thread Yixun Lan
commit: 485e8323767b896b94205807f0d09fc096fc4091
Author: Huang Rui  gmail  com>
AuthorDate: Mon Jan 11 16:23:06 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Jan 13 03:06:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=485e8323

sci-electronics/systemc: fix 2.3.1 examples

Add examples and doc use, use docompress -x with examples.
Revbump to 2.3.1-r1, removed DOC var because it installed
by Makefile. Drop pkg_postinst() because the example already
extracted by docompress -x.

Closes: https://github.com/gentoo/gentoo/pull/19033

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Huang Rui  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 ...ystemc-2.3.4.ebuild => systemc-2.3.4-r1.ebuild} | 24 --
 1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/sci-electronics/systemc/systemc-2.3.4.ebuild 
b/sci-electronics/systemc/systemc-2.3.4-r1.ebuild
similarity index 69%
rename from sci-electronics/systemc/systemc-2.3.4.ebuild
rename to sci-electronics/systemc/systemc-2.3.4-r1.ebuild
index b9efef41568..4669cd8f6d9 100644
--- a/sci-electronics/systemc/systemc-2.3.4.ebuild
+++ b/sci-electronics/systemc/systemc-2.3.4-r1.ebuild
@@ -24,11 +24,10 @@ fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE="debug static-libs test"
+IUSE="debug doc examples static-libs test"
+REQUIRED_USE="examples? ( doc )"
 RESTRICT="!test? ( test )"
 
-DOCS=(AUTHORS.md CONTRIBUTING.md INSTALL.md LICENSE NOTICE README.md 
RELEASENOTES)
-
 src_prepare() {
default
eautoconf --force
@@ -41,12 +40,15 @@ src_configure() {
--with-unix-layout
 }
 
-pkg_postinst() {
-   elog "If you want to run the examples, you need to :"
-   elog "tar xvfz ${PORTAGE_ACTUAL_DISTDIR}/${A}"
-   elog "cd ${PN}-${MY_PV}"
-   elog "mkdir build && cd build"
-   elog "cmake .."
-   elog "cd examples"
-   elog "make check"
+src_install() {
+   default
+   if use doc; then
+   if use examples; then
+   docompress -x /usr/share/doc/"${PF}"/examples
+   else
+   rm -r "${ED}"/usr/share/doc/"${PF}"/examples || die
+   fi
+   else
+   rm -r "${ED}"/usr/share/doc/"${PF}" || die
+   fi
 }



[gentoo-commits] proj/releng:master commit in: releases/specs-qemu/arm/armv6j/softfloat/, releases/specs-qemu/arm/armv7a/, ...

2021-01-12 Thread Andreas K. Hüttel
loat-systemd.spec releases/specs-qemu/arm/armv7a/stage1-hardfloat.spec 
releases/specs-qemu/arm/armv7a/stage1-systemd.spec 
releases/specs-qemu/arm/armv7a/stage1.spec 
releases/specs-qemu/arm/armv7a/stage2-hardfloat-systemd.spec 
releases/specs-qemu/arm/armv7a/stage2-hardfloat.spec 
releases/specs-qemu/arm/armv7a/stage2-systemd.spec 
releases/specs-qemu/arm/armv7a/stage2.spec 
releases/specs-qemu/arm/armv7a/stage3-hardfloat-systemd.spec 
releases/specs-qemu/arm/armv7a/stage3-hardfloat.spec 
releases/specs-qemu/arm/armv7a/stage3-systemd.spec 
releases/specs-qemu/arm/armv7a/stage3.spec tools/catalyst-auto-qemu-arm.conf
X-VCS-Directories: releases/specs-qemu/arm/armv6j/softfloat/ 
releases/specs-qemu/arm/armv7a/softfloat/ releases/specs-qemu/arm/armv7a/ 
releases/specs-qemu/arm/armv6j/hardfloat/ releases/specs-qemu/arm/armv6j/ 
tools/ releases/specs-qemu/arm/armv7a/hardfloat/
X-VCS-Committer: dilfridge
X-VCS-Committer-Name: Andreas K. Hüttel
X-VCS-Revision: c9835278cc8a095edd1f556b5b01093ca2df24f1
X-VCS-Branch: master
Date: Wed, 13 Jan 2021 02:28:32 + (UTC)

commit: c9835278cc8a095edd1f556b5b01093ca2df24f1
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jan 13 02:27:45 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Jan 13 02:27:45 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=c9835278

Simplify qemu-arm specs directory structure

catalyst-auto seems to have trouble with second level subdirs

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...stage1-systemd.spec => stage1-hardfloat-systemd.spec} |  0
 .../{hardfloat/stage1.spec => stage1-hardfloat.spec} |  0
 .../arm/armv6j/{softfloat => }/stage1-systemd.spec   |  0
 .../specs-qemu/arm/armv6j/{softfloat => }/stage1.spec|  0
 ...stage2-systemd.spec => stage2-hardfloat-systemd.spec} |  0
 .../{hardfloat/stage2.spec => stage2-hardfloat.spec} |  0
 .../arm/armv6j/{softfloat => }/stage2-systemd.spec   |  0
 .../specs-qemu/arm/armv6j/{softfloat => }/stage2.spec|  0
 ...stage3-systemd.spec => stage3-hardfloat-systemd.spec} |  0
 .../{hardfloat/stage3.spec => stage3-hardfloat.spec} |  0
 .../arm/armv6j/{softfloat => }/stage3-systemd.spec   |  0
 .../specs-qemu/arm/armv6j/{softfloat => }/stage3.spec|  0
 ...stage1-systemd.spec => stage1-hardfloat-systemd.spec} |  0
 .../{hardfloat/stage1.spec => stage1-hardfloat.spec} |  0
 .../arm/armv7a/{softfloat => }/stage1-systemd.spec   |  0
 .../specs-qemu/arm/armv7a/{softfloat => }/stage1.spec|  0
 ...stage2-systemd.spec => stage2-hardfloat-systemd.spec} |  0
 .../{hardfloat/stage2.spec => stage2-hardfloat.spec} |  0
 .../arm/armv7a/{softfloat => }/stage2-systemd.spec   |  0
 .../specs-qemu/arm/armv7a/{softfloat => }/stage2.spec|  0
 ...stage3-systemd.spec => stage3-hardfloat-systemd.spec} |  0
 .../{hardfloat/stage3.spec => stage3-hardfloat.spec} |  0
 .../arm/armv7a/{softfloat => }/stage3-systemd.spec   |  0
 .../specs-qemu/arm/armv7a/{softfloat => }/stage3.spec|  0
 tools/catalyst-auto-qemu-arm.conf| 16 
 25 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/releases/specs-qemu/arm/armv6j/hardfloat/stage1-systemd.spec 
b/releases/specs-qemu/arm/armv6j/stage1-hardfloat-systemd.spec
similarity index 100%
rename from releases/specs-qemu/arm/armv6j/hardfloat/stage1-systemd.spec
rename to releases/specs-qemu/arm/armv6j/stage1-hardfloat-systemd.spec

diff --git a/releases/specs-qemu/arm/armv6j/hardfloat/stage1.spec 
b/releases/specs-qemu/arm/armv6j/stage1-hardfloat.spec
similarity index 100%
rename from releases/specs-qemu/arm/armv6j/hardfloat/stage1.spec
rename to releases/specs-qemu/arm/armv6j/stage1-hardfloat.spec

diff --git a/releases/specs-qemu/arm/armv6j/softfloat/stage1-systemd.spec 
b/releases/specs-qemu/arm/armv6j/stage1-systemd.spec
similarity index 100%
rename from releases/specs-qemu/arm/armv6j/softfloat/stage1-systemd.spec
rename to releases/specs-qemu/arm/armv6j/stage1-systemd.spec

diff --git a/releases/specs-qemu/arm/armv6j/softfloat/stage1.spec 
b/releases/specs-qemu/arm/armv6j/stage1.spec
similarity index 100%
rename from releases/specs-qemu/arm/armv6j/softfloat/stage1.spec
rename to releases/specs-qemu/arm/armv6j/stage1.spec

diff --git a/releases/specs-qemu/arm/armv6j/hardfloat/stage2-systemd.spec 
b/releases/specs-qemu/arm/armv6j/stage2-hardfloat-systemd.spec
similarity index 100%
rename from releases/specs-qemu/arm/armv6j/hardfloat/stage2-systemd.spec
rename to releases/specs-qemu/arm/armv6j/stage2-hardfloat-systemd.spec

diff --git a/releases/specs-qemu/arm/armv6j/hardfloat/stage2.spec 
b/releases/specs-qemu/arm/armv6j/stage2-hardfloat.spec
similarity index 100%
rename from releases/specs-qemu/arm/armv6j/hardfloat/stage2.spec
rename to releases/specs-qemu/arm/armv6j/stage2-hardfloat.spec

diff --git a/releases/specs-qemu/arm/armv6j/softfloat/stage2-systemd.spec 
b/releases/specs-qemu/arm/armv6j/stage2-systemd.spec

[gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-backends/

2021-01-12 Thread Lars Wendler
commit: 42ce65a25ea3a37db92b73da90b3e73e46eabeb3
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jan 13 01:58:12 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jan 13 01:58:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ce65a2

media-gfx/sane-backends: Moved PYTHON_DEPS to BDEPEND

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

 media-gfx/sane-backends/sane-backends-1.0.31.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/sane-backends/sane-backends-1.0.31.ebuild 
b/media-gfx/sane-backends/sane-backends-1.0.31.ebuild
index abf6a807651..1e3fa2cc147 100644
--- a/media-gfx/sane-backends/sane-backends-1.0.31.ebuild
+++ b/media-gfx/sane-backends/sane-backends-1.0.31.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python3_{6..9} )
 
 # python-any-r1 required for a script in
-# backends/pixma/scripts/ 
+# backends/pixma/scripts/
 inherit autotools flag-o-matic multilib-minimal optfeature python-any-r1 
systemd toolchain-funcs udev user
 
 # gphoto and v4l are handled by their usual USE flags.
@@ -166,11 +166,11 @@ RDEPEND="
 "
 
 DEPEND="${RDEPEND}
-   ${PYHTON_DEPS}
dev-libs/libxml2
v4l? ( sys-kernel/linux-headers )
 "
 BDEPEND="
+   ${PYTHON_DEPS}
sys-devel/autoconf-archive
sys-devel/gettext
virtual/pkgconfig



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

2021-01-12 Thread Andreas K. Hüttel
commit: bb1e7293ac0757337ee34a692a169bede6d39031
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jan  8 23:21:37 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jan  8 23:21:37 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=bb1e7293

Add catalyst-auto conf for qemu arm builds

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 tools/catalyst-auto-qemu-arm.conf | 82 +++
 1 file changed, 82 insertions(+)

diff --git a/tools/catalyst-auto-qemu-arm.conf 
b/tools/catalyst-auto-qemu-arm.conf
new file mode 100644
index ..9326d336
--- /dev/null
+++ b/tools/catalyst-auto-qemu-arm.conf
@@ -0,0 +1,82 @@
+# This is the config file for the catalyst-auto script. It should be pretty
+# self-explanatory.
+
+ARCH="arm"
+host=$(hostname)
+
+SPECS_DIR=${REPO_DIR}/releases/specs-qemu/${ARCH}
+
+SETS="
+   armv4tl
+   armv5tel
+   armv6j_hf
+   armv6j_sf
+   armv7a_hf
+   armv7a_sf
+   armv4tl_systemd
+   armv5tel_systemd
+   armv6j_hf_systemd
+   armv6j_sf_systemd
+   armv7a_hf_systemd
+   armv7a_sf_systemd
+"
+
+SET_armv4tl_SPECS="armv4tl/stage1.spec armv4tl/stage2.spec armv4tl/stage3.spec"
+SET_armv4tl_systemd_SPECS="armv4tl/stage1-systemd.spec 
armv4tl/stage2-systemd.spec armv4tl/stage3-systemd.spec"
+
+SET_armv5tel_SPECS="armv5tel/stage1.spec armv5tel/stage2.spec 
armv5tel/stage3.spec"
+SET_armv5tel_systemd_SPECS="armv5tel/stage1-systemd.spec 
armv5tel/stage2-systemd.spec armv5tel/stage3-systemd.spec"
+
+SET_armv6j_hf_SPECS="armv6j/hardfloat/stage1.spec armv6j/hardfloat/stage2.spec 
armv6j/hardfloat/stage3.spec"
+SET_armv6j_sf_SPECS="armv6j/softfloat/stage1.spec armv6j/softfloat/stage2.spec 
armv6j/softfloat/stage3.spec"
+SET_armv6j_hf_systemd_SPECS="armv6j/hardfloat/stage1-systemd.spec 
armv6j/hardfloat/stage2-systemd.spec armv6j/hardfloat/stage3-systemd.spec"
+SET_armv6j_sf_systemd_SPECS="armv6j/softfloat/stage1-systemd.spec 
armv6j/softfloat/stage2-systemd.spec armv6j/softfloat/stage3-systemd.spec"
+
+SET_armv7a_hf_SPECS="armv7a/hardfloat/stage1.spec armv7a/hardfloat/stage2.spec 
armv7a/hardfloat/stage3.spec"
+SET_armv7a_sf_SPECS="armv7a/softfloat/stage1.spec armv7a/softfloat/stage2.spec 
armv7a/softfloat/stage3.spec"
+SET_armv7a_hf_systemd_SPECS="armv7a/hardfloat/stage1-systemd.spec 
armv7a/hardfloat/stage2-systemd.spec armv7a/hardfloat/stage3-systemd.spec"
+SET_armv7a_sf_systemd_SPECS="armv7a/softfloat/stage1-systemd.spec 
armv7a/softfloat/stage2-systemd.spec armv7a/softfloat/stage3-systemd.spec"
+
+
+update_symlinks() {
+  # Symlink the latest stages3 to build from
+  for d in ${BUILD_SRCDIR_BASE}/builds/default ; do
+pushd $d >/dev/null
+for f in $(ls stage3-${SUBARCH}-*bz2 | grep -v latest | 
give_latest_from_dates ) ; do
+  of=${f/20[0-9][0-9].[0-9]/latest} # for 20XX.Y stuff
+  of=${of/20[0-9][0-9][0-1][0-9][0-9][0-9]/latest} # for $
+  ln -sf $f $of
+done
+popd >/dev/null
+  done
+}
+
+upload() {
+if [[ ${nonetwork} == 0 ]]; then
+   echo Uploading "$@"
+   rsync -e 'ssh -i /root/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o 
VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no' "$@" 
a...@releng-incoming.gentoo.org:
+fi
+}
+
+post_build() {
+   local set=$1 spec=$2
+
+   pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
+
+   case ${spec} in
+   armv4tl/stage3.spec)
+   upload stage3-armv4tl-${TIMESTAMP}*.xz*
+   ;;
+   armv5tel/systemd-stage3.spec)
+   upload stage3-armv5tel-systemd-${TIMESTAMP}*.xz*
+   ;;
+   armv6j_hardfp/stage3.spec)
+   upload stage3-armv6j_hardfp-${TIMESTAMP}*.xz*
+   ;;
+   armv7a_hardfp/stage3.spec)
+   upload stage3-armv7a_hardfp-${TIMESTAMP}*.xz*
+   ;;
+   esac
+
+   popd >/dev/null
+}



[gentoo-commits] proj/releng:master commit in: releases/specs-qemu/riscv/, tools/, releases/specs/riscv/

2021-01-12 Thread Andreas K. Hüttel
commit: 2799d0c75297d12bfed96bba0dcf2ba2eeba0fd5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jan  8 20:19:56 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jan  8 20:19:56 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=2799d0c7

Move qemu-based specs into separate dir for the moment

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 releases/{specs => specs-qemu}/riscv/stage1-ilp32.spec|  0
 releases/{specs => specs-qemu}/riscv/stage1-lp64-systemd.spec |  0
 releases/{specs => specs-qemu}/riscv/stage1-lp64.spec |  0
 .../{specs => specs-qemu}/riscv/stage1-lp64d-systemd.spec |  0
 releases/{specs => specs-qemu}/riscv/stage1-lp64d.spec|  0
 releases/{specs => specs-qemu}/riscv/stage1-multilib.spec |  0
 releases/{specs => specs-qemu}/riscv/stage2-ilp32.spec|  0
 releases/{specs => specs-qemu}/riscv/stage2-lp64-systemd.spec |  0
 releases/{specs => specs-qemu}/riscv/stage2-lp64.spec |  0
 .../{specs => specs-qemu}/riscv/stage2-lp64d-systemd.spec |  0
 releases/{specs => specs-qemu}/riscv/stage2-lp64d.spec|  0
 releases/{specs => specs-qemu}/riscv/stage2-multilib.spec |  0
 releases/{specs => specs-qemu}/riscv/stage3-ilp32.spec|  0
 releases/{specs => specs-qemu}/riscv/stage3-lp64-systemd.spec |  0
 releases/{specs => specs-qemu}/riscv/stage3-lp64.spec |  0
 .../{specs => specs-qemu}/riscv/stage3-lp64d-systemd.spec |  0
 releases/{specs => specs-qemu}/riscv/stage3-lp64d.spec|  0
 releases/{specs => specs-qemu}/riscv/stage3-multilib.spec |  0
 ...catalyst-auto-riscv.conf => catalyst-auto-qemu-riscv.conf} | 11 ++-
 19 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/releases/specs/riscv/stage1-ilp32.spec 
b/releases/specs-qemu/riscv/stage1-ilp32.spec
similarity index 100%
rename from releases/specs/riscv/stage1-ilp32.spec
rename to releases/specs-qemu/riscv/stage1-ilp32.spec

diff --git a/releases/specs/riscv/stage1-lp64-systemd.spec 
b/releases/specs-qemu/riscv/stage1-lp64-systemd.spec
similarity index 100%
rename from releases/specs/riscv/stage1-lp64-systemd.spec
rename to releases/specs-qemu/riscv/stage1-lp64-systemd.spec

diff --git a/releases/specs/riscv/stage1-lp64.spec 
b/releases/specs-qemu/riscv/stage1-lp64.spec
similarity index 100%
rename from releases/specs/riscv/stage1-lp64.spec
rename to releases/specs-qemu/riscv/stage1-lp64.spec

diff --git a/releases/specs/riscv/stage1-lp64d-systemd.spec 
b/releases/specs-qemu/riscv/stage1-lp64d-systemd.spec
similarity index 100%
rename from releases/specs/riscv/stage1-lp64d-systemd.spec
rename to releases/specs-qemu/riscv/stage1-lp64d-systemd.spec

diff --git a/releases/specs/riscv/stage1-lp64d.spec 
b/releases/specs-qemu/riscv/stage1-lp64d.spec
similarity index 100%
rename from releases/specs/riscv/stage1-lp64d.spec
rename to releases/specs-qemu/riscv/stage1-lp64d.spec

diff --git a/releases/specs/riscv/stage1-multilib.spec 
b/releases/specs-qemu/riscv/stage1-multilib.spec
similarity index 100%
rename from releases/specs/riscv/stage1-multilib.spec
rename to releases/specs-qemu/riscv/stage1-multilib.spec

diff --git a/releases/specs/riscv/stage2-ilp32.spec 
b/releases/specs-qemu/riscv/stage2-ilp32.spec
similarity index 100%
rename from releases/specs/riscv/stage2-ilp32.spec
rename to releases/specs-qemu/riscv/stage2-ilp32.spec

diff --git a/releases/specs/riscv/stage2-lp64-systemd.spec 
b/releases/specs-qemu/riscv/stage2-lp64-systemd.spec
similarity index 100%
rename from releases/specs/riscv/stage2-lp64-systemd.spec
rename to releases/specs-qemu/riscv/stage2-lp64-systemd.spec

diff --git a/releases/specs/riscv/stage2-lp64.spec 
b/releases/specs-qemu/riscv/stage2-lp64.spec
similarity index 100%
rename from releases/specs/riscv/stage2-lp64.spec
rename to releases/specs-qemu/riscv/stage2-lp64.spec

diff --git a/releases/specs/riscv/stage2-lp64d-systemd.spec 
b/releases/specs-qemu/riscv/stage2-lp64d-systemd.spec
similarity index 100%
rename from releases/specs/riscv/stage2-lp64d-systemd.spec
rename to releases/specs-qemu/riscv/stage2-lp64d-systemd.spec

diff --git a/releases/specs/riscv/stage2-lp64d.spec 
b/releases/specs-qemu/riscv/stage2-lp64d.spec
similarity index 100%
rename from releases/specs/riscv/stage2-lp64d.spec
rename to releases/specs-qemu/riscv/stage2-lp64d.spec

diff --git a/releases/specs/riscv/stage2-multilib.spec 
b/releases/specs-qemu/riscv/stage2-multilib.spec
similarity index 100%
rename from releases/specs/riscv/stage2-multilib.spec
rename to releases/specs-qemu/riscv/stage2-multilib.spec

diff --git a/releases/specs/riscv/stage3-ilp32.spec 
b/releases/specs-qemu/riscv/stage3-ilp32.spec
similarity index 100%
rename from releases/specs/riscv/stage3-ilp32.spec
rename to releases/specs-qemu/riscv/stage3-ilp32.spec

diff --git a/releases/specs/riscv/stage3-lp64-systemd.spec 
b/releases/specs-qemu/riscv/stage3-lp64-systemd.spec
similarity index 100%
rename from 

[gentoo-commits] proj/releng:master commit in: releases/portage/stages-qemu/package.mask/releng/

2021-01-12 Thread Andreas K. Hüttel
commit: 0fb65f0ee80d5552a1535743c35a33967e79c581
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jan  8 20:14:14 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jan  8 20:14:33 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=0fb65f0e

Re-sync qemu config

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 releases/portage/stages-qemu/package.mask/releng/python39 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/releases/portage/stages-qemu/package.mask/releng/python39 
b/releases/portage/stages-qemu/package.mask/releng/python39
new file mode 100644
index ..62e1a8e8
--- /dev/null
+++ b/releases/portage/stages-qemu/package.mask/releng/python39
@@ -0,0 +1,2 @@
+# https://bugs.gentoo.org/759685
+dev-lang/python:3.9



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

2021-01-12 Thread Andreas K. Hüttel
commit: 0c7067713b7495aa26a45d85ccebc9f0843c50c3
Author: Andreas K. Huettel  gentoo  org>
AuthorDate: Wed Jan  6 15:46:02 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jan  8 20:09:03 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=0c706771

Add catalyst-auto option --nonetwork

Signed-off-by: Andreas K. Huettel  gentoo.org>

 tools/catalyst-auto| 16 +++-
 tools/catalyst-auto-riscv.conf | 15 ---
 2 files changed, 19 insertions(+), 12 deletions(-)

diff --git a/tools/catalyst-auto b/tools/catalyst-auto
index d71ad5a2..203abe81 100755
--- a/tools/catalyst-auto
+++ b/tools/catalyst-auto
@@ -24,6 +24,7 @@ preclean=0
 lastrun=0
 lock_file=
 parallel_sets=1
+nonetwork=0
 
 usage() {
local msg=$1
@@ -45,12 +46,16 @@ Options:
   -t|--test   Stop after mangling specs and copying files
   --intervalExit if last successful run was less than  ago
   -l|--lock File to grab a lock on to prevent multiple invocations
+  -X|--nonetwork  Do not perform network operations (like uploading result)
+  This needs to be supported by the config file as well.
   -h|--help   Show this message and quit
 
 EOH
 }
 
 send_email() {
+if [[ ${nonetwork} == 0 ]]; then
+
local subject="${EMAIL_SUBJECT_PREPEND} $1"
local message=$2
local logfile=$3
@@ -65,6 +70,8 @@ send_email() {
printf 'From: %s\r\nTo: %s\r\nSubject: %s\r\n\r\n%b' \
"${EMAIL_FROM}" "${EMAIL_TO}" "${subject}" "${body}" | \
/usr/sbin/sendmail -f "${EMAIL_FROM}" ${EMAIL_TO//,/ }
+
+fi
 }
 
 # Usage: run_cmd  
@@ -151,6 +158,9 @@ parse_args() {
-C|--preclean)
preclean=1
;;
+   -X|--nonetwork)
+   nonetwork=1
+   ;;
--interval)
lastrun=$1
shift
@@ -215,7 +225,7 @@ containerize() {
 # the script whenever there's an update.
 git_update() {
# If we've already relaunched, nothing to do.
-   if [[ ${GIT_UPDATE} == "true" ]] ; then
+   if [[ ${GIT_UPDATE} == "true" || ${nonetwork} == 1 ]] ; then
return
fi
 
@@ -240,6 +250,8 @@ git_update() {
 # SSH fingerprint from DNS. To do this securely, we need to ensure DNSSEC is
 # working.
 verify_dnssec() {
+if [[ ${nonetwork} == 0 ]]; then
+
which dig >/dev/null || {
echo "net-dns/bind-tools is needed to verify DNSSEC is working"
exit 1
@@ -254,6 +266,8 @@ verify_dnssec() {
echo "DNSSEC is not enabled in /etc/resolv.conf"
exit 1
fi
+
+fi
 }
 
 run_catalyst_commands() {

diff --git a/tools/catalyst-auto-riscv.conf b/tools/catalyst-auto-riscv.conf
index 4a5d40b5..6a7e8657 100644
--- a/tools/catalyst-auto-riscv.conf
+++ b/tools/catalyst-auto-riscv.conf
@@ -24,15 +24,6 @@ SET_ilp32_SPECS="stage1-ilp32.spec stage2-ilp32.spec 
stage3-ilp32.spec"
 
 #KCONFIG_DIR=${REPO_DIR}/releases/kconfig/${ARCH}
 
-send_email() {
-   :
-}
-
-# no upload -> no dnssec needed
-verify_dnssec() {
-   :
-}
-
 update_symlinks() {
# Symlink the latest stages3 to build from
local d f
@@ -47,8 +38,10 @@ update_symlinks() {
 }
 
 upload() {
-   echo NOT Uploading "$@"
-#  rsync -e 'ssh -i /root/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o 
VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no' "$@" 
al...@releng-incoming.gentoo.org:
+if [[ ${nonetwork} == 0 ]]; then
+   echo Uploading "$@"
+   rsync -e 'ssh -i /root/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o 
VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no' "$@" 
ri...@releng-incoming.gentoo.org:
+fi
 }
 
 post_build() {



[gentoo-commits] proj/releng:master commit in: releases/specs-qemu/arm/armv6j/softfloat/, ...

2021-01-12 Thread Andreas K. Hüttel
commit: 7db5989094042b038e703c25077f24b85287c9dd
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jan  8 22:55:32 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jan  8 22:55:32 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=7db59890

Add complete set of qemu-adapted arm specs

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 releases/specs-qemu/arm/armv4tl/stage1-systemd.spec | 13 +
 releases/specs-qemu/arm/armv4tl/stage1.spec | 13 +
 releases/specs-qemu/arm/armv4tl/stage2-systemd.spec | 11 +++
 releases/specs-qemu/arm/armv4tl/stage2.spec | 11 +++
 releases/specs-qemu/arm/armv4tl/stage3-systemd.spec | 11 +++
 releases/specs-qemu/arm/armv4tl/stage3.spec | 11 +++
 releases/specs-qemu/arm/armv5tel/stage1-systemd.spec| 13 +
 releases/specs-qemu/arm/armv5tel/stage1.spec| 13 +
 releases/specs-qemu/arm/armv5tel/stage2-systemd.spec| 11 +++
 releases/specs-qemu/arm/armv5tel/stage2.spec| 11 +++
 releases/specs-qemu/arm/armv5tel/stage3-systemd.spec| 11 +++
 releases/specs-qemu/arm/armv5tel/stage3.spec| 11 +++
 .../specs-qemu/arm/armv6j/hardfloat/stage1-systemd.spec | 13 +
 releases/specs-qemu/arm/armv6j/hardfloat/stage1.spec| 13 +
 .../specs-qemu/arm/armv6j/hardfloat/stage2-systemd.spec | 11 +++
 releases/specs-qemu/arm/armv6j/hardfloat/stage2.spec| 11 +++
 .../specs-qemu/arm/armv6j/hardfloat/stage3-systemd.spec | 11 +++
 releases/specs-qemu/arm/armv6j/hardfloat/stage3.spec| 11 +++
 .../specs-qemu/arm/armv6j/softfloat/stage1-systemd.spec | 13 +
 releases/specs-qemu/arm/armv6j/softfloat/stage1.spec| 13 +
 .../specs-qemu/arm/armv6j/softfloat/stage2-systemd.spec | 11 +++
 releases/specs-qemu/arm/armv6j/softfloat/stage2.spec| 11 +++
 .../specs-qemu/arm/armv6j/softfloat/stage3-systemd.spec | 11 +++
 releases/specs-qemu/arm/armv6j/softfloat/stage3.spec| 11 +++
 .../specs-qemu/arm/armv7a/hardfloat/stage1-systemd.spec | 13 +
 releases/specs-qemu/arm/armv7a/hardfloat/stage1.spec| 13 +
 .../specs-qemu/arm/armv7a/hardfloat/stage2-systemd.spec | 11 +++
 releases/specs-qemu/arm/armv7a/hardfloat/stage2.spec| 11 +++
 .../specs-qemu/arm/armv7a/hardfloat/stage3-systemd.spec | 11 +++
 releases/specs-qemu/arm/armv7a/hardfloat/stage3.spec| 11 +++
 .../specs-qemu/arm/armv7a/softfloat/stage1-systemd.spec | 13 +
 releases/specs-qemu/arm/armv7a/softfloat/stage1.spec| 13 +
 .../specs-qemu/arm/armv7a/softfloat/stage2-systemd.spec | 11 +++
 releases/specs-qemu/arm/armv7a/softfloat/stage2.spec| 11 +++
 .../specs-qemu/arm/armv7a/softfloat/stage3-systemd.spec | 11 +++
 releases/specs-qemu/arm/armv7a/softfloat/stage3.spec| 11 +++
 36 files changed, 420 insertions(+)

diff --git a/releases/specs-qemu/arm/armv4tl/stage1-systemd.spec 
b/releases/specs-qemu/arm/armv4tl/stage1-systemd.spec
new file mode 100644
index ..15803529
--- /dev/null
+++ b/releases/specs-qemu/arm/armv4tl/stage1-systemd.spec
@@ -0,0 +1,13 @@
+subarch: armv4tl
+version_stamp: systemd-@TIMESTAMP@
+target: stage1
+rel_type: default
+profile: default/linux/arm/17.0/armv4t/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-armv4tl-systemd-latest
+compression_mode: pixz_x
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng
+interpreter: /usr/bin/qemu-arm

diff --git a/releases/specs-qemu/arm/armv4tl/stage1.spec 
b/releases/specs-qemu/arm/armv4tl/stage1.spec
new file mode 100644
index ..ba04f137
--- /dev/null
+++ b/releases/specs-qemu/arm/armv4tl/stage1.spec
@@ -0,0 +1,13 @@
+subarch: armv4tl
+version_stamp: @TIMESTAMP@
+target: stage1
+rel_type: default
+profile: default/linux/arm/17.0/armv4t
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-armv4tl-latest
+compression_mode: pixz_x
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng
+interpreter: /usr/bin/qemu-arm

diff --git a/releases/specs-qemu/arm/armv4tl/stage2-systemd.spec 
b/releases/specs-qemu/arm/armv4tl/stage2-systemd.spec
new file mode 100644
index ..10fd5af4
--- /dev/null
+++ b/releases/specs-qemu/arm/armv4tl/stage2-systemd.spec
@@ -0,0 +1,11 @@
+subarch: armv4tl
+version_stamp: systemd-@TIMESTAMP@
+target: stage2
+rel_type: default
+profile: default/linux/arm/17.0/armv4t/systemd
+snapshot: @TIMESTAMP@
+source_subpath: 

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

2021-01-12 Thread Lars Wendler
commit: addde0302666208f1e01cf7634e0ac6d3eaa6d7c
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jan 13 01:27:53 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jan 13 01:27:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=addde030

app-admin/keepassxc: Bump to version 2.6.3

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

 app-admin/keepassxc/Manifest   |  1 +
 app-admin/keepassxc/keepassxc-2.6.3.ebuild | 90 ++
 2 files changed, 91 insertions(+)

diff --git a/app-admin/keepassxc/Manifest b/app-admin/keepassxc/Manifest
index d0348241f3e..b365541c302 100644
--- a/app-admin/keepassxc/Manifest
+++ b/app-admin/keepassxc/Manifest
@@ -1,2 +1,3 @@
 DIST keepassxc-2.6.1-src.tar.xz 5715948 BLAKE2B 
5490757fd939b572f2f281dc6ecfcd6afc7f9a5b2ebf3cc0c8ae4a95bb982ad755a9363f6133fb0f4ac2a2b5e0a6c66a7dba954911cb5baf70d447fc8d6089bf
 SHA512 
9fb2d01d80e2b61c847c0544c280c1f3bfca671268e2dbbe78e0f3c1264f38125a3767ceb4591261f3586cd71f4fff47ecc6eacaecf1e707cea5e8907542313a
 DIST keepassxc-2.6.2-src.tar.xz 5720788 BLAKE2B 
c6bcc0af594c3b697d8e74752edb0389c80c72008bd57dcc36d9606462ea4bc9c6012a9f3f31702a9c0f88004fdc66f1ee4fbebd8a501227f4579ea8f3f1078f
 SHA512 
b297edc4fae32b65430802094bd63dc301addae36859365a3009899d5bc20b32934e174ea56bf3fd1ee633a263ab36b577cba5aaa75bf4ad597f44606f7b5fd1
+DIST keepassxc-2.6.3-src.tar.xz 7562816 BLAKE2B 
1b33850ed996a2f07b1665309bb4680329a0f858d89e9e89f7ca39a84f27f1a4364bd8526d1907b4fc4d5dd586b3dc48d9d9b6235b78b52edc4db08ca72d79fa
 SHA512 
37f97c0851731badffc9c40ed2dcc5c8fc200ea96b32281c21cf199799681abbd74fb191140022ad7872d69ee139e12646e19697010f539690e4e0f0f1c92558

diff --git a/app-admin/keepassxc/keepassxc-2.6.3.ebuild 
b/app-admin/keepassxc/keepassxc-2.6.3.ebuild
new file mode 100644
index 000..5fd7f39fa64
--- /dev/null
+++ b/app-admin/keepassxc/keepassxc-2.6.3.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg
+
+DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition"
+HOMEPAGE="https://keepassxc.org;
+
+if [[ "${PV}" !=  ]] ; then
+   if [[ "${PV}" == *_beta* ]] ; then
+   
SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV/_/-}.tar.gz 
-> ${P}.tar.gz"
+   S="${WORKDIR}/${P/_/-}"
+   else
+   
#SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   
SRC_URI="https://github.com/keepassxreboot/keepassxc/releases/download/${PV}/${P}-src.tar.xz;
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+   fi
+else
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/keepassxreboot/${PN};
+fi
+
+LICENSE="LGPL-2.1 GPL-2 GPL-3"
+SLOT="0"
+IUSE="autotype browser ccache keeshare +network test yubikey"
+
+RDEPEND="
+   app-crypt/argon2:=
+   dev-libs/libgcrypt:=
+   >=dev-libs/libsodium-1.0.12:=
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   media-gfx/qrencode:=
+   sys-libs/readline:0=
+   sys-libs/zlib:=
+   autotype? (
+   dev-qt/qtx11extras:5
+   x11-libs/libX11
+   x11-libs/libXi
+   x11-libs/libXtst
+   )
+   keeshare? ( dev-libs/quazip )
+   yubikey? ( sys-auth/ykpers )
+"
+
+DEPEND="
+   ${RDEPEND}
+   dev-qt/linguist-tools:5
+   dev-qt/qttest:5
+"
+BDEPEND="
+   ccache? ( dev-util/ccache )
+"
+
+RESTRICT="!test? ( test )"
+
+src_prepare() {
+use test || \
+   sed -e "/^find_package(Qt5Test/d" -i CMakeLists.txt || die
+
+cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWITH_CCACHE="$(usex ccache)"
+   -DWITH_GUI_TESTS=OFF
+   -DWITH_TESTS="$(usex test)"
+   -DWITH_XC_AUTOTYPE="$(usex autotype)"
+   -DWITH_XC_DOCS=OFF
+   -DWITH_XC_BROWSER="$(usex browser)"
+   -DWITH_XC_FDOSECRETS=ON
+   -DWITH_XC_KEESHARE="$(usex keeshare)"
+   -DWITH_XC_NETWORKING="$(usex network)"
+   -DWITH_XC_SSHAGENT=ON
+   -DWITH_XC_UPDATECHECK=OFF
+   -DWITH_XC_YUBIKEY="$(usex yubikey)"
+   )
+   if [[ "${PV}" == *_beta* ]] ; then
+   mycmakeargs+=( -DOVERRIDE_VERSION="${PV/_/-}" )
+   fi
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-backends/files/, media-gfx/sane-backends/, profiles/desc/

2021-01-12 Thread Lars Wendler
commit: dcbeb65befc813a87bc9f0d45adefb5fa954f196
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jan 13 01:19:43 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jan 13 01:21:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcbeb65b

media-gfx/sane-backends: Bump to version 1.0.31

- Fixed build with autoconf-2.70 (#750374)
- Added support for pieusb backend (#744703)
- Added python-any-r1 eclass because the auto-generated gitlab
  tarballs we use require to generate some files with a shipped
  python script
- Removed user LDFLAGS from pkgconfig files
- Converted some variables into arrays
- Minor ebuild overhaul

Closes: https://bugs.gentoo.org/744703
Closes: https://bugs.gentoo.org/750374
Closes: https://bugs.gentoo.org/759982
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Lars Wendler  gentoo.org>

 media-gfx/sane-backends/Manifest   |   1 +
 .../files/sane-backends-1.0.31-autoconf-2.70.patch |  93 ++
 .../sane-backends-1.0.31-backend_pot_input.patch   |  33 ++
 .../sane-backends-1.0.31-udev_rules_update.patch   |  55 
 .../sane-backends/sane-backends-1.0.31.ebuild  | 362 +
 profiles/desc/sane_backends.desc   |   1 +
 6 files changed, 545 insertions(+)

diff --git a/media-gfx/sane-backends/Manifest b/media-gfx/sane-backends/Manifest
index 4a1266cd003..ab68444f748 100644
--- a/media-gfx/sane-backends/Manifest
+++ b/media-gfx/sane-backends/Manifest
@@ -1 +1,2 @@
 DIST backends-1.0.30.tar.gz 5721262 BLAKE2B 
139d3ca908d54b94d14ef4145d44a89b939807c15870be03c3c028cf95351bf9a4abd3ea115b84396366bb054f37ade883f429467dceb0663c2855b92e0a4fa5
 SHA512 
19127c8109c1587d60d8cba713f73b1a24242df44fa49c3e59320f48022783f05d26d3242a3f87478e583a807d88b446ef7a51afb33b674be29656496c435d7b
+DIST backends-1.0.31.tar.gz 5731445 BLAKE2B 
d70691acbd3f5788a26bab6b35eeb243801b435272b57e3fa568127562ff57797452e396e6e5f058c33d3bce0f99b672542fb89bc8eb4d36cbe82ccc20b8f298
 SHA512 
d8ef05cc3aa9c4fa42c9241e1e61fc93e7959df3746a3a2cfaa6e4fb26dfd0911b4d3227b2da28852f8630fa17ad3432a1230a6f4425340e79a3b82ec5eaa9eb

diff --git 
a/media-gfx/sane-backends/files/sane-backends-1.0.31-autoconf-2.70.patch 
b/media-gfx/sane-backends/files/sane-backends-1.0.31-autoconf-2.70.patch
new file mode 100644
index 000..f1fe4765bdd
--- /dev/null
+++ b/media-gfx/sane-backends/files/sane-backends-1.0.31-autoconf-2.70.patch
@@ -0,0 +1,93 @@
+From 445b5bd7e19245c08de6a0e669dd9211d2597bfa Mon Sep 17 00:00:00 2001
+From: Olaf Meeuwissen 
+Date: Fri, 1 Jan 2021 15:53:11 +0900
+Subject: [PATCH] Drop use of obsoleted autoconf AC_HEADER_STDC macro.  Fixes
+ #409
+
+Use of the STDC_HEADER pre-processor macro that the autoconf macro
+used to define has been removed.  Conditionalized code is now used
+unconditionally.  This should be fine as the macro checks for ANSI
+C, i.e. C89 (ISO C90), compliant headers.  We already require C99.
+---
+ acinclude.m4|  3 ---
+ lib/md5.c   | 10 ++
+ sanei/sanei_pa4s2.c |  8 +++-
+ sanei/sanei_pp.c|  8 +++-
+ 4 files changed, 8 insertions(+), 21 deletions(-)
+
+diff --git a/acinclude.m4 b/acinclude.m4
+index e10f8ceb2..9393278c2 100644
+--- a/acinclude.m4
 b/acinclude.m4
+@@ -73,9 +73,6 @@ AC_DEFUN([SANE_CHECK_MISSING_HEADERS],
+   if test "${ac_cv_header_unistd_h}" != "yes" ; then
+ MISSING_HEADERS="${MISSING_HEADERS}\"unistd.h\" "
+   fi
+-  if test "${ac_cv_header_stdc}" != "yes" ; then
+-MISSING_HEADERS="${MISSING_HEADERS}\"ANSI C headers\" "
+-  fi
+   if test "${MISSING_HEADERS}" != "" ; then
+ echo "*** The following essential header files couldn't be found:"
+ echo "*** ${MISSING_HEADERS}"
+diff --git a/lib/md5.c b/lib/md5.c
+index 923a17c78..009c6d9a0 100644
+--- a/lib/md5.c
 b/lib/md5.c
+@@ -26,14 +26,8 @@
+ 
+ #include 
+ 
+-#if STDC_HEADERS || defined _LIBC
+-# include 
+-# include 
+-#else
+-# ifndef HAVE_MEMCPY
+-#  define memcpy(d, s, n) bcopy ((s), (d), (n))
+-# endif
+-#endif
++#include 
++#include 
+ 
+ #include "md5.h"
+ 
+diff --git a/sanei/sanei_pa4s2.c b/sanei/sanei_pa4s2.c
+index b1d95fe02..5365151fd 100644
+--- a/sanei/sanei_pa4s2.c
 b/sanei/sanei_pa4s2.c
+@@ -150,11 +150,9 @@ static int sanei_pa4s2_dbg_init_called = SANE_FALSE;
+ 
+ #endif /* NDEBUG */
+ 
+-#if defined(STDC_HEADERS)
+-# include 
+-# include 
+-# include 
+-#endif
++#include 
++#include 
++#include 
+ #if defined(HAVE_STRING_H)
+ # include 
+ #elif defined(HAVE_STRINGS_H)
+diff --git a/sanei/sanei_pp.c b/sanei/sanei_pp.c
+index 3077342e4..752945a89 100644
+--- a/sanei/sanei_pp.c
 b/sanei/sanei_pp.c
+@@ -135,11 +135,9 @@ inb( u_long port )
+ #include "../include/sane/sanei_debug.h"
+ #include "../include/sane/sanei_pp.h"
+ 
+-#if defined(STDC_HEADERS)
+-# include 
+-# include 
+-# include 
+-#endif
++#include 
++#include 
++#include 
+ #if defined(HAVE_STRING_H)
+ # include 
+ #elif defined(HAVE_STRINGS_H)
+-- 
+GitLab
+

diff --git 

[gentoo-commits] repo/gentoo:master commit in: app-doc/votca-csg-manual/

2021-01-12 Thread Christoph Junghans
commit: 5253ee2bec0a7e94f881cf64a0475ead858135c6
Author: Christoph Junghans  gentoo  org>
AuthorDate: Wed Jan 13 00:49:41 2021 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Jan 13 01:20:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5253ee2b

app-doc/votca-csg-manual: was merged into sci-chemistry/votca-csg

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Christoph Junghans  gentoo.org>

 app-doc/votca-csg-manual/metadata.xml  | 15 -
 .../votca-csg-manual/votca-csg-manual-.ebuild  | 36 --
 2 files changed, 51 deletions(-)

diff --git a/app-doc/votca-csg-manual/metadata.xml 
b/app-doc/votca-csg-manual/metadata.xml
deleted file mode 100644
index 71690409f62..000
--- a/app-doc/votca-csg-manual/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   jungh...@gentoo.org
-   Christoph Junghans
-   
-   
-   sci-chemis...@gentoo.org
-   Gentoo Chemistry Project
-   
-   
-   votca/csg-manual
-   
-

diff --git a/app-doc/votca-csg-manual/votca-csg-manual-.ebuild 
b/app-doc/votca-csg-manual/votca-csg-manual-.ebuild
deleted file mode 100644
index 2775809a3e0..000
--- a/app-doc/votca-csg-manual/votca-csg-manual-.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-CMAKE_MAKEFILE_GENERATOR="ninja"
-
-inherit cmake-utils
-
-IUSE=""
-DEPEND="=sci-chemistry/csg-${PV} )"
-if [ "${PV}" != "" ]; then
-   SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86 ~amd64-linux"
-   S="${WORKDIR}/${P#votca-}"
-else
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/${PN/-//}.git;
-   KEYWORDS=""
-fi
-
-DESCRIPTION="Manual for votca-csg"
-HOMEPAGE="http://www.votca.org;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-RDEPEND=""
-
-DEPEND="
-   app-doc/doxygen[dot]
-   dev-texlive/texlive-latexextra
-   virtual/latex-base
-   dev-tex/pgf
-   >=app-text/txt2tags-2.5
-   ~sci-chemistry/votca-csg-${PV}"



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-xtp/

2021-01-12 Thread Christoph Junghans
commit: 3c0e2e08edfcfb89f32733cf81ef268f24a9796a
Author: Christoph Junghans  gentoo  org>
AuthorDate: Wed Jan 13 01:18:05 2021 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Jan 13 01:20:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0e2e08

sci-chemistry/votca-xtp: add v1.6.4

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Christoph Junghans  gentoo.org>

 sci-chemistry/votca-xtp/Manifest   |  1 +
 sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/sci-chemistry/votca-xtp/Manifest b/sci-chemistry/votca-xtp/Manifest
index af3c7ca11cc..9c731d37fe5 100644
--- a/sci-chemistry/votca-xtp/Manifest
+++ b/sci-chemistry/votca-xtp/Manifest
@@ -5,6 +5,7 @@ DIST votca-xtp-1.5.tar.gz 14637712 BLAKE2B 
af04de706f0d100968928459a03b6a94a94a2
 DIST votca-xtp-1.6.1.tar.gz 1405246 BLAKE2B 
b32db1e50ebfd79683ea2bf990293d9dfcf7703f3d95467a3fac5f98ec98e9bf1d29bab079e8f328fab8998144af186e7f47e99d9312763f7d73a1ae364ce58a
 SHA512 
8b1bb235e70c239d0c57ceac65cd384841ea136d61f28bc72cbe2cfb47f9d776d42e06180acd1d8da93d0a0586e0bc3884ed82830d0f31c498ce225ca79a45aa
 DIST votca-xtp-1.6.2.tar.gz 1405868 BLAKE2B 
4e5700cec41ede632b97904259040aef2b79f9698547bf508584e49ff5cb16ab627c31732136de67bed3f70af9bf890a25bf511e8d9278821107760fc29441b7
 SHA512 
64610239ef5b902daa4ff475b4fea194912ef2a50e24214fcecf7d63336208a642c5ae5f02b0f21d04a78acaef224ba9a29b06b9380dbd6a43553e704efc54fe
 DIST votca-xtp-1.6.3.tar.gz 1405361 BLAKE2B 
35b73f754f6485c96624e75db7583559601e286d1a782259266f7a4e210ab21615d8ba6d308975483428091bf58a55b8fc96327543c17f8b5786744560cdf239
 SHA512 
2de786a10a3776b6a6e187cd1c42b173cb912b1169b6283ccd245fac9b2f03a94235b2ff8a372dee83e33f6669211b1f79573b099ad9775971ece79a88ac990c
+DIST votca-xtp-1.6.4.tar.gz 1405299 BLAKE2B 
9d4e9d3f87e0c6be886df77bf52f9d8c0b4010fb1d77621a51b739986f3f5d70c85637c0d7b4d6a8a06d7dfc7e70ff5491bdc833a1b9da6fe1e8a9742a82d220
 SHA512 
f35e9605f4ac92547c801b254de792b5c3bf40200e8636869467997412357251df08f88ad851bc76cb0ba15428f06f28dbd4f64043a7612273468c8d653e52af
 DIST votca-xtp-1.6.tar.gz 1404955 BLAKE2B 
1599281ea1cd6b5a93b1d91f69a793af7bb9cd2fbf70157e5d40a5bfc72f973f3d97338f92157c2c482ad041f8afda298282b1f83dda66d0bb189bdc07bb5a23
 SHA512 
cb99c31fe7f1af53b8ccf50cc9cc304ed5c5b5d1a165e1a72a456c0bbf5ac8bb9263c9eff829acc74be348192afbf80fd4d80a2c20d1dd5d7f909b1b50368670
 DIST votca-xtp-1.6_rc1.tar.gz 13586771 BLAKE2B 
d5b72a7389b77df0570eac0021870bba3fa66a89b3a2df1e08632b1c1827884d101ef8d972762dae35e44e53e7a9fe9278d3204eec09c35d091ab3427b055be4
 SHA512 
0b54eddcf944967b1d41f75f4887eba9edc3be18b94d319e93e795a24f58a2877d7f60afd806290eacb41d329d1b1206ebaab83874d6be2d5b026f06dbc19dfd
 DIST votca-xtp-manual-1.4.1.pdf 1066873 BLAKE2B 
8cbd4b55b013794a19a8b5867b929b8e2d9084e6780d777b2a2bbaea23006f4f4ec5b26bd4a07c59e1c6726f23471eb1756b668636e0c4e656a0807e64197586
 SHA512 
fdf1147f24785524f5e96020fcd29c32bbeef520eebf6afba32b59d7e777d586c452919478d2734c3f021e558b1147b945cdbc0833402be2b16e5af3a8e37f5f

diff --git a/sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild 
b/sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild
new file mode 100644
index 000..a709871034b
--- /dev/null
+++ b/sci-chemistry/votca-xtp/votca-xtp-1.6.4.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_MAKEFILE_GENERATOR="ninja"
+
+inherit bash-completion-r1 cmake multilib
+
+IUSE=""
+if [ "${PV}" != "" ]; then
+   SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86 ~amd64-linux"
+   S="${WORKDIR}/${P#votca-}"
+else
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/${PN/-//}.git;
+   KEYWORDS=""
+fi
+
+DESCRIPTION="Votca excitation and charge properties module"
+HOMEPAGE="http://www.votca.org;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RDEPEND="
+   ~sci-libs/votca-tools-${PV}
+   >=dev-cpp/eigen-3.3
+   sci-libs/hdf5[cxx]
+   ~sci-chemistry/votca-csg-${PV}
+   sci-libs/libxc"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=( README.md NOTICE CHANGELOG.md )
+
+pkg_postinst() {
+   einfo
+   einfo "Please read and cite:"
+   einfo "VOTCA-XTP, J. Chem. Theo. Comp. 14, 6353 (2018)"
+   einfo "https://doi.org/10.1021/acs.jctc.8b00617;
+   einfo
+}



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csg/

2021-01-12 Thread Christoph Junghans
commit: 6bea91e91422c54464d111879d0666023d6f6cfd
Author: Christoph Junghans  gentoo  org>
AuthorDate: Wed Jan 13 00:44:03 2021 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Jan 13 00:44:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bea91e9

sci-chemistry/votca-csg: add v1.6.4

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Christoph Junghans  gentoo.org>

 sci-chemistry/votca-csg/Manifest   |  3 +
 sci-chemistry/votca-csg/votca-csg-1.6.4.ebuild | 92 ++
 2 files changed, 95 insertions(+)

diff --git a/sci-chemistry/votca-csg/Manifest b/sci-chemistry/votca-csg/Manifest
index 2b1a53b094a..373cbaa92f2 100644
--- a/sci-chemistry/votca-csg/Manifest
+++ b/sci-chemistry/votca-csg/Manifest
@@ -5,6 +5,7 @@ DIST votca-csg-1.5.tar.gz 429164 BLAKE2B 
da04bd9ce8e879e9a961006256e03d160fa49fe
 DIST votca-csg-1.6.1.tar.gz 474044 BLAKE2B 
36ededfffe7af5b87b2a031f69afbb9cc727af9454466163312e48c23719f6fe3cb727de96c419ae6e7d4901576013bd76f84d8e7e394cc65df4d83bd1ce30bb
 SHA512 
b8f0f1bf2ca57ee9e2050b4a76e1d725ccb0908314886415f36d4e4554953b4e1c93f7c05502afb77f9b7b5ef3059ebbf7f223b965ba72ae45736798fa2e6ad9
 DIST votca-csg-1.6.2.tar.gz 522982 BLAKE2B 
e0376e04e7baabaa45cab2cc87ff3d7574a35a4a50d87763bb42232eb6f110904b9fb5cdee0a8f2b4057a441a8ca5e276a8d44e14ec3609301832c2ed18cfd94
 SHA512 
e1d88cc9d18718f323355736afaf309940234001abb39414dd4990f1ff231ef3e8f71d51c78929c422c296b96f304fa17f6c9671071148ff1446bdc1eb442708
 DIST votca-csg-1.6.3.tar.gz 523225 BLAKE2B 
4edb53515957f86f272c0bfbef2d72086432665d97fec4bda6011aaf732a5878c2d85e23d15ac24e5051ae3d11328799b5a0d76cf5c13a1202e11be10fe16b0b
 SHA512 
7804d17f5c79ab6420653e1f1007539edb8c22dab47b0a9c776d726c9ac955ae2e3740bcfa171d9a347b074692be81499329a54e9dcfa53a173a7be082739525
+DIST votca-csg-1.6.4.tar.gz 537966 BLAKE2B 
c9ccc3aa28bdc4a2a2c080104b70602d8cf4be19a71e7d0b4a1c03d11f54b645984103d1662823a9308a4e4c4baedef731de06ff314b168f89e7326c0d3c8ee9
 SHA512 
4cdbf6c0a593720675f48f574ff9a93d038a48037543c1e09a4559d3eb262a2d8bf83d5f5dab85b4820a541e0c57f7cca78315d5b3382763e8acd8cc0fcb65ac
 DIST votca-csg-1.6.tar.gz 464175 BLAKE2B 
1871c7edc4b4e848a06049a7c687e906f166312777bdbf5c65be8efe8d5032582fdca9dc7eca453b7013901f409326b0583c79731c68fa2b4e6366f021958b0b
 SHA512 
76cda93023d46a66ae31edcec0ece709ddc70a9be9d098721b945006c197ed3b6cbd1e643158797be518c4fe66f7b23d3e8d8735cbd9e155db3db0d79929cfbe
 DIST votca-csg-1.6_rc1.tar.gz 479265 BLAKE2B 
c4ba3c81eefd375eea6f8c0b1cd60f9cc80898fb7e8e811ecc286f06d94bd4316edfca277649ec3f7f8b751b2f2928ca2dfe61cc3b1c3060a324ea783c62003f
 SHA512 
6622648ddc3308ca2f8e98d6dbcd28e33a4e0fb44d96ef94ebcaa2e87e5ba3ca2ab83dcc1de4fd0803dbc20ba7192f5fdd2c935b364ed4e2122b5948c10d4936
 DIST votca-csg-manual-1.4.1.pdf 1282641 BLAKE2B 
370b7c8997649555fd2360b999cf381c340a74c3747afda23d0e9d346367cc6d14d4e9a0e9ac82184945427d30050dd623dd1b6d8218c6ff3d2f17331987aaae
 SHA512 
e89f41af05eaeb9ea499e8625cc98e2632ec647ec2d8c9c9052dcd4d2935d082b29b51495514e3e06e73ce42b8cda7017fc523a013569378e2bc86bf88ad32d4
@@ -14,6 +15,7 @@ DIST votca-csg-manual-1.5.pdf 1273566 BLAKE2B 
edfa2adb942d968cf79499e89342b7aaab
 DIST votca-csg-manual-1.6.1.pdf 1248350 BLAKE2B 
d4433974e38785fb968bd357ed2914515b2a22a78d6417597265bb1420b5af8b7b9849533a5faba571bcf635eff8385b244b2252bf7a20d3adb9318cd7115b03
 SHA512 
d627a9c7a71b8ac5e8d6ca109f0ea56978706b0dd1408aaf10b75b4b52f40b6150063248477ca2b5922f603e8d582ddd4dec3de73b3991db5fbb7bf204d347a3
 DIST votca-csg-manual-1.6.2.pdf 1241907 BLAKE2B 
9d51682099081cb8301eed10e7bb4f3afea89561626da5f3b361939d8d9b4ed15bb49392074bc19c530d413f4913afbf4ce612ee62e0e4d22c30f856a2019cbb
 SHA512 
a85094bfa9ae2fcef52f42af162eb1a94ed30de9d7785aac03d7591177f6982dd315874566ce2671df508a3139ce8816c6becf0e0c1d0bfb9b675063810eb3e7
 DIST votca-csg-manual-1.6.3.pdf 1242192 BLAKE2B 
18097cd949b1c874b41b9e0df0ae3815027a5d7fe3d7a3b236ae2aacb269106265e9467a4d78dfefd6f51bcd514727d88500e43d759df0d23f76644833d4b2f7
 SHA512 
a631670100dd1f26f2fa815b714dc51c7551f2d92d2072af210778cc380bfdcbc70d01c0a47b88b0ea351d73a5fd334db1da8463d21c933d7af3d7af3b10ccc2
+DIST votca-csg-manual-1.6.4.pdf 1242124 BLAKE2B 
003a255d2869c8185f9e03038f646a80b682be3daceb18757c791f5d52101379402aee20c5dcb65ef8ce651bd6f6590ad5249e835e53ce92e04eb33214017a9e
 SHA512 
36956acd24a21cb0a1dd26d6640b41b7473132948327c05856191b4f9531b4d1d5f98be68a9d1a847935d47633d483e87c2300634233a6e617a010c1fb563690
 DIST votca-csg-manual-1.6.pdf 1248178 BLAKE2B 
5213d55787041db81fe8563febbf130db6aed9233e569039b66d69cfb173131353d45bef824640ee7b0a3fed7821ede4d5a6ce6ffc14d1548499317afdc0248a
 SHA512 
e91d4b8397b67808c9671b9adbaad41fd9a0ede90066e220839d86f21a9bbcd4e433534faf1dfbca106d55af5a6cce0425a5bdfa3eb30ebe14469594da0129ca
 DIST votca-csg-manual-1.6_rc1.pdf 1248403 BLAKE2B 
b702eff4a36d27d592147f115f4e9080cbf580b6401141a14865395f0cb927c35f60035f92724e71e5edadbbe3e317f93989eb6f2e0a0e7b9f685e56851546d2
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: sci-libs/votca-tools/

2021-01-12 Thread Christoph Junghans
commit: e1452a0f06b705edff2445a8977f8c437827ff39
Author: Christoph Junghans  gentoo  org>
AuthorDate: Wed Jan 13 00:12:02 2021 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Jan 13 00:12:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1452a0f

sci-libs/votca-tools: add v1.6.4

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Christoph Junghans  gentoo.org>

 sci-libs/votca-tools/Manifest |  1 +
 sci-libs/votca-tools/votca-tools-1.6.4.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/sci-libs/votca-tools/Manifest b/sci-libs/votca-tools/Manifest
index 63e70fa584a..8722a7ac507 100644
--- a/sci-libs/votca-tools/Manifest
+++ b/sci-libs/votca-tools/Manifest
@@ -5,5 +5,6 @@ DIST votca-tools-1.5.tar.gz 129464 BLAKE2B 
2ab72758cc7c9bed5a49c924f7f0a93dc562a
 DIST votca-tools-1.6.1.tar.gz 110141 BLAKE2B 
948908a3aedb360d63aaf4077de366fb8dad7b5c97cd4532458a67e90e6e0271ba4ef30a23be264f426a1f860708592360982f283346d0a4788111719d3a8ee9
 SHA512 
e7dc03df46670f83139c0283824a630d8bec6cda5da156bc09e35e3c373f1cc65359ddb912e6bf19431a588acc5569ad5745083d155fcc15c93980cfd26e
 DIST votca-tools-1.6.2.tar.gz 109808 BLAKE2B 
1eebb2950004ec5b0a0494904b35f5dc539a5a93e36d40ffdfba911632e48ef9431bfd8d6305c0b5f516c70cff8156976efa6d216ae061a77e018047e543beee
 SHA512 
03139591e934ae97b6c0ddcd0fa9480b4b9d28c05882489b9067b9519727a97a1589a645c3d9ad959d65fa622e3845e8d1d5141f210e2704907d7d6f0bff2abc
 DIST votca-tools-1.6.3.tar.gz 109937 BLAKE2B 
4cc6a0f061c3455ff326eada36c5b66e31aedbc6aac297db42a128940c17d81dbd41e47c7c9af012ab5b24a7fe9f12575bf3563fd566d62492d1c79f1887db02
 SHA512 
2bc780f7b852e0d63ef1a6ff697c75aa67666121b8192a965442b62167fe33f69b0d4c18fb6b255326d02ba3cffd02c6af8f5d67364fafd9de597897ab30e349
+DIST votca-tools-1.6.4.tar.gz 109929 BLAKE2B 
8bc55fcd0a021002f11d412440a369a169c3c62ae5978781010de0a05502e43ed1ccbe5066e3d46ac8ef6fd0c1471baca70d35f6468ccbfd480dc0fa6f2b5047
 SHA512 
7a334071086e755960a3bd938c1baa1979c4cc9cd8f865af00540fa45365bf1c3153ffb8a5a5948618c47ebafcda9ecc62850d44ea06b7f35ac4587bd423439a
 DIST votca-tools-1.6.tar.gz 109824 BLAKE2B 
e030899e210e0f3030d43796a468ea20a573fe7ee62fbfde53e2e6865a9c0657d92ed06ddc44ebfa1c37c6142c865e97380e00570070351d75c403ead6fcfd19
 SHA512 
0159bc10066e05da8ba0f70e3c70d8cb4cd7b07ebd58edff1ccfeb86504af855eb5cae7184200e5c8ee3a3f6b6b85ec46a045f00dc8e681073ae8fdbbfc3965a
 DIST votca-tools-1.6_rc1.tar.gz 128577 BLAKE2B 
d9270739c00f945ff4af24e45a529e73ff0da596956791991f03b5586134d16b5fec077b3859dcd685de96a334f419f5f82ede7df60614482c9fddc61a01ca8d
 SHA512 
42b0eae148bb93293ac16e193d2595aaa850dcee0dcaab1f6cf0ca8e36a95a1719a03243d421fbfb1034c81baf2ef294768a86530f0d69b59862df95846241ed

diff --git a/sci-libs/votca-tools/votca-tools-1.6.4.ebuild 
b/sci-libs/votca-tools/votca-tools-1.6.4.ebuild
new file mode 100644
index 000..a636260d880
--- /dev/null
+++ b/sci-libs/votca-tools/votca-tools-1.6.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_MAKEFILE_GENERATOR="ninja"
+
+inherit cmake eutils multilib
+
+if [ "${PV}" != "" ]; then
+   SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86 ~amd64-linux"
+   S="${WORKDIR}/${P#votca-}"
+else
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/${PN/-//}.git;
+   KEYWORDS=""
+fi
+
+DESCRIPTION="Votca tools library"
+HOMEPAGE="http://www.votca.org;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-libs/boost:=
+   dev-libs/expat
+   >=dev-cpp/eigen-3.3
+   sci-libs/fftw:3.0"
+
+DEPEND="${RDEPEND}
+   >=app-text/txt2tags-2.5
+   virtual/pkgconfig"
+
+DOCS=( NOTICE )
+
+src_configure() {
+   mycmakeargs=(
+   -DWITH_RC_FILES=OFF
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csgapps/

2021-01-12 Thread Christoph Junghans
commit: 2d055a98312384519412a8bf4e1d43c9882c86fa
Author: Christoph Junghans  gentoo  org>
AuthorDate: Wed Jan 13 00:44:40 2021 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Jan 13 00:44:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d055a98

sci-chemistry/votca-csgapps: add v1.6.4

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Christoph Junghans  gentoo.org>

 sci-chemistry/votca-csgapps/Manifest   |  1 +
 .../votca-csgapps/votca-csgapps-1.6.4.ebuild   | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/sci-chemistry/votca-csgapps/Manifest 
b/sci-chemistry/votca-csgapps/Manifest
index ba12ae2fc2a..aa8c16ad7a9 100644
--- a/sci-chemistry/votca-csgapps/Manifest
+++ b/sci-chemistry/votca-csgapps/Manifest
@@ -5,5 +5,6 @@ DIST votca-csgapps-1.5.tar.gz 25975 BLAKE2B 
185e759d658c6f763da2d26770766ec8ee05
 DIST votca-csgapps-1.6.1.tar.gz 20128 BLAKE2B 
509f684b84e7ebb718fbcf5b48adc732dc8c6b9f6478269e243dda3c980a5d91a46208863ac6227a07d90f6e2ea4e5cf2b50a7b34b6dbe2567d9a95ede4ee1de
 SHA512 
06e396c20990f7bb22ae8c888a36585b40a61280aa53a521c01128bbaadc1f449f85d4f41380ee3ce290defb64eca285be7dde1cd888f4cb69805695511a5b90
 DIST votca-csgapps-1.6.2.tar.gz 19549 BLAKE2B 
8aad4ff143a2073b4d17a4af0766898882ed011be4de814b6dca3cb4c1776fbee925fb4fef4ba1fd20d3aa3097440caeaab7fddb68b35322b5123868e7e2fbea
 SHA512 
f88f8ea41773b846ed7b3b910ad81c58a6dc1aabea5ae8ead030709c095e229b29443213854d358b4fa6518d8373b9a2acab741be2bbc33fec22d8f267f6cfe3
 DIST votca-csgapps-1.6.3.tar.gz 19588 BLAKE2B 
2de9490325832cbd0611cc97c7fff9594d1bff281da22ea8f7e5f054361d50dfc38145a627042ef24e91ba9c37de62b6f9efcdd8bd170ee6c0190802fdbce57e
 SHA512 
02215966ef9ea57089e9694cf0a1560f7a62e25dacbce80fea848e9d3d54a26be6174e6b4fe24ba7a6a13b675c0bdb5f407a7c30fc58a6b9c4bd826eb522f0b8
+DIST votca-csgapps-1.6.4.tar.gz 19589 BLAKE2B 
90a20c3acef3254b412697dbb543c216d4546241c2f98d8b1e6c7fbd2de5dc5268965f1035843c6832579158843069c610ebbf3363d2e604a1c7c3dc82e3d8d2
 SHA512 
89ea658092e979c90b9f3d75a8dd9f8ec95278c26fafb30c31a23581dcd7a65e52c8c7696ef14da5821e283d16ab96880041b7b20c9097f99b2fc1eac4a38184
 DIST votca-csgapps-1.6.tar.gz 20130 BLAKE2B 
0c34fba42a70f756043aae89f51b94cc0a9c9a85680ed78c56b4c05f834d94c74aff59e4adf6155e5fab81d057da58ec420d843532af57beeaa6e81f82432d92
 SHA512 
5a85abaf6b09a225604f33f2e0cfb774525159e9bce89efd7ebfc0c9c37342e472503ff51c3065be2a4b87e95671f55164c630477f404f94b0510a83e262352f
 DIST votca-csgapps-1.6_rc1.tar.gz 20138 BLAKE2B 
9374911f761fd78f01721e8e10f3b9c14f2ba894735735e4d09f5e29eb1d1b69f4fa081699d7a93abfad2ebe55d6439edbb6db547618e6d2cfbaf7bbc8a79ca8
 SHA512 
153bd6e537175c9908739c60ce80830ebf57c0686f11b21fc541995cb5355d4a3f7f7ee7d1707bb85f5fc859bf260a3a167450175ffe8feb92044e8018be996b

diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.6.4.ebuild 
b/sci-chemistry/votca-csgapps/votca-csgapps-1.6.4.ebuild
new file mode 100644
index 000..22446817558
--- /dev/null
+++ b/sci-chemistry/votca-csgapps/votca-csgapps-1.6.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_MAKEFILE_GENERATOR="ninja"
+
+inherit cmake
+
+if [ "${PV}" != "" ]; then
+   SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86 ~amd64-linux"
+   S="${WORKDIR}/${P#votca-}"
+else
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/${PN/-//}.git;
+   KEYWORDS=""
+fi
+
+DESCRIPTION="Extra applications for votca-csg"
+HOMEPAGE="http://www.votca.org;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   >=dev-cpp/eigen-3.3
+   ~sci-chemistry/${PN%apps}-${PV}"
+
+DEPEND="${RDEPEND}"
+
+DOCS=( README.md )



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csgapps/

2021-01-12 Thread Christoph Junghans
commit: 32764db88eba4fa55ca905de1a24f480e1544cd6
Author: Christoph Junghans  gentoo  org>
AuthorDate: Wed Jan 13 00:47:38 2021 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Jan 13 01:20:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32764db8

>sci-chemistry/votca-csgapps-1.6: was merged into >sci-chemistry/votca-csg-1.6

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Christoph Junghans  gentoo.org>

 .../votca-csgapps/votca-csgapps-.ebuild| 33 --
 1 file changed, 33 deletions(-)

diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-.ebuild 
b/sci-chemistry/votca-csgapps/votca-csgapps-.ebuild
deleted file mode 100644
index 22446817558..000
--- a/sci-chemistry/votca-csgapps/votca-csgapps-.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_MAKEFILE_GENERATOR="ninja"
-
-inherit cmake
-
-if [ "${PV}" != "" ]; then
-   SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86 ~amd64-linux"
-   S="${WORKDIR}/${P#votca-}"
-else
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/${PN/-//}.git;
-   KEYWORDS=""
-fi
-
-DESCRIPTION="Extra applications for votca-csg"
-HOMEPAGE="http://www.votca.org;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   >=dev-cpp/eigen-3.3
-   ~sci-chemistry/${PN%apps}-${PV}"
-
-DEPEND="${RDEPEND}"
-
-DOCS=( README.md )



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csg/

2021-01-12 Thread Christoph Junghans
commit: e25a6ed7fcd124c68b92d71d409dc9d85d1f7165
Author: Christoph Junghans  gentoo  org>
AuthorDate: Wed Jan 13 00:46:42 2021 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Jan 13 01:20:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e25a6ed7

sci-chemistry/votca-csg: live ebuild updates

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Christoph Junghans  gentoo.org>

 sci-chemistry/votca-csg/votca-csg-.ebuild | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/sci-chemistry/votca-csg/votca-csg-.ebuild 
b/sci-chemistry/votca-csg/votca-csg-.ebuild
index 0f23782e0f1..562ae3f8fdf 100644
--- a/sci-chemistry/votca-csg/votca-csg-.ebuild
+++ b/sci-chemistry/votca-csg/votca-csg-.ebuild
@@ -8,10 +8,8 @@ CMAKE_MAKEFILE_GENERATOR="ninja"
 inherit bash-completion-r1 cmake multilib
 
 IUSE="doc examples extras +gromacs hdf5"
-PDEPEND="extras? ( ~sci-chemistry/${PN}apps-${PV} )"
 if [ "${PV}" != "" ]; then
SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   doc? ( 
https://github.com/${PN/-//}-manual/releases/download/v${PV}/${PN}-manual-${PV}.pdf
 )
examples? ( 
https://github.com/${PN/-//}-tutorials/archive/v${PV}.tar.gz -> 
${PN}-tutorials-${PV}.tar.gz )"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
S="${WORKDIR}/${P#votca-}"
@@ -19,7 +17,6 @@ else
inherit git-r3
EGIT_REPO_URI="https://github.com/${PN/-//}.git;
KEYWORDS=""
-   PDEPEND="${PDEPEND} doc? ( ~app-doc/${PN}-manual-${PV} )"
 fi
 
 DESCRIPTION="Votca coarse-graining engine"
@@ -61,6 +58,7 @@ src_configure() {
-DWITH_GMX=$(usex gromacs)
-DCMAKE_DISABLE_FIND_PACKAGE_HDF5=$(usex '!hdf5')
-DWITH_RC_FILES=OFF
+   -DBUILD_CSGAPPS=ON
)
cmake_src_configure
 }
@@ -72,9 +70,6 @@ src_install() {
[[ ${i} = *csg_call ]] && continue
bashcomp_alias csg_call "${i##*/}"
done
-   if use doc; then
-   [[ ${PV} != ** ]] && dodoc 
"${DISTDIR}/${PN}-manual-${PV}.pdf"
-   fi
if use examples; then
insinto "/usr/share/doc/${PF}/tutorials"
docompress -x "/usr/share/doc/${PF}/tutorials"



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

2021-01-12 Thread Sam James
commit: 1b38a0fe39256da45ae58a834a7580f5befbac49
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 23:56:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 23:56:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b38a0fe

app-crypt/gnupg: Stabilize 2.2.25 amd64, #765007

Signed-off-by: Sam James  gentoo.org>

 app-crypt/gnupg/gnupg-2.2.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/gnupg/gnupg-2.2.25.ebuild 
b/app-crypt/gnupg/gnupg-2.2.25.ebuild
index e27450ca027..6f6b6902cf7 100644
--- a/app-crypt/gnupg/gnupg-2.2.25.ebuild
+++ b/app-crypt/gnupg/gnupg-2.2.25.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/gnupg/${MY_P}.tar.bz2
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 doc ldap nls readline scd-shared-access selinux +smartcard ssl 
tofu tools usb user-socket wks-server"
 
 # Existence of executables is checked during configuration.



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

2021-01-12 Thread Sam James
commit: f0288406e193d529e95a224a44122e7c934c82df
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 23:56:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 23:56:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0288406

sys-apps/usermode-utilities: Stabilize 20070815-r4 amd64, #764830

Signed-off-by: Sam James  gentoo.org>

 sys-apps/usermode-utilities/usermode-utilities-20070815-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/usermode-utilities/usermode-utilities-20070815-r4.ebuild 
b/sys-apps/usermode-utilities/usermode-utilities-20070815-r4.ebuild
index d1a97f409ab..4306c50aa36 100644
--- a/sys-apps/usermode-utilities/usermode-utilities-20070815-r4.ebuild
+++ b/sys-apps/usermode-utilities/usermode-utilities-20070815-r4.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://user-mode-linux.sourceforge.net/uml_utilities_${PV}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm ~x86"
+KEYWORDS="amd64 arm ~x86"
 IUSE="fuse"
 
 RDEPEND="



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

2021-01-12 Thread Sam James
commit: 0a48e0515cdcbf0ddd0099c2d59f9c5f7c632c86
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 23:56:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 23:56:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a48e051

sys-block/whdd: Stabilize 3.0.1 amd64, #764965

Signed-off-by: Sam James  gentoo.org>

 sys-block/whdd/whdd-3.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/whdd/whdd-3.0.1.ebuild b/sys-block/whdd/whdd-3.0.1.ebuild
index e3e2b0a37fc..38f9947c95c 100644
--- a/sys-block/whdd/whdd-3.0.1.ebuild
+++ b/sys-block/whdd/whdd-3.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
inherit vcs-snapshot
 fi
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/slop/

2021-01-12 Thread Sam James
commit: 14080cd3f7e3c448d31c4f6be36865993cd79224
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 23:56:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 23:56:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14080cd3

x11-misc/slop: Stabilize 7.5 amd64, #764896

Signed-off-by: Sam James  gentoo.org>

 x11-misc/slop/slop-7.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/slop/slop-7.5.ebuild b/x11-misc/slop/slop-7.5.ebuild
index a9c376b256e..e3d08d39be3 100644
--- a/x11-misc/slop/slop-7.5.ebuild
+++ b/x11-misc/slop/slop-7.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/naelstrof/slop.git;
 else
SRC_URI="https://github.com/naelstrof/slop/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3"



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

2021-01-12 Thread Sam James
commit: 2ebd46632288122469eafbb60680ba9ceadc0200
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 23:56:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 23:56:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ebd4663

media-gfx/maim: Stabilize 5.6.3 amd64, #764896

Signed-off-by: Sam James  gentoo.org>

 media-gfx/maim/maim-5.6.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/maim/maim-5.6.3.ebuild b/media-gfx/maim/maim-5.6.3.ebuild
index 561201c54d1..1e8914586a3 100644
--- a/media-gfx/maim/maim-5.6.3.ebuild
+++ b/media-gfx/maim/maim-5.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/naelstrof/maim.git;
 else
SRC_URI="https://github.com/naelstrof/maim/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: www-client/uget/

2021-01-12 Thread Sam James
commit: 3c13d3fe491ce9c9bd83b64fe7246c0da302
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 23:56:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 23:56:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c13d3fe

www-client/uget: Stabilize 2.2.1 amd64, #763858

Signed-off-by: Sam James  gentoo.org>

 www-client/uget/uget-2.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/uget/uget-2.2.1.ebuild 
b/www-client/uget/uget-2.2.1.ebuild
index de91193f2cd..52fb947fdb1 100644
--- a/www-client/uget/uget-2.2.1.ebuild
+++ b/www-client/uget/uget-2.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
 IUSE="aria2 appindicator control-socket +gnutls gstreamer libnotify nls 
openssl rss"
 REQUIRED_USE="^^ ( gnutls openssl )"
 



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

2021-01-12 Thread Sam James
commit: 9598d929dc126d974a1c319b83d69d0910aee905
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 23:46:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 23:46:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9598d929

dev-libs/freexl: bump to 1.0.6

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-libs/freexl/Manifest|  1 +
 dev-libs/freexl/freexl-1.0.6.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-libs/freexl/Manifest b/dev-libs/freexl/Manifest
index ca6e1f510d9..738d63c9261 100644
--- a/dev-libs/freexl/Manifest
+++ b/dev-libs/freexl/Manifest
@@ -1 +1,2 @@
 DIST freexl-1.0.5.tar.gz 938994 BLAKE2B 
a3d2667271f6ab3de61a90f75ba8f7a645c5eddcd7f6d452fbbd59dc211c4676bdef7f7772235f60898de1e0a6d2e4951a3eadf77c4766bf938f5d8465f9de42
 SHA512 
86d742f58353be1f3ab683899a4d914845250b481acc078c769ef337d0a6ea24d25501a3e7c73b95904c6839ddd35f53e58ad4eee0c3b433caa84db0a8c6462b
+DIST freexl-1.0.6.tar.gz 941179 BLAKE2B 
e0b04e66c56d3a2805eed3f86442269843a2ccf7133669b9506a1812562396f2b5bbc04e29c9f829d9df6e627fa31b87fccc5407275ffb205ff498bd47bc4b89
 SHA512 
efbbe261e57d5c05167ad8e1d5a5b348a7e702c0a4030b18dd2a8c60a38332caccbb073ff604bdf5bafac827310b41c7b79f9fa519ea512d6de2eafd9c1f71f6

diff --git a/dev-libs/freexl/freexl-1.0.6.ebuild 
b/dev-libs/freexl/freexl-1.0.6.ebuild
new file mode 100644
index 000..0677e5dfba8
--- /dev/null
+++ b/dev-libs/freexl/freexl-1.0.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Simple XLS data extraction library"
+HOMEPAGE="https://www.gaia-gis.it/fossil/freexl/index;
+SRC_URI="https://www.gaia-gis.it/gaia-sins/${PN}-sources/${P}.tar.gz;
+
+LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+
+DEPEND="virtual/libiconv"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   econf --disable-static
+}
+
+src_install() {
+   default
+
+   find "${ED}" -name '*.la' -type f -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/eterm/

2021-01-12 Thread Sam James
commit: e0254882d6ec2c5d70222e660fefbc5dfeba6dc0
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 23:44:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 23:44:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0254882

x11-terms/eterm: EAPI 7, missing BDEPEND (man2html)

Closes: https://bugs.gentoo.org/764137
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 x11-terms/eterm/eterm-0.9.6-r2.ebuild | 13 +++--
 x11-terms/eterm/eterm-.ebuild | 13 -
 2 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/x11-terms/eterm/eterm-0.9.6-r2.ebuild 
b/x11-terms/eterm/eterm-0.9.6-r2.ebuild
index dac113376d1..138602b2825 100644
--- a/x11-terms/eterm/eterm-0.9.6-r2.ebuild
+++ b/x11-terms/eterm/eterm-0.9.6-r2.ebuild
@@ -1,27 +1,29 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="A vt102 terminal emulator for X"
 HOMEPAGE="http://www.eterm.org/;
 SRC_URI="
http://www.eterm.org/download/${P^}.tar.gz
!minimal? ( http://www.eterm.org/download/Eterm-bg-${PV}.tar.gz )"
+S="${WORKDIR}/${P^}"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~ppc-macos"
 IUSE="escreen minimal cpu_flags_x86_mmx cpu_flags_x86_sse2 unicode +utempter"
 
+BDEPEND="sys-apps/man2html"
 RDEPEND="
+   media-libs/imlib2[X]
+   media-fonts/font-misc-misc
x11-libs/libX11
x11-libs/libXt
x11-libs/libICE
x11-libs/libSM
x11-libs/libast
-   media-libs/imlib2[X]
-   media-fonts/font-misc-misc
escreen? ( app-misc/screen )
 "
 DEPEND="${RDEPEND}"
@@ -29,8 +31,6 @@ DEPEND="${RDEPEND}"
 DOCS=( ChangeLog README ReleaseNotes bg/README.backgrounds )
 PATCHES=( "${FILESDIR}"/${P}-asm-gnu-stack.patch )
 
-S=${WORKDIR}/${P^}
-
 src_unpack() {
unpack ${P^}.tar.gz
cd "${S}" || die
@@ -55,6 +55,7 @@ src_configure() {
 src_install() {
use escreen && DOCS+=( doc/README.Escreen )
default
+
# We don't install headers to link against this library
-   rm -f "${ED%/}"/usr/*/libEterm.{so,la} || die
+   rm "${ED}"/usr/*/libEterm.{so,la} || die
 }

diff --git a/x11-terms/eterm/eterm-.ebuild 
b/x11-terms/eterm/eterm-.ebuild
index e1045ccb87f..ae754baae08 100644
--- a/x11-terms/eterm/eterm-.ebuild
+++ b/x11-terms/eterm/eterm-.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
 inherit autotools git-r3
 
 DESCRIPTION="A vt102 terminal emulator for X"
@@ -12,14 +13,15 @@ LICENSE="BSD"
 SLOT="0"
 IUSE="escreen minimal cpu_flags_x86_mmx cpu_flags_x86_sse2 unicode +utempter"
 
+BDEPEND="sys-apps/man2html"
 RDEPEND="
+   media-libs/imlib2[X]
+   media-fonts/font-misc-misc
x11-libs/libX11
x11-libs/libXt
x11-libs/libICE
x11-libs/libSM
x11-libs/libast
-   media-libs/imlib2[X]
-   media-fonts/font-misc-misc
escreen? ( app-misc/screen )
 "
 DEPEND="${RDEPEND}"
@@ -49,6 +51,7 @@ src_configure() {
 src_install() {
use escreen && DOCS+=( doc/README.Escreen )
default
+
# We don't install headers to link against this library
-   rm -f "${ED%/}"/usr/*/libEterm.{so,la} || die
+   rm "${ED}"/usr/*/libEterm.{so,la} || die
 }



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

2021-01-12 Thread Sam James
commit: 9f45a61e367868b175d92e44bdcbb5f1b024f790
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 23:47:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 23:47:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f45a61e

dev-libs/freexl: expand LICENSE for 1.0.5 too

FreeXL is licenced under:

"FreeXL is licensed under the MPL tri-license terms; you are free to choose the
best-fit license between:
the MPL 1.1
the GPL v2.0 or any subsequent version
the LGPL v2.1 or any subsequent version"

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-libs/freexl/freexl-1.0.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/freexl/freexl-1.0.5.ebuild 
b/dev-libs/freexl/freexl-1.0.5.ebuild
index 86e702667c8..7726ea2dcb1 100644
--- a/dev-libs/freexl/freexl-1.0.5.ebuild
+++ b/dev-libs/freexl/freexl-1.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ DESCRIPTION="Simple XLS data extraction library"
 HOMEPAGE="https://www.gaia-gis.it/fossil/freexl/index;
 SRC_URI="https://www.gaia-gis.it/gaia-sins/${PN}-sources/${P}.tar.gz;
 
-LICENSE="MPL-1.1"
+LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
 SLOT="0"
 KEYWORDS="amd64 ~arm arm64 ~ia64 ppc ppc64 x86"
 



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

2021-01-12 Thread Sam James
commit: 4947b1f61d9cb2db76a6f555f58ce9cb50e3fd72
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 23:21:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 23:34:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4947b1f6

dev-libs/libnl: add Python 3.9

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libnl/libnl-3.5.0.ebuild| 29 ++---
 dev-libs/libnl/libnl-.ebuild | 26 +++---
 2 files changed, 21 insertions(+), 34 deletions(-)

diff --git a/dev-libs/libnl/libnl-3.5.0.ebuild 
b/dev-libs/libnl/libnl-3.5.0.ebuild
index b59acf1f18f..e94fa798a8f 100644
--- a/dev-libs/libnl/libnl-3.5.0.ebuild
+++ b/dev-libs/libnl/libnl-3.5.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 DISTUTILS_OPTIONAL=1
 inherit distutils-r1 libtool multilib-minimal
 
@@ -13,34 +13,25 @@ LIBNL_DIR=${LIBNL_DIR//./_}
 
 DESCRIPTION="Libraries providing APIs to netlink protocol based Linux kernel 
interfaces"
 HOMEPAGE="http://www.infradead.org/~tgr/libnl/ 
https://github.com/thom311/libnl;
-SRC_URI="
-   
https://github.com/thom311/${PN}/releases/download/${PN}${LIBNL_DIR}/${P/_rc/-rc}.tar.gz
-"
+SRC_URI="https://github.com/thom311/${PN}/releases/download/${PN}${LIBNL_DIR}/${P/_rc/-rc}.tar.gz;
+S="${WORKDIR}/${LIBNL_P}"
+
 LICENSE="LGPL-2.1 utils? ( GPL-2 )"
 SLOT="3"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="+debug static-libs python +threads utils"
 
-RDEPEND="
-   python? ( ${PYTHON_DEPS} )
-"
-DEPEND="
-   ${RDEPEND}
-"
+RDEPEND="python? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}"
 BDEPEND="
${RDEPEND}
python? ( dev-lang/swig )
sys-devel/bison
sys-devel/flex
 "
-REQUIRED_USE="
-   python? ( ${PYTHON_REQUIRED_USE} )
-"
-DOCS=(
-   ChangeLog
-)
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
-S=${WORKDIR}/${LIBNL_P}
+DOCS=( ChangeLog )
 
 MULTILIB_WRAPPED_HEADERS=(
# we do not install CLI stuff for non-native
@@ -103,5 +94,5 @@ multilib_src_install() {
 
 multilib_src_install_all() {
einstalldocs
-   find "${D}" -name '*.la' -delete || die
+   find "${ED}" -name '*.la' -delete || die
 }

diff --git a/dev-libs/libnl/libnl-.ebuild 
b/dev-libs/libnl/libnl-.ebuild
index cf078de887a..b90a505c18e 100644
--- a/dev-libs/libnl/libnl-.ebuild
+++ b/dev-libs/libnl/libnl-.ebuild
@@ -1,38 +1,33 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 DISTUTILS_OPTIONAL=1
 inherit autotools distutils-r1 git-r3 multilib-minimal
 
 DESCRIPTION="Libraries providing APIs to netlink protocol based Linux kernel 
interfaces"
 HOMEPAGE="http://www.infradead.org/~tgr/libnl/ 
https://github.com/thom311/libnl;
 EGIT_REPO_URI="https://github.com/thom311/libnl;
+
 LICENSE="LGPL-2.1 utils? ( GPL-2 )"
 SLOT="3"
 KEYWORDS=""
 IUSE="+debug static-libs python +threads utils"
 
-RDEPEND="
-   python? ( ${PYTHON_DEPS} )
-"
-DEPEND="
-   ${RDEPEND}
-"
+RDEPEND="python? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}"
 BDEPEND="
${RDEPEND}
sys-devel/bison
sys-devel/flex
python? ( dev-lang/swig )
 "
-REQUIRED_USE="
-   python? ( ${PYTHON_REQUIRED_USE} )
-"
-DOCS=(
-   ChangeLog
-)
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+DOCS=( ChangeLog )
+
 MULTILIB_WRAPPED_HEADERS=(
# we do not install CLI stuff for non-native
/usr/include/libnl3/netlink/cli/addr.h
@@ -48,6 +43,7 @@ MULTILIB_WRAPPED_HEADERS=(
/usr/include/libnl3/netlink/cli/tc.h
/usr/include/libnl3/netlink/cli/utils.h
 )
+
 PATCHES=(
"${FILESDIR}"/${PN}--2to3.patch
 )
@@ -107,5 +103,5 @@ multilib_src_install() {
 
 multilib_src_install_all() {
einstalldocs
-   find "${D}" -name '*.la' -delete || die
+   find "${ED}" -name '*.la' -delete || die
 }



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

2021-01-12 Thread Sam James
commit: a1056a55e3a42a62cc33d4aea82cc184e315b590
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 23:33:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 23:34:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1056a55

dev-python/pyspf: add Python 3.9

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/pyspf/pyspf-2.0.14.ebuild | 31 +++
 1 file changed, 19 insertions(+), 12 deletions(-)

diff --git a/dev-python/pyspf/pyspf-2.0.14.ebuild 
b/dev-python/pyspf/pyspf-2.0.14.ebuild
index 97a34c45d65..ca804235f39 100644
--- a/dev-python/pyspf/pyspf-2.0.14.ebuild
+++ b/dev-python/pyspf/pyspf-2.0.14.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 PYTHON_REQ_USE="ipv6?"
 
 DISTUTILS_USE_SETUPTOOLS=no
@@ -17,19 +17,26 @@ LICENSE="PSF-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="ipv6 test"
+REQUIRED_USE="test? ( ipv6 )"
 RESTRICT="!test? ( test )"
 
-RDEPEND="dev-python/authres[${PYTHON_USEDEP}]
-   || ( dev-python/pydns:3[${PYTHON_USEDEP}]
-dev-python/dnspython[${PYTHON_USEDEP}] )"
-
-DEPEND="test? ( ${RDEPEND}
-   dev-python/pyyaml[${PYTHON_USEDEP}] )"
-
-REQUIRED_USE="test? ( ipv6 )"
+RDEPEND="
+   dev-python/authres[${PYTHON_USEDEP}]
+   || (
+   dev-python/pydns:3[${PYTHON_USEDEP}]
+   dev-python/dnspython[${PYTHON_USEDEP}]
+   )
+"
+
+DEPEND="
+   test? (
+   ${RDEPEND}
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   )
+"
 
 python_test() {
-   pushd test &> /dev/null
+   pushd test &> /dev/null || die
"${PYTHON}" testspf.py || die
-   popd &> /dev/null
+   popd &> /dev/null || die
 }



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

2021-01-12 Thread Sam James
commit: bc719dc6a1f6912dcf71efdf2feef7352510b456
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 23:24:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 23:34:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc719dc6

dev-libs/libdnet: add Python 3.9

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libdnet/libdnet-1.14-r1.ebuild | 31 +++
 dev-libs/libdnet/libdnet-1.14-r2.ebuild |  2 +-
 2 files changed, 16 insertions(+), 17 deletions(-)

diff --git a/dev-libs/libdnet/libdnet-1.14-r1.ebuild 
b/dev-libs/libdnet/libdnet-1.14-r1.ebuild
index 3d34dd00737..58293f3bd05 100644
--- a/dev-libs/libdnet/libdnet-1.14-r1.ebuild
+++ b/dev-libs/libdnet/libdnet-1.14-r1.ebuild
@@ -1,31 +1,30 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 AT_M4DIR="config"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 DISTUTILS_OPTIONAL=1
 inherit autotools distutils-r1
 
 DESCRIPTION="simplified, portable interface to several low-level networking 
routines"
 HOMEPAGE="https://github.com/ofalk/libdnet;
 SRC_URI="https://github.com/ofalk/${PN}/archive/${P}.tar.gz;
-LICENSE="LGPL-2"
+S="${WORKDIR}/${PN}-${P}"
 
+LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
 IUSE="python static-libs test"
-
-DEPEND="
-   python? ( ${PYTHON_DEPS} )
-"
-RDEPEND="
-   ${DEPEND}
-"
-RESTRICT="test"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="test"
+
+DEPEND="python? ( ${PYTHON_DEPS} )"
+RDEPEND="${DEPEND}"
+
 DOCS=( README.md THANKS TODO )
-S=${WORKDIR}/${PN}-${P}
+
 PATCHES=(
"${FILESDIR}"/${PN}-1.14-ndisc.patch
"${FILESDIR}"/${PN}-1.14-strlcpy.patch
@@ -48,7 +47,7 @@ src_prepare() {
eautoreconf
 
if use python; then
-   cd python
+   cd python || die
distutils-r1_src_prepare
fi
 }
@@ -62,7 +61,7 @@ src_configure() {
 src_compile() {
default
if use python; then
-   cd python
+   cd python || die
distutils-r1_src_compile
fi
 }
@@ -70,9 +69,9 @@ src_compile() {
 src_install() {
default
if use python; then
-   cd python
+   cd python || die
unset DOCS
distutils-r1_src_install
fi
-   find "${D}" -name '*.la' -delete || die
+   find "${ED}" -name '*.la' -delete || die
 }

diff --git a/dev-libs/libdnet/libdnet-1.14-r2.ebuild 
b/dev-libs/libdnet/libdnet-1.14-r2.ebuild
index 2938cfe88b8..f6b3a828e42 100644
--- a/dev-libs/libdnet/libdnet-1.14-r2.ebuild
+++ b/dev-libs/libdnet/libdnet-1.14-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 AT_M4DIR="config"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 DISTUTILS_OPTIONAL=1
 inherit autotools distutils-r1
 



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

2021-01-12 Thread Mike Pagano
commit: 42d7ba5fa15e6b26417ab5c310050b23544a1c19
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jan 12 23:32:27 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan 12 23:32:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d7ba5f

sys-kernel/gentoo-sources: Remove old, EOL'd linux version

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

 sys-kernel/gentoo-sources/Manifest |  4 ---
 .../gentoo-sources/gentoo-sources-5.9.16.ebuild| 29 --
 2 files changed, 33 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 188ac7a535f..25bb1d476d1 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -112,13 +112,9 @@ DIST genpatches-5.4-90.extras.tar.xz 1772 BLAKE2B 
557c305f86b0b6d5a93c1ca2da7751
 DIST genpatches-5.4-91.base.tar.xz 2975372 BLAKE2B 
6385731a166348210c96f8ad6a8134e5548eb482fcc3a0b40b4421c88c1109bd302f678adf5bc0e5effc574a8574f40e90012bbf31e5087cd0db4f0e8183fd0b
 SHA512 
77b00ca6b7956801b78687c356d4c07320ea5d291c3534c4dad5de2bf9e14ad948050c51191ba0943fdaefa66594acbd6af96ac87f101d205568a5071efaed55
 DIST genpatches-5.4-91.experimental.tar.xz 18092 BLAKE2B 
22093a71ff96573de3453609723c544b110dd501878828b046252926e89c1cf57a1701c4790ec0f38d4e82561e723fd0a33ee7078ae570bcd1e9aa9cca91
 SHA512 
488e6ecaf7b87ec7b1d0b6b652355afef6e7abd425798421066a69816b8fdd5f5f990769c892dc56132c8a5d3f7ebb80e7c16eaf9fc85a4e8933361dbe113a9d
 DIST genpatches-5.4-91.extras.tar.xz 1772 BLAKE2B 
d7440a80cd6d994cc853f54f5f4c4708f203fd625b99c9b9431cbecc2206dd335f0710dc6364b658e246eaa8e758a65bdb6daa45cd795f06a6f963853a7be04d
 SHA512 
63317305324b862fdd70bb2955504795d4764f9e90fb74953d40ecd8c0201114b1bfe11fea96a97471011b35d72f16234de7c0540f466e8e510a69e7047e3ffd
-DIST genpatches-5.9-16.base.tar.xz 701048 BLAKE2B 
930e4cc5ecb551df1f4734b953bc57e57920de11179830756057a8f02c424b6688fa8e0cdbcba7aa1215627559bf2f91343324ba384635e7b15766e8569bdf88
 SHA512 
e6e43a195f6f71b2b78328bd2e63898c3f42007fbac299ce1cc15c8f235353a34c0c22121500dc36e4374dc8bb6a9cbf93f8846e586950a321331d4feec7d120
-DIST genpatches-5.9-16.experimental.tar.xz 6088 BLAKE2B 
db71ed85149f2064746eb6c5cce4ed9fee0826d9d90057a7aa0f80071e15e4db143fcec23f5373e1d9b3ac3343d4502d2e064fd668a0d35b303de3a8d4e795d9
 SHA512 
d6d70f7312b7cb8a6da60ff04afe8576ee4029242a4b755f0f36746a469b5d46d95f68d61d93affdb8d1b13af8daa6dae871ba3414b32f2c055b91a38480acc3
-DIST genpatches-5.9-16.extras.tar.xz 1768 BLAKE2B 
8438dd94c2b918eea3e6eaed63dbbdb4d2978b439c3150d57926417bf82e849237ff1f68b4c60d67c29f88fc93acdc3a4ac1f696e311b167ea3bd2757241e23e
 SHA512 
0d7f2be1a89b84972aca9425e6bef89665c1399ceeb54b0f54d0643afea433c6ef35c4c64e9c23b972929ed6bd6181187016b6f915fc8f5cf3cc07881f5aef98
 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
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 
95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
-DIST linux-5.9.tar.xz 115507140 BLAKE2B 
e8d11472d63a9f8409ca12a2e8c97c6963a3d4516b5a398b627d6ece565584526f9b5a1377a2fa4bd184c09c7db94c987428bc5d52df0c788464a67e9e8d6dcb
 SHA512 

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

2021-01-12 Thread Mike Pagano
commit: 5c474bcffe106fffd066f05412c49d1bf7e95540
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jan 12 23:29:49 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan 12 23:29:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c474bcf

sys-kernel/vanilla-sources: Remove old EOL'd version

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

 sys-kernel/vanilla-sources/Manifest  |  2 --
 sys-kernel/vanilla-sources/vanilla-sources-5.9.15.ebuild | 16 
 2 files changed, 18 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 13014d5218e..2088d9e8f22 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -4,11 +4,9 @@ DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 
95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
-DIST linux-5.9.tar.xz 115507140 BLAKE2B 
e8d11472d63a9f8409ca12a2e8c97c6963a3d4516b5a398b627d6ece565584526f9b5a1377a2fa4bd184c09c7db94c987428bc5d52df0c788464a67e9e8d6dcb
 SHA512 
d3d92ce4246bad74c9a784212f160d98449b1e8793970c2c308276568d852b8effe0528686bdb87d55d691f09a826abf7938d69bdd4759ce65ddd5c05ffe4eca
 DIST patch-4.14.215.xz 4097964 BLAKE2B 
70d6e322f001af692d8fa6ecd0a4a1a93193173ce5103a76152e78aedd2d50497d53ee61a579716e5546c75c90c9985368340ca5ed0cb0a32adf72e3169d43aa
 SHA512 
d4ff7f3a47e4cf049cb88d73e2da0e9813a62a8efb05c3161558ad2ad289a58914383ddba89895b2db6ddd02ce063845b6775187b6bee6ef24a7aef76e76a768
 DIST patch-4.19.167.xz 3731708 BLAKE2B 
a5bba38bbc355672d7e31016892197b3a518e6bc4f679e3514f8f5a9b34c8e0ee1fdb699152e78b2b86075e51cc856f88a9606a87f5ae62b0c453a6a994b6853
 SHA512 
639fbf255e0fdb5428fe2b01e306d9021a86082a3d5c99393b28e4505209ac8433e14822f5ba60d7461ee4543311432cea5c2679b8ba421d0f5d6cd9b1ce6497
 DIST patch-4.4.251.xz 3433612 BLAKE2B 
9145fb9d54d1cff666a33ecf9c1ed4fc511a7e6cd4a1677ebbf1a8f35ec0eec673423f6f5cd615903bfa03e3572b426c7fddfa93de204d37a4dc3b81f6ecad6a
 SHA512 
a52a76a0f19a5b960dbfb762bc129fb40f7028bf72765d346c76aa002129600e90c4bdd75487e8168b81bb307e5868b5892bbe667a7f41b5d844ba4bfeee1c8c
 DIST patch-4.9.251.xz 3826372 BLAKE2B 
c0a23192bb2b6b2d3f4dee652bcea609d7f092d55733f13e20ad0cbc4cdf416b7cf933a4a8207e4e32bad72106302d74877336799cac0559409425d5e34f5296
 SHA512 
602fd1d4c9e0cc45836751f5ff5b7eb1c4412001fd5d86e4e05314683b198d0e9de1b39d44f0c346a466512cb8669a5d9cd3f2afa1a8f7fe90c20cb3577fd070
 DIST patch-5.10.7.xz 272248 BLAKE2B 
0b54a1047e97951ff624316c0e0296619ab3d7f8b1f1e3ca8192593661fcb4f6fb35d9d89878e5fed0b2af6027a968fd7af209cb47abf5e5f9ef24aa04510efd
 SHA512 
2f82b0065c2751c5e9dfcf50d6e1d7f1aaf933aba63aede310c6f847114cac2c65d98f1f9dab9481b8a03ded8f95a3e565c279b9b8b935ce810db2349db701cb
 DIST patch-5.4.89.xz 2526936 BLAKE2B 
af7933dd076ec86fcba733adb746ed60af220d3b0a6067f909482f8827ec0bb0dd4e4bfe56debd1a6f2131ff04d7d51c91b192946cf7e16eb25dc6cf5073b9c1
 SHA512 
5427e114efd8436aac32a003b54ac5529b67b7cc469212e22c0b95e90928420e78d66e179cb831f40aec6b1c11e1e7d2bf7dbac8453ca2e7c736e70319b5b78d
-DIST patch-5.9.15.xz 666912 BLAKE2B 
4b1dccc6a6b8986674c42345b3b98828a4538d862cc8b0ae0e6786a0b4b9dae597ff438ab532aeafa5c92e4723bd190879ad3ac2c92d993fe44049a27016551f
 SHA512 
a6259d2b63319dd4be78d53edc2fb7d0eadceea9bfc36366d2e5530c484c696251386b731f11d8fc01f785641fb2fb7b0c34f0c11136271fa44e903202c6

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.9.15.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-5.9.15.ebuild
deleted file mode 100644
index 4ffca0e91d5..000
--- a/sys-kernel/vanilla-sources/vanilla-sources-5.9.15.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_SECURITY_UNSUPPORTED="1"
-ETYPE="sources"
-inherit kernel-2
-detect_version
-
-DESCRIPTION="Full sources for the Linux kernel"
-HOMEPAGE="https://www.kernel.org;
-SRC_URI="${KERNEL_URI}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips 

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

2021-01-12 Thread Lars Wendler
commit: e351d4a71d3d40f74f018a0ff0a0dfa347faf297
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jan 12 23:17:45 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jan 12 23:17:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e351d4a7

dev-libs/icu-layoutex: Sync keywords with dev-libs/icu

Bug: https://bugs.gentoo.org/765169
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Lars Wendler  gentoo.org>

 dev-libs/icu-layoutex/icu-layoutex-68.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/icu-layoutex/icu-layoutex-68.2.ebuild 
b/dev-libs/icu-layoutex/icu-layoutex-68.2.ebuild
index 62b585924f4..1f04fa03da0 100644
--- a/dev-libs/icu-layoutex/icu-layoutex-68.2.ebuild
+++ b/dev-libs/icu-layoutex/icu-layoutex-68.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/unicode-org/icu/releases/download/release-${PV//./-}
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="debug static-libs"
 
 BDEPEND="



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

2021-01-12 Thread Michał Górny
commit: 3a00448995be9d1c44f69043e7ca34e81fb8e68d
Author: David Michael  gmail  com>
AuthorDate: Tue Jan 12 22:57:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 12 23:06:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a004489

xfce-base/thunar: don't cross-compile perl

It is used for intltool which depends on perl itself.

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: David Michael  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/thunar/thunar-4.16.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/xfce-base/thunar/thunar-4.16.2.ebuild 
b/xfce-base/thunar/thunar-4.16.2.ebuild
index 98de1a3775a..1446de509f0 100644
--- a/xfce-base/thunar/thunar-4.16.2.ebuild
+++ b/xfce-base/thunar/thunar-4.16.2.ebuild
@@ -14,8 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-l
 IUSE="exif introspection libnotify pcre +trash-panel-plugin udisks"
 
 GVFS_DEPEND=">=gnome-base/gvfs-1.18.3"
-DEPEND=">=dev-lang/perl-5.6
-   >=dev-libs/glib-2.50
+DEPEND=">=dev-libs/glib-2.50
>=x11-libs/gdk-pixbuf-2.14
>=x11-libs/gtk+-3.22:3
>=xfce-base/exo-0.12:=



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

2021-01-12 Thread Mike Pagano
commit: 779b183d0500933ce995f0017d3220be1c3b3dc2
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jan 12 23:02:53 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan 12 23:02:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=779b183d

sys-kernel/gentoo-sources: Linux patch version bumps

Linux patch 4.4.251
Linux patch 4.9.251
Linux patch 4.14.215
Linux patch 4.19.167
Linux patch 5.4.89
Linux patch 5.10.7

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

 sys-kernel/gentoo-sources/Manifest | 18 ++
 .../gentoo-sources/gentoo-sources-4.14.215.ebuild  | 28 ++
 .../gentoo-sources/gentoo-sources-4.19.167.ebuild  | 28 ++
 .../gentoo-sources/gentoo-sources-4.4.251.ebuild   | 28 ++
 .../gentoo-sources/gentoo-sources-4.9.251.ebuild   | 28 ++
 .../gentoo-sources/gentoo-sources-5.10.7.ebuild| 28 ++
 .../gentoo-sources/gentoo-sources-5.4.89.ebuild| 28 ++
 7 files changed, 186 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 7fbbfc8262a..188ac7a535f 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -13,6 +13,9 @@ DIST genpatches-4.14-223.extras.tar.xz 3340 BLAKE2B 
55e87f963c2a316851c1adf9a2aa
 DIST genpatches-4.14-224.base.tar.xz 4809120 BLAKE2B 
1c34648829045a079c08a6f80c173ac6690298456d2fd66d9120c26999b01ab842f819792845ec3fa90abf9ef5ff90199e61b7b119a3e2d0fa5f7a15d5131d99
 SHA512 
3f6599919fc78e3cd69400ad9a21f66861c4f50522a8009c65efc02f3895b527c3fdef2c6c206945fe69d721b31f053f67e3a05117c82fe65e0c7e3c584c1b6c
 DIST genpatches-4.14-224.experimental.tar.xz 6088 BLAKE2B 
25dc70ded04a67fff849ffde0ad49a4d17701615c7400a58518d49797a9b1550e1d0efcf8b94aaf1e87d56f1673f94b4f72fcf73f3485e7c9712924ad0bb0504
 SHA512 
30a61f915058ec0be57e8c11626fdeea9f78a005ea92e3de7577a6d9930c97cf942ee6d479bf5923429d2a5597f713c10763358d62a046f24d7ac57ca619fcca
 DIST genpatches-4.14-224.extras.tar.xz 3340 BLAKE2B 
c9eb8f57fb5fb1c596e2c1162249588ca86cf4421c5f7cc3a33102ba694ec849a9afe511756620dbd1560c41786a3f0411d378799ef400561ae2e8e7fa41c85f
 SHA512 
729b30481c78b0519d129989bd3f24b8c9d3bbdd30342b12dc663e1f054326d6a975b10896fcd0f6dfd0080f90352501d48ab657f41d6a64185c7c0d99117c27
+DIST genpatches-4.14-225.base.tar.xz 4819872 BLAKE2B 
f5bf3d4870b155bd88ca80e0b2fa58d85d5b29abbf35ed7d9c9f5032c3c023f0fb50a398896a7159d0c7b2c6a1a2f4305d08f684a64bef9d6c4d5ffaf9805ee7
 SHA512 
3a96311f51ed2958174b369f549d7e2f705ba5d01fccc28211e4ee915fdbf44c9aac2136ce5ac44cf01be342dadcdc32438d9be3eef53b31c77eba2c64a01938
+DIST genpatches-4.14-225.experimental.tar.xz 6084 BLAKE2B 
7367e447e62008580611d138e88175965b19bdb698a68c7320d49357e95e15cd2ee031a37085455c7cd544d7b60ea25c712bdf4bf3428b8b3231631a7c897de2
 SHA512 
4212233753d8dae8124536f0710acd3250975be78bcbd697bf42aea2623f00359201767da334ddfbabb554ad26eafdbafca65cb3f326e5ef8162084104208290
+DIST genpatches-4.14-225.extras.tar.xz 3336 BLAKE2B 
3f151cbd04ed1b4767e648433997750dc9e1a511736418abad915c48922af37f80907aa968ab2566ad7a307f332e6dee5619d29173a70e6acf2ffaf59c40b73c
 SHA512 
cd05474af1809daeb4e2198fa2415e29f336fb61c8e2b65c93c520dcd47f225b26daf577529c4673efe6aba17070e626a80ce5d0e298e896888ef16a56aa59be
 DIST genpatches-4.19-159.base.tar.xz 4174792 BLAKE2B 
1381a2531b6297e1f76af70107c08a3b7b304177b14a1407ffc41a5851a4249ec4adf5ed00539542c97a0c8dc0cffdb20c3681b9da17409cd9d4ac711b353dd8
 SHA512 
e75991fde39f093c77b4e7f16aca7b24be47e1e438df7a60a97e0db7aa14ae6c0ed868685da0979c10ce9064839adca84c76a6ec87c1fbe41eed7a20788ca776
 DIST genpatches-4.19-159.experimental.tar.xz 6980 BLAKE2B 
62605b1fe8ad86233bdfb183df2019dc4d6c74243678f5aad08167ae67b8e0dc45be7a33cae59a9c30678c986c9066722dd32ff18ee572d9ee5f7f2f51caae20
 SHA512 
240ecdaecca79bf417b080f6ea3dd2cad113694d2f49ae7a9910e26250f381721dcac0804b3e983272a5ea66cc1455cf94c668442e98ce5938868fea1913050e
 DIST genpatches-4.19-159.extras.tar.xz 3312 BLAKE2B 
480dfb15464c46ff0cad7447476ec66535c6b32ea9ca822ef7f8911b4db7d389c6bb1d1b80811107afb77e290fd4c887ac1786a95729c58673180324246d655e
 SHA512 
8d55a3f9e1516e32e95719a5c9d5c1018bbcdd8f2412b138a46da1419252d9e088d2f1071a5c44dea969bbf4d93461c58edd17ca1b9ef835addb9bd065eda259
@@ -31,6 +34,9 @@ DIST genpatches-4.19-164.extras.tar.xz 3316 BLAKE2B 
a31f4245b44d6b29d31a84984433
 DIST genpatches-4.19-165.base.tar.xz 4277856 BLAKE2B 
ac3310502b5bf72a9177bd5653ff6efad297dd3ca915800f998d4fd0a93b5372715223ba72463d4d008f2f532532bcd09d1204d63120b1db43519a94281de2dc
 SHA512 
873bb28e2aa86b50bfc061ee687c9dd67f16d653e8be647e11c78974328e96442738067175f0b3397ba1413b0f9938a7bded02a9f554d1c6aa823f95357ae6a1
 DIST genpatches-4.19-165.experimental.tar.xz 6972 BLAKE2B 
6b03f19a7d4f02103f68a6acf973b0a50934e1728b0223b73396e4283fba12ff04e9f74fa9d85c3adcf581081ecdc1cd7d97a2f75155f719856c38460f4ba8fc
 SHA512 

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

2021-01-12 Thread Sam James
commit: c36f073341898c359069072c5a2dc86db1ee4d53
Author: Hector Martin  marcan  st>
AuthorDate: Mon Jan  4 07:39:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 22:46:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36f0733

app-emulation/containerd: fix USE=hardened

This probably broke with the recent bash update.

Signed-off-by: Hector Martin  marcan.st>
Closes: https://bugs.gentoo.org/763648
Closes: https://github.com/gentoo/gentoo/pull/18937
Signed-off-by: Sam James  gentoo.org>

 app-emulation/containerd/containerd-1.3.7.ebuild| 2 +-
 app-emulation/containerd/containerd-1.3.9.ebuild| 2 +-
 app-emulation/containerd/containerd-1.4.3-r1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emulation/containerd/containerd-1.3.7.ebuild 
b/app-emulation/containerd/containerd-1.3.7.ebuild
index b6ed4b2e74c..ab62a3500db 100644
--- a/app-emulation/containerd/containerd-1.3.7.ebuild
+++ b/app-emulation/containerd/containerd-1.3.7.ebuild
@@ -62,7 +62,7 @@ src_compile() {
myemakeargs=(
BUILDTAGS="${options[*]}"
DESTDIR="${ED}"
-   LDFLAGS=$(usex hardened '-extldflags -fno-PIC' '')
+   LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')"
)
 
export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor

diff --git a/app-emulation/containerd/containerd-1.3.9.ebuild 
b/app-emulation/containerd/containerd-1.3.9.ebuild
index 7c664edf94c..bf487739cac 100644
--- a/app-emulation/containerd/containerd-1.3.9.ebuild
+++ b/app-emulation/containerd/containerd-1.3.9.ebuild
@@ -62,7 +62,7 @@ src_compile() {
myemakeargs=(
BUILDTAGS="${options[*]}"
DESTDIR="${ED}"
-   LDFLAGS=$(usex hardened '-extldflags -fno-PIC' '')
+   LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')"
)
 
export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor

diff --git a/app-emulation/containerd/containerd-1.4.3-r1.ebuild 
b/app-emulation/containerd/containerd-1.4.3-r1.ebuild
index d8b675092ae..0cbf0912b44 100644
--- a/app-emulation/containerd/containerd-1.4.3-r1.ebuild
+++ b/app-emulation/containerd/containerd-1.4.3-r1.ebuild
@@ -62,7 +62,7 @@ src_compile() {
myemakeargs=(
BUILDTAGS="${options[*]}"
DESTDIR="${ED}"
-   LDFLAGS=$(usex hardened '-extldflags -fno-PIC' '')
+   LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')"
)
 
export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor



[gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/

2021-01-12 Thread Sam James
commit: cf9b5882173fa2e2e376582bdf15c1cfa78ced73
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 22:41:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 22:41:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9b5882

sys-libs/glibc: Stabilize 2.32-r5 arm, #764584

Signed-off-by: Sam James  gentoo.org>

 sys-libs/glibc/glibc-2.32-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.32-r5.ebuild 
b/sys-libs/glibc/glibc-2.32-r5.ebuild
index 24530323e4d..8ac9ae22325 100644
--- a/sys-libs/glibc/glibc-2.32-r5.ebuild
+++ b/sys-libs/glibc/glibc-2.32-r5.ebuild
@@ -22,7 +22,7 @@ PATCH_DEV=slyfox
 if [[ ${PV} == * ]]; then
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv s390 sparc x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
SRC_URI+=" 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz;
SRC_URI+=" riscv? ( 
https://dev.gentoo.org/~dilfridge/distfiles/backport-rv32.txz )"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/

2021-01-12 Thread Sam James
commit: 02357b5f7a57c7f149e5170b914dde34a9210aaa
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 22:41:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 22:41:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02357b5f

sys-libs/glibc: Stabilize 2.32-r5 arm64, #764584

Signed-off-by: Sam James  gentoo.org>

 sys-libs/glibc/glibc-2.32-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.32-r5.ebuild 
b/sys-libs/glibc/glibc-2.32-r5.ebuild
index 8ac9ae22325..ac64c00a773 100644
--- a/sys-libs/glibc/glibc-2.32-r5.ebuild
+++ b/sys-libs/glibc/glibc-2.32-r5.ebuild
@@ -22,7 +22,7 @@ PATCH_DEV=slyfox
 if [[ ${PV} == * ]]; then
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv s390 sparc x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
SRC_URI+=" 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz;
SRC_URI+=" riscv? ( 
https://dev.gentoo.org/~dilfridge/distfiles/backport-rv32.txz )"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/

2021-01-12 Thread Sam James
commit: ee1d0c216220e8e9f61a617273db9e7424f5bfa8
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 22:38:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 22:38:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee1d0c21

sys-libs/glibc: Stabilize 2.32-r5 x86, #764584

Signed-off-by: Sam James  gentoo.org>

 sys-libs/glibc/glibc-2.32-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.32-r5.ebuild 
b/sys-libs/glibc/glibc-2.32-r5.ebuild
index 7733fed7acb..24530323e4d 100644
--- a/sys-libs/glibc/glibc-2.32-r5.ebuild
+++ b/sys-libs/glibc/glibc-2.32-r5.ebuild
@@ -22,7 +22,7 @@ PATCH_DEV=slyfox
 if [[ ${PV} == * ]]; then
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv s390 sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv s390 sparc x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
SRC_URI+=" 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz;
SRC_URI+=" riscv? ( 
https://dev.gentoo.org/~dilfridge/distfiles/backport-rv32.txz )"



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

2021-01-12 Thread Sam James
commit: cc10ef2614fc0b71e913cc9b1fc8275d5142e4ca
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 22:38:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 22:38:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc10ef26

app-text/dvisvgm: Stabilize 2.10.1 arm, #765091

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/app-text/dvisvgm/dvisvgm-2.10.1.ebuild 
b/app-text/dvisvgm/dvisvgm-2.10.1.ebuild
index 4276a08285e..6436b5ad01a 100644
--- a/app-text/dvisvgm/dvisvgm-2.10.1.ebuild
+++ b/app-text/dvisvgm/dvisvgm-2.10.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos"
 IUSE="test"
 # Tests don't work from $WORKDIR: kpathsea tries to search in relative
 # directories from where the binary is executed.



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

2021-01-12 Thread Sam James
commit: 5251306e9db919553a089f41ad92414f16ca8c98
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 22:37:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 22:37:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5251306e

app-text/dvisvgm: Stabilize 2.10.1 arm64, #765091

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/app-text/dvisvgm/dvisvgm-2.10.1.ebuild 
b/app-text/dvisvgm/dvisvgm-2.10.1.ebuild
index 35b0769c22d..4276a08285e 100644
--- a/app-text/dvisvgm/dvisvgm-2.10.1.ebuild
+++ b/app-text/dvisvgm/dvisvgm-2.10.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos"
 IUSE="test"
 # Tests don't work from $WORKDIR: kpathsea tries to search in relative
 # directories from where the binary is executed.



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

2021-01-12 Thread Sam James
commit: 149750ccc042794f1d5ee8c55c131d653702bf9a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 22:37:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 22:37:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149750cc

sys-apps/fakechroot: Stabilize 2.20.1 arm64, #764833

Signed-off-by: Sam James  gentoo.org>

 sys-apps/fakechroot/fakechroot-2.20.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/fakechroot/fakechroot-2.20.1.ebuild 
b/sys-apps/fakechroot/fakechroot-2.20.1.ebuild
index 2624668a564..f6ef71842a5 100644
--- a/sys-apps/fakechroot/fakechroot-2.20.1.ebuild
+++ b/sys-apps/fakechroot/fakechroot-2.20.1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/dex4er/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc x86"
 
 RESTRICT="test"
 



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

2021-01-12 Thread Sam James
commit: 3483683e458ac2eeedc23ff7815e38b5bfddcec9
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 22:37:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 22:37:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3483683e

media-sound/lilypond: Stabilize 2.21.6 arm64, #765097

Signed-off-by: Sam James  gentoo.org>

 media-sound/lilypond/lilypond-2.21.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/lilypond/lilypond-2.21.6.ebuild 
b/media-sound/lilypond/lilypond-2.21.6.ebuild
index 89cf464d7f8..69c17a1749d 100644
--- a/media-sound/lilypond/lilypond-2.21.6.ebuild
+++ b/media-sound/lilypond/lilypond-2.21.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ if [[ "${PV}" = "" ]]; then
 else
MAIN_VER=$(ver_cut 1-2)
SRC_URI="http://lilypond.org/download/sources/v${MAIN_VER}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+   KEYWORDS="~amd64 ~arm arm64 ~hppa ~x86"
 fi
 
 DESCRIPTION="GNU Music Typesetter"



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

2021-01-12 Thread Sam James
commit: f3b78ddd28c32b205379150d8fd0a4063e60db09
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 22:37:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 22:37:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b78ddd

app-crypt/gnupg: Stabilize 2.2.25 arm64, #765007

Signed-off-by: Sam James  gentoo.org>

 app-crypt/gnupg/gnupg-2.2.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/gnupg/gnupg-2.2.25.ebuild 
b/app-crypt/gnupg/gnupg-2.2.25.ebuild
index 2489eb6a915..e27450ca027 100644
--- a/app-crypt/gnupg/gnupg-2.2.25.ebuild
+++ b/app-crypt/gnupg/gnupg-2.2.25.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/gnupg/${MY_P}.tar.bz2
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 doc ldap nls readline scd-shared-access selinux +smartcard ssl 
tofu tools usb user-socket wks-server"
 
 # Existence of executables is checked during configuration.



[gentoo-commits] repo/gentoo:master commit in: app-arch/libarchive/

2021-01-12 Thread Sam James
commit: 9b129553c74f822b80def142a54716387974f94e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 22:36:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 22:36:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b129553

app-arch/libarchive: Stabilize 3.5.1 arm64, #764776

Signed-off-by: Sam James  gentoo.org>

 app-arch/libarchive/libarchive-3.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/libarchive/libarchive-3.5.1.ebuild 
b/app-arch/libarchive/libarchive-3.5.1.ebuild
index e781cd0ef7b..ea5dd6b3e54 100644
--- a/app-arch/libarchive/libarchive-3.5.1.ebuild
+++ b/app-arch/libarchive/libarchive-3.5.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.libarchive.org/downloads/${P}.tar.gz;
 
 LICENSE="BSD BSD-2 BSD-4 public-domain"
 SLOT="0/13"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="acl blake2 +bzip2 +e2fsprogs expat +iconv kernel_linux libressl lz4 
+lzma lzo nettle static-libs +threads xattr +zlib zstd"
 
 RDEPEND="



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

2021-01-12 Thread Sam James
commit: 0b459eb26b1f5b3db340d0fc745b2e313c35e4bf
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 22:36:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 22:36:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b459eb2

dev-libs/onigmo: Stabilize 6.2.0 amd64, #761966

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-libs/onigmo/onigmo-6.2.0.ebuild 
b/dev-libs/onigmo/onigmo-6.2.0.ebuild
index ccb869dfcba..21ef5b828db 100644
--- a/dev-libs/onigmo/onigmo-6.2.0.ebuild
+++ b/dev-libs/onigmo/onigmo-6.2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/k-takata/${PN^o}/releases/download/${P^o}/${P}.tar.g
 
 LICENSE="BSD-2"
 SLOT="0/6"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="combination-explosion-check crnl-as-line-terminator static-libs"
 
 DOCS=( AUTHORS HISTORY README{,.ja} doc/{API,FAQ,RE}{,.ja} 
doc/UnicodeProps.txt )



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

2021-01-12 Thread Sam James
commit: 80c42a22d55b56b7df727b1ed3263d60aa36a092
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 22:35:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 22:35:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c42a22

media-video/vlc: fix non-empty ROOT check

We need ROOT here because we're interested
in whether we're going to try execute a cross binary
or not.

Thanks-to: Arfrever
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 media-video/vlc/vlc-3.0.12.1-r100.ebuild | 2 +-
 media-video/vlc/vlc-3.0.12.1.ebuild  | 2 +-
 media-video/vlc/vlc-3.0..ebuild  | 2 +-
 media-video/vlc/vlc-.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-video/vlc/vlc-3.0.12.1-r100.ebuild 
b/media-video/vlc/vlc-3.0.12.1-r100.ebuild
index 86bdf686f59..a5b0926bfaf 100644
--- a/media-video/vlc/vlc-3.0.12.1-r100.ebuild
+++ b/media-video/vlc/vlc-3.0.12.1-r100.ebuild
@@ -488,7 +488,7 @@ src_install() {
 }
 
 pkg_postinst() {
-   if [[ -z "${EROOT}" ]] && [[ -x 
"${EROOT}/usr/$(get_libdir)/vlc/vlc-cache-gen" ]] ; then
+   if [[ -z "${ROOT}" ]] && [[ -x 
"${EROOT}/usr/$(get_libdir)/vlc/vlc-cache-gen" ]] ; then
einfo "Running ${EROOT}/usr/$(get_libdir)/vlc/vlc-cache-gen on 
${EROOT}/usr/$(get_libdir)/vlc/plugins/"
"${EROOT}/usr/$(get_libdir)/vlc/vlc-cache-gen" 
"${EROOT}/usr/$(get_libdir)/vlc/plugins/"
else

diff --git a/media-video/vlc/vlc-3.0.12.1.ebuild 
b/media-video/vlc/vlc-3.0.12.1.ebuild
index c696533f688..8c7b08e5d10 100644
--- a/media-video/vlc/vlc-3.0.12.1.ebuild
+++ b/media-video/vlc/vlc-3.0.12.1.ebuild
@@ -478,7 +478,7 @@ src_install() {
 }
 
 pkg_postinst() {
-   if [[ -z "${EROOT}" ]] && [[ -x 
"${EROOT}/usr/$(get_libdir)/vlc/vlc-cache-gen" ]] ; then
+   if [[ -z "${ROOT}" ]] && [[ -x 
"${EROOT}/usr/$(get_libdir)/vlc/vlc-cache-gen" ]] ; then
einfo "Running ${EROOT}/usr/$(get_libdir)/vlc/vlc-cache-gen on 
${EROOT}/usr/$(get_libdir)/vlc/plugins/"
"${EROOT}/usr/$(get_libdir)/vlc/vlc-cache-gen" 
"${EROOT}/usr/$(get_libdir)/vlc/plugins/"
else

diff --git a/media-video/vlc/vlc-3.0..ebuild 
b/media-video/vlc/vlc-3.0..ebuild
index d002ba6334e..9d7580017a4 100644
--- a/media-video/vlc/vlc-3.0..ebuild
+++ b/media-video/vlc/vlc-3.0..ebuild
@@ -485,7 +485,7 @@ src_install() {
 }
 
 pkg_postinst() {
-   if [[ -z "${EROOT}" ]] && [[ -x 
"${EROOT}/usr/$(get_libdir)/vlc/vlc-cache-gen" ]] ; then
+   if [[ -z "${ROOT}" ]] && [[ -x 
"${EROOT}/usr/$(get_libdir)/vlc/vlc-cache-gen" ]] ; then
einfo "Running ${EROOT}/usr/$(get_libdir)/vlc/vlc-cache-gen on 
${EROOT}/usr/$(get_libdir)/vlc/plugins/"
"${EROOT}/usr/$(get_libdir)/vlc/vlc-cache-gen" 
"${EROOT}/usr/$(get_libdir)/vlc/plugins/"
else

diff --git a/media-video/vlc/vlc-.ebuild b/media-video/vlc/vlc-.ebuild
index b1f7df19374..d11f88b6a7b 100644
--- a/media-video/vlc/vlc-.ebuild
+++ b/media-video/vlc/vlc-.ebuild
@@ -485,7 +485,7 @@ src_install() {
 }
 
 pkg_postinst() {
-   if [[ -z "${EROOT}" ]] && [[ -x 
"${EROOT}/usr/libexec/vlc/vlc-cache-gen" ]] ; then
+   if [[ -z "${ROOT}" ]] && [[ -x "${EROOT}/usr/libexec/vlc/vlc-cache-gen" 
]] ; then
einfo "Running ${EROOT}/usr/libexec/vlc/vlc-cache-gen on 
${EROOT}/usr/libexec/vlc/plugins/"
"${EROOT}/usr/libexec/vlc/vlc-cache-gen" 
"${EROOT}/usr/libexec/vlc/plugins/"
else



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

2021-01-12 Thread Sam James
commit: 8837ec62c6aee9204d549351b646ccafa70aadba
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 22:36:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 22:36:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8837ec62

dev-libs/onigmo: Stabilize 6.2.0 x86, #761966

Signed-off-by: Sam James  gentoo.org>

 dev-libs/onigmo/onigmo-6.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/onigmo/onigmo-6.2.0.ebuild 
b/dev-libs/onigmo/onigmo-6.2.0.ebuild
index 43b020ab66c..ccb869dfcba 100644
--- a/dev-libs/onigmo/onigmo-6.2.0.ebuild
+++ b/dev-libs/onigmo/onigmo-6.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/k-takata/${PN^o}/releases/download/${P^o}/${P}.tar.g
 
 LICENSE="BSD-2"
 SLOT="0/6"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="combination-explosion-check crnl-as-line-terminator static-libs"
 
 DOCS=( AUTHORS HISTORY README{,.ja} doc/{API,FAQ,RE}{,.ja} 
doc/UnicodeProps.txt )



[gentoo-commits] repo/proj/guru:dev commit in: www-apps/uwebsockets/

2021-01-12 Thread Aisha Tammy
commit: 409b08540f016f10673c33251068608a5c5fb4a8
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Jan 12 18:33:03 2021 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Tue Jan 12 18:33:03 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=409b0854

www-apps/uwebsockets: version bump to 18.19.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy  aisha.cc>

 www-apps/uwebsockets/Manifest   |  1 +
 www-apps/uwebsockets/uwebsockets-18.19.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/www-apps/uwebsockets/Manifest b/www-apps/uwebsockets/Manifest
index d7002278..89e2739a 100644
--- a/www-apps/uwebsockets/Manifest
+++ b/www-apps/uwebsockets/Manifest
@@ -1 +1,2 @@
 DIST uwebsockets-18.17.0.tar.gz 276629 BLAKE2B 
2d53fc5eefd7ef97af4d5c5afea9aaa8bf330083f3d55d68d7210e5825c9179f93d7f78f96a32c7b0c4ea18e1a078e4954706b8782aa1f62206f11dfb4dbfae5
 SHA512 
8e7cd716eddc9f9c3bcbc24ed50eaba39f3bc920624f892045caa14bc241695f8ccd531a3aaab6870e8669a49788058ea6458b11298aab1757923f3d7caa7813
+DIST uwebsockets-18.19.0.tar.gz 278092 BLAKE2B 
ba9d5170052698ee008ccf1609b93b88990fef3dd8eb68d907fc04939a4c9e045a0e6d3b4524b4c5f5381e2f7f3ebfa114df39550e73e9ddc189068e1dce6ef1
 SHA512 
6419c180e523b292bc25bcde275a8a0c2dca9c21bb189c37a934ef99e087ce110bee67bdb5ce51309c26426dd06921498a5a9cb411b77277d1b6d93c8c7a3ec5

diff --git a/www-apps/uwebsockets/uwebsockets-18.19.0.ebuild 
b/www-apps/uwebsockets/uwebsockets-18.19.0.ebuild
new file mode 100644
index ..ca113394
--- /dev/null
+++ b/www-apps/uwebsockets/uwebsockets-18.19.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="ultra fast, simple, secure & standards compliant web I/O"
+HOMEPAGE="https://github.com/uNetworking/uWebSockets;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/uNetworking/uWebSockets.git;
+else
+   
SRC_URI="https://github.com/uNetworking/uWebSockets/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   S="${WORKDIR}/uWebSockets-${PV}"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+RDEPEND=">=net-libs/usockets-0.6.0"
+
+src_prepare() {
+   default
+   mv src uWebSockets
+}
+
+src_compile() {
+   return 0
+}
+
+src_install() {
+   doheader -r uWebSockets
+}



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/purritobin/files/, net-misc/purritobin/

2021-01-12 Thread Aisha Tammy
commit: 83d610ecd4301ab42294b77c7fee9d7ce6f2588c
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Jan 12 18:24:54 2021 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Tue Jan 12 18:25:15 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=83d610ec

net-misc/purritobin: fix systemd unit executable

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy  aisha.cc>

 net-misc/purritobin/files/purritobin.service| 2 +-
 .../{purritobin-0.3.3-r1.ebuild => purritobin-0.3.3-r2.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/purritobin/files/purritobin.service 
b/net-misc/purritobin/files/purritobin.service
index 1a55dbcd..7a274879 100644
--- a/net-misc/purritobin/files/purritobin.service
+++ b/net-misc/purritobin/files/purritobin.service
@@ -10,7 +10,7 @@ Type=simple
 User=purritobin
 Group=purritobin
 WorkingDirectory=/var/www/purritobin
-ExecStart=/usr/bin/purritobin
+ExecStart=/usr/bin/purrito -d /var/www/purritobin/
 TimeoutStopSec=30
 
 [Install]

diff --git a/net-misc/purritobin/purritobin-0.3.3-r1.ebuild 
b/net-misc/purritobin/purritobin-0.3.3-r2.ebuild
similarity index 100%
rename from net-misc/purritobin/purritobin-0.3.3-r1.ebuild
rename to net-misc/purritobin/purritobin-0.3.3-r2.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/

2021-01-12 Thread Stephan Hartmann
commit: 44d01758293d4e50c07782f9a271f3a2d2b45141
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue Jan 12 21:24:22 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue Jan 12 21:24:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d01758

www-client/microsoft-edge-dev: bump to 89.0.760.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/microsoft-edge-dev/Manifest |   1 +
 .../microsoft-edge-dev-89.0.760.0.ebuild   | 114 +
 2 files changed, 115 insertions(+)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index 326ef906705..ef8a5ffcbf2 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,2 +1,3 @@
 DIST microsoft-edge-dev_89.0.731.0-1_amd64.deb 89937570 BLAKE2B 
55d27bc12e4776b8d8c0b05ffe0923ab78e3fccb37baa745159a0143d2c60fe6433eae6125348ad21ae220d2371571ec61266d7295362ec660de3da5bbe01acb
 SHA512 
3f02636c5041ca2e0a40f48c4e139321420f8c40591097fa2bc18a5fa6b97adf35d2500e929e8dfbef8839b0ea816e1498a754fb6a5339ce8b52250ac79cc70d
 DIST microsoft-edge-dev_89.0.752.1-1_amd64.deb 90487364 BLAKE2B 
6da2c2e76ca46046bd97bef8be9b88999cfaa61a6f50bdf81bb86ee090bb14cdbce3a579e2044754b2a2412d72759a64c52356a1f50dcedba3270177c2615646
 SHA512 
5293c47e794f07b09a8ff891d746ea4e44e9b4f8748a129d0a3988cfc6b7bfda4576ca0feb3efdd5ba6e43577d486e563509c0ecef25fe57b6a809e927c41030
+DIST microsoft-edge-dev_89.0.760.0-1_amd64.deb 90618796 BLAKE2B 
4f7e150d918adfbed42286d55889c2df315b0976c8b68d4094a7d8de474537c4d60e49dcd96a937b56290aede031397d476aa51383d9f5d5857d64ac4ab5f199
 SHA512 
24cbd01643d2b1a6bad4899cfa1e03e7a745f91fe75c373e37a230d9071d2a083019bf033960c6a710435cb0ae55dd84ac5b0cc5f681ef3d40c8f735262d749f

diff --git a/www-client/microsoft-edge-dev/microsoft-edge-dev-89.0.760.0.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-89.0.760.0.ebuild
new file mode 100644
index 000..8b9535ac799
--- /dev/null
+++ b/www-client/microsoft-edge-dev/microsoft-edge-dev-89.0.760.0.ebuild
@@ -0,0 +1,114 @@
+# Copyright 2011-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit chromium-2 desktop pax-utils unpacker xdg-utils
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   KEYWORDS="-* amd64"
+   MY_PN=${PN}-stable
+else
+   KEYWORDS="-* ~amd64"
+   MY_PN=${PN}
+fi
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-accessibility/at-spi2-core:2
+   app-misc/ca-certificates
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm]
+   net-misc/wget
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/pango
+   x11-misc/xdg-utils
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   unpacker
+
+   rm _gpgorigin || die
+
+   rm -r etc usr/share/menu || die
+   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+   gzip -d usr/share/doc/${PF}/changelog.gz || die
+   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+
+   local suffix=
+   [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
+   [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+   local size
+   for size in 16 24 32 48 64 128 256 ; do
+   newicon -s ${size} 
"${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
+   done
+
+   pax-mark m "${EDGE_HOME}/msedge"
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+}



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

2021-01-12 Thread Sergei Trofimovich
commit: 0dd2b852c4790ebf4baabf03e8c89c3a03a40427
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jan 12 20:15:39 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jan 12 21:14:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd2b852

dev-libs/libx86: keyworded 1.1-r4 for sparc, bug #764026

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

 dev-libs/libx86/libx86-1.1-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libx86/libx86-1.1-r4.ebuild 
b/dev-libs/libx86/libx86-1.1-r4.ebuild
index 24efb497601..259d3f552e7 100644
--- a/dev-libs/libx86/libx86-1.1-r4.ebuild
+++ b/dev-libs/libx86/libx86-1.1-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.codon.org.uk/~mjg59/${PN}/downloads/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~sparc x86"
 IUSE="static-libs"
 
 src_prepare() {



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

2021-01-12 Thread Sergei Trofimovich
commit: 48060bdd292b632d2680d9b482d3c6d03a73ddf3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jan 12 20:14:34 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jan 12 21:14:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48060bdd

app-admin/sudo: stable 1.9.5_p1 for hppa/sparc, bug #764986

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

 app-admin/sudo/sudo-1.9.5_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sudo/sudo-1.9.5_p1.ebuild 
b/app-admin/sudo/sudo-1.9.5_p1.ebuild
index ed3465aa694..4bb085b6b84 100644
--- a/app-admin/sudo/sudo-1.9.5_p1.ebuild
+++ b/app-admin/sudo/sudo-1.9.5_p1.ebuild
@@ -22,7 +22,7 @@ else
SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz;
if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~s390 ~sparc x86 ~sparc-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~s390 sparc x86 ~sparc-solaris"
fi
 fi
 



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

2021-01-12 Thread Michał Górny
commit: 12ad9b4aab7ec89cb7eb39091c2266a9777aefeb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 12 21:09:51 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 12 21:09:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ad9b4a

xfce-base/thunar: Bump to 4.16.2

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

 xfce-base/thunar/Manifest |  1 +
 xfce-base/thunar/thunar-4.16.2.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
index 188296d304f..eed35cadced 100644
--- a/xfce-base/thunar/Manifest
+++ b/xfce-base/thunar/Manifest
@@ -2,3 +2,4 @@ DIST thunar-1.8.16.tar.bz2 2479718 BLAKE2B 
2de72f0b9977a9815c0a7f0376ceb01ddd5a6
 DIST thunar-4.15.3.tar.bz2 2445923 BLAKE2B 
7c1fcbb77eba1a2198bbfac88d43d9a332941aca9dec46d239933288d6e97d4029208bcbe6574577d71aad11292c2ca8015374502b724fa3e3844f0fa664152b
 SHA512 
a86a2e984ccbec82f50b479efc61334615b0ac116d8b3a479c61470d34fe47bac0d3e327cf4e10a1bf3ad50910abb26767bbd7ffed0cf4263e3435a21e1ab6dd
 DIST thunar-4.16.0.tar.bz2 2454813 BLAKE2B 
528abf3f3227992dbed23e453205a55dcdda8bf03d242f6668e45e2d22921dfe5f5dd5550a7cdf53fd5c39c21ecf9567bc02e2d178ae7a1d35ad0c4f6932e4a7
 SHA512 
0f288018ead108c6a170a9b98d45d6c005301eb51526b357ab81411724451f0e6a1154ae44dd7681ee5bc9a8807df1497ed26d1af0ac002d68c69fede808cc51
 DIST thunar-4.16.1.tar.bz2 2447673 BLAKE2B 
6a0533fb052c9cb1e478145685859e22fb3134aee4332e4bf23d3c9addaa17e1514ebf3e8087474cdc728d44a52d43a15d1b10a62e3a3c6e1654404097461957
 SHA512 
aa579682cb6fc9af339ae40a6fdd66e49d34ae849388384af5665499c3b58f59a628a8380bd174d0988249139a7f7783cb3fa5342e1b019e8d2e0c044ea8f6d0
+DIST thunar-4.16.2.tar.bz2 2434525 BLAKE2B 
e50fb41d7d333fe23729ddc01ce7e1313124ad3607e0e57fd210794b21f83fb83cd2a4ef9845638c0e10ceb5995392b754991600fc242e4a7e11af6a55971624
 SHA512 
761bc2b2106db523b5b56b9f330a42e487aeccd144d2118956a67d6935ee6d795edf543a815c3e035dd7cc4b0965679811d39d9c5e6b6f7ca84eb362f22561e0

diff --git a/xfce-base/thunar/thunar-4.16.2.ebuild 
b/xfce-base/thunar/thunar-4.16.2.ebuild
new file mode 100644
index 000..98de1a3775a
--- /dev/null
+++ b/xfce-base/thunar/thunar-4.16.2.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit xdg-utils
+
+DESCRIPTION="File manager for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/ 
https://docs.xfce.org/xfce/thunar/start;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="exif introspection libnotify pcre +trash-panel-plugin udisks"
+
+GVFS_DEPEND=">=gnome-base/gvfs-1.18.3"
+DEPEND=">=dev-lang/perl-5.6
+   >=dev-libs/glib-2.50
+   >=x11-libs/gdk-pixbuf-2.14
+   >=x11-libs/gtk+-3.22:3
+   >=xfce-base/exo-0.12:=
+   >=xfce-base/libxfce4ui-4.15.3:=
+   >=xfce-base/libxfce4util-4.15.2:=
+   >=xfce-base/xfconf-4.12:=
+   exif? ( >=media-libs/libexif-0.6.19:= )
+   introspection? ( dev-libs/gobject-introspection:= )
+   libnotify? ( >=x11-libs/libnotify-0.7 )
+   pcre? ( >=dev-libs/libpcre-6:= )
+   trash-panel-plugin? ( >=xfce-base/xfce4-panel-4.10:= )
+   udisks? ( dev-libs/libgudev:= )"
+RDEPEND="${DEPEND}
+   >=dev-util/desktop-file-utils-0.20-r1
+   x11-misc/shared-mime-info
+   trash-panel-plugin? ( ${GVFS_DEPEND} )
+   udisks? (
+   virtual/udev
+   ${GVFS_DEPEND}[udisks,udev]
+   )"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable udisks gudev)
+   $(use_enable libnotify notifications)
+   $(use_enable exif)
+   $(use_enable pcre)
+   $(use_enable trash-panel-plugin tpa-plugin)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   elog "If you were using an older Xfce version and Thunar fails to start"
+   elog "with a message similar to:"
+   elog "  Failed to register: Timeout was reached"
+   elog "you may need to reset your xfce4 session:"
+   elog "  rm ~/.cache/sessions/xfce4-session-*"
+   elog "See https://bugs.gentoo.org/698914.;
+
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/proj/guru:dev commit in: acct-group/purritobin/

2021-01-12 Thread Andrew Ammerlaan
commit: 44bf4c51d5343650faff0c80930483091d232470
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Jan 12 20:44:43 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 12 20:44:43 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44bf4c51

acct-group/purritobin: add arm64 keyword

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

 acct-group/purritobin/purritobin-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/acct-group/purritobin/purritobin-0.ebuild 
b/acct-group/purritobin/purritobin-0.ebuild
index 68481926..1ce4e61d 100644
--- a/acct-group/purritobin/purritobin-0.ebuild
+++ b/acct-group/purritobin/purritobin-0.ebuild
@@ -7,4 +7,4 @@ inherit acct-group
 
 ACCT_GROUP_ID=-1
 DESCRIPTION="Group for net-misc/purritobin"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"



[gentoo-commits] repo/proj/guru:dev commit in: acct-user/purritobin/

2021-01-12 Thread Andrew Ammerlaan
commit: f5ce6490d4fe5f6dbc8a98d073e8f3f26bb51952
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Jan 12 20:45:00 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 12 20:45:00 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5ce6490

acct-user/purritobin: add arm64 keyword

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

 acct-user/purritobin/purritobin-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/acct-user/purritobin/purritobin-0.ebuild 
b/acct-user/purritobin/purritobin-0.ebuild
index d5bc1f52..a5fc9ad6 100644
--- a/acct-user/purritobin/purritobin-0.ebuild
+++ b/acct-user/purritobin/purritobin-0.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit acct-user
 
 DESCRIPTION="User for www-apps/jackett-bin"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 ACCT_USER_ID=-1
 ACCT_USER_GROUPS=( purritobin )
 



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

2021-01-12 Thread Nick Sarnie
commit: 0bff6b8414a0c1a4a1a6e12e6d5b95b9399ec4cc
Author: Ali Abdel-Qader  protonmail  com>
AuthorDate: Tue Jan 12 19:15:24 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Jan 12 20:39:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bff6b84

dev-libs/tree-sitter: Remove hardcoded libdir

Closes: https://bugs.gentoo.org/765103
Signed-off-by: Ali Abdel-Qader  protonmail.com>
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Nick Sarnie  gentoo.org>

 dev-libs/tree-sitter/tree-sitter-0.17.3.ebuild | 4 ++--
 dev-libs/tree-sitter/tree-sitter-0.18.0.ebuild | 2 +-
 dev-libs/tree-sitter/tree-sitter-.ebuild   | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-libs/tree-sitter/tree-sitter-0.17.3.ebuild 
b/dev-libs/tree-sitter/tree-sitter-0.17.3.ebuild
index b50d6429cd9..547703a2d32 100644
--- a/dev-libs/tree-sitter/tree-sitter-0.17.3.ebuild
+++ b/dev-libs/tree-sitter/tree-sitter-0.17.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,5 +22,5 @@ PATCHES=(
 )
 
 src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
LIBDIR="${EPREFIX}/usr/lib64" install
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
 }

diff --git a/dev-libs/tree-sitter/tree-sitter-0.18.0.ebuild 
b/dev-libs/tree-sitter/tree-sitter-0.18.0.ebuild
index a59778d2f55..547703a2d32 100644
--- a/dev-libs/tree-sitter/tree-sitter-0.18.0.ebuild
+++ b/dev-libs/tree-sitter/tree-sitter-0.18.0.ebuild
@@ -22,5 +22,5 @@ PATCHES=(
 )
 
 src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
LIBDIR="${EPREFIX}/usr/lib64" install
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
 }

diff --git a/dev-libs/tree-sitter/tree-sitter-.ebuild 
b/dev-libs/tree-sitter/tree-sitter-.ebuild
index b50d6429cd9..547703a2d32 100644
--- a/dev-libs/tree-sitter/tree-sitter-.ebuild
+++ b/dev-libs/tree-sitter/tree-sitter-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,5 +22,5 @@ PATCHES=(
 )
 
 src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
LIBDIR="${EPREFIX}/usr/lib64" install
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
 }



[gentoo-commits] proj/linux-patches: New tag: 5.10-9

2021-01-12 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan 12 20:27:50 2021 +

New tag: 5.10-9




[gentoo-commits] proj/sci:master commit in: sci-chemistry/usf-tools/files/, sci-chemistry/usf-tools/

2021-01-12 Thread Andrew Ammerlaan
commit: 2750cb91ee72a1dc21f441977bf4d424558ec735
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Jan 12 20:22:21 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 12 20:28:00 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2750cb91

sci-chemistry/usf-tools: remove pack, missing deps, source is 404

upstream has dissapeared of the face of the internet

Signed-off-by: Andrew Ammerlaan  riseup.net>

 .../usf-tools/files/usf-tools--longline.patch  | 57 --
 sci-chemistry/usf-tools/metadata.xml   |  8 ---
 sci-chemistry/usf-tools/usf-tools-.ebuild  | 33 -
 3 files changed, 98 deletions(-)

diff --git a/sci-chemistry/usf-tools/files/usf-tools--longline.patch 
b/sci-chemistry/usf-tools/files/usf-tools--longline.patch
deleted file mode 100644
index 028c0f45b..0
--- a/sci-chemistry/usf-tools/files/usf-tools--longline.patch
+++ /dev/null
@@ -1,57 +0,0 @@
- gklib/pckrho.f |   24 ++--
- 1 files changed, 18 insertions(+), 6 deletions(-)
-
-diff --git a/gklib/pckrho.f b/gklib/pckrho.f
-index 31eefad..2dd5104 100644
 a/gklib/pckrho.f
-+++ b/gklib/pckrho.f
-@@ -21,23 +21,33 @@ cprint *,'IX,IY,IZ- ',ix, iy, iz
- cprint *,'JX,JY,LEVEL - ',jx,jy,level
- cprint *,'UVW - ',uvw
- c
--  if (uvw(1) .eq. 1 .and. uvw(2) .eq. 2 .and. uvw(3) .eq. 3) then
-+if (  uvw(1) .eq. 1
-+ :  .and. uvw(2) .eq. 2
-+ :  .and. uvw(3) .eq. 3) then
- do 100 i=1,iy
- do 100 j=1,ix
- 100   sav(j,i,level) = rho(j,i)
--  else if (uvw(1) .eq. 1 .and. uvw(2) .eq. 3 .and. uvw(3) .eq. 2) then
-+else if (uvw(1) .eq. 1
-+ :  .and.uvw(2) .eq. 3
-+ :  .and.uvw(3) .eq. 2) then
- do 110 i=1,iz
- do 110 j=1,ix
- 110   sav(j,level,i) = rho(j,i)
--  else if (uvw(1) .eq. 2 .and. uvw(2) .eq. 1 .and. uvw(3) .eq. 3) then
-+else if (uvw(1) .eq. 2
-+ :  .and.uvw(2) .eq. 1
-+ :  .and.uvw(3) .eq. 3) then
- do 120 j=1,iy
- do 120 i=1,ix
- 120   sav(i,j,level) = rho(j,i)
--  else if (uvw(1) .eq. 2 .and. uvw(2) .eq. 3 .and. uvw(3) .eq. 1) then
-+else if (uvw(1) .eq. 2
-+ :  .and.uvw(2) .eq. 3
-+ :  .and.uvw(3) .eq. 1) then
- do 130 i=1,iz
- do 130 j=1,iy
- 130   sav(level,j,i) = rho(j,i)
--  else if (uvw(1) .eq. 3 .and. uvw(2) .eq. 1 .and. uvw(3) .eq. 2) then
-+else if (uvw(1) .eq. 3
-+ :  .and.uvw(2) .eq. 1
-+ :  .and.uvw(3) .eq. 2) then
- do 140 i=1,ix
- cxyz
- c  call ivalut (' I(x) now :',1,i)
-@@ -47,7 +57,9 @@ ccall ivalut (' J(z) now :',1,j)
- ccall rvalut (' RHO(j,i) :',1,rho(j,i))
- ccall rvalut (' SAV(I,LEVEL,J) :',1,sav(i,level,j))
- 140   sav(i,level,j) = rho(j,i)
--  else if (uvw(1) .eq. 3 .and. uvw(2) .eq. 2 .and. uvw(3) .eq. 1) then
-+else if (uvw(1) .eq. 3
-+ :  .and.uvw(2) .eq. 2
-+ :  .and.uvw(3) .eq. 1) then
- do 150 i=1,iy
- do 150 j=1,iz
- 150   sav(level,i,j) = rho(j,i)

diff --git a/sci-chemistry/usf-tools/metadata.xml 
b/sci-chemistry/usf-tools/metadata.xml
deleted file mode 100644
index da36ecbfc..0
--- a/sci-chemistry/usf-tools/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   sci-chemis...@gentoo.org
-   Gentoo Chemistry Project
-   
-

diff --git a/sci-chemistry/usf-tools/usf-tools-.ebuild 
b/sci-chemistry/usf-tools/usf-tools-.ebuild
deleted file mode 100644
index b6561aad4..0
--- a/sci-chemistry/usf-tools/usf-tools-.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=y
-
-inherit autotools-utils flag-o-matic  fortran-2
-
-_AP=001
-
-DESCRIPTION="The USF program suite"
-HOMEPAGE="http://xray.bmc.uu.se/usf/;
-SRC_URI="
-   http://xray.bmc.uu.se/markh/usf/usf_distribution_kit.tar.gz -> 
${P}.tar.gz
-   http://dev.gentoo.org/~jlec/distfiles/${PN}-autotools-${_AP}.tar.xz;
-
-SLOT="0"
-LICENSE="all-rights-reserved"
-KEYWORDS=""
-IUSE="static-libs"
-
-RDEPEND="
-   sci-libs/libccp4
-   sci-libs/mmdb:0"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/usf_export
-
-src_prepare() {
-   append-fflags -ffixed-line-length-132 -DLINUX -cpp
-   autotools-utils_src_prepare
-}



[gentoo-commits] proj/sci:master commit in: sci-chemistry/burrow-owl/, sci-chemistry/burrow-owl/files/

2021-01-12 Thread Andrew Ammerlaan
commit: 0e7aed19ea0a3958b5433edb963b97c8aa0e566b
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Jan 12 20:18:34 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 12 20:28:00 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0e7aed19

sci-chemistry/burrow-owl: remove old pack, 3 missing deps, also removed in 
::gentoo

last update in 2013, is missing three dependencies

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

Signed-off-by: Andrew Ammerlaan  riseup.net>

 sci-chemistry/burrow-owl/burrow-owl-.ebuild| 63 --
 .../files/burrow-owl--impl-dec.patch   | 15 --
 .../burrow-owl/files/burrow-owl--prll.patch| 20 ---
 sci-chemistry/burrow-owl/metadata.xml  | 11 
 4 files changed, 109 deletions(-)

diff --git a/sci-chemistry/burrow-owl/burrow-owl-.ebuild 
b/sci-chemistry/burrow-owl/burrow-owl-.ebuild
deleted file mode 100644
index 0e62aceee..0
--- a/sci-chemistry/burrow-owl/burrow-owl-.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF="true"
-
-inherit autotools-utils git-r3 virtualx
-
-DESCRIPTION="Visualize multidimensional nuclear magnetic resonance (NMR) 
spectra"
-HOMEPAGE="http://burrow-owl.sourceforge.net/;
-SRC_URI="examples? ( mirror://sourceforge/${PN}/burrow-demos.tar )"
-EGIT_REPO_URI="git://burrow-owl.git.sourceforge.net/gitroot/burrow-owl/burrow-owl"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc examples static-libs"
-
-RDEPEND="
-   dev-libs/g-wrap
-   dev-libs/glib:2
-   dev-scheme/guile:12=[networking,regex]
-   dev-scheme/guile-cairo
-   dev-scheme/guile-gnome-platform
-   sci-libs/starparse
-   x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
-   dev-util/indent
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-prll.patch
-   "${FILESDIR}"/${P}-impl-dec.patch
-   )
-
-src_unpack() {
-   git-r3_src_unpack
-   use examples && unpack ${A}
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_with doc doxygen doxygen)
-   )
-   autotools-utils_src_configure
-}
-
-src_test () {
-   VIRTUALX_COMMAND="autotools-utils_src_compile -C test-suite check"
-   virtualmake
-}
-
-src_install() {
-   use doc && HTML_DOCS=( "${AUTOTOOLS_BUILD_DIR}/doc/api/html/." )
-   autotools-utils_src_install
-
-   use examples && \
-   insinto /usr/share/${PN} && \
-   doins -r "${WORKDIR}"/burrow-demos/*
-}

diff --git a/sci-chemistry/burrow-owl/files/burrow-owl--impl-dec.patch 
b/sci-chemistry/burrow-owl/files/burrow-owl--impl-dec.patch
deleted file mode 100644
index 461e3e691..0
--- a/sci-chemistry/burrow-owl/files/burrow-owl--impl-dec.patch
+++ /dev/null
@@ -1,15 +0,0 @@
- burrow/spectrum/spectrum.c |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/burrow/spectrum/spectrum.c b/burrow/spectrum/spectrum.c
-index 5e099d8..38040bb 100644
 a/burrow/spectrum/spectrum.c
-+++ b/burrow/spectrum/spectrum.c
-@@ -35,6 +35,7 @@
- #include "spectrum_priv.h"
- #include "skiplist.h"
- #include "debug.h"
-+#include 
- 
- /* for debugging purposes; make value available */
- static const gdouble 
datum_unknown_value_substitute=DATUM_UNKNOWN_VALUE_SUBSTITUTE;

diff --git a/sci-chemistry/burrow-owl/files/burrow-owl--prll.patch 
b/sci-chemistry/burrow-owl/files/burrow-owl--prll.patch
deleted file mode 100644
index 340ccd236..0
--- a/sci-chemistry/burrow-owl/files/burrow-owl--prll.patch
+++ /dev/null
@@ -1,20 +0,0 @@
- burrow/canvas/gw/Makefile.am |4 +++-
- 1 files changed, 3 insertions(+), 1 deletions(-)
-
-diff --git a/burrow/canvas/gw/Makefile.am b/burrow/canvas/gw/Makefile.am
-index da50ee3..2ed89bc 100644
 a/burrow/canvas/gw/Makefile.am
-+++ b/burrow/canvas/gw/Makefile.am
-@@ -31,9 +31,11 @@ H2DEF=@top_srcdir@/utils/h2def.py
- canvas.defs: $(HEADERS_1)
-   $(H2DEF) --all $(HEADERS_1) > $@
- 
--canvas-gw.c canvas-gw.h canvas-gw.scm: canvas.defs
-+canvas-gw.c canvas-gw.h: canvas.defs
-   
GUILE_LOAD_PATH=@srcdir@:@builddir@:@GUILE_GNOME_MODULE_DIR@:@G_WRAP_MODULE_DIR@:$$GUILE_LOAD_PATH
 $(GUILE) -s @srcdir@/run-g-wrap.scm
- 
-+BUILT_SOURCES=canvas-gw.c canvas-gw.h canvas.defs
-+
- INCLUDES=@GTK_CFLAGS@ @G_WRAP_CFLAGS@ @GUILE_GNOME_CFLAGS@ 
@GUILE_CAIRO_CFLAGS@ @GUILE_CFLAGS@ -I$(headers_dir) -I@top_srcdir@
- 
- moduledir=$(datadir)/guile/burrow

diff --git a/sci-chemistry/burrow-owl/metadata.xml 
b/sci-chemistry/burrow-owl/metadata.xml
deleted file mode 100644
index d78ba4b82..0
--- a/sci-chemistry/burrow-owl/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   sci-chemis...@gentoo.org
-   Gentoo Chemistry Project
-   
-   
-   

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

2021-01-12 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan 12 20:26:26 2021 +

New tag: 5.4-91




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

2021-01-12 Thread Pacho Ramos
commit: 191568c4ab7fea7003babfa8244f69721d334830
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jan 12 20:22:25 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jan 12 20:22:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191568c4

dev-python/GridDataFormats: Bump to 0.5.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 .../GridDataFormats/GridDataFormats-0.5.0.ebuild   | 23 ++
 dev-python/GridDataFormats/Manifest|  1 +
 2 files changed, 24 insertions(+)

diff --git a/dev-python/GridDataFormats/GridDataFormats-0.5.0.ebuild 
b/dev-python/GridDataFormats/GridDataFormats-0.5.0.ebuild
new file mode 100644
index 000..e7f101891a3
--- /dev/null
+++ b/dev-python/GridDataFormats/GridDataFormats-0.5.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Reading and writing of data on regular grids in Python"
+HOMEPAGE="https://pypi.org/project/GridDataFormats/ 
https://github.com/MDAnalysis/GridDataFormats;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="LGPL-3"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   >=dev-python/numpy-1.0.3[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+"

diff --git a/dev-python/GridDataFormats/Manifest 
b/dev-python/GridDataFormats/Manifest
index 1648d359788..f6520d47367 100644
--- a/dev-python/GridDataFormats/Manifest
+++ b/dev-python/GridDataFormats/Manifest
@@ -1 +1,2 @@
 DIST GridDataFormats-0.4.0.tar.gz 63643 BLAKE2B 
cbc0bc259c30c9eccf61b11a7ed6e8004979fe2adb2b049f137caddbb71190291011664462c2c1aa4fe2baf822102d59d3079e9e48620b76d37a4812ca150328
 SHA512 
b480293e2dd17cb484336aa1469a8f0e739fbe7d925190f6a6502e96d0ab26a36271b0a0676c711716abd3e025e86fbec961cf965e950f89be167e0a83ef904c
+DIST GridDataFormats-0.5.0.tar.gz 1982315 BLAKE2B 
b230fd2843ab6a5826ee425fb3fad9a0d5d75a292aa3b6b150e76fa515b68000efb8e1b4140619c0c489f34ac7e3ce6d979e97526c212caf3e808be07b33afcd
 SHA512 
9cae1fe0f4f27bd966c1563831f8a9257ecbe14a7a6f011753355070449515b9b0ad1f31867c2c199c9703aebd5a3b40a03c1276f3bb6ff51447f7a870fdefe8



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

2021-01-12 Thread Pacho Ramos
commit: 6f43405657bf6b42f27923e1b01949b3b03babdc
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jan 12 20:24:41 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jan 12 20:24:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f434056

x11-themes/ubuntu-wallpapers: Drop old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 x11-themes/ubuntu-wallpapers/Manifest  |  1 -
 .../ubuntu-wallpapers-20.04.2.ebuild   | 41 --
 2 files changed, 42 deletions(-)

diff --git a/x11-themes/ubuntu-wallpapers/Manifest 
b/x11-themes/ubuntu-wallpapers/Manifest
index 2157f306363..9b846c577c7 100644
--- a/x11-themes/ubuntu-wallpapers/Manifest
+++ b/x11-themes/ubuntu-wallpapers/Manifest
@@ -1,2 +1 @@
-DIST ubuntu-wallpapers_20.04.2.orig.tar.gz 221558552 BLAKE2B 
2cec11a04ddec632df811b5764e8e777bb4c0ec03138f1e4f1b50fbd780fd33761b55e5da52d466d000461ad47d0d7c2348992053eb375f4a10f0d9808d0df4b
 SHA512 
89ac61bbccff1226b08b7c1b8714b65829333f1ca7eedfc2f77842e2efc1e4d71509488fc5e902e6b35138df258c06c51a655f1722a13df9f382420c15673c54
 DIST ubuntu-wallpapers_20.10.3.orig.tar.gz 228597178 BLAKE2B 
83cbe7ed38a6c8a7b4c1bb6ff0f3e42ce355c7d6ba46d33b7a9227ecdb5dad6dd3192d8ff4ebc414188b361719e3c48c979b87d2ba11417726ad1f46b73de332
 SHA512 
b66cc0b447ae66f9791369e4c76cdf3bbaf1a6f316e7bc30a1721469c227221162cf764234dc4913d1679b842eb83e3ea32a53680c512ede998ce604af2034de

diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.04.2.ebuild 
b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.04.2.ebuild
deleted file mode 100644
index 79ea2db96e4..000
--- a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.04.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Ubuntu wallpapers"
-HOMEPAGE="https://launchpad.net/ubuntu/+source/ubuntu-wallpapers;
-MY_P="${PN}_${PV}"
-SRC_URI="mirror://ubuntu/pool/main/u/${PN}/${MY_P}.orig.tar.gz"
-
-# Review COPYING file for updates
-LICENSE="CC-BY-SA-3.0"
-
-KEYWORDS="amd64 arm x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-BDEPEND=""
-
-S="${WORKDIR}/${MY_P/_/-}"
-
-SLOT="0"
-
-src_compile() { :; }
-src_test() { :; }
-
-src_install() {
-   insinto /usr/share/backgrounds
-   doins *.jpg *.png
-
-   insinto /usr/share/backgrounds/contest
-   doins contest/*.xml
-
-   for i in *.xml.in; do
-   insinto /usr/share/gnome-background-properties
-   newins ${i} ${i/.in/}
-   done
-
-   einstalldocs
-}



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

2021-01-12 Thread Pacho Ramos
commit: 4d8f86285735990272ece0131f162d70d6997ed1
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jan 12 20:25:03 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jan 12 20:25:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d8f8628

x11-themes/fedora-backgrounds: Suitable for allarches stabilization

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 x11-themes/fedora-backgrounds/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-themes/fedora-backgrounds/metadata.xml 
b/x11-themes/fedora-backgrounds/metadata.xml
index 020b40648ee..5b5fad3a835 100644
--- a/x11-themes/fedora-backgrounds/metadata.xml
+++ b/x11-themes/fedora-backgrounds/metadata.xml
@@ -4,4 +4,5 @@

pa...@gentoo.org

+   
 



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

2021-01-12 Thread Pacho Ramos
commit: ccca7ab09976534cf339ba47c4af7a379a8ade54
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jan 12 20:24:30 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jan 12 20:24:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccca7ab0

x11-themes/ubuntu-wallpapers: Stabilize

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.10.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.10.3.ebuild 
b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.10.3.ebuild
index 6101cdc76a8..64464d8c2ea 100644
--- a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.10.3.ebuild
+++ b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.10.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://ubuntu/pool/main/u/${PN}/${MY_P}.orig.tar.gz"
 # Review COPYING file for updates
 LICENSE="CC-BY-SA-3.0"
 
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 arm x86"
 IUSE=""
 
 RDEPEND=""



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

2021-01-12 Thread Pacho Ramos
commit: 14077eabbcfb2112dac7902ef076ff6e2509fb1c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jan 12 20:24:10 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jan 12 20:24:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14077eab

x11-themes/ubuntu-wallpapers: Suitable for allarches stabilization

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 x11-themes/ubuntu-wallpapers/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-themes/ubuntu-wallpapers/metadata.xml 
b/x11-themes/ubuntu-wallpapers/metadata.xml
index c457b33c0c4..206becb97ac 100644
--- a/x11-themes/ubuntu-wallpapers/metadata.xml
+++ b/x11-themes/ubuntu-wallpapers/metadata.xml
@@ -4,6 +4,7 @@

pa...@gentoo.org

+   

ubuntu/+source/ubuntu-wallpapers




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

2021-01-12 Thread Pacho Ramos
commit: 1fe59d85921d94c2518f3b52d3bb7e21647aadc9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jan 12 20:25:26 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jan 12 20:25:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe59d85

x11-themes/fedora-backgrounds: Stabilize

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 x11-themes/fedora-backgrounds/fedora-backgrounds-33.0.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-33.0.8.ebuild 
b/x11-themes/fedora-backgrounds/fedora-backgrounds-33.0.8.ebuild
index cbd61f1779a..3e12c33b7b2 100644
--- a/x11-themes/fedora-backgrounds/fedora-backgrounds-33.0.8.ebuild
+++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-33.0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${
 # Review on each bump, files Attribution*
 LICENSE="CC-BY-SA-4.0"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 SLOT="$(ver_cut 1)"
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/MDAnalysis/

2021-01-12 Thread Pacho Ramos
commit: 7325681c413ad11ed3bcfab315acf9abdd0eaded
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jan 12 20:22:46 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jan 12 20:22:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7325681c

sci-chemistry/MDAnalysis: Bump to 1.0.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-chemistry/MDAnalysis/MDAnalysis-1.0.0.ebuild | 37 
 sci-chemistry/MDAnalysis/Manifest|  1 +
 2 files changed, 38 insertions(+)

diff --git a/sci-chemistry/MDAnalysis/MDAnalysis-1.0.0.ebuild 
b/sci-chemistry/MDAnalysis/MDAnalysis-1.0.0.ebuild
new file mode 100644
index 000..bf88aac4720
--- /dev/null
+++ b/sci-chemistry/MDAnalysis/MDAnalysis-1.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A python library to analyze and manipulate molecular dynamics 
trajectories"
+HOMEPAGE="https://www.mdanalysis.org;
+SRC_URI="mirror://pypi/M/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/numpy-1.13.3[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.0.0[${PYTHON_USEDEP}]
+   >=sci-biology/biopython-1.71[${PYTHON_USEDEP}]
+   >=dev-python/networkx-1.0[${PYTHON_USEDEP}]
+   >=dev-python/GridDataFormats-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/joblib-0.12[${PYTHON_USEDEP}]
+   >=dev-python/matplotlib-1.5.1[${PYTHON_USEDEP}]
+   dev-python/netcdf4-python[${PYTHON_USEDEP}]
+   >=dev-python/mmtf-python-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/gsd-1.9.3[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/duecredit[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/tqdm-4.43.0[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}"
+
+distutils_enable_tests nose

diff --git a/sci-chemistry/MDAnalysis/Manifest 
b/sci-chemistry/MDAnalysis/Manifest
index 3f78fef8223..2936149307d 100644
--- a/sci-chemistry/MDAnalysis/Manifest
+++ b/sci-chemistry/MDAnalysis/Manifest
@@ -1 +1,2 @@
 DIST MDAnalysis-0.18.0.tar.gz 11085390 BLAKE2B 
70b5530a0800370fbee2805d8c4cb495f2e339b29c13c0a2442e3310c1b941ccf459a19d0a490c47a28b77ffeeaca581100ef06b7196cb9fcdb1b71d5d0c871f
 SHA512 
b235471c04ab2e117fe25e972d88a6245b1641f96d30eafd2f68949c8af8c1360eed49b1ec9960d8c386c0bbca8b3749cec322eb19f9975f15225983af0f5819
+DIST MDAnalysis-1.0.0.tar.gz 19552874 BLAKE2B 
dab625a898d71a67a37ac5b58eb23ded9487f475e3c76f6c335a0ed5b32a43785d0473d089fcfc56c07263d82248bf5ee7b50c513441b10fc97f97b49411cc5f
 SHA512 
4a001f45695308dd5f296bd2850d5d585c065e6b0f55efca65d91e452d78c85f13fd614eca0176a8d330e14a1c9e8ccbb919c3d4ae995b1945d09dc3ad687195



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

2021-01-12 Thread Pacho Ramos
commit: 9d7796f04b6e7c1bb0cb6b9814abaf2b51649209
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jan 12 20:20:18 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jan 12 20:20:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d7796f0

dev-python/mmtf-python: Support newer python

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 dev-python/mmtf-python/mmtf-python-1.1.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/mmtf-python/mmtf-python-1.1.2-r1.ebuild 
b/dev-python/mmtf-python/mmtf-python-1.1.2-r1.ebuild
index b7977d728d5..f6b8f643192 100644
--- a/dev-python/mmtf-python/mmtf-python-1.1.2-r1.ebuild
+++ b/dev-python/mmtf-python/mmtf-python-1.1.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
 inherit distutils-r1
 
 DESCRIPTION="The python implementation of the MMTF API, decoder and encoder"



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

2021-01-12 Thread Pacho Ramos
commit: eadd93387e7a9b9360988bcd703c85d214bb26b0
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jan 12 20:18:19 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jan 12 20:18:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eadd9338

dev-python/gsd: Bump to 2.4.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 dev-python/gsd/Manifest |  1 +
 dev-python/gsd/gsd-2.4.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/gsd/Manifest b/dev-python/gsd/Manifest
index f12001a1319..77c49e76468 100644
--- a/dev-python/gsd/Manifest
+++ b/dev-python/gsd/Manifest
@@ -1 +1,2 @@
 DIST gsd-v1.5.3.tar.gz 240114 BLAKE2B 
076d888f03350fba2388c907787354e878a1536c7d85c759eb3513102ee2abffe2c9313a6e9e208726d66d6324dac02ae70d8872342f9bcb162ad13d9a23dbc3
 SHA512 
893db74dc481da47d6c51ea0d0d9faefbe164edfaeb5a2ed73e25acbd9dc42c3cf28cbc0d9257c6bf0cc0e9911ab85cfa72997886350c0e7c125d30636ec432a
+DIST gsd-v2.4.0.tar.gz 112743 BLAKE2B 
d35a1108cb12f58f8b6cc980c156ae2dceb0c0d2c4d41d35ae29bae1bc342654e148616e64a6dfcb07bdbb1156299d8d05914d028dfb877979c8a17f299feb06
 SHA512 
47e136018d813f48c5d78cc31786a5bb33992f488a4d907b450a570bb90f9ffeb233e82f9686d09aeb3541fca1518294d5bf63c6a896635f30ad369350012458

diff --git a/dev-python/gsd/gsd-2.4.0.ebuild b/dev-python/gsd/gsd-2.4.0.ebuild
new file mode 100644
index 000..df802dc1650
--- /dev/null
+++ b/dev-python/gsd/gsd-2.4.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="GSD - file format specification and a library to read and write 
it"
+HOMEPAGE="https://github.com/glotzerlab/gsd;
+SRC_URI="https://github.com/glotzerlab/gsd/releases/download/v${PV}/${PN}-v${PV}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]"
+BDEPEND="
+   ${RDEPEND}"
+
+S="${WORKDIR}/${PN}-v${PV}"



[gentoo-commits] proj/linux-patches: New tag: 4.19-166

2021-01-12 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan 12 20:24:16 2021 +

New tag: 4.19-166




[gentoo-commits] proj/linux-patches: New tag: 4.14-225

2021-01-12 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan 12 20:23:05 2021 +

New tag: 4.14-225




[gentoo-commits] proj/linux-patches: New tag: 4.9-255

2021-01-12 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan 12 20:22:22 2021 +

New tag: 4.9-255




[gentoo-commits] proj/linux-patches: New tag: 4.4-253

2021-01-12 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan 12 20:20:38 2021 +

New tag: 4.4-253




[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/

2021-01-12 Thread Alexey Shvetsov
commit: 2c8f4c40f3c9ec5a50c4ace2d1e120172621bfcc
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Tue Jan 12 20:05:08 2021 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Tue Jan 12 20:16:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c8f4c40

sci-chemistry/gromacs: Drop old version

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alexey Shvetsov  gentoo.org>

 sci-chemistry/gromacs/Manifest |   3 -
 sci-chemistry/gromacs/gromacs-2019.5-r1.ebuild | 253 -
 2 files changed, 256 deletions(-)

diff --git a/sci-chemistry/gromacs/Manifest b/sci-chemistry/gromacs/Manifest
index 41f83fffa7a..dea62ed45c3 100644
--- a/sci-chemistry/gromacs/Manifest
+++ b/sci-chemistry/gromacs/Manifest
@@ -1,13 +1,10 @@
 DIST gromacs-2018.8.tar.gz 29913703 BLAKE2B 
8780032305928067fbfe1559efe9eedc4d47e27ab2f6ab54d6dba39edfcbeefbee4673d8910009048a850620b5a08ba8feb622db652c439cfa50a149ec5f0015
 SHA512 
6717895942f2ab7b54019511ed2aebadadde8e96d3c4b7414bb9168ffe418432d2dee330192e199f7b9d2f665c71f5d4f1ef0911aa7243d525a2ca182ef5b122
-DIST gromacs-2019.5.tar.gz 33445791 BLAKE2B 
1e2e2764b0c8774c878abf4f32c2fa7ddd9b46f464cf1256deb48335433d92ef1b315f5534cdec9f766ae928a71361b5a4dd4a4def638269eb260ff98dbbe8bb
 SHA512 
fdd177e4dfd29629b72bfbb4d61ff7bcdb37279f534883a9df8fd57569212fe1e9f8b8c9cec347fcc607539f31412d604d11ee3c0eb797251960435962b1bec6
 DIST gromacs-2019.6.tar.gz 33446147 BLAKE2B 
adc21fb6b841b06d499607f8c0166a673645ef5af0b40bd823d0fff5ea24397e6301c5e1e0070986ae1ce1deba8a42052b66da148b071c1e21f2fe3908fee275
 SHA512 
7c227a9539e5775d5d128ae9e872a24181d79cdcd2852b86453597987e8d7332ecec371da65d089f6e610c54aafbccc8824ce298743383dd6240719ebee692a8
 DIST gromacs-2020.4.tar.gz 29149899 BLAKE2B 
a07c8efd96137d58c1edf4ac9b5aafeb16d9e65234b9459b71471827032654acacb58ed6ae87ec6e0e593a0acd799683cc4461b06cc883b089d740708619345e
 SHA512 
0c56f058741af70660baf0177724ec940dd984c05ea141ede91ee51ce3744f76d00e31bdb5db907e46fa1639de5dca637b3ace26e89f908c2e74c69f0c21ed3a
 DIST gromacs-2021-beta3.tar.gz 30138154 BLAKE2B 
4abea01663c743f70489f6fb874802496605ab1a9bc08f09547409fde370b0388fab826e0d2492e5447654bcb1ae9e5cf22fcdf5e2bd2306e83868b62ef9ec1f
 SHA512 
f36799c5538b0c04d7406a2886c29a95593481e06835885fcd9de2d668a68015d2aeb7865f3050cc0451b1aac37b25b5d41b0b227ac9a33067322cc7ef9ce1c2
 DIST manual-2018.8.pdf 10025023 BLAKE2B 
afb0a6e6a72d78df743fcb57e7c1716848589e571dd35167b957a9b407ca27978ccfb6cb9e0df9c9439b888f352501a00ba32281ed1e0b4193bd606f1d77152e
 SHA512 
b1972f7ce965bfc9377542993c5943ea4868a8ed23a969d4203264746d6bea3a7a65c6379196ece37fd6d68ec7ec80f827bde87d1049284af7082759a124f1d5
-DIST manual-2019.5.pdf 12702361 BLAKE2B 
cb80429a59019b190115bf2af689c0df23b0fec6e41a9ebc9eba20977d1b06eed79044c906c41228883767f673140e15d3a5ef947a0c1ec4fe84012089f4fa91
 SHA512 
baf27961b87e6120c49abc9dc58e25d12a15588b4ac787e1a086748d488692d4a1262229ac66e550d3cca3a6042545fb6ec472a2c98d6a8698b7a18b4397f605
 DIST manual-2019.6.pdf 12702376 BLAKE2B 
c350127bc06a9eb3dee73da39037c84daeb89500e23cb131bd19a150bf60602d4dde7611e0c6f0f344af4093e96a899303dac71b4df56fd0c44c3a48a56606b7
 SHA512 
dfdff67c2c1c9ce1f1c236b7686c5331b0fe86951da6c98eddd6a3e748815e0be0a9653ae4318469fcdd913c4e7c355d64a997cc80b9d9fbe6282ef6d98e61eb
 DIST regressiontests-2018.8.tar.gz 67855469 BLAKE2B 
34c9b339f6229f483afbb5192ee6ba8b8f72d5c26907a853af9c53dfece0d88739e48f6b44b78d1c010f988f9385d077285300522164f533a5861e9dda879275
 SHA512 
3642389d27bd1942cd0f091c940ae97b197b94856a387fe581dc516b0d4169480f16551d4ba357f9282b3337d605c286d51dd38112ac87c826dda634904836bb
-DIST regressiontests-2019.5.tar.gz 67643634 BLAKE2B 
c4d9535d9a8a650869d67544ad5f367324f45e55325bb5074ece9b010f232f2f0dd97c9af97924d3f2368ed63015ca7330baff1cc681310e1439ec330b70ee8d
 SHA512 
7c0917b76e7db35ab4e3271d523d268e0e2d858091e68ead863bfe6d1e56b381e30fdbf44f479f6e065c029e2eb27cfa0dbaa1b243f185144321aaf5084c55ce
 DIST regressiontests-2019.6.tar.gz 67643195 BLAKE2B 
1e054e24b187946f7ea28090d4f20cf8e1d79a26253f57ba07d130e0773d8541b8a1552a38023d31a68ce8bc62d8e0af1d98609234bb3e7d3e6d567307ebb386
 SHA512 
eacf1c55b982515a305c29459fe80a7cd558a8481e5689962aa956148af542568b1d1ce59c6784ecb0afd4768c2b664afa21e12af2d89ae2b06b1ba61ad72036
 DIST regressiontests-2020.4.tar.gz 48542144 BLAKE2B 
1dcde67525d40ababa74d9e8ba2dd3fdef1de7d1018491e102edd71d3a622925f213b5a0812e5448882b4cb5fb578317e8e5029bdc4bd53008aa8441a3d9dea1
 SHA512 
7c71f36a1cef22562f14dcd233e90ad2fe370ae1a7d3b5268727259b374e12d4754253735ac8745d3738bdbc1cc2067780fda5e393be2ff264f632fe4e0c1978
 DIST regressiontests-2021-beta3.tar.gz 48513481 BLAKE2B 
b39685e7a43dbcd83c0ffc28b15e3aca5c82c18dd817c543262787ac40466c88f72c2a350fd3e945d62e1f9ef6f938db916650315612a5d1e27d4c6b70f8d5e2
 SHA512 
183bebf3c44805efa5a90ae8b7a34d701ffbe3a5c5b37e80359cbdf61c8492fbe6ca24f10575b8e8061aa1ae38f2a3ea1bac8b723503b1b6ab706faeace9e411

diff --git a/sci-chemistry/gromacs/gromacs-2019.5-r1.ebuild 

[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/

2021-01-12 Thread Alexey Shvetsov
commit: e68b66464b330e1d2915293eaf8b07f45ca00b9d
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Tue Jan 12 20:08:19 2021 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Tue Jan 12 20:16:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e68b6646

sci-chemistry/gromacs: Version bump

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alexey Shvetsov  gentoo.org>

 sci-chemistry/gromacs/Manifest  |   2 +
 sci-chemistry/gromacs/gromacs-2020.5.ebuild | 342 
 2 files changed, 344 insertions(+)

diff --git a/sci-chemistry/gromacs/Manifest b/sci-chemistry/gromacs/Manifest
index dea62ed45c3..bcaf2073dc5 100644
--- a/sci-chemistry/gromacs/Manifest
+++ b/sci-chemistry/gromacs/Manifest
@@ -1,10 +1,12 @@
 DIST gromacs-2018.8.tar.gz 29913703 BLAKE2B 
8780032305928067fbfe1559efe9eedc4d47e27ab2f6ab54d6dba39edfcbeefbee4673d8910009048a850620b5a08ba8feb622db652c439cfa50a149ec5f0015
 SHA512 
6717895942f2ab7b54019511ed2aebadadde8e96d3c4b7414bb9168ffe418432d2dee330192e199f7b9d2f665c71f5d4f1ef0911aa7243d525a2ca182ef5b122
 DIST gromacs-2019.6.tar.gz 33446147 BLAKE2B 
adc21fb6b841b06d499607f8c0166a673645ef5af0b40bd823d0fff5ea24397e6301c5e1e0070986ae1ce1deba8a42052b66da148b071c1e21f2fe3908fee275
 SHA512 
7c227a9539e5775d5d128ae9e872a24181d79cdcd2852b86453597987e8d7332ecec371da65d089f6e610c54aafbccc8824ce298743383dd6240719ebee692a8
 DIST gromacs-2020.4.tar.gz 29149899 BLAKE2B 
a07c8efd96137d58c1edf4ac9b5aafeb16d9e65234b9459b71471827032654acacb58ed6ae87ec6e0e593a0acd799683cc4461b06cc883b089d740708619345e
 SHA512 
0c56f058741af70660baf0177724ec940dd984c05ea141ede91ee51ce3744f76d00e31bdb5db907e46fa1639de5dca637b3ace26e89f908c2e74c69f0c21ed3a
+DIST gromacs-2020.5.tar.gz 29148909 BLAKE2B 
ea439ae95d4af67a77d53182f7ddab702799edab8527c1b6ad20625d21a81f3e3c0cc699fa0b656625bffcca0bdd5a1e104aea4f592ee2db92b4f1a460ad0e80
 SHA512 
fe38fda36d31aef5ce01a3dbc29c9f50d3cc05b20bb34a9a8f10fda5aecde4f93ca8a3f85433139e1bb88fc23d77916a4aff5a292abaa528bd0e6138e84cba18
 DIST gromacs-2021-beta3.tar.gz 30138154 BLAKE2B 
4abea01663c743f70489f6fb874802496605ab1a9bc08f09547409fde370b0388fab826e0d2492e5447654bcb1ae9e5cf22fcdf5e2bd2306e83868b62ef9ec1f
 SHA512 
f36799c5538b0c04d7406a2886c29a95593481e06835885fcd9de2d668a68015d2aeb7865f3050cc0451b1aac37b25b5d41b0b227ac9a33067322cc7ef9ce1c2
 DIST manual-2018.8.pdf 10025023 BLAKE2B 
afb0a6e6a72d78df743fcb57e7c1716848589e571dd35167b957a9b407ca27978ccfb6cb9e0df9c9439b888f352501a00ba32281ed1e0b4193bd606f1d77152e
 SHA512 
b1972f7ce965bfc9377542993c5943ea4868a8ed23a969d4203264746d6bea3a7a65c6379196ece37fd6d68ec7ec80f827bde87d1049284af7082759a124f1d5
 DIST manual-2019.6.pdf 12702376 BLAKE2B 
c350127bc06a9eb3dee73da39037c84daeb89500e23cb131bd19a150bf60602d4dde7611e0c6f0f344af4093e96a899303dac71b4df56fd0c44c3a48a56606b7
 SHA512 
dfdff67c2c1c9ce1f1c236b7686c5331b0fe86951da6c98eddd6a3e748815e0be0a9653ae4318469fcdd913c4e7c355d64a997cc80b9d9fbe6282ef6d98e61eb
 DIST regressiontests-2018.8.tar.gz 67855469 BLAKE2B 
34c9b339f6229f483afbb5192ee6ba8b8f72d5c26907a853af9c53dfece0d88739e48f6b44b78d1c010f988f9385d077285300522164f533a5861e9dda879275
 SHA512 
3642389d27bd1942cd0f091c940ae97b197b94856a387fe581dc516b0d4169480f16551d4ba357f9282b3337d605c286d51dd38112ac87c826dda634904836bb
 DIST regressiontests-2019.6.tar.gz 67643195 BLAKE2B 
1e054e24b187946f7ea28090d4f20cf8e1d79a26253f57ba07d130e0773d8541b8a1552a38023d31a68ce8bc62d8e0af1d98609234bb3e7d3e6d567307ebb386
 SHA512 
eacf1c55b982515a305c29459fe80a7cd558a8481e5689962aa956148af542568b1d1ce59c6784ecb0afd4768c2b664afa21e12af2d89ae2b06b1ba61ad72036
 DIST regressiontests-2020.4.tar.gz 48542144 BLAKE2B 
1dcde67525d40ababa74d9e8ba2dd3fdef1de7d1018491e102edd71d3a622925f213b5a0812e5448882b4cb5fb578317e8e5029bdc4bd53008aa8441a3d9dea1
 SHA512 
7c71f36a1cef22562f14dcd233e90ad2fe370ae1a7d3b5268727259b374e12d4754253735ac8745d3738bdbc1cc2067780fda5e393be2ff264f632fe4e0c1978
+DIST regressiontests-2020.5.tar.gz 48541167 BLAKE2B 
81f0505090203c970178ca4eba8dfd54d942a20970525cad954833481cd79141fa33fc97e8940ca83cee104ef6b017bc0f7bbed9eddc620a86c818760b3fc261
 SHA512 
aba67542ed00145cae8de040e4a9074a8a359a529135180e6083b2330934962302349d382d6626bddc6971ae6d44e09c8ea44d5df55ca5fcd038055a1c3e5cc3
 DIST regressiontests-2021-beta3.tar.gz 48513481 BLAKE2B 
b39685e7a43dbcd83c0ffc28b15e3aca5c82c18dd817c543262787ac40466c88f72c2a350fd3e945d62e1f9ef6f938db916650315612a5d1e27d4c6b70f8d5e2
 SHA512 
183bebf3c44805efa5a90ae8b7a34d701ffbe3a5c5b37e80359cbdf61c8492fbe6ca24f10575b8e8061aa1ae38f2a3ea1bac8b723503b1b6ab706faeace9e411

diff --git a/sci-chemistry/gromacs/gromacs-2020.5.ebuild 
b/sci-chemistry/gromacs/gromacs-2020.5.ebuild
new file mode 100644
index 000..bf0d38276e2
--- /dev/null
+++ b/sci-chemistry/gromacs/gromacs-2020.5.ebuild
@@ -0,0 +1,342 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_MAKEFILE_GENERATOR="ninja"
+

[gentoo-commits] repo/proj/guru:master commit in: www-apps/uwebsockets/

2021-01-12 Thread Andrew Ammerlaan
commit: 409b08540f016f10673c33251068608a5c5fb4a8
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Jan 12 18:33:03 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 12 18:33:03 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=409b0854

www-apps/uwebsockets: version bump to 18.19.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy  aisha.cc>

 www-apps/uwebsockets/Manifest   |  1 +
 www-apps/uwebsockets/uwebsockets-18.19.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/www-apps/uwebsockets/Manifest b/www-apps/uwebsockets/Manifest
index d7002278..89e2739a 100644
--- a/www-apps/uwebsockets/Manifest
+++ b/www-apps/uwebsockets/Manifest
@@ -1 +1,2 @@
 DIST uwebsockets-18.17.0.tar.gz 276629 BLAKE2B 
2d53fc5eefd7ef97af4d5c5afea9aaa8bf330083f3d55d68d7210e5825c9179f93d7f78f96a32c7b0c4ea18e1a078e4954706b8782aa1f62206f11dfb4dbfae5
 SHA512 
8e7cd716eddc9f9c3bcbc24ed50eaba39f3bc920624f892045caa14bc241695f8ccd531a3aaab6870e8669a49788058ea6458b11298aab1757923f3d7caa7813
+DIST uwebsockets-18.19.0.tar.gz 278092 BLAKE2B 
ba9d5170052698ee008ccf1609b93b88990fef3dd8eb68d907fc04939a4c9e045a0e6d3b4524b4c5f5381e2f7f3ebfa114df39550e73e9ddc189068e1dce6ef1
 SHA512 
6419c180e523b292bc25bcde275a8a0c2dca9c21bb189c37a934ef99e087ce110bee67bdb5ce51309c26426dd06921498a5a9cb411b77277d1b6d93c8c7a3ec5

diff --git a/www-apps/uwebsockets/uwebsockets-18.19.0.ebuild 
b/www-apps/uwebsockets/uwebsockets-18.19.0.ebuild
new file mode 100644
index ..ca113394
--- /dev/null
+++ b/www-apps/uwebsockets/uwebsockets-18.19.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="ultra fast, simple, secure & standards compliant web I/O"
+HOMEPAGE="https://github.com/uNetworking/uWebSockets;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/uNetworking/uWebSockets.git;
+else
+   
SRC_URI="https://github.com/uNetworking/uWebSockets/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   S="${WORKDIR}/uWebSockets-${PV}"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+RDEPEND=">=net-libs/usockets-0.6.0"
+
+src_prepare() {
+   default
+   mv src uWebSockets
+}
+
+src_compile() {
+   return 0
+}
+
+src_install() {
+   doheader -r uWebSockets
+}



[gentoo-commits] repo/proj/guru:master commit in: acct-user/purritobin/

2021-01-12 Thread Andrew Ammerlaan
commit: f1d65d31cf38bfc1f548ba3e7e6427c9b616179e
Author: Aisha Tammy  aisha  cc>
AuthorDate: Mon Jan 11 15:59:11 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Jan 11 16:23:33 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1d65d31

acct-user/purritobin: user for net-misc/purritobin

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy  aisha.cc>

 acct-user/purritobin/metadata.xml|  8 
 acct-user/purritobin/purritobin-0.ebuild | 12 
 2 files changed, 20 insertions(+)

diff --git a/acct-user/purritobin/metadata.xml 
b/acct-user/purritobin/metadata.xml
new file mode 100644
index ..65ac1f20
--- /dev/null
+++ b/acct-user/purritobin/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gen...@aisha.cc
+   Aisha Tammy
+   
+

diff --git a/acct-user/purritobin/purritobin-0.ebuild 
b/acct-user/purritobin/purritobin-0.ebuild
new file mode 100644
index ..677d1f01
--- /dev/null
+++ b/acct-user/purritobin/purritobin-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for www-apps/jackett-bin"
+ACCT_USER_ID=-1
+ACCT_USER_GROUPS=( purritobin )
+
+acct-user_add_deps



[gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/files/

2021-01-12 Thread Andrew Ammerlaan
commit: 01fe4b8c2860c54d8179142e1525f4d9c997f7be
Author: Aisha Tammy  aisha  cc>
AuthorDate: Mon Jan 11 17:01:56 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Jan 11 17:01:56 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01fe4b8c

net-misc/purritobin: fix command_args name

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy  aisha.cc>

 net-misc/purritobin/files/purritobin.initd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/purritobin/files/purritobin.initd 
b/net-misc/purritobin/files/purritobin.initd
index 8c070466..aebbb117 100644
--- a/net-misc/purritobin/files/purritobin.initd
+++ b/net-misc/purritobin/files/purritobin.initd
@@ -7,7 +7,7 @@ description="ultra fast, minimalistic command line paste-bin"
 
 command="/usr/bin/purrito"
 command_background=true
-command_args="${ARGS:- -d /var/www/purritobin/}"
+command_args="${command_args:- -d /var/www/purritobin/}"
 pidfile="/run/${RC_SVCNAME}.pid"
 command_user="purritobin:purritobin"
 



[gentoo-commits] repo/proj/guru:dev commit in: acct-group/purritobin/

2021-01-12 Thread Andrew Ammerlaan
commit: 7902196bbf2cd5c7a8fb9030ae6182987e3fb5d7
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Jan 12 20:09:35 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 12 20:09:35 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7902196b

acct-group/purritobin: add keywords

defaults to stable, so we need to explicitly set to unstable

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

 acct-group/purritobin/purritobin-0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-group/purritobin/purritobin-0.ebuild 
b/acct-group/purritobin/purritobin-0.ebuild
index aa394783..68481926 100644
--- a/acct-group/purritobin/purritobin-0.ebuild
+++ b/acct-group/purritobin/purritobin-0.ebuild
@@ -7,3 +7,4 @@ inherit acct-group
 
 ACCT_GROUP_ID=-1
 DESCRIPTION="Group for net-misc/purritobin"
+KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/proj/guru:master commit in: acct-user/jackett/

2021-01-12 Thread Andrew Ammerlaan
commit: f9e403c16e512bdcb1e1e5cdf5bf2e6ea3b5de56
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Jan 12 20:08:08 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 12 20:08:08 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9e403c1

acct-user/jackett: add keywords

defaults to stable, so we need to explicitly set to unstable

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

 acct-user/jackett/jackett-0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/acct-user/jackett/jackett-0.ebuild 
b/acct-user/jackett/jackett-0.ebuild
index c47288f9..7a9d4aeb 100644
--- a/acct-user/jackett/jackett-0.ebuild
+++ b/acct-user/jackett/jackett-0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,6 +6,7 @@ EAPI=7
 inherit acct-user
 
 DESCRIPTION="User for www-apps/jackett-bin"
+KEYWORDS="~amd64 ~x86"
 ACCT_USER_ID=-1
 ACCT_USER_GROUPS=( jackett )
 ACCT_USER_HOME="/var/jackett/"



[gentoo-commits] repo/proj/guru:master commit in: app-arch/libarchive-qt/

2021-01-12 Thread Andrew Ammerlaan
commit: de017256ebc46888f82069bab866f12fd64dc116
Author: Maciej Barć  protonmail  com>
AuthorDate: Mon Jan 11 18:12:36 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Jan 11 18:12:57 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de017256

app-arch/libarchive-qt: remove mirror restriction

Signed-off-by: Maciej Barć  protonmail.com>

 app-arch/libarchive-qt/libarchive-qt-2.0.2.ebuild | 4 ++--
 app-arch/libarchive-qt/libarchive-qt-.ebuild  | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-arch/libarchive-qt/libarchive-qt-2.0.2.ebuild 
b/app-arch/libarchive-qt/libarchive-qt-2.0.2.ebuild
index ad70f4d1..ff6dfb33 100644
--- a/app-arch/libarchive-qt/libarchive-qt-2.0.2.ebuild
+++ b/app-arch/libarchive-qt/libarchive-qt-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ else
S="${WORKDIR}/${PN}-v${PV}"
 fi
 
-RESTRICT="mirror test"
+RESTRICT="test"
 LICENSE="LGPL-3"
 SLOT="0"
 

diff --git a/app-arch/libarchive-qt/libarchive-qt-.ebuild 
b/app-arch/libarchive-qt/libarchive-qt-.ebuild
index ad70f4d1..0d0e81ad 100644
--- a/app-arch/libarchive-qt/libarchive-qt-.ebuild
+++ b/app-arch/libarchive-qt/libarchive-qt-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit multilib qmake-utils xdg
+inherit multilib cmake xdg
 
 DESCRIPTION="A Qt based archiving solution with libarchive backend"
 HOMEPAGE="https://gitlab.com/marcusbritanicus/libarchive-qt;
@@ -17,7 +17,7 @@ else
S="${WORKDIR}/${PN}-v${PV}"
 fi
 
-RESTRICT="mirror test"
+RESTRICT="test"
 LICENSE="LGPL-3"
 SLOT="0"
 



[gentoo-commits] repo/proj/guru:master commit in: games-fps/crispy-doom/

2021-01-12 Thread Andrew Ammerlaan
commit: 9f5f242e0d8f72b74a0557528e5116e928aaa41b
Author: William Breathitt Gray  gmail  com>
AuthorDate: Tue Jan 12 09:59:48 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 12 09:59:48 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f5f242e

games-fps/crispy-doom: Version bump to 5.10.0

Signed-off-by: William Breathitt Gray  gmail.com>

 games-fps/crispy-doom/Manifest  |  1 +
 games-fps/crispy-doom/crispy-doom-5.10.0.ebuild | 71 +
 2 files changed, 72 insertions(+)

diff --git a/games-fps/crispy-doom/Manifest b/games-fps/crispy-doom/Manifest
index dd942249..47e85791 100644
--- a/games-fps/crispy-doom/Manifest
+++ b/games-fps/crispy-doom/Manifest
@@ -1,3 +1,4 @@
+DIST crispy-doom-5.10.0.tar.gz 2640909 BLAKE2B 
67112cdb0b8a4caa1de9fc3fcd752be8775d154a5df194941bd1a024f607c9b7f0925994ed236a6e8f9579910af8dd29585f9fce77f72a1c20ab66177f7bca4d
 SHA512 
b289939af35bbe3a933827fe834cbff8a267b6280749b27084abdf25174042bbdcaca313359258d7ab3fecacedd9b0f06b92624f2a759937a5e0db2436b1
 DIST crispy-doom-5.9.2.tar.gz 2642419 BLAKE2B 
63d9a89d6099485c79ff4cad69975de790b32a4ece4bded172ebf771a2bf1b4dcd21ab58383ca3c5eea32a4eff72e65ec0e3a283c85f1bc62be680de04f88e52
 SHA512 
bcd48a75d80b963e1b00b5acc5fc863c014cfde39f67efec50852667ed80545c78b4ed3f82b28762806f0aa3999ed26018dd6ccb34149c395409cd3c47509273
 DIST crispy-doom-5.9.1.tar.gz 2640684 BLAKE2B 
2bf862d8134689afba101abeed5cf1e1695378f235718941bf9fc2717bc93dd848173bb758e8bf0bc4a8ab1bfa75533c2ae838210326451f7c4285b0acb2e08b
 SHA512 
1f9ed3520fe3d0fd176d3bcd6a2a3f5e730c29312ad20a4c1f692cc69881069efbf35d758dfcdafd402a499333dd2ae54764f4ec007375138ecf9cab84ebdbcd
 DIST crispy-doom-5.9.0.tar.gz 2641211 BLAKE2B 
a97bb7d9bda0c4e984054a0051cadfcaba7c758829bec9e615801bbf91dc1c8063decfedf5b76056cd2fb05e8fcf4113f19c10d72604399b715011d994af3e8b
 SHA512 
9970291f374003ac2a1d9e4c44db18b97a41ae3348a5e100ec369affc162d681d15ce61846480667c8a7418700b78a4380bedab1e3acae77976eb4271a22b644

diff --git a/games-fps/crispy-doom/crispy-doom-5.10.0.ebuild 
b/games-fps/crispy-doom/crispy-doom-5.10.0.ebuild
new file mode 100644
index ..cb2ce132
--- /dev/null
+++ b/games-fps/crispy-doom/crispy-doom-5.10.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit autotools prefix python-any-r1 xdg
+
+DESCRIPTION="A limit-removing enhanced-resolution Doom source port based on 
Chocolate Doom"
+HOMEPAGE="https://github.com/fabiangreffrath/crispy-doom;
+SRC_URI="https://github.com/fabiangreffrath/${PN}/archive/${P}.tar.gz;
+
+LICENSE="BSD GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="bash-completion doc libsamplerate +midi png truecolor vorbis zlib"
+
+DEPEND="
+   media-libs/libsdl2[video]
+   media-libs/sdl2-mixer[midi?,vorbis?]
+   media-libs/sdl2-net
+   libsamplerate? ( media-libs/libsamplerate )
+   png? ( media-libs/libpng:= )
+   zlib? ( sys-libs/zlib )"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   bash-completion? ( ${PYTHON_DEPS} )
+   doc? ( ${PYTHON_DEPS} )"
+
+S="${WORKDIR}"/${PN}-${P}
+
+DOCS=(
+   "AUTHORS"
+   "ChangeLog"
+   "NEWS.md"
+   "NOT-BUGS.md"
+   "PHILOSOPHY.md"
+   "README.md"
+   "README.Music.md"
+   "README.Strife.md"
+)
+
+src_prepare() {
+   default
+
+   hprefixify src/d_iwad.c
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable bash-completion) \
+   $(use_enable doc) \
+   --disable-fonts \
+   --disable-icons \
+   $(use_with libsamplerate) \
+   $(use_with png libpng) \
+   $(use_enable truecolor) \
+   $(use_with zlib)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   # Remove redundant documentation files
+   rm -r "${ED}/usr/share/doc/"* || die
+
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/, net-misc/purritobin/files/

2021-01-12 Thread Andrew Ammerlaan
commit: 83d610ecd4301ab42294b77c7fee9d7ce6f2588c
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Jan 12 18:24:54 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 12 18:25:15 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=83d610ec

net-misc/purritobin: fix systemd unit executable

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy  aisha.cc>

 net-misc/purritobin/files/purritobin.service| 2 +-
 .../{purritobin-0.3.3-r1.ebuild => purritobin-0.3.3-r2.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/purritobin/files/purritobin.service 
b/net-misc/purritobin/files/purritobin.service
index 1a55dbcd..7a274879 100644
--- a/net-misc/purritobin/files/purritobin.service
+++ b/net-misc/purritobin/files/purritobin.service
@@ -10,7 +10,7 @@ Type=simple
 User=purritobin
 Group=purritobin
 WorkingDirectory=/var/www/purritobin
-ExecStart=/usr/bin/purritobin
+ExecStart=/usr/bin/purrito -d /var/www/purritobin/
 TimeoutStopSec=30
 
 [Install]

diff --git a/net-misc/purritobin/purritobin-0.3.3-r1.ebuild 
b/net-misc/purritobin/purritobin-0.3.3-r2.ebuild
similarity index 100%
rename from net-misc/purritobin/purritobin-0.3.3-r1.ebuild
rename to net-misc/purritobin/purritobin-0.3.3-r2.ebuild



[gentoo-commits] repo/proj/guru:master commit in: app-arch/libarchive-qt/

2021-01-12 Thread Andrew Ammerlaan
commit: 87255a0b31fd6f1d547b033be23a224d186983f8
Author: Maciej Barć  protonmail  com>
AuthorDate: Mon Jan 11 18:15:50 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Jan 11 18:15:50 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=87255a0b

app-arch/libarchive-qt: move live versions to cmake

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Maciej Barć  protonmail.com>

 app-arch/libarchive-qt/libarchive-qt-.ebuild | 13 +
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/app-arch/libarchive-qt/libarchive-qt-.ebuild 
b/app-arch/libarchive-qt/libarchive-qt-.ebuild
index 0d0e81ad..39ebdda5 100644
--- a/app-arch/libarchive-qt/libarchive-qt-.ebuild
+++ b/app-arch/libarchive-qt/libarchive-qt-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit multilib cmake xdg
+inherit multilib xdg cmake
 
 DESCRIPTION="A Qt based archiving solution with libarchive backend"
 HOMEPAGE="https://gitlab.com/marcusbritanicus/libarchive-qt;
@@ -29,14 +29,3 @@ DEPEND="
dev-qt/qtgui:5
 "
 RDEPEND="${DEPEND}"
-
-src_configure() {
-   local lib="$(get_libdir)"
-   # '^^' because we need to upcase the definition
-   eqmake5 DEFINES+="${lib^^}"
-}
-
-src_install() {
-   einstalldocs
-   emake INSTALL_ROOT="${D}" install
-}



[gentoo-commits] repo/proj/guru:master commit in: app-misc/doublecmd-bin/

2021-01-12 Thread Andrew Ammerlaan
commit: e9c6842aa767ef11994bfd3b4e1ef751ac172076
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Mon Jan 11 18:08:26 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Jan 11 18:08:26 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9c6842a

app-misc/doublecmd-bin: 0.9.10 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 app-misc/doublecmd-bin/Manifest|  4 ++
 app-misc/doublecmd-bin/doublecmd-bin-0.9.10.ebuild | 68 ++
 2 files changed, 72 insertions(+)

diff --git a/app-misc/doublecmd-bin/Manifest b/app-misc/doublecmd-bin/Manifest
index 2346b355..bb4b6ce2 100644
--- a/app-misc/doublecmd-bin/Manifest
+++ b/app-misc/doublecmd-bin/Manifest
@@ -1,3 +1,7 @@
+DIST doublecmd-0.9.10.gtk2.i386.tar.xz 7510460 BLAKE2B 
fbe8a39332fdf03b26e375dcccad32c5743213e83aecc3c1aff6d30a3adf5ea5f35ac21c31dd302754e477c34206366374cc79ea9af60e276dbe941601e09f01
 SHA512 
d0fb738122bc2c3f443572851b74c62c32a9ff74bfe1c2bc7b226291419db08e06a005fb6648de5da6e6c7bbaa91f26699c5d377c2376a210b1c6bf72707487d
+DIST doublecmd-0.9.10.gtk2.x86_64.tar.xz 8796552 BLAKE2B 
41382d0018e3c3b70b3572629129516264c628f15a25805cc72caba65c78045d9fb6b62cd0315ffd8ab1edd99d596f1cc09fe5b2fc0adc3fea7eeb2a118ef4d4
 SHA512 
4a908b897be77fdc3f9becb2b52d15e85066317fac340b143044378357a4e1c06b508297f1702ea33549cd0106c27a3e8bf979e0df38891f167fa0636b724508
+DIST doublecmd-0.9.10.qt5.i386.tar.xz 7917484 BLAKE2B 
c307e4829b9c93d6e75d98942b815d32c3f47ee0e5dd7d57969a279f7e60d4ab3c798b8bb266f2c1ebaacd7d9fb7b70a87889ec2c4349da6378a84d512b309c7
 SHA512 
57ae1943e7e7fcc437b0574e14b2bee67a97c6618e78d988eb72457613c322f3c3eeea8ea3e5f4291cfc9d148570361aac48d6a9fba63b19024c2ecf4f99d431
+DIST doublecmd-0.9.10.qt5.x86_64.tar.xz 8778420 BLAKE2B 
24728a8539b9e455bb1dcb87f8404397dc1b8b24d3fa7e811e7922559801a9d50451190c9fb228233cf59c8793a0a9ff3f013a8fc042fbbf396903cc6bd02a88
 SHA512 
22073f0c1c623d4dca264bb8fba702c088b9e9984ac69d69a797878ef37359aac3e2ebc358007e04d147b328eb4c3a3dd58d5225f452de3a9f7fc9dfb556d2a5
 DIST doublecmd-0.9.9.gtk2.i386.tar.xz 7494572 BLAKE2B 
858723454efaa760f10f3675d383ebe41e77dfd4cdfb0d2d60342f8106051ef71a127f499c4b21127426818c3585156fcfea7a9f6c5974bf241d5bf8396bf396
 SHA512 
3ca14d2a0a515758f0b629a54f8d50a11ff27572ef6a004fb2a123b05236893e45fc4c60b7be837891455f4a6bf3a52eb4fa3e93a9d5254fa67d528df2d7b48b
 DIST doublecmd-0.9.9.gtk2.x86_64.tar.xz 8760316 BLAKE2B 
3fcd9bf5aa9918d0c7c96b431821b038c93d5736580621e282884f3121e01a3ca28cd9e085da3564914fb3e25270601dd765ba97f18d2c010421dc6de7c92058
 SHA512 
9733641ac3412eff3d90c8d063448fc8033f5ac262e051630fd1e6ea38a84b1202f2d6d16ebf05a896ad12ce1beb2cb5797989bbe9868c94e66f73f951d9eb16
 DIST doublecmd-0.9.9.qt5.i386.tar.xz 7896720 BLAKE2B 
42432a89d70cf19d4acd7ba9a466c25fa8042a77ddfcc7555165efc3aff32960ec88202893393e8448bc05fbf653647a109c2f797b67dab22e075ec09672df46
 SHA512 
e6e7627d11373b4cd4cad76dc66ee9746ae355c301d8721f9c0e5f368f98f7cae47db7bc7f91baa358493a9991d62e80686323d67f1f98bfd87b614e1069e1fe

diff --git a/app-misc/doublecmd-bin/doublecmd-bin-0.9.10.ebuild 
b/app-misc/doublecmd-bin/doublecmd-bin-0.9.10.ebuild
new file mode 100644
index ..17d66bd8
--- /dev/null
+++ b/app-misc/doublecmd-bin/doublecmd-bin-0.9.10.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop eutils xdg
+
+MY_PN="doublecmd"
+DESCRIPTION="Free cross platform open source file manager with two panels side 
by side."
+HOMEPAGE="https://doublecmd.sourceforge.io/;
+
+SRC_URI="amd64? (
+   gtk? ( 
mirror://sourceforge/${MY_PN}/${MY_PN}-${PV}.gtk2.x86_64.tar.xz )
+   qt5?  ( 
mirror://sourceforge/${MY_PN}/${MY_PN}-${PV}.qt5.x86_64.tar.xz )
+   )
+   x86? (
+   gtk? ( 
mirror://sourceforge/${MY_PN}/${MY_PN}-${PV}.gtk2.i386.tar.xz )
+   qt5?  ( 
mirror://sourceforge/${MY_PN}/${MY_PN}-${PV}.qt5.i386.tar.xz )
+   )"
+
+# Licenses for package and plugins
+LICENSE="GPL-2+ LGPL-2-with-linking-exception LGPL-2.1+ LGPL-3 GPL-1 freedist"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="gtk qt5"
+REQUIRED_USE=" ^^ ( gtk qt5 ) "
+
+S="${WORKDIR}/${MY_PN}"
+
+QA_PREBUILT="
+   */doublecmd
+   */libQt5Pas.so.1
+"
+
+## "ldd doublecmd" output show linking to some libraries provided by 
sys-libs/glibc:2.2
+## (maybe virtual/libc-1) and no libraries of sys-libs/ncurses (that removed 
here).
+## x11-libs/X11 is optional dependency of dev-qt/qtgui:5 by [xcb] or [X]
+## therefore it is mentioned here explicitly.
+RDEPEND="
+   dev-libs/glib:2
+   sys-apps/dbus
+   x11-libs/libX11
+   virtual/libc
+   gtk? ( x11-libs/gtk+:2 )
+   qt5? (
+   dev-qt/qtgui:5
+   dev-qt/qtx11extras:5
+   )
+"
+
+src_prepare(){
+   default
+   ## Create partial init config that allows to store config within user 
home directory
+   cp "${FILESDIR}/doublecmd.xml" 

[gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/files/, net-misc/purritobin/

2021-01-12 Thread Andrew Ammerlaan
commit: d0d685768daab8011c44f8675b7978d4474ef312
Author: Aisha Tammy  aisha  cc>
AuthorDate: Mon Jan 11 16:07:35 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Jan 11 16:30:34 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d0d68576

net-misc/purritobin: add init file

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy  aisha.cc>

 net-misc/purritobin/files/purritobin.initd  | 16 
 net-misc/purritobin/files/purritobin.service| 17 +
 ...rritobin-0.3.3.ebuild => purritobin-0.3.3-r1.ebuild} | 15 ---
 net-misc/purritobin/purritobin-.ebuild  | 15 ---
 4 files changed, 57 insertions(+), 6 deletions(-)

diff --git a/net-misc/purritobin/files/purritobin.initd 
b/net-misc/purritobin/files/purritobin.initd
new file mode 100644
index ..8c070466
--- /dev/null
+++ b/net-misc/purritobin/files/purritobin.initd
@@ -0,0 +1,16 @@
+#!/sbin/openrc-run
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+name="PurritoBin"
+description="ultra fast, minimalistic command line paste-bin"
+
+command="/usr/bin/purrito"
+command_background=true
+command_args="${ARGS:- -d /var/www/purritobin/}"
+pidfile="/run/${RC_SVCNAME}.pid"
+command_user="purritobin:purritobin"
+
+depend() {
+need net
+}

diff --git a/net-misc/purritobin/files/purritobin.service 
b/net-misc/purritobin/files/purritobin.service
new file mode 100644
index ..1a55dbcd
--- /dev/null
+++ b/net-misc/purritobin/files/purritobin.service
@@ -0,0 +1,17 @@
+[Unit]
+Description=PurritoBin
+After=network.target
+
+[Service]
+SyslogIdentifier=purritobin
+Restart=always
+RestartSec=5
+Type=simple
+User=purritobin
+Group=purritobin
+WorkingDirectory=/var/www/purritobin
+ExecStart=/usr/bin/purritobin
+TimeoutStopSec=30
+
+[Install]
+WantedBy=multi-user.target

diff --git a/net-misc/purritobin/purritobin-0.3.3.ebuild 
b/net-misc/purritobin/purritobin-0.3.3-r1.ebuild
similarity index 63%
rename from net-misc/purritobin/purritobin-0.3.3.ebuild
rename to net-misc/purritobin/purritobin-0.3.3-r1.ebuild
index 37179319..fd9c6136 100644
--- a/net-misc/purritobin/purritobin-0.3.3.ebuild
+++ b/net-misc/purritobin/purritobin-0.3.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 DESCRIPTION="minimalistic commandline pastebin"
 HOMEPAGE="https://bsd.ac;
 
-inherit toolchain-funcs
+inherit systemd toolchain-funcs
 
 if [[ ${PV} ==  ]]; then
inherit git-r3
@@ -20,7 +20,11 @@ fi
 LICENSE="ISC"
 SLOT="0"
 
-RDEPEND="net-libs/usockets[ssl]"
+RDEPEND="
+   net-libs/usockets[ssl]
+   acct-user/purritobin
+   acct-group/purritobin
+"
 DEPEND="${RDEPEND}
www-apps/uwebsockets
 "
@@ -32,5 +36,10 @@ src_configure() {
 
 src_install() {
emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
+   insinto /var/www/purritobin
+   doins frontend/paste.html
+   fowners purritobin:purritobin /var/www/purritobin
+   newinitd "${FILESDIR}"/purritobin.initd purritobin
+   systemd_dounit "${FILESDIR}"/purritobin.service
einstalldocs
 }

diff --git a/net-misc/purritobin/purritobin-.ebuild 
b/net-misc/purritobin/purritobin-.ebuild
index 37179319..fd9c6136 100644
--- a/net-misc/purritobin/purritobin-.ebuild
+++ b/net-misc/purritobin/purritobin-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 DESCRIPTION="minimalistic commandline pastebin"
 HOMEPAGE="https://bsd.ac;
 
-inherit toolchain-funcs
+inherit systemd toolchain-funcs
 
 if [[ ${PV} ==  ]]; then
inherit git-r3
@@ -20,7 +20,11 @@ fi
 LICENSE="ISC"
 SLOT="0"
 
-RDEPEND="net-libs/usockets[ssl]"
+RDEPEND="
+   net-libs/usockets[ssl]
+   acct-user/purritobin
+   acct-group/purritobin
+"
 DEPEND="${RDEPEND}
www-apps/uwebsockets
 "
@@ -32,5 +36,10 @@ src_configure() {
 
 src_install() {
emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
+   insinto /var/www/purritobin
+   doins frontend/paste.html
+   fowners purritobin:purritobin /var/www/purritobin
+   newinitd "${FILESDIR}"/purritobin.initd purritobin
+   systemd_dounit "${FILESDIR}"/purritobin.service
einstalldocs
 }



[gentoo-commits] repo/proj/guru:master commit in: acct-group/purritobin/

2021-01-12 Thread Andrew Ammerlaan
commit: f127707d46320e578e3b7bc6ab81f36e8bb5663c
Author: Aisha Tammy  aisha  cc>
AuthorDate: Mon Jan 11 15:54:30 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Jan 11 16:23:33 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f127707d

acct-group/purritobin: group for net-misc/purritobin

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy  aisha.cc>

 acct-group/purritobin/metadata.xml| 8 
 acct-group/purritobin/purritobin-0.ebuild | 9 +
 2 files changed, 17 insertions(+)

diff --git a/acct-group/purritobin/metadata.xml 
b/acct-group/purritobin/metadata.xml
new file mode 100644
index ..65ac1f20
--- /dev/null
+++ b/acct-group/purritobin/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gen...@aisha.cc
+   Aisha Tammy
+   
+

diff --git a/acct-group/purritobin/purritobin-0.ebuild 
b/acct-group/purritobin/purritobin-0.ebuild
new file mode 100644
index ..aa394783
--- /dev/null
+++ b/acct-group/purritobin/purritobin-0.ebuild
@@ -0,0 +1,9 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=-1
+DESCRIPTION="Group for net-misc/purritobin"



[gentoo-commits] repo/proj/guru:dev commit in: acct-user/purritobin/

2021-01-12 Thread Andrew Ammerlaan
commit: f2abe68254f73aaadb1726774d812385296a00c5
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Jan 12 20:07:30 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 12 20:07:30 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2abe682

acct-user/purritobin: add keywords

defaults to stable so we need to explicitly set it to unstable

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

 acct-user/purritobin/purritobin-0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-user/purritobin/purritobin-0.ebuild 
b/acct-user/purritobin/purritobin-0.ebuild
index 677d1f01..d5bc1f52 100644
--- a/acct-user/purritobin/purritobin-0.ebuild
+++ b/acct-user/purritobin/purritobin-0.ebuild
@@ -6,6 +6,7 @@ EAPI=7
 inherit acct-user
 
 DESCRIPTION="User for www-apps/jackett-bin"
+KEYWORDS="~amd64 ~x86"
 ACCT_USER_ID=-1
 ACCT_USER_GROUPS=( purritobin )
 



[gentoo-commits] repo/proj/guru:dev commit in: acct-group/jackett/

2021-01-12 Thread Andrew Ammerlaan
commit: 96cacbeab8530d0d74ba6bdb3931f156cdc1f1bc
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Jan 12 20:09:10 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 12 20:09:10 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96cacbea

acct-group/jackett: add keywords

defaults to stable, so we need to explicitly set to unstable

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

 acct-group/jackett/jackett-0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/acct-group/jackett/jackett-0.ebuild 
b/acct-group/jackett/jackett-0.ebuild
index 465696f9..173ff847 100644
--- a/acct-group/jackett/jackett-0.ebuild
+++ b/acct-group/jackett/jackett-0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,3 +7,4 @@ inherit acct-group
 
 ACCT_GROUP_ID=-1
 DESCRIPTION="Group for www-apps/jackett-bin"
+KEYWORDS="~amd64 ~x86"



  1   2   3   >