[gentoo-commits] repo/gentoo:master commit in: sys-process/schedtool/

2018-12-12 Thread Lars Wendler
commit: 94e1a70efebede505de5828dc9543d156f6e9942
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Dec 13 07:51:30 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Dec 13 07:52:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e1a70e

sys-process/schedtool: Fixed HOMEPAGE

- Bump to EAPI-7
- Don't let the build system compress the man pages

Closes: https://bugs.gentoo.org/673030
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 sys-process/schedtool/Manifest  |  2 +-
 sys-process/schedtool/schedtool-1.3.0-r1.ebuild | 16 +++-
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/sys-process/schedtool/Manifest b/sys-process/schedtool/Manifest
index ff07f8014cb..5cb0041d1ef 100644
--- a/sys-process/schedtool/Manifest
+++ b/sys-process/schedtool/Manifest
@@ -1 +1 @@
-DIST schedtool-1.3.0.tar.bz2 26531 BLAKE2B 
8b702e3e191054935037318490b883e6c78d7ca9643954b635d140c909fe545e14c86d48cfcf126ad7a21541461d0aa9141d6482335a6fb8f9a516b61a86cb94
 SHA512 
1ae39a7b9481cf4062740343cd31289117610041546a7969fde7ae3bed3c1a06cd258dffaeafc4326c9115e37878b943d5abec222e25e45e2a5f76c65adf3b6a
+DIST schedtool-1.3.0.tar.gz 29040 BLAKE2B 
45e9f0c84b99be83be4e250c71a3ef43e323efff565a89a8e69960b8cb703faa7df94fbfbd3a11863e4ecb54cc07acca8cd7803e21aaafe59cc0e923d1117025
 SHA512 
71b7bbc91ee86a83639b179c8cce70e0fd3acca3af3cbc51880cf1f177fdd901e1fb6d0ecea2aa40761608589e7b903431ac97d5046f9ec50535bad691af2964

diff --git a/sys-process/schedtool/schedtool-1.3.0-r1.ebuild 
b/sys-process/schedtool/schedtool-1.3.0-r1.ebuild
index 3b2244b0430..017d037f387 100644
--- a/sys-process/schedtool/schedtool-1.3.0-r1.ebuild
+++ b/sys-process/schedtool/schedtool-1.3.0-r1.ebuild
@@ -1,21 +1,27 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit toolchain-funcs
 
 DESCRIPTION="A tool to query or alter a process' scheduling policy"
-HOMEPAGE="http://freequaos.host.sk/schedtool";
-SRC_URI="http://freequaos.host.sk/${PN}/${P}.tar.bz2";
+HOMEPAGE="https://github.com/freequaos/schedtool";
+SRC_URI="https://github.com/freequaos/schedtool/archive/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT=0
 KEYWORDS="amd64 ~arm ~mips ppc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
+S="${WORKDIR}/${PN}-${P}"
+
 src_prepare() {
-   sed -i '/^CFLAGS=/d;/^install:/s/install-doc//' Makefile || die
+   default
+   sed \
+   -e '/^CFLAGS=/d;/^install:/s@ install-doc zipman@@' \
+   -e '/install/s@\(schedtool.8\).gz@\1@' \
+   -i Makefile || die
 }
 
 src_compile() {



[gentoo-commits] repo/proj/prefix:master commit in: scripts/

2018-12-12 Thread Fabian Groffen
commit: e477fc65969ca0841cb8bca657bc364a2e5ba965
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Dec 13 07:50:25 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Dec 13 07:50:25 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=e477fc65

scripts/bootstrap-prefix: apply masks before emerging

Signed-off-by: Fabian Groffen  gentoo.org>

 scripts/bootstrap-prefix.sh | 21 +++--
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 9335fb6661..9e08be65f6 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1543,16 +1543,14 @@ bootstrap_stage2() {
sys-devel/binutils-config
)
 
-   emerge_pkgs --nodeps "${pkgs[@]}" || return 1
-   
-   # Debian multiarch supported by RAP needs ld to support sysroot.
-   EXTRA_ECONF=$(rapx --with-sysroot=/) \
-   emerge_pkgs --nodeps ${linker} || return 1
-
# Old versions of gcc has been masked.  We need gcc-4.7 to bootstrap
# on systems without a c++ compiler.
echo '> "${ROOT}"/tmp/etc/portage/package.unmask
-   
+
+   # libffi-3.0_rc0 has broken Solaris ld support, which we still
+   # use at this stage (host compiler)
+   [[ ${CHOST} == *-solaris* ]] && echo "=dev-libs/libffi-3.3_rc0" \
+   >> "${ROOT}"/tmp/etc/portage/package.mask
 
# kill some dependencies here while we're still fragile
{
@@ -1567,11 +1565,14 @@ bootstrap_stage2() {
echo "sys-apps/help2man -nls"
# avoid hefty set of deps from glib
echo "dev-util/pkgconfig internal-glib"
-   # libffi-3.0_rc0 has broken Solaris ld support, which we still
-   # use at this stage (host compiler)
-   [[ ${CHOST} == *-solaris* ]] && echo "=dev-libs/libffi-3.3_rc0"
} >> "${ROOT}"/tmp/etc/portage/package.use
 
+   emerge_pkgs --nodeps "${pkgs[@]}" || return 1
+
+   # Debian multiarch supported by RAP needs ld to support sysroot.
+   EXTRA_ECONF=$(rapx --with-sysroot=/) \
+   emerge_pkgs --nodeps ${linker} || return 1
+
for pkg in ${compiler_stage1} ; do
# 

[gentoo-commits] repo/gentoo:master commit in: sys-process/parallel/

2018-12-12 Thread Tim Harder
commit: d21bbd23c2148ee1d9c0f48341bc7ea1bc735fb2
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 07:32:10 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 07:33:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21bbd23

sys-process/parallel: stabilize 20180622

Closes: https://bugs.gentoo.org/671056

Signed-off-by: Tim Harder  gentoo.org>

 sys-process/parallel/parallel-20180622.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/parallel/parallel-20180622.ebuild 
b/sys-process/parallel/parallel-20180622.ebuild
index a195928e2b8..75661f1aa74 100644
--- a/sys-process/parallel/parallel-20180622.ebuild
+++ b/sys-process/parallel/parallel-20180622.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-lang/perl:=



[gentoo-commits] repo/gentoo:master commit in: sys-process/parallel/

2018-12-12 Thread Tim Harder
commit: 77897a77c32e0ca4b91690febfb1098a60c7f4c3
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 07:31:18 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 07:33:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77897a77

sys-process/parallel: version bump to 20181122

Closes: https://bugs.gentoo.org/671058

Signed-off-by: Tim Harder  gentoo.org>

 sys-process/parallel/Manifest |  1 +
 sys-process/parallel/parallel-20181122.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/sys-process/parallel/Manifest b/sys-process/parallel/Manifest
index 13d5826f655..4529b64c0f2 100644
--- a/sys-process/parallel/Manifest
+++ b/sys-process/parallel/Manifest
@@ -1,2 +1,3 @@
 DIST parallel-20180322.tar.bz2 1735453 BLAKE2B 
3dd93dc829850051b9701a673e1da167d7013e693935da2d9df3830ec61ffe871727971512fa631e7ef9e563b08a2100ddfdd6d82c717626f4d3a2528d66e934
 SHA512 
62299fc3aca77c3d7b844b928d266209735b9f8012dd299ab5c142e4588bc0bf4e039e48200c0602b36719b3f70dc2442c89469939be71f3bcff887b2885f5dd
 DIST parallel-20180622.tar.bz2 1758233 BLAKE2B 
4796d35d8e34baacb50ac8669c53f6a3018d02b21d0ccedf3cda1ee955964a3ffed21a5e30a5071212b75d80ad8a71a0a5e348afeebc46b2cdea746de7313202
 SHA512 
c8ad8e747464ddfb59e1dcdb626c8a25b2da75f41e7a93e6a18a59b7370baf9f00810827868180034ca94f3eb2028452baf8cab41c5b76f91ed4d4a45c06cd24
+DIST parallel-20181122.tar.bz2 1797525 BLAKE2B 
59fa14fffd205ec9846c6054e2b6832f4480ed9ba78466a0d3a3004e0aa4bb3d21f533d49d705d091bd8d55406f74404555453892036a21b8b4b69c8ca83458b
 SHA512 
f832f4d5ca1b7f6149e73074b03fa7ce34e66b0e7d579651a1b52959dde658448da0ec3c9b066275c146a1a39715881237cc42f58a0c413d04240f0c15a98ed7

diff --git a/sys-process/parallel/parallel-20181122.ebuild 
b/sys-process/parallel/parallel-20181122.ebuild
new file mode 100644
index 000..11af9c4ffd5
--- /dev/null
+++ b/sys-process/parallel/parallel-20181122.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A shell tool for executing jobs in parallel locally or on remote 
machines"
+HOMEPAGE="https://www.gnu.org/software/parallel/";
+SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="dev-lang/perl:=
+   dev-perl/Devel-Size
+   virtual/perl-Data-Dumper
+   virtual/perl-File-Temp
+   virtual/perl-IO"
+DEPEND="${RDEPEND}"
+
+DOCS="NEWS README"
+
+src_configure() {
+   econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
+}
+
+src_install() {
+   default
+
+   # See src/Makefile.am for this one:
+   rm -f "${ED}"usr/bin/sem
+   dosym ${PN} /usr/bin/sem
+}
+
+pkg_postinst() {
+   elog "To distribute jobs to remote machines you'll need these 
dependencies"
+   elog " net-misc/openssh"
+   elog " net-misc/rsync"
+}



[gentoo-commits] repo/gentoo:master commit in: sys-process/parallel/

2018-12-12 Thread Tim Harder
commit: aa3f96d1472c2c90761139d8e3447b7ccbadc047
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 07:32:41 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 07:33:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3f96d1

sys-process/parallel: remove old

Signed-off-by: Tim Harder  gentoo.org>

 sys-process/parallel/Manifest |  1 -
 sys-process/parallel/parallel-20180322.ebuild | 40 ---
 2 files changed, 41 deletions(-)

diff --git a/sys-process/parallel/Manifest b/sys-process/parallel/Manifest
index 4529b64c0f2..63543f1b90e 100644
--- a/sys-process/parallel/Manifest
+++ b/sys-process/parallel/Manifest
@@ -1,3 +1,2 @@
-DIST parallel-20180322.tar.bz2 1735453 BLAKE2B 
3dd93dc829850051b9701a673e1da167d7013e693935da2d9df3830ec61ffe871727971512fa631e7ef9e563b08a2100ddfdd6d82c717626f4d3a2528d66e934
 SHA512 
62299fc3aca77c3d7b844b928d266209735b9f8012dd299ab5c142e4588bc0bf4e039e48200c0602b36719b3f70dc2442c89469939be71f3bcff887b2885f5dd
 DIST parallel-20180622.tar.bz2 1758233 BLAKE2B 
4796d35d8e34baacb50ac8669c53f6a3018d02b21d0ccedf3cda1ee955964a3ffed21a5e30a5071212b75d80ad8a71a0a5e348afeebc46b2cdea746de7313202
 SHA512 
c8ad8e747464ddfb59e1dcdb626c8a25b2da75f41e7a93e6a18a59b7370baf9f00810827868180034ca94f3eb2028452baf8cab41c5b76f91ed4d4a45c06cd24
 DIST parallel-20181122.tar.bz2 1797525 BLAKE2B 
59fa14fffd205ec9846c6054e2b6832f4480ed9ba78466a0d3a3004e0aa4bb3d21f533d49d705d091bd8d55406f74404555453892036a21b8b4b69c8ca83458b
 SHA512 
f832f4d5ca1b7f6149e73074b03fa7ce34e66b0e7d579651a1b52959dde658448da0ec3c9b066275c146a1a39715881237cc42f58a0c413d04240f0c15a98ed7

diff --git a/sys-process/parallel/parallel-20180322.ebuild 
b/sys-process/parallel/parallel-20180322.ebuild
deleted file mode 100644
index 778fdc10b82..000
--- a/sys-process/parallel/parallel-20180322.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A shell tool for executing jobs in parallel locally or on remote 
machines"
-HOMEPAGE="https://www.gnu.org/software/parallel/";
-SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-lang/perl:=
-   dev-perl/Devel-Size
-   virtual/perl-Data-Dumper
-   virtual/perl-File-Temp
-   virtual/perl-IO"
-DEPEND="${RDEPEND}"
-
-DOCS="NEWS README"
-
-src_configure() {
-   econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
-}
-
-src_install() {
-   default
-
-   # See src/Makefile.am for this one:
-   rm -f "${ED}"usr/bin/sem
-   dosym ${PN} /usr/bin/sem
-}
-
-pkg_postinst() {
-   elog "To distribute jobs to remote machines you'll need these 
dependencies"
-   elog " net-misc/openssh"
-   elog " net-misc/rsync"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils-apple/

2018-12-12 Thread Fabian Groffen
commit: 97111af5ab00787a738efbb81ed643d77f3ddf8e
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Dec 13 07:28:24 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Dec 13 07:28:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97111af5

sys-devel/binutils-apple: update digest

cctools-750.tar.gz was changed upstream

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-devel/binutils-apple/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/binutils-apple/Manifest 
b/sys-devel/binutils-apple/Manifest
index 17d373c0421..4cb0acf9948 100644
--- a/sys-devel/binutils-apple/Manifest
+++ b/sys-devel/binutils-apple/Manifest
@@ -11,7 +11,7 @@ DIST binutils-apple-patches-7.3-r0.tar.bz2 44576 BLAKE2B 
a9f23fe66f9b3e25b8975c9
 DIST binutils-apple-patches-7.3-r1.tar.bz2 44737 BLAKE2B 
4ac5d3b50c04b1ab71dc1c266db8b44e9d34f12bcc8a53966232cb5a6999b2662f9891367a2e7f8ea4f0f014b19594c1adf8dd945a18419980bca729c1de302e
 SHA512 
ce4b3a725e19cb632b0c101a32488ce09a8bb89aed08339d5518d834cb68c525b2e0c8b66564a945c077915e92cc6be3f7028c5baacb870b3ca9b9422b4fb0da
 DIST binutils-apple-patches-8.2-r0.tar.bz2 5771 BLAKE2B 
b562ea4dd9214bc66695dbdb2452c88b1885ae1e36904516ea664157cbf0b54421d80cd0df792fcc431a3e0b98e804488c651b3fa29b368445450d0d13a1502c
 SHA512 
92d04396630a31b752a24845c27fe8da2e37eb176117c9b31193e8f48af7ade707cda4060289b848965310afd05b2f121c740b0e5baa56b79c5481273a88c84e
 DIST binutils-apple-patches-8.2-r1.tar.bz2 10830 BLAKE2B 
345db8619873e9e91b79c3fdc0685fc46f82366df0b6153c1a59fbe5c122622e799754397e980e8752ef01ef25bbac81bb8f0339e92168790211b1d9c03bef2d
 SHA512 
e7ca8cbac75671846c044abcd5415cfcf5832ff71acd5a2799b643369b02f2f7148990398c51913a3758e589f9fbff875e333aadf568e2a8a2defeafaa2aca95
-DIST cctools-750.tar.gz 1947953 BLAKE2B 
c2c6176daaeac0ca407c13c19ce15a84be639510d95c15bca654ba3415fe64a136a0155bcd3c8a34696c35cfe6989f1177a486cc71acc157b42d7c706b23fb29
 SHA512 
e2e152a9fb7db47c60fe450e1fc92c6866ab89682c7fdc594b97e419ce93ea1353654bd4419bf3df99d119f554aa0f32993dc645dd7c4680840cd01b7dce2f67
+DIST cctools-750.tar.gz 1947990 BLAKE2B 
b0fe71ae6972bd2b21c1ecf7a699104c51519babf67bb5fc45e31ed1d17108e7627cb46b5f65d48c33dbec9e9032e703924e9a9a687ec19bd384a3cdea243a46
 SHA512 
298a447757d926b3d156aaf8be27ceadeb4242336b66cb0bee0fd2dc8bb4ad3f167758ff526e4bf3fe458cb72391f5dc38f9112171883fcf28d49a18d671296a
 DIST cctools-822.tar.gz 2024412 BLAKE2B 
6b58499a9dfc2a1b166ff428f1e263cd44e03c50cdc8f6e467cfee93bc2dc2a9c81bf7626479dce195b152f04217e2d3a427afac45484cba4c5f2bdfbb7e46f9
 SHA512 
8b02cc837d5e0520f35da445f25ba86b5042d5caa27b49a599e829ed89428cf78dbd1831bcf6c18301f941fbfb31ac2114e248041d98008a466e1574f4fe1586
 DIST cctools-855.tar.gz 1699635 BLAKE2B 
4d98cf2bbced6894083dc2733a35cf9a4c47f71172fe98265a8f047218cc90276085919129553e3a1ea0658416eebf3b7cf0908bd32ac1a224480554257999ee
 SHA512 
50f5d015ce807aa5ca274dd2deea810b8b375110e60b5e334ca4b2170526b738ea5f86a5436caebbdb748badc3b89601d0f450f5b867d8393c89e336a3db4b3f
 DIST cctools-862.tar.gz 1702345 BLAKE2B 
de84058aa78824562b0eabf93a29badaba0908a7140336a281a6ea46a9b09d893433a908c299e8de866a76e0eeb98b730570958fc8fac559ccc6e35f5138b121
 SHA512 
faa401c1dc55bfb9cd2a9a9cc7bc9d473ee63b019607967c8b0da325514d6a1f7b1f52404370bcc018e86d30d75a4b01183f49b793f577110663efe43871360a



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

2018-12-12 Thread Tim Harder
commit: 08a53481f2ca6aadccdd92a3d0e51d47c62559bd
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 07:26:09 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 07:27:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a53481

app-text/xlsx2csv: remove old

Signed-off-by: Tim Harder  gentoo.org>

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

diff --git a/app-text/xlsx2csv/Manifest b/app-text/xlsx2csv/Manifest
index 119fbc719a0..b0b07303699 100644
--- a/app-text/xlsx2csv/Manifest
+++ b/app-text/xlsx2csv/Manifest
@@ -1,3 +1,2 @@
-DIST xlsx2csv-0.7.2.tar.gz 188520 BLAKE2B 
f0db947e0f2a69997f1c380fd1f6427fef9ff354dd8ea68fec06767a5222e4a1163b8401be3c40d9075fcd1b57e3ed33a046e8fa881e93d5e638d103a98c417c
 SHA512 
c55535271801a690ed9ff28c2572d13cdac0efd206685a2119b73d1da7b4a46754da60782b36f7976bc5dc1b478860430848ccbee347824aea1a6556764c5922
 DIST xlsx2csv-0.7.3.tar.gz 201482 BLAKE2B 
a2268e58409d28f2565a19d0f271cb694066e1abd7578ecf0271efd420af63932eaea4389c062e050da257fa2f7164c9de7cdfa4ab3fd416692e7968
 SHA512 
855fcce9ae6ec51c46673e085a456d2862912d0da5130fdac34d88e5612c64d2bc0674c13b3bfb6cd6b7017e513fe0924dbb594db543020842705a82b6006e8e
 DIST xlsx2csv-0.7.4.tar.gz 212472 BLAKE2B 
de77f4d199bd5fbb43fb4aa775aed9b36aea4c956846be42e9387b79bf76727ba457a0c54db3b4803376b82af12923f21786aa34d21542e2d6ab354be33ad3f3
 SHA512 
771af30dce63b64272fc8d4dccbcab2106f60a2c9d33370b4d4034a21606e5726c84d963d59e88e2aa124c60f62fd57831ca5fb442d7540474ff1d688da9aaf6

diff --git a/app-text/xlsx2csv/xlsx2csv-0.7.2.ebuild 
b/app-text/xlsx2csv/xlsx2csv-0.7.2.ebuild
deleted file mode 100644
index 56d36da399e..000
--- a/app-text/xlsx2csv/xlsx2csv-0.7.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-PYTHON_REQ_USE="xml"
-
-inherit distutils-r1
-
-DESCRIPTION="Convert MS Office xlsx files to CSV"
-HOMEPAGE="https://github.com/dilshod/xlsx2csv/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-lang/perl"
-
-python_compile_all() {
-   emake -C man
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   doman man/${PN}.1
-}



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

2018-12-12 Thread Tim Harder
commit: 0dab4a66c383297169b812489ca12eaa75de85d4
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 07:24:30 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 07:26:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dab4a66

app-text/xlsx2csv: version bump to 0.7.4

Closes: https://bugs.gentoo.org/661224

Signed-off-by: Tim Harder  gentoo.org>

 app-text/xlsx2csv/Manifest  |  1 +
 app-text/xlsx2csv/xlsx2csv-0.7.4.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/app-text/xlsx2csv/Manifest b/app-text/xlsx2csv/Manifest
index 87c02decc0e..119fbc719a0 100644
--- a/app-text/xlsx2csv/Manifest
+++ b/app-text/xlsx2csv/Manifest
@@ -1,2 +1,3 @@
 DIST xlsx2csv-0.7.2.tar.gz 188520 BLAKE2B 
f0db947e0f2a69997f1c380fd1f6427fef9ff354dd8ea68fec06767a5222e4a1163b8401be3c40d9075fcd1b57e3ed33a046e8fa881e93d5e638d103a98c417c
 SHA512 
c55535271801a690ed9ff28c2572d13cdac0efd206685a2119b73d1da7b4a46754da60782b36f7976bc5dc1b478860430848ccbee347824aea1a6556764c5922
 DIST xlsx2csv-0.7.3.tar.gz 201482 BLAKE2B 
a2268e58409d28f2565a19d0f271cb694066e1abd7578ecf0271efd420af63932eaea4389c062e050da257fa2f7164c9de7cdfa4ab3fd416692e7968
 SHA512 
855fcce9ae6ec51c46673e085a456d2862912d0da5130fdac34d88e5612c64d2bc0674c13b3bfb6cd6b7017e513fe0924dbb594db543020842705a82b6006e8e
+DIST xlsx2csv-0.7.4.tar.gz 212472 BLAKE2B 
de77f4d199bd5fbb43fb4aa775aed9b36aea4c956846be42e9387b79bf76727ba457a0c54db3b4803376b82af12923f21786aa34d21542e2d6ab354be33ad3f3
 SHA512 
771af30dce63b64272fc8d4dccbcab2106f60a2c9d33370b4d4034a21606e5726c84d963d59e88e2aa124c60f62fd57831ca5fb442d7540474ff1d688da9aaf6

diff --git a/app-text/xlsx2csv/xlsx2csv-0.7.4.ebuild 
b/app-text/xlsx2csv/xlsx2csv-0.7.4.ebuild
new file mode 100644
index 000..42b5982077f
--- /dev/null
+++ b/app-text/xlsx2csv/xlsx2csv-0.7.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
+PYTHON_REQ_USE="xml"
+
+inherit distutils-r1
+
+DESCRIPTION="Convert MS Office xlsx files to CSV"
+HOMEPAGE="https://github.com/dilshod/xlsx2csv/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-lang/perl"
+
+python_compile_all() {
+   emake -C man
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   doman man/${PN}.1
+}



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

2018-12-12 Thread Tim Harder
commit: 5869bcacd38368f3a29bd5d3ce9560e19b56b148
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 07:11:11 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 07:15:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5869bcac

www-client/lynx: remove old

Signed-off-by: Tim Harder  gentoo.org>

 www-client/lynx/Manifest|  1 -
 www-client/lynx/lynx-2.8.9_pre11.ebuild | 99 -
 2 files changed, 100 deletions(-)

diff --git a/www-client/lynx/Manifest b/www-client/lynx/Manifest
index cded1c6e17f..4d4a15e592b 100644
--- a/www-client/lynx/Manifest
+++ b/www-client/lynx/Manifest
@@ -1,3 +1,2 @@
-DIST lynx2.8.9dev.11.tar.bz2 2665470 BLAKE2B 
3fa28252ff619bc7d82d4e1460b7407b6f2f40bb111b8b54ce478327a023748c51e45dbd8e0ae74daff24d59fc3b6a5776a78057c846b8f3bbb153b4c4b92f17
 SHA512 
702be6cb4f97bae4765d3de3d6ef1cd09e2ef27b570dfbea4f26a411f5bba2ab6d16aee5dbec0ebe63533de17664684ff42fb857b2d17d416774777b38083f50
 DIST lynx2.8.9dev.16.tar.bz2 2674662 BLAKE2B 
3771199e4d74dcc38c15b8b75207810d3a4f3afabb76d5d8dc7dcd33c5dd0119f0f28a1a719f54df7ed0ecdfb972942c6439536486f99a685febbc252127cc3f
 SHA512 
6aa5e869924c6e42aa68113985aecfb75dc6eb68d5d7db8cedb9843621d29c36c17078e7a692f472e3e7f1edf7ca666e3614bc3bdb092a3631877733d5e3d518
 DIST lynx2.8.9rel.1.tar.bz2 2689171 BLAKE2B 
7cff536660e8fe77d40a56262c2f12e2093ffbb3e22a5ac8e7eab4410f0255e98df19e51f0c98d53aeb3ba63d0d1c2fcabe145242811bebcafb6e548a162a9fb
 SHA512 
61edbe082684fcbd91bdbf4f4d27c3baf92358811aaffc2f8af46adf23ca7b48aede1520fc5f2a8fc974a2f4bbf4e57e7e6027a187bfc6101e56878c98178e6d

diff --git a/www-client/lynx/lynx-2.8.9_pre11.ebuild 
b/www-client/lynx/lynx-2.8.9_pre11.ebuild
deleted file mode 100644
index bb66030dcc3..000
--- a/www-client/lynx/lynx-2.8.9_pre11.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# VERSIONING SCHEME TRANSLATION
-# Upstream :   Gentoo
-# rel. :   _p
-# pre. :   _rc
-# dev. :   _pre
-
-case ${PV} in
-   *_pre*) MY_P="${PN}${PV/_pre/dev.}" ;;
-   *_rc*)  MY_P="${PN}${PV/_rc/pre.}" ;;
-   *_p*|*) MY_P="${PN}${PV/_p/rel.}" ;;
-esac
-
-DESCRIPTION="An excellent console-based web browser with ssl support"
-HOMEPAGE="http://lynx.invisible-island.net/";
-SRC_URI="http://invisible-mirror.net/archives/lynx/tarballs/${MY_P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE="bzip2 cjk gnutls idn ipv6 nls ssl unicode libressl"
-
-RDEPEND="
-   sys-libs/ncurses:0=[unicode?]
-   sys-libs/zlib
-   nls? ( virtual/libintl )
-   ssl? (
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )
-   )
-   gnutls? (
-   dev-libs/libgcrypt:0=
-   >=net-libs/gnutls-2.6.4:=
-   )
-   )
-   bzip2? ( app-arch/bzip2 )
-   idn? ( net-dns/libidn )
-"
-
-DEPEND="${RDEPEND}
-   nls? ( sys-devel/gettext )
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.8.6-mint.patch
-   "${FILESDIR}"/${PN}-2.8.8_p1-parallel.patch
-)
-
-pkg_setup() {
-   ! use ssl && elog "SSL support disabled; you will not be able to access 
secure websites."
-}
-
-src_configure() {
-   local myconf=(
-   --enable-nested-tables
-   --enable-cgi-links
-   --enable-persistent-cookies
-   --enable-prettysrc
-   --enable-nsl-fork
-   --enable-file-upload
-   --enable-read-eta
-   --enable-color-style
-   --enable-scrollbar
-   --enable-included-msgs
-   --enable-externs
-   --with-zlib
-   $(use_enable nls)
-   $(use_enable idn idna)
-   $(use_enable ipv6)
-   $(use_enable cjk)
-   $(use_enable unicode japanese-utf8)
-   $(use_with bzip2 bzlib)
-   $(usex ssl "--with-$(usex gnutls gnutls ssl)=${EPREFIX}/usr" "")
-   --with-screen=$(usex unicode "ncursesw" "ncurses")
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   emake install DESTDIR="${D}"
-
-   sed -i 
"s|^HELPFILE.*$|HELPFILE:file://localhost/usr/share/doc/${PF}/lynx_help/lynx_help_main.html|"
 \
-   "${ED}"/etc/lynx.cfg || die "lynx.cfg not found"
-   if use unicode ; then
-   sed -i '/^#CHARACTER_SET:/ c\CHARACTER_SET:utf-8' \
-   "${ED}"/etc/lynx.cfg || die "lynx.cfg not foun

[gentoo-commits] repo/gentoo:master commit in: www-client/lynx/, www-client/lynx/files/

2018-12-12 Thread Tim Harder
commit: 8245626370c10dc3a9d29e860d2777896db0eb02
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 07:10:21 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 07:15:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82456263

www-client/lynx: version bump to 2.8.9_p1

Closes: https://bugs.gentoo.org/661366

Signed-off-by: Tim Harder  gentoo.org>

 www-client/lynx/Manifest   |   1 +
 www-client/lynx/files/lynx-2.8.9_p1-parallel.patch |  57 +++
 www-client/lynx/lynx-2.8.9_p1.ebuild   | 105 +
 3 files changed, 163 insertions(+)

diff --git a/www-client/lynx/Manifest b/www-client/lynx/Manifest
index 21206aafe91..cded1c6e17f 100644
--- a/www-client/lynx/Manifest
+++ b/www-client/lynx/Manifest
@@ -1,2 +1,3 @@
 DIST lynx2.8.9dev.11.tar.bz2 2665470 BLAKE2B 
3fa28252ff619bc7d82d4e1460b7407b6f2f40bb111b8b54ce478327a023748c51e45dbd8e0ae74daff24d59fc3b6a5776a78057c846b8f3bbb153b4c4b92f17
 SHA512 
702be6cb4f97bae4765d3de3d6ef1cd09e2ef27b570dfbea4f26a411f5bba2ab6d16aee5dbec0ebe63533de17664684ff42fb857b2d17d416774777b38083f50
 DIST lynx2.8.9dev.16.tar.bz2 2674662 BLAKE2B 
3771199e4d74dcc38c15b8b75207810d3a4f3afabb76d5d8dc7dcd33c5dd0119f0f28a1a719f54df7ed0ecdfb972942c6439536486f99a685febbc252127cc3f
 SHA512 
6aa5e869924c6e42aa68113985aecfb75dc6eb68d5d7db8cedb9843621d29c36c17078e7a692f472e3e7f1edf7ca666e3614bc3bdb092a3631877733d5e3d518
+DIST lynx2.8.9rel.1.tar.bz2 2689171 BLAKE2B 
7cff536660e8fe77d40a56262c2f12e2093ffbb3e22a5ac8e7eab4410f0255e98df19e51f0c98d53aeb3ba63d0d1c2fcabe145242811bebcafb6e548a162a9fb
 SHA512 
61edbe082684fcbd91bdbf4f4d27c3baf92358811aaffc2f8af46adf23ca7b48aede1520fc5f2a8fc974a2f4bbf4e57e7e6027a187bfc6101e56878c98178e6d

diff --git a/www-client/lynx/files/lynx-2.8.9_p1-parallel.patch 
b/www-client/lynx/files/lynx-2.8.9_p1-parallel.patch
new file mode 100644
index 000..6197456f7ce
--- /dev/null
+++ b/www-client/lynx/files/lynx-2.8.9_p1-parallel.patch
@@ -0,0 +1,57 @@
+--- lynx2.8.9rel.1/makefile.in
 lynx2.8.9rel.1/makefile.in
+@@ -200,10 +200,10 @@
+ 
+ all lynx$x: cfg_defs.h LYHelp.h
+ @MSG_DIR_MAKE@$(SHELL) $(scripts_dir)/fixtext.sh 
$(srcdir)/LYMessages_en.h >LYMessages.c
+-@MSG_DIR_MAKE@cd $(PO_DIR) && $(MAKE_RECUR)
+-  cd $(WWW_DIR) && $(MAKE_RECUR) $(WWW_CFLAGS)
+-  cd $(CHR_DIR) && $(MAKE_RECUR) all $(CHR_CFLAGS)
+-  cd $(SRC_DIR) && $(MAKE_RECUR) all $(SRC_CFLAGS)
++@MSG_DIR_MAKE@$(MAKE) @cf_cv_makeflags@ DESTDIR="$(DESTDIR)" 
CC="$(CC)" -C $(PO_DIR)
++  $(MAKE) @cf_cv_makeflags@ DESTDIR="$(DESTDIR)" CC="$(CC)" -C $(WWW_DIR) 
$(WWW_CFLAGS)
++  $(MAKE) @cf_cv_makeflags@ DESTDIR="$(DESTDIR)" CC="$(CC)" -C $(CHR_DIR) 
all $(CHR_CFLAGS)
++  $(MAKE) @cf_cv_makeflags@ DESTDIR="$(DESTDIR)" CC="$(CC)" -C $(SRC_DIR) 
all $(SRC_CFLAGS)
+ 
+ lint:
+   cd $(WWW_DIR) && $(MAKE_RECUR) LINT="$(LINT)" $(WWW_CFLAGS) $@
+@@ -241,8 +241,8 @@
+   rm -f core *.core
+ 
+ depend: cfg_defs.h LYHelp.h
+-  cd $(WWW_DIR) && $(MAKE_RECUR) $@
+-  cd $(SRC_DIR) && $(MAKE_RECUR) $@
++  $(MAKE) @cf_cv_makeflags@ DESTDIR="$(DESTDIR)" CC="$(CC)" -C $(WWW_DIR) 
$@
++  $(MAKE) @cf_cv_makeflags@ DESTDIR="$(DESTDIR)" CC="$(CC)" -C $(SRC_DIR) 
$@
+ 
+ distclean: clean
+   -rm -f WWW/Library/*/*~
+@@ -297,7 +297,7 @@
+   @echo Full installation complete.
+ 
+ install-bin: $(BINDIR) lynx$x
+-@MSG_DIR_MAKE@cd $(PO_DIR) && $(MAKE_RECUR) install
++@MSG_DIR_MAKE@ $(MAKE) @cf_cv_makeflags@ DESTDIR="$(DESTDIR)" CC="$(CC)" -C 
$(PO_DIR)
+   @ECHO_CC@$(SHELL) -c "P=$(binary_PROG); \
+   if test -f $(BINDIR)/$$P ; then \
+ mv -f $(BINDIR)/$$P $(BINDIR)/$$P.old; fi"
+--- lynx2.8.9rel.1/src/makefile.in
 lynx2.8.9rel.1/src/makefile.in
+@@ -118,7 +118,7 @@
+   @echo "Compiling Lynx sources"
+ 
+ do_chartrans_stuff:
+-  -cd chrtrans && $(MAKE_RECUR) \
++  -$(MAKE) @cf_cv_makeflags@ DESTDIR="$(DESTDIR)" CC="$(CC)" -C chrtrans \
+   SITE_DEFS="$(SITE_DEFS)" \
+   BUILD_CFLAGS="$(BUILD_CFLAGS)" \
+   BUILD_CPPFLAGS="$(BUILD_CPPFLAGS)" \
+@@ -210,7 +210,7 @@
+  $(CHRTR)viscii_uni.h
+ 
+ $(TABLES):
+-  -cd chrtrans && $(MAKE_RECUR) tables
++  -$(MAKE) @cf_cv_makeflags@ DESTDIR="$(DESTDIR)" CC="$(CC)" -C chrtrans 
tables
+ 
+ UCdomap$o :   UCdomap.c \
+   chrtrans/UCkd.h \

diff --git a/www-client/lynx/lynx-2.8.9_p1.ebuild 
b/www-client/lynx/lynx-2.8.9_p1.ebuild
new file mode 100644
index 000..1d868b5c7b8
--- /dev/null
+++ b/www-client/lynx/lynx-2.8.9_p1.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# VERSIONING SCHEME TRANSLATION
+# Upstream :   Gentoo
+# rel. :   _p
+# pre. :   _rc
+# dev. :   _pre
+
+case ${PV} in
+   *_pre*) MY_P="${PN}${PV/_pre/dev.}" ;;
+   *_rc*)  MY_P="${PN}${PV

[gentoo-commits] repo/proj/prefix:master commit in: scripts/

2018-12-12 Thread Fabian Groffen
commit: df2b752e05c2480551b4771ecae96cfedc9703f9
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Dec 13 07:16:09 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Dec 13 07:16:09 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=df2b752e

scripts/bootstrap-prefix: fix bootstrap on Solaris

This allows to complete the bootstrap on x86-solaris

Signed-off-by: Fabian Groffen  gentoo.org>

 scripts/bootstrap-prefix.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 8845fa889a..9335fb6661 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1567,6 +1567,9 @@ bootstrap_stage2() {
echo "sys-apps/help2man -nls"
# avoid hefty set of deps from glib
echo "dev-util/pkgconfig internal-glib"
+   # libffi-3.0_rc0 has broken Solaris ld support, which we still
+   # use at this stage (host compiler)
+   [[ ${CHOST} == *-solaris* ]] && echo "=dev-libs/libffi-3.3_rc0"
} >> "${ROOT}"/tmp/etc/portage/package.use
 
for pkg in ${compiler_stage1} ; do



[gentoo-commits] repo/proj/prefix:master commit in: scripts/

2018-12-12 Thread Fabian Groffen
commit: 176474015629820885e44ca1a26142978114e31e
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Dec 13 07:12:50 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Dec 13 07:12:50 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=17647401

scripts/bootstrap-prefix: bump bootstrap snapshot

Signed-off-by: Fabian Groffen  gentoo.org>

 scripts/bootstrap-prefix.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index c4f8f18bb7..8845fa889a 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -537,7 +537,7 @@ do_tree() {
 bootstrap_tree() {
# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1
-   local PV="20180629"
+   local PV="20181211"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else



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

2018-12-12 Thread Tim Harder
commit: 4f8d49704bcf26b11231bcfe6bcd97b638c3b31e
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 06:54:12 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 06:54:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8d4970

net-fs/s3ql: version bump to 2.32

Signed-off-by: Tim Harder  gentoo.org>

 net-fs/s3ql/Manifest |  1 +
 net-fs/s3ql/s3ql-2.32.ebuild | 55 
 2 files changed, 56 insertions(+)

diff --git a/net-fs/s3ql/Manifest b/net-fs/s3ql/Manifest
index 32055e6daeb..f59f1f622fa 100644
--- a/net-fs/s3ql/Manifest
+++ b/net-fs/s3ql/Manifest
@@ -2,3 +2,4 @@ DIST s3ql-2.24.tar.bz2 773766 BLAKE2B 
e780bc7d3376241d9b04ba0b09b064050f1ecaf22a
 DIST s3ql-2.25.tar.bz2 770189 BLAKE2B 
d0d3c7656f93b7bdac97ab7b9afdb6b53c6e909a5fd4e5a1cf9e5c153d81349dfb809409f79ec45768297e7c7eb89a590338cb9726b2eda51b3ca02734fa1001
 SHA512 
e2aa9f5d68a00b36ae33a7d36bf4aa42f761fb7e2cfb8370c914a78d0ed54edab85dd224fa7ef08e9e240161f5c66e46c0cbe99b6c5451cab3a50f33c78bde36
 DIST s3ql-2.26.tar.bz2 775435 BLAKE2B 
e30d0108522e3bca2e3e16138c418af553d4a0cb502671b70dee689be2795c02bc4fb47a2aa5d225a1ad748c7fadc099ff28443c9dedba737d89e8efabb455a0
 SHA512 
5bdf89fba0a0d354dbdb84bdc3f31a2cefaf3bc701989b9f413c428cb2de9e7449255c3f7ed775fccd2f2fbe3bdb3156ecfb43de5a958dedb83ba63399427569
 DIST s3ql-2.28.tar.bz2 779646 BLAKE2B 
3ca734d6aac9118da03566080ae46514d83829a132f57741ffc509e6dfe80a2cbbdbe93f84598302c7dbebd188bd5148eda00a6e5dae378ff91742c026c9ef63
 SHA512 
089d0c47d9e507aa22a162ffbcb8703188d84cbc83d73c30629897250574603edc1ebbddc81682edf2cdd42b10cc6fe55e69d71339f68bfe537f862eeadbd883
+DIST s3ql-2.32.tar.bz2 1167243 BLAKE2B 
41107069e2f02b38c704e61bbd531c82fe7dde9aaf82dc6b400d27206456772fbbda41f13c3eee7d0a8eb7ae2a6855fefea3406d9295ceb309cb21317379e316
 SHA512 
c4c929f182ca06fea58edd26e9eb8044276af68607106bdf1df44f0eff86fa51c1d10f32a55717c300984c4d8cb956506cb195aa9e97842568934dcedff51369

diff --git a/net-fs/s3ql/s3ql-2.32.ebuild b/net-fs/s3ql/s3ql-2.32.ebuild
new file mode 100644
index 000..1465df4ec78
--- /dev/null
+++ b/net-fs/s3ql/s3ql-2.32.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A full-featured file system for online data storage"
+HOMEPAGE="https://bitbucket.org/nikratio/s3ql/";
+SRC_URI="https://www.bitbucket.org/nikratio/s3ql/downloads/${P}.tar.bz2";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="contrib doc systemd test"
+
+RDEPEND=">=dev-db/sqlite-3.7.0:3
+   dev-python/defusedxml[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/apsw-3.7.0[${PYTHON_USEDEP}]
+   >=dev-python/dugong-3.4[${PYTHON_USEDEP}]
+   >=dev-python/llfuse-1.0[${PYTHON_USEDEP}]
+   dev-python/pycrypto[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   sys-fs/fuse:0
+   systemd? ( dev-python/python-systemd[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   net-misc/rsync[xattr]
+   )"
+
+RESTRICT="test"
+
+python_test() {
+   addwrite /dev/fuse
+   py.test -v tests || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   if use contrib ; then
+   exeinto /usr/share/doc/${PF}/contrib
+   docompress -x /usr/share/doc/${PF}/contrib
+   doexe contrib/*.{py,sh}
+   doman contrib/*.1
+   fi
+
+   if use doc ; then
+   dodoc doc/manual.pdf
+   dodoc -r doc/html
+   fi
+}



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

2018-12-12 Thread Tim Harder
commit: 4ff8f8f22716cc299e3691675f36aa89e0c89b6d
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 06:14:34 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 06:47:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff8f8f2

dev-python/dugong: add python3_7 support

Note that >=pytest-3.3.0 merged the catchlog plugin so use it for 3.7
support.

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/dugong/dugong-3.7.3.ebuild | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-python/dugong/dugong-3.7.3.ebuild 
b/dev-python/dugong/dugong-3.7.3.ebuild
index e1144b98f8b..c074de2aed1 100644
--- a/dev-python/dugong/dugong-3.7.3.ebuild
+++ b/dev-python/dugong/dugong-3.7.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_COMPAT=( python3_{4,5,6,7} )
 
 inherit distutils-r1
 
@@ -18,7 +18,10 @@ IUSE="doc examples test"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-catchlog[${PYTHON_USEDEP}]
+   || (
+   dev-python/pytest-catchlog[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.3.0[${PYTHON_USEDEP}]
+   )
)"
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/, net-irc/weechat/files/

2018-12-12 Thread Tim Harder
commit: fa5f777475b902cc5721e3c7db0f663f9040930c
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 03:40:31 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 06:47:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5f7774

net-irc/weechat: remove old

Signed-off-by: Tim Harder  gentoo.org>

 net-irc/weechat/Manifest  |   1 -
 net-irc/weechat/files/weechat-1.2-tinfo.patch |  32 --
 net-irc/weechat/weechat-2.0.1.ebuild  | 151 --
 3 files changed, 184 deletions(-)

diff --git a/net-irc/weechat/Manifest b/net-irc/weechat/Manifest
index bbde3e37504..03f1ca58d69 100644
--- a/net-irc/weechat/Manifest
+++ b/net-irc/weechat/Manifest
@@ -1,2 +1 @@
-DIST weechat-2.0.1.tar.xz 1967336 BLAKE2B 
256f4bab45834ed2798490234c9417b8b8e4d06d0ed09f5779ad9d32321ab9aec58c38f4b048de319e4f46809313186462208258ca2d78d1e0470fa2014e7472
 SHA512 
3947e79a0ac8dce7605905c39039bedf9ba2af4778ee6905f12ca75786b62f3081568ce9426be251e65bad2837ddcf0664cbb08059f898d4ac60171325a94e74
 DIST weechat-2.3.tar.xz 2025652 BLAKE2B 
74c5d81a77f164c51bee01ff1be5731455ad85178005a360269ffa4ac59554c58dc97175fcb3fa62841b79e7711c1dc41876a839a9d1e4a1f4ce359bac1d6689
 SHA512 
0de827850de5c70c528e1a8cfa44220c3d48d6767df61a8a6283123173ba63b4c8554d5334a8b14976d19602c36bbc27d89ebbd201ccd8c048d50edc3a4ea19b

diff --git a/net-irc/weechat/files/weechat-1.2-tinfo.patch 
b/net-irc/weechat/files/weechat-1.2-tinfo.patch
deleted file mode 100644
index e6ae9e0f205..000
--- a/net-irc/weechat/files/weechat-1.2-tinfo.patch
+++ /dev/null
@@ -1,32 +0,0 @@
- src/gui/curses/CMakeLists.txt | 11 +--
- 1 file changed, 9 insertions(+), 2 deletions(-)
-
-diff --git a/src/gui/curses/CMakeLists.txt b/src/gui/curses/CMakeLists.txt
-index 284956f..492fc77 100644
 a/src/gui/curses/CMakeLists.txt
-+++ b/src/gui/curses/CMakeLists.txt
-@@ -35,7 +35,14 @@ main.c)
- 
- set(EXECUTABLE weechat)
- 
--find_package(Ncurses)
-+
-+find_package(PkgConfig)
-+pkg_search_module(NCURSES ncursesw ncurses)
-+
-+if(NOT NCURSES_FOUND)
-+  find_package(Ncurses)
-+endif(NCURSES_FOUND)
-+
- if(NCURSES_FOUND)
-   check_include_files(ncursesw/ncurses.h NCURSESW_HEADERS)
-   if(NCURSESW_HEADERS)
-@@ -46,7 +53,7 @@ if(NCURSES_FOUND)
-   add_definitions(-DHAVE_NCURSES_H)
- endif()
-   endif()
--  list(APPEND EXTRA_LIBS ${NCURSES_LIBRARY})
-+  list(APPEND EXTRA_LIBS ${NCURSES_LIBRARY} ${NCURSES_LIBRARIES} )
- endif()
- 
- if(${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")

diff --git a/net-irc/weechat/weechat-2.0.1.ebuild 
b/net-irc/weechat/weechat-2.0.1.ebuild
deleted file mode 100644
index 1d1eec8e568..000
--- a/net-irc/weechat/weechat-2.0.1.ebuild
+++ /dev/null
@@ -1,151 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-CMAKE_MAKEFILE_GENERATOR=emake
-inherit python-single-r1 cmake-utils
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/weechat/weechat.git";
-else
-   SRC_URI="https://weechat.org/files/src/${P}.tar.xz";
-   KEYWORDS="amd64 x86 ~x64-macos"
-fi
-
-DESCRIPTION="Portable and multi-interface IRC client"
-HOMEPAGE="https://weechat.org/";
-
-LICENSE="GPL-3"
-SLOT="0"
-
-NETWORKS="+irc"
-PLUGINS="+alias +buflist +charset +exec +fset +fifo +logger +relay +scripts 
+spell +trigger +xfer"
-# dev-lang/v8 was dropped from Gentoo so we can't enable javascript support
-SCRIPT_LANGS="guile lua +perl php +python ruby tcl"
-LANGS=" cs de es fr hu it ja pl pt pt_BR ru tr"
-IUSE="doc nls +ssl test ${SCRIPT_LANGS} ${PLUGINS} ${INTERFACES} ${NETWORKS}"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   dev-libs/libgcrypt:0=
-   net-misc/curl[ssl]
-   sys-libs/ncurses:0=
-   sys-libs/zlib
-   charset? ( virtual/libiconv )
-   guile? ( >=dev-scheme/guile-2.0 )
-   lua? ( dev-lang/lua:0[deprecated] )
-   nls? ( virtual/libintl )
-   perl? ( dev-lang/perl:= )
-   php? ( >=dev-lang/php-7.0:* )
-   python? ( ${PYTHON_DEPS} )
-   ruby? ( || ( dev-lang/ruby:2.4 dev-lang/ruby:2.3 ) )
-   ssl? ( net-libs/gnutls )
-   spell? ( app-text/aspell )
-   tcl? ( >=dev-lang/tcl-8.4.15:0= )
-"
-DEPEND="${RDEPEND}
-   doc? (
-   >=dev-ruby/asciidoctor-1.5.4
-   dev-util/source-highlight
-   )
-   nls? ( >=sys-devel/gettext-0.15 )
-   test? ( dev-util/cpputest )
-"
-
-DOCS="AUTHORS.adoc ChangeLog.adoc Contributing.adoc ReleaseNotes.adoc 
README.adoc"
-
-# tests need to be fixed to not use system plugins if weechat is already 
installed
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.2-tinfo.patch )
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   # fix libdir placement
-   sed -i \
-   -e "s:lib/:$(get_libdir

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

2018-12-12 Thread Tim Harder
commit: a1087c86fd5b75981d0d636ac52e525904bfbd8f
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 06:04:29 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 06:47:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1087c86

sci-libs/matio: version bump to 1.5.13

Signed-off-by: Tim Harder  gentoo.org>

 sci-libs/matio/Manifest|  1 +
 sci-libs/matio/matio-1.5.13.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/sci-libs/matio/Manifest b/sci-libs/matio/Manifest
index f92a5a001c0..45a48713a1e 100644
--- a/sci-libs/matio/Manifest
+++ b/sci-libs/matio/Manifest
@@ -1,3 +1,4 @@
 DIST matio-1.5.1.tar.gz 8160893 BLAKE2B 
50b1d5204fb4717fedb341f0a69a53a770bb4c6d46c7721b9c455745716b1b3d3142155c26adb7d019ede5703ac5fac7196c2ca15ddc22fdb93c1b1172dcc10a
 SHA512 
bd1e49bcbfe3e073d2339bc3dff803b222c007aad19759ee9b666438fa59ec2b2750b52ffb3b5e911145cf2977538447f5db977fc056a624c5878ddbcf564b26
 DIST matio-1.5.10.tar.gz 8630185 BLAKE2B 
8bb5040c3863ca7eea3069d0ee71d79c588e19a1fde253f7305534a2239dfecae1d877082454b475c1d4d1a3a60f81710002cd14ed5def3c23b4d0aa8dc8531c
 SHA512 
93c40d344fd8282e64cae6104bc6a485cd4ce65c948333c95127cfd54e57166c5e24d7a8d36a50dd896f11615a0274ddd303d8fdb4d3e41b34d4eacb7fc866af
+DIST matio-1.5.13.tar.gz 10037903 BLAKE2B 
8817fa3a1c050a84951c706922b32c5ed082ec057a35cb7fa20cc4d977316208a61604fcb6c0e09c96f592294a65d57a8a95844d15821987bdd337564345e778
 SHA512 
2db430dd47b8ceed850aaadf36c0fd3b405ba32db3eb2d5be320d007754983e2538ab99338d3ae8d69e8a531818c3bde0807c1f4a505eff7dd25d4a77934b737
 DIST matio-1.5.2.tar.gz 8179926 BLAKE2B 
6ac78b09a6874a505984fd75f5a4fd7223c0947d32588a8ca426117b945fbfb550d419b552b9a1d6c88b40d96c99d6c35b7ede780a29afe5f4485dec76f1df0d
 SHA512 
47ee7457db3f2138ecb1db9d7a04bf91d8277024631694e5f5a49b77829d60ce9dd95a1db33cd8eeaa8271e942acf60b522f40e4d7f4cae90f0a7caee7eb6efc

diff --git a/sci-libs/matio/matio-1.5.13.ebuild 
b/sci-libs/matio/matio-1.5.13.ebuild
new file mode 100644
index 000..d9f308de950
--- /dev/null
+++ b/sci-libs/matio/matio-1.5.13.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Library for reading and writing matlab files"
+HOMEPAGE="https://sourceforge.net/projects/matio/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+SLOT="0/4" # subslot = soname version
+LICENSE="BSD-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples hdf5 sparse static-libs"
+
+RDEPEND="
+   sys-libs/zlib
+   hdf5? ( sci-libs/hdf5 )"
+DEPEND="${RDEPEND}
+   sys-devel/libtool
+   doc? ( virtual/latex-base )"
+
+src_configure() {
+   econf \
+   $(use_enable hdf5 mat73) \
+   $(use_enable sparse extended-sparse) \
+   $(use_enable static-libs static)
+}
+
+src_compile() {
+   default
+   use doc && emake -C documentation pdf
+}
+
+src_install() {
+   default
+
+   use doc && dodoc documentation/matio_user_guide.pdf
+   if use examples; then
+   docinto examples
+   dodoc test/test*
+   insinto /usr/share/${PN}
+   doins share/test*
+   fi
+
+   find "${D}" -name "*.la" -delete || die
+}



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

2018-12-12 Thread Tim Harder
commit: 812f74facb86988837ebac3598358e4355d5688c
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 06:30:00 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 06:47:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=812f74fa

dev-python/dugong: update HOMEPAGE and metadata

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/dugong/dugong-3.7.3.ebuild | 2 +-
 dev-python/dugong/metadata.xml| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/dugong/dugong-3.7.3.ebuild 
b/dev-python/dugong/dugong-3.7.3.ebuild
index c074de2aed1..73cb6393ccb 100644
--- a/dev-python/dugong/dugong-3.7.3.ebuild
+++ b/dev-python/dugong/dugong-3.7.3.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{4,5,6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Python library for communicating with HTTP 1.1 servers"
-HOMEPAGE="https://bitbucket.org/nikratio/python-dugong/";
+HOMEPAGE="https://github.com/python-dugong/python-dugong/";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2"

diff --git a/dev-python/dugong/metadata.xml b/dev-python/dugong/metadata.xml
index 2ae422c4010..63b91a9dfd9 100644
--- a/dev-python/dugong/metadata.xml
+++ b/dev-python/dugong/metadata.xml
@@ -7,6 +7,6 @@
   
   
 dugong
-nikratio/python-dugong
+python-dugong/python-dugong
   
 



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

2018-12-12 Thread Tim Harder
commit: 219a5df7a554ff09be3289d44cbf46871d315cc4
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 06:44:32 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 06:47:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219a5df7

dev-python/apsw: version bump to 3.25.2_p1

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/apsw/Manifest  |  1 +
 dev-python/apsw/apsw-3.25.2_p1.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 69ef89a0574..6966e81f630 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -2,3 +2,4 @@ DIST apsw-3.19.3_p1.zip 678966 BLAKE2B 
1726a50024369831fe0ee442676adc4415c7b71e5
 DIST apsw-3.21.0_p1.zip 680827 BLAKE2B 
8fceb2d782f3bbaba28f26904ed11281be7e2be351d78c41d39d2941ad45304bd7e62cfbbc9134e21b1ffad4f7b7d1373a2866d6cbb61345c263502b23fb018a
 SHA512 
c2009d243765532e27220478d1164f97201afbd2b1de1e4090b4f35b63c83d0a82d2bdfe14c6625858867633995d3d8eef91f17ecbbd915f99e5a4a4edfa7b61
 DIST apsw-3.22.0_p1.zip 680988 BLAKE2B 
eda9b217ee8d23b5fc80e5d240b11493f8ef82208f3b694619ba168f4bd640691cdf253d9315fb0f2d178fcce2bd1ed4028d75488f5fb3c0db95c518fec8f71d
 SHA512 
c82de649a9245283dd0acc37700270c6c4dde1995cdc88bf7afb7cb3913a6f1a4a7a077e80eeb70cccf2fcb058406b610c9f05f478c6dc9ee8f7ff9cde7c7395
 DIST apsw-3.23.1_p1.zip 682088 BLAKE2B 
0b1c492c68522f9d3d1c693370b3b1562de0e4521f3a3de0988c40ddcf717f79201555228c16b9b9870db47582bf2b774f7e9ce0ddea4e19c3d132bbf2322551
 SHA512 
8f3bc9e619ed8671a0804e6d3c9ecf34d452a4e6fe540fb23bfb6ae67578971013300ad6cdffe3be2fc1197c4fd3af096802aef5994cbe53253467133363ac62
+DIST apsw-3.25.2_p1.zip 682975 BLAKE2B 
f9f471378cddd7da1c06158b7a041d9377da4d4123846318c0cfc24167734bc1813f667e64c4c6bf643c6a618c9cabf58301dfbaad0998082d764212ea369fff
 SHA512 
073b2fe9170fb00ac6f2ba52eb638d64d79875ba74b09f0307fa2c075e714bb91465fd2edd46341dac5cedc0bee0a1099888b6c1cee706fc04fa6b9ad99c47d7

diff --git a/dev-python/apsw/apsw-3.25.2_p1.ebuild 
b/dev-python/apsw/apsw-3.25.2_p1.ebuild
new file mode 100644
index 000..081a446bc22
--- /dev/null
+++ b/dev-python/apsw/apsw-3.25.2_p1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
+
+inherit distutils-r1 flag-o-matic
+
+MY_PV=${PV/_p/-r}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="https://github.com/rogerbinns/apsw/";
+SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
+
+python_compile() {
+   python_is_python3 || append-cflags -fno-strict-aliasing
+   distutils-r1_python_compile --enable=load_extension
+}
+
+python_test() {
+   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
+   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



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

2018-12-12 Thread Tim Harder
commit: 67a926500f75d28a894a7522c336b7e5fcdf5bfe
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 06:45:43 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 06:47:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67a92650

dev-python/apsw: stabilize 3.23.1_p1

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/apsw/apsw-3.23.1_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.23.1_p1.ebuild 
b/dev-python/apsw/apsw-3.23.1_p1.ebuild
index 2f4ee216ac7..49eb84f374f 100644
--- a/dev-python/apsw/apsw-3.23.1_p1.ebuild
+++ b/dev-python/apsw/apsw-3.23.1_p1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.z
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 x86"
 IUSE="doc"
 
 RDEPEND=">=dev-db/sqlite-${PV%_p*}"



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

2018-12-12 Thread Tim Harder
commit: 87684077746a47319a95c246ec6e994201683c3d
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 06:13:45 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 06:47:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87684077

dev-python/attrs: version bump to 18.2.0

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/attrs/Manifest|  1 +
 dev-python/attrs/attrs-18.2.0.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-python/attrs/Manifest b/dev-python/attrs/Manifest
index f1f4fe4fcc2..a746a03be89 100644
--- a/dev-python/attrs/Manifest
+++ b/dev-python/attrs/Manifest
@@ -1,3 +1,4 @@
 DIST attrs-16.3.0.tar.gz 57512 BLAKE2B 
e00c825034b21cb4d5a9eb9ca3ffb92193b8d793ebaeb8cb5e69b07c326738da4efd98ebc6e79903017276b6b501c56a8e0b37f6b0d13d8461b8ea4e5cb72b08
 SHA512 
1a91e6f27ecaf20c409c3abf88ffed5c6cfdbba8cff44637399b713271ff838a054f5859dd29440b2780d81b40673033e3f8e43dd491bece72e0a4f08c4ef688
 DIST attrs-17.4.0.tar.gz 97071 BLAKE2B 
f755abe89cedbf1ced003087fb106fae7c38dbdf0614ec0c525629ae09b3b790a7e0912da887dad4c5686afe7fb0df8123fea42e08e4e6718cdaf477edafcb2a
 SHA512 
b631cd5af1be7c78175230363a3cf9d37cb0237d87b24f994812b5734985d114708d5bf7ee5d92b8b13c6b8daa313efde4a9f60f0630df0b62bbcf4928a016ff
 DIST attrs-18.1.0.tar.gz 106346 BLAKE2B 
ae17d5e6cde83e5a652b40facffe3db2ad9d6940ef7e00a10c3d02b6015c23e9e17e125ec16100f1fd5e036c9f4e88cfe01b23b03bacdc36446ec0ef1dcc57a5
 SHA512 
9aa4421d1c16614cd26089c219f70602fd6baa5fbbf4aa96def189e9a41f8c761d7f522c5e167a63e366cf8b46e87477c345655f09738a14981bb40dbcd12b91
+DIST attrs-18.2.0.tar.gz 116817 BLAKE2B 
79d50c9b49956bbc1e04084eed36a5f65f2dda8e954b23f15650cb881d6f77a8325e042c6d1a77dcad43661d4524a4d253d96bd0053464ef03091779636e6d0b
 SHA512 
58c26579d6dfcacbe9e3f770a125861e0625d435f1293eebe0d62efc9b8aa9572be2b312d73037a647163bffb0a13b240fb157aff7ed35196f637ae945d61d22

diff --git a/dev-python/attrs/attrs-18.2.0.ebuild 
b/dev-python/attrs/attrs-18.2.0.ebuild
new file mode 100644
index 000..e555a598278
--- /dev/null
+++ b/dev-python/attrs/attrs-18.2.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Attributes without boilerplate"
+HOMEPAGE="
+   https://github.com/hynek/attrs
+   https://attrs.readthedocs.org/
+   https://pypi.org/project/attrs/";
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   $(python_gen_impl_dep sqlite)
+   >=dev-python/hypothesis-3.6.0[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   py.test -v || die "tests failed with ${EPYTHON}"
+}



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

2018-12-12 Thread Tim Harder
commit: 7c669436bc19363f7156568d0896abcc46009a93
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 06:06:39 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 06:47:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c669436

media-libs/mutagen: version bump to 1.41.1

Closes: https://bugs.gentoo.org/669898

Signed-off-by: Tim Harder  gentoo.org>

 media-libs/mutagen/Manifest  |  1 +
 media-libs/mutagen/mutagen-1.41.1.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index 634fcbb4a7e..2ecd61f390a 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -2,3 +2,4 @@ DIST mutagen-1.35.1.tar.gz 883772 BLAKE2B 
933c689bf4e578c1acb6c16af4071e879db4e0
 DIST mutagen-1.38.tar.gz 913243 BLAKE2B 
08281ed0ea9307a6caa64cc5f66dbea43d09ab6dffba49bab3bea8d3878ae1062b0b7dcb772f0880848adbbd3c3c89a73e0d59b496fb635f7308c66869aa2531
 SHA512 
1430901539cddc7f58978f59125b793228c611cee9cc19535142e3095a7caaeee7a2431c244054affa33fb6518123b46cd187715d8353fd1b165496bd358a995
 DIST mutagen-1.39.tar.gz 916084 BLAKE2B 
e67de0f0c2b33283ea276511f5537f5f12a35d336927dff662a5044a05163c7dc5677dc2e5b2696fc62ac3888a9602a566b43ffb511d3eee1c8f07f17bc08302
 SHA512 
0508c3dfa31a4af29845204664819bc8af8121a785b8e5cc307a12bdf7c151acf4cd72e0820fb9d284c859dd6d63d7d7a6c7ebad8e3ca19db52f0c496ce74736
 DIST mutagen-1.40.0.tar.gz 917874 BLAKE2B 
69405942af849a8c82d14424a242e77cd9d554155494976402c3eb5d95dcccbf14de5fd3268cb9cf12e0035dcbf88c3724d1684c21612b2f0b0a87cb48de1ec8
 SHA512 
ad4ac3457d1ff7238c2941b20aeb532e9b41bf2bf1cb130e428f9af9a7dd18a0e81a4d45fbc98783d8cf90cd105de09d703c70beea7cba5eca58dab1bb69
+DIST mutagen-1.41.1.tar.gz 918398 BLAKE2B 
e164cdca199bd1d18703604ca67722a3bb35ef6d53d8b8be1adbb0baf103ef7e45d4871929085242778726326a927771c589836a021dbd0dfdb83c0d5836f656
 SHA512 
d40fd74480eedc514d7b7b1d701c0403490cffc8ed3b8aa114ffe91a40c41de0daa0c54d9ad1a89ec211fab59ec271a3b1775c9efcc5661a5e1607e1ecadbea6

diff --git a/media-libs/mutagen/mutagen-1.41.1.ebuild 
b/media-libs/mutagen/mutagen-1.41.1.ebuild
new file mode 100644
index 000..b4ddf5f50db
--- /dev/null
+++ b/media-libs/mutagen/mutagen-1.41.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"
+HOMEPAGE="https://github.com/quodlibet/mutagen 
https://pypi.org/project/mutagen/";
+SRC_URI="https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+IUSE="doc test"
+
+# TODO: Missing support for >=dev-python/eyeD3-0.7 API
+# test? ( >=dev-python/eyeD3-0.7 )
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+
+python_compile_all() {
+   use doc && emake -C docs
+}
+
+python_test() {
+   esetup.py test --no-quality
+}
+
+python_install_all() {
+   local DOCS=( NEWS README.rst )
+   use doc && local HTML_DOCS=( docs/_build/. )
+   distutils-r1_python_install_all
+}



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

2018-12-12 Thread Tim Harder
commit: c9379b35c53e3545425038179bba11ba13600423
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 06:46:15 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 06:47:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9379b35

dev-python/apsw: remove old

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/apsw/Manifest  |  3 ---
 dev-python/apsw/apsw-3.19.3_p1.ebuild | 42 ---
 dev-python/apsw/apsw-3.21.0_p1.ebuild | 42 ---
 dev-python/apsw/apsw-3.22.0_p1.ebuild | 42 ---
 4 files changed, 129 deletions(-)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 6966e81f630..67013b62c55 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,5 +1,2 @@
-DIST apsw-3.19.3_p1.zip 678966 BLAKE2B 
1726a50024369831fe0ee442676adc4415c7b71e5e12beddd4e09f688aad930bb54664435c569ca728c2dd7b24b4eb46655778c7c35249731f3a83194a40fe6b
 SHA512 
9f9e05c865a19e7b6e6b37e6228027c027ba683be2d5ff7a1767bb3bbeb090bf66879a0eead4fc9e34fc4d84c1edc98137b2839f84ffab9bd36330d05435ab4e
-DIST apsw-3.21.0_p1.zip 680827 BLAKE2B 
8fceb2d782f3bbaba28f26904ed11281be7e2be351d78c41d39d2941ad45304bd7e62cfbbc9134e21b1ffad4f7b7d1373a2866d6cbb61345c263502b23fb018a
 SHA512 
c2009d243765532e27220478d1164f97201afbd2b1de1e4090b4f35b63c83d0a82d2bdfe14c6625858867633995d3d8eef91f17ecbbd915f99e5a4a4edfa7b61
-DIST apsw-3.22.0_p1.zip 680988 BLAKE2B 
eda9b217ee8d23b5fc80e5d240b11493f8ef82208f3b694619ba168f4bd640691cdf253d9315fb0f2d178fcce2bd1ed4028d75488f5fb3c0db95c518fec8f71d
 SHA512 
c82de649a9245283dd0acc37700270c6c4dde1995cdc88bf7afb7cb3913a6f1a4a7a077e80eeb70cccf2fcb058406b610c9f05f478c6dc9ee8f7ff9cde7c7395
 DIST apsw-3.23.1_p1.zip 682088 BLAKE2B 
0b1c492c68522f9d3d1c693370b3b1562de0e4521f3a3de0988c40ddcf717f79201555228c16b9b9870db47582bf2b774f7e9ce0ddea4e19c3d132bbf2322551
 SHA512 
8f3bc9e619ed8671a0804e6d3c9ecf34d452a4e6fe540fb23bfb6ae67578971013300ad6cdffe3be2fc1197c4fd3af096802aef5994cbe53253467133363ac62
 DIST apsw-3.25.2_p1.zip 682975 BLAKE2B 
f9f471378cddd7da1c06158b7a041d9377da4d4123846318c0cfc24167734bc1813f667e64c4c6bf643c6a618c9cabf58301dfbaad0998082d764212ea369fff
 SHA512 
073b2fe9170fb00ac6f2ba52eb638d64d79875ba74b09f0307fa2c075e714bb91465fd2edd46341dac5cedc0bee0a1099888b6c1cee706fc04fa6b9ad99c47d7

diff --git a/dev-python/apsw/apsw-3.19.3_p1.ebuild 
b/dev-python/apsw/apsw-3.19.3_p1.ebuild
deleted file mode 100644
index 21e24d9891e..000
--- a/dev-python/apsw/apsw-3.19.3_p1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1 flag-o-matic
-
-MY_PV=${PV/_p/-r}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="https://github.com/rogerbinns/apsw/";
-SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
-IUSE="doc"
-
-RDEPEND=">=dev-db/sqlite-${PV%_p*}"
-DEPEND="${RDEPEND}
-   app-arch/unzip"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
-
-python_compile() {
-   python_is_python3 || append-cflags -fno-strict-aliasing
-   distutils-r1_python_compile --enable=load_extension
-}
-
-python_test() {
-   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
-   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/apsw/apsw-3.21.0_p1.ebuild 
b/dev-python/apsw/apsw-3.21.0_p1.ebuild
deleted file mode 100644
index f2bb6b9990b..000
--- a/dev-python/apsw/apsw-3.21.0_p1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1 flag-o-matic
-
-MY_PV=${PV/_p/-r}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="https://github.com/rogerbinns/apsw/";
-SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-db/sqlite-${PV%_p*}"
-DEPEND="${RDEPEND}
-   app-arch/unzip"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
-
-python_compile() {
-   python_is_python3 || append-cflags -fno-strict-aliasing
-   distutils-r1_python_compile --enable=load_extension
-}
-
-python_test() {
-   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
-   "${PYTHON}" tests.py -v || die "Tests faile

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

2018-12-12 Thread Tim Harder
commit: 855a9290816bfd44acfdc6d6b87924a58c5a686d
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 06:43:14 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 06:47:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855a9290

dev-python/llfuse: version bump to 1.3.5

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/llfuse/Manifest|  1 +
 dev-python/llfuse/files/llfuse-1.3.5-cflags.patch | 15 +
 dev-python/llfuse/llfuse-1.3.5.ebuild | 41 +++
 dev-python/llfuse/metadata.xml|  1 +
 4 files changed, 58 insertions(+)

diff --git a/dev-python/llfuse/Manifest b/dev-python/llfuse/Manifest
index 44ecfcf2deb..a61daf4e5e5 100644
--- a/dev-python/llfuse/Manifest
+++ b/dev-python/llfuse/Manifest
@@ -1,2 +1,3 @@
 DIST llfuse-1.3.2.tar.bz2 348035 BLAKE2B 
d3a3219c8d7462f448486488971842362b6ade8fcf6804d725db30b0e91d3f240ec9443705cb67caf3e6beae8a174f323465695132210e3606aef6dd861d
 SHA512 
f065818134b12dd128574836bc7d339404d9b7d9236b535da709378e9206b17cb2accd97fc0b658f39a93efe126a7c3064f7901468231f63f8398a3e053498cf
 DIST llfuse-1.3.4.tar.bz2 364400 BLAKE2B 
726a42381b84fc57e3e54d519bc1a105056cc8cf5d1c586ea12b1798db493254df7088f1060ffda0d89887c2b7db2046825e4f044953153e7978891f72032457
 SHA512 
6bda4534f660c42e6740093be0a2c308367f5915a0144d44c390b4f6b197efafb48bc28f7f8d1735defe470e37637bd6688690e26ec3d0c01cb7c197e443f6e6
+DIST llfuse-1.3.5.tar.bz2 362266 BLAKE2B 
561439e193470c047aa32b5b4ffd189beca2496b0141d9f0b0d4b494ee135025b174744ac3c90a0e5e8a17cc98f4ab2e8b4a9069f7d73e01a369f5013d036144
 SHA512 
d45c5fe7e81fd561e016fe99cc7bbac0cf6243e1517e992fe5b302b641aa93c8f95779cb7a4add7a7479f1ed6ca35e0fcf1e4da0fc46ee5d819b46511927613c

diff --git a/dev-python/llfuse/files/llfuse-1.3.5-cflags.patch 
b/dev-python/llfuse/files/llfuse-1.3.5-cflags.patch
new file mode 100644
index 000..43490cf5f4d
--- /dev/null
+++ b/dev-python/llfuse/files/llfuse-1.3.5-cflags.patch
@@ -0,0 +1,15 @@
+Build fails under pypy(3) when enabling these flags.
+
+--- llfuse-1.3.5/setup.py
 llfuse-1.3.5/setup.py
+@@ -74,8 +74,8 @@
+ long_desc = fh.read()
+ 
+ compile_args = pkg_config('fuse', cflags=True, ldflags=False, 
min_ver='2.8.0')
+-compile_args += ['-DFUSE_USE_VERSION=29', '-Wall', '-Wextra', 
'-Wconversion',
+- '-Wsign-compare', '-DLLFUSE_VERSION="%s"' % 
LLFUSE_VERSION]
++compile_args += ['-DFUSE_USE_VERSION=29', '-Wall', '-Wextra',
++ '-DLLFUSE_VERSION="%s"' % LLFUSE_VERSION]
+ 
+ # We may have unused functions if we compile for older FUSE versions
+ compile_args.append('-Wno-unused-function')

diff --git a/dev-python/llfuse/llfuse-1.3.5.ebuild 
b/dev-python/llfuse/llfuse-1.3.5.ebuild
new file mode 100644
index 000..34f4566ce6d
--- /dev/null
+++ b/dev-python/llfuse/llfuse-1.3.5.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for the low-level FUSE API"
+HOMEPAGE="https://github.com/python-llfuse/python-llfuse/ 
https://pypi.org/project/llfuse/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples test"
+
+RDEPEND=">=sys-fs/fuse-2.8.0:0
+   $(python_gen_cond_dep 'dev-python/contextlib2[${PYTHON_USEDEP}]' 
python2_7 pypy)
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   sys-apps/attr
+   virtual/pkgconfig
+   test? (
+   ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=( "${FILESDIR}"/${P}-cflags.patch )
+
+python_test() {
+   py.test -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/html/. )
+   use examples && dodoc -r examples
+   distutils-r1_python_install_all
+}

diff --git a/dev-python/llfuse/metadata.xml b/dev-python/llfuse/metadata.xml
index 9460e17f2ac..2ff4c6f13a0 100644
--- a/dev-python/llfuse/metadata.xml
+++ b/dev-python/llfuse/metadata.xml
@@ -7,5 +7,6 @@


llfuse
+   python-llfuse/python-llfuse

 



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

2018-12-12 Thread Tim Harder
commit: 6fa4ad42df493c84d132819926906ce403397fe9
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 06:05:22 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 06:47:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa4ad42

dev-python/hypothesis: version bump to 3.83.1

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/hypothesis/Manifest |  1 +
 dev-python/hypothesis/hypothesis-3.83.1.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 32ea03e1378..5689596eb72 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -1,3 +1,4 @@
 DIST hypothesis-3.6.0.tar.gz 73586 BLAKE2B 
b0ec133e8c71f752114211061155c15a7d536e771ba85eab6489440b2063d3083018bf8502d9e9dbc73105ee5f03060e3189e64574a3dfa052b091040e7e7915
 SHA512 
cb885628e5c38ab9312cfb177ebc3c014617d21031737f5fba343ba485c1b8ff82b1302e7bc1d3e79192bfd8324fd0501498c968f3ac8343829f8965f6354389
 DIST hypothesis-python-3.59.1.tar.gz 500529 BLAKE2B 
5c171045e363f2337d7ca30797b9fc7f96430c805dd4b3ec78fe927247d2c2ba4a216789a82f1e956b89d66c5ecdb2050a5f93467f2d557a05d1d48507fc06db
 SHA512 
c3aad4cc54152963806e09af5f351e60e30cd64ad48ba3d922451b10dbb1747ea3e5d432ebc611dcb0646687d7e8755051b967304e74798d091be0b2901c832f
 DIST hypothesis-python-3.74.3.tar.gz 552616 BLAKE2B 
e19a0991e7ae2fa6208c81d336cc66e3392bb78663f567fe28b570a1463a5359ccf713776f1f9cbd19a27a53b9a71a5be6eedfa05599fa12c047c373aa339592
 SHA512 
f4927d6e908a9222fa06f82ad6e4cf90c62a0a3d0c7632c17ee57a3705239901fcb5dbbcfca402c153bf2bea9dde0e51c852d2024ed5a236888327963fe13a3e
+DIST hypothesis-python-3.83.1.tar.gz 564466 BLAKE2B 
7b4c00a46b5a547bfc98711b795525c09d91ed41ac2c1dcf9c3c571e32819c77c6f6a4311ff32020a6d8e837dfcd03f7e2d842613148201d476615831483a737
 SHA512 
d828dbfe8637b6388b8c77af08970c2b45cd8f6960f26b1c54f3fbeba012e225d116802cae70ee28321de9d961397e60a5ff8cbefc02d085b6f6978f6bddf56e

diff --git a/dev-python/hypothesis/hypothesis-3.83.1.ebuild 
b/dev-python/hypothesis/hypothesis-3.83.1.ebuild
new file mode 100644
index 000..5e0c71eda1d
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-3.83.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="https://github.com/HypothesisWorks/hypothesis 
https://pypi.org/project/hypothesis/";
+SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar.gz";
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd"
+IUSE="test"
+
+CDEPEND="
+   >=dev-python/attrs-16.0.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' 
pypy)
+"
+RDEPEND="${CDEPEND}"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
+
+python_test() {
+   pytest tests/cover/test_testdecorators.py || die "Tests fail with 
${EPYTHON}"
+}
+
+pkg_postinst() {
+   optfeature "datetime support" dev-python/pytz
+   optfeature "dateutil support" dev-python/python-dateutil
+   optfeature "numpy support" dev-python/numpy
+   optfeature "django support" dev-python/django dev-python/pytz
+   optfeature "pandas support" dev-python/pandas
+   optfeature "pytest support" dev-python/pytest
+}



[gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/

2018-12-12 Thread Tim Harder
commit: 25be452ddb861b6d69c0c139c675bbd37fcb3ec5
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 06:27:46 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 06:47:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25be452d

net-irc/weechat: stabilize 2.3

Signed-off-by: Tim Harder  gentoo.org>

 net-irc/weechat/weechat-2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/weechat/weechat-2.3.ebuild 
b/net-irc/weechat/weechat-2.3.ebuild
index b0a69ffa18c..4fbd457b8c5 100644
--- a/net-irc/weechat/weechat-2.3.ebuild
+++ b/net-irc/weechat/weechat-2.3.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/weechat/weechat.git";
 else
SRC_URI="https://weechat.org/files/src/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm ~x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm x86 ~x64-macos"
 fi
 
 DESCRIPTION="Portable and multi-interface IRC client"



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

2018-12-12 Thread Hans de Graaff
commit: 2bc2b200ee5adacc8aa35ea1ccc70233f351dd08
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 13 06:38:17 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 13 06:38:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc2b200

dev-ruby/rails: cleanup

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

 dev-ruby/rails/Manifest   |  1 -
 dev-ruby/rails/rails-5.1.6.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/dev-ruby/rails/Manifest b/dev-ruby/rails/Manifest
index f369db23185..d5bcb8a5fe7 100644
--- a/dev-ruby/rails/Manifest
+++ b/dev-ruby/rails/Manifest
@@ -1,7 +1,6 @@
 DIST rails-4.2.11.gem 1476096 BLAKE2B 
779111be1f18747c30b74f22f4b9ded1048d540197f82b1ef33201d114e3a052e1e0c8459d7757bba1ac2dc85932a3c601f6bfc84448d0f2e23d6a89c53a3569
 SHA512 
e3e035f0fc63058fd64c254a0b779699a28c558ad80fae374889a8ec1c21e1d90ebf9400832eb37e47ee75b38d46d8095455bf02a93b760732496bbb4c7597ff
 DIST rails-5.0.7.gem 6144 BLAKE2B 
7fa6cd84e6ce8714ea051991403c098291cf6fb946e09cdb520cdf0fd38541b9e0720e28cf4d19ff5191ed7199d3ce68da6c1ca0640b5776ed7b8f0132e53a38
 SHA512 
3480d8e5aee024a22819fb40610d78a41c56b89195f432d35c086f519d7530655a2a77ea09a40eeba19764adf2a06401749e7f763f945ee87321d95dd94df67f
 DIST rails-5.1.6.1.gem 6656 BLAKE2B 
a83ba0fcc1209f712ef8225d74a2081e7fe852b20c0f3d01e12f1070164f89813ab55ad34ca2c9858bcb889636364b5f538c91fc26546c1cf4723f2304258fe1
 SHA512 
58d4e3b13a7588a0881f4c40ecac2c269ba0afee7a67fe800f3372cbe54f45b25f49c968867b365193c254c360bafcd95f6cddb941557226b8f81f74ec8b87a5
-DIST rails-5.1.6.gem 6656 BLAKE2B 
9e5af755854f7096446f5f02cc93ea0f32d9699440cc925c397fa8a62337d01b3d8e04f74d40d1a409e789b55e3046e3ed565d87f5cfe8f8d8225335c7ed0734
 SHA512 
df201bdbdb720c4ec3045cab908d5e97c53e3a31e29d84224e7bf918f6f2cd108a47792ac39e091b9a0cdd9749f15adc8c5c703659610f5da11d9bd9a63c13b9
 DIST rails-5.2.0.gem 6656 BLAKE2B 
f436d571ba9bb3866ad0568d3514b46fecdc26019b2237b111089df9473ec9706e52aaa00a1d8787523847cd5bd2e6fc3f470257f347fb5f37ce293d570859e8
 SHA512 
323b82b0b6a8451d37097925299624814f54a1f7896563bb23d34df37a1d41bf1ee50164211569fd9859ed55a6323af13310f9ad267d130fd3341acd71275558
 DIST rails-5.2.1.1.gem 6656 BLAKE2B 
08b08a8993ee4ad5e395da8ba59b46d896d926603a545f73aa3aacab8f59235867945ff1042511ddba7d568e0f0a5a80abd8c5d40b9dc9172bccb3c6731367dc
 SHA512 
f7d87e722100c1bbea0eb77c8d3aa337a9359293d3f0f372611bb330904c935a997c15f07a28ca70587fbd1706b39de5b9ca9821512e6f34a1898f29d80772fd
 DIST rails-5.2.1.gem 6656 BLAKE2B 
0ed8e5d0ccfd0d41d2574f0acf02ce67f068108780f4bff27ac1ac2c5f103ee3fbf566db92b85b3b590549837ec31c3f22ce1d11ecd24e64fe6fea692ad088d7
 SHA512 
1c90b91bfcd064f06e93a00e22e8a73f371390640ef4c59e5552ea802e68b2f1f04cc735aa618c7c7839d160df0e7175f60f1bd97c9ead4ad56393a7121db990

diff --git a/dev-ruby/rails/rails-5.1.6.ebuild 
b/dev-ruby/rails/rails-5.1.6.ebuild
deleted file mode 100644
index f400d600c95..000
--- a/dev-ruby/rails/rails-5.1.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="ruby on rails is a web-application and persistance framework"
-HOMEPAGE="http://www.rubyonrails.org";
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
-
-IUSE="+asset-pipeline"
-
-ruby_add_rdepend "
-   ~dev-ruby/actioncable-${PV}
-   ~dev-ruby/actionmailer-${PV}
-   ~dev-ruby/actionpack-${PV}
-   ~dev-ruby/actionview-${PV}
-   ~dev-ruby/activejob-${PV}
-   ~dev-ruby/activemodel-${PV}
-   ~dev-ruby/activerecord-${PV}
-   ~dev-ruby/activesupport-${PV}
-   ~dev-ruby/railties-${PV}
-   >=dev-ruby/bundler-1.3 =dev-ruby/bundler-1*
-   >=dev-ruby/sprockets-rails-2.0.0:*
-   asset-pipeline? (
-   dev-ruby/jquery-rails:*
-   >=dev-ruby/sass-rails-5.0:5.0
-   >=dev-ruby/uglifier-1.3.0:*
-   >=dev-ruby/coffee-rails-4.1.0:*
-   )"
-
-# also: turbolinks, >=jbuilder-1.2:1



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

2018-12-12 Thread Hans de Graaff
commit: 26b4c05f375b785edf9be9035edcf2b44e9a4e25
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 13 06:43:51 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 13 06:43:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b4c05f

dev-ruby/activesupport: cleanup

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

 dev-ruby/activesupport/Manifest   |  1 -
 dev-ruby/activesupport/activesupport-5.1.6.ebuild | 67 ---
 2 files changed, 68 deletions(-)

diff --git a/dev-ruby/activesupport/Manifest b/dev-ruby/activesupport/Manifest
index f54a3c7219f..dc69131787f 100644
--- a/dev-ruby/activesupport/Manifest
+++ b/dev-ruby/activesupport/Manifest
@@ -1,7 +1,6 @@
 DIST rails-4.2.11.tgz 4080621 BLAKE2B 
97f22f887255a1d8321d26040a9896cc87e0e7e50db208d3c0f96a74d926cfe9bb516641e06f7bfd92649b91427094f729d2d6b24df811ff0481c03950d3185b
 SHA512 
df31ac9cff0b6b07113f6066b0459b40b7263356c40a722636091b75c7443691625153d8e2d7e01324e98321d757f67ba3b9318d4229a3c1a0cea5af65b6b470
 DIST rails-5.0.7.tgz 6051560 BLAKE2B 
d5090b2e6c3fb9b7ca460c7439a94d6633ab7bad3cef42ab23851b0127d6b8cf6a34eb3b967c7c9b7ba5bd1d10e483f4c76a60fc06772d567a258b237a449fe6
 SHA512 
c3f1b882f4679967597c7ecfa3469e8f1dc52f618d26324b292bcd0ed8c854ec93a7570e12cab8becfb9a7ce04bb7e08f9ad353d35f8cfb954bc2144bf093e55
 DIST rails-5.1.6.1.tgz 6143808 BLAKE2B 
40949c4598af98e177bab19aea809a724135a56aaec66bfdfd820412794f548da195597461d5bd7b6e07bf60a5b6aee330a0a5fdf90bc0b0361b94a80d0684b4
 SHA512 
118798424ba249c3a7eed3e7174ed4a25d2fb81b8f521e165b2aef995956da7c085084be3dad9961e57e67a685ec3d527c3bfa91730d1053951cdd81b7e511ff
-DIST rails-5.1.6.tgz 6142931 BLAKE2B 
0c24677946c3421e73903214822a13cb26609a3c7e7826020b76a48809a8672c1dfb05d1bd362fab956a397636db5e691a91bdea64ee6073190e8663fb58a7df
 SHA512 
1ad70fb57af753bb6aff27345021af97d177aed95e295273044d8ef5723aa6b64fc03104d2cbd1cc5337127f71b3eef9b19fa582f4d53cb746ed9b152a8392bb
 DIST rails-5.2.0.tgz 9233349 BLAKE2B 
8b237f7b039baed6d2a3f19d138f5985443d8543247b01ba316668052fede66820894e3f5ef76a953a4bdb54febecb6299692899556ea029ebfcbcebbaba9409
 SHA512 
0d7fdbc05a69f7a7b5ce612c0ec8e5dcd51ffb63891d97ca08036d07b3fb3267699dd4a209fd698e5eb2ca8f6c7f4539e86044c3bd15d0c614feda16892d3d85
 DIST rails-5.2.1.1.tgz 8795521 BLAKE2B 
93b30ba7b9127d2fc4dae6c7e7884f0a4ab36805b440c37ca8e2b81a5ba2b9ccaa4d30e65599cfb036befc4ec58942d3eba71ba9683becb535e8a822d3a8422e
 SHA512 
bd2c13f06d524a03547341acee3422a58a306a1c33a896073648e4ddcac296a8e397bd73fd5928dae1e66ba3b4a42ac4ea5f0a7cca1f73b2e773b8ece24a76d0
 DIST rails-5.2.1.tgz 8795554 BLAKE2B 
712fba696aeb8600dcd3b031b84a7ec164aa4d8ec386576ff367d5d45b3effd48515c9b8ef36ea93642776220685a1d8eec6909f705e62a80a06cf151fc42b43
 SHA512 
4484981845f9bba8882db6b4d1e0c4600b54baeda5cf1825fda7cbbb04cfdcf35e4caa19355cb843d1b96fc67801f28902d79d763dae71446db515691a32742e

diff --git a/dev-ruby/activesupport/activesupport-5.1.6.ebuild 
b/dev-ruby/activesupport/activesupport-5.1.6.ebuild
deleted file mode 100644
index d74aa86dd30..000
--- a/dev-ruby/activesupport/activesupport-5.1.6.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="activesupport.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Utility Classes and Extension to the Standard Library"
-HOMEPAGE="https://github.com/rails/rails";
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "
-   >=dev-ruby/concurrent-ruby-1.0.2:1
-   >=dev-ruby/i18n-0.7:* =dev-ruby/i18n-0*:*
-   >=dev-ruby/tzinfo-1.1:1
-   >=dev-ruby/minitest-5.1:5"
-
-# memcache-client, nokogiri, and builder are not strictly
-# needed, but there are tests using this code.
-ruby_add_bdepend "test? (
-   >=dev-ruby/dalli-2.2.1
-   >=dev-ruby/nokogiri-1.4.5
-   >=dev-ruby/builder-3.1.0
-   >=dev-ruby/listen-3.0.5:3
-   dev-ruby/rack
-   dev-ruby/mocha:0.14
-   )"
-
-all_ruby_prepare() {
-   # Set the secure permissions that tests expect.
-   chmod 0755 "${HOME}" || die "Failed to fix permissions on home"
-
-   # Remove items from the common Gemfile that we don't need for this
-   # test run. This also requires handling some gemspecs.
-   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|mysql\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|s

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

2018-12-12 Thread Hans de Graaff
commit: d2763d81e62ba0db0f0f02b4610244b8214a18aa
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 13 06:41:45 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 13 06:41:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2763d81

dev-ruby/actionview: cleanup

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

 dev-ruby/actionview/Manifest|  1 -
 dev-ruby/actionview/actionview-5.1.6.ebuild | 57 -
 2 files changed, 58 deletions(-)

diff --git a/dev-ruby/actionview/Manifest b/dev-ruby/actionview/Manifest
index f54a3c7219f..dc69131787f 100644
--- a/dev-ruby/actionview/Manifest
+++ b/dev-ruby/actionview/Manifest
@@ -1,7 +1,6 @@
 DIST rails-4.2.11.tgz 4080621 BLAKE2B 
97f22f887255a1d8321d26040a9896cc87e0e7e50db208d3c0f96a74d926cfe9bb516641e06f7bfd92649b91427094f729d2d6b24df811ff0481c03950d3185b
 SHA512 
df31ac9cff0b6b07113f6066b0459b40b7263356c40a722636091b75c7443691625153d8e2d7e01324e98321d757f67ba3b9318d4229a3c1a0cea5af65b6b470
 DIST rails-5.0.7.tgz 6051560 BLAKE2B 
d5090b2e6c3fb9b7ca460c7439a94d6633ab7bad3cef42ab23851b0127d6b8cf6a34eb3b967c7c9b7ba5bd1d10e483f4c76a60fc06772d567a258b237a449fe6
 SHA512 
c3f1b882f4679967597c7ecfa3469e8f1dc52f618d26324b292bcd0ed8c854ec93a7570e12cab8becfb9a7ce04bb7e08f9ad353d35f8cfb954bc2144bf093e55
 DIST rails-5.1.6.1.tgz 6143808 BLAKE2B 
40949c4598af98e177bab19aea809a724135a56aaec66bfdfd820412794f548da195597461d5bd7b6e07bf60a5b6aee330a0a5fdf90bc0b0361b94a80d0684b4
 SHA512 
118798424ba249c3a7eed3e7174ed4a25d2fb81b8f521e165b2aef995956da7c085084be3dad9961e57e67a685ec3d527c3bfa91730d1053951cdd81b7e511ff
-DIST rails-5.1.6.tgz 6142931 BLAKE2B 
0c24677946c3421e73903214822a13cb26609a3c7e7826020b76a48809a8672c1dfb05d1bd362fab956a397636db5e691a91bdea64ee6073190e8663fb58a7df
 SHA512 
1ad70fb57af753bb6aff27345021af97d177aed95e295273044d8ef5723aa6b64fc03104d2cbd1cc5337127f71b3eef9b19fa582f4d53cb746ed9b152a8392bb
 DIST rails-5.2.0.tgz 9233349 BLAKE2B 
8b237f7b039baed6d2a3f19d138f5985443d8543247b01ba316668052fede66820894e3f5ef76a953a4bdb54febecb6299692899556ea029ebfcbcebbaba9409
 SHA512 
0d7fdbc05a69f7a7b5ce612c0ec8e5dcd51ffb63891d97ca08036d07b3fb3267699dd4a209fd698e5eb2ca8f6c7f4539e86044c3bd15d0c614feda16892d3d85
 DIST rails-5.2.1.1.tgz 8795521 BLAKE2B 
93b30ba7b9127d2fc4dae6c7e7884f0a4ab36805b440c37ca8e2b81a5ba2b9ccaa4d30e65599cfb036befc4ec58942d3eba71ba9683becb535e8a822d3a8422e
 SHA512 
bd2c13f06d524a03547341acee3422a58a306a1c33a896073648e4ddcac296a8e397bd73fd5928dae1e66ba3b4a42ac4ea5f0a7cca1f73b2e773b8ece24a76d0
 DIST rails-5.2.1.tgz 8795554 BLAKE2B 
712fba696aeb8600dcd3b031b84a7ec164aa4d8ec386576ff367d5d45b3effd48515c9b8ef36ea93642776220685a1d8eec6909f705e62a80a06cf151fc42b43
 SHA512 
4484981845f9bba8882db6b4d1e0c4600b54baeda5cf1825fda7cbbb04cfdcf35e4caa19355cb843d1b96fc67801f28902d79d763dae71446db515691a32742e

diff --git a/dev-ruby/actionview/actionview-5.1.6.ebuild 
b/dev-ruby/actionview/actionview-5.1.6.ebuild
deleted file mode 100644
index 649b600b520..000
--- a/dev-ruby/actionview/actionview-5.1.6.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Simple, battle-tested conventions and helpers for building web 
pages"
-HOMEPAGE="https://github.com/rails/rails/";
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "
-   ~dev-ruby/activesupport-${PV}
-   >=dev-ruby/builder-3.1:* =dev-ruby/builder-3*:*
-   >=dev-ruby/erubi-1.4:0
-   >=dev-ruby/rails-html-sanitizer-1.0.3:1
-   dev-ruby/rails-dom-testing:2
-"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/mocha:0.14
-   ~dev-ruby/actionpack-${PV}
-   ~dev-ruby/activemodel-${PV}
-   )"
-
-all_ruby_prepare() {
-   # Remove items from the common Gemfile that we don't need for this
-   # test run. This also requires handling some gemspecs.
-   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|rack-cache\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|redcarpet\|bcrypt\|uglifier\|mime-types\|minitest\|sprockets\|stackprof\)/
 s:^:#:" \
-   -e '/:job/,/end/ s:^:#:' \
-   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
-   rm ../Gemfile.lock || die
-
-   # Avoid tests failing due to missing logger setup in activerecord,
-   # mo

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

2018-12-12 Thread Hans de Graaff
commit: ffaa670986c1754a9788c9eaf2309a39a450b748
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 13 06:39:05 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 13 06:39:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffaa6709

dev-ruby/railties: cleanup

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

 dev-ruby/railties/Manifest  |  1 -
 dev-ruby/railties/railties-5.1.6.ebuild | 71 -
 2 files changed, 72 deletions(-)

diff --git a/dev-ruby/railties/Manifest b/dev-ruby/railties/Manifest
index f54a3c7219f..dc69131787f 100644
--- a/dev-ruby/railties/Manifest
+++ b/dev-ruby/railties/Manifest
@@ -1,7 +1,6 @@
 DIST rails-4.2.11.tgz 4080621 BLAKE2B 
97f22f887255a1d8321d26040a9896cc87e0e7e50db208d3c0f96a74d926cfe9bb516641e06f7bfd92649b91427094f729d2d6b24df811ff0481c03950d3185b
 SHA512 
df31ac9cff0b6b07113f6066b0459b40b7263356c40a722636091b75c7443691625153d8e2d7e01324e98321d757f67ba3b9318d4229a3c1a0cea5af65b6b470
 DIST rails-5.0.7.tgz 6051560 BLAKE2B 
d5090b2e6c3fb9b7ca460c7439a94d6633ab7bad3cef42ab23851b0127d6b8cf6a34eb3b967c7c9b7ba5bd1d10e483f4c76a60fc06772d567a258b237a449fe6
 SHA512 
c3f1b882f4679967597c7ecfa3469e8f1dc52f618d26324b292bcd0ed8c854ec93a7570e12cab8becfb9a7ce04bb7e08f9ad353d35f8cfb954bc2144bf093e55
 DIST rails-5.1.6.1.tgz 6143808 BLAKE2B 
40949c4598af98e177bab19aea809a724135a56aaec66bfdfd820412794f548da195597461d5bd7b6e07bf60a5b6aee330a0a5fdf90bc0b0361b94a80d0684b4
 SHA512 
118798424ba249c3a7eed3e7174ed4a25d2fb81b8f521e165b2aef995956da7c085084be3dad9961e57e67a685ec3d527c3bfa91730d1053951cdd81b7e511ff
-DIST rails-5.1.6.tgz 6142931 BLAKE2B 
0c24677946c3421e73903214822a13cb26609a3c7e7826020b76a48809a8672c1dfb05d1bd362fab956a397636db5e691a91bdea64ee6073190e8663fb58a7df
 SHA512 
1ad70fb57af753bb6aff27345021af97d177aed95e295273044d8ef5723aa6b64fc03104d2cbd1cc5337127f71b3eef9b19fa582f4d53cb746ed9b152a8392bb
 DIST rails-5.2.0.tgz 9233349 BLAKE2B 
8b237f7b039baed6d2a3f19d138f5985443d8543247b01ba316668052fede66820894e3f5ef76a953a4bdb54febecb6299692899556ea029ebfcbcebbaba9409
 SHA512 
0d7fdbc05a69f7a7b5ce612c0ec8e5dcd51ffb63891d97ca08036d07b3fb3267699dd4a209fd698e5eb2ca8f6c7f4539e86044c3bd15d0c614feda16892d3d85
 DIST rails-5.2.1.1.tgz 8795521 BLAKE2B 
93b30ba7b9127d2fc4dae6c7e7884f0a4ab36805b440c37ca8e2b81a5ba2b9ccaa4d30e65599cfb036befc4ec58942d3eba71ba9683becb535e8a822d3a8422e
 SHA512 
bd2c13f06d524a03547341acee3422a58a306a1c33a896073648e4ddcac296a8e397bd73fd5928dae1e66ba3b4a42ac4ea5f0a7cca1f73b2e773b8ece24a76d0
 DIST rails-5.2.1.tgz 8795554 BLAKE2B 
712fba696aeb8600dcd3b031b84a7ec164aa4d8ec386576ff367d5d45b3effd48515c9b8ef36ea93642776220685a1d8eec6909f705e62a80a06cf151fc42b43
 SHA512 
4484981845f9bba8882db6b4d1e0c4600b54baeda5cf1825fda7cbbb04cfdcf35e4caa19355cb843d1b96fc67801f28902d79d763dae71446db515691a32742e

diff --git a/dev-ruby/railties/railties-5.1.6.ebuild 
b/dev-ruby/railties/railties-5.1.6.ebuild
deleted file mode 100644
index e7b02135521..000
--- a/dev-ruby/railties/railties-5.1.6.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_TEST="test:regular"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="railties.gemspec"
-
-RUBY_FAKEGEM_BINDIR="exe"
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Tools for creating, working with, and running Rails applications"
-HOMEPAGE="https://github.com/rails/rails";
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-# The test suite has many failures, most likely due to a mismatch in
-# exact dependencies or environment specifics. Needs further
-# investigation.
-RESTRICT="test"
-
-RDEPEND+=">=app-eselect/eselect-rails-0.23"
-
-ruby_add_rdepend "
-   ~dev-ruby/activesupport-${PV}
-   ~dev-ruby/actionpack-${PV}
-   >=dev-ruby/thor-0.18.1
-   >=dev-ruby/rake-0.8.7
-   dev-ruby/method_source
-"
-
-ruby_add_bdepend "
-   test? (
-   ~dev-ruby/actionview-${PV}
-   dev-ruby/mocha:0.14
-   )"
-
-all_ruby_prepare() {
-   rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
-   sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to 
remove load paths"
-   sed -i -e '1igem "minitest", "~>4.0"' test/abstract_unit.rb || die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   ruby_fakegem_binwrapper rails rails-${PV}
-}
-
-pkg_postinst() {
-   elog "To select between slots of rails, use:"
-   elog "\teselect rails"
-
-   eselect rails update
-}
-
-pkg_postrm() {
-   eselect rail

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

2018-12-12 Thread Hans de Graaff
commit: 8db0750dea9f7d8b58b42b82e14591850f823de7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 13 06:41:12 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 13 06:41:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8db0750d

dev-ruby/actionpack: cleanup

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

 dev-ruby/actionpack/Manifest|  1 -
 dev-ruby/actionpack/actionpack-5.1.6.ebuild | 56 -
 2 files changed, 57 deletions(-)

diff --git a/dev-ruby/actionpack/Manifest b/dev-ruby/actionpack/Manifest
index f54a3c7219f..dc69131787f 100644
--- a/dev-ruby/actionpack/Manifest
+++ b/dev-ruby/actionpack/Manifest
@@ -1,7 +1,6 @@
 DIST rails-4.2.11.tgz 4080621 BLAKE2B 
97f22f887255a1d8321d26040a9896cc87e0e7e50db208d3c0f96a74d926cfe9bb516641e06f7bfd92649b91427094f729d2d6b24df811ff0481c03950d3185b
 SHA512 
df31ac9cff0b6b07113f6066b0459b40b7263356c40a722636091b75c7443691625153d8e2d7e01324e98321d757f67ba3b9318d4229a3c1a0cea5af65b6b470
 DIST rails-5.0.7.tgz 6051560 BLAKE2B 
d5090b2e6c3fb9b7ca460c7439a94d6633ab7bad3cef42ab23851b0127d6b8cf6a34eb3b967c7c9b7ba5bd1d10e483f4c76a60fc06772d567a258b237a449fe6
 SHA512 
c3f1b882f4679967597c7ecfa3469e8f1dc52f618d26324b292bcd0ed8c854ec93a7570e12cab8becfb9a7ce04bb7e08f9ad353d35f8cfb954bc2144bf093e55
 DIST rails-5.1.6.1.tgz 6143808 BLAKE2B 
40949c4598af98e177bab19aea809a724135a56aaec66bfdfd820412794f548da195597461d5bd7b6e07bf60a5b6aee330a0a5fdf90bc0b0361b94a80d0684b4
 SHA512 
118798424ba249c3a7eed3e7174ed4a25d2fb81b8f521e165b2aef995956da7c085084be3dad9961e57e67a685ec3d527c3bfa91730d1053951cdd81b7e511ff
-DIST rails-5.1.6.tgz 6142931 BLAKE2B 
0c24677946c3421e73903214822a13cb26609a3c7e7826020b76a48809a8672c1dfb05d1bd362fab956a397636db5e691a91bdea64ee6073190e8663fb58a7df
 SHA512 
1ad70fb57af753bb6aff27345021af97d177aed95e295273044d8ef5723aa6b64fc03104d2cbd1cc5337127f71b3eef9b19fa582f4d53cb746ed9b152a8392bb
 DIST rails-5.2.0.tgz 9233349 BLAKE2B 
8b237f7b039baed6d2a3f19d138f5985443d8543247b01ba316668052fede66820894e3f5ef76a953a4bdb54febecb6299692899556ea029ebfcbcebbaba9409
 SHA512 
0d7fdbc05a69f7a7b5ce612c0ec8e5dcd51ffb63891d97ca08036d07b3fb3267699dd4a209fd698e5eb2ca8f6c7f4539e86044c3bd15d0c614feda16892d3d85
 DIST rails-5.2.1.1.tgz 8795521 BLAKE2B 
93b30ba7b9127d2fc4dae6c7e7884f0a4ab36805b440c37ca8e2b81a5ba2b9ccaa4d30e65599cfb036befc4ec58942d3eba71ba9683becb535e8a822d3a8422e
 SHA512 
bd2c13f06d524a03547341acee3422a58a306a1c33a896073648e4ddcac296a8e397bd73fd5928dae1e66ba3b4a42ac4ea5f0a7cca1f73b2e773b8ece24a76d0
 DIST rails-5.2.1.tgz 8795554 BLAKE2B 
712fba696aeb8600dcd3b031b84a7ec164aa4d8ec386576ff367d5d45b3effd48515c9b8ef36ea93642776220685a1d8eec6909f705e62a80a06cf151fc42b43
 SHA512 
4484981845f9bba8882db6b4d1e0c4600b54baeda5cf1825fda7cbbb04cfdcf35e4caa19355cb843d1b96fc67801f28902d79d763dae71446db515691a32742e

diff --git a/dev-ruby/actionpack/actionpack-5.1.6.ebuild 
b/dev-ruby/actionpack/actionpack-5.1.6.ebuild
deleted file mode 100644
index e9b8f315d8a..000
--- a/dev-ruby/actionpack/actionpack-5.1.6.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Eases web-request routing, handling, and response"
-HOMEPAGE="https://github.com/rails/rails";
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "
-   ~dev-ruby/activesupport-${PV}
-   ~dev-ruby/actionview-${PV}
-   dev-ruby/rack:2.0
-   >=dev-ruby/rack-test-0.6.3:0.6
-   >=dev-ruby/rails-html-sanitizer-1.0.2:1
-   dev-ruby/rails-dom-testing:2
-"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/mocha:0.14
-   dev-ruby/bundler
-   >=dev-ruby/capybara-2.13:2
-   ~dev-ruby/activemodel-${PV}
-   >=dev-ruby/rack-cache-1.2:1.2
-   www-servers/puma
-   )"
-
-all_ruby_prepare() {
-   # Remove items from the common Gemfile that we don't need for this
-   # test run. This also requires handling some gemspecs.
-   sed -i -e 
"/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|sprockets\|stackprof\)/
 s:^:#:" \
-   -e '/:job/,/end/ s:^:#:' \
-   -e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
-   rm ../Gemfile.lock || d

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

2018-12-12 Thread Hans de Graaff
commit: eba87a9998343106b97ee725ffc3afbcb3ac512d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 13 06:40:36 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 13 06:40:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba87a99

dev-ruby/actionmailer: cleanup

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

 dev-ruby/actionmailer/Manifest  |  1 -
 dev-ruby/actionmailer/actionmailer-5.1.6.ebuild | 46 -
 2 files changed, 47 deletions(-)

diff --git a/dev-ruby/actionmailer/Manifest b/dev-ruby/actionmailer/Manifest
index f54a3c7219f..dc69131787f 100644
--- a/dev-ruby/actionmailer/Manifest
+++ b/dev-ruby/actionmailer/Manifest
@@ -1,7 +1,6 @@
 DIST rails-4.2.11.tgz 4080621 BLAKE2B 
97f22f887255a1d8321d26040a9896cc87e0e7e50db208d3c0f96a74d926cfe9bb516641e06f7bfd92649b91427094f729d2d6b24df811ff0481c03950d3185b
 SHA512 
df31ac9cff0b6b07113f6066b0459b40b7263356c40a722636091b75c7443691625153d8e2d7e01324e98321d757f67ba3b9318d4229a3c1a0cea5af65b6b470
 DIST rails-5.0.7.tgz 6051560 BLAKE2B 
d5090b2e6c3fb9b7ca460c7439a94d6633ab7bad3cef42ab23851b0127d6b8cf6a34eb3b967c7c9b7ba5bd1d10e483f4c76a60fc06772d567a258b237a449fe6
 SHA512 
c3f1b882f4679967597c7ecfa3469e8f1dc52f618d26324b292bcd0ed8c854ec93a7570e12cab8becfb9a7ce04bb7e08f9ad353d35f8cfb954bc2144bf093e55
 DIST rails-5.1.6.1.tgz 6143808 BLAKE2B 
40949c4598af98e177bab19aea809a724135a56aaec66bfdfd820412794f548da195597461d5bd7b6e07bf60a5b6aee330a0a5fdf90bc0b0361b94a80d0684b4
 SHA512 
118798424ba249c3a7eed3e7174ed4a25d2fb81b8f521e165b2aef995956da7c085084be3dad9961e57e67a685ec3d527c3bfa91730d1053951cdd81b7e511ff
-DIST rails-5.1.6.tgz 6142931 BLAKE2B 
0c24677946c3421e73903214822a13cb26609a3c7e7826020b76a48809a8672c1dfb05d1bd362fab956a397636db5e691a91bdea64ee6073190e8663fb58a7df
 SHA512 
1ad70fb57af753bb6aff27345021af97d177aed95e295273044d8ef5723aa6b64fc03104d2cbd1cc5337127f71b3eef9b19fa582f4d53cb746ed9b152a8392bb
 DIST rails-5.2.0.tgz 9233349 BLAKE2B 
8b237f7b039baed6d2a3f19d138f5985443d8543247b01ba316668052fede66820894e3f5ef76a953a4bdb54febecb6299692899556ea029ebfcbcebbaba9409
 SHA512 
0d7fdbc05a69f7a7b5ce612c0ec8e5dcd51ffb63891d97ca08036d07b3fb3267699dd4a209fd698e5eb2ca8f6c7f4539e86044c3bd15d0c614feda16892d3d85
 DIST rails-5.2.1.1.tgz 8795521 BLAKE2B 
93b30ba7b9127d2fc4dae6c7e7884f0a4ab36805b440c37ca8e2b81a5ba2b9ccaa4d30e65599cfb036befc4ec58942d3eba71ba9683becb535e8a822d3a8422e
 SHA512 
bd2c13f06d524a03547341acee3422a58a306a1c33a896073648e4ddcac296a8e397bd73fd5928dae1e66ba3b4a42ac4ea5f0a7cca1f73b2e773b8ece24a76d0
 DIST rails-5.2.1.tgz 8795554 BLAKE2B 
712fba696aeb8600dcd3b031b84a7ec164aa4d8ec386576ff367d5d45b3effd48515c9b8ef36ea93642776220685a1d8eec6909f705e62a80a06cf151fc42b43
 SHA512 
4484981845f9bba8882db6b4d1e0c4600b54baeda5cf1825fda7cbbb04cfdcf35e4caa19355cb843d1b96fc67801f28902d79d763dae71446db515691a32742e

diff --git a/dev-ruby/actionmailer/actionmailer-5.1.6.ebuild 
b/dev-ruby/actionmailer/actionmailer-5.1.6.ebuild
deleted file mode 100644
index 3715e6a0434..000
--- a/dev-ruby/actionmailer/actionmailer-5.1.6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Framework for designing email-service layers"
-HOMEPAGE="https://github.com/rails/rails";
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "
-   ~dev-ruby/actionpack-${PV}
-   ~dev-ruby/actionview-${PV}
-   ~dev-ruby/activejob-${PV}
-   >=dev-ruby/mail-2.5.4:* =dev-ruby/mail-2*:*
-   dev-ruby/rails-dom-testing:2"
-
-ruby_add_bdepend "test? (
-   dev-ruby/mocha:0.14
-)"
-
-all_ruby_prepare() {
-   # Set test environment to our hand.
-   rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
-   sed -i -e '/\/load_paths/d ; 1igem "railties", "~>5.1.0"; gem 
"activejob", "~>5.1.0"' test/abstract_unit.rb || die "Unable to remove load 
paths"
-
-   # Avoid a test failing only on attachment ordering, since this is a
-   # security release.
-   sed -i -e '/adding inline attachments while rendering mail works/askip 
"gentoo: fails on ordering"' test/base_test.rb || die
-}



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

2018-12-12 Thread Hans de Graaff
commit: 03c699e97e3f7310d09b95a825c7bb6733976016
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 13 06:42:14 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 13 06:42:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c699e9

dev-ruby/activejob: cleanup

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

 dev-ruby/activejob/Manifest   |  1 -
 dev-ruby/activejob/activejob-5.1.6.ebuild | 45 ---
 2 files changed, 46 deletions(-)

diff --git a/dev-ruby/activejob/Manifest b/dev-ruby/activejob/Manifest
index f54a3c7219f..dc69131787f 100644
--- a/dev-ruby/activejob/Manifest
+++ b/dev-ruby/activejob/Manifest
@@ -1,7 +1,6 @@
 DIST rails-4.2.11.tgz 4080621 BLAKE2B 
97f22f887255a1d8321d26040a9896cc87e0e7e50db208d3c0f96a74d926cfe9bb516641e06f7bfd92649b91427094f729d2d6b24df811ff0481c03950d3185b
 SHA512 
df31ac9cff0b6b07113f6066b0459b40b7263356c40a722636091b75c7443691625153d8e2d7e01324e98321d757f67ba3b9318d4229a3c1a0cea5af65b6b470
 DIST rails-5.0.7.tgz 6051560 BLAKE2B 
d5090b2e6c3fb9b7ca460c7439a94d6633ab7bad3cef42ab23851b0127d6b8cf6a34eb3b967c7c9b7ba5bd1d10e483f4c76a60fc06772d567a258b237a449fe6
 SHA512 
c3f1b882f4679967597c7ecfa3469e8f1dc52f618d26324b292bcd0ed8c854ec93a7570e12cab8becfb9a7ce04bb7e08f9ad353d35f8cfb954bc2144bf093e55
 DIST rails-5.1.6.1.tgz 6143808 BLAKE2B 
40949c4598af98e177bab19aea809a724135a56aaec66bfdfd820412794f548da195597461d5bd7b6e07bf60a5b6aee330a0a5fdf90bc0b0361b94a80d0684b4
 SHA512 
118798424ba249c3a7eed3e7174ed4a25d2fb81b8f521e165b2aef995956da7c085084be3dad9961e57e67a685ec3d527c3bfa91730d1053951cdd81b7e511ff
-DIST rails-5.1.6.tgz 6142931 BLAKE2B 
0c24677946c3421e73903214822a13cb26609a3c7e7826020b76a48809a8672c1dfb05d1bd362fab956a397636db5e691a91bdea64ee6073190e8663fb58a7df
 SHA512 
1ad70fb57af753bb6aff27345021af97d177aed95e295273044d8ef5723aa6b64fc03104d2cbd1cc5337127f71b3eef9b19fa582f4d53cb746ed9b152a8392bb
 DIST rails-5.2.0.tgz 9233349 BLAKE2B 
8b237f7b039baed6d2a3f19d138f5985443d8543247b01ba316668052fede66820894e3f5ef76a953a4bdb54febecb6299692899556ea029ebfcbcebbaba9409
 SHA512 
0d7fdbc05a69f7a7b5ce612c0ec8e5dcd51ffb63891d97ca08036d07b3fb3267699dd4a209fd698e5eb2ca8f6c7f4539e86044c3bd15d0c614feda16892d3d85
 DIST rails-5.2.1.1.tgz 8795521 BLAKE2B 
93b30ba7b9127d2fc4dae6c7e7884f0a4ab36805b440c37ca8e2b81a5ba2b9ccaa4d30e65599cfb036befc4ec58942d3eba71ba9683becb535e8a822d3a8422e
 SHA512 
bd2c13f06d524a03547341acee3422a58a306a1c33a896073648e4ddcac296a8e397bd73fd5928dae1e66ba3b4a42ac4ea5f0a7cca1f73b2e773b8ece24a76d0
 DIST rails-5.2.1.tgz 8795554 BLAKE2B 
712fba696aeb8600dcd3b031b84a7ec164aa4d8ec386576ff367d5d45b3effd48515c9b8ef36ea93642776220685a1d8eec6909f705e62a80a06cf151fc42b43
 SHA512 
4484981845f9bba8882db6b4d1e0c4600b54baeda5cf1825fda7cbbb04cfdcf35e4caa19355cb843d1b96fc67801f28902d79d763dae71446db515691a32742e

diff --git a/dev-ruby/activejob/activejob-5.1.6.ebuild 
b/dev-ruby/activejob/activejob-5.1.6.ebuild
deleted file mode 100644
index 16102b24c9d..000
--- a/dev-ruby/activejob/activejob-5.1.6.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Job framework with pluggable queues"
-HOMEPAGE="https://github.com/rails/rails";
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "
-   ~dev-ruby/activesupport-${PV}
-   >=dev-ruby/globalid-0.3.6
-"
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/mocha-0.14.0:0.14
-   )"
-
-all_ruby_prepare() {
-   # Set test environment to our hand.
-   sed -i -e '/load_paths/d' test/helper.rb || die "Unable to remove load 
paths"
-
-   # Remove all currently unpackaged queues.
-   sed -i -e 's/que queue_classic resque sidekiq sneakers sucker_punch 
backburner//' Rakefile || die
-}



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

2018-12-12 Thread Hans de Graaff
commit: fbef3401eb33306ba49151e678f6158572687103
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 13 06:42:46 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 13 06:42:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbef3401

dev-ruby/actioncable: cleanup

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

 dev-ruby/actioncable/Manifest |  1 -
 dev-ruby/actioncable/actioncable-5.1.6.ebuild | 45 ---
 2 files changed, 46 deletions(-)

diff --git a/dev-ruby/actioncable/Manifest b/dev-ruby/actioncable/Manifest
index 9050635a39b..8e08d8f4e60 100644
--- a/dev-ruby/actioncable/Manifest
+++ b/dev-ruby/actioncable/Manifest
@@ -1,6 +1,5 @@
 DIST rails-5.0.7.tgz 6051560 BLAKE2B 
d5090b2e6c3fb9b7ca460c7439a94d6633ab7bad3cef42ab23851b0127d6b8cf6a34eb3b967c7c9b7ba5bd1d10e483f4c76a60fc06772d567a258b237a449fe6
 SHA512 
c3f1b882f4679967597c7ecfa3469e8f1dc52f618d26324b292bcd0ed8c854ec93a7570e12cab8becfb9a7ce04bb7e08f9ad353d35f8cfb954bc2144bf093e55
 DIST rails-5.1.6.1.tgz 6143808 BLAKE2B 
40949c4598af98e177bab19aea809a724135a56aaec66bfdfd820412794f548da195597461d5bd7b6e07bf60a5b6aee330a0a5fdf90bc0b0361b94a80d0684b4
 SHA512 
118798424ba249c3a7eed3e7174ed4a25d2fb81b8f521e165b2aef995956da7c085084be3dad9961e57e67a685ec3d527c3bfa91730d1053951cdd81b7e511ff
-DIST rails-5.1.6.tgz 6142931 BLAKE2B 
0c24677946c3421e73903214822a13cb26609a3c7e7826020b76a48809a8672c1dfb05d1bd362fab956a397636db5e691a91bdea64ee6073190e8663fb58a7df
 SHA512 
1ad70fb57af753bb6aff27345021af97d177aed95e295273044d8ef5723aa6b64fc03104d2cbd1cc5337127f71b3eef9b19fa582f4d53cb746ed9b152a8392bb
 DIST rails-5.2.0.tgz 9233349 BLAKE2B 
8b237f7b039baed6d2a3f19d138f5985443d8543247b01ba316668052fede66820894e3f5ef76a953a4bdb54febecb6299692899556ea029ebfcbcebbaba9409
 SHA512 
0d7fdbc05a69f7a7b5ce612c0ec8e5dcd51ffb63891d97ca08036d07b3fb3267699dd4a209fd698e5eb2ca8f6c7f4539e86044c3bd15d0c614feda16892d3d85
 DIST rails-5.2.1.1.tgz 8795521 BLAKE2B 
93b30ba7b9127d2fc4dae6c7e7884f0a4ab36805b440c37ca8e2b81a5ba2b9ccaa4d30e65599cfb036befc4ec58942d3eba71ba9683becb535e8a822d3a8422e
 SHA512 
bd2c13f06d524a03547341acee3422a58a306a1c33a896073648e4ddcac296a8e397bd73fd5928dae1e66ba3b4a42ac4ea5f0a7cca1f73b2e773b8ece24a76d0
 DIST rails-5.2.1.tgz 8795554 BLAKE2B 
712fba696aeb8600dcd3b031b84a7ec164aa4d8ec386576ff367d5d45b3effd48515c9b8ef36ea93642776220685a1d8eec6909f705e62a80a06cf151fc42b43
 SHA512 
4484981845f9bba8882db6b4d1e0c4600b54baeda5cf1825fda7cbbb04cfdcf35e4caa19355cb843d1b96fc67801f28902d79d763dae71446db515691a32742e

diff --git a/dev-ruby/actioncable/actioncable-5.1.6.ebuild 
b/dev-ruby/actioncable/actioncable-5.1.6.ebuild
deleted file mode 100644
index ad561621388..000
--- a/dev-ruby/actioncable/actioncable-5.1.6.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_EXTRAINSTALL="app"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Integrated WebSockets for Rails"
-HOMEPAGE="https://github.com/rails/rails";
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-# Tests require many new dependencies, skipping for now
-RESTRICT="test"
-
-ruby_add_rdepend "
-   ~dev-ruby/actionpack-${PV}:*
-   dev-ruby/nio4r:2
-   >=dev-ruby/websocket-driver-0.6.1:0 =dev-ruby/websocket-driver-0.6*
-"
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/railties-4.2.0
-   dev-ruby/test-unit:2
-   >=dev-ruby/mocha-0.14.0:0.14
-   )"



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

2018-12-12 Thread Hans de Graaff
commit: ebaef622b5bd664f58196fa1e6e19d99556c6797
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 13 06:43:16 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 13 06:43:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebaef622

dev-ruby/activemodel: cleanup

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

 dev-ruby/activemodel/Manifest |  1 -
 dev-ruby/activemodel/activemodel-5.1.6.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/dev-ruby/activemodel/Manifest b/dev-ruby/activemodel/Manifest
index f54a3c7219f..dc69131787f 100644
--- a/dev-ruby/activemodel/Manifest
+++ b/dev-ruby/activemodel/Manifest
@@ -1,7 +1,6 @@
 DIST rails-4.2.11.tgz 4080621 BLAKE2B 
97f22f887255a1d8321d26040a9896cc87e0e7e50db208d3c0f96a74d926cfe9bb516641e06f7bfd92649b91427094f729d2d6b24df811ff0481c03950d3185b
 SHA512 
df31ac9cff0b6b07113f6066b0459b40b7263356c40a722636091b75c7443691625153d8e2d7e01324e98321d757f67ba3b9318d4229a3c1a0cea5af65b6b470
 DIST rails-5.0.7.tgz 6051560 BLAKE2B 
d5090b2e6c3fb9b7ca460c7439a94d6633ab7bad3cef42ab23851b0127d6b8cf6a34eb3b967c7c9b7ba5bd1d10e483f4c76a60fc06772d567a258b237a449fe6
 SHA512 
c3f1b882f4679967597c7ecfa3469e8f1dc52f618d26324b292bcd0ed8c854ec93a7570e12cab8becfb9a7ce04bb7e08f9ad353d35f8cfb954bc2144bf093e55
 DIST rails-5.1.6.1.tgz 6143808 BLAKE2B 
40949c4598af98e177bab19aea809a724135a56aaec66bfdfd820412794f548da195597461d5bd7b6e07bf60a5b6aee330a0a5fdf90bc0b0361b94a80d0684b4
 SHA512 
118798424ba249c3a7eed3e7174ed4a25d2fb81b8f521e165b2aef995956da7c085084be3dad9961e57e67a685ec3d527c3bfa91730d1053951cdd81b7e511ff
-DIST rails-5.1.6.tgz 6142931 BLAKE2B 
0c24677946c3421e73903214822a13cb26609a3c7e7826020b76a48809a8672c1dfb05d1bd362fab956a397636db5e691a91bdea64ee6073190e8663fb58a7df
 SHA512 
1ad70fb57af753bb6aff27345021af97d177aed95e295273044d8ef5723aa6b64fc03104d2cbd1cc5337127f71b3eef9b19fa582f4d53cb746ed9b152a8392bb
 DIST rails-5.2.0.tgz 9233349 BLAKE2B 
8b237f7b039baed6d2a3f19d138f5985443d8543247b01ba316668052fede66820894e3f5ef76a953a4bdb54febecb6299692899556ea029ebfcbcebbaba9409
 SHA512 
0d7fdbc05a69f7a7b5ce612c0ec8e5dcd51ffb63891d97ca08036d07b3fb3267699dd4a209fd698e5eb2ca8f6c7f4539e86044c3bd15d0c614feda16892d3d85
 DIST rails-5.2.1.1.tgz 8795521 BLAKE2B 
93b30ba7b9127d2fc4dae6c7e7884f0a4ab36805b440c37ca8e2b81a5ba2b9ccaa4d30e65599cfb036befc4ec58942d3eba71ba9683becb535e8a822d3a8422e
 SHA512 
bd2c13f06d524a03547341acee3422a58a306a1c33a896073648e4ddcac296a8e397bd73fd5928dae1e66ba3b4a42ac4ea5f0a7cca1f73b2e773b8ece24a76d0
 DIST rails-5.2.1.tgz 8795554 BLAKE2B 
712fba696aeb8600dcd3b031b84a7ec164aa4d8ec386576ff367d5d45b3effd48515c9b8ef36ea93642776220685a1d8eec6909f705e62a80a06cf151fc42b43
 SHA512 
4484981845f9bba8882db6b4d1e0c4600b54baeda5cf1825fda7cbbb04cfdcf35e4caa19355cb843d1b96fc67801f28902d79d763dae71446db515691a32742e

diff --git a/dev-ruby/activemodel/activemodel-5.1.6.ebuild 
b/dev-ruby/activemodel/activemodel-5.1.6.ebuild
deleted file mode 100644
index b9653e5377c..000
--- a/dev-ruby/activemodel/activemodel-5.1.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="activemodel.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Toolkit for building modeling frameworks like Active Record and 
Active Resource"
-HOMEPAGE="https://github.com/rails/rails";
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "
-   ~dev-ruby/activesupport-${PV}:*
-"
-
-ruby_add_bdepend "
-   test? (
-   ~dev-ruby/railties-${PV}
-   dev-ruby/test-unit:2
-   >=dev-ruby/mocha-0.14.0:0.14
-   >=dev-ruby/bcrypt-ruby-3.1.7
-   )"
-
-all_ruby_prepare() {
-   # Set test environment to our hand.
-   sed -i -e '/load_paths/d ; 1igem "activesupport", "~>5.1.6" ; gem 
"railties", "~>5.1.6"' test/cases/helper.rb || die "Unable to remove load paths"
-}



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

2018-12-12 Thread Hans de Graaff
commit: cda8df2f5448082a1988f87bb32aa5a97569f258
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 13 06:39:46 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 13 06:39:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda8df2f

dev-ruby/activerecord: cleanup

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

 dev-ruby/activerecord/Manifest  |  1 -
 dev-ruby/activerecord/activerecord-5.1.6.ebuild | 79 -
 2 files changed, 80 deletions(-)

diff --git a/dev-ruby/activerecord/Manifest b/dev-ruby/activerecord/Manifest
index f54a3c7219f..dc69131787f 100644
--- a/dev-ruby/activerecord/Manifest
+++ b/dev-ruby/activerecord/Manifest
@@ -1,7 +1,6 @@
 DIST rails-4.2.11.tgz 4080621 BLAKE2B 
97f22f887255a1d8321d26040a9896cc87e0e7e50db208d3c0f96a74d926cfe9bb516641e06f7bfd92649b91427094f729d2d6b24df811ff0481c03950d3185b
 SHA512 
df31ac9cff0b6b07113f6066b0459b40b7263356c40a722636091b75c7443691625153d8e2d7e01324e98321d757f67ba3b9318d4229a3c1a0cea5af65b6b470
 DIST rails-5.0.7.tgz 6051560 BLAKE2B 
d5090b2e6c3fb9b7ca460c7439a94d6633ab7bad3cef42ab23851b0127d6b8cf6a34eb3b967c7c9b7ba5bd1d10e483f4c76a60fc06772d567a258b237a449fe6
 SHA512 
c3f1b882f4679967597c7ecfa3469e8f1dc52f618d26324b292bcd0ed8c854ec93a7570e12cab8becfb9a7ce04bb7e08f9ad353d35f8cfb954bc2144bf093e55
 DIST rails-5.1.6.1.tgz 6143808 BLAKE2B 
40949c4598af98e177bab19aea809a724135a56aaec66bfdfd820412794f548da195597461d5bd7b6e07bf60a5b6aee330a0a5fdf90bc0b0361b94a80d0684b4
 SHA512 
118798424ba249c3a7eed3e7174ed4a25d2fb81b8f521e165b2aef995956da7c085084be3dad9961e57e67a685ec3d527c3bfa91730d1053951cdd81b7e511ff
-DIST rails-5.1.6.tgz 6142931 BLAKE2B 
0c24677946c3421e73903214822a13cb26609a3c7e7826020b76a48809a8672c1dfb05d1bd362fab956a397636db5e691a91bdea64ee6073190e8663fb58a7df
 SHA512 
1ad70fb57af753bb6aff27345021af97d177aed95e295273044d8ef5723aa6b64fc03104d2cbd1cc5337127f71b3eef9b19fa582f4d53cb746ed9b152a8392bb
 DIST rails-5.2.0.tgz 9233349 BLAKE2B 
8b237f7b039baed6d2a3f19d138f5985443d8543247b01ba316668052fede66820894e3f5ef76a953a4bdb54febecb6299692899556ea029ebfcbcebbaba9409
 SHA512 
0d7fdbc05a69f7a7b5ce612c0ec8e5dcd51ffb63891d97ca08036d07b3fb3267699dd4a209fd698e5eb2ca8f6c7f4539e86044c3bd15d0c614feda16892d3d85
 DIST rails-5.2.1.1.tgz 8795521 BLAKE2B 
93b30ba7b9127d2fc4dae6c7e7884f0a4ab36805b440c37ca8e2b81a5ba2b9ccaa4d30e65599cfb036befc4ec58942d3eba71ba9683becb535e8a822d3a8422e
 SHA512 
bd2c13f06d524a03547341acee3422a58a306a1c33a896073648e4ddcac296a8e397bd73fd5928dae1e66ba3b4a42ac4ea5f0a7cca1f73b2e773b8ece24a76d0
 DIST rails-5.2.1.tgz 8795554 BLAKE2B 
712fba696aeb8600dcd3b031b84a7ec164aa4d8ec386576ff367d5d45b3effd48515c9b8ef36ea93642776220685a1d8eec6909f705e62a80a06cf151fc42b43
 SHA512 
4484981845f9bba8882db6b4d1e0c4600b54baeda5cf1825fda7cbbb04cfdcf35e4caa19355cb843d1b96fc67801f28902d79d763dae71446db515691a32742e

diff --git a/dev-ruby/activerecord/activerecord-5.1.6.ebuild 
b/dev-ruby/activerecord/activerecord-5.1.6.ebuild
deleted file mode 100644
index cf6edd4bce8..000
--- a/dev-ruby/activerecord/activerecord-5.1.6.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-# this is not null so that the dependencies will actually be filled
-RUBY_FAKEGEM_TASK_TEST="test"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="activerecord.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM"
-HOMEPAGE="https://github.com/rails/rails/";
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> 
rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE="mysql postgres sqlite"
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "~dev-ruby/activesupport-${PV}
-   ~dev-ruby/activemodel-${PV}
-   dev-ruby/arel:8.0
-   sqlite? ( >=dev-ruby/sqlite3-1.3.6 )
-   mysql? ( || ( dev-ruby/mysql2:0.4 >=dev-ruby/mysql2-0.3.18:0.3 ) )
-   postgres? ( >=dev-ruby/pg-0.18.0 )"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/bundler
-   ~dev-ruby/actionpack-${PV}
-   ~dev-ruby/actionmailer-${PV}
-   >=dev-ruby/sqlite3-1.3.6
-   dev-ruby/mocha:0.14
-   dev-ruby/minitest:5
-   )"
-
-DEPEND+=" test? ( >=dev-db/sqlite-3.12.1 )"
-
-all_ruby_prepare() {
-   # Remove items from the common Gemfile that we don't need for this
-   # test run. This also requires handling some gemspecs.
-   rm ../Gemfile.lock || die
-   sed -i -e 
"/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|execjs\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turb

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

2018-12-12 Thread Hans de Graaff
commit: 6eb672d31fa8b7a998e65c926a63e76fb2684b45
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 13 06:35:49 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 13 06:35:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb672d3

www-apps/nanoc: add 4.10.4

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

 www-apps/nanoc/Manifest|  1 +
 www-apps/nanoc/nanoc-4.10.4.ebuild | 96 ++
 2 files changed, 97 insertions(+)

diff --git a/www-apps/nanoc/Manifest b/www-apps/nanoc/Manifest
index 91abf81f7a8..f688650ef1c 100644
--- a/www-apps/nanoc/Manifest
+++ b/www-apps/nanoc/Manifest
@@ -1,4 +1,5 @@
 DIST nanoc-4.10.3.tar.gz 290368 BLAKE2B 
5fed3e8d137a24df9a1e94e112425198422a284274a1a052fe89d02f9fd04960e54e867c0d96141a7e143b20d7731f60af5748100dc19df07e62a7921d21d009
 SHA512 
aace4b84de90177d25099194158ef6308b98242935f65ac6bf07f7e508297a866e86a64e0304bdf5df6c88603479abfb9245ba125074dd8c4185d1a492bb0a46
+DIST nanoc-4.10.4.tar.gz 290367 BLAKE2B 
0b5cf03938af1f971fccddb6bed4fa6b67da3aaf93cb7666c52e3ff8fc524f17ff10bf1a60ccf7f7b59f840d4c445ef57677349f5b83bc55e754e7078ac4b8d9
 SHA512 
5446e351906b5b6bbe5c9059dab86490d5deef5e1197adf5827fe201f2932d5cf79c65bfd9d9370ce57c35d965e013098d39d53fa96db8b4d1c6017977683ea2
 DIST nanoc-4.8.10.gem 260608 BLAKE2B 
102548bc4616287d7084f81f505f2c1f7fa294a6bfc87c9be80919a4fff6c547ecbc77cc5cb96d7b1fd9414f189cdf62bad9cd4cdf44fe536c60a2eb3c39ac63
 SHA512 
36080407696d19739af666d9ba4e04d051d679b29b3e8e5d24d893a2d05b05201b74777007781a0da80125a98fd8cc465fb0b78ca0c28c5fc80bdd5229d5fa24
 DIST nanoc-4.9.5.tar.gz 282523 BLAKE2B 
5faad9c9d37cb5540d26bb1db0ee42615333aac4daec94a8c13c1d68da0b0ccf714a1643fd231dd39cfb4f169ef9ad6bbc1ccc6bf141c26f7236e234d627
 SHA512 
455a55ce5cd983d0c292380d0e60e8016e7c7dbde7ea1d17ef7cf112707a481da4623ad30762b64167e2e277a7a11c0b06f21b2685467455ee31fc3b9d6cc4c1
 DIST nanoc-4.9.6.tar.gz 282811 BLAKE2B 
109b73e4908b45c055912f6e3b2d18675ee00dd848cf7b84197d1a53c30d5862183dcdbd917f1f6f235f97dc5d33b36ba423f34b72bb83ca6f9f2fda4f0081b3
 SHA512 
67b2df683c4becfbb9a64462b053544c68117c2459fce8e5941f8415c79f1ec73e9c386622dfdb201cf5473f6b83ff1b1444b6492d247036e696d3761e4589ce

diff --git a/www-apps/nanoc/nanoc-4.10.4.ebuild 
b/www-apps/nanoc/nanoc-4.10.4.ebuild
new file mode 100644
index 000..aeeea18a61d
--- /dev/null
+++ b/www-apps/nanoc/nanoc-4.10.4.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24"
+
+RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="nanoc is a simple but very flexible static site generator written 
in Ruby"
+HOMEPAGE="https://nanoc.ws/";
+SRC_URI="https://github.com/nanoc/nanoc/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="${IUSE} minimal"
+
+DEPEND+="test? ( app-text/asciidoc app-text/highlight )"
+
+RUBY_S="${P}/nanoc"
+
+ruby_add_rdepend "!minimal? (
+   dev-ruby/mime-types:*
+   dev-ruby/rack:*
+   www-servers/adsf
+)
+   >=dev-ruby/addressable-2.5
+   >=dev-ruby/cri-2.15:0
+   dev-ruby/ddmemoize:1
+   dev-ruby/ddmetrics:1
+   dev-ruby/ddplugin:1
+   =dev-ruby/hamster-3*
+   >=dev-ruby/json_schema-0.19:0
+   >=dev-ruby/parallel-1.12:1
+   dev-ruby/ref:2
+   >=dev-ruby/slow_enumerator_tools-1.1.0:1
+   >=dev-ruby/tomlrb-1.2:1"
+
+ruby_add_bdepend "test? (
+   dev-ruby/rspec:3
+   dev-ruby/asciidoctor
+   dev-ruby/fuubar
+   dev-ruby/maruku
+   >=dev-ruby/mocha-0.13
+   dev-ruby/minitest
+   dev-ruby/pry
+   dev-ruby/rdoc
+   dev-ruby/rouge:2
+   dev-ruby/rubypants
+   dev-ruby/systemu
+   dev-ruby/timecop
+   dev-ruby/vcr
+   dev-ruby/webmock
+   dev-ruby/yard
+)
+doc? (
+   dev-ruby/kramdown
+   dev-ruby/rdiscount
+   dev-ruby/yard
+)"
+
+all_ruby_prepare() {
+   # Avoid unneeded development dependencies
+   sed -i -e '/simplecov/,/SimpleCov.formatter/ s:^:#:' test/helper.rb || 
die
+   sed -i -e '/simplecov/I s:^:#:' \
+   -e '/codecov/I s:^:#:' ../common/spec/spec_helper_head.rb || die
+   sed -i -e '/coverall/I s:^:#:' \
+   -e '/rubocop/ s:^:#:' Rakefile || die
+
+   echo "-r ./spec/spec_helper.rb" > .rspec || die
+
+   # Avoid tests requiring a network connection
+   rm -f test/checking/checks/test_{css,html}.rb || die
+
+   # Avoid tests for unpackaged dependencies
+   rm spec/nanoc/deploying/fog_spec.rb \
+  spec/nanoc/filters/less_spec.rb \
+  test/filters/test_{markaby,rainpress}.rb || die
+
+   # Use useable tmp dir
+   sed -i -e 's:/tmp/whatever:'${T}'/whatever:' 
spec/nanoc/base/checksummer_spec.rb || die
+
+   # Avoid non-fatal failing tests due to specifics i

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

2018-12-12 Thread Hans de Graaff
commit: 0b9a0dc64e40523a16ce32bfc747b20328b1a447
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 13 06:26:26 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 13 06:26:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b9a0dc6

dev-ruby/radius: add ruby25; remove obsolete HOMEPAGE

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

 dev-ruby/radius/radius-0.7.4-r4.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/radius/radius-0.7.4-r4.ebuild 
b/dev-ruby/radius/radius-0.7.4-r4.ebuild
index 69b015c0801..ef39583a336 100644
--- a/dev-ruby/radius/radius-0.7.4-r4.ebuild
+++ b/dev-ruby/radius/radius-0.7.4-r4.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG QUICKSTART.rdoc README.rdoc"
 
 inherit ruby-fakegem
 
 DESCRIPTION="Powerful tag-based template system"
-HOMEPAGE="https://github.com/jlong/radius http://radius.rubyforge.org/";
+HOMEPAGE="https://github.com/jlong/radius";
 
 LICENSE="MIT"
 SLOT="0"



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

2018-12-12 Thread Hans de Graaff
commit: 3298f6c8afbdbe56b694938eead0fc3384198eb8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Dec 13 05:24:40 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Dec 13 05:24:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3298f6c8

dev-ruby/rouge: move ~arm64 forward

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

 dev-ruby/rouge/rouge-2.2.0.ebuild | 2 +-
 dev-ruby/rouge/rouge-2.2.1.ebuild | 2 +-
 dev-ruby/rouge/rouge-3.1.1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/rouge/rouge-2.2.0.ebuild 
b/dev-ruby/rouge/rouge-2.2.0.ebuild
index 68b964a0ecd..68f023dd1c8 100644
--- a/dev-ruby/rouge/rouge-2.2.0.ebuild
+++ b/dev-ruby/rouge/rouge-2.2.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/jneen/rouge";
 LICENSE="MIT"
 
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "doc? ( dev-ruby/redcarpet )"

diff --git a/dev-ruby/rouge/rouge-2.2.1.ebuild 
b/dev-ruby/rouge/rouge-2.2.1.ebuild
index 68b964a0ecd..68f023dd1c8 100644
--- a/dev-ruby/rouge/rouge-2.2.1.ebuild
+++ b/dev-ruby/rouge/rouge-2.2.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/jneen/rouge";
 LICENSE="MIT"
 
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "doc? ( dev-ruby/redcarpet )"

diff --git a/dev-ruby/rouge/rouge-3.1.1.ebuild 
b/dev-ruby/rouge/rouge-3.1.1.ebuild
index 06f92fcec3f..32aa6979c55 100644
--- a/dev-ruby/rouge/rouge-3.1.1.ebuild
+++ b/dev-ruby/rouge/rouge-3.1.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/jneen/rouge";
 LICENSE="MIT"
 
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "doc? ( dev-ruby/redcarpet )"



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

2018-12-12 Thread Georgy Yakovlev
commit: 8baeb2c852785d3048b6fcc18505fa418d63c315
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Dec 13 04:48:51 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Dec 13 05:04:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8baeb2c8

profiles/package.mask: mask beta versions of fish-3.0

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 8c2b9da5800..c8c0bf5b464 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Georgy Yakovlev  (12 Dec 2018)
+# mask new cmake based fish for testing while in beta
+>=app-shells/fish-3.0_beta1
+
 # Mikle Kolyada  (12 Dec 2018)
 # grub:0 is dead and not being developed by upstream.
 # Two open bugs (427340, 591574).



[gentoo-commits] repo/gentoo:master commit in: app-shells/fish/files/, app-shells/fish/

2018-12-12 Thread Georgy Yakovlev
commit: 94f30802351d007b1b0a0e7a7bd357ea0467b473
Author: Georgy Yakovlev  sysdump  net>
AuthorDate: Sat Apr  7 18:36:20 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Dec 13 05:04:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f30802

app-shells/fish: add 3.0_beta1 and live cmake-based ebuilds

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

 app-shells/fish/Manifest  |  1 +
 app-shells/fish/files/README.gentoo   | 19 +
 app-shells/fish/fish-3.0_beta1.ebuild | 72 +++
 app-shells/fish/fish-.ebuild  | 72 +++
 4 files changed, 164 insertions(+)

diff --git a/app-shells/fish/Manifest b/app-shells/fish/Manifest
index 477ae5e35a1..85645e50d3b 100644
--- a/app-shells/fish/Manifest
+++ b/app-shells/fish/Manifest
@@ -1,2 +1,3 @@
 DIST fish-2.6.0.tar.gz 3575346 BLAKE2B 
8697dc6e50836d93d0ed22663e86016fec8e567cd4e129ea92008f52da6dd629bf11b70719beabe5c08bd3d7ba43d8017441f103d49a82c0faec3bc749e83764
 SHA512 
d4ded5ce24600e85673a7bb016e9dc36bce999b27f40e6b1ce0b9ca49a421be2d444d9d2b6f178f6eee963e59daa4a65df4c3de2a8086a610486f758fcfb0ed1
 DIST fish-2.7.1.tar.gz 5760550 BLAKE2B 
71568a3a17f4222b05a314464a61fceb241409a7d42c46249486ca742ef0cf990c46d693bcc22521c18f58a558e6aab35759d0da6eb62ee6611a2a7946fe714d
 SHA512 
45ee3453404c5d6c56d307b4cd19197de862f9f42d7fa06461acec56dea7146db5675cf6419dd5f72e939b3e4b1955d3761098df1de89a8cebe47645eb6f7a4b
+DIST fish-3.0b1.tar.gz 6471932 BLAKE2B 
d65ed7e7f4de1f967f5f2090b01be86b778a46f8e5c112daf99234bc584e01992c466976d6547814f84730d1092e39bc3f2bfa55592e71bf1a93a42fb8846b34
 SHA512 
f13c4ca9e62ecdd6afc4961cb4f6ec5d4b7f51b9c3b3ba97f280b7a9ed2cdeb9be193ff58b9f556b01af0815b78ab540f25c473a253651c96db03f8cb1652dde

diff --git a/app-shells/fish/files/README.gentoo 
b/app-shells/fish/files/README.gentoo
new file mode 100644
index 000..421d070ac57
--- /dev/null
+++ b/app-shells/fish/files/README.gentoo
@@ -0,0 +1,19 @@
+fish is now installed on your system.
+To run fish, type 'fish' in your terminal.
+
+It is advised not to set fish as a default login shell.
+see https://bugs.gentoo.org/545830 for more details.
+Executing fish using ~/.bashrc is an alternative
+see https://wiki.gentoo.org/wiki/Fish#Caveats for details
+
+To set your colors, run 'fish_config'
+To scan your man pages for completions, run 'fish_update_completions'
+To autocomplete command suggestions press Ctrl + F or right arrow key.
+
+Please add a "BROWSER" variable to fish environment pointing to the
+browser of your choice to get acces to fish help system:
+  BROWSER="/usr/bin/firefox"
+
+If you have issues with cut'n'paste in X-terminals, install the x11-misc/xsel 
package.
+
+Have fun!

diff --git a/app-shells/fish/fish-3.0_beta1.ebuild 
b/app-shells/fish/fish-3.0_beta1.ebuild
new file mode 100644
index 000..cc6e0bba617
--- /dev/null
+++ b/app-shells/fish/fish-3.0_beta1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils readme.gentoo-r1
+
+DESCRIPTION="Friendly Interactive SHell"
+HOMEPAGE="http://fishshell.com/";
+
+MY_PV="${PV/_beta/b}"
+MY_P="${PN}-${MY_PV}"
+
+if [[ ${PV} == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git";
+else
+   
SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.gz";
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="doc nls test"
+
+RDEPEND="
+   >=dev-libs/libpcre2-10.21[pcre32]
+   sys-devel/bc
+   sys-libs/ncurses:0=
+"
+
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )
+   nls? ( sys-devel/gettext )
+   test? ( dev-tcltk/expect )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   # workaround for https://github.com/fish-shell/fish-shell/issues/4883
+   sed -i 
's#${TEST_INSTALL_DIR}/${CMAKE_INSTALL_PREFIX}#${TEST_INSTALL_DIR}#' \
+   cmake/Tests.cmake || die
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_BINDIR="${EPREFIX}/bin"
+   -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
+   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
+   -DINTERNAL_WCWIDTH=OFF
+   -DBUILD_DOCS="$(usex doc)"
+   -DWITH_GETTEXT="$(usex nls)"
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   keepdir /usr/share/fish/vendor_{completions,conf,functions}.d
+   readme.gentoo_create_doc
+}
+
+src_test() {
+   cmake-utils_src_make -j1 test
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+}

diff --git a/app-shells/fish/fish-.ebuild b/app-shells/fish/f

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

2018-12-12 Thread Mike Gilbert
commit: 6997dbe69bdaf81920096529a95264a50b838610
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Dec 13 04:41:04 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 13 04:41:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6997dbe6

www-client/chromium: stable channel bump (71.0.3578.98)

Package-Manager: Portage-2.3.52_p8, Repoman-2.3.12_p20
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/chromium/Manifest |   1 +
 www-client/chromium/chromium-71.0.3578.98.ebuild | 713 +++
 2 files changed, 714 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 130bee3cceb..f21ada13cca 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,2 +1,3 @@
 DIST chromium-71.0.3578.80.tar.xz 633878288 BLAKE2B 
be6dcb4c1123830f8f0413e52e46c6e3356356cbfadcaa77c3960f22a6f1f2f5a7a2e7da415b7c19b75d6cd4b881d45a8aeaa7c311547ac58fc34c87fdf23891
 SHA512 
79b0f5ebe71a34d9f5215df1b4e47071f2337bb480fbec591011653acdfe524419bd10efdeab334ac34c07bc4eb2c485d60a9c3b2f053a721271130ff98af516
+DIST chromium-71.0.3578.98.tar.xz 633860888 BLAKE2B 
f232fa3ecef45b3e7d0c9876c2d9133ed0a51f2241c3b354592ea62817b7660e7a91869f0d7f1aee60384e9b87644b837af36ff5d802cee986346778946ce0be
 SHA512 
dbeb90e16c6c05422c1f43e8fe747d60dab49c1fffdd0f33824ca24429f3871bda649eb1e6402470d3d9bb701e47d55d2fff4f46530e3f43e72f516d1837aad6
 DIST chromium-72.0.3595.2.tar.xz 658797888 BLAKE2B 
7f0274693e8fac283d75c7e7ff6f672a10937454d989e9aa728b4a9646fe92bd8aaa8c154913d71dd86fd7ced595c1b2475248a9fb521984049af04f289f3f43
 SHA512 
7d5130e45e28ccf7389c64ca24a12ffc84922ca40d2c0e9a2d9caf27eb40a08cfdda8a902c6d747f864071b6eec752287fe2654f62e7e6c5c42c1334c5f35766

diff --git a/www-client/chromium/chromium-71.0.3578.98.ebuild 
b/www-client/chromium/chromium-71.0.3578.98.ebuild
new file mode 100644
index 000..fd9d0c56bc0
--- /dev/null
+++ b/www-client/chromium/chromium-71.0.3578.98.ebuild
@@ -0,0 +1,713 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 )
+
+CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
+   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
+   sv sw ta te th tr uk vi zh-CN zh-TW"
+
+inherit check-reqs chromium-2 desktop flag-o-matic multilib ninja-utils 
pax-utils portability python-any-r1 readme.gentoo-r1 toolchain-funcs xdg-utils
+
+DESCRIPTION="Open-source version of Google Chrome web browser"
+HOMEPAGE="http://chromium.org/";
+SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="component-build cups gnome-keyring +hangouts jumbo-build kerberos neon 
pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu 
+system-libvpx +tcmalloc widevine"
+RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
+
+COMMON_DEPEND="
+   >=app-accessibility/at-spi2-atk-2.26:2
+   app-arch/bzip2:=
+   cups? ( >=net-print/cups-1.3.11:= )
+   >=dev-libs/atk-2.26
+   dev-libs/expat:=
+   dev-libs/glib:2
+   system-icu? ( >=dev-libs/icu-59:= )
+   >=dev-libs/libxml2-2.9.4-r3:=[icu]
+   dev-libs/libxslt:=
+   dev-libs/nspr:=
+   >=dev-libs/nss-3.26:=
+   >=dev-libs/re2-0.2016.11.01:=
+   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
+   >=media-libs/alsa-lib-1.0.19:=
+   media-libs/fontconfig:=
+   media-libs/freetype:=
+   >=media-libs/harfbuzz-2.0.0:0=[icu(-)]
+   media-libs/libjpeg-turbo:=
+   media-libs/libpng:=
+   system-libvpx? ( media-libs/libvpx:=[postproc,svc] )
+   >=media-libs/openh264-1.6.0:=
+   pulseaudio? ( media-sound/pulseaudio:= )
+   system-ffmpeg? (
+   >=media-video/ffmpeg-4:=
+   || (
+   media-video/ffmpeg[-samba]
+   >=net-fs/samba-4.5.10-r1[-debug(-)]
+   )
+   !=net-fs/samba-4.5.12-r0
+   media-libs/opus:=
+   )
+   sys-apps/dbus:=
+   sys-apps/pciutils:=
+   virtual/udev
+   x11-libs/cairo:=
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libX11:=
+   x11-libs/libXcomposite:=
+   x11-libs/libXcursor:=
+   x11-libs/libXdamage:=
+   x11-libs/libXext:=
+   x11-libs/libXfixes:=
+   >=x11-libs/libXi-1.6.0:=
+   x11-libs/libXrandr:=
+   x11-libs/libXrender:=
+   x11-libs/libXScrnSaver:=
+   x11-libs/libXtst:=
+   x11-libs/pango:=
+   app-arch/snappy:=
+   media-libs/flac:=
+   >=media-libs/libwebp-0.4.0:=
+   sys-libs/zlib:=[minizip]
+   kerberos? ( virtual/krb5 )
+"
+# For nvidia-drivers blocker, see bug #413637 .
+RDEPEND="${COMMON_DEPEND}
+   !https://bugs.gentoo.org/593476
+# sys-apps/sandbox - https:/

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

2018-12-12 Thread Mike Gilbert
commit: 998c4962994456a225544f56af1c3466a90698df
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Dec 13 02:08:03 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 13 04:41:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=998c4962

www-client/chromium: remove old

Package-Manager: Portage-2.3.52_p8, Repoman-2.3.12_p20
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/chromium/Manifest  |   2 -
 www-client/chromium/chromium-70.0.3538.110.ebuild | 711 -
 www-client/chromium/chromium-71.0.3578.62.ebuild  | 713 --
 3 files changed, 1426 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 26adc675e5e..130bee3cceb 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,4 +1,2 @@
-DIST chromium-70.0.3538.110.tar.xz 623056692 BLAKE2B 
2242310df67d3a3137fe17d02808be2fcf2e478f74744860e5a3b67e540f58ae5b6df36cc5483ccf91656a85229b879176cf9a81fcf681c5788c3e4e92b032ba
 SHA512 
8989b92315304567b9a6ece074938b97aaadcd117b99c73bf2a599b8544a1726f5b5dc1e6245db2a5eb6ad12b952ded578b87ba405b3c177a1315e34c3143f6b
-DIST chromium-71.0.3578.62.tar.xz 633783044 BLAKE2B 
85c5eeef05159aa4d5e07b450183fae2f9e352317b0449471a8b53bbcf501a0df620aa3720f20a5fe98c2992762b7c9863823c5bc9b78216929b539cd2393f5f
 SHA512 
2f8cb403f8a0991dc56714df87a2320b5c9d0d33ec5d2a8be81367b110dcdb455ad64795b01acb2f27c5d614f94bea82bce9a5c6f045a87f2183e43b6cceca76
 DIST chromium-71.0.3578.80.tar.xz 633878288 BLAKE2B 
be6dcb4c1123830f8f0413e52e46c6e3356356cbfadcaa77c3960f22a6f1f2f5a7a2e7da415b7c19b75d6cd4b881d45a8aeaa7c311547ac58fc34c87fdf23891
 SHA512 
79b0f5ebe71a34d9f5215df1b4e47071f2337bb480fbec591011653acdfe524419bd10efdeab334ac34c07bc4eb2c485d60a9c3b2f053a721271130ff98af516
 DIST chromium-72.0.3595.2.tar.xz 658797888 BLAKE2B 
7f0274693e8fac283d75c7e7ff6f672a10937454d989e9aa728b4a9646fe92bd8aaa8c154913d71dd86fd7ced595c1b2475248a9fb521984049af04f289f3f43
 SHA512 
7d5130e45e28ccf7389c64ca24a12ffc84922ca40d2c0e9a2d9caf27eb40a08cfdda8a902c6d747f864071b6eec752287fe2654f62e7e6c5c42c1334c5f35766

diff --git a/www-client/chromium/chromium-70.0.3538.110.ebuild 
b/www-client/chromium/chromium-70.0.3538.110.ebuild
deleted file mode 100644
index 0b329169bad..000
--- a/www-client/chromium/chromium-70.0.3538.110.ebuild
+++ /dev/null
@@ -1,711 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=( python2_7 )
-
-CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
-   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
-   sv sw ta te th tr uk vi zh-CN zh-TW"
-
-inherit check-reqs chromium-2 eutils gnome2-utils flag-o-matic multilib 
ninja-utils pax-utils portability python-any-r1 readme.gentoo-r1 
toolchain-funcs xdg-utils
-
-DESCRIPTION="Open-source version of Google Chrome web browser"
-HOMEPAGE="http://chromium.org/";
-SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="component-build cups gnome-keyring +hangouts jumbo-build kerberos neon 
pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu 
+system-libvpx +tcmalloc widevine"
-RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
-
-COMMON_DEPEND="
-   app-accessibility/at-spi2-atk:2
-   app-arch/bzip2:=
-   cups? ( >=net-print/cups-1.3.11:= )
-   dev-libs/atk
-   dev-libs/expat:=
-   dev-libs/glib:2
-   system-icu? ( >=dev-libs/icu-59:= )
-   >=dev-libs/libxml2-2.9.4-r3:=[icu]
-   dev-libs/libxslt:=
-   dev-libs/nspr:=
-   >=dev-libs/nss-3.26:=
-   >=dev-libs/re2-0.2016.05.01:=
-   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
-   >=media-libs/alsa-lib-1.0.19:=
-   media-libs/fontconfig:=
-   media-libs/freetype:=
-   >=media-libs/harfbuzz-2.0.0:0=[icu(-)]
-   media-libs/libjpeg-turbo:=
-   media-libs/libpng:=
-   system-libvpx? ( media-libs/libvpx:=[postproc,svc] )
-   >=media-libs/openh264-1.6.0:=
-   pulseaudio? ( media-sound/pulseaudio:= )
-   system-ffmpeg? (
-   >=media-video/ffmpeg-4:=
-   || (
-   media-video/ffmpeg[-samba]
-   >=net-fs/samba-4.5.10-r1[-debug(-)]
-   )
-   !=net-fs/samba-4.5.12-r0
-   media-libs/opus:=
-   )
-   sys-apps/dbus:=
-   sys-apps/pciutils:=
-   virtual/udev
-   x11-libs/cairo:=
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3[X]
-   x11-libs/libX11:=
-   x11-libs/libXcomposite:=
-   x11-libs/libXcursor:=
-   x11-libs/libXdamage:=
-   x11-libs/libXext:=
-   x11-libs/libXfixes:=
-   >=x11-libs/libXi-1.6.0:=
-   x11-libs/libXrandr:=
-   x11-libs/libXrender:=
-

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

2018-12-12 Thread Georgy Yakovlev
commit: e949a5296bb796628be47a260f22ad5a2103f976
Author: Alexey Sokolov  google  com>
AuthorDate: Wed Dec 12 00:29:37 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Dec 13 03:36:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e949a529

dev-util/cpputest: add ~arm

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10618
Signed-off-by: Alexey Sokolov  google.com>
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-util/cpputest/cpputest-3.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/cpputest/cpputest-3.8.ebuild 
b/dev-util/cpputest/cpputest-3.8.ebuild
index af20f1f08b0..4c3046bb40e 100644
--- a/dev-util/cpputest/cpputest-3.8.ebuild
+++ b/dev-util/cpputest/cpputest-3.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="test"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/

2018-12-12 Thread Georgy Yakovlev
commit: 77202e9cba2d364d9cfbcb78cc64266b7bd81b5a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Dec 13 03:39:48 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Dec 13 03:39:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77202e9c

net-irc/weechat: sync live ebuild

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

 net-irc/weechat/weechat-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/weechat/weechat-.ebuild 
b/net-irc/weechat/weechat-.ebuild
index f7ef20c9a4b..8acde9443dd 100644
--- a/net-irc/weechat/weechat-.ebuild
+++ b/net-irc/weechat/weechat-.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/weechat/weechat.git";
 else
SRC_URI="https://weechat.org/files/src/${P}.tar.xz";
-   KEYWORDS="~amd64 ~x86 ~x64-macos"
+   KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
 fi
 
 DESCRIPTION="Portable and multi-interface IRC client"



[gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/

2018-12-12 Thread Georgy Yakovlev
commit: 271db1242e15f176c926cc7f7669e1cc1e1e1677
Author: Alexey Sokolov  google  com>
AuthorDate: Wed Dec 12 00:30:20 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Dec 13 03:36:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271db124

net-irc/weechat: add ~arm

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Alexey Sokolov  google.com>
Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-irc/weechat/weechat-2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/weechat/weechat-2.3.ebuild 
b/net-irc/weechat/weechat-2.3.ebuild
index 2abf0be5ae7..b0a69ffa18c 100644
--- a/net-irc/weechat/weechat-2.3.ebuild
+++ b/net-irc/weechat/weechat-2.3.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/weechat/weechat.git";
 else
SRC_URI="https://weechat.org/files/src/${P}.tar.xz";
-   KEYWORDS="amd64 ~x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm ~x86 ~x64-macos"
 fi
 
 DESCRIPTION="Portable and multi-interface IRC client"



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

2018-12-12 Thread Tim Harder
commit: aab9fbb4a00eb0e7ee710ed1b0d1ebe484f3cfc3
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 02:49:36 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 03:32:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aab9fbb4

media-gfx/pqiv: version bump to 2.11

Signed-off-by: Tim Harder  gentoo.org>

 media-gfx/pqiv/Manifest   | 1 +
 media-gfx/pqiv/{pqiv-.ebuild => pqiv-2.11.ebuild} | 2 +-
 media-gfx/pqiv/pqiv-.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-gfx/pqiv/Manifest b/media-gfx/pqiv/Manifest
index f1b8f3b919f..ba294e48b77 100644
--- a/media-gfx/pqiv/Manifest
+++ b/media-gfx/pqiv/Manifest
@@ -1,2 +1,3 @@
 DIST pqiv-2.10.2.tar.gz 138506 BLAKE2B 
255104acec9d42eac52d8aaf05207fc8071ecbef14a04c5952e70347d0cd83b54b00725b9bb949184bcd9437982701814b6a09c4c2397336f26ce9f50896d2e6
 SHA512 
99cb3a187fa2cc0df7b7f768b2f801fbec78aa8d76aacd12085f3b8ccbfaf931a2379e7b05a92f83dacf511489518a75f9e5bf528e4152158d8bb75cffb0d6f7
 DIST pqiv-2.10.4.tar.gz 138644 BLAKE2B 
7dc358379d463e6b421c082942a2171b749ea41b4e655c64425d6cfdf8f251ce89d431b45a28d8b30eb5c022814bec7e365c3b3272ebf0cc7e994b803ddfd4ec
 SHA512 
52534ed4728466b7c710db65115d7e79ad97546750946fa5c3a26b65055387b15c6239fdf1bb8c8345fe7ed2dfc7ed5586ffa2a864de44fd8213cff59f76048a
+DIST pqiv-2.11.tar.gz 139825 BLAKE2B 
981d472ccd3284b2e9ad3da8e84233c9a927af797f8421ac820225d3d39cab2275f01269a986bab54994e0fce2095b7c33b1201e7a6117e1c8399617341b
 SHA512 
6017a9d7ed332915a9f6fa788bb02c3b9d4d83c2ae2f9a8ab7d7738caa14ba3e9d253906f2e73fdfd368bb5e7bc51380ee9906fd9921e5f7f113811fd3da66f7

diff --git a/media-gfx/pqiv/pqiv-.ebuild b/media-gfx/pqiv/pqiv-2.11.ebuild
similarity index 97%
copy from media-gfx/pqiv/pqiv-.ebuild
copy to media-gfx/pqiv/pqiv-2.11.ebuild
index 92c15ed6806..499cd72f5f5 100644
--- a/media-gfx/pqiv/pqiv-.ebuild
+++ b/media-gfx/pqiv/pqiv-2.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6

diff --git a/media-gfx/pqiv/pqiv-.ebuild b/media-gfx/pqiv/pqiv-.ebuild
index 92c15ed6806..499cd72f5f5 100644
--- a/media-gfx/pqiv/pqiv-.ebuild
+++ b/media-gfx/pqiv/pqiv-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



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

2018-12-12 Thread Tim Harder
commit: 1107f77e0ffbc2eb26eda9623aaa2627ecf6218c
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 02:51:32 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 03:32:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1107f77e

media-gfx/pqiv: remove old

Signed-off-by: Tim Harder  gentoo.org>

 media-gfx/pqiv/Manifest   |  1 -
 media-gfx/pqiv/pqiv-2.10.2.ebuild | 79 ---
 2 files changed, 80 deletions(-)

diff --git a/media-gfx/pqiv/Manifest b/media-gfx/pqiv/Manifest
index ba294e48b77..6149776348d 100644
--- a/media-gfx/pqiv/Manifest
+++ b/media-gfx/pqiv/Manifest
@@ -1,3 +1,2 @@
-DIST pqiv-2.10.2.tar.gz 138506 BLAKE2B 
255104acec9d42eac52d8aaf05207fc8071ecbef14a04c5952e70347d0cd83b54b00725b9bb949184bcd9437982701814b6a09c4c2397336f26ce9f50896d2e6
 SHA512 
99cb3a187fa2cc0df7b7f768b2f801fbec78aa8d76aacd12085f3b8ccbfaf931a2379e7b05a92f83dacf511489518a75f9e5bf528e4152158d8bb75cffb0d6f7
 DIST pqiv-2.10.4.tar.gz 138644 BLAKE2B 
7dc358379d463e6b421c082942a2171b749ea41b4e655c64425d6cfdf8f251ce89d431b45a28d8b30eb5c022814bec7e365c3b3272ebf0cc7e994b803ddfd4ec
 SHA512 
52534ed4728466b7c710db65115d7e79ad97546750946fa5c3a26b65055387b15c6239fdf1bb8c8345fe7ed2dfc7ed5586ffa2a864de44fd8213cff59f76048a
 DIST pqiv-2.11.tar.gz 139825 BLAKE2B 
981d472ccd3284b2e9ad3da8e84233c9a927af797f8421ac820225d3d39cab2275f01269a986bab54994e0fce2095b7c33b1201e7a6117e1c8399617341b
 SHA512 
6017a9d7ed332915a9f6fa788bb02c3b9d4d83c2ae2f9a8ab7d7738caa14ba3e9d253906f2e73fdfd368bb5e7bc51380ee9906fd9921e5f7f113811fd3da66f7

diff --git a/media-gfx/pqiv/pqiv-2.10.2.ebuild 
b/media-gfx/pqiv/pqiv-2.10.2.ebuild
deleted file mode 100644
index 4a4742d3c92..000
--- a/media-gfx/pqiv/pqiv-2.10.2.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit linux-info toolchain-funcs xdg-utils
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://github.com/phillipberndt/pqiv.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/phillipberndt/pqiv/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="powerful GTK 3 based command-line image viewer with a minimal UI"
-HOMEPAGE="https://github.com/phillipberndt/pqiv 
http://www.pberndt.com/Programme/Linux/pqiv/";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="archive ffmpeg imagemagick kernel_linux libav pdf postscript webp"
-
-RDEPEND="
-   >=dev-libs/glib-2.32:2
-   >=x11-libs/cairo-1.6
-   x11-libs/gtk+:3
-   archive? ( app-arch/libarchive:0= )
-   ffmpeg? (
-   !libav? ( media-video/ffmpeg:0= )
-   libav? ( media-video/libav:0= )
-   )
-   imagemagick? ( media-gfx/imagemagick:0= )
-   pdf? ( app-text/poppler:0= )
-   postscript? ( app-text/libspectre:0= )
-   webp? ( media-libs/libwebp:0= )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-doecho() {
-   echo "$@"
-   "$@" || die
-}
-
-pkg_setup() {
-   if use kernel_linux; then
-   CONFIG_CHECK="~INOTIFY_USER"
-   linux-info_pkg_setup
-   fi
-}
-
-src_configure() {
-   local backends="gdkpixbuf"
-   use archive && backends+=",archive,archive_cbx"
-   use ffmpeg || use libav && backends+=",libav"
-   use imagemagick && backends+=",wand"
-   use pdf && backends+=",poppler"
-   use postscript && backends+=",spectre"
-   use webp && backends+=",webp"
-
-   doecho ./configure \
-   --backends-build=shared \
-   --backends=${backends} \
-   --prefix="${EPREFIX}/usr" \
-   --libdir="${EPREFIX}/usr/$(get_libdir)" \
-   --destdir="${ED}"
-}
-
-src_compile() {
-   tc-export CC
-   emake VERBOSE=1 CFLAGS="${CFLAGS}"
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



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

2018-12-12 Thread Tim Harder
commit: 3dc02f3a132b59e773770c0677d30b36207efcb8
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 03:30:52 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 03:32:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dc02f3a

media-gfx/viewnior: version bump to 1.7

Signed-off-by: Tim Harder  gentoo.org>

 media-gfx/viewnior/Manifest|  1 +
 media-gfx/viewnior/viewnior-1.7.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/media-gfx/viewnior/Manifest b/media-gfx/viewnior/Manifest
index 0d63c302543..1a372a9de88 100644
--- a/media-gfx/viewnior/Manifest
+++ b/media-gfx/viewnior/Manifest
@@ -1 +1,2 @@
 DIST viewnior-1.6.tar.gz 168966 BLAKE2B 
1a04ec6ee4e05da8d0721115826d2550c7d24b4299c105eb6de7ec3fe74b350b49605dbe5246a5acd93562fd904923053ab99a5741b929abd99ace8b2ad148cc
 SHA512 
4b150078573bfd3b8c5863d73087a51cd3b7ed5781e26c842fab44eec3e67ea9aea3feba064538578878df1ccb386525a6a84362dae7f92315fb7de735ace617
+DIST viewnior-1.7.tar.gz 165719 BLAKE2B 
906ab0b632fcc102ac62dd77d6742c2121c46cd92adc0dfe9ba772bf697eff356519dbb6219016a6470903c855aa4c9081f0d61ca1607d8d1b6d8e03236a19bc
 SHA512 
5ba17d7b5ceeffa65b04213f179c1439b09ac44e412e0750dde159b118a714f28d3a290509a402b234e4e7ba5b185fc73eef65d418598f344911e4e2c1373fe5

diff --git a/media-gfx/viewnior/viewnior-1.7.ebuild 
b/media-gfx/viewnior/viewnior-1.7.ebuild
new file mode 100644
index 000..cc0bc1afeae
--- /dev/null
+++ b/media-gfx/viewnior/viewnior-1.7.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit xdg-utils gnome2-utils meson
+
+MY_PN=Viewnior
+DESCRIPTION="Fast and simple image viewer"
+HOMEPAGE="https://siyanpanayotov.com/project/viewnior/ 
https://github.com/hellosiyan/Viewnior";
+SRC_URI="https://github.com/hellosiyan/${MY_PN}/archive/${P}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/glib:2
+   media-gfx/exiv2:0=
+   >=x11-libs/gtk+-2.20:2
+   x11-misc/shared-mime-info
+"
+RDEPEND="${DEPEND}
+   dev-util/glib-utils
+"
+
+S="${WORKDIR}/${MY_PN}-${P}"
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   gnome2_icon_cache_update
+}



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

2018-12-12 Thread Tim Harder
commit: 4e4b73d5a19edfcc13fd36f84a9f5510689613d2
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 02:51:13 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 03:32:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e4b73d5

media-gfx/pqiv: stabilize 2.10.4

Signed-off-by: Tim Harder  gentoo.org>

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

diff --git a/media-gfx/pqiv/pqiv-2.10.4.ebuild 
b/media-gfx/pqiv/pqiv-2.10.4.ebuild
index 92c15ed6806..28b7ffe9351 100644
--- a/media-gfx/pqiv/pqiv-2.10.4.ebuild
+++ b/media-gfx/pqiv/pqiv-2.10.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/phillipberndt/pqiv/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="powerful GTK 3 based command-line image viewer with a minimal UI"



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

2018-12-12 Thread Mike Gilbert
commit: 031f0bdcde5fbdcfc6cbfd1cc305dfc8b19a17f2
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Dec 13 02:02:51 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 13 02:02:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=031f0bdc

www-plugins/chrome-binary-plugins: automated update

Package-Manager: Portage-2.3.52_p8, Repoman-2.3.12_p20
Signed-off-by: Mike Gilbert  gentoo.org>

 www-plugins/chrome-binary-plugins/Manifest  | 6 +++---
 ...1.0.3578.80.ebuild => chrome-binary-plugins-71.0.3578.98.ebuild} | 0
 ...0_beta.ebuild => chrome-binary-plugins-71.0.3578.98_beta.ebuild} | 0
 ...alpha.ebuild => chrome-binary-plugins-72.0.3626.14_alpha.ebuild} | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 9e7126afd15..9d42c417616 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_71.0.3578.80-1_amd64.deb 57897724 BLAKE2B 
435e85a652ce14a0a8dd549fba2d719689644ac787b4c64be3c425c09f9e662d6bc37678d1680184aac43c386816ce5b3a75655b1f62194381138ee781405e5a
 SHA512 
f0e88530b4b863dca57d1484b716bd0c230f01ed76f2b35c30bf88ae4765d5c083bfcf6ce2a8e8473636c9834f776ed515145e192a68de5b15bf451be0fc6bf4
-DIST google-chrome-stable_71.0.3578.80-1_amd64.deb 56603838 BLAKE2B 
394d8a3b16c9f9a097efe5c1ee4075cc458cec0518392af6d52f05f28e912268a3173261f936c32c8fe334e5cbf65d9e6e0651ec8d9a6aa3b18c8e834dc7ead8
 SHA512 
6610cd44a9b9a687a38e1da3528cc38665cb50ce88b078e49889ba61889627eb59302418a39b628833b32728095d50dfdec3055f6d3f7850e104d0016c724c92
-DIST google-chrome-unstable_72.0.3626.7-1_amd64.deb 58307258 BLAKE2B 
cadfede7c033eaab9a836077a70264e1246efd4a90d7537d4cb5c162ef350512d92bdb9873d2eb6c2e2249db62e44882b52d422ebdf04ae0372f6a8d5b66d07b
 SHA512 
d316303d85cf024b81d6aa14570c1d411a86324e45d8533a4d4379152c15617964b9f89d1758a0491e32feaf06692b261dcd405683b78913d58fe7ef893365a8
+DIST google-chrome-beta_71.0.3578.98-1_amd64.deb 57866064 BLAKE2B 
09aa3c7ef43106ce2dba248ad74b2df4032f789ce74f496010392d579e3ab71118ad116e85a2ff55b0c8882e01ed75786735dc5b5ec3c37b71a2b2a35361d9a3
 SHA512 
8c815e91b1378de0677ecb193ce9d0da60a2bfea55dd690b66559fe322b7b0f3ebb7f7242c4a28b02d8e5dd6d054ede53fd06c3998abdf118f27d64ad149811a
+DIST google-chrome-stable_71.0.3578.98-1_amd64.deb 56611204 BLAKE2B 
77fc467a3041576d64ddfe5d2c66b33aef8f936a53dd78cc16a38a34f99085e00205061643ba9f70c2fd74c127dcb1f2979361daf1ad43b5b2e0164bbbed1113
 SHA512 
50518b38b5f7c198014b82243aa19b29e7c29d5a0df6175c72df1e082ffaa40e4b2a2f81047d1d7a069a4f9035fe22b4644946d00807db2fcbae93f189054e7f
+DIST google-chrome-unstable_72.0.3626.14-1_amd64.deb 58352114 BLAKE2B 
c49d51c5a7e473b83ad7839fba9c61f93af736f845e37e2a86b180d02d97cf3b55f44a4cc9af3d6223062782d7f892a34c96740e1b02224e850f2255c2fd6a85
 SHA512 
6cc409ee9f064fec183b5ac2be046aa4dddfe812fa39a78020cd8b82c0651216e13b00ad02ac6ef4e55d9ad6aecddb12f9676f51aa59ecb5dd3c1d8d590114bd

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3578.80.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3578.98.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3578.80.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3578.98.ebuild

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3578.80_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3578.98_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3578.80_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3578.98_beta.ebuild

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



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

2018-12-12 Thread Mike Gilbert
commit: c626a3a69cce9e2c8de26b6729054205bb0c6c32
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Dec 13 02:01:45 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 13 02:01:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c626a3a6

www-client/google-chrome: automated update (71.0.3578.98)

Package-Manager: Portage-2.3.52_p8, Repoman-2.3.12_p20
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/google-chrome/Manifest   | 2 +-
 ...gle-chrome-71.0.3578.80.ebuild => google-chrome-71.0.3578.98.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index 990d831105d..72b1499841d 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1 +1 @@
-DIST google-chrome-stable_71.0.3578.80-1_amd64.deb 56603838 BLAKE2B 
394d8a3b16c9f9a097efe5c1ee4075cc458cec0518392af6d52f05f28e912268a3173261f936c32c8fe334e5cbf65d9e6e0651ec8d9a6aa3b18c8e834dc7ead8
 SHA512 
6610cd44a9b9a687a38e1da3528cc38665cb50ce88b078e49889ba61889627eb59302418a39b628833b32728095d50dfdec3055f6d3f7850e104d0016c724c92
+DIST google-chrome-stable_71.0.3578.98-1_amd64.deb 56611204 BLAKE2B 
77fc467a3041576d64ddfe5d2c66b33aef8f936a53dd78cc16a38a34f99085e00205061643ba9f70c2fd74c127dcb1f2979361daf1ad43b5b2e0164bbbed1113
 SHA512 
50518b38b5f7c198014b82243aa19b29e7c29d5a0df6175c72df1e082ffaa40e4b2a2f81047d1d7a069a4f9035fe22b4644946d00807db2fcbae93f189054e7f

diff --git a/www-client/google-chrome/google-chrome-71.0.3578.80.ebuild 
b/www-client/google-chrome/google-chrome-71.0.3578.98.ebuild
similarity index 100%
rename from www-client/google-chrome/google-chrome-71.0.3578.80.ebuild
rename to www-client/google-chrome/google-chrome-71.0.3578.98.ebuild



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

2018-12-12 Thread Mike Gilbert
commit: b88252836c5a6d21bf7d80fd64ee10073a91368a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Dec 13 02:02:43 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 13 02:02:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8825283

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

Package-Manager: Portage-2.3.52_p8, Repoman-2.3.12_p20
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...le-72.0.3626.7.ebuild => google-chrome-unstable-72.0.3626.14.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 c944253ace1..8be387ad4a1 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_72.0.3626.7-1_amd64.deb 58307258 BLAKE2B 
cadfede7c033eaab9a836077a70264e1246efd4a90d7537d4cb5c162ef350512d92bdb9873d2eb6c2e2249db62e44882b52d422ebdf04ae0372f6a8d5b66d07b
 SHA512 
d316303d85cf024b81d6aa14570c1d411a86324e45d8533a4d4379152c15617964b9f89d1758a0491e32feaf06692b261dcd405683b78913d58fe7ef893365a8
+DIST google-chrome-unstable_72.0.3626.14-1_amd64.deb 58352114 BLAKE2B 
c49d51c5a7e473b83ad7839fba9c61f93af736f845e37e2a86b180d02d97cf3b55f44a4cc9af3d6223062782d7f892a34c96740e1b02224e850f2255c2fd6a85
 SHA512 
6cc409ee9f064fec183b5ac2be046aa4dddfe812fa39a78020cd8b82c0651216e13b00ad02ac6ef4e55d9ad6aecddb12f9676f51aa59ecb5dd3c1d8d590114bd

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



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

2018-12-12 Thread Mike Gilbert
commit: c26e61b634d60fa072ed59bed9a05358eb6dbc42
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Dec 13 02:02:04 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Dec 13 02:02:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c26e61b6

www-client/google-chrome-beta: automated update (71.0.3578.98)

Package-Manager: Portage-2.3.52_p8, Repoman-2.3.12_p20
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-71.0.3578.80.ebuild => google-chrome-beta-71.0.3578.98.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 50de0e7b618..2b745e45c7b 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_71.0.3578.80-1_amd64.deb 57897724 BLAKE2B 
435e85a652ce14a0a8dd549fba2d719689644ac787b4c64be3c425c09f9e662d6bc37678d1680184aac43c386816ce5b3a75655b1f62194381138ee781405e5a
 SHA512 
f0e88530b4b863dca57d1484b716bd0c230f01ed76f2b35c30bf88ae4765d5c083bfcf6ce2a8e8473636c9834f776ed515145e192a68de5b15bf451be0fc6bf4
+DIST google-chrome-beta_71.0.3578.98-1_amd64.deb 57866064 BLAKE2B 
09aa3c7ef43106ce2dba248ad74b2df4032f789ce74f496010392d579e3ab71118ad116e85a2ff55b0c8882e01ed75786735dc5b5ec3c37b71a2b2a35361d9a3
 SHA512 
8c815e91b1378de0677ecb193ce9d0da60a2bfea55dd690b66559fe322b7b0f3ebb7f7242c4a28b02d8e5dd6d054ede53fd06c3998abdf118f27d64ad149811a

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-71.0.3578.80.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-71.0.3578.98.ebuild
similarity index 100%
rename from www-client/google-chrome-beta/google-chrome-beta-71.0.3578.80.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-71.0.3578.98.ebuild



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2018-12-12 Thread Jeroen Roovers
commit: 7848d6701921b7959502d0b9cdd84344a1f5bf0d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Dec 13 01:23:45 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Dec 13 01:24:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7848d670

x11-drivers/nvidia-drivers: Fix parallel make

Fixes: https://bugs.gentoo.org/613578
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-drivers/nvidia-drivers/nvidia-drivers-415.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-415.22.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-415.22.ebuild
index c5f037b0ecf..44fe6cce429 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-415.22.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-415.22.ebuild
@@ -208,7 +208,7 @@ src_compile() {
MAKE="$(get_bmake)" CFLAGS="-Wno-sign-compare" emake 
CC="$(tc-getCC)" \
LD="$(tc-getLD)" LDFLAGS="$(raw-ldflags)" || die
elif use driver && use kernel_linux; then
-   MAKEOPTS=-j1 linux-mod_src_compile
+   linux-mod_src_compile src="${KERNEL_DIR}" 
KERNELRELEASE="${KV_FULL}"
fi
 
if use tools; then



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

2018-12-12 Thread Patrick McLean
commit: 995bdf66fb8ef12b13839a3e6ca5f19f3c66b4ce
Author: Patrick McLean  sony  com>
AuthorDate: Thu Dec 13 00:50:37 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Dec 13 00:51:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995bdf66

dev-python/passlib: Add python3_7 to 1.7.1-r1

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Patrick McLean  gentoo.org>

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

diff --git a/dev-python/passlib/passlib-1.7.1-r1.ebuild 
b/dev-python/passlib/passlib-1.7.1-r1.ebuild
index 8cb5fa14d8b..02b2002989a 100644
--- a/dev-python/passlib/passlib-1.7.1-r1.ebuild
+++ b/dev-python/passlib/passlib-1.7.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
 
 inherit distutils-r1
 



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

2018-12-12 Thread Patrick McLean
commit: 3ad45befd65f65d6a1343e7088642b5c0fafc352
Author: Patrick McLean  sony  com>
AuthorDate: Thu Dec 13 00:48:11 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Dec 13 00:51:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ad45bef

dev-python/scrypt: Add python3_7 to 0.8.6

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Patrick McLean  gentoo.org>

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

diff --git a/dev-python/scrypt/scrypt-0.8.6.ebuild 
b/dev-python/scrypt/scrypt-0.8.6.ebuild
index 97ae828ae6b..aa80ad17031 100644
--- a/dev-python/scrypt/scrypt-0.8.6.ebuild
+++ b/dev-python/scrypt/scrypt-0.8.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
 
 inherit distutils-r1
 



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

2018-12-12 Thread Georgy Yakovlev
commit: 3abd3e9edcf0ed831050f1cf93872f6bea09e8d0
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Dec 13 00:39:00 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Dec 13 00:41:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3abd3e9e

app-emulation/vagrant: drop 2.2.2

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

 app-emulation/vagrant/vagrant-2.2.2.ebuild | 90 --
 1 file changed, 90 deletions(-)

diff --git a/app-emulation/vagrant/vagrant-2.2.2.ebuild 
b/app-emulation/vagrant/vagrant-2.2.2.ebuild
deleted file mode 100644
index daa937e2241..000
--- a/app-emulation/vagrant/vagrant-2.2.2.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-RUBY_FAKEGEM_GEMSPEC="vagrant.gemspec"
-RUBY_FAKEGEM_EXTRAINSTALL="keys plugins templates version.txt"
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit bash-completion-r1 ruby-fakegem
-
-DESCRIPTION="A tool for building and distributing development environments"
-HOMEPAGE="https://vagrantup.com/";
-SRC_URI="https://github.com/hashicorp/vagrant/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+virtualbox"
-RESTRICT="test"
-
-RDEPEND="${RDEPEND}
-   app-arch/libarchive
-   net-misc/curl
-   virtualbox? ( || ( app-emulation/virtualbox 
app-emulation/virtualbox-bin ) )"
-
-ruby_add_rdepend "
-   >=dev-ruby/bcrypt_pbkdf-1.0.0
-   >=dev-ruby/childprocess-0.6.0
-   >=dev-ruby/ed25519-1.2.4
-   >=dev-ruby/erubis-2.7.0
-   >=dev-ruby/hashicorp-checkpoint-0.1.5
-   >=dev-ruby/i18n-1.1.1:*
-   >=dev-ruby/listen-3.1.5
-   >=dev-ruby/log4r-1.1.9 =dev-ruby/net-ssh-5.0.0:*
-   >=dev-ruby/net-sftp-2.1
-   >=dev-ruby/net-scp-1.2.0
-   dev-ruby/rest-client:2
-   >=dev-ruby/rubyzip-1.2.2
-   >=dev-ruby/vagrant_cloud-2.0.0
-"
-
-# upstream specifies rake>=12 but it apparently doesn't need something this
-# recent. Because vagrant builds fine with rake 10 and because stabilizing rake
-# is tricky, we specify a lower dependency requirement here. This way, we'll be
-# able to stabilize vagrant sooner.
-ruby_add_bdepend "
-   >=dev-ruby/rake-10.5.0
-"
-
-all_ruby_prepare() {
-   # remove bundler support
-   sed -i '/[Bb]undler/d' Rakefile || die
-   rm Gemfile || die
-
-   # loosen dependencies
-   sed -e 
'/hashicorp-checkpoint\|listen\|net-ssh\|net-scp\|rake\|childprocess/s/~>/>=/' \
-   -e '/ruby_dep/s/<=/>=/' \
-   -i ${PN}.gemspec || die
-
-   # remove windows-specific gems
-   sed -e '/wdm\|winrm/d' \
-   -i ${PN}.gemspec || die
-
-   # remove bsd-specific gems
-   sed -e '/rb-kqueue/d' \
-   -i ${PN}.gemspec || die
-
-   sed -e "s/@VAGRANT_VERSION@/${PV}/g" "${FILESDIR}/${PN}.in" > "${PN}" 
|| die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   newbashcomp contrib/bash/completion.sh ${PN}
-
-   # provide executable similar to upstream:
-   # 
https://github.com/hashicorp/vagrant-installers/blob/master/substrate/modules/vagrant_installer/templates/vagrant.erb
-   dobin "${PN}"
-
-   # directory for plugins.json
-   keepdir /var/lib/vagrant
-
-   insinto /usr/share/vim/vimfiles/syntax/
-   doins contrib/vim/vagrantfile.vim
-}



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

2018-12-12 Thread Georgy Yakovlev
commit: ffc10f0d42e0cdd9f3456a696b2f09aee64937ab
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Dec 13 00:33:20 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Dec 13 00:41:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc10f0d

app-emulation/vagrant: tighten deps on i18n

Closes: https://bugs.gentoo.org/673042
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-emulation/vagrant/vagrant-2.2.2-r1.ebuild | 90 +++
 1 file changed, 90 insertions(+)

diff --git a/app-emulation/vagrant/vagrant-2.2.2-r1.ebuild 
b/app-emulation/vagrant/vagrant-2.2.2-r1.ebuild
new file mode 100644
index 000..e8e2b858ed0
--- /dev/null
+++ b/app-emulation/vagrant/vagrant-2.2.2-r1.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+RUBY_FAKEGEM_GEMSPEC="vagrant.gemspec"
+RUBY_FAKEGEM_EXTRAINSTALL="keys plugins templates version.txt"
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit bash-completion-r1 ruby-fakegem
+
+DESCRIPTION="A tool for building and distributing development environments"
+HOMEPAGE="https://vagrantup.com/";
+SRC_URI="https://github.com/hashicorp/vagrant/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+virtualbox"
+RESTRICT="test"
+
+RDEPEND="${RDEPEND}
+   app-arch/libarchive
+   net-misc/curl
+   virtualbox? ( || ( app-emulation/virtualbox 
app-emulation/virtualbox-bin ) )"
+
+ruby_add_rdepend "
+   >=dev-ruby/bcrypt_pbkdf-1.0.0
+   >=dev-ruby/childprocess-0.6.0
+   >=dev-ruby/ed25519-1.2.4
+   >=dev-ruby/erubis-2.7.0
+   >=dev-ruby/hashicorp-checkpoint-0.1.5
+   >=dev-ruby/i18n-1.1.1:* =dev-ruby/listen-3.1.5
+   >=dev-ruby/log4r-1.1.9 =dev-ruby/net-ssh-5.0.0:*
+   >=dev-ruby/net-sftp-2.1
+   >=dev-ruby/net-scp-1.2.0
+   dev-ruby/rest-client:2
+   >=dev-ruby/rubyzip-1.2.2
+   >=dev-ruby/vagrant_cloud-2.0.0
+"
+
+# upstream specifies rake>=12 but it apparently doesn't need something this
+# recent. Because vagrant builds fine with rake 10 and because stabilizing rake
+# is tricky, we specify a lower dependency requirement here. This way, we'll be
+# able to stabilize vagrant sooner.
+ruby_add_bdepend "
+   >=dev-ruby/rake-10.5.0
+"
+
+all_ruby_prepare() {
+   # remove bundler support
+   sed -i '/[Bb]undler/d' Rakefile || die
+   rm Gemfile || die
+
+   # loosen dependencies
+   sed -e 
'/hashicorp-checkpoint\|listen\|net-ssh\|net-scp\|rake\|childprocess/s/~>/>=/' \
+   -e '/ruby_dep/s/<=/>=/' \
+   -i ${PN}.gemspec || die
+
+   # remove windows-specific gems
+   sed -e '/wdm\|winrm/d' \
+   -i ${PN}.gemspec || die
+
+   # remove bsd-specific gems
+   sed -e '/rb-kqueue/d' \
+   -i ${PN}.gemspec || die
+
+   sed -e "s/@VAGRANT_VERSION@/${PV}/g" "${FILESDIR}/${PN}.in" > "${PN}" 
|| die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   newbashcomp contrib/bash/completion.sh ${PN}
+
+   # provide executable similar to upstream:
+   # 
https://github.com/hashicorp/vagrant-installers/blob/master/substrate/modules/vagrant_installer/templates/vagrant.erb
+   dobin "${PN}"
+
+   # directory for plugins.json
+   keepdir /var/lib/vagrant
+
+   insinto /usr/share/vim/vimfiles/syntax/
+   doins contrib/vim/vagrantfile.vim
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/

2018-12-12 Thread Andreas Sturmlechner
commit: 57c38adc1a497abc504c4d48d1518a045be1acda
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov 25 01:12:26 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Dec 13 00:32:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57c38adc

media-plugins/audacious-plugins: Drop gtk, qt5 from 3.9; gtk3-only

Bug: https://bugs.gentoo.org/671828
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../audacious-plugins-3.9-r2.ebuild| 147 +
 1 file changed, 147 insertions(+)

diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.9-r2.ebuild 
b/media-plugins/audacious-plugins/audacious-plugins-3.9-r2.ebuild
new file mode 100644
index 000..1c297c5c68a
--- /dev/null
+++ b/media-plugins/audacious-plugins/audacious-plugins-3.9-r2.ebuild
@@ -0,0 +1,147 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Lightweight and versatile audio player"
+HOMEPAGE="https://audacious-media-player.org/";
+SRC_URI="https://distfiles.audacious-media-player.org/${P}-gtk3.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="aac +alsa bs2b cdda cue ffmpeg flac fluidsynth gnome http gme jack lame 
libav libnotify libsamplerate
+   lirc mms modplug mp3 nls pulseaudio scrobbler sdl sid sndfile soxr 
speedpitch vorbis wavpack"
+REQUIRED_USE="|| ( alsa jack pulseaudio sdl )"
+
+# The following plugins REQUIRE a GUI build of audacious, because non-GUI
+# builds do NOT install the libaudgui library & headers.
+# Plugins without a configure option:
+#   alarm
+#   albumart
+#   delete-files
+#   ladspa
+#   playlist-manager
+#   search-tool
+#   skins
+#   vtx
+# Plugins with a configure option:
+#   glspectrum
+#   gtkui
+#   hotkey
+#   notify
+#   statusicon
+RDEPEND="
+   app-arch/unzip
+   dev-libs/dbus-glib
+   dev-libs/glib
+   dev-libs/libxml2:2
+   media-libs/adplug
+   ~media-sound/audacious-${PV}
+   x11-libs/gtk+:3
+   x11-libs/libXcomposite
+   x11-libs/libXrender
+   aac? ( >=media-libs/faad2-2.7 )
+   alsa? ( >=media-libs/alsa-lib-1.0.16 )
+   bs2b? ( media-libs/libbs2b )
+   cdda? (
+   dev-libs/libcdio:=
+   dev-libs/libcdio-paranoia
+   >=media-libs/libcddb-1.2.1
+   )
+   cue? ( media-libs/libcue )
+   ffmpeg? ( >=virtual/ffmpeg-0.7.3 )
+   flac? (
+   >=media-libs/flac-1.2.1-r1
+   >=media-libs/libvorbis-1.0
+   )
+   fluidsynth? ( media-sound/fluidsynth )
+   http? ( >=net-libs/neon-0.26.4 )
+   jack? (
+   >=media-libs/bio2jack-0.4
+   virtual/jack
+   )
+   lame? ( media-sound/lame )
+   libnotify? ( x11-libs/libnotify )
+   libsamplerate? ( media-libs/libsamplerate:= )
+   lirc? ( app-misc/lirc )
+   mms? ( >=media-libs/libmms-0.3 )
+   modplug? ( media-libs/libmodplug )
+   mp3? ( >=media-sound/mpg123-1.12.1 )
+   pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
+   scrobbler? ( net-misc/curl )
+   sdl? ( media-libs/libsdl2[sound] )
+   sid? ( >=media-libs/libsidplayfp-1.0.0 )
+   sndfile? ( >=media-libs/libsndfile-1.0.17-r1 )
+   soxr? ( media-libs/soxr )
+   speedpitch? ( media-libs/libsamplerate:= )
+   vorbis? (
+   >=media-libs/libogg-1.1.3
+   >=media-libs/libvorbis-1.2.0
+   )
+   wavpack? ( >=media-sound/wavpack-4.50.1-r1 )
+"
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+   virtual/pkgconfig
+   nls? ( dev-util/intltool )
+"
+
+S="${WORKDIR}/${P}-gtk3"
+
+src_prepare() {
+   default
+   if ! use nls; then
+   sed -e "/SUBDIRS/s/ po//" -i Makefile || die # bug #512698
+   fi
+}
+
+src_configure() {
+   use mp3 || ewarn "MP3 support is optional, you may want to enable the 
mp3 USE-flag"
+
+   local myeconfargs=(
+   --enable-aosd
+   --enable-gtk
+   --enable-hotkey
+   --enable-mpris2
+   --enable-songchange
+   --disable-ampache
+   --disable-oss4
+   --disable-qt
+   --disable-qtaudio
+   --disable-qtglspectrum
+   --disable-coreaudio
+   --disable-sndio
+   $(use_enable aac)
+   $(use_enable alsa)
+   $(use_enable bs2b)
+   $(use_enable cdda cdaudio)
+   $(use_enable cue)
+   $(use_enable flac)
+   $(use_enable flac filewriter)
+   $(use_enable fluidsynth amidiplug)
+   $(use_enable gme console)
+   $(use_enable http neon)
+   $(use_enable jack)
+   $(use_enable gnome gnomeshortcuts)
+   $(use_enable lame filewriter_mp3)
+   $(use_e

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

2018-12-12 Thread Andreas Sturmlechner
commit: 498ce1e53855b9567fd44cd7b9152b5840484dcc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov 25 00:56:20 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Dec 13 00:32:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498ce1e5

media-sound/audacious: Drop gtk, qt5 from 3.9; gtk3-only

Bug: https://bugs.gentoo.org/671828
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/audacious/audacious-3.9-r1.ebuild | 73 +++
 1 file changed, 73 insertions(+)

diff --git a/media-sound/audacious/audacious-3.9-r1.ebuild 
b/media-sound/audacious/audacious-3.9-r1.ebuild
new file mode 100644
index 000..593acf1e62b
--- /dev/null
+++ b/media-sound/audacious/audacious-3.9-r1.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="${P/_/-}-gtk3"
+inherit gnome2-utils xdg-utils
+
+DESCRIPTION="Lightweight and versatile audio player"
+HOMEPAGE="https://audacious-media-player.org/";
+SRC_URI="https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2
+   mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+RDEPEND="
+   >=dev-libs/dbus-glib-0.60
+   >=dev-libs/glib-2.28
+   >=x11-libs/cairo-1.2.6
+   >=x11-libs/pango-1.8.0
+   virtual/freedesktop-icon-theme
+   x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? ( dev-util/intltool )
+"
+PDEPEND="~media-plugins/audacious-plugins-${PV}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   if ! use nls; then
+   sed -e "/SUBDIRS/s/ po//" -i Makefile || die # bug #512698
+   fi
+}
+
+src_configure() {
+   # D-Bus is a mandatory dependency, remote control,
+   # session management and some plugins depend on this.
+   # Building without D-Bus is *unsupported* and a USE-flag
+   # will not be added due to the bug reports that will result.
+   # Bugs #197894, #199069, #207330, #208606
+   econf \
+   --disable-valgrind \
+   --enable-dbus \
+   --enable-gtk \
+   $(use_enable nls)
+}
+
+src_install() {
+   default
+
+   # Gentoo_ice skin installation; bug #109772
+   insinto /usr/share/audacious/Skins/gentoo_ice
+   doins -r "${WORKDIR}"/gentoo_ice/.
+   docinto gentoo_ice
+   dodoc "${WORKDIR}"/README
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/freeverb3/files/, media-libs/freeverb3/

2018-12-12 Thread Andreas Sturmlechner
commit: f1aec77c19b636d9b7ebe663275473ba1382134a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Dec 13 00:30:44 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Dec 13 00:32:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1aec77c

media-libs/freeverb3: Drop 3.1.2_pre20151102

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

 media-libs/freeverb3/Manifest  |  1 -
 ...erb3-3.1.2_pre20151102-jack-audacious-3-6.patch | 75 
 .../freeverb3-3.1.2_pre20151102-r1.ebuild  | 79 --
 3 files changed, 155 deletions(-)

diff --git a/media-libs/freeverb3/Manifest b/media-libs/freeverb3/Manifest
index 706d31c95ab..abe29d87cad 100644
--- a/media-libs/freeverb3/Manifest
+++ b/media-libs/freeverb3/Manifest
@@ -1,3 +1,2 @@
 DIST freeverb3-3.1.2.tar.xz 6015544 BLAKE2B 
7589e7aeb04f2253124c94036b53cb86151ffb9f53ae1caefd932ac4ea2c75063a3697101c481e89b7a978044eb02849541b11a7064ede2aec1cd92beba54ad6
 SHA512 
d3c0b64f14e98f3641b593f3902017fcb457d7a920082bc31e4fc7011e9172ecabe56bd93c1722b4860239e5ac127c11da6ced6f708def440018451d86bd
-DIST freeverb3-3.1.2_pre20151102.tar.gz 8416503 BLAKE2B 
114089be0829e3f1ac36e43e43f455f020e0c72ee6e8e66e1dc2571b8715e56bbdf3b71aa332c3451d511ea4695d6b11a08fb11c9a0e8876ed2556a964be38d9
 SHA512 
ccdcf8832155e479164bb6a4cb2f830db83bf55b8c797ba96686abe8392e7d88f55c6ab8bcb2db447ec3ab4f5cca05e09ec0753a61452c01a32ff9f4008b3536
 DIST freeverb3-3.2.1.tar.xz 6031592 BLAKE2B 
8fbabde0e1c359048f4dc2595729ba93323c1f41176aedfaef406b10c570fc15913a63383f5dd054163efc1f2924958871a8e23d5d7edd0d5e07d52553bc7e38
 SHA512 
7cab3b2389c8d0a60d0c5f809b214677221204727a74a2b8622455b579aa8fcbd6952da3a343d0ff4bd06a386bbaed0371ddac99bb8ee85862b62435eaeba21b

diff --git 
a/media-libs/freeverb3/files/freeverb3-3.1.2_pre20151102-jack-audacious-3-6.patch
 
b/media-libs/freeverb3/files/freeverb3-3.1.2_pre20151102-jack-audacious-3-6.patch
deleted file mode 100644
index a76d08d3194..000
--- 
a/media-libs/freeverb3/files/freeverb3-3.1.2_pre20151102-jack-audacious-3-6.patch
+++ /dev/null
@@ -1,75 +0,0 @@
-From 1fbb0e7954701cfa5f88eb764a2e18002519a9ce Mon Sep 17 00:00:00 2001
-From: Sebastian Pipping 
-Date: Sun, 20 Aug 2017 18:42:17 +0200
-Subject: [PATCH] Fix JACK compilation for Audacious 3.6+
-

- audacious/impulser2.cpp |  2 +-
- jack/Makefile.am| 20 ++--
- 2 files changed, 19 insertions(+), 3 deletions(-)
-
-diff --git a/audacious/impulser2.cpp b/audacious/impulser2.cpp
-index bc7d4de..b2ae0a8 100644
 a/audacious/impulser2.cpp
-+++ b/audacious/impulser2.cpp
-@@ -301,7 +301,7 @@ static void slot_load(SlotConfiguration * slot, int i)
-   slot->limit =   aud_get_double (configSectionString, key_i("limit",i));
-   slot->idelay =  aud_get_double (configSectionString, key_i("idelay",i));
-   slot->i1o2_index = aud_get_int (configSectionString, key_i("i1o2_index",i));
--  #ifdef AUDACIOUS36
-+  #if defined(AUDACIOUS36) && ! defined(JACK)
-   filename = aud_get_str(configSectionString, key_i("file",i)).to_raw();
-   #else
-   filename = aud_get_str(configSectionString, key_i("file",i));
-diff --git a/jack/Makefile.am b/jack/Makefile.am
-index 58527d6..0512828 100644
 a/jack/Makefile.am
-+++ b/jack/Makefile.am
-@@ -26,6 +26,10 @@ include $(top_srcdir)/audacious/plugins.make
- 
- AM_CPPFLAGS += $(jack_CFLAGS) $(gtk3_CFLAGS) -I$(top_srcdir)/samples
- 
-+if BUILD_AUDACIOUS36
-+AM_CPPFLAGS += -DAUDACIOUS36 -fvisibility=hidden
-+endif
-+
- if BUILD_JACK
- noinst_LTLIBRARIES = libbmp_int.la libjack_common.la
- bin_PROGRAMS = fv3_jack_strev fv3_jack_nrev fv3_jack_revmodel 
fv3_jack_impulser2 fv3_jack_mbcomp fv3_jack_stenh \
-@@ -35,9 +39,15 @@ endif
- libbmp_int_la_CPPFLAGS = -DJACK $(AM_CPPFLAGS)
- libbmp_int_la_SOURCES = configdb.h configdb_rcfile.c rcfile.c rcfile.h util.c 
util.h
- libjack_common_la_CPPFLAGS = -DJACK $(AM_CPPFLAGS)
--libjack_common_la_SOURCES = plugin.h jack_main.cpp ../samples/CArg.cpp 
../samples/CArg.hpp ../audacious/so.c
-+libjack_common_la_SOURCES = plugin.h jack_main.cpp ../samples/CArg.cpp 
../samples/CArg.hpp
- libjack_common_la_LIBADD = $(jack_LIBS) $(gtk3_LIBS)
- 
-+if BUILD_AUDACIOUS36
-+libjack_common_la_SOURCES += ../audacious/so36.cpp
-+else
-+libjack_common_la_SOURCES += ../audacious/so.c
-+endif
-+
- I_LIBS += libbmp_int.la libjack_common.la
- 
- fv3_jack_strev_CPPFLAGS = -DJACK $(AM_CPPFLAGS)
-@@ -54,9 +64,15 @@ fv3_jack_revmodel_LDADD = $(I_LIBS)
- 
- fv3_jack_impulser2_CPPFLAGS = -DJACK $(AM_CPPFLAGS)
- fv3_jack_impulser2_SOURCES = ../audacious/CFileLoader.hpp  
../audacious/CFileLoader_t.hpp ../audacious/impulser2.cpp \
-- ../audacious/wave.xpm ../audacious/so.c
-+ ../audacious/wave.xpm
- fv3_jack_impulser2_LDADD = $(I_LIBS) $(top_builddir)/libgdither/libgdither.la 
$(sndfile_LIBS)
- 
-+if BUILD_AUDACIOUS36
-+fv3_jack_impulser2_SOURCES += ../audacious/so36.cpp
-+else
-+fv3_j

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

2018-12-12 Thread Andreas Sturmlechner
commit: 0ed1701d0350730d73ca7543d247d50a8d7045e8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov 25 16:28:40 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Dec 13 00:32:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed1701d

media-sound/audacious: Drop 3.9 (r0)

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

 media-sound/audacious/Manifest |  1 -
 media-sound/audacious/audacious-3.9.ebuild | 94 --
 media-sound/audacious/metadata.xml |  1 -
 3 files changed, 96 deletions(-)

diff --git a/media-sound/audacious/Manifest b/media-sound/audacious/Manifest
index 091c016fb12..f033188b175 100644
--- a/media-sound/audacious/Manifest
+++ b/media-sound/audacious/Manifest
@@ -1,4 +1,3 @@
 DIST audacious-3.10.tar.bz2 563531 BLAKE2B 
cde59bd5aff8e0530f76f3bdde20b48f829592a0a67cc03e8b7c08a8892259e99e9de2b1608698ff28819b7a6d0341d5237491f7591c4380566512076a0889b9
 SHA512 
513d5f9608c1ebeae9cf9bb95128244e990e66c74bf49aff6570ec557d537809f3ebf93c400f5df2708ff61cf04ecc95da183b111f5a757735cef5a68dd9907f
 DIST audacious-3.9-gtk3.tar.bz2 600249 BLAKE2B 
08559eafc85236e8e881d0cbe6f08e29c82baf0fc46b9209f1d3eee290460260bfa99e6e8f26940f8c6854f3782da24061226ebdb416b6249d10914093e16276
 SHA512 
6ff98d027c13b30ea9600a9aba914ec993c69826199b8dc303cb60cebdf2af06a7e3dd4af1d34a86343be5485848a57c8a29e48d2a45a33945585550de4e5f9c
-DIST audacious-3.9.tar.bz2 599488 BLAKE2B 
2288fe6919c1770cd283af809629fda72186cc0b87a42821f5fb9b7a20c8e7cd5bc00611d10677a82877c5ebc8a1b5ad728626027b95cc875b66dda732b8747f
 SHA512 
d8ef24c91c84bfa80831075cd9a12fc4bf02cec8bc96bcfa5a941254d194cccdc482482b1c015bc63e1142718c2221034c0f3a87e2cb6e4daf3b4cc428328aaa
 DIST gentoo_ice-xmms-0.2.tar.bz2 51839 BLAKE2B 
d3bf8dbfee675dd588bc0258f1015c76877b6b0a3835813d8e9621d149b924aaa33544d07f7ad44a01c058d41d7480b3908b0773c124af33b6e020c376b13d54
 SHA512 
e863a8f86073007c47ce8c20739aae4bff22e22a7ddc11556b12ae6ebb68654cec7310fdc9d05f2c47f81cf2591fe601b2eb12a2fd911c0a6118c9f3cc524f05

diff --git a/media-sound/audacious/audacious-3.9.ebuild 
b/media-sound/audacious/audacious-3.9.ebuild
deleted file mode 100644
index dea37f7b001..000
--- a/media-sound/audacious/audacious-3.9.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils xdg-utils
-
-MY_P="${P/_/-}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
-HOMEPAGE="https://audacious-media-player.org/";
-
-if [[ ${PV} == * ]]; then
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://github.com/audacious-media-player/audacious.git";
-else
-   SRC_URI="
-   !gtk3? ( 
https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 )
-   gtk3? ( 
https://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-SRC_URI+=" mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="gtk gtk3 nls qt5"
-REQUIRED_USE="^^ ( gtk gtk3 qt5 )"
-
-RDEPEND="
-   >=dev-libs/dbus-glib-0.60
-   >=dev-libs/glib-2.28
-   >=x11-libs/cairo-1.2.6
-   >=x11-libs/pango-1.8.0
-   virtual/freedesktop-icon-theme
-   gtk? ( x11-libs/gtk+:2 )
-   gtk3? ( x11-libs/gtk+:3 )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   nls? ( dev-util/intltool )"
-PDEPEND="~media-plugins/audacious-plugins-${PV}"
-
-src_unpack() {
-   default
-   if use gtk3; then
-   mv "${MY_P}"{-gtk3,} || die
-   fi
-   [[ ${PV} == * ]] && git-r3_src_unpack
-}
-
-src_prepare() {
-   default
-   [[ ${PV} == * ]] && eautoreconf
-}
-
-src_configure() {
-   # D-Bus is a mandatory dependency, remote control,
-   # session management and some plugins depend on this.
-   # Building without D-Bus is *unsupported* and a USE-flag
-   # will not be added due to the bug reports that will result.
-   # Bugs #197894, #199069, #207330, #208606
-   econf \
-   --disable-valgrind \
-   --enable-dbus \
-   $(use_enable $(usex gtk gtk gtk3) gtk) \
-   $(use_enable nls) \
-   $(use_enable qt5 qt)
-}
-
-src_install() {
-   default
-
-   # Gentoo_ice skin installation; bug #109772
-   insinto /usr/share/audacious/Skins/gentoo_ice
-   doins -r "${WORKDIR}"/gentoo_ice/.
-   docinto gentoo_ice
-   dodoc "${WORKDIR}"/README
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   gnome2_icon_cache_update
-}

diff --git a/media-sound/audacious/metadata.xml 
b/media-

[gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/, media-plugins/audacious-plugins/files/

2018-12-12 Thread Andreas Sturmlechner
commit: 954b71d60ef9b75682de23d52859561e58d44657
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov 25 16:30:53 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Dec 13 00:32:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=954b71d6

media-plugins/audacious-plugins: Drop 3.9-r1

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

 media-plugins/audacious-plugins/Manifest   |   1 -
 .../audacious-plugins-3.9-r1.ebuild| 180 -
 .../files/audacious-plugins-3.9-qt-5.10.patch  |  26 ---
 media-plugins/audacious-plugins/metadata.xml   |   3 -
 4 files changed, 210 deletions(-)

diff --git a/media-plugins/audacious-plugins/Manifest 
b/media-plugins/audacious-plugins/Manifest
index 607c7195c5e..d6fc74039d6 100644
--- a/media-plugins/audacious-plugins/Manifest
+++ b/media-plugins/audacious-plugins/Manifest
@@ -1,3 +1,2 @@
 DIST audacious-plugins-3.10.tar.bz2 1701877 BLAKE2B 
4db7351af494ff5b7d2a7968524e2480f321505759f4a6532dd86f8fd87f43ab0a66e9f1fc75cfcbc8c59d35c1071048b61a8452fa6e041cd1667872f5b5699e
 SHA512 
88dd93b5a7f6582ec42cf539d1000de0900cce683f4de85d8a17f57c7ba34545c6277882cad1505cb6682ee7b885ffcd1fe5675f7e24dc3e2a650615789d9d52
 DIST audacious-plugins-3.9-gtk3.tar.bz2 1842950 BLAKE2B 
55f373be204a9b4c9cff41d41d43c4776f680ab203643e90e5d338bec2e7f8a4c60cda9caa08e461089a475f3ec1bc237538f781718eb0d26a4365743337e977
 SHA512 
e2529af761bc97e589cac08689b16db657096b1bbfcc802789726ae1b472746025bec1b492de52eef755d7b50574d09b9250761bf701b1ca37f8a0e8db0f207b
-DIST audacious-plugins-3.9.tar.bz2 1843084 BLAKE2B 
fa3a8433a869a2df0589f59e12513adcc0da0545b53ee441db4b18be7e12334b4125bd60b48902c37041041555859ab19df814c483f7d971214077e9980148b6
 SHA512 
00c8c53d69995ca1fedb91c7df609cc6c65b13e1af23b98a2fbda143c02ac554cc2c42c01f1c593af252e36bfb85b6324f2daca8632d3b672c69fb4dead2e3fa

diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild 
b/media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild
deleted file mode 100644
index 21da7bb77a8..000
--- a/media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild
+++ /dev/null
@@ -1,180 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P="${P/_/-}"
-
-DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
-HOMEPAGE="https://audacious-media-player.org/";
-
-if [[ ${PV} == * ]]; then
-   inherit autotools git-r3
-   
EGIT_REPO_URI="https://github.com/audacious-media-player/audacious-plugins.git";
-else
-   SRC_URI="
-   !gtk3? ( 
https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 )
-   gtk3? ( 
https://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth gnome 
hotkeys http gme gtk gtk3 jack lame libav
-   libnotify libsamplerate lirc mms modplug mp3 nls pulseaudio qt5 
scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack"
-REQUIRED_USE="
-   ^^ ( gtk gtk3 qt5 )
-   qt5? ( !libnotify )
-   || ( alsa jack pulseaudio sdl )
-   ampache? ( qt5 http )"
-
-# The following plugins REQUIRE a GUI build of audacious, because non-GUI
-# builds do NOT install the libaudgui library & headers.
-# Plugins without a configure option:
-#   alarm
-#   albumart
-#   delete-files
-#   ladspa
-#   playlist-manager
-#   search-tool
-#   skins
-#   vtx
-# Plugins with a configure option:
-#   glspectrum
-#   gtkui
-#   hotkey
-#   notify
-#   statusicon
-RDEPEND="
-   app-arch/unzip
-   dev-libs/dbus-glib
-   dev-libs/glib
-   dev-libs/libxml2:2
-   ~media-sound/audacious-${PV}[gtk?,gtk3?,qt5?]
-   aac? ( >=media-libs/faad2-2.7 )
-   alsa? ( >=media-libs/alsa-lib-1.0.16 )
-   ampache? ( =media-libs/ampache_browser-1* )
-   aosd? (
-   x11-libs/libXrender
-   x11-libs/libXcomposite
-   )
-   bs2b? ( media-libs/libbs2b )
-   cdda? (
-   >=media-libs/libcddb-1.2.1
-   dev-libs/libcdio-paranoia
-   )
-   cue? ( media-libs/libcue )
-   ffmpeg? ( >=virtual/ffmpeg-0.7.3 )
-   flac? (
-   >=media-libs/libvorbis-1.0
-   >=media-libs/flac-1.2.1-r1
-   )
-   fluidsynth? ( media-sound/fluidsynth )
-   http? ( >=net-libs/neon-0.26.4 )
-   gtk? ( x11-libs/gtk+:2 )
-   gtk3? ( x11-libs/gtk+:3 )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtmultimedia:5
-   dev-qt/qtwidgets:5
-   media-libs/adplug
-   )
-   jack? (
-   >=media-libs/bio2jack-0.4
-   virtual/jack
-   )
-   lame? ( media-sound/lame )
-   libnotify? ( x11-libs/libnot

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

2018-12-12 Thread Patrick McLean
commit: a8889cff995e988ca22f336f1c793ca8e95cb96a
Author: Patrick McLean  sony  com>
AuthorDate: Thu Dec 13 00:30:09 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Dec 13 00:30:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8889cff

dev-python/pytoml: Version bump to 0.1.20

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/pytoml/Manifest |  2 ++
 dev-python/pytoml/pytoml-0.1.20.ebuild | 26 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/pytoml/Manifest b/dev-python/pytoml/Manifest
index fa29c646b78..ce0024fe022 100644
--- a/dev-python/pytoml/Manifest
+++ b/dev-python/pytoml/Manifest
@@ -1,3 +1,5 @@
 DIST pytoml-0.1.14.tar.gz 7679 BLAKE2B 
071ea5f91f9bfb07b55ce08a5d055b9ecb5425534380f16074452dab9a740aceabc7cb50c290cad388e1ce3854b561572577c50f4fe1ac47b7baca8f7233cd6e
 SHA512 
1a608dfa563ebf979bd72b7fad755d3c02afbda6cff99a0ed9a36ca8eecaaea5f89b7b39ff1f5204dd7302e8957c8304dbc4c221e56589c7654edc0fe93f3178
 DIST pytoml-0.1.18.tar.gz 8110 BLAKE2B 
b3c68b20abc919b1c2f9849f8f754d1e9e2df1832a573a8b660d665dc05d0ce1f7501ef898b96e56e1136b19953386fb0386c4551b5e25c5c5f3cce16ee6a702
 SHA512 
659fcb9ad14e11dc5f6dc8a9a74e8d88b1b712f889e4ca35a014b4743950e81aa468eef536e159ae26b9fceeea8c2da5f6b0c5db083f467a929b3308daa3bf2f
+DIST pytoml-0.1.20.tar.gz 8529 BLAKE2B 
ebd2ea0ec2ca3477371622a003b6a84d3b108c0a36b76e2fb656a8cc59406c39d0158986aef5aafb39036624871f3185041a1314866f17fda1d28cd8e7cde802
 SHA512 
9b913219e65e2329302455a1457a39cf5eb37e04c03025dfdbb81db4ffe60b547fb7e64fc961608004900365ccfddb4225042105fa2db8bd2e393fa2797fc24f
+DIST toml-test-b212790a6b7367489f389411bda009e5ff765f20.tar.gz 19525 BLAKE2B 
4a0a90406c4388a4834f33b637569d156b1ed6b0006b77b44dfcc6968349b745217ce40405aad5680a690bb9c5ffb2dfd7e716ecf214a7354e7727a212914a72
 SHA512 
94dc6ddadac2c75095b1a9ef7c4f68e38908bfadba53203b75c29c7aa8d3c387c1f05cf9915c2c63869f4290cdcef4b8768cb36dcd4031168b5af549bb54
 DIST toml-test-fa9501a192b7c46b82059caddaef978e3de883dc.tar.gz 16627 BLAKE2B 
8cfa6fbee59f6482e22a03034ea0c37751fce337b7b7f652d959365c05201826344c1096f0a696aa84c0cd2f79fa3df6dbac73c1bf32f86d5e84db77a46c3fc6
 SHA512 
fea37ebf547633016a83c8e59e7d01a8df2e2795fdb8954246d10e4763675474e112fc52adfed38d3d8ce25bb5a60ef820f798aec2477b0fb7755f1cd6a66a98

diff --git a/dev-python/pytoml/pytoml-0.1.20.ebuild 
b/dev-python/pytoml/pytoml-0.1.20.ebuild
new file mode 100644
index 000..7c1a378738d
--- /dev/null
+++ b/dev-python/pytoml/pytoml-0.1.20.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+inherit distutils-r1
+
+TOML_TEST_COMMIT="b212790a6b7367489f389411bda009e5ff765f20"
+
+DESCRIPTION="A TOML-0.4.0 parser/writer for Python"
+HOMEPAGE="https://github.com/avakar/pytoml";
+SRC_URI="https://github.com/avakar/pytoml/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   test? ( 
https://github.com/avakar/toml-test/archive/${TOML_TEST_COMMIT}.tar.gz -> 
toml-test-${TOML_TEST_COMMIT}.tar.gz )"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   cp -R ../toml-test-${TOML_TEST_COMMIT}/* test/toml-test/ || die
+   ${EPYTHON} test/test.py || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/fail2ban/

2018-12-12 Thread Jeroen Roovers
commit: bfed17f94219db7fa0648c4a4f647feeb91d6665
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Dec 13 00:17:43 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Dec 13 00:18:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfed17f9

net-analyzer/fail2ban: Stable

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/fail2ban/fail2ban-0.10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/fail2ban/fail2ban-0.10.4.ebuild 
b/net-analyzer/fail2ban/fail2ban-0.10.4.ebuild
index d17adcb5886..4ba2745237d 100644
--- a/net-analyzer/fail2ban/fail2ban-0.10.4.ebuild
+++ b/net-analyzer/fail2ban/fail2ban-0.10.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/tarball/${PV} -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="selinux systemd"
 
 # TODO support ipfw and ipfilter



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

2018-12-12 Thread Tim Harder
commit: 82efb81ecff61c7a88628cdead9eb6ee8d32d85b
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Dec 12 23:47:25 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Dec 12 23:53:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82efb81e

dev-libs/tinyxml2: drop static-libs USE flag

Upstream collapsed static/shared builds into one target and we don't
have any current users of static-libs in the tree so drop support for it
instead of figuring out how to run configure/build/install twice with
differing settings.

Closes: https://bugs.gentoo.org/673046

Signed-off-by: Tim Harder  gentoo.org>

 .../tinyxml2/{tinyxml2-7.0.1.ebuild => tinyxml2-7.0.1-r1.ebuild}   | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-libs/tinyxml2/tinyxml2-7.0.1.ebuild 
b/dev-libs/tinyxml2/tinyxml2-7.0.1-r1.ebuild
similarity index 80%
rename from dev-libs/tinyxml2/tinyxml2-7.0.1.ebuild
rename to dev-libs/tinyxml2/tinyxml2-7.0.1-r1.ebuild
index f4420188b79..5e24e7bc18a 100644
--- a/dev-libs/tinyxml2/tinyxml2-7.0.1.ebuild
+++ b/dev-libs/tinyxml2/tinyxml2-7.0.1-r1.ebuild
@@ -12,12 +12,9 @@ 
SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 LICENSE="ZLIB"
 SLOT="0/7"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
-IUSE="static-libs test"
+IUSE="test"
 
 multilib_src_configure() {
-   local mycmakeargs=(
-   -DBUILD_STATIC_LIBS=$(usex static-libs)
-   -DBUILD_TESTING=$(usex test)
-   )
+   local mycmakeargs=( -DBUILD_TESTING=$(usex test) )
cmake-utils_src_configure
 }



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

2018-12-12 Thread Sergei Trofimovich
commit: 8883731c3e1d62163b3a012bc7f4a49d0ed00fa3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 12 22:43:43 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 12 23:48:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8883731c

profiles/features/uclibc/package.mask: drop commented packages

Those should live in x86/amd64 directories anyway.

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

 profiles/features/uclibc/package.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/features/uclibc/package.mask 
b/profiles/features/uclibc/package.mask
index b2b832a58bd..7129450631e 100644
--- a/profiles/features/uclibc/package.mask
+++ b/profiles/features/uclibc/package.mask
@@ -12,8 +12,3 @@ sys-fs/udev
 # Working on it, bug #470884
 dev-libs/elfutils
 >virtual/libelf-2
-
-## MJE 18/09/2018 - Do these still apply?:
-## These binary pkgs have a hard dep on glibc; make repoman shut up
-#app-arch/rar
-#www-plugins/adobe-flash



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

2018-12-12 Thread Sergei Trofimovich
commit: c0fe1489af29c9159ec8709779e7a56cbd657047
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 12 23:48:43 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 12 23:48:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0fe1489

media-sound/adplay: bump up to 1.8, bug #638580

New release fixes build failure against modern glibc.

Reported-by: Steffen 'j0inty' Stollfuß
Closes: https://bugs.gentoo.org/638580
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-sound/adplay/Manifest  |  1 +
 media-sound/adplay/adplay-1.8.ebuild | 30 ++
 media-sound/adplay/metadata.xml  |  1 +
 3 files changed, 32 insertions(+)

diff --git a/media-sound/adplay/Manifest b/media-sound/adplay/Manifest
index 0bb775e5a85..95a5684f778 100644
--- a/media-sound/adplay/Manifest
+++ b/media-sound/adplay/Manifest
@@ -1 +1,2 @@
 DIST adplay-1.7.tar.bz2 264340 BLAKE2B 
ea9231c66a8233ee1d026bccd073440cbbc0e8868469aee33ec0e18c7d893fa24dd20bb4fe960f908db0666e7ee5c6a4afd14051b851b011418796cc0cc2c939
 SHA512 
854a9bee1057d3a42308d9149e74a8abae0b6bdfda5e1466086df9d6aeed4bbc92a045bca02917fc699b43195572b39c6316ddf56ee3441add1a01d6cbbdfcbe
+DIST adplay-1.8.tar.bz2 333582 BLAKE2B 
e5d0e3baf3f37adb1a2f42eee368fbbcb3947b0c651415b60d5f1d648d004789eae0ef75b7e6ac8ad9f90ac9941332e713e36555167648a40a871659083d1b59
 SHA512 
6a82b10fa73ad9317303da03d2fcb1fa97772d850f3f78f53c554b9daaa9ae5d04bc2f0a1b1d25fd5d3a1eab073641d6fa0589070721612987d57762f03363c7

diff --git a/media-sound/adplay/adplay-1.8.ebuild 
b/media-sound/adplay/adplay-1.8.ebuild
new file mode 100644
index 000..76afd8fa9a6
--- /dev/null
+++ b/media-sound/adplay/adplay-1.8.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A console player for AdLib music"
+HOMEPAGE="https://adplug.github.io/";
+SRC_URI="https://github.com/adplug/adplay-unix/releases/download/v${PV}/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="alsa ao oss sdl"
+
+RDEPEND=">=media-libs/adplug-2.2.1
+   dev-cpp/libbinio
+   alsa? ( media-libs/alsa-lib )
+   ao? ( media-libs/libao )
+   sdl? ( media-libs/libsdl )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   econf \
+   --disable-output-esound \
+   $(use_enable alsa output-alsa) \
+   $(use_enable ao output-ao) \
+   $(use_enable oss output-oss) \
+   $(use_enable sdl output-sdl)
+}

diff --git a/media-sound/adplay/metadata.xml b/media-sound/adplay/metadata.xml
index 3be2784242d..dc329baaf1b 100644
--- a/media-sound/adplay/metadata.xml
+++ b/media-sound/adplay/metadata.xml
@@ -7,5 +7,6 @@


adplug
+   adplug/adplay-unix

 



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

2018-12-12 Thread Jeroen Roovers
commit: 224db8e29d8f464ed8bab59424da70394b468948
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Dec 12 23:17:23 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Dec 12 23:17:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224db8e2

dev-db/sqlite: Stable for HPPA too.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --ignore-arches
Signed-off-by: Jeroen Roovers  gentoo.org>

 dev-db/sqlite/sqlite-3.25.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlite/sqlite-3.25.3.ebuild 
b/dev-db/sqlite/sqlite-3.25.3.ebuild
index 32c40ae1810..82774c96771 100644
--- a/dev-db/sqlite/sqlite-3.25.3.ebuild
+++ b/dev-db/sqlite/sqlite-3.25.3.ebuild
@@ -19,7 +19,7 @@ SRC_URI="doc? ( 
https://sqlite.org/2018/${PN}-doc-${DOC_PV}.zip )
 
 LICENSE="public-domain"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="debug doc icu +readline secure-delete static-libs tcl test tools"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/

2018-12-12 Thread Maciej Mrozowski
commit: e1bebc5752c6c0aafd3d5f9a59332b545cdc5b9d
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Wed Dec 12 23:13:20 2018 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Wed Dec 12 23:14:06 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e1bebc57

dev-util/kdevelop: cvs plugin removed in master and 5.3 branch

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Maciej Mrozowski  gentoo.org>

 dev-util/kdevelop/kdevelop-5.3..ebuild | 6 ++
 dev-util/kdevelop/kdevelop-.ebuild | 6 ++
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/dev-util/kdevelop/kdevelop-5.3..ebuild 
b/dev-util/kdevelop/kdevelop-5.3..ebuild
index a503019e34..53e691a99a 100644
--- a/dev-util/kdevelop/kdevelop-5.3..ebuild
+++ b/dev-util/kdevelop/kdevelop-5.3..ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ inherit kde5
 
 DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and 
much more"
 LICENSE="GPL-2 LGPL-2"
-IUSE="cvs +gdbui hex +plasma +qmake reviewboard subversion webkit"
+IUSE="+gdbui hex +plasma +qmake reviewboard subversion webkit"
 [[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
 
 COMMON_DEPEND="
@@ -82,7 +82,6 @@ RDEPEND="${COMMON_DEPEND}
$(add_kdeapps_dep kio-extras)
dev-util/ninja
>=sys-devel/gdb-7.0[python]
-   cvs? ( dev-vcs/cvs )
reviewboard? ( $(add_kdeapps_dep ktp-accounts-kcm) )
!dev-util/kdevelop-clang
!dev-util/kdevelop-cppcheck
@@ -96,7 +95,6 @@ RESTRICT+=" test"
 
 src_configure() {
local mycmakeargs=(
-   -DBUILD_cvs=$(usex cvs)
$(cmake-utils_use_find_package gdbui KF5SysGuard)
-DBUILD_executeplasmoid=$(usex plasma)
$(cmake-utils_use_find_package plasma KF5Plasma)

diff --git a/dev-util/kdevelop/kdevelop-.ebuild 
b/dev-util/kdevelop/kdevelop-.ebuild
index 04e05b7c00..de6cb66158 100644
--- a/dev-util/kdevelop/kdevelop-.ebuild
+++ b/dev-util/kdevelop/kdevelop-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit kde5
 
 DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and 
much more"
 LICENSE="GPL-2 LGPL-2"
-IUSE="cvs +gdbui hex +plasma +qmake reviewboard subversion webkit"
+IUSE="+gdbui hex +plasma +qmake reviewboard subversion webkit"
 [[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
 
 COMMON_DEPEND="
@@ -81,7 +81,6 @@ RDEPEND="${COMMON_DEPEND}
$(add_kdeapps_dep kio-extras)
dev-util/ninja
>=sys-devel/gdb-7.0[python]
-   cvs? ( dev-vcs/cvs )
reviewboard? ( $(add_kdeapps_dep ktp-accounts-kcm) )
!dev-util/kdevelop-clang
!dev-util/kdevelop-clang-tidy
@@ -96,7 +95,6 @@ RESTRICT+=" test"
 
 src_configure() {
local mycmakeargs=(
-   -DBUILD_cvs=$(usex cvs)
$(cmake-utils_use_find_package gdbui KF5SysGuard)
-DBUILD_executeplasmoid=$(usex plasma)
$(cmake-utils_use_find_package plasma KF5Plasma)



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

2018-12-12 Thread Maciej Mrozowski
commit: 7dfaaee4ce41191493d974fb421fd071a69c69a4
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Wed Dec 12 23:02:31 2018 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Wed Dec 12 23:11:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dfaaee4

dev-util/kdevelop-php: Version bump 5.3.1, remove 5.3.0

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Maciej Mrozowski  gentoo.org>

 dev-util/kdevelop-php/Manifest  | 2 +-
 .../{kdevelop-php-5.3.0.ebuild => kdevelop-php-5.3.1.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/kdevelop-php/Manifest b/dev-util/kdevelop-php/Manifest
index f1b8b1bf4f0..96e505a2737 100644
--- a/dev-util/kdevelop-php/Manifest
+++ b/dev-util/kdevelop-php/Manifest
@@ -1,2 +1,2 @@
 DIST kdev-php-5.2.4.tar.xz 685356 BLAKE2B 
d9c9feb1099b5d6b0d57651f2588ad51016e159bde78a7104c3f9b429e75c9ef596329173e27f5010e39388575e23b920af2b7fec72b0801c21370f235f20acf
 SHA512 
3729cf0ea4ade85349778dd05ef9835a6993309aed05c7d7ef7d91c90ddaf09d1c5fad495753aa32f6a93b339dfbd14be9cb4b06b04a10d9d065aa8cfa1fa3cd
-DIST kdev-php-5.3.0.tar.xz 1007344 BLAKE2B 
4fe9f1710966d8cf741a702f664d08e3a57ba931dacb1424cff3adc06f2b65abf6a4bdd24f33add4b1da1585f9580b50615f5b799f5d68a9f3b0b5ef8268bf19
 SHA512 
7a5d86bcb05516a503a1b0bc074b2164442d113d036bdc47129b7948d9e4357258b61361e742bc2c06c172b8bc04790353c84eb0ea1bc958136045d69b2a2eb1
+DIST kdev-php-5.3.1.tar.xz 1008084 BLAKE2B 
6e47c9a99b6b1f2408570f6cd31c05271b59af90bd0fb1f90f6dd4a66aed0976d18de3618906f970c75f056abe5527900a51f0ed428a07325e62e6c11d804760
 SHA512 
7dd6a58be583ec6e1e8eb079f7f14b01abc7f0c9d73eb9e7cd8be413bf43eef79d90c53a0b13446db9e354824b6d39e62a99bfe4a472b3e59f2dd50203726fbc

diff --git a/dev-util/kdevelop-php/kdevelop-php-5.3.0.ebuild 
b/dev-util/kdevelop-php/kdevelop-php-5.3.1.ebuild
similarity index 100%
rename from dev-util/kdevelop-php/kdevelop-php-5.3.0.ebuild
rename to dev-util/kdevelop-php/kdevelop-php-5.3.1.ebuild



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

2018-12-12 Thread Maciej Mrozowski
commit: b78e19b0de1002e587e983a8a65e35dd2b948b7f
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Wed Dec 12 23:00:06 2018 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Wed Dec 12 23:11:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78e19b0

dev-util/kdevelop: Version bump 5.3.1, remove 5.3.0

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Maciej Mrozowski  gentoo.org>

 dev-util/kdevelop/Manifest | 2 +-
 dev-util/kdevelop/{kdevelop-5.3.0.ebuild => kdevelop-5.3.1.ebuild} | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-util/kdevelop/Manifest b/dev-util/kdevelop/Manifest
index 6e11d035f28..89f79e46173 100644
--- a/dev-util/kdevelop/Manifest
+++ b/dev-util/kdevelop/Manifest
@@ -1,2 +1,2 @@
 DIST kdevelop-5.2.4.tar.xz 6647172 BLAKE2B 
c3dc301cf16bdef95000aa6cb3ebe615054f49ad29bc67870c31d329cf7bd4df81dad330eb26dd28c19627b2040f62522d755afa4450bb125872350d1f8039e1
 SHA512 
1c64b4f56452e8c926c5bcea5a9d8368fa62926d1ec507d289d8cb47275d478898d56fdf083fc24e291aaf4738cc5b7ddfd239e6993848e862bc4d83e270558b
-DIST kdevelop-5.3.0.tar.xz 6698296 BLAKE2B 
51547eda3b0c0505fc92acd9cb02b2eea3d97aa148bb5c659115688dee9ead4e025fc4d34d4da7e6bc55b2aa38d854f63ffa05604129c34f5f6151de9665b716
 SHA512 
dbe628378094515911b8e1cac9ed8fedabaf495e68d87b199b5beb5121b936e7ea245c567e91db5a9ecb477f3b636fa62da41d4c70395273e234430ec72e62fd
+DIST kdevelop-5.3.1.tar.xz 6671416 BLAKE2B 
ac09bb2f9254279af662d472ddc712e09892509a7eae0dc0df8fa7fc1b36ec0b90c381503699f7844141cef644e33d70c8a3ca77267958e46bc56fe55f4c5c2c
 SHA512 
3b8c9d839a0fab48a2ecb63cb3dddb96c096c6d244f95baaefcbeca5beb91557769773da367a02f1ad8bd33ec44d14157a988989576062894a081a4073928a0a

diff --git a/dev-util/kdevelop/kdevelop-5.3.0.ebuild 
b/dev-util/kdevelop/kdevelop-5.3.1.ebuild
similarity index 96%
rename from dev-util/kdevelop/kdevelop-5.3.0.ebuild
rename to dev-util/kdevelop/kdevelop-5.3.1.ebuild
index a59e0128694..53e691a99ab 100644
--- a/dev-util/kdevelop/kdevelop-5.3.0.ebuild
+++ b/dev-util/kdevelop/kdevelop-5.3.1.ebuild
@@ -12,7 +12,7 @@ inherit kde5
 
 DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and 
much more"
 LICENSE="GPL-2 LGPL-2"
-IUSE="cvs +gdbui hex +plasma +qmake reviewboard subversion webkit"
+IUSE="+gdbui hex +plasma +qmake reviewboard subversion webkit"
 [[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
 
 COMMON_DEPEND="
@@ -82,7 +82,6 @@ RDEPEND="${COMMON_DEPEND}
$(add_kdeapps_dep kio-extras)
dev-util/ninja
>=sys-devel/gdb-7.0[python]
-   cvs? ( dev-vcs/cvs )
reviewboard? ( $(add_kdeapps_dep ktp-accounts-kcm) )
!dev-util/kdevelop-clang
!dev-util/kdevelop-cppcheck
@@ -96,7 +95,6 @@ RESTRICT+=" test"
 
 src_configure() {
local mycmakeargs=(
-   -DBUILD_cvs=$(usex cvs)
$(cmake-utils_use_find_package gdbui KF5SysGuard)
-DBUILD_executeplasmoid=$(usex plasma)
$(cmake-utils_use_find_package plasma KF5Plasma)



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

2018-12-12 Thread Maciej Mrozowski
commit: 36f1352ff1f3d215b0b1d2ac7f6b754000d44789
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Wed Dec 12 23:04:40 2018 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Wed Dec 12 23:11:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f1352f

dev-util/kdevelop-python: Version bump 5.3.1, remove 5.3.0

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Maciej Mrozowski  gentoo.org>

 dev-util/kdevelop-python/Manifest   | 2 +-
 .../{kdevelop-python-5.3.0.ebuild => kdevelop-python-5.3.1.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/kdevelop-python/Manifest 
b/dev-util/kdevelop-python/Manifest
index 022ebb55649..86f3887518e 100644
--- a/dev-util/kdevelop-python/Manifest
+++ b/dev-util/kdevelop-python/Manifest
@@ -1,2 +1,2 @@
 DIST kdev-python-5.2.4.tar.xz 1073172 BLAKE2B 
774ef9853d9304073c5c8ff0657774a546c361d316116c1b09f21dad5f65cc8566948f42d179d5e612b64874ea14087e26794fdc3f3c7a9910569592c064973b
 SHA512 
abf86aeeffba496a51cc6969bb0dd75509b3385332914f8135e3b1ec5e4da592af5a7d07fd98ad231d8c09109c2396037727e3db0a7ce14bd427f87d558fa3b8
-DIST kdev-python-5.3.0.tar.xz 1074128 BLAKE2B 
0975aaa44555e45e17f79c68179b7e70c6b343356294b0f861feb34031267a41bddab2cf9e02bdabef2eb593fbd3bef8b26baf977c8dd778bacf2fa0538f87c1
 SHA512 
5e7b850dd297d14f81121a253d0650deed1ee9c22aef4c7b129f9aef57119bb9c3266292fb57cfa1dcbdd19ca076bc565cb21ced856e03480d1d774b719c8755
+DIST kdev-python-5.3.1.tar.xz 1074256 BLAKE2B 
dd122e9150c156276515213bb1326d60be43bdb5a1a2ab1a303de2521b63ac4e8b1609f4bb6c015e75cf57006bd12ec76b8b442b5e0f46a642a573e0c920324b
 SHA512 
d8ffa2d842775b7bf6f1d5cace81b124c8979bbcf474b75f2565ae0efa7c809c4e66a86af53212a332ef6db77e8887c84b3fcbe8e1c4cdf51b56794b7d247829

diff --git a/dev-util/kdevelop-python/kdevelop-python-5.3.0.ebuild 
b/dev-util/kdevelop-python/kdevelop-python-5.3.1.ebuild
similarity index 100%
rename from dev-util/kdevelop-python/kdevelop-python-5.3.0.ebuild
rename to dev-util/kdevelop-python/kdevelop-python-5.3.1.ebuild



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

2018-12-12 Thread Jeroen Roovers
commit: 6f5938aa036626aba6e86e10fa4c0fc33e03546e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Dec 12 23:04:09 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Dec 12 23:07:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5938aa

sys-kernel/gentoo-sources: Stable for HPPA too.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --ignore-arches
Signed-off-by: Jeroen Roovers  gentoo.org>

 sys-kernel/gentoo-sources/gentoo-sources-4.14.83.ebuild | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.4.164.ebuild | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.9.140.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.83.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.83.ebuild
index 877795b7edd..9d9729d87c1 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.14.83.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.83.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.164.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.164.ebuild
index bec7b3d855b..6ac27671e2d 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.164.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.164.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.140.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.140.ebuild
index 31200aeb594..1833fc054e1 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.9.140.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.140.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 



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

2018-12-12 Thread William Hubbs
commit: d773a16432d0ce1af5703a7d28aaae41be5d23e1
Author: William Hubbs  sony  com>
AuthorDate: Wed Dec 12 22:53:15 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec 12 22:58:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d773a164

sys-apps/openrc-: remove runlevels directory from /usr/share

This was needed due to bug #523684.
Since this bug has been fixed for some time, we can remove this processing and
work with /etc/init.d/runlevels which means that most of the processing
now moves upstream.

Bug: https://bugs.gentoo.org/672924
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 sys-apps/openrc/openrc-.ebuild | 122 +
 1 file changed, 1 insertion(+), 121 deletions(-)

diff --git a/sys-apps/openrc/openrc-.ebuild 
b/sys-apps/openrc/openrc-.ebuild
index 03c55deff41..423caaa847a 100644
--- a/sys-apps/openrc/openrc-.ebuild
+++ b/sys-apps/openrc/openrc-.ebuild
@@ -127,11 +127,6 @@ src_install() {
fi
keepdir /lib/rc/tmp
 
-   # Backup our default runlevels
-   dodir /usr/share/"${PN}"
-   cp -PR "${ED}"/etc/runlevels "${ED}"/usr/share/${PN} || die
-   rm -rf "${ED}"/etc/runlevels
-
# Setup unicode defaults for silly unicode users
set_config_yes_no /etc/rc.conf unicode use unicode
 
@@ -140,7 +135,7 @@ src_install() {
 
# On HPPA, do not run consolefont by default (bug #222889)
if use hppa; then
-   rm -f "${ED}"/usr/share/openrc/runlevels/boot/consolefont
+   rm -f "${ED}"/etc/runlevels/boot/consolefont
fi
 
# Support for logfile rotation
@@ -158,37 +153,7 @@ src_install() {
fi
 }
 
-add_boot_init() {
-   local initd=$1
-   local runlevel=${2:-boot}
-   # if the initscript is not going to be installed and is not
-   # currently installed, return
-   [[ -e "${ED}"/etc/init.d/${initd} || -e "${EROOT}"etc/init.d/${initd} 
]] \
-   || return
-   [[ -e "${EROOT}"etc/runlevels/${runlevel}/${initd} ]] && return
-
-   # if runlevels dont exist just yet, then create it but still flag
-   # to pkg_postinst that it needs real setup #277323
-   if [[ ! -d "${EROOT}"etc/runlevels/${runlevel} ]] ; then
-   mkdir -p "${EROOT}"etc/runlevels/${runlevel}
-   touch "${EROOT}"etc/runlevels/.add_boot_init.created
-   fi
-
-   elog "Auto-adding '${initd}' service to your ${runlevel} runlevel"
-   ln -snf /etc/init.d/${initd} 
"${EROOT}"etc/runlevels/${runlevel}/${initd}
-}
-add_boot_init_mit_config() {
-   local config=$1 initd=$2
-   if [[ -e ${EROOT}${config} ]] ; then
-   if [[ -n $(sed -e 's:#.*::' -e '/^[[:space:]]*$/d' 
"${EROOT}"${config}) ]] ; then
-   add_boot_init ${initd}
-   fi
-   fi
-}
-
 pkg_preinst() {
-   local f LIBDIR=$(get_libdir)
-
# avoid default thrashing in conf.d files when possible #295406
if [[ -e "${EROOT}"etc/conf.d/hostname ]] ; then
(
@@ -201,95 +166,10 @@ pkg_preinst() {
 
# set default interactive shell to sulogin if it exists
set_config /etc/rc.conf rc_shell /sbin/sulogin "#" test -e /sbin/sulogin
-
-   # termencoding was added in 0.2.1 and needed in boot
-   has_version ">=sys-apps/openrc-0.2.1" || add_boot_init termencoding
-
-   # swapfiles was added in 0.9.9 and needed in boot (february 2012)
-   has_version ">=sys-apps/openrc-0.9.9" || add_boot_init swapfiles
-
-   if ! has_version ">=sys-apps/openrc-0.11"; then
-   add_boot_init sysfs sysinit
-   fi
-
-   if ! has_version ">=sys-apps/openrc-0.11.3" ; then
-   migrate_udev_mount_script
-   fi
-
-   # these were added in 0.12.
-   if ! has_version ">=sys-apps/openrc-0.12"; then
-   add_boot_init loopback
-
-   # ensure existing /etc/conf.d/net is not removed
-   # undoes the hack to get around CONFIG_PROTECT in openrc-0.11.8 
and earlier
-   # this needs to stay in openrc ebuilds for a long time. :(
-   # Added in 0.12.
-   if [[ -f "${EROOT}"etc/conf.d/net ]]; then
-   einfo "Modifying conf.d/net to keep it from being 
removed"
-   cat <<-EOF >>"${EROOT}"etc/conf.d/net
-
-# The network scripts are now part of net-misc/netifrc
-# In order to avoid sys-apps/${P} from removing this file, this comment was
-# added; you can safely remove this comment.  Please see
-# /usr/share/doc/netifrc*/README* for more information.
-EOF
-   fi
-   fi
-   has_version ">=sys-apps/openrc-0.14" || add_boot_init binfmt
-
-   if ! has_version ">=sys-apps/openrc-0.18.3"; then
-   add_boot_init mtab
-   if [[ -f "${EROOT}"etc/mtab ]] && [[ ! -L "${

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

2018-12-12 Thread Sergei Trofimovich
commit: a35bb36412f2f73ff34c91585c9f7687acb95f15
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 12 22:37:36 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 12 22:38:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35bb364

dev-libs/distorm64: bump up to 3.4.1

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

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

diff --git a/dev-libs/distorm64/Manifest b/dev-libs/distorm64/Manifest
index 3ee0996c3dd..f06d7046d20 100644
--- a/dev-libs/distorm64/Manifest
+++ b/dev-libs/distorm64/Manifest
@@ -1,3 +1,4 @@
 DIST distorm-3.3.3.tar.gz 220254 BLAKE2B 
2f3cad53365d0ba305de0da5c45fdebbecea2eda1428cc370230c9607608fcc4cbfcd3be364f3421db2bf678e1ca9e8501d645fe365275f3a00846e7aa1c8d27
 SHA512 
abc37d050efcb7fd7c6e0f1ef055537f06059528fb48a07d159621adca8d905ee3a44b394d75e10aa69f2429fb1023e9282b349281acb3a9474148f195306fbf
 DIST distorm-3.3.4.tar.gz 220334 BLAKE2B 
6fb534630a43bf7b9c23added8fc8101a6811ea4630b09948e3774b49508f3dd25a7acd1ffb87e0503cf17bd7ce5300053c9196c7dd754094c4a6ee5dbbc430f
 SHA512 
172bb1a9a3f92089daf140fd019c94cf3b63f646b78e7aa527640819f418b1e3df2e2d727a76863a7800e6e3735c404054aeb48fceeec7a94f95480b89883b90
 DIST distorm-3.3.8.tar.gz 219869 BLAKE2B 
91be3a56f1ffcff96ab345c8dd42a4f17b22f40299c5c16b77b3074ba2e071d747aa2e91adeea3cb78e3787cc42d5ad4544b89c3ed5b7940d9156168acc8da62
 SHA512 
bf65fe500089b4aa38d6430eb985f1dc3494b43c829379c56f91b5b4b25d19504fa3781a2fb2b03946f541962f6e564e46d6ec464c469ee21ecb773303b8494e
+DIST distorm-3.4.1.tar.gz 220042 BLAKE2B 
a845fb3b5a3c98c1b25601896785273668b48c8477dd29c5db4c4ddcf3cdfe73095e3c4c883ca0909820430989a412d9b47c87471450eba2a4d969a9a03d32c1
 SHA512 
0e9f8b62bc190ef7d516f1902b6003adef9c7d5d4a5f985fb0bdfc5d4838b2805e2b8836b02d5eccdb3401e814417de615dec675aed9e606c93122ca8a0d2083

diff --git a/dev-libs/distorm64/distorm64-3.4.1.ebuild 
b/dev-libs/distorm64/distorm64-3.4.1.ebuild
new file mode 100644
index 000..7b6289f97ea
--- /dev/null
+++ b/dev-libs/distorm64/distorm64-3.4.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="The ultimate disassembler library (X86-32, X86-64)"
+HOMEPAGE="http://www.ragestorm.net/distorm/";
+
+MY_PN=distorm
+MY_P=${MY_PN}-${PV}
+
+SRC_URI="https://github.com/gdabah/${MY_PN}/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+DEPEND=""
+RDEPEND=""
+
+LICENSE="BSD-4"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""



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

2018-12-12 Thread Sergei Trofimovich
commit: ea912a50351b23b80ae983b7d3bfd65b8fa8bc4b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 12 22:37:58 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 12 22:38:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea912a50

dev-libs/distorm64: drop old

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

 dev-libs/distorm64/Manifest   |  2 --
 dev-libs/distorm64/distorm64-3.3.3.ebuild | 26 --
 dev-libs/distorm64/distorm64-3.3.4.ebuild | 26 --
 3 files changed, 54 deletions(-)

diff --git a/dev-libs/distorm64/Manifest b/dev-libs/distorm64/Manifest
index f06d7046d20..baff47c98a8 100644
--- a/dev-libs/distorm64/Manifest
+++ b/dev-libs/distorm64/Manifest
@@ -1,4 +1,2 @@
-DIST distorm-3.3.3.tar.gz 220254 BLAKE2B 
2f3cad53365d0ba305de0da5c45fdebbecea2eda1428cc370230c9607608fcc4cbfcd3be364f3421db2bf678e1ca9e8501d645fe365275f3a00846e7aa1c8d27
 SHA512 
abc37d050efcb7fd7c6e0f1ef055537f06059528fb48a07d159621adca8d905ee3a44b394d75e10aa69f2429fb1023e9282b349281acb3a9474148f195306fbf
-DIST distorm-3.3.4.tar.gz 220334 BLAKE2B 
6fb534630a43bf7b9c23added8fc8101a6811ea4630b09948e3774b49508f3dd25a7acd1ffb87e0503cf17bd7ce5300053c9196c7dd754094c4a6ee5dbbc430f
 SHA512 
172bb1a9a3f92089daf140fd019c94cf3b63f646b78e7aa527640819f418b1e3df2e2d727a76863a7800e6e3735c404054aeb48fceeec7a94f95480b89883b90
 DIST distorm-3.3.8.tar.gz 219869 BLAKE2B 
91be3a56f1ffcff96ab345c8dd42a4f17b22f40299c5c16b77b3074ba2e071d747aa2e91adeea3cb78e3787cc42d5ad4544b89c3ed5b7940d9156168acc8da62
 SHA512 
bf65fe500089b4aa38d6430eb985f1dc3494b43c829379c56f91b5b4b25d19504fa3781a2fb2b03946f541962f6e564e46d6ec464c469ee21ecb773303b8494e
 DIST distorm-3.4.1.tar.gz 220042 BLAKE2B 
a845fb3b5a3c98c1b25601896785273668b48c8477dd29c5db4c4ddcf3cdfe73095e3c4c883ca0909820430989a412d9b47c87471450eba2a4d969a9a03d32c1
 SHA512 
0e9f8b62bc190ef7d516f1902b6003adef9c7d5d4a5f985fb0bdfc5d4838b2805e2b8836b02d5eccdb3401e814417de615dec675aed9e606c93122ca8a0d2083

diff --git a/dev-libs/distorm64/distorm64-3.3.3.ebuild 
b/dev-libs/distorm64/distorm64-3.3.3.ebuild
deleted file mode 100644
index 74d0bdc5ef7..000
--- a/dev-libs/distorm64/distorm64-3.3.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# does not work with python3_4 as-is
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="The ultimate disassembler library (X86-32, X86-64)"
-HOMEPAGE="http://www.ragestorm.net/distorm/";
-
-MY_PN=distorm
-MY_P=${MY_PN}-${PV}
-
-SRC_URI="https://github.com/gdabah/${MY_PN}/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-DEPEND=""
-RDEPEND=""
-
-LICENSE="BSD-4"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""

diff --git a/dev-libs/distorm64/distorm64-3.3.4.ebuild 
b/dev-libs/distorm64/distorm64-3.3.4.ebuild
deleted file mode 100644
index bdb8f39dca4..000
--- a/dev-libs/distorm64/distorm64-3.3.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# does not work with python3_4 as-is
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="The ultimate disassembler library (X86-32, X86-64)"
-HOMEPAGE="http://www.ragestorm.net/distorm/";
-
-MY_PN=distorm
-MY_P=${MY_PN}-${PV}
-
-SRC_URI="https://github.com/gdabah/${MY_PN}/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-DEPEND=""
-RDEPEND=""
-
-LICENSE="BSD-4"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""



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

2018-12-12 Thread Matthew Thode
commit: 8c981767c9b1e587654a5e3dd67b3633a5bff6fe
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec 12 22:32:37 2018 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Dec 12 22:32:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c981767

dev-python/python-glanceclient: 2.13.1 bump

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/python-glanceclient/Manifest|  1 +
 .../python-glanceclient-2.13.1.ebuild  | 78 ++
 2 files changed, 79 insertions(+)

diff --git a/dev-python/python-glanceclient/Manifest 
b/dev-python/python-glanceclient/Manifest
index f93f773286d..717784e5d51 100644
--- a/dev-python/python-glanceclient/Manifest
+++ b/dev-python/python-glanceclient/Manifest
@@ -1 +1,2 @@
 DIST python-glanceclient-2.13.0.tar.gz 185962 BLAKE2B 
a0e1453124c199855a16843aac4155627f6e8070a5c5acb947e10147492d8f12514085d28cb060cf5f8577a60ab14c79104d1453947e71c2cd03f9c54d3e008c
 SHA512 
e8a1551bc427c07e12bc869ee09cf5e11916c7ebbb09b924d765f682010d19c4467f3dc71b1839287dc83eb15841b05598e893cc718dfd6a4882340aa7a10c76
+DIST python-glanceclient-2.13.1.tar.gz 187298 BLAKE2B 
e2fa34ea7840404e183fbb77592f656b296d54942581b2e1dda71285f791cf7f7d5b3b6ef2da28deb4e314f1d35395548e923f548854b7ad3ef4aa50ad000d62
 SHA512 
deb8454aea8b2c231604663fac2f6515e3cd6e86dc1cf3cd2174ba2e35f9d605bf162f5a089d80f52da11f97c540f5c160b96864b85d7535463ec170cba81689

diff --git a/dev-python/python-glanceclient/python-glanceclient-2.13.1.ebuild 
b/dev-python/python-glanceclient/python-glanceclient-2.13.1.ebuild
new file mode 100644
index 000..0fec31bc89f
--- /dev/null
+++ b/dev-python/python-glanceclient/python-glanceclient-2.13.1.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client for the OpenStack Glance API"
+HOMEPAGE="https://github.com/openstack/python-glanceclient";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+REQUIRED_USE="test? ( doc )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/ordereddict-1.1[$(python_gen_usedep 'python2_7')]
+   >=dev-python/os-client-config-1.28.0[${PYTHON_USEDEP}]
+   >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
+   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+   )
+   doc? (
+   >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
+   =dev-python/keystoneauth-3.6.2[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/warlock-1.2.0[${PYTHON_USEDEP}]
+   =dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-17.1.0[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   sed -e 's:intersphinx_mapping:_&:' -i doc/source/conf.py || die
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx
+}
+
+python_test() {
+   testr init
+   testr run || die "testsuite failed under python2.7"
+   flake8 tests && einfo "run flake8 over tests folder passed" || die
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/build/html/. )
+   distutils-r1_python_install_all
+}



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

2018-12-12 Thread Mike Gilbert
commit: f7cf47bf0d6460644501a6eee925d7da7f8143fa
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Dec 12 22:22:30 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Dec 12 22:23:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7cf47bf

dev-util/meson: disable a test case instead of sandbox

Bug: https://bugs.gentoo.org/673016
Package-Manager: Portage-2.3.52_p8, Repoman-2.3.12_p20
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-util/meson/meson-0.48.2.ebuild | 13 -
 dev-util/meson/meson-0.49.0.ebuild | 13 -
 dev-util/meson/meson-.ebuild   | 13 -
 3 files changed, 24 insertions(+), 15 deletions(-)

diff --git a/dev-util/meson/meson-0.48.2.ebuild 
b/dev-util/meson/meson-0.48.2.ebuild
index 60e9ecb49c6..34aac8dda68 100644
--- a/dev-util/meson/meson-0.48.2.ebuild
+++ b/dev-util/meson/meson-0.48.2.ebuild
@@ -24,6 +24,14 @@ IUSE=""
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"
 
+python_prepare_all() {
+   # ASAN and sandbox both want control over LD_PRELOAD
+   # https://bugs.gentoo.org/673016
+   sed -i -e 's/test_generate_gir_with_address_sanitizer/_&/' 
run_unittests.py || die
+
+   distutils-r1_python_prepare_all
+}
+
 python_test() {
(
# test_meson_installed
@@ -32,11 +40,6 @@ python_test() {
# test_cross_file_system_paths
unset XDG_DATA_HOME
 
-   # ASAN and sandbox both want to control LDPRELOAD
-   # https://bugs.gentoo.org/673016
-   export SANDBOX_ON=0
-   unset LD_PRELOAD
-
${EPYTHON} -u run_tests.py
) || die "Testing failed with ${EPYTHON}"
 }

diff --git a/dev-util/meson/meson-0.49.0.ebuild 
b/dev-util/meson/meson-0.49.0.ebuild
index aa2b296613e..9605fa9af90 100644
--- a/dev-util/meson/meson-0.49.0.ebuild
+++ b/dev-util/meson/meson-0.49.0.ebuild
@@ -24,6 +24,14 @@ IUSE=""
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"
 
+python_prepare_all() {
+   # ASAN and sandbox both want control over LD_PRELOAD
+   # https://bugs.gentoo.org/673016
+   sed -i -e 's/test_generate_gir_with_address_sanitizer/_&/' 
run_unittests.py || die
+
+   distutils-r1_python_prepare_all
+}
+
 python_test() {
(
# test_meson_installed
@@ -32,11 +40,6 @@ python_test() {
# test_cross_file_system_paths
unset XDG_DATA_HOME
 
-   # ASAN and sandbox both want to control LDPRELOAD
-   # https://bugs.gentoo.org/673016
-   export SANDBOX_ON=0
-   unset LD_PRELOAD
-
${EPYTHON} -u run_tests.py
) || die "Testing failed with ${EPYTHON}"
 }

diff --git a/dev-util/meson/meson-.ebuild b/dev-util/meson/meson-.ebuild
index aa2b296613e..9605fa9af90 100644
--- a/dev-util/meson/meson-.ebuild
+++ b/dev-util/meson/meson-.ebuild
@@ -24,6 +24,14 @@ IUSE=""
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"
 
+python_prepare_all() {
+   # ASAN and sandbox both want control over LD_PRELOAD
+   # https://bugs.gentoo.org/673016
+   sed -i -e 's/test_generate_gir_with_address_sanitizer/_&/' 
run_unittests.py || die
+
+   distutils-r1_python_prepare_all
+}
+
 python_test() {
(
# test_meson_installed
@@ -32,11 +40,6 @@ python_test() {
# test_cross_file_system_paths
unset XDG_DATA_HOME
 
-   # ASAN and sandbox both want to control LDPRELOAD
-   # https://bugs.gentoo.org/673016
-   export SANDBOX_ON=0
-   unset LD_PRELOAD
-
${EPYTHON} -u run_tests.py
) || die "Testing failed with ${EPYTHON}"
 }



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

2018-12-12 Thread William Hubbs
commit: 0cb17e0011974d606cde723ce6627b2aab235bb7
Author: William Hubbs  sony  com>
AuthorDate: Wed Dec 12 22:08:12 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec 12 22:18:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb17e00

sys-apps/openrc: 0.38.3-r1 bump

This is a quick bump so we fix stages.

This will have a better fix in the next stable candidate.

Bug: https://bugs.gentoo.org/672924
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.51, Repoman-2.3.12
RepoMan-Options: --force
Signed-off-by: William Hubbs  gentoo.org>

 sys-apps/openrc/openrc-0.38.3-r1.ebuild | 326 
 1 file changed, 326 insertions(+)

diff --git a/sys-apps/openrc/openrc-0.38.3-r1.ebuild 
b/sys-apps/openrc/openrc-0.38.3-r1.ebuild
new file mode 100644
index 000..0b72e11f38c
--- /dev/null
+++ b/sys-apps/openrc/openrc-0.38.3-r1.ebuild
@@ -0,0 +1,326 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic pam toolchain-funcs
+
+DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
+HOMEPAGE="https://github.com/openrc/openrc/";
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git";
+   inherit git-r3
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="audit debug ncurses pam newnet prefix +netifrc selinux static-libs
+   unicode kernel_linux kernel_FreeBSD"
+
+COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd ) )
+   ncurses? ( sys-libs/ncurses:0= )
+   pam? (
+   sys-auth/pambase
+   virtual/pam
+   )
+   audit? ( sys-process/audit )
+   kernel_linux? (
+   sys-process/psmisc
+   !=sys-libs/libselinux-2.6
+   )
+   !test
+# a value of "#" will just comment out the option
+set_config() {
+   local file="${ED}/$1" var=$2 val com
+   eval "${@:5}" && val=$3 || val=$4
+   [[ ${val} == "#" ]] && com="#" && val='\2'
+   sed -i -r -e "/^#?${var}=/{s:=([\"'])?([^ 
]*)\1?:=\1${val}\1:;s:^#?:${com}:}" "${file}"
+}
+
+set_config_yes_no() {
+   set_config "$1" "$2" YES NO "${@:3}"
+}
+
+src_install() {
+   emake ${MAKE_ARGS} DESTDIR="${D}" install
+
+   # move the shared libs back to /usr so ldscript can install
+   # more of a minimal set of files
+   # disabled for now due to #270646
+   #mv "${ED}"/$(get_libdir)/lib{einfo,rc}* "${ED}"/usr/$(get_libdir)/ || 
die
+   #gen_usr_ldscript -a einfo rc
+   gen_usr_ldscript libeinfo.so
+   gen_usr_ldscript librc.so
+
+   if ! use kernel_linux; then
+   keepdir /lib/rc/init.d
+   fi
+   keepdir /lib/rc/tmp
+
+   # Backup our default runlevels
+   dodir /usr/share/"${PN}"
+   cp -PR "${ED}"/etc/runlevels "${ED}"/usr/share/${PN} || die
+   rm -rf "${ED}"/etc/runlevels
+
+   # Setup unicode defaults for silly unicode users
+   set_config_yes_no /etc/rc.conf unicode use unicode
+
+   # Cater to the norm
+   set_config_yes_no /etc/conf.d/keymaps windowkeys '(' use x86 '||' use 
amd64 ')'
+
+   # On HPPA, do not run consolefont by default (bug #222889)
+   if use hppa; then
+   rm -f "${ED}"/usr/share/openrc/runlevels/boot/consolefont
+   fi
+
+   # Support for logfile rotation
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/openrc.logrotate openrc
+
+   # install gentoo pam.d files
+   newpamd "${FILESDIR}"/start-stop-daemon.pam start-stop-daemon
+   newpamd "${FILESDIR}"/start-stop-daemon.pam supervise-daemon
+
+   # install documentation
+   dodoc ChangeLog *.md
+   if use newnet; then
+   dodoc README.newnet
+   fi
+}
+
+add_boot_init() {
+   local initd=$1
+   local runlevel=${2:-boot}
+   # if the initscript is not going to be installed and is not
+   # currently installed, return
+   [[ -e "${ED}"/etc/init.d/${initd} || -e "${EROOT}"etc/init.d/${initd} 
]] \
+   || return
+   [[ -e "${EROOT}"etc/runlevels/${runlevel}/${initd} ]] && return
+
+   # if runlevels dont exist just yet, then create it but still flag
+   # to pkg_postinst that it needs real setup #277323
+   if [[ ! -d "${EROOT}"etc/runlevels/${runlevel} ]] ; then
+   mkdir -p "${EROOT}"etc/runlevels/${runlevel}
+   touch "${EROOT}"etc/runlevels/.add_boot_init.created
+   fi
+
+   elog "Auto-adding '${initd}' service to your ${runlevel} runlevel"
+   ln -snf /etc/init.d/${initd} 
"${EROOT}"etc/runlevels/${runlevel}/${initd}
+}
+add_boot_init_mit_config() {
+   local config=$1 i

[gentoo-commits] repo/gentoo:master commit in: sci-electronics/klayout/files/, sci-electronics/klayout/

2018-12-12 Thread Andreas K. Hüttel
commit: 70b98edc7ceb825ac3b52ec0efac213b5d8cae1d
Author: Andreas K. Huettel  gentoo  org>
AuthorDate: Wed Dec 12 21:27:01 2018 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Dec 12 21:27:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b98edc

sci-electronics/klayout: Version bump, for ruby 2.4 and gcc 8

See https://github.com/klayoutmatthias/klayout/issues/127 for
the source of the patch.

Bug: https://bugs.gentoo.org/672986
Closes: https://bugs.gentoo.org/672990
Closes: https://bugs.gentoo.org/669340
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sci-electronics/klayout/Manifest   |  1 +
 .../klayout/files/klayout-0.25.6-gcc8.patch| 18 ++
 .../{klayout-.ebuild => klayout-0.25.6.ebuild} |  8 ++--
 sci-electronics/klayout/klayout-.ebuild|  4 ++--
 4 files changed, 27 insertions(+), 4 deletions(-)

diff --git a/sci-electronics/klayout/Manifest b/sci-electronics/klayout/Manifest
index 9a6ef10503a..34d25dd2f01 100644
--- a/sci-electronics/klayout/Manifest
+++ b/sci-electronics/klayout/Manifest
@@ -1 +1,2 @@
+DIST klayout-0.25.6.tar.gz 21008915 BLAKE2B 
f5e06790b8eac682b61bf83dce167c4c9eb8767d6bfb040e203ed2ec43b39781e64203c8319bf58ed2f4b7b2349d958f24a7ad1957bc27befa583b00650c
 SHA512 
38d13bd6f0cef5685ef32ebf00edf07f588d445174e2a56320940a7036e65a3fbb11d1efab92af9f8abfce7e77c782df5f05460a7de4d98ade924c761396db5a
 DIST klayout-0.25.tar.gz 16461165 BLAKE2B 
321d5c03b49b922b051407767f72135d0ff7e3fb0fe5dd237e27ce6c42d2b847f0bc4d96ae551c51b6581c0d39eb71f7053c8814dcb7afdfd027a24af9d553fd
 SHA512 
0c05b0786e7e1dbf8035cbb3888eff776c0b96a4fcf2ebbc3065fe43340ae020b6713c2e1d2e7ab5caaf64d7ec84bea9d691ba6c0aea88e93c957530d3d4d114

diff --git a/sci-electronics/klayout/files/klayout-0.25.6-gcc8.patch 
b/sci-electronics/klayout/files/klayout-0.25.6-gcc8.patch
new file mode 100644
index 000..250290f3490
--- /dev/null
+++ b/sci-electronics/klayout/files/klayout-0.25.6-gcc8.patch
@@ -0,0 +1,18 @@
+Source: https://github.com/klayoutmatthias/klayout/issues/127
+
+diff -ruN klayout-0.25.6.orig/src/db/db/dbCellMapping.cc 
klayout-0.25.6/src/db/db/dbCellMapping.cc
+--- klayout-0.25.6.orig/src/db/db/dbCellMapping.cc 2018-11-26 
18:53:43.0 +0100
 klayout-0.25.6/src/db/db/dbCellMapping.cc  2018-12-12 20:05:11.210171097 
+0100
+@@ -75,6 +75,12 @@
+   return *this;
+   }
+ 
++  SortedCellIndexIterator &operator--()
++  {
++--m_n;
++return *this;
++  }
++
+   SortedCellIndexIterator &operator+=(size_t n) 
+   {
+ m_n += n;

diff --git a/sci-electronics/klayout/klayout-.ebuild 
b/sci-electronics/klayout/klayout-0.25.6.ebuild
similarity index 94%
copy from sci-electronics/klayout/klayout-.ebuild
copy to sci-electronics/klayout/klayout-0.25.6.ebuild
index 98b5a4200ed..d5a9f0b3aaf 100644
--- a/sci-electronics/klayout/klayout-.ebuild
+++ b/sci-electronics/klayout/klayout-0.25.6.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 RUBY_OPTIONAL=no
-USE_RUBY="ruby23"
+USE_RUBY="ruby24"
 # note: define maximally ONE implementation here
 
 PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
@@ -44,6 +44,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
+PATCHES=(
+   "${FILESDIR}/${P}-gcc8.patch"
+)
+
 pkg_setup() {
python-single-r1_pkg_setup
ruby-ng_pkg_setup

diff --git a/sci-electronics/klayout/klayout-.ebuild 
b/sci-electronics/klayout/klayout-.ebuild
index 98b5a4200ed..941995116f5 100644
--- a/sci-electronics/klayout/klayout-.ebuild
+++ b/sci-electronics/klayout/klayout-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 RUBY_OPTIONAL=no
-USE_RUBY="ruby23"
+USE_RUBY="ruby24"
 # note: define maximally ONE implementation here
 
 PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )



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

2018-12-12 Thread Mike Gilbert
commit: 4594dbdd5cf6c19c2ffdc47d5f15c6ad45f02cef
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Dec 12 20:49:45 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Dec 12 20:49:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4594dbdd

dev-util/meson: disable sandbox while testing

Closes: https://bugs.gentoo.org/673016
Package-Manager: Portage-2.3.52_p8, Repoman-2.3.12_p20
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-util/meson/meson-0.48.2.ebuild | 5 +
 dev-util/meson/meson-0.49.0.ebuild | 5 +
 dev-util/meson/meson-.ebuild   | 5 +
 3 files changed, 15 insertions(+)

diff --git a/dev-util/meson/meson-0.48.2.ebuild 
b/dev-util/meson/meson-0.48.2.ebuild
index 8b2a97c7957..60e9ecb49c6 100644
--- a/dev-util/meson/meson-0.48.2.ebuild
+++ b/dev-util/meson/meson-0.48.2.ebuild
@@ -32,6 +32,11 @@ python_test() {
# test_cross_file_system_paths
unset XDG_DATA_HOME
 
+   # ASAN and sandbox both want to control LDPRELOAD
+   # https://bugs.gentoo.org/673016
+   export SANDBOX_ON=0
+   unset LD_PRELOAD
+
${EPYTHON} -u run_tests.py
) || die "Testing failed with ${EPYTHON}"
 }

diff --git a/dev-util/meson/meson-0.49.0.ebuild 
b/dev-util/meson/meson-0.49.0.ebuild
index d7d772117ac..aa2b296613e 100644
--- a/dev-util/meson/meson-0.49.0.ebuild
+++ b/dev-util/meson/meson-0.49.0.ebuild
@@ -32,6 +32,11 @@ python_test() {
# test_cross_file_system_paths
unset XDG_DATA_HOME
 
+   # ASAN and sandbox both want to control LDPRELOAD
+   # https://bugs.gentoo.org/673016
+   export SANDBOX_ON=0
+   unset LD_PRELOAD
+
${EPYTHON} -u run_tests.py
) || die "Testing failed with ${EPYTHON}"
 }

diff --git a/dev-util/meson/meson-.ebuild b/dev-util/meson/meson-.ebuild
index d7d772117ac..aa2b296613e 100644
--- a/dev-util/meson/meson-.ebuild
+++ b/dev-util/meson/meson-.ebuild
@@ -32,6 +32,11 @@ python_test() {
# test_cross_file_system_paths
unset XDG_DATA_HOME
 
+   # ASAN and sandbox both want to control LDPRELOAD
+   # https://bugs.gentoo.org/673016
+   export SANDBOX_ON=0
+   unset LD_PRELOAD
+
${EPYTHON} -u run_tests.py
) || die "Testing failed with ${EPYTHON}"
 }



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

2018-12-12 Thread Sergei Trofimovich
commit: 6c95cafe82a4c7e2fbf292cef21ff18a99ce08eb
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Dec 12 20:09:16 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 12 20:13:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c95cafe

dev-libs/nss: stable 3.40.1 for sparc, bug #667202

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

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

diff --git a/dev-libs/nss/nss-3.40.1.ebuild b/dev-libs/nss/nss-3.40.1.ebuild
index 28b1cd1d1d8..c8a575e3133 100644
--- a/dev-libs/nss/nss-3.40.1.ebuild
+++ b/dev-libs/nss/nss-3.40.1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/$
 
 LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="cacert +nss-pem utils"
 CDEPEND=">=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}]
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]"



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

2018-12-12 Thread Sergei Trofimovich
commit: a38eb5f970834c78c596b5ef67b8da03e63dc23b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Dec 12 19:29:28 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 12 19:50:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a38eb5f9

dev-libs/nspr: stable 4.20 for sparc, bug #667202

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

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

diff --git a/dev-libs/nspr/nspr-4.20.ebuild b/dev-libs/nspr/nspr-4.20.ebuild
index b3a4865b6cc..c9177fbf25d 100644
--- a/dev-libs/nspr/nspr-4.20.ebuild
+++ b/dev-libs/nspr/nspr-4.20.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://archive.mozilla.org/pub/nspr/releases/v${PV}/src/${P}.tar.gz";
 
 LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug"
 
 MULTILIB_CHOST_TOOLS=(



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

2018-12-12 Thread Sergei Trofimovich
commit: cc608bf205ef0a3c37a7c3cfd44b9333be9b821b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Dec 12 19:30:43 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 12 19:50:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc608bf2

dev-db/sqlite: stable 3.25.3 for sparc, bug #672942

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

 dev-db/sqlite/sqlite-3.25.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlite/sqlite-3.25.3.ebuild 
b/dev-db/sqlite/sqlite-3.25.3.ebuild
index e632ef59d1b..32c40ae1810 100644
--- a/dev-db/sqlite/sqlite-3.25.3.ebuild
+++ b/dev-db/sqlite/sqlite-3.25.3.ebuild
@@ -19,7 +19,7 @@ SRC_URI="doc? ( 
https://sqlite.org/2018/${PN}-doc-${DOC_PV}.zip )
 
 LICENSE="public-domain"
 SLOT="3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="debug doc icu +readline secure-delete static-libs tcl test tools"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/

2018-12-12 Thread Sergei Trofimovich
commit: 8b8745138fcd9bf40953dee3032702c5709da05b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Dec 12 19:33:15 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 12 19:50:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b874513

mail-mta/postfix: stable 3.2.4 for sparc

Closes: https://bugs.gentoo.org/634036
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 mail-mta/postfix/postfix-3.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/postfix/postfix-3.2.4.ebuild 
b/mail-mta/postfix/postfix-3.2.4.ebuild
index 07df837bc98..26ce14a75ba 100644
--- a/mail-mta/postfix/postfix-3.2.4.ebuild
+++ b/mail-mta/postfix/postfix-3.2.4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="${MY_URI}/${MY_SRC}.tar.gz"
 
 LICENSE="IBM"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
 IUSE="+berkdb cdb doc dovecot-sasl +eai hardened ldap ldap-bind libressl lmdb 
memcached mbox mysql nis pam postgres sasl selinux sqlite ssl"
 
 DEPEND=">=dev-libs/libpcre-3.4



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

2018-12-12 Thread Sergei Trofimovich
commit: 368ad456870aad3f35d2d5779a93f4977319288b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Dec 12 19:27:11 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 12 19:50:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=368ad456

dev-python/lxml: stable 4.2.5 for sparc, bug #672874

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

 dev-python/lxml/lxml-4.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/lxml/lxml-4.2.5.ebuild 
b/dev-python/lxml/lxml-4.2.5.ebuild
index fec97cbac10..9a15bbcb4e0 100644
--- a/dev-python/lxml/lxml-4.2.5.ebuild
+++ b/dev-python/lxml/lxml-4.2.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD ElementTree GPL-2 PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc examples +threads test"
 
 # Note: lib{xml2,xslt} are used as C libraries, not Python modules.



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

2018-12-12 Thread Ole Reifschneider
commit: e943d9c3b58fc667271feafb39eafc330a6bc43f
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Wed Dec 12 19:27:16 2018 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Wed Dec 12 19:27:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e943d9c3

app-editors/neovim: Update unibilium dependency

This fixes a segfault with some $TERM values.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ole Reifschneider  gentoo.org>

 app-editors/neovim/neovim-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/neovim/neovim-.ebuild 
b/app-editors/neovim/neovim-.ebuild
index 12fbcafd7b6..28da413392a 100644
--- a/app-editors/neovim/neovim-.ebuild
+++ b/app-editors/neovim/neovim-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,7 +27,7 @@ CDEPEND=">=dev-libs/libuv-1.2.0
)
tui? (
>=dev-libs/libtermkey-0.19
-   >=dev-libs/unibilium-1.1.1
+   >=dev-libs/unibilium-2.0.0
)
dev-libs/libvterm
dev-lua/lpeg[luajit=]



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

2018-12-12 Thread Mart Raudsepp
commit: ac8f81058889929409edf7bc66b96a6ded4ea92c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Dec 12 18:53:16 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Dec 12 19:15:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8f8105

dev-python/nautilus-python: bump to 1.2.2

Maintainer timeout, plus I co-maintain nautilus itself.
No python3 support is introduced yet, as that would break
existing packages in tree without a more careful migration
process.

Closes: https://bugs.gentoo.org/665764
Bug: https://bugs.gentoo.org/673038
Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 dev-python/nautilus-python/Manifest|  1 +
 .../nautilus-python/nautilus-python-1.2.2.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/nautilus-python/Manifest 
b/dev-python/nautilus-python/Manifest
index f25bfd11af0..fb58721d307 100644
--- a/dev-python/nautilus-python/Manifest
+++ b/dev-python/nautilus-python/Manifest
@@ -1 +1,2 @@
 DIST nautilus-python-1.1.tar.xz 239392 BLAKE2B 
a2baef3cb4d96d97b4b3e9b7644388c8778e1579ee0b32ff2a60baae45baa2d60dbcc61108fc3fe9e8a7193cf4c6ad82f8ffc2f175419e0937bacecc98551c51
 SHA512 
e721f46414a3efa4b5f5ec3f56cc00a308ec010a7a0612cef975d6f436494701f8bdbed39bdb5186c8013a582c7e63288a1c60adc4b8967c9ec69d6301a50fef
+DIST nautilus-python-1.2.2.tar.xz 269220 BLAKE2B 
9f2b5acc20727acf4464297bc008e8be0bb45ed418601e3658405e90eb3d56306f9aece402948491d5423d58cd261cee5cacbd39dd185957c4d72c90f877842e
 SHA512 
541ab9e6ac15b06994cf475237e5588d21f4b9f71bb562f4bd9d976f79849a29912080de0b16c14406b052bec15c2c754381bf36e15b340d1f8e76c83a2464bc

diff --git a/dev-python/nautilus-python/nautilus-python-1.2.2.ebuild 
b/dev-python/nautilus-python/nautilus-python-1.2.2.ebuild
new file mode 100644
index 000..291a0ebb6d4
--- /dev/null
+++ b/dev-python/nautilus-python/nautilus-python-1.2.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python2_7 )
+
+inherit gnome2 python-single-r1
+
+DESCRIPTION="Python bindings for the Nautilus file manager"
+HOMEPAGE="https://projects.gnome.org/nautilus-python/";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# Require pygobject:3 and USE=introspection on nautilus for sanity,
+# because no (user) plugins could work without them; configure itself
+# requires pygobject:3 or :2 and >=nautilus-2.32
+RDEPEND="
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   >=gnome-base/nautilus-3[introspection]
+   ${PYTHON_DEPS}
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.14
+   virtual/pkgconfig
+"
+
+src_install() {
+   gnome2_src_install
+   # Directory for systemwide extensions
+   keepdir /usr/share/nautilus-python/extensions
+}



[gentoo-commits] proj/portage:prefix commit in: /, lib/

2018-12-12 Thread Fabian Groffen
commit: 3389191e9e58e73be3f41bdb251fbb962b834890
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Dec  6 13:07:56 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Dec  6 13:07:56 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=3389191e

build-sys: update after pym->lib move

Signed-off-by: Fabian Groffen  gentoo.org>

 Makefile.am |  2 +-
 configure.ac|  2 +-
 lib/Makefile.in |  2 +-
 tarball.sh  | 20 +---
 4 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index aef9678db..9bcfa00e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 SHELL = @PORTAGE_BASH@
 
-SUBDIRS = man bin pym cnf
+SUBDIRS = man bin lib cnf
 
 AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip
 

diff --git a/configure.ac b/configure.ac
index 525109907..6b8021ec6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -133,7 +133,7 @@ AC_CONFIG_FILES([
 Makefile
 man/Makefile
 bin/Makefile
-pym/Makefile
+lib/Makefile
 cnf/Makefile
 ])
 

diff --git a/lib/Makefile.in b/lib/Makefile.in
index a32b219d6..7d4193cc9 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -12,7 +12,7 @@ top_builddir=@top_builddir@
 portageuser = @portageuser@
 portagegroup = @portagegroup@
 
-PORTAGE_PYM = @PORTAGE_BASE@/pym
+PORTAGE_PYM = @PORTAGE_BASE@/lib
 INSTALL = @INSTALL@
 INSTALL_subst = ${top_builddir}/subst-install
 

diff --git a/tarball.sh b/tarball.sh
index 9c3f64785..e67e7244c 100755
--- a/tarball.sh
+++ b/tarball.sh
@@ -13,6 +13,11 @@ export TMP="/var/tmp"
 export V="$1"
 export DEST="${TMP}/${PKG}-${V}"
 
+if [[ -e ${DEST} ]]; then
+   echo ${DEST} already exists, please remove first
+   exit 1
+fi
+
 ./tabcheck.py $(
find ./ -name .git -o -name .hg -prune -o -type f ! -name '*.py' -print 
\
| xargs grep -l "#\!@PREFIX_PORTAGE_PYTHON@" \
@@ -22,14 +27,10 @@ export DEST="${TMP}/${PKG}-${V}"
 
 )
 
-if [[ -e ${DEST} ]]; then
-   echo EXISTS ALREADY
-   exit 1
-fi
-
 install -d -m0755 ${DEST}
 rsync -a --exclude='.git' --exclude='.hg' --exclude="repoman/" . ${DEST}
-sed -i -e '/^VERSION\s*=/s/^.*$/VERSION = "'${V}-prefix'"/' 
${DEST}/pym/portage/__init__.py
+sed -i -e '/^VERSION\s*=/s/^.*$/VERSION = "'${V}-prefix'"/' \
+   ${DEST}/lib/portage/__init__.py
 sed -i -e "/version = /s/'[^']\+'/'${V}-prefix'/" ${DEST}/setup.py
 sed -i -e "1s/VERSION/${V}-prefix/" ${DEST}/man/{,ru/}*.[15]
 sed -i -e "s/@version@/${V}/" ${DEST}/configure.ac
@@ -39,7 +40,12 @@ find -name '*~' | xargs --no-run-if-empty rm -f
 find -name '*.pyc' | xargs --no-run-if-empty rm -f
 find -name '*.pyo' | xargs --no-run-if-empty rm -f
 cd $TMP
-rm -f ${PKG}-${V}/bin/emerge.py ${PKG}-${V}/bin/{pmake,sandbox} 
${PKG}-${V}/{bin,pym}/'.#'* ${PKG}-${V}/{bin,pym}/*.{orig,diff} 
${PKG}-${V}/{bin,pym}/*.py[oc]
+rm -f \
+   ${PKG}-${V}/bin/emerge.py \
+   ${PKG}-${V}/bin/{pmake,sandbox} \
+   ${PKG}-${V}/{bin,lib}/'.#'* \
+   ${PKG}-${V}/{bin,lib}/*.{orig,diff} \
+   ${PKG}-${V}/{bin,lib}/*.py[oc]
 cd $TMP/${PKG}-${V}
 chmod a+x autogen.sh && ./autogen.sh || { echo "autogen failed!"; exit -1; };
 rm -f autogen.sh tabcheck.py tarball.sh commit



[gentoo-commits] proj/portage:prefix commit in: /

2018-12-12 Thread Fabian Groffen
commit: 1b9bf9900acb9fe2b2f337e4947c6f290a8ccfa4
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Dec  6 13:21:58 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Dec  6 13:22:15 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=1b9bf990

Merge remote-tracking branch 'overlays-gentoo-org/master' into prefix

Signed-off-by: Fabian Groffen  gentoo.org>

 .travis.yml|   7 +
 RELEASE-NOTES  |  54 +
 bin/ebuild |   6 +
 bin/ebuild-helpers/dodoc   |   3 +-
 bin/ebuild-helpers/ecompress   | 161 -
 bin/ebuild-helpers/ecompressdir| 226 ---
 bin/ebuild-helpers/fowners |  15 ++
 bin/ebuild-helpers/fperms  |  15 ++
 bin/ebuild-helpers/prepall |  29 +--
 bin/ebuild-helpers/prepalldocs |  19 +-
 bin/ebuild-helpers/prepallinfo |   9 +-
 bin/ebuild-helpers/prepallman  |  24 +-
 bin/ebuild-helpers/prepinfo|   3 +-
 bin/ebuild-helpers/prepman |  35 +--
 bin/ebuild.sh  |   8 +-
 bin/ecompress  | 198 
 bin/ecompress-file |  61 +
 bin/estrip |  10 +-
 bin/etc-update |  12 +-
 bin/helper-functions.sh|   9 +-
 bin/install-qa-check.d/60pngfix|  13 +-
 bin/isolated-functions.sh  |  30 ++-
 bin/misc-functions.sh  | 211 +++--
 bin/phase-functions.sh |   9 +-
 bin/phase-helpers.sh   |   7 +-
 bin/pid-ns-init|  30 +++
 bin/portageq   |   4 +
 bin/postinst-qa-check.d/50gnome2-utils |   2 +-
 bin/postinst-qa-check.d/50xdg-utils|   2 +-
 cnf/make.conf.example.arm64.diff   |  37 +++
 cnf/make.globals   |   4 +-
 lib/_emerge/actions.py |   7 -
 lib/_emerge/help.py|   2 +-
 lib/portage/const.py   |   7 +-
 lib/portage/dbapi/porttree.py  |  72 --
 lib/portage/dbapi/vartree.py   |  12 +
 .../package/ebuild/_config/LocationsManager.py |   5 +-
 lib/portage/package/ebuild/config.py   |  92 +---
 lib/portage/package/ebuild/doebuild.py |  22 +-
 lib/portage/process.py |  96 +++-
 lib/portage/repository/config.py   | 148 +---
 .../repository/storage}/__init__.py|   2 +-
 .../repository/storage/hardlink_quarantine.py  |  97 
 lib/portage/repository/storage/hardlink_rcu.py | 251 +
 lib/portage/repository/storage/inplace.py  |  49 
 lib/portage/repository/storage/interface.py|  87 +++
 lib/portage/sync/controller.py |   1 +
 lib/portage/sync/modules/git/git.py|  10 +-
 lib/portage/sync/modules/rsync/rsync.py|  85 ++-
 lib/portage/sync/syncbase.py   |  55 -
 lib/portage/tests/__init__.py  |  36 +--
 lib/portage/tests/bin/setup_env.py |   2 +-
 lib/portage/tests/sync/test_sync_local.py  |  60 -
 .../tests/util/futures/test_compat_coroutine.py|  22 +-
 lib/portage/util/futures/_asyncio/__init__.py  |  14 ++
 lib/portage/util/futures/_sync_decorator.py|  54 +
 lib/portage/util/futures/compat_coroutine.py   |  20 +-
 man/ebuild.1   |   5 +
 man/ebuild.5   |   6 +-
 man/emerge.1   |   2 +-
 man/make.conf.5|  33 ++-
 man/portage.5  |  35 +++
 repoman/RELEASE-NOTES  |  18 ++
 repoman/bin/repoman|   2 +-
 repoman/cnf/linechecks/linechecks.yaml |   3 +-
 repoman/lib/repoman/actions.py |  55 -
 repoman/lib/repoman/config.py  |   8 +-
 repoman/lib/repoman/copyrights.py  |  18 +-
 repoman/lib/repoman/main.py|   9 +-
 repoman/lib/repoman/modules/commit/manifest.py |  11 +-
 .../modules/linechecks/gentoo_header/header.py |  47 ++--
 repoman/lib/repoman/scanner.py |   3 +-
 repoman/lib/repoman/tests/__init__.py  | 

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

2018-12-12 Thread Michał Górny
commit: 55a9d4ccc5ac90b454638f9205f8a5d20ca8b47a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 12 17:36:48 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 12 18:41:25 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=55a9d4cc

Enable {ipc,network,pid}-sandbox by default

The sandboxes are stable enough to be enabled by default, and they all
prevent undesirable situations.  Furthermore, they all gracefully handle
missing namespace support.

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

 cnf/make.globals | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/cnf/make.globals b/cnf/make.globals
index d394a1890..1bcc7ce64 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -52,10 +52,11 @@ FETCHCOMMAND_SFTP="bash -c \"x=\\\${2#sftp://} ; 
host=\\\${x%%/*} ; port=\\\${ho
 # Default user options
 FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs
   config-protect-if-modified distlocks ebuild-locks
-  fixlafiles merge-sync multilib-strict news
-  parallel-fetch preserve-libs protect-owned
-  sandbox sfperms strict unknown-features-warn unmerge-logs
-  unmerge-orphans userfetch userpriv usersandbox usersync"
+  fixlafiles ipc-sandbox merge-sync multilib-strict
+  network-sandbox news parallel-fetch pid-sandbox
+  preserve-libs protect-owned sandbox sfperms strict
+  unknown-features-warn unmerge-logs unmerge-orphans userfetch
+  userpriv usersandbox usersync"
 
 # Ignore file collisions in /lib/modules since files inside this directory
 # are never unmerged, and therefore collisions must be ignored in order for



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

2018-12-12 Thread Zac Medico
commit: 7d444a0e846a49aafb8f56818dee2b9770102cd7
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Dec 12 18:32:56 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Dec 12 18:38:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d444a0e

app-text/calibre: remove old version 3.15.0

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

 app-text/calibre/Manifest  |   1 -
 app-text/calibre/calibre-3.15.0.ebuild | 292 -
 2 files changed, 293 deletions(-)

diff --git a/app-text/calibre/Manifest b/app-text/calibre/Manifest
index 8c3869cf6f7..d9853e64c72 100644
--- a/app-text/calibre/Manifest
+++ b/app-text/calibre/Manifest
@@ -1,3 +1,2 @@
-DIST calibre-3.15.0.tar.xz 38177684 BLAKE2B 
7d3892f81db61f8d4a08589a42ccd71183d9dc7fa401480d4426d1205a9a633216a79865140481f63e1e3a741d34f604ea9d7f98c490949d0d4452cb9123fb9b
 SHA512 
93a9f3b7122d8f4cd1d847727f6d1ccd1f9d828651e9ee77a34544742884b3e925552ca61ec1d0a1196b04a0874e97fc877e679dd8a69ba8b754b7688b730697
 DIST calibre-3.26.1.tar.xz 39109660 BLAKE2B 
0e98c273b8a5dfafea7a7027de3f83ad25ab835edadedf78b7e9bc356bcac8937d915944f2ab6503b414c49b4e792e090e7bd2433a4e86373bf115720ed78b0a
 SHA512 
893e36b101defaca29281b4bd072aafc1c4cb20a9cd3ee06a0b68fbe6b39cab34952799939ac4f54c77148c87861c5ab4ddff84f5ec8c2274ae7fa6424259ff5
 DIST calibre-3.35.0.tar.xz 39482684 BLAKE2B 
acf61ad52b9de4ab87913d536890f1f74cd4bca656ec275cd5fe21d6bbb4b97792d7f13f40b85b61f7a27745be2aedfff8b6deb9f8dff980f6f30596c184f1f2
 SHA512 
c81a00832c812603e5c5752f47ad322fcd9aa5079273385af2e0d8813bf04c4b84cca40210d53207c5b52ac4975ecec725f5560cb3c629f4afe9150229138b0d

diff --git a/app-text/calibre/calibre-3.15.0.ebuild 
b/app-text/calibre/calibre-3.15.0.ebuild
deleted file mode 100644
index f761e9c5d83..000
--- a/app-text/calibre/calibre-3.15.0.ebuild
+++ /dev/null
@@ -1,292 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite,ssl"
-
-inherit eutils bash-completion-r1 gnome2-utils multilib toolchain-funcs 
python-single-r1 xdg-utils
-
-DESCRIPTION="Ebook management application"
-HOMEPAGE="https://calibre-ebook.com/";
-SRC_URI="https://download.calibre-ebook.com/${PV}/${P}.tar.xz";
-
-LICENSE="
-   GPL-3+
-   GPL-3
-   GPL-2+
-   GPL-2
-   GPL-1+
-   LGPL-3+
-   LGPL-2.1+
-   LGPL-2.1
-   BSD
-   MIT
-   Old-MIT
-   Apache-2.0
-   public-domain
-   || ( Artistic GPL-1+ )
-   CC-BY-3.0
-   OFL-1.1
-   PSF-2
-"
-KEYWORDS="amd64 ~arm x86"
-SLOT="0"
-IUSE="ios +udisks"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=app-text/podofo-0.8.2:=
-   >=app-text/poppler-0.26.5[qt5]
-   >=dev-libs/chmlib-0.40:=
-   dev-libs/glib:2=
-   >=dev-libs/icu-57.1:=
-   dev-libs/libinput:=
-   >=dev-python/apsw-3.13.0[${PYTHON_USEDEP}]
-   >=dev-python/beautifulsoup-3.0.5:python-2[${PYTHON_USEDEP}]
-   dev-python/chardet[${PYTHON_USEDEP}]
-   >=dev-python/cssselect-0.7.1[${PYTHON_USEDEP}]
-   >=dev-python/cssutils-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/dbus-python-1.2.4[${PYTHON_USEDEP}]
-   >=dev-libs/dbus-glib-0.106
-   >=sys-apps/dbus-1.10.8
-   dev-python/html5-parser[${PYTHON_USEDEP}]
-   >=dev-python/lxml-3.2.1[${PYTHON_USEDEP}]
-   >=dev-python/mechanize-0.2.5[${PYTHON_USEDEP}]
-   dev-python/msgpack[${PYTHON_USEDEP}]
-   dev-python/netifaces[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.1.3[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
-   
>=dev-python/PyQt5-5.8[gui,svg,webkit,widgets,network,printsupport,${PYTHON_USEDEP}]
-   dev-python/regex[${PYTHON_USEDEP}]
-   dev-qt/qtcore:5=
-   dev-qt/qtdbus:5=
-   dev-qt/qtgui:5=
-   dev-qt/qtwidgets:5=
-   dev-util/desktop-file-utils
-   dev-util/gtk-update-icon-cache
-   media-fonts/liberation-fonts
-   media-libs/fontconfig:=
-   >=media-libs/freetype-2:=
-   >=media-libs/libmtp-1.1.11:=
-   >=media-libs/libwmf-0.2.8
-   >=media-gfx/optipng-0.7.6
-   sys-libs/zlib:=
-   virtual/libusb:1=
-   virtual/python-dnspython[${PYTHON_USEDEP}]
-   x11-libs/libxkbcommon:=
-   x11-libs/libX11:=
-   x11-libs/libXext:=
-   x11-libs/libXrender:=
-   x11-misc/shared-mime-info
-   >=x11-misc/xdg-utils-1.0.2-r2
-   ios? (
-   >=app-pda/usbmuxd-1.0.8
-   >=app-pda/libimobiledevice-1.2.0
-   )
-   udisks? ( virtual/libudev )"
-RDEPEND="${COMMON_DEPEND}
-   udisks? ( || ( sys-fs/udisks:2 sys-fs/udisks:0 ) )"
-DEPEND="${COMMON_DEPEND}
-   >=dev-python/setuptools-23.1.0[${PYTHON_USEDEP}]
-   >=virtual/podofo-build-0

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

2018-12-12 Thread William Hubbs
commit: 42caccbcc9f53bb6478cd517b2e0ac46fa8fe4d6
Author: William Hubbs  sony  com>
AuthorDate: Wed Dec 12 18:31:06 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Dec 12 18:33:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42caccbc

sys-apps/openrc: remove unstable 0.39.x

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 sys-apps/openrc/Manifest |   1 -
 sys-apps/openrc/openrc-0.39.2.ebuild | 326 ---
 2 files changed, 327 deletions(-)

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index 331c8714aa2..c54b69aa748 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -3,5 +3,4 @@ DIST openrc-0.35.5.tar.gz 241784 BLAKE2B 
6f63dcf30c430949f25108b0ca808f2317b2e58
 DIST openrc-0.36.tar.gz 240179 BLAKE2B 
1361d22782d6063e7fce61a98ef1e1f754d0208ec58de02ae60a0950531d248ac6e65e1ed45b412c89288103f6848b24aa51dd66232aa46e7900b339cac21a57
 SHA512 
f4730489e595a9ac4477c2b410e034b4eea2b8111c12c2695916aa04102020f8c84cb24220d3aa552709898035aa196e2fd48cba9b12a71dff1f5c2b03c3d424
 DIST openrc-0.37.tar.gz 240928 BLAKE2B 
b802260a3bd71e6d8e6d54b21007024481d42a4f179eff824a39fb91f5b1cd4f7a2fd52d9e7f23b1077965b57d319a99a5b39b8cd2d7f66dfe272b4497d53a22
 SHA512 
16235774ad28a66308dd1ea00238b4025a4d26c9c0bb6cdb032f28d00479520c4c5fdb349f82d33a535eee3d491d0349b5871b15cae30ef296ec476883965b83
 DIST openrc-0.38.3.tar.gz 238031 BLAKE2B 
87d1546e21d581feda4064cd64bf43f762203becdcc4b002bf868f17403bd42770cb1106a8bc383c8d69e19ad66ad2bedaa7090c95206597e8a9b6e2ba481dcc
 SHA512 
6bb42ccdab5fb24b11f5042bf19850f440d3494b6bd1d7b8db31b592f051fcd26feac1c8d9ef515238c53c6f5bf98a8c367a48471c178ae829e05c56bd24cfde
-DIST openrc-0.39.2.tar.gz 242417 BLAKE2B 
076834890b084b1dcf33f78e190f8f7163161d99d185d5cb7043dbc33c6ff0861bc4965ccbf63e2f1b173185d4d017d9269066d35cd75cb7c5a090d39be9b833
 SHA512 
ea1f23bb479085eea406bebe304a531d061e47955f7c98da21aa4f01694b5c6f23cb1bb9764aa7b27fd4c8c5a7602eb2a16baef63eb96660fab58c063ff88129
 DIST openrc-0.40.2.tar.gz 245006 BLAKE2B 
9e0aab4d42121296cb9bcc47e9222e0e99df80ab686636a8060c6271d30ff7c0d999f851d0e24dfab9e7a6532b56a6a1974cfa4514e88e6b82ec5fbbc192d76c
 SHA512 
746e238f792113397486b9abb6e41c8179e51fe823c82c8e8942d71329a806b9c398628f835e2626ed0e8735c05b0dcd1b82bf9b5111f420105eeae6b0b0e3f2

diff --git a/sys-apps/openrc/openrc-0.39.2.ebuild 
b/sys-apps/openrc/openrc-0.39.2.ebuild
deleted file mode 100644
index 78e08b97990..000
--- a/sys-apps/openrc/openrc-0.39.2.ebuild
+++ /dev/null
@@ -1,326 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic pam toolchain-funcs
-
-DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
-HOMEPAGE="https://github.com/openrc/openrc/";
-
-if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="audit debug ncurses pam newnet prefix +netifrc selinux static-libs
-   unicode kernel_linux kernel_FreeBSD"
-
-COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd ) )
-   ncurses? ( sys-libs/ncurses:0= )
-   pam? (
-   sys-auth/pambase
-   virtual/pam
-   )
-   audit? ( sys-process/audit )
-   kernel_linux? (
-   sys-process/psmisc
-   !=sys-libs/libselinux-2.6
-   )
-   !test
-# a value of "#" will just comment out the option
-set_config() {
-   local file="${ED}/$1" var=$2 val com
-   eval "${@:5}" && val=$3 || val=$4
-   [[ ${val} == "#" ]] && com="#" && val='\2'
-   sed -i -r -e "/^#?${var}=/{s:=([\"'])?([^ 
]*)\1?:=\1${val}\1:;s:^#?:${com}:}" "${file}"
-}
-
-set_config_yes_no() {
-   set_config "$1" "$2" YES NO "${@:3}"
-}
-
-src_install() {
-   emake ${MAKE_ARGS} DESTDIR="${D}" install
-
-   # move the shared libs back to /usr so ldscript can install
-   # more of a minimal set of files
-   # disabled for now due to #270646
-   #mv "${ED}"/$(get_libdir)/lib{einfo,rc}* "${ED}"/usr/$(get_libdir)/ || 
die
-   #gen_usr_ldscript -a einfo rc
-   gen_usr_ldscript libeinfo.so
-   gen_usr_ldscript librc.so
-
-   if ! use kernel_linux; then
-   keepdir /lib/rc/init.d
-   fi
-   keepdir /lib/rc/tmp
-
-   # Backup our default runlevels
-   dodir /usr/share/"${PN}"
-   cp -PR "${ED}"/etc/runlevels "${ED}"/usr/share/${PN} || die
-   rm -rf "${ED}"/etc/runlevels
-
-   # Setup unicode defaults for silly unicode users
-   set_config_ye

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

2018-12-12 Thread Zac Medico
commit: 15628fa414a61fc39c1c1595fa9f20421fac5f90
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Dec 12 18:16:28 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Dec 12 18:26:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15628fa4

app-text/calibre: version bump to 3.35.0

Closes: https://bugs.gentoo.org/664722
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Zac Medico  gentoo.org>

 app-text/calibre/Manifest  |   1 +
 app-text/calibre/calibre-3.35.0.ebuild | 292 +
 2 files changed, 293 insertions(+)

diff --git a/app-text/calibre/Manifest b/app-text/calibre/Manifest
index c3a94f916a0..8c3869cf6f7 100644
--- a/app-text/calibre/Manifest
+++ b/app-text/calibre/Manifest
@@ -1,2 +1,3 @@
 DIST calibre-3.15.0.tar.xz 38177684 BLAKE2B 
7d3892f81db61f8d4a08589a42ccd71183d9dc7fa401480d4426d1205a9a633216a79865140481f63e1e3a741d34f604ea9d7f98c490949d0d4452cb9123fb9b
 SHA512 
93a9f3b7122d8f4cd1d847727f6d1ccd1f9d828651e9ee77a34544742884b3e925552ca61ec1d0a1196b04a0874e97fc877e679dd8a69ba8b754b7688b730697
 DIST calibre-3.26.1.tar.xz 39109660 BLAKE2B 
0e98c273b8a5dfafea7a7027de3f83ad25ab835edadedf78b7e9bc356bcac8937d915944f2ab6503b414c49b4e792e090e7bd2433a4e86373bf115720ed78b0a
 SHA512 
893e36b101defaca29281b4bd072aafc1c4cb20a9cd3ee06a0b68fbe6b39cab34952799939ac4f54c77148c87861c5ab4ddff84f5ec8c2274ae7fa6424259ff5
+DIST calibre-3.35.0.tar.xz 39482684 BLAKE2B 
acf61ad52b9de4ab87913d536890f1f74cd4bca656ec275cd5fe21d6bbb4b97792d7f13f40b85b61f7a27745be2aedfff8b6deb9f8dff980f6f30596c184f1f2
 SHA512 
c81a00832c812603e5c5752f47ad322fcd9aa5079273385af2e0d8813bf04c4b84cca40210d53207c5b52ac4975ecec725f5560cb3c629f4afe9150229138b0d

diff --git a/app-text/calibre/calibre-3.35.0.ebuild 
b/app-text/calibre/calibre-3.35.0.ebuild
new file mode 100644
index 000..78c28858adc
--- /dev/null
+++ b/app-text/calibre/calibre-3.35.0.ebuild
@@ -0,0 +1,292 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite,ssl"
+
+inherit eutils bash-completion-r1 gnome2-utils multilib toolchain-funcs 
python-single-r1 xdg-utils
+
+DESCRIPTION="Ebook management application"
+HOMEPAGE="https://calibre-ebook.com/";
+SRC_URI="https://download.calibre-ebook.com/${PV}/${P}.tar.xz";
+
+LICENSE="
+   GPL-3+
+   GPL-3
+   GPL-2+
+   GPL-2
+   GPL-1+
+   LGPL-3+
+   LGPL-2.1+
+   LGPL-2.1
+   BSD
+   MIT
+   Old-MIT
+   Apache-2.0
+   public-domain
+   || ( Artistic GPL-1+ )
+   CC-BY-3.0
+   OFL-1.1
+   PSF-2
+"
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0"
+IUSE="ios +udisks"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=app-text/podofo-0.8.2:=
+   >=app-text/poppler-0.26.5[qt5]
+   >=dev-libs/chmlib-0.40:=
+   dev-libs/glib:2=
+   >=dev-libs/icu-57.1:=
+   dev-libs/libinput:=
+   >=dev-python/apsw-3.13.0[${PYTHON_USEDEP}]
+   >=dev-python/beautifulsoup-3.0.5:python-2[${PYTHON_USEDEP}]
+   dev-python/chardet[${PYTHON_USEDEP}]
+   >=dev-python/cssselect-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/cssutils-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/dbus-python-1.2.4[${PYTHON_USEDEP}]
+   >=dev-libs/dbus-glib-0.106
+   >=sys-apps/dbus-1.10.8
+   dev-python/html5-parser[${PYTHON_USEDEP}]
+   >=dev-python/lxml-3.2.1[${PYTHON_USEDEP}]
+   >=dev-python/mechanize-0.2.5[${PYTHON_USEDEP}]
+   dev-python/msgpack[${PYTHON_USEDEP}]
+   dev-python/netifaces[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.1.3[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
+   
>=dev-python/PyQt5-5.8[gui,svg,webkit,widgets,network,printsupport,${PYTHON_USEDEP}]
+   dev-python/regex[${PYTHON_USEDEP}]
+   dev-qt/qtcore:5=
+   dev-qt/qtdbus:5=
+   dev-qt/qtgui:5=
+   dev-qt/qtwidgets:5=
+   dev-util/desktop-file-utils
+   dev-util/gtk-update-icon-cache
+   media-fonts/liberation-fonts
+   media-libs/fontconfig:=
+   >=media-libs/freetype-2:=
+   >=media-libs/libmtp-1.1.11:=
+   >=media-libs/libwmf-0.2.8
+   >=media-gfx/optipng-0.7.6
+   sys-libs/zlib:=
+   virtual/libusb:1=
+   virtual/python-dnspython[${PYTHON_USEDEP}]
+   x11-libs/libxkbcommon:=
+   x11-libs/libX11:=
+   x11-libs/libXext:=
+   x11-libs/libXrender:=
+   x11-misc/shared-mime-info
+   >=x11-misc/xdg-utils-1.0.2-r2
+   ios? (
+   >=app-pda/usbmuxd-1.0.8
+   >=app-pda/libimobiledevice-1.2.0
+   )
+   udisks? ( virtual/libudev )"
+RDEPEND="${COMMON_DEPEND}
+   udisks? ( || ( sys-fs/udisks:2 sys-fs/udisks:0 ) )"
+DEPEND="${COMMON_DEPEND}
+   >=dev-python/setuptools-23.1.0[${PYTHON_USEDEP}]

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

2018-12-12 Thread Mikle Kolyada
commit: f8956fd078b4da0372a5a6c496ba21e6c4566d3a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Dec 12 17:22:26 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Dec 12 17:22:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8956fd0

profiles: mask sys-boot/grub-static for removal

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 6a46febc4cf..8c2b9da5800 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Mikle Kolyada  (12 Dec 2018)
+# grub:0 is dead and not being developed by upstream.
+# Two open bugs (427340, 591574).
+# Removal in 30 days.
+sys-boot/grub-static
+
 # Hans de Graaff  (12 Dec 2018)
 # Old ruby23 only slots without any reverse dependencies.
 # Use the newer slots instead. Removal in 30 days.



[gentoo-commits] repo/gentoo:master commit in: media-radio/flrig/

2018-12-12 Thread Mikle Kolyada
commit: a451d96484ba18be08d5c069aa2300f5fd9a07b3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Dec 12 16:45:31 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Dec 12 16:51:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a451d964

media-radio/flrig: amd64 stable wrt bug #672078

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

 media-radio/flrig/flrig-1.3.40.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/flrig/flrig-1.3.40.ebuild 
b/media-radio/flrig/flrig-1.3.40.ebuild
index 3c3ed82be62..375f47be0f5 100644
--- a/media-radio/flrig/flrig-1.3.40.ebuild
+++ b/media-radio/flrig/flrig-1.3.40.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="nls"
 
 DOCS=(AUTHORS ChangeLog README)



[gentoo-commits] repo/gentoo:master commit in: media-radio/fldigi/

2018-12-12 Thread Mikle Kolyada
commit: cb9823b609dc527082c6444795a4451e551452c0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Dec 12 16:50:44 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Dec 12 16:51:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb9823b6

media-radio/fldigi: amd64 stable wrt bug #672076

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

 media-radio/fldigi/fldigi-4.0.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/fldigi/fldigi-4.0.18.ebuild 
b/media-radio/fldigi/fldigi-4.0.18.ebuild
index c8836e87881..b46a39531ed 100644
--- a/media-radio/fldigi/fldigi-4.0.18.ebuild
+++ b/media-radio/fldigi/fldigi-4.0.18.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="hamlib nls pulseaudio"
 IUSE_CPU_FLAGS=" sse sse2 sse3"
 IUSE+=" ${IUSE_CPU_FLAGS// / cpu_flags_x86_}"



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

2018-12-12 Thread Ole Reifschneider
commit: 5098664b4e9cbc52e790cac339f1d989f4b8e2fb
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Wed Dec 12 16:47:07 2018 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Wed Dec 12 16:48:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5098664b

dev-libs/libvterm: Bump version

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ole Reifschneider  gentoo.org>

 dev-libs/libvterm/Manifest|  1 +
 dev-libs/libvterm/libvterm-0.0_pre20181126.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/dev-libs/libvterm/Manifest b/dev-libs/libvterm/Manifest
index 880ef067178..7e6e12617d3 100644
--- a/dev-libs/libvterm/Manifest
+++ b/dev-libs/libvterm/Manifest
@@ -1,2 +1,3 @@
 DIST libvterm-0.0_pre20160305.tar.xz 665672 BLAKE2B 
3f86ada9967f8c5e085ef324330082858c27b07583af2fa4946f74f3edf3bc697cb3335108df89a6de7f058b9649e82fc85b133084c0c8212a98e5f8adab6ce8
 SHA512 
7e9a44ae679b8c7216f019c0c6b90f1b762f051f58fdb349cfa2a3b2df606940d891547fbc24f05ff32a33e4749242ce8ee2af214b7b3623b83a9f4b9fd53585
 DIST libvterm-0.0_pre20171004.tar.xz 618644 BLAKE2B 
07ca64652e09825b5ddf644b962eddcb5c3c97b099da853f091d784a30b5740b77d0f92f8047f8387804cd9ad98f1342ee989cca648bda27260659eb130a2245
 SHA512 
96b4b113046797a14287f13f39c05da3fe1d52211de44cc11d44848563fa9c234d53a59b66af27721118c2267ad02c9c5b3f6d5be8e1769c708ed90a79b1dcd8
+DIST libvterm-0.0_pre20181126.tar.gz 65524 BLAKE2B 
00ad4cbc60739aae173e86ae7aa357869f815658c3c13e04808841e5e1e847732046e212153d4e4d49bbddcd5c661cdb7f7f962e6fd0a305a534bbca074a4ca6
 SHA512 
9f55c9a00807e46c1c6157fc372d3cad575f2574ac8b3abc82acd26ef6425166ac18ee1b7d77a9dfc617b14bc9eb7dc3a364cef5c0bf6c4951dc755d9c6c5ce0

diff --git a/dev-libs/libvterm/libvterm-0.0_pre20181126.ebuild 
b/dev-libs/libvterm/libvterm-0.0_pre20181126.ebuild
new file mode 100644
index 000..c636c41d4ba
--- /dev/null
+++ b/dev-libs/libvterm/libvterm-0.0_pre20181126.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils flag-o-matic multilib
+
+DESCRIPTION="An abstract library implementation of a VT220/xterm/ECMA-48 
terminal emulator"
+HOMEPAGE="http://www.leonerd.org.uk/code/libvterm/";
+SRC_URI="https://dev.gentoo.org/~tranquility/distfiles/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   sys-devel/libtool
+   virtual/pkgconfig"
+
+RDEPEND="!dev-libs/libvterm-neovim"
+
+S=${WORKDIR}/libvterm-0.0
+
+src_compile() {
+   append-cflags -fPIC
+   emake PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)"
+}
+
+src_install() {
+   emake \
+   PREFIX="${EPREFIX}/usr" \
+   LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
+   DESTDIR="${D}" install
+   prune_libtool_files
+}



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

2018-12-12 Thread Mikle Kolyada
commit: 184bb33a189c99208e733d04fe844081566c41a5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Dec 12 16:40:19 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Dec 12 16:40:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184bb33a

media-libs/freeverb3: amd64 stable wrt bug #671890

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

 media-libs/freeverb3/freeverb3-3.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/freeverb3/freeverb3-3.1.2-r1.ebuild 
b/media-libs/freeverb3/freeverb3-3.1.2-r1.ebuild
index aae904d7303..7b94b1aaa39 100644
--- a/media-libs/freeverb3/freeverb3-3.1.2-r1.ebuild
+++ b/media-libs/freeverb3/freeverb3-3.1.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 _IUSE_INSTRUCTION_SETS="cpu_flags_x86_3dnow cpu_flags_x86_avx 
cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_sse4_1"
 IUSE="${_IUSE_INSTRUCTION_SETS} audacious forcefpu jack openmp plugdouble 
threads"
 



  1   2   3   >