[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unix-Getrusage/

2018-03-18 Thread Kent Fredric
commit: 95fe265ee8450b7f5eb335cbc07a7fda70646257
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Mar 19 06:29:48 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Mar 19 06:39:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95fe265e

dev-perl/Unix-Getrusage: EAPI6 + normalize version

- EAPI6ify
- Normalize version scheme

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Unix-Getrusage/Unix-Getrusage-0.30.0-r1.ebuild | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/dev-perl/Unix-Getrusage/Unix-Getrusage-0.30.0-r1.ebuild 
b/dev-perl/Unix-Getrusage/Unix-Getrusage-0.30.0-r1.ebuild
new file mode 100644
index 000..06be176c38c
--- /dev/null
+++ b/dev-perl/Unix-Getrusage/Unix-Getrusage-0.30.0-r1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TAFFY
+DIST_VERSION=0.03
+
+inherit perl-module
+
+DESCRIPTION="Perl interface to the Unix getrusage system call"
+
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~x86"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/USB-TMC/files/, dev-perl/USB-TMC/

2018-03-18 Thread Kent Fredric
commit: aaa89b684efcf5180b08c5321cc510621e91332b
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Mar 19 06:18:11 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Mar 19 06:39:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaa89b68

dev-perl/USB-TMC: Bump to version 0.6.0

- Exorcise Pod Author tests
- Add missing CPAN remote-id's

Upstream:
- Add documentation about Udev rules and USB::LibUSB

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/USB-TMC/Manifest  |  1 +
 dev-perl/USB-TMC/USB-TMC-0.6.0.ebuild  | 29 
 .../USB-TMC/files/USB-TMC-0.006-nopodtest.patch| 80 ++
 dev-perl/USB-TMC/metadata.xml  |  4 ++
 4 files changed, 114 insertions(+)

diff --git a/dev-perl/USB-TMC/Manifest b/dev-perl/USB-TMC/Manifest
index df7e6b13595..1936dec0ed0 100644
--- a/dev-perl/USB-TMC/Manifest
+++ b/dev-perl/USB-TMC/Manifest
@@ -1 +1,2 @@
 DIST USB-TMC-0.005.tar.gz 14897 BLAKE2B 
e0ef62ce0263ab2c094562ad0ab23a2b7847c8e192d82cb3104a3e1cc0177de0d9cf384c337ff0ef1f81da68674063052b1fc217c00d542d6c0f557c176a253b
 SHA512 
25646376dcabab92c4abf82e22649dcea3659762b17860b09280d314deeb373b32fae962d284d9d3eadcd5c2d07da1285f873dd3408c0c6425cafb3082c07575
+DIST USB-TMC-0.006.tar.gz 15154 BLAKE2B 
a67846e4ab1e558f07498324253370f26a7392bc4cb5f8df078c73fc59fe897d36720f64d8a02e08ce59a5f12ee99c259f144d8ce3e7fbfb060b300fd45017f5
 SHA512 
8ac2e380bbc2cf78853502485d8af16141688cf6059db580439f1c10a3fcfbaf6241cab226f3845708f801651bd3cf0d8bcd89a1aa75c46f68e2bbe2430abbbf

diff --git a/dev-perl/USB-TMC/USB-TMC-0.6.0.ebuild 
b/dev-perl/USB-TMC/USB-TMC-0.6.0.ebuild
new file mode 100644
index 000..917206ce431
--- /dev/null
+++ b/dev-perl/USB-TMC/USB-TMC-0.6.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_VERSION=0.006
+DIST_AUTHOR=AMBA
+KEYWORDS="~amd64 ~x86"
+inherit perl-module
+
+DESCRIPTION="Perl interface to the USB Test & Measurement (USBTMC) backend"
+
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-Data-Dumper
+   dev-perl/Moose
+   dev-perl/MooseX-Params-Validate
+   dev-perl/USB-LibUSB
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"
+PATCHES=("${FILESDIR}/${PN}-0.006-nopodtest.patch")

diff --git a/dev-perl/USB-TMC/files/USB-TMC-0.006-nopodtest.patch 
b/dev-perl/USB-TMC/files/USB-TMC-0.006-nopodtest.patch
new file mode 100644
index 000..f5b527954d1
--- /dev/null
+++ b/dev-perl/USB-TMC/files/USB-TMC-0.006-nopodtest.patch
@@ -0,0 +1,80 @@
+From 41dbe34a7cd28e3841ac71184753f9e22cdf425d Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Mon, 19 Mar 2018 18:59:30 +1300
+Subject: Relocate t/pod.t to be an author only test
+
+This avoids end users needlessly running the POD tests if they just
+happen to have Test::Pod installed, and also avoids the resulting
+unneeded dependency on Module::Load
+
+Bug: https://github.com/lab-measurement/USB-TMC/pull/1
+---
+ MANIFEST   | 2 +-
+ META.json  | 1 -
+ META.yml   | 1 -
+ Makefile.PL| 2 --
+ {t => xt/author}/pod.t | 0
+ 5 files changed, 1 insertion(+), 5 deletions(-)
+ rename {t => xt/author}/pod.t (100%)
+
+diff --git a/MANIFEST b/MANIFEST
+index ba36c09..850b6ca 100644
+--- a/MANIFEST
 b/MANIFEST
+@@ -12,4 +12,4 @@ lib/USB/TMC.pm
+ scripts/load.pl
+ scripts/test.pl
+ t/USB-TMC.t
+-t/pod.t
++xt/author/pod.t
+diff --git a/META.json b/META.json
+index 8c1f927..159b1e8 100644
+--- a/META.json
 b/META.json
+@@ -33,7 +33,6 @@
+   },
+   "test" : {
+  "requires" : {
+-"Module::Load" : "0",
+ "Test::More" : "0"
+  }
+   }
+diff --git a/META.yml b/META.yml
+index a5ee3a1..ecc78b8 100644
+--- a/META.yml
 b/META.yml
+@@ -3,7 +3,6 @@ abstract: 'Perl interface to USB Test & Measurement (USBTMC) 
backend.'
+ author:
+   - 'Simon Reinhardt '
+ build_requires:
+-  Module::Load: '0'
+   Test::More: '0'
+ configure_requires:
+   ExtUtils::MakeMaker: '0'
+diff --git a/Makefile.PL b/Makefile.PL
+index ae75f3e..b29c441 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -26,7 +26,6 @@ my %WriteMakefileArgs = (
+ "warnings" => 0
+   },
+   "TEST_REQUIRES" => {
+-"Module::Load" => 0,
+ "Test::More" => 0
+   },
+   "VERSION" => "0.006",
+@@ -39,7 +38,6 @@ my %WriteMakefileArgs = (
+ my %FallbackPrereqs = (
+   "Carp" => 0,
+   "Data::Dumper" => 0,
+-  "Module::Load" => 0,
+   "Moose" => 0,
+   "MooseX::Params::Validate" => 0,
+   "Test::More" => 0,
+diff --git a/t/pod.t b/xt/author/pod.t
+similarity index 100%
+rename from t/pod.t
+rename to xt/author/pod.t
+-- 
+2.16.2
+

diff --git a/dev-perl/USB-TMC/metadata.xml b/dev-perl/USB-TMC/metadata.xml
index e10a656f860..1038ebf526c 100644
--- a/dev-perl/USB-TMC/

[gentoo-commits] repo/gentoo:master commit in: dev-perl/URI/

2018-03-18 Thread Kent Fredric
commit: 5d983668b9be4ae0b034f445de3ca41e696bd224
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Mar 19 00:58:51 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Mar 19 06:39:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d983668

dev-perl/URI: Bump to version 1.730.0

Upstream:
- Packaging and Test changes
- Documentation fixes

Keywords:
- Dropped many due to new Test-Needs dep, some were already busted
  due to arm-linux not having even perl keyworded.
- Dropped: amd64-fbsd, arm-linux, m68k, mips, s390, sh, sparc-solaris,
  sparc64-solaris, x64-cygwin, x64-solaris

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/URI/Manifest   |  1 +
 dev-perl/URI/URI-1.730.0.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-perl/URI/Manifest b/dev-perl/URI/Manifest
index fbd4d2a00e7..9435e6a13bb 100644
--- a/dev-perl/URI/Manifest
+++ b/dev-perl/URI/Manifest
@@ -1 +1,2 @@
 DIST URI-1.71.tar.gz 100141 BLAKE2B 
8efc84c878c96a6ddb52d6ff91df3003125db2780c295070f2012739d3154d6692326dceda8acee5078b11bca5ca65094b1567178d2a7372b3768c74b2a94e0a
 SHA512 
db412b75054a4d315eb861060fa4641832c2428b9dfe56bbe35f530c9ba572d4de2061d9782454750293dd5a64f3375830988d8512f410e84a9d599c80458405
+DIST URI-1.73.tar.gz 106930 BLAKE2B 
85adc080b463d67142c96e7ab7af13ff4a231054f28976edb8d7746cd9d788693f1cc2f1b30658530634e2693bc76bbdb47b1dfb6a6caca89117bd92aa78b910
 SHA512 
b72d07e9e9e284f360ad4bf42b22ddec2d1930be40ec465ca28c68484e87b01c55ab664cdec63af387bc435e9428681c64aed39b46b668d7c7c5f36be5fbeb2e

diff --git a/dev-perl/URI/URI-1.730.0.ebuild b/dev-perl/URI/URI-1.730.0.ebuild
new file mode 100644
index 000..1b87152c604
--- /dev/null
+++ b/dev-perl/URI/URI-1.730.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=1.73
+inherit perl-module
+
+DESCRIPTION="Uniform Resource Identifiers (absolute and relative)"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-Data-Dumper
+   virtual/perl-Encode
+   >=virtual/perl-Exporter-5.570.0
+   virtual/perl-File-Spec
+   >=virtual/perl-MIME-Base64-2
+   virtual/perl-Scalar-List-Utils
+   virtual/perl-libnet
+   virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Temp
+   virtual/perl-Test
+   dev-perl/Test-Needs
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/User-Identity/

2018-03-18 Thread Kent Fredric
commit: 6ce13c1223309dfba0a54b1154fa674c82e984cd
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Mar 19 06:38:13 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Mar 19 06:39:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ce13c12

dev-perl/User-Identity: Bump to version 0.990.0

Upstream:
- Fix class detection typo
- Documentation fixes

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/User-Identity/Manifest|  1 +
 .../User-Identity/User-Identity-0.990.0.ebuild | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-perl/User-Identity/Manifest b/dev-perl/User-Identity/Manifest
index a4b4f817a78..49b8dff540b 100644
--- a/dev-perl/User-Identity/Manifest
+++ b/dev-perl/User-Identity/Manifest
@@ -1,2 +1,3 @@
 DIST User-Identity-0.94.tar.gz 27235 BLAKE2B 
ff218367a95016586191b1dbbb1e8a7ed040e56d509434012fa1b9d7bf50446aa0401b011f25ecec3be13b4260b93d3c40f15c91bbb328277ea2d643f8d33e4c
 SHA512 
ff058fb22c2bca968be4c862aaff9bd64441cec07ac2760dd9bb78b3bf1221ebbb602005accde5f8d4452e6a88724fe5b3aa96805c0b2e30cb1f23ea56728223
 DIST User-Identity-0.97.tar.gz 27606 BLAKE2B 
961dfe92140c151b76f9c193ef003a32b0aa2c9cd9a5bba53eeadee0409ab853c85557c5432d632941e633deb028f664bb29db07e65fc076a3a4708dab7d17c0
 SHA512 
c2245c003f8a61a90ac0816d73411a77f90a3dcff3d85abb2ff6f277e8de5f8422dd2adf754dac4f03dd0c279f1b7231da96af1a84125288ad53dda78fd287e4
+DIST User-Identity-0.99.tar.gz 28657 BLAKE2B 
7374c2ae8be5d81c52bf57d94adbc881c2b07f5d8b11c7dd86d301b95deb93f77a75714831155cfb47fdf085cb271d014203bb3ed917d683faaa7cf0acf0701f
 SHA512 
b0706cb5aed372b384229459c5b1a9e46968cd8d58f713754cd1a65a7caad0931839bf9d1540ce7a849f94a3d37f580120940364eb29684d3a84a009fb702cbb

diff --git a/dev-perl/User-Identity/User-Identity-0.990.0.ebuild 
b/dev-perl/User-Identity/User-Identity-0.990.0.ebuild
new file mode 100644
index 000..88936bf23ea
--- /dev/null
+++ b/dev-perl/User-Identity/User-Identity-0.990.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MARKOV
+DIST_VERSION=0.99
+inherit perl-module
+
+DESCRIPTION="Maintains info about a physical person"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-isa/

2018-03-18 Thread Kent Fredric
commit: 5598e3bbf4e441c2e1c742e19d75849028e09e05
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Mar 18 22:43:44 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Mar 19 06:39:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5598e3bb

dev-perl/UNIVERSAL-isa: Bump to version 1.201.710.120

- EAPI6

Upstream:
- Add original_isa method

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/UNIVERSAL-isa/Manifest|  1 +
 .../UNIVERSAL-isa-1.201.710.120.ebuild | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-perl/UNIVERSAL-isa/Manifest b/dev-perl/UNIVERSAL-isa/Manifest
index 5e5e4043611..8b09964a0a5 100644
--- a/dev-perl/UNIVERSAL-isa/Manifest
+++ b/dev-perl/UNIVERSAL-isa/Manifest
@@ -1 +1,2 @@
 DIST UNIVERSAL-isa-1.20150614.tar.gz 27124 BLAKE2B 
92c2e8f749dd961481e6437ea9f23f336c16d6237b626128255507f42a4b2b281010cf231ddee6ad0037b58b46dc44bf1ae94f0c4af88f38147a8ab9fd1d4352
 SHA512 
f35ac6dd8762702f47ff7df5276ffd8a1ccfeeb531751cd41fc08f374c6309f76ea0cf1e57e1386b39ae46003464ac1f819f98708d191eee171474122362
+DIST UNIVERSAL-isa-1.20171012.tar.gz 29345 BLAKE2B 
1e4d9b87fe2da93343dbfb8ad58f073def486e67b7f070eda08df803c3df7f296d1cfff80b5ecea6937c0b5916e648b2e45c7fcc94bf12071522b8508bd0bbec
 SHA512 
abc2943b1706c681734cc03d995859a7d853741ab2013b530aa9f290d8625c5074ec594062c97760044cc1261a20448b9f059287a8f3dae7ba8c303397610518

diff --git a/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild 
b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild
new file mode 100644
index 000..708ef8c491f
--- /dev/null
+++ b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=1.20171012
+inherit perl-module
+
+DESCRIPTION="Attempt to recover from people calling UNIVERSAL::isa as a 
function"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~ppc-aix"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Scalar-List-Utils
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Spec
+   virtual/perl-Test-Simple
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/UUID/

2018-03-18 Thread Kent Fredric
commit: 9c005a4973d6306ab736f2161603b36122f1be9e
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Mar 19 06:25:46 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Mar 19 06:39:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c005a49

dev-perl/UUID: Bump to version 0.270.0

Upstream:
- Remove examples using ":all" from synopsis as it encourages risky
  practices

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/UUID/Manifest|  1 +
 dev-perl/UUID/UUID-0.270.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-perl/UUID/Manifest b/dev-perl/UUID/Manifest
index b7e8d094eaa..7b37a97d0ff 100644
--- a/dev-perl/UUID/Manifest
+++ b/dev-perl/UUID/Manifest
@@ -1,2 +1,3 @@
 DIST UUID-0.25.tar.gz 14383 BLAKE2B 
bfdbe9d9bb2fdfcbd2b06f4985e00a2bdfed1a1d019aa9bdfc16fadc646bc0dfba18d31f00818f8e38f6f6b674a92e45f056ade319e3032eff3179c088e6a1b1
 SHA512 
b775692fd85597fb9786a376a2f290938714e61416eb213f7329d3fbf820a94912c9de5a1900fcba85e8cde2002c626bbfbca6a91dfd9ef0011b1e2d61bad65a
 DIST UUID-0.26.tar.gz 14535 BLAKE2B 
a1159c96d2c88bdfdf66f80924b121d646449742774427431cb323ac6dd4365b5c6166d1fbfbddaa7670b4e87927569fcb9e27b7289e6301d9f4b959ea5e9a72
 SHA512 
7ec7345fedd42e38ad50531535364565cdab2b091439992833a32804c543dd846f430688eee3b72b10ecb060127463cbb5f771c7ae11719398c22cce7b49274c
+DIST UUID-0.27.tar.gz 14690 BLAKE2B 
b4f296f82172202eb3af67f8e1e18dbbf4c36e3d6931f63aeaea32003fe1c3d5ad4c6d25540c4e1475f16841654b44d39164bff5dbfd35712bfec69dc7bdc039
 SHA512 
a7b45e0bf5461318cf8e6d874630afb31c98d5a10a5aa3408a27e48bcde051517d6c8bc904a2f05d2bd5aee076f06b07ddd535371e891eb7ac2e5845c4d930c2

diff --git a/dev-perl/UUID/UUID-0.270.0.ebuild 
b/dev-perl/UUID/UUID-0.270.0.ebuild
new file mode 100644
index 000..b1b592f480c
--- /dev/null
+++ b/dev-perl/UUID/UUID-0.270.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+DIST_AUTHOR=JRM
+DIST_VERSION=0.27
+inherit perl-module
+
+DESCRIPTION="Perl extension for using UUID interfaces as defined in e2fsprogs"
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# Note: UUID appears to link against a bunch of different UUID
+# implementations depending on availability and platform.
+#
+# Presently uses uuid.h/libuuid.so from util-linux which is fine for Linux
+# platforms, but may need special attention on *bsd, *osx and win*
+RDEPEND=""
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   >=dev-perl/Devel-CheckLib-1.20.0
+"



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

2018-03-18 Thread Tim Harder
commit: 4ae26dd2f234dd80046b318561d48b14bfd5587e
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 06:33:08 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 06:33:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae26dd2

dev-python/defusedxml: add pypi site to HOMEPAGE

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

diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
index 86155ea1660..59715c022ba 100644
--- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml(+)"
 inherit distutils-r1
 
 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
-HOMEPAGE="https://bitbucket.org/tiran/defusedxml";
+HOMEPAGE="https://bitbucket.org/tiran/defusedxml 
https://pypi.python.org/pypi/defusedxml";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd"
 IUSE="examples"



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

2018-03-18 Thread Tim Harder
commit: d2acbc8b447fe16f767ccdc28e149f5e218d7a78
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 06:38:00 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 06:38:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2acbc8b

net-fs/s3ql: version bump to 2.26

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

diff --git a/net-fs/s3ql/Manifest b/net-fs/s3ql/Manifest
index fdc4405576b..aee646a8f92 100644
--- a/net-fs/s3ql/Manifest
+++ b/net-fs/s3ql/Manifest
@@ -1,2 +1,3 @@
 DIST s3ql-2.24.tar.bz2 773766 BLAKE2B 
e780bc7d3376241d9b04ba0b09b064050f1ecaf22a44eac6e793ac4a01cc0ae7c44f1c40d39cc2984bb62f52dac9b55be22cfc63309dc4af4a1f93784303865f
 SHA512 
20f32fcde425e2e5f07f1b52a5399bc6c1aaf8d6ad866e3496f7608a590f6a9bfa2ccf7c0ee18be7e8d6e374d1a2679ae72c5438775ca3b0b0c214735d26c9dc
 DIST s3ql-2.25.tar.bz2 770189 BLAKE2B 
d0d3c7656f93b7bdac97ab7b9afdb6b53c6e909a5fd4e5a1cf9e5c153d81349dfb809409f79ec45768297e7c7eb89a590338cb9726b2eda51b3ca02734fa1001
 SHA512 
e2aa9f5d68a00b36ae33a7d36bf4aa42f761fb7e2cfb8370c914a78d0ed54edab85dd224fa7ef08e9e240161f5c66e46c0cbe99b6c5451cab3a50f33c78bde36
+DIST s3ql-2.26.tar.bz2 775435 BLAKE2B 
e30d0108522e3bca2e3e16138c418af553d4a0cb502671b70dee689be2795c02bc4fb47a2aa5d225a1ad748c7fadc099ff28443c9dedba737d89e8efabb455a0
 SHA512 
5bdf89fba0a0d354dbdb84bdc3f31a2cefaf3bc701989b9f413c428cb2de9e7449255c3f7ed775fccd2f2fbe3bdb3156ecfb43de5a958dedb83ba63399427569

diff --git a/net-fs/s3ql/s3ql-2.26.ebuild b/net-fs/s3ql/s3ql-2.26.ebuild
new file mode 100644
index 000..ef6ddc58a26
--- /dev/null
+++ b/net-fs/s3ql/s3ql-2.26.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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 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"
+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/defusedxml/

2018-03-18 Thread Tim Harder
commit: 9b362d93266817d57e88ddc5db46814333f00752
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 06:34:49 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 06:34:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b362d93

dev-python/defusedxml: remove old

 dev-python/defusedxml/Manifest   |  1 -
 dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild | 27 
 2 files changed, 28 deletions(-)

diff --git a/dev-python/defusedxml/Manifest b/dev-python/defusedxml/Manifest
index 32d6c499717..93b6c49fe23 100644
--- a/dev-python/defusedxml/Manifest
+++ b/dev-python/defusedxml/Manifest
@@ -1,2 +1 @@
-DIST defusedxml-0.4.1.tar.gz 48889 BLAKE2B 
4b4225c126a4d8997e7a78a5257991da4a767b3ca8b0ffa7e1414a1342995c02a389271579329990b786f71919f17a81f093a2e4f14d10a50f88563ae4acb6e5
 SHA512 
78a7a1f3d1eed9d7cda00afaaccf8153c7f616303c53d3918341d75970d532932b04effcfc8b1b8ed88ba6d730cb56400e9e4ecee8aa7d2181c7577f1d535783
 DIST defusedxml-0.5.0.tar.gz 60405 BLAKE2B 
bd57b3b705abff71ff99ce4e43fe4c1fd708463546cc5d614dceb56f36e98771ef5c952a1aae010d32e4b557ed687c194c61723a0b3334dc1b0d517591d7c3d3
 SHA512 
71e1a604df9be41ded454bcdfa63610e897eb405295d7365fcddfc5f50f7572c36f0bd91a4a1fdf47d1b097637bd9fdcf08f1cdb73e2fe64eea0320a7532e452

diff --git a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild 
b/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
deleted file mode 100644
index 00117a49d05..000
--- a/dev-python/defusedxml/defusedxml-0.4.1-r1.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} pypy )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
-HOMEPAGE="https://bitbucket.org/tiran/defusedxml";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
-IUSE="examples"
-
-LICENSE="PSF-2"
-SLOT="0"
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   use examples && local EXAMPLES=( other/. )
-   distutils-r1_python_install_all
-}



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

2018-03-18 Thread Tim Harder
commit: 3f5546ab71e3d45cdf1d5e3f5f52a7cb609f5627
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 06:33:55 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 06:33:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5546ab

dev-python/defusedxml: stabilize 0.5.0

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

diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild 
b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
index 59715c022ba..da34999e520 100644
--- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1
 DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
 HOMEPAGE="https://bitbucket.org/tiran/defusedxml 
https://pypi.python.org/pypi/defusedxml";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd"
 IUSE="examples"
 
 LICENSE="PSF-2"



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

2018-03-18 Thread Tim Harder
commit: 61446bfca57b8601dcc66d44be073b2f7db99f18
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 06:35:08 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 06:35:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61446bfc

dev-python/dugong: version bump to 3.7.2

 dev-python/dugong/Manifest|  1 +
 dev-python/dugong/dugong-3.7.2.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/dugong/Manifest b/dev-python/dugong/Manifest
index cd83993cfbb..570d8862d78 100644
--- a/dev-python/dugong/Manifest
+++ b/dev-python/dugong/Manifest
@@ -1 +1,2 @@
 DIST dugong-3.7.1.tar.bz2 194243 BLAKE2B 
a7514f4b515fcd519f5c11b834d44d16cd395d9eada659dd1913bd07a9a072e19f6737a3d702d9ef2a63160eb5452f146a4b04e744610b8f51c9403a648aef9b
 SHA512 
85c276bba85d650bf0baa6257bf0872cb2da546a23d19e0c94cc15c95721a8d9f6392db0e64b38ab2e801803e3ab7908e6a931d18736d33c87138eca35b4f27c
+DIST dugong-3.7.2.tar.bz2 206730 BLAKE2B 
f362208db26582a1d3681900e99b2143c779d4da1dff9f1a5bc21a2a00fbd0e0c1abb045a60b6cc29d173c0980c42c19f33d091c3b6f300d0e2d85b180b12995
 SHA512 
00b6d349fa7c5b8a356d663381a39bc40dd42fe9c01a92003c58437f4c4acc31fdde880b743f2c1035016e6f1e1d0f9cf6608832332f3a4a8640bf868680bea6

diff --git a/dev-python/dugong/dugong-3.7.2.ebuild 
b/dev-python/dugong/dugong-3.7.2.ebuild
new file mode 100644
index 000..e1144b98f8b
--- /dev/null
+++ b/dev-python/dugong/dugong-3.7.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for communicating with HTTP 1.1 servers"
+HOMEPAGE="https://bitbucket.org/nikratio/python-dugong/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-catchlog[${PYTHON_USEDEP}]
+   )"
+
+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
+}



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

2018-03-18 Thread Tim Harder
commit: 5b40406cd5b2c6916e8f54daade5a6cf30a02635
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 06:20:31 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 06:26:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b40406c

dev-python/paramiko: version bump to 2.4.1

 dev-python/paramiko/Manifest  |  1 +
 dev-python/paramiko/paramiko-2.4.1.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/paramiko/Manifest b/dev-python/paramiko/Manifest
index 6ad7679c673..2bf65e2840e 100644
--- a/dev-python/paramiko/Manifest
+++ b/dev-python/paramiko/Manifest
@@ -2,3 +2,4 @@ DIST paramiko-2.1.2.tar.gz 1196746 BLAKE2B 
c184e171fe550fc231d67473867db283b706a
 DIST paramiko-2.2.1.tar.gz 1205818 BLAKE2B 
6b9007c2f653d6e640de4051bb16e5b9a4d039b59b38cb3500d6b2935e4e9e4acddecb0b1eb404f8bc6c5ea94a90cbc9a405ae5189efa0b9026d0550fcd9f259
 SHA512 
6aa2cce301f32c15d66e2137bc8a5c10ea4a667c599b24047a1e176b10636fe3abd28c7b2974befdde432a86c924acceace056c0572ea3006d3e4a8160b725c3
 DIST paramiko-2.3.1.tar.gz 282553 BLAKE2B 
298bf73d2ecbb47506a7e3b7a03ddd650c8f126ef21b0e443602327a7011ee55c146aa3b6e4d160b47680b50dab3fcf04843597a290ccb166f88fc129bd85a67
 SHA512 
b63a177f1f03937d5650d6f2a3ca4c00e0c3ffb0080e5e5a8141aab435c3ad415f5af8c61cb2894d176544b854ff26ee510eaa41081b452dfa6213cdc055
 DIST paramiko-2.4.0.tar.gz 283484 BLAKE2B 
b0f7c99d8083aae5f70605cead265c060af29937fd5b97e3606fe9319e5b982dea4efce8e5e823c584ea9a046a08e29cbabe2304d069ba07b435acbf6c3224e4
 SHA512 
9c8deec2041c3756206b03c932be102383ad35077513f51f3d85573d4081a81c110e483375eb28b174b89c8703b38123d7e74f5b784b697ab0046dae083b9f41
+DIST paramiko-2.4.1.tar.gz 285151 BLAKE2B 
767c4ad11da77c5c6796165057715f318cab417c5bae72cd97b51af94ecbf233316fd4286e35b2f855027e05bcf195c869b45a87f66954bee3bb98ae9d0ef1a9
 SHA512 
5a580d25e7911937f228ef4a2b89b5a1efd771f576c6c68cf1c36e1abbc38adbc6ad5dc91400de7112238fcf7803f5f26c13fe10be4af8a2a86af9398da7a8de

diff --git a/dev-python/paramiko/paramiko-2.4.1.ebuild 
b/dev-python/paramiko/paramiko-2.4.1.ebuild
new file mode 100644
index 000..277911f22ed
--- /dev/null
+++ b/dev-python/paramiko/paramiko-2.4.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="SSH2 protocol library"
+HOMEPAGE="http://www.paramiko.org/ https://github.com/paramiko/paramiko/ 
https://pypi.python.org/pypi/paramiko/";
+# pypi tarballs are missing test data
+#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+IUSE="doc examples test"
+
+RDEPEND="
+   >=dev-python/bcrypt-3.1.3[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.5[${PYTHON_USEDEP}]
+   >=dev-python/pynacl-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-relaxed[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   py.test -v || die "Tests fail with ${EPYTHON}"
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx -s sites/docs
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
+
+   distutils-r1_python_install_all
+
+   if use examples; then
+   insinto /usr/share/doc/${PF}/examples
+   doins demos/*
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2018-03-18 Thread Tim Harder
commit: 636c0d4b61718a2b53dd75105c6fc36f812ac2cb
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 06:25:14 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 06:26:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=636c0d4b

app-backup/duplicity: version bump to 0.7.17

 app-backup/duplicity/Manifest|  1 +
 app-backup/duplicity/duplicity-0.7.17.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 20a59a91ee6..edb4b512a4d 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -5,3 +5,4 @@ DIST duplicity-0.7.13.1.tar.gz 1553736 BLAKE2B 
607a469abc7f152f564628fda444d0c30
 DIST duplicity-0.7.14.tar.gz 1556110 BLAKE2B 
32d4d7f941a09e85915724352ec14d6ed1bdb6a36f55e2160fe4a272868ab6c92f4917f4672183f38dbb3f38a1fa188eedd62ed9063b89b6c31d240ca268fabf
 SHA512 
d814a4da2b23fb586bf2a7a29532ba082756470786f883d9b8cfcd856eabf0db0cdd8e9af5557fe861e439ab058e7586652f91c82c9b99c123cd14c7598b8fc2
 DIST duplicity-0.7.15.tar.gz 1563272 BLAKE2B 
1a5487d863253298ecab0bf328bc7e4aa7ac7df4e2b2dd47fd60b674310bcb9046e96546860fb6f299cddeb3ad384abae615a065759798e7215addb064d4582b
 SHA512 
7cdcf1c707e9bdbbc250afcd359978607454b1614128d2b7f09403867195795606794c5f193dc869579ae8c3a9251d7ef8f9acd66d4e69bce91344d7c046ca90
 DIST duplicity-0.7.16.tar.gz 1563676 BLAKE2B 
67e1a205a880b2658ed265efa46590553537881d82af21f538fe0b524338ed8450ded1dcc30089ecf13892f5284fe2acd3dbb1a17597557640ccbb1376cd
 SHA512 
552f63848ce90ccd8481136df6c0918bbf2463dde00d4e54f0af3693dc5439551ac086dc43b7b7191d1dcf0b710d7391b6c627ce0effd14a59beb0b5fa06a804
+DIST duplicity-0.7.17.tar.gz 1719145 BLAKE2B 
fb5b3b3319305e63aaabcf4feef89d8a9c7b84d8e1ff09082cbfb49ebb7129a88afe6c85f6db892c0fdc8a27ca2b247e903e20a2f7b7fd9d6ced0aa77f15a2d4
 SHA512 
a7fa3f26709bcb25be519a20d65a196072a49ca468ace84b4876a815efea23fc1ed5b77abf765475fb8a08e3138349bf1d48e0ce22816ef66526463b646e12a3

diff --git a/app-backup/duplicity/duplicity-0.7.17.ebuild 
b/app-backup/duplicity/duplicity-0.7.17.ebuild
new file mode 100644
index 000..b2f160dd6d9
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.7.17.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 versionator
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="http://www.nongnu.org/duplicity/";
+SRC_URI="https://code.launchpad.net/${PN}/$(get_version_component_range 
1-2)-series/${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="s3 test"
+
+CDEPEND="
+   net-libs/librsync
+   app-crypt/gnupg
+   dev-python/fasteners[${PYTHON_USEDEP}]
+"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   app-arch/par2cmdline
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${CDEPEND}
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   s3? ( dev-python/boto[${PYTHON_USEDEP}] )
+"
+
+python_prepare_all() {
+   # workaround until failing test is fixed
+   local PATCHES=( "${FILESDIR}"/${PN}-0.6.24-skip-test.patch )
+
+   distutils-r1_python_prepare_all
+
+   sed -i "s/'COPYING',//" setup.py || die
+}
+
+python_test() {
+   esetup.py test
+}
+
+pkg_postinst() {
+   einfo "Duplicity has many optional dependencies to support various 
backends."
+   einfo "Currently it's up to you to install them as necessary."
+}



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

2018-03-18 Thread Hans de Graaff
commit: ee31d95de6f7f828f83402b2cd42dfc420c4c96c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 19 06:20:47 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 19 06:21:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee31d95d

dev-util/jenkins-bin: add 2.107.1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 73d84cf2f74..34b0b3c64a9 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,2 +1,3 @@
+DIST jenkins-bin-2.107.1.war 74525235 BLAKE2B 
0026335b4fb7e45cdd315dc2d161ef0cd9244feceaeb24639fbf8042ebc74b940b56c6ac9db8701592b7c79f78699b8284e07896b9ac289a4baff6938669f35d
 SHA512 
3e9e5cd7933c46c42be5c36d55142272220da3516885e33086515f66cc6fe8a71f0c5442083917468d0aae3f4991d96546824d9c0b90e7d2bfb61ae86c8c4d9a
 DIST jenkins-bin-2.107.war 74518540 BLAKE2B 
13aaab2968afdc3d8e2f13086bb480f0a798b736f0b8ce2c80537858cbba5b62efe12806beb22342daad5500f4f81cdcdc00b14e29f9e2ca0e7b5fc1f1c2c406
 SHA512 
9739e7d63ac7996f731abf43ae91a248697771974fac2763cc8b3838ec52b2c25b609e73d6a58b650994576e7d27c856e30dfbe08b16f597c1be80a9a2579745
 DIST jenkins-bin-2.89.4.war 74297875 BLAKE2B 
05e243ac84e6a9a377dff3962d3e2f4f729d390bac9d5de27a19641babb24ab95b5e8cbcf127df7170928a902e267b0d4e497ba08ea99080f610bb4d5c7b12d4
 SHA512 
eba6d7ee6f2cd452d805ef97c15fc794424039efb4f1d8b7c0cc463c21c856c02455187cc24360847fd7ac06e816f37964b9a4d99fd306def6c713ed0339e2f7

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



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

2018-03-18 Thread Hans de Graaff
commit: 398e3e0ed72a5a78606f615e5b0514f0fe9de65d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 19 06:02:32 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 19 06:21:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=398e3e0e

dev-ruby/request_store: add 1.4.1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/request_store/Manifest   |  1 +
 dev-ruby/request_store/request_store-1.4.1.ebuild | 24 +++
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/request_store/Manifest b/dev-ruby/request_store/Manifest
index 3925a4b29ef..80ef97e1ff4 100644
--- a/dev-ruby/request_store/Manifest
+++ b/dev-ruby/request_store/Manifest
@@ -1,3 +1,4 @@
 DIST request_store-1.0.5.gem 6656 BLAKE2B 
2bd96d3dd40e846e8b36cae338c1f95ec812d6121db332e60c85b4c8e043fe81229e9e2f7f8f3c1ef3d7c592515bb69d5dae3cc4755f181fd29a1eb7e7c6254d
 SHA512 
0d69ebdb8d3f6df11f89780c250b5fcc702258e19d7fbf8e2273614ecc220ee25e059a596a8a7e39bcc426f8d834cab38c161c0c1a800cc7ebdba3daa810e727
 DIST request_store-1.3.2.gem 7680 BLAKE2B 
78825112c3893b631952275885096a0f4475fdd67f5fcf1834c5f7f4c468f79709e60d7f64f68cf13d44e6673c2b555e024a15f0518d083dacc54a40d588867c
 SHA512 
038aad3f71d3e8ac4b13503ac6bb484cc1b85516ecdf618dc5af2c5f906d7f33c2304c3d7ab25b7acaa6210fe8a419ec8bda40e5036f692928a08fc5cca6e40b
 DIST request_store-1.4.0.gem 9216 BLAKE2B 
90e4dfa1c43a4c64f17b70dd4b77e2b982f5dc4bf42cd3b26345cf168d1ac8ac750dca75db679fc1c24097638c7dba031f8b29f3f4d9e81fdbcc30dc8dc6e5e0
 SHA512 
12835dc2f5b4b6a6812adb756ebc45a9f6a0b80e65800a7dabc27c55c359f5090adc9530b17de072d2feb6903ba0f1b075379bef83c7b673a86b1b8ce51447e4
+DIST request_store-1.4.1.gem 9216 BLAKE2B 
06d88b26dfb1834e1a30bd17780e19db75dacfb07a18324efc06dfe17aecad6232f7d1bf7a42bf152c5350926e2d64cfcd8d86f12178d2deb0f8c2f4ea6d95c3
 SHA512 
83e75e866b838e79c99c60197f5fe5da106619f645d9f244c55e1f1ca4bfa82f0bd67d6f10f74be857b8a359484799d44ec9c4f0b926bba2e2699de231360537

diff --git a/dev-ruby/request_store/request_store-1.4.1.ebuild 
b/dev-ruby/request_store/request_store-1.4.1.ebuild
new file mode 100644
index 000..ab89379ff34
--- /dev/null
+++ b/dev-ruby/request_store/request_store-1.4.1.ebuild
@@ -0,0 +1,24 @@
+# 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_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Per-request global storage for Rack"
+HOMEPAGE="https://github.com/steveklabnik/request_store";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/rack-1.4:*"
+
+all_ruby_prepare() {
+   sed -i -e "/bundler/ s:^:#:" Rakefile || die
+}



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

2018-03-18 Thread Hans de Graaff
commit: a78961f7053328680bd7b185d94aa2cde27886fc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 19 06:14:01 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 19 06:21:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78961f7

dev-ruby/blankslate: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/blankslate/blankslate-3.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/blankslate/blankslate-3.1.3.ebuild 
b/dev-ruby/blankslate/blankslate-3.1.3.ebuild
index 10140d97aad..323eb70a154 100644
--- a/dev-ruby/blankslate/blankslate-3.1.3.ebuild
+++ b/dev-ruby/blankslate/blankslate-3.1.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



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

2018-03-18 Thread Hans de Graaff
commit: a742da4f2c92b0efa5b4952fbbe03b421d4c3a8f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 19 06:06:02 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 19 06:21:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a742da4f

dev-ruby/selenium-webdriver: add 3.11.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/selenium-webdriver/Manifest   |  1 +
 .../selenium-webdriver-3.11.0.ebuild   | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/selenium-webdriver/Manifest 
b/dev-ruby/selenium-webdriver/Manifest
index 7ca277a4a78..9e8c54e7f16 100644
--- a/dev-ruby/selenium-webdriver/Manifest
+++ b/dev-ruby/selenium-webdriver/Manifest
@@ -1,5 +1,6 @@
 DIST selenium-webdriver-2.53.4.gem 897536 BLAKE2B 
630b5e8cd5ce53de7a689135ce80e364e33b783bd8493f79af01d79717d3d65541fe04c6c0e5016a85af8a559864ddcb641d06c99430599b21095b54ff40845a
 SHA512 
ad7934a67c4415a81c2d0efae5f510d41784411076ea903724e1fa2be1b209382131aa1b05f3636deb1deca38db6e76805262f5037ab2e621e785e4eb3c2b90e
 DIST selenium-webdriver-3.10.0.gem 841728 BLAKE2B 
fb36121b835c7750595cd57c3217c234e12d9f78a29131a12148f464955b1bc3f5a9ef96b6bd8f8aaedd0fa9943bcc42c1f83a0d31ec6663664f6c4f0102b5a3
 SHA512 
ee1ccad5661f06b16c106b2515285f763baf2b66aefe4c20aed0521e602997af8b1b12640b1099ad0a64f18b01bcec7824dcdd20fe36d9176337f177b8417b2b
+DIST selenium-webdriver-3.11.0.gem 841728 BLAKE2B 
b3f069645fb166258aebb0f04c8d3f828413b2a1e2f818b7501118760ba79e812ce7d314b21076076f1e6c30590e0d38f026b32ede63ff08197c8f8fbaaefded
 SHA512 
85488c257772a4628d19bd71e7993a82c2c5a9f6332d591b19507ca5e2a96c03fa5c351714a492915888510728f2e5eca28862c69e1ced43d8b56db128d7705e
 DIST selenium-webdriver-3.7.0.gem 839168 BLAKE2B 
0c6940ff2a8197a3166e8f3f7e7b43bc4551b5bb1f8a40a5887ddcfa7efab93faefa9ead632d3973cbd57a65553a9027f83145bbac753b4ef122f792bae569fd
 SHA512 
f15819d7e3a683d101073710876792ec0cca7c28d387bb9d1b19964083a99e276340fbcfedd9b0ca2234c54f7db56d12dc3af2e4eadf8995e1e05f7282169726
 DIST selenium-webdriver-3.8.0.gem 840192 BLAKE2B 
3f3871afed9734627757e58a211ad894fd45a49b73208b533fd39e0d99172536e7f2abdfbed1e0589c45aac6a26dd0c1ae0cf8f25053d44082957f7d07591d37
 SHA512 
c00c44786ecee4c02723b88c9ae5921d6a3f2d4c6c3bd043da1f524692c75a69357b752fc183c7881de0d0a6e6d6ddb03ca31e6a983afacdd06978bdd0797957
 DIST selenium-webdriver-3.9.0.gem 841216 BLAKE2B 
611a8be3e8759609a792e4f92c73d3e7db6a209a9566fd4f6a7663b4111e5f856e138be83cdce07ceb28dcb23a49ed6d7f403927e96f53751302e73238b701d6
 SHA512 
5bf2a71322bedfe0e51cae1077886cf520e8cd9213d28dd3643ba78ff457e56649e95df6b09926c82bef98dae7d8c5b6eb676d60939108dd9ead79609cfd2acd

diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-3.11.0.ebuild 
b/dev-ruby/selenium-webdriver/selenium-webdriver-3.11.0.ebuild
new file mode 100644
index 000..67da404fd03
--- /dev/null
+++ b/dev-ruby/selenium-webdriver/selenium-webdriver-3.11.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23 ruby24"
+
+# NOTE: this package contains precompiled code. It appears that all
+# source code can be found at https://code.google.com/p/selenium/ but the
+# repository is not organized in a way so that we can easily rebuild the
+# suited shared object. We'll just try our luck with the precompiled
+# objects for now.
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_QA_ALLOWED_LIBS="x_ignore_nofocus.so"
+QA_PREBUILT="*/x_ignore_nofocus.so"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This gem provides Ruby bindings for WebDriver"
+HOMEPAGE="https://github.com/seleniumhq/selenium";
+
+LICENSE="Apache-2.0"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/childprocess-0.5.0
+   >=dev-ruby/rubyzip-1.2:1"



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

2018-03-18 Thread Hans de Graaff
commit: e562724c27361ef85ee184f744fc8bcd9adc159f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 19 06:04:05 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 19 06:21:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e562724c

virtual/ruby-ssl: add ruby25 version

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 virtual/ruby-ssl/ruby-ssl-10.ebuild | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/virtual/ruby-ssl/ruby-ssl-10.ebuild 
b/virtual/ruby-ssl/ruby-ssl-10.ebuild
new file mode 100644
index 000..9efd56b247a
--- /dev/null
+++ b/virtual/ruby-ssl/ruby-ssl-10.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+inherit ruby-ng
+
+DESCRIPTION="Virtual ebuild for the Ruby OpenSSL bindings"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   ruby_targets_ruby22? ( dev-lang/ruby:2.2[ssl] )
+   ruby_targets_ruby23? ( dev-lang/ruby:2.3[ssl] )
+   ruby_targets_ruby24? ( dev-lang/ruby:2.4[ssl] )
+   ruby_targets_ruby25? ( dev-lang/ruby:2.5[ssl] )
+"
+
+pkg_setup() { :; }
+src_unpack() { :; }
+src_prepare() { :; }
+src_compile() { :; }
+src_install() { :; }
+pkg_preinst() { :; }
+pkg_postinst() { :; }



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

2018-03-18 Thread Tim Harder
commit: 635f4d091e9887da1fa36dd431306e938bab2bfb
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 06:08:02 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 06:08:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=635f4d09

dev-python/aniso8601: stablize 1.3.0

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

diff --git a/dev-python/aniso8601/aniso8601-1.3.0.ebuild 
b/dev-python/aniso8601/aniso8601-1.3.0.ebuild
index 97eb7aae14b..cfeacc131db 100644
--- a/dev-python/aniso8601/aniso8601-1.3.0.ebuild
+++ b/dev-python/aniso8601/aniso8601-1.3.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]"



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

2018-03-18 Thread Tim Harder
commit: 3f26f40359b64ee905230944912f46285add8558
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 06:07:38 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 06:07:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f26f403

dev-python/aniso8601: version bump to 3.0.0

 dev-python/aniso8601/Manifest   |  1 +
 dev-python/aniso8601/aniso8601-3.0.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/aniso8601/Manifest b/dev-python/aniso8601/Manifest
index 0c56d0af4fa..3d6eea75808 100644
--- a/dev-python/aniso8601/Manifest
+++ b/dev-python/aniso8601/Manifest
@@ -1,3 +1,4 @@
 DIST aniso8601-1.2.0.tar.gz 59998 BLAKE2B 
b580255a074580ecda15fb042ce0f7388d2419fda8b1507b77eab4d0004c74fa033d87c76e71af4429953a27a4ef5f43f8d0b4ca0a82a4cc68f19a47e3073347
 SHA512 
1918ee5a22c0ca3fd7cf331ca4f06dff93b73cc7865276e0e276b70e7ade7db0cbc10020619be23d73d646dc15764cb597084e0b5d632c1ee5dd21d29fb33311
 DIST aniso8601-1.2.1.tar.gz 62369 BLAKE2B 
aa4d02327aefa5315b9116e1f3b2fa77762c309b6d9a4f4aee6d05e6c187e0642046f8f691bf9b97d341470d30052101f512d9fd1e5473e0f475b735ce279881
 SHA512 
92a323ee4d275437a02936c396da483dd064e0756fc38f869f5e3fa3b1dde59bd1b285f5602efb4ea7c6ced1a633008898c832d6fcd3b9d7f996dbaf25e061e7
 DIST aniso8601-1.3.0.tar.gz 57730 BLAKE2B 
7844add7f785371f69a8a473c0706edb76f994fccc99ae2cce3b56cd3a55041364bd08848acbd606453f4b8bfa3a80d063fc86ed49155817dc9fb8b7024c8e73
 SHA512 
33054b3bb07c26fda4af09c606dfa90be1fdebaa49efa8f508df72d339eb8f8b525ac2bad5d410098bbf1c88483823ad663649cf32f2806a9ee6e9ad46d53e8f
+DIST aniso8601-3.0.0.tar.gz 69371 BLAKE2B 
7dabeb013df414db6ade982595cb95514eb408855641ac2a6552f4ab1e646d478c2435a2b1537149fcbcffa076a913b45b644163585377cf98036d898ed1154c
 SHA512 
bea2b9dad8f8ac2c5314570ce49846ef0cdf6459019065b5529966fbaf20a79d76b7af5a93f5bb8e1d811d3355a217877ae90d295529f3e9a7b2b20e6465b1c7

diff --git a/dev-python/aniso8601/aniso8601-3.0.0.ebuild 
b/dev-python/aniso8601/aniso8601-3.0.0.ebuild
new file mode 100644
index 000..eed3a54c73e
--- /dev/null
+++ b/dev-python/aniso8601/aniso8601-3.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for parsing ISO 8601 strings"
+HOMEPAGE="https://bitbucket.org/nielsenb/aniso8601/ 
https://pypi.python.org/pypi/aniso8601/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]"
+
+python_test() {
+   "${PYTHON}" -m unittest discover ${PN}/tests || die "Tests fail with 
${EPYTHON}"
+}



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

2018-03-18 Thread Tim Harder
commit: b2bfcdc43233c0504c61379f092d3abe47d3b06b
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 06:08:18 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 06:08:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2bfcdc4

dev-python/aniso8601: remove old

 dev-python/aniso8601/Manifest   |  2 --
 dev-python/aniso8601/aniso8601-1.2.0.ebuild | 22 --
 dev-python/aniso8601/aniso8601-1.2.1.ebuild | 22 --
 3 files changed, 46 deletions(-)

diff --git a/dev-python/aniso8601/Manifest b/dev-python/aniso8601/Manifest
index 3d6eea75808..b87e9f0a984 100644
--- a/dev-python/aniso8601/Manifest
+++ b/dev-python/aniso8601/Manifest
@@ -1,4 +1,2 @@
-DIST aniso8601-1.2.0.tar.gz 59998 BLAKE2B 
b580255a074580ecda15fb042ce0f7388d2419fda8b1507b77eab4d0004c74fa033d87c76e71af4429953a27a4ef5f43f8d0b4ca0a82a4cc68f19a47e3073347
 SHA512 
1918ee5a22c0ca3fd7cf331ca4f06dff93b73cc7865276e0e276b70e7ade7db0cbc10020619be23d73d646dc15764cb597084e0b5d632c1ee5dd21d29fb33311
-DIST aniso8601-1.2.1.tar.gz 62369 BLAKE2B 
aa4d02327aefa5315b9116e1f3b2fa77762c309b6d9a4f4aee6d05e6c187e0642046f8f691bf9b97d341470d30052101f512d9fd1e5473e0f475b735ce279881
 SHA512 
92a323ee4d275437a02936c396da483dd064e0756fc38f869f5e3fa3b1dde59bd1b285f5602efb4ea7c6ced1a633008898c832d6fcd3b9d7f996dbaf25e061e7
 DIST aniso8601-1.3.0.tar.gz 57730 BLAKE2B 
7844add7f785371f69a8a473c0706edb76f994fccc99ae2cce3b56cd3a55041364bd08848acbd606453f4b8bfa3a80d063fc86ed49155817dc9fb8b7024c8e73
 SHA512 
33054b3bb07c26fda4af09c606dfa90be1fdebaa49efa8f508df72d339eb8f8b525ac2bad5d410098bbf1c88483823ad663649cf32f2806a9ee6e9ad46d53e8f
 DIST aniso8601-3.0.0.tar.gz 69371 BLAKE2B 
7dabeb013df414db6ade982595cb95514eb408855641ac2a6552f4ab1e646d478c2435a2b1537149fcbcffa076a913b45b644163585377cf98036d898ed1154c
 SHA512 
bea2b9dad8f8ac2c5314570ce49846ef0cdf6459019065b5529966fbaf20a79d76b7af5a93f5bb8e1d811d3355a217877ae90d295529f3e9a7b2b20e6465b1c7

diff --git a/dev-python/aniso8601/aniso8601-1.2.0.ebuild 
b/dev-python/aniso8601/aniso8601-1.2.0.ebuild
deleted file mode 100644
index cfeacc131db..000
--- a/dev-python/aniso8601/aniso8601-1.2.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for parsing ISO 8601 strings"
-HOMEPAGE="https://bitbucket.org/nielsenb/aniso8601/ 
https://pypi.python.org/pypi/aniso8601/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]"
-
-python_test() {
-   "${PYTHON}" -m unittest discover ${PN}/tests || die "Tests fail with 
${EPYTHON}"
-}

diff --git a/dev-python/aniso8601/aniso8601-1.2.1.ebuild 
b/dev-python/aniso8601/aniso8601-1.2.1.ebuild
deleted file mode 100644
index 97eb7aae14b..000
--- a/dev-python/aniso8601/aniso8601-1.2.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for parsing ISO 8601 strings"
-HOMEPAGE="https://bitbucket.org/nielsenb/aniso8601/ 
https://pypi.python.org/pypi/aniso8601/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]"
-
-python_test() {
-   "${PYTHON}" -m unittest discover ${PN}/tests || die "Tests fail with 
${EPYTHON}"
-}



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

2018-03-18 Thread Tim Harder
commit: 327c6e76c9d3bc42f23f233d45c002dae31b4fa2
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 05:58:24 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 06:02:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=327c6e76

dev-python/html5lib: version bump to 1.0.1

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

 dev-python/html5lib/Manifest  |  1 +
 dev-python/html5lib/html5lib-1.0.1.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/html5lib/Manifest b/dev-python/html5lib/Manifest
index 5cb6a678178..78528b7f681 100644
--- a/dev-python/html5lib/Manifest
+++ b/dev-python/html5lib/Manifest
@@ -1,2 +1,3 @@
 DIST html5lib-0.999.tar.gz 889312 BLAKE2B 
49cbab503692a1044ef37b11d9b776fb0378c19f1cbe05b259b4653d248e3571e5578d7879ab3ec5df2e750db74c353acc98d1d6e8556949c1b1efb62f38c116
 SHA512 
1748a1921f4bc93b7f208d89701eeabfe507e40515dd2e88ece239ba7c1704c8ae9dc4eea310164c7b207225dce910f78a8b34f826f4f87a2992365c07089c28
 DIST html5lib-0.9.tar.gz 245488 BLAKE2B 
3d2409f18e7ff6b6882e163b782703a7d2b2d42f8c131ab05a51499a4cd23d75ff8d097c1ce87e9f28e8ce649bec8099d364f4d01ee64d0efdfc75fba1d01067
 SHA512 
b30d9ea74d0ad03e07ebee0d33caefeed717e6084f2ef44559ebf73948563ffd60e40c774e23c8964a32b0f265d1d1f0b98759861acaa208f28e5ab2813c3ca0
+DIST html5lib-1.0.1.tar.gz 252959 BLAKE2B 
d2a9fa19d6a18b9e0c39f737a22ff4d5a6533734843f787c083f9497fd94788dad0e1e96478fe48b262c208370cf58e91ab94cc06a3e2757a40e936363cd3148
 SHA512 
35939b4450893864da04e735ee5e0addacf1dd34bae6a6909c76572abf6bfded446a78a713dfde91c1485ba45867d7abeb6a45cf0545c16ea968707be7de5dd2

diff --git a/dev-python/html5lib/html5lib-1.0.1.ebuild 
b/dev-python/html5lib/html5lib-1.0.1.ebuild
new file mode 100644
index 000..1e9cddcf638
--- /dev/null
+++ b/dev-python/html5lib/html5lib-1.0.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="HTML parser based on the HTML5 specification"
+HOMEPAGE="https://github.com/html5lib/html5lib-python/ 
https://html5lib.readthedocs.org";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+IUSE="test"
+
+RDEPEND=">=dev-python/six-1.9[${PYTHON_USEDEP}]
+   dev-python/webencodings[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-expect[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   py.test -v || die "Tests fail with ${EPYTHON}"
+}



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

2018-03-18 Thread Tim Harder
commit: c7b6defe098cef2ba82361b76e265b64a1a9d10f
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 05:58:59 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 06:02:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b6defe

dev-python/CommonMark: version bump to 0.7.5

 dev-python/CommonMark/CommonMark-0.7.5.ebuild | 45 +++
 dev-python/CommonMark/Manifest|  1 +
 2 files changed, 46 insertions(+)

diff --git a/dev-python/CommonMark/CommonMark-0.7.5.ebuild 
b/dev-python/CommonMark/CommonMark-0.7.5.ebuild
new file mode 100644
index 000..3dacdc29279
--- /dev/null
+++ b/dev-python/CommonMark/CommonMark-0.7.5.ebuild
@@ -0,0 +1,45 @@
+# 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} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python parser for the CommonMark Markdown spec"
+HOMEPAGE="https://github.com/rtfd/CommonMark-py";
+LICENSE="BSD"
+
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE="test"
+RDEPEND="
+   dev-python/future[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? (
+   >=dev-python/flake8-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/hypothesis-3.7.1[${PYTHON_USEDEP}]
+   )
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+python_test() {
+   PYTHONIOENCODING='utf8' \
+   esetup.py test
+}
+
+src_prepare() {
+   default
+   # Fix file collision with app-text/cmark, see bug #627034
+   sed -i -e "s:'cmark\( = CommonMark.cmark\:main'\):'cmark.py\1:" \
+   setup.py || die
+}
+
+pkg_postinst() {
+   ewarn "/usr/bin/cmark has been renamed to /usr/bin/cmark.py due file"
+   ewarn "collision with app-text/cmark (see bug #627034)"
+}

diff --git a/dev-python/CommonMark/Manifest b/dev-python/CommonMark/Manifest
index 5ba101b2787..339b746b943 100644
--- a/dev-python/CommonMark/Manifest
+++ b/dev-python/CommonMark/Manifest
@@ -1,3 +1,4 @@
 DIST CommonMark-0.5.4.tar.gz 120316 BLAKE2B 
47904d101d9d0e3759f82c28a4b80edfc0ed12cf0888e4915339118e496322cf0791d8a46d2edddca0d1794e82a9647cc22cbcfcc2d385a740c7c31cb8251659
 SHA512 
1983714a50a627f30f86af0d02dad9e52cb7b0ffce29691d0e740f587e599ead6de2412d72b895b7df772e1c81e171e56dfecaf593e611af65bd5798632a98ad
 DIST CommonMark-0.7.3.tar.gz 85177 BLAKE2B 
f7940e00918d3c737dbbc79c336b20caf3974bc4ba162f9adb1f34bd09b43af69252bd0b5f2f7c072edd1fb55b812fa104c471b7f43daf6187404ccabe0225c9
 SHA512 
34ddf0539b54d79cd16356124a15e4f51076a7afdde78fbaa0cab06658279357c5523d89bdfa7d595d85da9df9b194491ddac22b78444b230f53298ffd11c8cf
 DIST CommonMark-0.7.4.tar.gz 87841 BLAKE2B 
8820d9ee182753ea6069d30c84458a6a5e9f41948ef16e9382d9ac223508f022268f8bbd0661313d458365ef5bedabac41c2508943fb30c1b54a4d3dbcc4892d
 SHA512 
7c76a5f0dec02e9ae8c2f73ebd2980a5a684b43ee8a82ea23b72c7f2332e1d4316a7b2d7b66ad8fe912803115a57e03b2ae4c7b042cc53e1205e579093053b89
+DIST CommonMark-0.7.5.tar.gz 88702 BLAKE2B 
fc80d9e739d27f7e5dbf539b624c2fc2e700e61b17d0335c3234fc0fa0d3738e9117a8ca29e7a6bbaa6cd0d58b112defb6e19a7efce3ca57ca25c8ce67b2d3d2
 SHA512 
b0e3c4fea6c99b51c541054ecfe887935c2cc517a82df86da1d9cb4914189652326ec5b543cbbcb40ec43e5e09c285c47f5304ca1907764692e659c540591bdd



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

2018-03-18 Thread Tim Harder
commit: 7391fb192eb81de2150005b688bfd88565b79379
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 06:01:34 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 06:02:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7391fb19

dev-python/bleach: version bump to 2.1.3

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

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 39d438afaf7..c8b2e1df787 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,2 +1,3 @@
 DIST bleach-1.5.0.tar.gz 36502 BLAKE2B 
a56eb875a5becd21f7ff71a29db8178a7536a7aadfe81fe178360ba61ba599df9d4d9a782bbf72eb186b61a0b2e3f99058c483cc0d194e735a787319697c7327
 SHA512 
572a089691af61f096716d96517a96755fe674cc471bdbcff80615ae903eaeff72c47b918ee28a1db60ee5c0253c0c52ba02544f8535ae4f283a3a87a3061124
 DIST bleach-2.1.1.tar.gz 58491 BLAKE2B 
bd1efbfa30cee61b5d8bfd029ff107ddc997d38139bf5b25a70a6731193f6d02a81e1e49c9ffe3eef6cbda864464108cb1f65599c68c48f1033ced27fdb65c29
 SHA512 
dc8ef7b678966bfebddb2d27c78abf50e71f2d90c5807cf788a08b852a085a4d990368da5dfb5f61a49e0f2f1e7d9ac73c2b6967fdacb55663ae2c339016d4c2
+DIST bleach-2.1.3.tar.gz 60141 BLAKE2B 
5c04269266007e31e1a01540198177afb6b13362b89815073b7cd68668da26725f2631defdb26d124ae6c74743de0d31b2975a0d19f58e032ac2332e3ea46a75
 SHA512 
ff74fb3646709f20c79ea02e6d0fb93e2f204d3151a05f259b703050c10d410859af76acb470405f6fb7b55c8fb64595e6f0fcf8e9cb8fd3fc3722fa30a47de5

diff --git a/dev-python/bleach/bleach-2.1.3.ebuild 
b/dev-python/bleach/bleach-2.1.3.ebuild
new file mode 100644
index 000..7d6101cf43a
--- /dev/null
+++ b/dev-python/bleach/bleach-2.1.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="https://github.com/mozilla/bleach 
https://pypi.python.org/pypi/bleach";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/html5lib-0.[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( >=dev-python/pytest-3.0.3[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+   py.test -v || die "tests failed under ${EPYTHON}"
+}



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

2018-03-18 Thread Tim Harder
commit: 9db4960780d9a2b64460b18d1403a1d2b0b83f40
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 05:32:49 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 05:36:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db49607

dev-python/setuptools_scm: remove old

 dev-python/setuptools_scm/Manifest |  1 -
 .../setuptools_scm/setuptools_scm-1.15.0.ebuild| 30 --
 .../setuptools_scm/setuptools_scm-1.15.6.ebuild| 30 --
 3 files changed, 61 deletions(-)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index c65b9404aaa..38e65e6fc29 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,3 +1,2 @@
-DIST setuptools_scm-1.15.0.tar.gz 23677 BLAKE2B 
72d1bb9e3bfd15157ded9a46804dc8a18bdb529268d014e5a4ba9d4a32e48cbc124cdb65ab93136a7a1b6b62a3d24e4c5775f4738db8e3e75c9c149ae9c61f9a
 SHA512 
860fd9460f0d1d5ec9369c2936342f9679b8815e1d705999698b7bd82adb41a65048df68e57065e530972ef57e43a251ac41d6587972b1d5af40cd0249bd081d
 DIST setuptools_scm-1.15.6.tar.gz 25779 BLAKE2B 
01d6771c24015f072a46ff1429b964130f370f42a5cd3c634cc1bf9a506ca8547783087a0b9589ed4038168d034dddbe435540cd25a846536dc5a5c116f4168f
 SHA512 
ae91ac28d396215be5418df3b36af726b6f2fb89707424383e920072fe8f9f75f613a99fe406cfbfffc61f9a857a3294259191694899351ef78aebba73d08816
 DIST setuptools_scm-1.15.7.tar.gz 15426 BLAKE2B 
6c23f2bd74f51ec8633a814ce22e63e5afb9953244659833a61e810c9029227e1cc25a067a59cec5666add76863070ae5b7dc2600953a45def886e52378a3399
 SHA512 
0aa6056c03fe100cdaa7b11c9d2073431bb5c3904a80a994a8263c0ccac81f7a2c0b6c7e6dfd09ad605c5ff0e86981b894b42920cb69d1ef1d43ea08b2ddd4a0

diff --git a/dev-python/setuptools_scm/setuptools_scm-1.15.0.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-1.15.0.ebuild
deleted file mode 100644
index 9c46b164f91..000
--- a/dev-python/setuptools_scm/setuptools_scm-1.15.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="package to manage versions by scm tags via setuptools"
-HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.python.org/pypi/setuptools_scm";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
-IUSE="test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-vcs/git
-   dev-vcs/mercurial
-   )"
-
-python_test() {
-   distutils_install_for_testing
-   py.test -v -v -x || die "tests failed under ${EPYTHON}"
-}

diff --git a/dev-python/setuptools_scm/setuptools_scm-1.15.6.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-1.15.6.ebuild
deleted file mode 100644
index 0920029dae8..000
--- a/dev-python/setuptools_scm/setuptools_scm-1.15.6.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="package to manage versions by scm tags via setuptools"
-HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.python.org/pypi/setuptools_scm";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-vcs/git
-   dev-vcs/mercurial
-   )"
-
-python_test() {
-   distutils_install_for_testing
-   py.test -v -v -x || die "tests failed under ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-latex/

2018-03-18 Thread Tim Harder
commit: 51f141e92875dbfe4e7f8f6e9fd4cc324bc4a468
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 05:40:18 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 05:40:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51f141e9

app-vim/vim-latex: stabilize 1.10.0

 app-vim/vim-latex/vim-latex-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/vim-latex/vim-latex-1.10.0.ebuild 
b/app-vim/vim-latex/vim-latex-1.10.0.ebuild
index cafbe8b92bc..beb4e7760e6 100644
--- a/app-vim/vim-latex/vim-latex-1.10.0.ebuild
+++ b/app-vim/vim-latex/vim-latex-1.10.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://vim-latex.sourceforge.net/";
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="vim"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-latex/

2018-03-18 Thread Tim Harder
commit: fdb89d4346b6a69164ebe0a713f44f927f389c7b
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 05:39:51 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 05:39:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb89d43

app-vim/vim-latex: add python3 support

 app-vim/vim-latex/vim-latex-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/vim-latex/vim-latex-1.10.0.ebuild 
b/app-vim/vim-latex/vim-latex-1.10.0.ebuild
index 1fe1ad06f6f..cafbe8b92bc 100644
--- a/app-vim/vim-latex/vim-latex-1.10.0.ebuild
+++ b/app-vim/vim-latex/vim-latex-1.10.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit vim-plugin python-single-r1
 



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

2018-03-18 Thread Tim Harder
commit: 876dfc83120846e29666a37fb1c2e252559e5be7
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 04:47:45 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 05:35:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876dfc83

dev-python/fonttools: version bump to 3.24.1

 dev-python/fonttools/Manifest|  1 +
 dev-python/fonttools/fonttools-3.24.1.ebuild | 34 
 2 files changed, 35 insertions(+)

diff --git a/dev-python/fonttools/Manifest b/dev-python/fonttools/Manifest
index 64fdef26233..379da570966 100644
--- a/dev-python/fonttools/Manifest
+++ b/dev-python/fonttools/Manifest
@@ -2,3 +2,4 @@ DIST fonttools-3.0.tar.gz 298992 BLAKE2B 
74adad38ea49e95b19a306d7a37cdff60f9983d
 DIST fonttools-3.20.1.tar.gz 998249 BLAKE2B 
e6949d421d317cf2ddfe5d77f59b770b6a7ae97d6b3fca319ef36b81291478e66389043e1482d7685ab01a1fea31fa0d2eebb9310e7628f65dbdaf177fd0bbd7
 SHA512 
62945c6bb38f53d986f5637dc41273aabda53726eea9d0ae558768aab129bd4dd2c8d1632c16059b09f41a7c957a5ad310fac8669e37fa342259ccd290408cb9
 DIST fonttools-3.21.1.tar.gz 1002962 BLAKE2B 
c60d95b769abda7c973b5226d6ed5f23fe4ef159f7ddbdef8fcb4bda27f173f6a1856c596ef845954d4d555e3c475242bd03abfd37cfd0553ee87f86f733d1d3
 SHA512 
db06d84e7a2998b317a4166be328bf3e8ed1e168e623993f120c94df1e8ee35e6836b906cb53b15d3abbda7ca84ca4924b708d03b6e2fe96414d4f400f4f
 DIST fonttools-3.24.0.tar.gz 1264063 BLAKE2B 
a457b0f44088b0aecadc897070a95f4b1b8ae0ef1237d59f67e967e21d08f1a55a07ec5dbe06d80daef9ef11cda447303e05060bf6b3dbd94ad62943356c2a44
 SHA512 
7417a4472791b80308fb800f48126ef6ca2d9163a5fcac76caaa3623072ce30726ffd8d005e03adae96272c4f6183c010d6883a78cd26f48aaf065bcdc1ddebe
+DIST fonttools-3.24.1.tar.gz 1264565 BLAKE2B 
f67eaf66ca2ed6bcb455060b8090b96700fa8c9a9fc4de7e943b0ce0979687882d9cac4d2750028c18eef1e2470ad39fa1ad6cef3dc652a150ec28a857da9e00
 SHA512 
d5621a52cf67dfa54bc0a63d93bbe4f79b1032a05391b9c075c8d4c3bf2bbefd7d4bb26c4ec7b51182ab979d0775e5b4128088912002d083476d618f31af39ef

diff --git a/dev-python/fonttools/fonttools-3.24.1.ebuild 
b/dev-python/fonttools/fonttools-3.24.1.ebuild
new file mode 100644
index 000..05b98a8b6b8
--- /dev/null
+++ b/dev-python/fonttools/fonttools-3.24.1.ebuild
@@ -0,0 +1,34 @@
+# 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} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
+HOMEPAGE="https://github.com/fonttools/fonttools/";
+SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   test? (
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   )"
+
+python_prepare_all() {
+   touch Tests/svgLib/__init__.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test
+}



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

2018-03-18 Thread Tim Harder
commit: 69cc9a6354164e7381fe0882433e18ccc02ebf57
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 05:05:02 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 05:35:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69cc9a63

dev-python/setuptools-git: remove old

 dev-python/setuptools-git/Manifest |  1 -
 .../setuptools-git/setuptools-git-1.1-r1.ebuild| 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/setuptools-git/Manifest 
b/dev-python/setuptools-git/Manifest
index 9cd48cdc9a1..95839a0d0ef 100644
--- a/dev-python/setuptools-git/Manifest
+++ b/dev-python/setuptools-git/Manifest
@@ -1,2 +1 @@
-DIST setuptools-git-1.1.tar.gz 9450 BLAKE2B 
c659e3b894c3bcbed6bf8d40aa390dca476912782dbbc9b1dd5bebc6c98ba28b50562eba776232014093f8a222cf1075d02752da7d90a18bb594b4e724d7
 SHA512 
39e19c107f6398aaa1b78961c3b0d9d7b57b181d8ce0d93780460867fb7535ce45d266b93af43f45aa7afb89299199df22b0fdea61e9090932aeb4bd69c5f1f0
 DIST setuptools-git-1.2.tar.gz 10546 BLAKE2B 
52b7cd8387037b1eaee91e9df7de9944ea08bf02f4cf9ea74fa9d0febf85d930af989e9a07289935d8886f0fa4439c4cb46556ff81343981153ca35314703a9b
 SHA512 
c070911618b6b92c862fb0bd40f1daeaf79e2ba10389fa1e69e4c50cfdd39c8e57a612082cbc7d932f8cea12a769e13451e35e1c8fe34f170d4817fd0d44f156

diff --git a/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild
deleted file mode 100644
index 3e771a4a1b2..000
--- a/dev-python/setuptools-git/setuptools-git-1.1-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Setuptools revision control system plugin for Git"
-HOMEPAGE="https://github.com/wichert/setuptools-git";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-dev-vcs/git"
-RDEPEND="${DEPEND}"
-
-python_test() {
-   git config --global user.name "test user" || die
-   git config --global user.email "t...@email.com" || die
-   esetup.py test
-   retr=$?
-}



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

2018-03-18 Thread Tim Harder
commit: 0431d075dc97768b0566b8bf6b252d666cde57ee
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 05:04:37 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 05:35:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0431d075

dev-python/setuptools-git: stabilize 1.2 for x86

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild 
b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index b7d50c22835..0f18bbff48d 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 dev-vcs/git"



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

2018-03-18 Thread Tim Harder
commit: 28895d9ca4a26c5464a79ea4efb6966608d0d194
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 05:32:32 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 05:36:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28895d9c

dev-python/setuptools_scm: stabilize 1.15.6-r1

 dev-python/setuptools_scm/setuptools_scm-1.15.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/setuptools_scm/setuptools_scm-1.15.6-r1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-1.15.6-r1.ebuild
index 8da7e59692a..dd6a381e3d1 100644
--- a/dev-python/setuptools_scm/setuptools_scm-1.15.6-r1.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-1.15.6-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="git mercurial test"
 
 DEPEND="



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

2018-03-18 Thread Tim Harder
commit: 8d256609599f0193b442ab371e6beba8791e87cb
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 04:57:53 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 05:35:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d256609

dev-python/typing: add python proj as maintainer

 dev-python/typing/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/typing/metadata.xml b/dev-python/typing/metadata.xml
index b3c95fee9ef..8fac39f099e 100644
--- a/dev-python/typing/metadata.xml
+++ b/dev-python/typing/metadata.xml
@@ -1,6 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
+   
+   pyt...@gentoo.org
+   Python
+   

typing




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

2018-03-18 Thread Tim Harder
commit: 435821b5d224241a28edcbc35ff775bde7400e14
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 04:59:27 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 05:35:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=435821b5

dev-python/typing: version bump to 3.6.4

 dev-python/typing/Manifest|  1 +
 dev-python/typing/typing-3.6.4.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/typing/Manifest b/dev-python/typing/Manifest
index bb7c0931543..819a98ea5bf 100644
--- a/dev-python/typing/Manifest
+++ b/dev-python/typing/Manifest
@@ -1 +1,2 @@
 DIST typing-3.6.2.tar.gz 78726 BLAKE2B 
80adf3cab2c37ce36bd33d14e475ed07918ec80ebb5bc68a820abe06dc862fe6b38e1a90f9bb3d37420b311cb4a32af871ae2ff72807daa8c1a334b6cbbe4d2a
 SHA512 
a975980e7ba6ec3e15c938336877071785bec7212443da079770348ab9441c8d918cd806e85ebea8af66a5d94f684566ea07b55e7623ab11e7d922c8c3dfe981
+DIST typing-3.6.4.tar.gz 71347 BLAKE2B 
dd49919595698347ce4b1004abd075409296acf11e10dd6ae0697d2bf94dc9d1cebedb2afe454be95eddb80fd0a60aebe14ddadc8df8de86545dd2ea05986c57
 SHA512 
f595e0fc395ba13a129ae45681faca7b199fd5c23e8f1573f49e2a6f162b7f2aef680306e76cbf50b978de9f047c674323219981e89c476474295bb8c02211ce

diff --git a/dev-python/typing/typing-3.6.4.ebuild 
b/dev-python/typing/typing-3.6.4.ebuild
new file mode 100644
index 000..d6616e2931b
--- /dev/null
+++ b/dev-python/typing/typing-3.6.4.ebuild
@@ -0,0 +1,30 @@
+# 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} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Type Hints for Python"
+HOMEPAGE="https://docs.python.org/3/library/typing.html 
https://pypi.python.org/pypi/typing";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x64-solaris"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
+
+python_test() {
+   if [[ ${EPYTHON} == python2* || ${EPYTHON} == pypy ]]; then
+   cd "${S}"/python2 || die
+   else
+   cd "${S}"/src || die
+   fi
+
+   "${PYTHON}" test_typing.py || die "tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-latex/

2018-03-18 Thread Tim Harder
commit: b34d4f84d31ec42d8fdc194d4e3196d6a9e58ee3
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 05:40:35 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 05:41:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b34d4f84

app-vim/vim-latex: remove old

 app-vim/vim-latex/Manifest |  2 -
 app-vim/vim-latex/metadata.xml |  3 -
 app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild | 73 --
 app-vim/vim-latex/vim-latex-1.9.0.ebuild   | 64 ---
 4 files changed, 142 deletions(-)

diff --git a/app-vim/vim-latex/Manifest b/app-vim/vim-latex/Manifest
index 68ef2890a65..2442ec0c4ed 100644
--- a/app-vim/vim-latex/Manifest
+++ b/app-vim/vim-latex/Manifest
@@ -1,3 +1 @@
 DIST vim-latex-1.10.0.tar.gz 260820 BLAKE2B 
2314ad5ded3bea51def3172e8f2b7a7483839b58804f9d8c1cc1c8f1139c1da731f91525691d47dba57d07a7db85c371e87c5ce0d3d22a004a9402df7e7cad3a
 SHA512 
1d22b675c124e402a280dcc3a675b49a92fb9f4d42efdda0ea97be26379cd6c023589a35e165f4231524d853380e22411901bfbcc98f171c938ba800821a1213
-DIST vim-latex-1.8.23-20141116.812-gitd0f31c9.tar.gz 288376 BLAKE2B 
e9853e3c86764147401f9ad6909f216864f97b9b35ca84839c7047555a52ad51d9488930a820a275b27331cc8a52360c1ce0550fe93d2d6efce8873ba1214572
 SHA512 
18444b7aef9ca1d7288e2616c0329274172afa3f932096fddc5e40888f65c8cacae2454ab316c5699395268aa88af13b32f3ae6e36058e27e4e48e6d6591b762
-DIST vim-latex-1.9.0.tar.gz 289271 BLAKE2B 
1372fb590d9f3726de51439c4110911c8404dedbf17a0d8d651fcea34fba3d1622440a90b5974a1d45eafec5d079c8b84fb0665b0203bbf5df75a10caa0161df
 SHA512 
4cce21683af74a5a1034e5ecc0f6268b5065324908671d40b4d6b60ac880890df1e9c3d6c16fa57dd1edc33766ded374fd43473699a974ba83e4aeac42030e63

diff --git a/app-vim/vim-latex/metadata.xml b/app-vim/vim-latex/metadata.xml
index 6c05a86c762..20ffb74c87d 100644
--- a/app-vim/vim-latex/metadata.xml
+++ b/app-vim/vim-latex/metadata.xml
@@ -5,9 +5,6 @@
v...@gentoo.org
Gentoo Vim Project

-   
-   Install HTML documentation
-   

vim-latex


diff --git a/app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild 
b/app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild
deleted file mode 100644
index da767f6ade6..000
--- a/app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit vim-plugin versionator python-single-r1 eutils
-
-MY_REV="812-gitd0f31c9"
-MY_P="${PN}-$( replace_version_separator 3 - ).${MY_REV}"
-
-DESCRIPTION="A comprehensive set of tools to view, edit and compile LaTeX 
documents"
-HOMEPAGE="http://vim-latex.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="vim"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE="html"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   || (
-   app-editors/vim[python,${PYTHON_USEDEP}]
-   app-editors/gvim[python,${PYTHON_USEDEP}]
-   )
-   virtual/latex-base
-   !app-vim/vimtex"
-
-S=${WORKDIR}/${MY_P}
-
-VIM_PLUGIN_HELPFILES="latex-suite.txt latex-suite-quickstart.txt latexhelp.txt 
imaps.txt"
-
-src_prepare() {
-   # The makefiles do weird stuff, including running the svn command
-   rm Makefile Makefile.in || die "rm Makefile Makefile.in failed"
-
-   epatch_user
-}
-
-src_install() {
-   use html && dohtml -r doc/
-
-   # Don't mess up vim's doc dir with random files
-   mv doc mydoc || die
-   mkdir doc || die
-   mv mydoc/*.txt doc/ || die
-   rm -rf mydoc || die
-
-   # Don't install buggy tags scripts, use ctags instead
-   rm latextags ltags || die
-
-   vim-plugin_src_install
-
-   # Use executable permissions (bug #352403)
-   fperms a+x /usr/share/vim/vimfiles/ftplugin/latex-suite/outline.py
-
-   python_fix_shebang "${ED}"
-}
-
-pkg_postinst() {
-   vim-plugin_pkg_postinst
-
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   echo
-   elog "To use the vim-latex plugin add:"
-   elog "   filetype plugin on"
-   elog '   set grepprg=grep\ -nH\ $*'
-   elog "   let g:tex_flavor='latex'"
-   elog "to your ~/.vimrc-file"
-   echo
-   fi
-}

diff --git a/app-vim/vim-latex/vim-latex-1.9.0.ebuild 
b/app-vim/vim-latex/vim-latex-1.9.0.ebuild
deleted file mode 100644
index f8c537029f9..000
--- a/app-vim/vim-latex/vim-latex-1.9.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit vim-plugin python-single-r1
-
-DESCRIPTION="A co

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

2018-03-18 Thread Tim Harder
commit: 528dbc6694ed801b6f38bdd042198e3db6ecc5db
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 05:29:30 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 05:35:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=528dbc66

dev-python/setuptools_scm: version bump to 1.15.7

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-1.15.7.ebuild| 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index cdc9e4973a0..c65b9404aaa 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,2 +1,3 @@
 DIST setuptools_scm-1.15.0.tar.gz 23677 BLAKE2B 
72d1bb9e3bfd15157ded9a46804dc8a18bdb529268d014e5a4ba9d4a32e48cbc124cdb65ab93136a7a1b6b62a3d24e4c5775f4738db8e3e75c9c149ae9c61f9a
 SHA512 
860fd9460f0d1d5ec9369c2936342f9679b8815e1d705999698b7bd82adb41a65048df68e57065e530972ef57e43a251ac41d6587972b1d5af40cd0249bd081d
 DIST setuptools_scm-1.15.6.tar.gz 25779 BLAKE2B 
01d6771c24015f072a46ff1429b964130f370f42a5cd3c634cc1bf9a506ca8547783087a0b9589ed4038168d034dddbe435540cd25a846536dc5a5c116f4168f
 SHA512 
ae91ac28d396215be5418df3b36af726b6f2fb89707424383e920072fe8f9f75f613a99fe406cfbfffc61f9a857a3294259191694899351ef78aebba73d08816
+DIST setuptools_scm-1.15.7.tar.gz 15426 BLAKE2B 
6c23f2bd74f51ec8633a814ce22e63e5afb9953244659833a61e810c9029227e1cc25a067a59cec5666add76863070ae5b7dc2600953a45def886e52378a3399
 SHA512 
0aa6056c03fe100cdaa7b11c9d2073431bb5c3904a80a994a8263c0ccac81f7a2c0b6c7e6dfd09ad605c5ff0e86981b894b42920cb69d1ef1d43ea08b2ddd4a0

diff --git a/dev-python/setuptools_scm/setuptools_scm-1.15.7.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-1.15.7.ebuild
new file mode 100644
index 000..dc80764a3b5
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-1.15.7.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="package to manage versions by scm tags via setuptools"
+HOMEPAGE="https://github.com/pypa/setuptools_scm 
https://pypi.python.org/pypi/setuptools_scm";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~amd64-fbsd"
+IUSE="git mercurial test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   git? ( dev-vcs/git )
+   mercurial? ( dev-vcs/mercurial )
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+# pypi tarballs don't include tests and github tarballs don't have proper 
internal versioning
+RESTRICT="test"
+
+python_test() {
+   distutils_install_for_testing
+   py.test -v -v -x -k testing/test_basic_api.py || die "tests failed 
under ${EPYTHON}"
+   py.test -v -v -x -k testing/test_functions.py || die "tests failed 
under ${EPYTHON}"
+   py.test -v -v -x -k testing/test_main.py || die "tests failed under 
${EPYTHON}"
+   py.test -v -v -x -k testing/test_regressions.py || die "tests failed 
under ${EPYTHON}"
+   if use git; then
+   py.test -v -v -x -k testing/test_git.py || die "tests failed 
under ${EPYTHON}"
+   fi
+   if use mercurial; then
+   py.test -v -v -x -k testing/test_mercurial.py || die "tests 
failed under ${EPYTHON}"
+   fi
+}



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

2018-03-18 Thread Matthias Maier
commit: 5656aa9f803ba2816045776193536278ce0deda7
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Mar 19 04:31:06 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Mar 19 04:32:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5656aa9f

profiles: mask app-emulation[capstone] on powerpc

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

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index 034fe64f13f..2ce2a049cd7 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Matthias Maier  (18 Mar 2018)
+# dev-libs/capstone not keyworded
+app-emulation/qemu capstone
+
 # Andreas Sturmlechner  (02 Mar 2018)
 # Requires unkeyworded deps
 >=dev-python/ipython-5.4.1 qt5 smp



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

2018-03-18 Thread Matthias Maier
commit: 3a59af3950ab64de3558d8b8cf70d8209b3f1ccb
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Mar 19 04:30:34 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Mar 19 04:32:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a59af39

app-emulation/qemu: fix capstone dependency

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/qemu/{qemu-2.11.1-r51.ebuild => qemu-2.11.1-r52.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-emulation/qemu/qemu-2.11.1-r51.ebuild 
b/app-emulation/qemu/qemu-2.11.1-r52.ebuild
similarity index 99%
rename from app-emulation/qemu/qemu-2.11.1-r51.ebuild
rename to app-emulation/qemu/qemu-2.11.1-r52.ebuild
index 26e8c8f0b2d..a95eff6a1e6 100644
--- a/app-emulation/qemu/qemu-2.11.1-r51.ebuild
+++ b/app-emulation/qemu/qemu-2.11.1-r52.ebuild
@@ -90,6 +90,7 @@ SOFTMMU_TOOLS_DEPEND="
alsa? ( >=media-libs/alsa-lib-1.0.13 )
bluetooth? ( net-wireless/bluez )
bzip2? ( app-arch/bzip2[static-libs(+)] )
+   capstone? ( dev-libs/capstone )
caps? ( sys-libs/libcap-ng[static-libs(+)] )
curl? ( >=net-misc/curl-7.15.4[static-libs(+)] )
fdt? ( >=sys-apps/dtc-1.4.2[static-libs(+)] )



[gentoo-commits] proj/sci:master commit in: sci-mathematics/petsc/

2018-03-18 Thread Matthias Maier
commit: 4590faa4d554a9c522212cc005449082adcc413b
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Mar 19 03:48:48 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Mar 19 03:48:48 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4590faa4

sci-mathematics/petsc: fix dependencies, drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-mathematics/petsc/petsc-3.5.4.ebuild   | 243 
 sci-mathematics/petsc/petsc-3.6.4.ebuild   | 251 -
 .../{petsc-3.7.7.ebuild => petsc-3.7.7-r1.ebuild}  |   5 +-
 .../{petsc-3.8.3.ebuild => petsc-3.8.3-r1.ebuild}  |   5 +-
 4 files changed, 6 insertions(+), 498 deletions(-)

diff --git a/sci-mathematics/petsc/petsc-3.5.4.ebuild 
b/sci-mathematics/petsc/petsc-3.5.4.ebuild
deleted file mode 100644
index c70fcf2cb..0
--- a/sci-mathematics/petsc/petsc-3.5.4.ebuild
+++ /dev/null
@@ -1,243 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils flag-o-matic fortran-2 python-any-r1 toolchain-funcs versionator
-
-MY_P="${PN}-$(replace_version_separator _ -)"
-
-DESCRIPTION="Portable, Extensible Toolkit for Scientific Computation"
-HOMEPAGE="http://www.mcs.anl.gov/petsc/";
-SRC_URI="http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/${MY_P}.tar.gz";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="afterimage boost complex-scalars cxx debug doc fftw
-   fortran hdf5 hypre mpi mumps scotch sparse superlu threads X"
-# Failed: imagemagick metis
-
-# hypre and superlu curretly exclude each other due to missing linking to hypre
-# if both are enabled
-REQUIRED_USE="
-   afterimage? ( X )
-   hdf5? ( mpi )
-   hypre? ( cxx mpi )
-   mumps? ( mpi scotch )
-   scotch? ( mpi )
-   ^^ ( hypre superlu )
-"
-#  imagemagick? ( X )
-
-RDEPEND="
-   virtual/blas
-   virtual/lapack
-   afterimage? ( media-libs/libafterimage )
-   boost? ( dev-libs/boost )
-   fftw? ( sci-libs/fftw:3.0[mpi?] )
-   hdf5? ( sci-libs/hdf5[mpi?] )
-   hypre? ( >=sci-libs/hypre-2.8.0b[mpi?] )
-   mpi? ( virtual/mpi[cxx?,fortran?] )
-   mumps? ( sci-libs/mumps[mpi?] sci-libs/scalapack )
-   scotch? ( sci-libs/scotch[mpi?] )
-   sparse? ( sci-libs/suitesparse >=sci-libs/cholmod-1.7.0 )
-   superlu? ( sci-libs/superlu )
-   X? ( x11-libs/libX11 )
-"
-#  metis? ( sci-libs/parmetis )
-#  imagemagick? ( media-gfx/imagemagick )
-
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   virtual/pkgconfig
-   dev-util/cmake
-"
-# cmake is used for parallel building
-# in some configuration setups, legacy build is used (slow)
-
-#
-# PETSc does not want its Makefiles to be invoked with anything higher than
-# -j1. The underlying build system does automatically invoke a parallel
-# build. This might not be what you want, but *hey* not your choice.
-#
-MAKEOPTS="${MAKEOPTS} -j1"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-3.5.3-disable-rpath.patch
-   sed -i -e 's%/usr/bin/env python%/usr/bin/env python2%' configure || die
-}
-
-src_configure() {
-   # bug 548498
-   # PETSc runs mpi processes during configure that result in a sandbox
-   # violation by trying to open /proc/mtrr rw. This is not easy to
-   # mitigate because it happens in libpciaccess.so called by libhwloc.so,
-   # which is used by libmpi.so.
-   addpredict /proc/mtrr
-
-   # petsc uses --with-blah=1 and --with-blah=0 to en/disable options
-   petsc_enable() {
-   use "$1" && echo "--with-${2:-$1}=1" || echo "--with-${2:-$1}=0"
-   }
-   # add external library:
-   # petsc_with use_flag libname libdir
-   # petsc_with use_flag libname include linking_libs
-   petsc_with() {
-   local myuse p=${2:-${1}}
-   if use ${1}; then
-   myuse="--with-${p}=1"
-   if [[ $# -ge 4 ]]; then
-   myuse="${myuse} 
--with-${p}-include=${EPREFIX}${3}"
-   shift 3
-   myuse="${myuse} --with-${p}-lib=$@"
-   else
-   myuse="${myuse} 
--with-${p}-dir=${EPREFIX}${3:-/usr}"
-   fi
-   else
-   myuse="--with-${p}=0"
-   fi
-   echo ${myuse}
-   }
-
-   # select between configure options depending on use flag
-   petsc_select() {
-   use "$1" && echo "--with-$2=$3" || echo "--with-$2=$4"
-   }
-
-   local mylang
-   local myopt
-
-   use cxx && mylang="cxx" || mylang="c"
-   use debug && myopt="debug" || myopt="opt"
-
-   # environmental variables expected by petsc during build
-   export PETSC_DIR="${S}"
-   export PETSC_ARCH="linux

[gentoo-commits] proj/sci:master commit in: sci-mathematics/petsc/, sci-mathematics/petsc/files/

2018-03-18 Thread Matthias Maier
commit: df1d306bdeb962a086a64749ee1ad9eb84152752
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Mar 19 03:25:55 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Mar 19 03:25:55 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=df1d306b

sci-mathematics/petsc: version bump to 3.8.3

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../files/petsc-3.8.3-fix_sandbox_violation.patch  |  17 ++
 sci-mathematics/petsc/petsc-3.8.3.ebuild   | 204 +
 2 files changed, 221 insertions(+)

diff --git 
a/sci-mathematics/petsc/files/petsc-3.8.3-fix_sandbox_violation.patch 
b/sci-mathematics/petsc/files/petsc-3.8.3-fix_sandbox_violation.patch
new file mode 100644
index 0..4f51aee81
--- /dev/null
+++ b/sci-mathematics/petsc/files/petsc-3.8.3-fix_sandbox_violation.patch
@@ -0,0 +1,17 @@
+diff --git a/config/PETSc/options/installDir.py 
b/config/PETSc/options/installDir.py
+index 975dc8a..c216941 100644
+--- a/config/PETSc/options/installDir.py
 b/config/PETSc/options/installDir.py
+@@ -39,12 +39,6 @@ class Configure(config.base.Configure):
+ if self.framework.argDB['prefix']:
+   self.dir = 
os.path.abspath(os.path.expanduser(self.framework.argDB['prefix']))
+   self.addMakeMacro('PREFIXDIR',self.dir)
+-  try:
+-os.makedirs(os.path.join(self.dir,'PETScTestDirectory'))
+-os.rmdir(os.path.join(self.dir,'PETScTestDirectory'))
+-  except:
+-self.installSudoMessage = 'You do not have write permissions to the 
--prefix directory '+self.dir+'\nYou will be prompted for the sudo password for 
any external package installs'
+-self.installSudo = 'sudo '
+ else:
+   self.dir = os.path.abspath(os.path.join(self.petscdir.dir, 
self.arch.arch))
+ self.confDir = os.path.abspath(os.path.join(self.petscdir.dir, 
self.arch.arch))

diff --git a/sci-mathematics/petsc/petsc-3.8.3.ebuild 
b/sci-mathematics/petsc/petsc-3.8.3.ebuild
new file mode 100644
index 0..33ec0bd93
--- /dev/null
+++ b/sci-mathematics/petsc/petsc-3.8.3.ebuild
@@ -0,0 +1,204 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils flag-o-matic fortran-2 python-any-r1 toolchain-funcs versionator
+
+MY_P="${PN}-$(replace_version_separator _ -)"
+
+DESCRIPTION="Portable, Extensible Toolkit for Scientific Computation"
+HOMEPAGE="http://www.mcs.anl.gov/petsc/";
+SRC_URI="http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/${MY_P}.tar.gz";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="afterimage boost complex-scalars cxx debug doc fftw
+   fortran hdf5 hypre mpi metis mumps scotch sparse superlu threads X"
+
+# hypre and superlu curretly exclude each other due to missing linking to hypre
+# if both are enabled
+REQUIRED_USE="
+   afterimage? ( X )
+   hdf5? ( mpi )
+   hypre? ( cxx mpi )
+   mumps? ( mpi scotch )
+   scotch? ( mpi )
+   ^^ ( hypre superlu )
+"
+
+RDEPEND="
+   virtual/blas
+   virtual/lapack
+   afterimage? ( media-libs/libafterimage )
+   boost? ( dev-libs/boost )
+   fftw? ( sci-libs/fftw:3.0[mpi?] )
+   hdf5? ( sci-libs/hdf5[mpi?] )
+   hypre? ( >=sci-libs/hypre-2.8.0b[mpi?] )
+   metis? ( >=sci-libs/parmetis-4 )
+   mpi? ( virtual/mpi[cxx?,fortran?] )
+   mumps? ( sci-libs/mumps[mpi?] sci-libs/scalapack )
+   scotch? ( sci-libs/scotch[mpi?] )
+   sparse? ( sci-libs/suitesparse >=sci-libs/cholmod-1.7.0 )
+   superlu? ( >=sci-libs/superlu-5 )
+   X? ( x11-libs/libX11 )
+"
+
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   virtual/pkgconfig
+   dev-util/cmake
+"
+
+#
+# PETSc does not want its Makefiles to be invoked with anything higher than
+# -j1. The underlying build system does automatically invoke a parallel
+# build. This might not be what you want, but *hey* not your choice.
+#
+# V=1 enables verbose output with full compiler and linker invocation
+#
+MAKEOPTS="${MAKEOPTS} -j1 V=1"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.7.0-disable-rpath.patch \
+   "${FILESDIR}"/${PN}-3.8.3-fix_sandbox_violation.patch
+)
+
+src_prepare() {
+   default
+
+   sed -i -e 's%/usr/bin/env python%/usr/bin/env python2%' configure || die
+}
+
+# petsc uses --with-blah=1 and --with-blah=0 to en/disable options
+petsc_enable() {
+   use "$1" && echo "--with-${2:-$1}=1" || echo "--with-${2:-$1}=0"
+}
+# add external library:
+# petsc_with use_flag libname libdir
+# petsc_with use_flag libname include linking_libs
+petsc_with() {
+   local myuse p=${2:-${1}}
+   if use ${1}; then
+   myuse="--with-${p}=1"
+   if [[ $# -ge 4 ]]; then
+   myuse="${myuse} --with-${p}-include=${EPREFIX}${3}"
+   shift 3
+   myuse="${myuse} --with-${p}-lib=$@"
+   else
+ 

[gentoo-commits] proj/sci:master commit in: sci-mathematics/petsc/

2018-03-18 Thread Matthias Maier
commit: 70aa1dbe7740a0b5d68c0b274c6f98b4c95eb6ec
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Mar 19 03:26:56 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Mar 19 03:26:56 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=70aa1dbe

sci-mathematics/petsc: update 3.7.* to 3.7.7

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-mathematics/petsc/{petsc-3.7.6.ebuild => petsc-3.7.7.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/petsc/petsc-3.7.6.ebuild 
b/sci-mathematics/petsc/petsc-3.7.7.ebuild
similarity index 99%
rename from sci-mathematics/petsc/petsc-3.7.6.ebuild
rename to sci-mathematics/petsc/petsc-3.7.7.ebuild
index 37c89710d..4d8a2953f 100644
--- a/sci-mathematics/petsc/petsc-3.7.6.ebuild
+++ b/sci-mathematics/petsc/petsc-3.7.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



[gentoo-commits] proj/sci:master commit in: sci-mathematics/slepc/

2018-03-18 Thread Matthias Maier
commit: 0ada0c5cde6f8b3d69ec41d431a1a64b5b41ed33
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Mar 19 03:31:54 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Mar 19 03:31:54 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0ada0c5c

sci-mathematics/slepc: version bump to 3.8.2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-mathematics/slepc/slepc-3.8.2.ebuild | 74 
 1 file changed, 74 insertions(+)

diff --git a/sci-mathematics/slepc/slepc-3.8.2.ebuild 
b/sci-mathematics/slepc/slepc-3.8.2.ebuild
new file mode 100644
index 0..eb250a909
--- /dev/null
+++ b/sci-mathematics/slepc/slepc-3.8.2.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils flag-o-matic python-any-r1 toolchain-funcs versionator
+
+DESCRIPTION="Scalable Library for Eigenvalue Problem Computations"
+HOMEPAGE="http://slepc.upv.es/";
+SRC_URI="http://slepc.upv.es/download/distrib/${P}.tar.gz";
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="complex-scalars doc mpi"
+
+PETSC_PV="$(get_version_component_range 1-2 ${PV})"
+RDEPEND="
+   =sci-mathematics/petsc-${PETSC_PV}*:=[mpi=,complex-scalars=]
+   sci-libs/arpack[mpi=]
+   mpi? ( virtual/mpi )
+"
+
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   virtual/pkgconfig
+   dev-util/cmake
+"
+
+MAKEOPTS="${MAKEOPTS} -j1 V=1"
+
+src_prepare() {
+   default
+
+   sed -i -e 's%/usr/bin/env python%/usr/bin/env python2%' configure || die
+}
+
+src_configure() {
+   # *sigh*
+   addpredict "${PETSC_DIR}"/.nagged
+
+   # Make sure that the environment is set up correctly:
+   unset PETSC_DIR
+   unset PETSC_ARCH
+   unset SLEPC_DIR
+   source "${EPREFIX}"/etc/env.d/99petsc
+   export PETSC_DIR
+
+   # configure is a custom python script and doesn't want to have default
+   # configure arguments that we set with econf
+   ./configure \
+   --prefix="${EPREFIX}/usr/$(get_libdir)/slepc" \
+   --with-arpack=1 \
+   --with-arpack-dir="${EPREFIX}/usr/$(get_libdir)" \
+   --with-arpack-flags="$(usex mpi "-lparpack,-larpack" 
"-larpack")"
+
+}
+
+src_install() {
+   emake SLEPC_DESTDIR="${D}/usr/$(get_libdir)/slepc" install
+
+   # add PETSC_DIR to environmental variables
+   cat >> 99slepc <<- EOF
+   SLEPC_DIR=${EPREFIX}/usr/$(get_libdir)/slepc
+   EOF
+   doenvd 99slepc
+
+   if use doc ; then
+   dodoc docs/slepc.pdf
+   dohtml -r docs/*.html docs/manualpages
+   fi
+}



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

2018-03-18 Thread Matthias Maier
commit: 95ac7c5fdb6fab6da4714aaeba19fe38f9fec00e
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Mar 18 22:16:56 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Mar 19 01:00:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ac7c5f

dev-lang/julia: drop 0.6.1-r1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lang/julia/Manifest  |   2 -
 dev-lang/julia/julia-0.6.1-r2.ebuild | 194 ---
 2 files changed, 196 deletions(-)

diff --git a/dev-lang/julia/Manifest b/dev-lang/julia/Manifest
index afcb36f8484..5ddfad23e3c 100644
--- a/dev-lang/julia/Manifest
+++ b/dev-lang/julia/Manifest
@@ -1,4 +1,2 @@
-DIST julia-0.6.1-bundled.tar.gz 2097663 BLAKE2B 
4f16b636e10cbaf9ebd8394d0341c16d7cd7244b6e1467f264150cee64dd8f33aba7381670b7f66f822dd06eaa55d18b0ed04b38931a1943a8212275c1854c26
 SHA512 
50581da3628930b2d1b89d226f3551fa7b18ca23c322b7e93d1227cc0c3428f255a6087f9859ff2c592014407d53238e01a3847a727a87287fb8c7f679b022d1
-DIST julia-0.6.1.tar.gz 5587691 BLAKE2B 
b230e717bf4a4f63319883b87bae5b51a2dd2d0be61ffc15eb89304fe6394df67416ed11d40f258a13d7f3ce4272452cfbe1bd482c368d70cb0d3eea9512d8f9
 SHA512 
8e7b14e8bba1eae1d2a7f43a114dc42e1870d2e692d8892a09475f48839c9b596eb8aaa24b111d3bac6836282a4d7ab64d10c4481c8193f1574cabcf2541db6e
 DIST julia-0.6.2-bundled.tar.gz 3508868 BLAKE2B 
b5b3f52d8036e5603b62606cd096f22f8a975f9cab2f9baad902c0208a81868359005e82a17e513a7705ec717750702cdc12ab476ffac3c1c38158f06d80ae99
 SHA512 
3a9a6cc43aab2eae6c57812287958e3a1ac1718d6fdf08e5ce7c8e8e8a62231fb4d7b6f064e2d6941ac750d8924f5cb37ae3ac4e2d18f366a82c94bdc9e6abe4
 DIST julia-0.6.2.tar.gz 5592907 BLAKE2B 
d6d25f43cd650f6a079c4ba6fe533e6bdbf6a1123255d7651460e297ed3d35a832688e19efddf41c780fbda2eb861bc8ed5f7c59ea7efb5fdf490eb2e7a47f5d
 SHA512 
679050463ed5825d34c477bd44cd91cfecc7d1735a2f52cc70b509afd9883cb60902861643266ecac5ba6cbb03f8fcdd12fc2e87dc41b9ed0eef813fa40610f1

diff --git a/dev-lang/julia/julia-0.6.1-r2.ebuild 
b/dev-lang/julia/julia-0.6.1-r2.ebuild
deleted file mode 100644
index b625513a86a..000
--- a/dev-lang/julia/julia-0.6.1-r2.ebuild
+++ /dev/null
@@ -1,194 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-RESTRICT="test"
-
-inherit llvm pax-utils toolchain-funcs
-
-DESCRIPTION="High-performance programming language for technical computing"
-HOMEPAGE="https://julialang.org/";
-SRC_URI="
-   https://github.com/JuliaLang/${PN}/releases/download/v${PV}/${P}.tar.gz
-   https://dev.gentoo.org/~tamiko/distfiles/${P}-bundled.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-# julia 0.6* is compatible with llvm-4
-RDEPEND="
-   sys-devel/llvm:4=
-   sys-devel/clang:4="
-LLVM_MAX_SLOT=4
-
-RDEPEND+="
-   dev-libs/double-conversion:0=
-   dev-libs/gmp:0=
-   dev-libs/libgit2:0=
-   dev-libs/mpfr:0=
-   dev-libs/openspecfun
-   sci-libs/arpack:0=
-   sci-libs/camd:0=
-   sci-libs/cholmod:0=
-   sci-libs/fftw:3.0=[threads]
-   sci-libs/openlibm:0=
-   sci-libs/spqr:0=
-   >=dev-libs/libpcre2-10.23:0=[jit]
-   sci-libs/umfpack:0=
-   sci-mathematics/glpk:0=
-   >=sys-libs/libunwind-1.1:7=
-   =virtual/blas-3.6
-   virtual/lapack"
-
-DEPEND="${RDEPEND}
-   dev-vcs/git
-   dev-util/patchelf
-   virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.6.0-fix_build_system.patch
-)
-
-S="${WORKDIR}/julia"
-
-src_prepare() {
-   mv "${WORKDIR}"/bundled/UnicodeData.txt doc || die
-   mkdir deps/srccache || die
-   mv "${WORKDIR}"/bundled/* deps/srccache || die
-   rmdir "${WORKDIR}"/bundled || die
-
-   default
-
-   # Sledgehammer:
-   # - prevent fetching of bundled stuff in compile and install phase
-   # - respect CFLAGS
-   # - respect EPREFIX and Gentoo specific paths
-   # - fix BLAS and LAPACK link interface
-
-   sed -i \
-   -e 's|$(JLDOWNLOAD)|${EPREFIX}/bin/true|' \
-   -e 's|git submodule|${EPREFIX}/bin/true|g' \
-   -e "s|GENTOOCFLAGS|${CFLAGS}|g" \
-   -e "s|/usr/include|${EPREFIX%/}/usr/include|g" \
-   deps/Makefile || die
-
-   local libblas="$($(tc-getPKG_CONFIG) --libs-only-l blas)"
-   libblas="${libblas%% *}"
-   libblas="lib${libblas#-l}"
-   local liblapack="$($(tc-getPKG_CONFIG) --libs-only-l lapack)"
-   liblapack="${liblapack%% *}"
-   liblapack="lib${liblapack#-l}"
-
-   sed -i \
-   -e "s|\(JULIA_EXECUTABLE = \)\(\$(JULIAHOME)/julia\)|\1 
LD_LIBRARY_PATH=\$(BUILD)/$(get_libdir) \2|" \
-   -e "s|GENTOOCFLAGS|${CFLAGS}|g" \
-   -e "s|LIBDIR = lib|LIBDIR = $(get_libdir)|" \
-   -e "s|/usr/lib|${EPREFIX}/usr/$(get_libdir)|" \
-   -e "s|/usr/include|${EPREFIX}/usr/include|" \
-   -e "s|\$(BUIL

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

2018-03-18 Thread Matthias Maier
commit: e69e4d65126d5c92b52290154bc759b7a1a27aad
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Mar 18 22:15:33 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Mar 19 01:00:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e69e4d65

dev-lang/julia: version bump to 0.6.2

 * fix LLVM_MAXSLOT so that llvm/clang-4 is used for compilation

Closes: https://bugs.gentoo.org/631978
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lang/julia/Manifest   |   2 +
 dev-lang/julia/julia-0.6.2.ebuild | 192 ++
 2 files changed, 194 insertions(+)

diff --git a/dev-lang/julia/Manifest b/dev-lang/julia/Manifest
index c36ac90133e..afcb36f8484 100644
--- a/dev-lang/julia/Manifest
+++ b/dev-lang/julia/Manifest
@@ -1,2 +1,4 @@
 DIST julia-0.6.1-bundled.tar.gz 2097663 BLAKE2B 
4f16b636e10cbaf9ebd8394d0341c16d7cd7244b6e1467f264150cee64dd8f33aba7381670b7f66f822dd06eaa55d18b0ed04b38931a1943a8212275c1854c26
 SHA512 
50581da3628930b2d1b89d226f3551fa7b18ca23c322b7e93d1227cc0c3428f255a6087f9859ff2c592014407d53238e01a3847a727a87287fb8c7f679b022d1
 DIST julia-0.6.1.tar.gz 5587691 BLAKE2B 
b230e717bf4a4f63319883b87bae5b51a2dd2d0be61ffc15eb89304fe6394df67416ed11d40f258a13d7f3ce4272452cfbe1bd482c368d70cb0d3eea9512d8f9
 SHA512 
8e7b14e8bba1eae1d2a7f43a114dc42e1870d2e692d8892a09475f48839c9b596eb8aaa24b111d3bac6836282a4d7ab64d10c4481c8193f1574cabcf2541db6e
+DIST julia-0.6.2-bundled.tar.gz 3508868 BLAKE2B 
b5b3f52d8036e5603b62606cd096f22f8a975f9cab2f9baad902c0208a81868359005e82a17e513a7705ec717750702cdc12ab476ffac3c1c38158f06d80ae99
 SHA512 
3a9a6cc43aab2eae6c57812287958e3a1ac1718d6fdf08e5ce7c8e8e8a62231fb4d7b6f064e2d6941ac750d8924f5cb37ae3ac4e2d18f366a82c94bdc9e6abe4
+DIST julia-0.6.2.tar.gz 5592907 BLAKE2B 
d6d25f43cd650f6a079c4ba6fe533e6bdbf6a1123255d7651460e297ed3d35a832688e19efddf41c780fbda2eb861bc8ed5f7c59ea7efb5fdf490eb2e7a47f5d
 SHA512 
679050463ed5825d34c477bd44cd91cfecc7d1735a2f52cc70b509afd9883cb60902861643266ecac5ba6cbb03f8fcdd12fc2e87dc41b9ed0eef813fa40610f1

diff --git a/dev-lang/julia/julia-0.6.2.ebuild 
b/dev-lang/julia/julia-0.6.2.ebuild
new file mode 100644
index 000..397cd144fe2
--- /dev/null
+++ b/dev-lang/julia/julia-0.6.2.ebuild
@@ -0,0 +1,192 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+RESTRICT="test"
+
+inherit llvm pax-utils toolchain-funcs
+
+DESCRIPTION="High-performance programming language for technical computing"
+HOMEPAGE="https://julialang.org/";
+SRC_URI="
+   https://github.com/JuliaLang/${PN}/releases/download/v${PV}/${P}.tar.gz
+   https://dev.gentoo.org/~tamiko/distfiles/${P}-bundled.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+# julia 0.6* is compatible with llvm-4
+RDEPEND="
+   sys-devel/llvm:4=
+   sys-devel/clang:4="
+LLVM_MAX_SLOT=4
+
+RDEPEND+="
+   dev-libs/double-conversion:0=
+   dev-libs/gmp:0=
+   dev-libs/libgit2:0=
+   dev-libs/mpfr:0=
+   dev-libs/openspecfun
+   sci-libs/arpack:0=
+   sci-libs/camd:0=
+   sci-libs/cholmod:0=
+   sci-libs/fftw:3.0=[threads]
+   sci-libs/openlibm:0=
+   sci-libs/spqr:0=
+   >=dev-libs/libpcre2-10.23:0=[jit]
+   sci-libs/umfpack:0=
+   sci-mathematics/glpk:0=
+   >=sys-libs/libunwind-1.1:7=
+   !~sys-libs/libunwind-1.2.1
+   sys-libs/readline:0=
+   sys-libs/zlib:0=
+   >=virtual/blas-3.6
+   virtual/lapack"
+
+DEPEND="${RDEPEND}
+   dev-vcs/git
+   dev-util/patchelf
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.6.0-fix_build_system.patch
+)
+
+src_prepare() {
+   mv "${WORKDIR}"/bundled/UnicodeData.txt doc || die
+   mkdir deps/srccache || die
+   mv "${WORKDIR}"/bundled/* deps/srccache || die
+   rmdir "${WORKDIR}"/bundled || die
+
+   default
+
+   # Sledgehammer:
+   # - prevent fetching of bundled stuff in compile and install phase
+   # - respect CFLAGS
+   # - respect EPREFIX and Gentoo specific paths
+   # - fix BLAS and LAPACK link interface
+
+   sed -i \
+   -e 's|$(JLDOWNLOAD)|${EPREFIX}/bin/true|' \
+   -e 's|git submodule|${EPREFIX}/bin/true|g' \
+   -e "s|GENTOOCFLAGS|${CFLAGS}|g" \
+   -e "s|/usr/include|${EPREFIX%/}/usr/include|g" \
+   deps/Makefile || die
+
+   local libblas="$($(tc-getPKG_CONFIG) --libs-only-l blas)"
+   libblas="${libblas%% *}"
+   libblas="lib${libblas#-l}"
+   local liblapack="$($(tc-getPKG_CONFIG) --libs-only-l lapack)"
+   liblapack="${liblapack%% *}"
+   liblapack="lib${liblapack#-l}"
+
+   sed -i \
+   -e "s|\(JULIA_EXECUTABLE = \)\(\$(JULIAHOME)/julia\)|\1 
LD_LIBRARY_PATH=\$(BUILD)/$(get_libdir) \2|" \
+   -e "s|GENTOOCFLAGS|${CFLAGS}|g" \
+   -e "s|LIBDIR = lib|LIBDIR = $(get_lib

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

2018-03-18 Thread Andreas Hüttel
commit: 521a210dd23dfcf3c969461dba1547d73b83f2d3
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Mar 18 14:59:12 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Mar 19 00:54:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521a210d

sci-electronics/klayout: Remove old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-electronics/klayout/Manifest   |  1 -
 .../klayout-0.23.10-Makefile.conf.linux-gentoo | 45 --
 ...layout-0.24.9-c++11-no-throw-in-destuctor.patch | 34 ---
 sci-electronics/klayout/klayout-0.24.10.ebuild | 70 --
 4 files changed, 150 deletions(-)

diff --git a/sci-electronics/klayout/Manifest b/sci-electronics/klayout/Manifest
index 8a5e5634f5b..9a6ef10503a 100644
--- a/sci-electronics/klayout/Manifest
+++ b/sci-electronics/klayout/Manifest
@@ -1,2 +1 @@
-DIST klayout-0.24.10.tar.gz 11262007 BLAKE2B 
85e8d325a56672e6ba328f5ebf793f3c977542ed857621e504983a77e7762d795bbde0f572fb0017328bdb5c11e453f0cd9decedf3629f8ff0f2a6a25daf28c2
 SHA512 
0043b91e2dae9321299c217697c93af27bc7d795209bdf95248eee3690b97728854f9f82cc95f77f05a2cfbcae6a716ae594fe2485e04ed0a3f5d950abc0a31b
 DIST klayout-0.25.tar.gz 16461165 BLAKE2B 
321d5c03b49b922b051407767f72135d0ff7e3fb0fe5dd237e27ce6c42d2b847f0bc4d96ae551c51b6581c0d39eb71f7053c8814dcb7afdfd027a24af9d553fd
 SHA512 
0c05b0786e7e1dbf8035cbb3888eff776c0b96a4fcf2ebbc3065fe43340ae020b6713c2e1d2e7ab5caaf64d7ec84bea9d691ba6c0aea88e93c957530d3d4d114

diff --git 
a/sci-electronics/klayout/files/klayout-0.23.10-Makefile.conf.linux-gentoo 
b/sci-electronics/klayout/files/klayout-0.23.10-Makefile.conf.linux-gentoo
deleted file mode 100644
index d51b60a31db..000
--- a/sci-electronics/klayout/files/klayout-0.23.10-Makefile.conf.linux-gentoo
+++ /dev/null
@@ -1,45 +0,0 @@
-
-# Configuration file for 
-# gcc, Linux, 64bit
-# release build
-
-# Compiler options
-
-# Compiler general
-INC=-I$(TOP_SOURCE) -I$(SOURCE) -I. -I$(QTINCLUDE) 
-DEFS=-DQT_THREAD_SUPPORT -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII
-
-# C++
-CXXOPT_DEP=-MM -MG 
-CXXWARN=-Wall -pedantic -Wno-deprecated -Woverloaded-virtual \
-   -Wsign-promo -Wsynth -Wno-long-long -Wno-strict-aliasing
-CXXOPT=-c $(CXXFLAGS) -o
-CXXOPT_SO=-fPIC $(CXXOPT) 
-
-# C
-CCOPT_DEP=-MM -MG 
-CCWARN=
-CCOPT=-c $(CFLAGS) -o
-CCOPT_SO=-fPIC $(CCOPT) 
-
-# Linker
-LINK=$(CXX)
-LOPT=-Wl,-E ${LDFLAGS} -o
-LOPT_SO=-shared -fPIC $(LOPT) 
-
-LIBS=-L$(QTLIB) -lQtGui -lQtCore -lQtXml -lQtNetwork -lQtSql -lQtDesigner -lrt 
-lstdc++ -lcrypt -ldl -lz -lpthread
-
-.PHONY: install
-install:
-   mkdir -p $(INSTALL_BINDIR)
-   cp main/$(EXEC_NAME) $(INSTALL_BINDIR)
-   for bin in $(OTHER_BIN) ; \
-   do \
- cp main/$$bin $(INSTALL_BINDIR) ; \
-   done
-   for plugin in $(PLUGINS) ; \
-   do \
- cp $$plugin/*.so $(INSTALL_BINDIR) ; \
-   done
-   chmod 755 $(INSTALL_BINDIR) $(INSTALL_BINDIR)/*
-

diff --git 
a/sci-electronics/klayout/files/klayout-0.24.9-c++11-no-throw-in-destuctor.patch
 
b/sci-electronics/klayout/files/klayout-0.24.9-c++11-no-throw-in-destuctor.patch
deleted file mode 100644
index 4cb6473d58c..000
--- 
a/sci-electronics/klayout/files/klayout-0.24.9-c++11-no-throw-in-destuctor.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-# Fixes "error: throw will always call terminate() [-Werror=terminate]". 
Gentoo bug 612978.
-
 a/src/tlAssert.h.old
-+++ b/src/tlAssert.h
-@@ -27,6 +27,16 @@
- 
- #include "config.h"
- 
-+// For >=C++11, mark assertion_failed() with attribute [[noreturn]] and call 
std::terminate().
-+// Or else, throw int(0) to tell the compiler that the assertion will not 
return.
-+#if __cplusplus < 201103L
-+#define ATTRIB_ASSERT KLAYOUT_DLL
-+#define END_ASSERT throw int(0)
-+#else
-+#define ATTRIB_ASSERT [[noreturn]] KLAYOUT_DLL
-+#define END_ASSERT std::terminate()
-+#endif
-+ 
- namespace tl
- {
- 
-@@ -34,10 +44,10 @@
-  *  @brief The corresponding assert macro
-  */
- 
--KLAYOUT_DLL void assertion_failed (const char *filename, unsigned int line, 
const char *condition);
-+ATTRIB_ASSERT void assertion_failed (const char *filename, unsigned int line, 
const char *condition);
- 
- //  the throw int(0) instruction will tell the compiler that the assertion 
will not return
--#define tl_assert(COND) if (!(COND)) { tl::assertion_failed (__FILE__, 
__LINE__, #COND); throw int(0); }
-+#define tl_assert(COND) if (!(COND)) { tl::assertion_failed (__FILE__, 
__LINE__, #COND); END_ASSERT; }
- 
- } // namespace tl
- 

diff --git a/sci-electronics/klayout/klayout-0.24.10.ebuild 
b/sci-electronics/klayout/klayout-0.24.10.ebuild
deleted file mode 100644
index f4dfd05c1ec..000
--- a/sci-electronics/klayout/klayout-0.24.10.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22"
-# note: define maximally ONE implementation

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

2018-03-18 Thread Andreas Hüttel
commit: 78a2b1f9b4577fd9f34d6dc0774c8202f7444c62
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Mar 18 14:57:58 2018 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Mar 19 00:54:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a2b1f9

sci-electronics/klayout: Stable for amd64

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-electronics/klayout/klayout-0.25-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-electronics/klayout/klayout-0.25-r2.ebuild 
b/sci-electronics/klayout/klayout-0.25-r2.ebuild
index 7a4e27c201e..5c49aa2da65 100644
--- a/sci-electronics/klayout/klayout-0.25-r2.ebuild
+++ b/sci-electronics/klayout/klayout-0.25-r2.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} = * ]]; then
EGIT_CHECKOUT_DIR=${WORKDIR}/all/${P}
 else
SRC_URI="http://www.klayout.org/downloads/source/${P}.tar.gz";
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="Viewer and editor for GDS and OASIS integrated circuit layouts"



[gentoo-commits] repo/gentoo:master commit in: sys-fs/archivemount/

2018-03-18 Thread Tim Harder
commit: 4c3d7b0ce511ffaa473d85e7326ce74ebd86d3b6
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 00:31:54 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 00:32:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3d7b0c

sys-fs/archivemount: version bump to 0.8.10

 sys-fs/archivemount/Manifest   |  1 +
 sys-fs/archivemount/archivemount-0.8.10.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/sys-fs/archivemount/Manifest b/sys-fs/archivemount/Manifest
index a36a35e0a5a..f4ec645da02 100644
--- a/sys-fs/archivemount/Manifest
+++ b/sys-fs/archivemount/Manifest
@@ -1,3 +1,4 @@
+DIST archivemount-0.8.10.tar.gz 131894 BLAKE2B 
058fe86bf1b0b57499785bd10c9cae90b85622144c49a639d8c5c67a052f896d4c17471d8190d0229784b3e58856eb96619a2552f9227fc48c48f8465c7c1321
 SHA512 
85019bf5f79267f9df4b32e746ff61f112be59f842f36401c8e2013f7ad2c4d1cdd2d72afc356d24304c1772a7f974b9612b5f9fb5c8614aed8ee2467823e7c1
 DIST archivemount-0.8.3.tar.gz 127412 BLAKE2B 
b89030689d1680e5af2b70e9b45b335a3b91e10a44936c5ab6a9b9cf0443c544484c83d52ea16cea284dc7f541693c6817df8e5784c8d9aa12ddace692204f79
 SHA512 
f0d50cdce44a0ee57f0d3a32cb37af4159a7400e47a8c61360c9c0c1be6fdbe98d2aa1cc530b3a71fe70e4f550ea5ed431204d738931dca757135677e1984733
 DIST archivemount-0.8.4.tar.gz 127751 BLAKE2B 
c3a87eb8671cd5d7bae51100f52de4cb22d26a599ee4e4d92d69d82a59a41d364b9f52b711180ed94ef12ba55aabc615b2d84701ae8d3b59d069b0f567bcd02a
 SHA512 
bea9461991cfef129a156f682cb83d58c56b5efe64de21a4fff5858c9e3d3aede5b9b265ee1ae7eb7115290e326c4090c364a3b8de8f3399263ffe54142fd619
 DIST archivemount-0.8.5.tar.gz 128998 BLAKE2B 
ab7bbc20001013526ad77224bcc7029c4411069bccb6bcec883d89454ca1b70572e2b9071ae9d78ef27775bf5ffddd145e61c9d462b666c6a3bead0166a28a0f
 SHA512 
ad0feec23b5fa41481520081d6615a8001168daff88bd7314c4127072b946434ade4e4e7505ea325a594d1cfc2d9438ddf72de2a2a0fe39ec5d1abf050c84b3a

diff --git a/sys-fs/archivemount/archivemount-0.8.10.ebuild 
b/sys-fs/archivemount/archivemount-0.8.10.ebuild
new file mode 100644
index 000..7c97182dffb
--- /dev/null
+++ b/sys-fs/archivemount/archivemount-0.8.10.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Mount archives using libarchive and FUSE"
+HOMEPAGE="http://www.cybernoia.de/software/archivemount/";
+SRC_URI="http://www.cybernoia.de/software/${PN}/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-arch/libarchive:=
+   sys-fs/fuse:0"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: sys-fs/archivemount/

2018-03-18 Thread Tim Harder
commit: 4d1575efd9da3e119f56682c95fbf0dd259bc2d9
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 00:32:53 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 00:32:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d1575ef

sys-fs/archivemount: remove old

 sys-fs/archivemount/Manifest  |  3 ---
 sys-fs/archivemount/archivemount-0.8.3.ebuild | 17 -
 sys-fs/archivemount/archivemount-0.8.4.ebuild | 17 -
 sys-fs/archivemount/archivemount-0.8.5.ebuild | 17 -
 4 files changed, 54 deletions(-)

diff --git a/sys-fs/archivemount/Manifest b/sys-fs/archivemount/Manifest
index f4ec645da02..dbfcf2f79bb 100644
--- a/sys-fs/archivemount/Manifest
+++ b/sys-fs/archivemount/Manifest
@@ -1,5 +1,2 @@
 DIST archivemount-0.8.10.tar.gz 131894 BLAKE2B 
058fe86bf1b0b57499785bd10c9cae90b85622144c49a639d8c5c67a052f896d4c17471d8190d0229784b3e58856eb96619a2552f9227fc48c48f8465c7c1321
 SHA512 
85019bf5f79267f9df4b32e746ff61f112be59f842f36401c8e2013f7ad2c4d1cdd2d72afc356d24304c1772a7f974b9612b5f9fb5c8614aed8ee2467823e7c1
-DIST archivemount-0.8.3.tar.gz 127412 BLAKE2B 
b89030689d1680e5af2b70e9b45b335a3b91e10a44936c5ab6a9b9cf0443c544484c83d52ea16cea284dc7f541693c6817df8e5784c8d9aa12ddace692204f79
 SHA512 
f0d50cdce44a0ee57f0d3a32cb37af4159a7400e47a8c61360c9c0c1be6fdbe98d2aa1cc530b3a71fe70e4f550ea5ed431204d738931dca757135677e1984733
-DIST archivemount-0.8.4.tar.gz 127751 BLAKE2B 
c3a87eb8671cd5d7bae51100f52de4cb22d26a599ee4e4d92d69d82a59a41d364b9f52b711180ed94ef12ba55aabc615b2d84701ae8d3b59d069b0f567bcd02a
 SHA512 
bea9461991cfef129a156f682cb83d58c56b5efe64de21a4fff5858c9e3d3aede5b9b265ee1ae7eb7115290e326c4090c364a3b8de8f3399263ffe54142fd619
-DIST archivemount-0.8.5.tar.gz 128998 BLAKE2B 
ab7bbc20001013526ad77224bcc7029c4411069bccb6bcec883d89454ca1b70572e2b9071ae9d78ef27775bf5ffddd145e61c9d462b666c6a3bead0166a28a0f
 SHA512 
ad0feec23b5fa41481520081d6615a8001168daff88bd7314c4127072b946434ade4e4e7505ea325a594d1cfc2d9438ddf72de2a2a0fe39ec5d1abf050c84b3a
 DIST archivemount-0.8.7.tar.gz 129305 BLAKE2B 
653280dba569127c22de03b56f464e7a855c14ae5693888055b17433eb0d778c7304fb3911ba98ea745ddcb310c6a247e4b08dd3c2df9bd9d4b20e62a1acd994
 SHA512 
8869786b7fe6ef12eef2150c42a4e152e033a9387383a689a4e9ab4ead7548c11f9db8f19c62ef55ab858a6387b02af59741f39de3d600aee08ed4ddd0afe7c1

diff --git a/sys-fs/archivemount/archivemount-0.8.3.ebuild 
b/sys-fs/archivemount/archivemount-0.8.3.ebuild
deleted file mode 100644
index 86378806ce4..000
--- a/sys-fs/archivemount/archivemount-0.8.3.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Mount archives using libarchive and FUSE"
-HOMEPAGE="http://www.cybernoia.de/software/archivemount/";
-SRC_URI="http://www.cybernoia.de/software/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="app-arch/libarchive:=
-   sys-fs/fuse"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"

diff --git a/sys-fs/archivemount/archivemount-0.8.4.ebuild 
b/sys-fs/archivemount/archivemount-0.8.4.ebuild
deleted file mode 100644
index 012a3f1b382..000
--- a/sys-fs/archivemount/archivemount-0.8.4.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Mount archives using libarchive and FUSE"
-HOMEPAGE="http://www.cybernoia.de/software/archivemount/";
-SRC_URI="http://www.cybernoia.de/software/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="app-arch/libarchive:=
-   sys-fs/fuse"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"

diff --git a/sys-fs/archivemount/archivemount-0.8.5.ebuild 
b/sys-fs/archivemount/archivemount-0.8.5.ebuild
deleted file mode 100644
index 012a3f1b382..000
--- a/sys-fs/archivemount/archivemount-0.8.5.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Mount archives using libarchive and FUSE"
-HOMEPAGE="http://www.cybernoia.de/software/archivemount/";
-SRC_URI="http://www.cybernoia.de/software/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="app-arch/libarchive:=
-   sys-fs/fuse"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"



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

2018-03-18 Thread Tim Harder
commit: 85c7c741e7461c68d823afdf3c016364bbbe7e3a
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Mar 18 23:59:17 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 00:01:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c7c741

net-irc/weechat: version bump to 2.1

 net-irc/weechat/Manifest   |  1 +
 net-irc/weechat/files/weechat-2.1-tinfo.patch  | 28 ++
 .../{weechat-.ebuild => weechat-2.1.ebuild}|  4 ++--
 net-irc/weechat/weechat-.ebuild|  4 ++--
 4 files changed, 33 insertions(+), 4 deletions(-)

diff --git a/net-irc/weechat/Manifest b/net-irc/weechat/Manifest
index 37538138995..6fef94b7027 100644
--- a/net-irc/weechat/Manifest
+++ b/net-irc/weechat/Manifest
@@ -1,3 +1,4 @@
 DIST weechat-1.9.1.tar.xz 1877428 BLAKE2B 
e7595735547699cfb20f653bbe51b5d7e772e1bc1aecb4e95f1f4fd402a315698790e961305daf7d0bd6c5f9f7889c00efdf115f7182287965428b79d469
 SHA512 
552e9248e86db7fe53cd6539084e6c5e8548b8858b27c02326d04925d81ef09e123225af5c1f5550b262be5a1249fd8750fdda8d9877c3df918cc30b5e0953fa
 DIST weechat-2.0.1.tar.xz 1967336 BLAKE2B 
256f4bab45834ed2798490234c9417b8b8e4d06d0ed09f5779ad9d32321ab9aec58c38f4b048de319e4f46809313186462208258ca2d78d1e0470fa2014e7472
 SHA512 
3947e79a0ac8dce7605905c39039bedf9ba2af4778ee6905f12ca75786b62f3081568ce9426be251e65bad2837ddcf0664cbb08059f898d4ac60171325a94e74
 DIST weechat-2.0.tar.xz 1967636 BLAKE2B 
b4ee37a7c8da4cd724ada44f454979326ec1186254d197c538de13c148b52988ddeff23d432240404516c8f81d8588347c6ea5313572b4815d716f80e82f85a4
 SHA512 
771618c09fb24182f86304af8c12e158e3d97afbc51219d1f4c5f9ec102aac15c4511a6301141d47f67e385f41bf0ba91e3df795ffdd78a19d1f6a5b1121e951
+DIST weechat-2.1.tar.xz 1990748 BLAKE2B 
5f417e282fe0bc10f1625e16fc173c09781284c27cf321e219c73fcfb3bac4118403598d6e5d06ed9852b1bdb1e645d7f43999a113101aebe6bd626e2278b661
 SHA512 
4bea8c0c4467b81e2241d68e5c6425274f0fe15d853ddac46ddf3cce481e03549660d6083277719d462ec5d0dea4b31d89f6b3f51f92f12908213232d2d807df

diff --git a/net-irc/weechat/files/weechat-2.1-tinfo.patch 
b/net-irc/weechat/files/weechat-2.1-tinfo.patch
new file mode 100644
index 000..e44e06e61f9
--- /dev/null
+++ b/net-irc/weechat/files/weechat-2.1-tinfo.patch
@@ -0,0 +1,28 @@
+Use pkgconfig to find ncurses libs in order to support separate libtinfo.
+
+--- weechat-2.1/src/gui/curses/normal/CMakeLists.txt
 weechat-2.1/src/gui/curses/normal/CMakeLists.txt
+@@ -29,7 +29,13 @@
+   ../gui-curses-window.c
+ )
+ 
+-find_package(Ncurses)
++find_package(PkgConfig)
++pkg_search_module(NCURSES ncursesw ncurses)
++
++if(NOT NCURSES_FOUND)
++  find_package(Ncurses)
++endif(NOT NCURSES_FOUND)
++
+ if(NCURSES_FOUND)
+   check_include_files(ncursesw/ncurses.h NCURSESW_HEADERS)
+   if(NCURSESW_HEADERS)
+@@ -54,7 +60,7 @@
+ 
+ add_dependencies(${EXECUTABLE} weechat_gui_curses_normal)
+ 
+-list(APPEND EXTRA_LIBS ${NCURSES_LIBRARY})
++list(APPEND EXTRA_LIBS ${NCURSES_LIBRARY} ${NCURSES_LIBRARIES})
+ 
+ # Due to circular references, we must link two times with libweechat_core.a 
and libweechat_gui_common.a
+ target_link_libraries(${EXECUTABLE} ${STATIC_LIBS} weechat_gui_curses_normal 
${EXTRA_LIBS} ${STATIC_LIBS})

diff --git a/net-irc/weechat/weechat-.ebuild 
b/net-irc/weechat/weechat-2.1.ebuild
similarity index 96%
copy from net-irc/weechat/weechat-.ebuild
copy to net-irc/weechat/weechat-2.1.ebuild
index dd1313a0c73..0c7c645e9a4 100644
--- a/net-irc/weechat/weechat-.ebuild
+++ b/net-irc/weechat/weechat-2.1.ebuild
@@ -40,7 +40,7 @@ RDEPEND="
perl? ( dev-lang/perl:= )
php? ( >=dev-lang/php-7.0:* )
python? ( ${PYTHON_DEPS} )
-   ruby? ( || ( dev-lang/ruby:2.4 dev-lang/ruby:2.3 dev-lang/ruby:2.2 ) )
+   ruby? ( || ( dev-lang/ruby:2.5 dev-lang/ruby:2.4 dev-lang/ruby:2.3 
dev-lang/ruby:2.2 ) )
ssl? ( net-libs/gnutls )
spell? ( app-text/aspell )
tcl? ( >=dev-lang/tcl-8.4.15:0= )
@@ -59,7 +59,7 @@ DOCS="AUTHORS.adoc ChangeLog.adoc Contributing.adoc 
ReleaseNotes.adoc README.ado
 # tests need to be fixed to not use system plugins if weechat is already 
installed
 RESTRICT="test"
 
-PATCHES=( "${FILESDIR}"/${PN}-1.2-tinfo.patch )
+PATCHES=( "${FILESDIR}"/${PN}-2.1-tinfo.patch )
 
 pkg_setup() {
use python && python-single-r1_pkg_setup

diff --git a/net-irc/weechat/weechat-.ebuild 
b/net-irc/weechat/weechat-.ebuild
index dd1313a0c73..0c7c645e9a4 100644
--- a/net-irc/weechat/weechat-.ebuild
+++ b/net-irc/weechat/weechat-.ebuild
@@ -40,7 +40,7 @@ RDEPEND="
perl? ( dev-lang/perl:= )
php? ( >=dev-lang/php-7.0:* )
python? ( ${PYTHON_DEPS} )
-   ruby? ( || ( dev-lang/ruby:2.4 dev-lang/ruby:2.3 dev-lang/ruby:2.2 ) )
+   ruby? ( || ( dev-lang/ruby:2.5 dev-lang/ruby:2.4 dev-lang/ruby:2.3 
dev-lang/ruby:2.2 ) )
ssl? ( net-libs/gnutls )
spell? ( app-text/aspell )
tcl? ( >=dev-lang/tcl-8.4.15:0= )
@@ -59,7 +5

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

2018-03-18 Thread Tim Harder
commit: f3ad4f6848a0a4ea387f2db2846bc849dc51fd42
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 00:00:30 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 00:01:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ad4f68

net-irc/weechat: remove old

 net-irc/weechat/Manifest |   2 -
 net-irc/weechat/weechat-1.9.1.ebuild | 148 --
 net-irc/weechat/weechat-2.0.ebuild   | 151 ---
 3 files changed, 301 deletions(-)

diff --git a/net-irc/weechat/Manifest b/net-irc/weechat/Manifest
index 6fef94b7027..78aeaacb267 100644
--- a/net-irc/weechat/Manifest
+++ b/net-irc/weechat/Manifest
@@ -1,4 +1,2 @@
-DIST weechat-1.9.1.tar.xz 1877428 BLAKE2B 
e7595735547699cfb20f653bbe51b5d7e772e1bc1aecb4e95f1f4fd402a315698790e961305daf7d0bd6c5f9f7889c00efdf115f7182287965428b79d469
 SHA512 
552e9248e86db7fe53cd6539084e6c5e8548b8858b27c02326d04925d81ef09e123225af5c1f5550b262be5a1249fd8750fdda8d9877c3df918cc30b5e0953fa
 DIST weechat-2.0.1.tar.xz 1967336 BLAKE2B 
256f4bab45834ed2798490234c9417b8b8e4d06d0ed09f5779ad9d32321ab9aec58c38f4b048de319e4f46809313186462208258ca2d78d1e0470fa2014e7472
 SHA512 
3947e79a0ac8dce7605905c39039bedf9ba2af4778ee6905f12ca75786b62f3081568ce9426be251e65bad2837ddcf0664cbb08059f898d4ac60171325a94e74
-DIST weechat-2.0.tar.xz 1967636 BLAKE2B 
b4ee37a7c8da4cd724ada44f454979326ec1186254d197c538de13c148b52988ddeff23d432240404516c8f81d8588347c6ea5313572b4815d716f80e82f85a4
 SHA512 
771618c09fb24182f86304af8c12e158e3d97afbc51219d1f4c5f9ec102aac15c4511a6301141d47f67e385f41bf0ba91e3df795ffdd78a19d1f6a5b1121e951
 DIST weechat-2.1.tar.xz 1990748 BLAKE2B 
5f417e282fe0bc10f1625e16fc173c09781284c27cf321e219c73fcfb3bac4118403598d6e5d06ed9852b1bdb1e645d7f43999a113101aebe6bd626e2278b661
 SHA512 
4bea8c0c4467b81e2241d68e5c6425274f0fe15d853ddac46ddf3cce481e03549660d6083277719d462ec5d0dea4b31d89f6b3f51f92f12908213232d2d807df

diff --git a/net-irc/weechat/weechat-1.9.1.ebuild 
b/net-irc/weechat/weechat-1.9.1.ebuild
deleted file mode 100644
index 39521532b3f..000
--- a/net-irc/weechat/weechat-1.9.1.ebuild
+++ /dev/null
@@ -1,148 +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 +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 +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:= )
-   python? ( ${PYTHON_DEPS} )
-   ruby? ( || ( dev-lang/ruby:2.4 dev-lang/ruby:2.3 dev-lang/ruby:2.2 ) )
-   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)/:g" \
-   -e "s:lib\":$(get_libdir)\":g" \
-   CMakeLists.txt || die "sed failed"
-
-   # install only required translations
-   local i
-   for i in ${LANGS} ; do
-   if ! has ${i} ${LINGUAS-${i}} ; then
-   sed -i \
-   -e "/${i}.po/d" \
-   po/CMakeLists.txt || die
-   fi
-   done
-
-   # install only required documentation ; en always
-   for i in $(grep add_subdirectory doc/CMakeLists.txt \
-   | sed -e 's/.*add_s

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

2018-03-18 Thread Tim Harder
commit: bf0c455ef0dd423387769ef1cca87196e22323f7
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Mar 18 23:59:31 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 00:01:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf0c455e

net-irc/weechat: stabilize 2.0.1

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

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

diff --git a/net-irc/weechat/weechat-2.0.1.ebuild 
b/net-irc/weechat/weechat-2.0.1.ebuild
index dd1313a0c73..7aa8c2cf35a 100644
--- a/net-irc/weechat/weechat-2.0.1.ebuild
+++ b/net-irc/weechat/weechat-2.0.1.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 x86 ~x64-macos"
 fi
 
 DESCRIPTION="Portable and multi-interface IRC client"



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

2018-03-18 Thread Sergei Trofimovich
commit: 1c6587f5ec5971b10636d726a1f10826c6133d4a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 23:49:25 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 23:49:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c6587f5

dev-python/sphinx-gallery: keyworded 0.1.12 for ppc, bug #622420

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild 
b/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild
index 2d31514a6d3..cdec5170a65 100644
--- a/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild
+++ b/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



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

2018-03-18 Thread Sergei Trofimovich
commit: f942cb685352af3fbd90dd018c78ce5d2472ab99
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 23:49:39 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 23:49:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f942cb68

dev-python/xcffib: keyworded 0.5.1 for ppc, bug #622420

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-python/xcffib/xcffib-0.5.1.ebuild 
b/dev-python/xcffib/xcffib-0.5.1.ebuild
index db07cde8cf8..5f4fe901483 100644
--- a/dev-python/xcffib/xcffib-0.5.1.ebuild
+++ b/dev-python/xcffib/xcffib-0.5.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="test"
 
 COMMON_DEPEND="x11-libs/libxcb"



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

2018-03-18 Thread Sergei Trofimovich
commit: 31179f2119276c6cba96a4fe52ec05140c8eaba3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 23:48:48 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 23:48:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31179f21

dev-python/colorspacious: keyworded 1.1.0 for ppc, bug #622420

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-python/colorspacious/colorspacious-1.1.0.ebuild 
b/dev-python/colorspacious/colorspacious-1.1.0.ebuild
index 7aeb1a615fc..67191c2abd3 100644
--- a/dev-python/colorspacious/colorspacious-1.1.0.ebuild
+++ b/dev-python/colorspacious/colorspacious-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
 IUSE="test"
 
 RDEPEND="



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

2018-03-18 Thread Sergei Trofimovich
commit: c273b30663ebec593d0135699f6851fbf2a40892
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 23:50:13 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 23:50:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c273b306

dev-python/cairocffi: keyworded 0.8.0 for ppc, bug #622420

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-python/cairocffi/cairocffi-0.8.0.ebuild 
b/dev-python/cairocffi/cairocffi-0.8.0.ebuild
index d62959bdea8..9e67118b8c4 100644
--- a/dev-python/cairocffi/cairocffi-0.8.0.ebuild
+++ b/dev-python/cairocffi/cairocffi-0.8.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="doc test"
 
 RDEPEND="



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

2018-03-18 Thread Sergei Trofimovich
commit: c4012138b52cad63a0d80a600501cbeaad6b5591
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 23:50:35 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 23:50:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4012138

dev-python/matplotlib: keyworded 2.1.2-r1 for ppc, bug #622420

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 dev-python/matplotlib/matplotlib-2.1.2-r1.ebuild | 2 +-
 dev-python/matplotlib/matplotlib-2.2.0.ebuild| 2 +-
 dev-python/matplotlib/matplotlib-2.2.2.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/matplotlib/matplotlib-2.1.2-r1.ebuild 
b/dev-python/matplotlib/matplotlib-2.1.2-r1.ebuild
index 1bd5c49acc2..81e07f0879b 100644
--- a/dev-python/matplotlib/matplotlib-2.1.2-r1.ebuild
+++ b/dev-python/matplotlib/matplotlib-2.1.2-r1.ebuild
@@ -18,7 +18,7 @@ SLOT="0"
 # matplotlib/backends/qt4_editor: MIT
 # Fonts: BitstreamVera, OFL-1.1
 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="cairo doc excel examples gtk2 gtk3 latex pyside qt5 test tk wxwidgets"
 
 PY2_FLAGS="|| ( $(python_gen_useflags python2_7) )"

diff --git a/dev-python/matplotlib/matplotlib-2.2.0.ebuild 
b/dev-python/matplotlib/matplotlib-2.2.0.ebuild
index 23939d59739..ab5d6e06efa 100644
--- a/dev-python/matplotlib/matplotlib-2.2.0.ebuild
+++ b/dev-python/matplotlib/matplotlib-2.2.0.ebuild
@@ -18,7 +18,7 @@ SLOT="0"
 # matplotlib/backends/qt4_editor: MIT
 # Fonts: BitstreamVera, OFL-1.1
 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="cairo doc excel examples gtk2 gtk3 latex pyside qt5 test tk wxwidgets"
 
 PY2_FLAGS="|| ( $(python_gen_useflags python2_7) )"

diff --git a/dev-python/matplotlib/matplotlib-2.2.2.ebuild 
b/dev-python/matplotlib/matplotlib-2.2.2.ebuild
index 23939d59739..ab5d6e06efa 100644
--- a/dev-python/matplotlib/matplotlib-2.2.2.ebuild
+++ b/dev-python/matplotlib/matplotlib-2.2.2.ebuild
@@ -18,7 +18,7 @@ SLOT="0"
 # matplotlib/backends/qt4_editor: MIT
 # Fonts: BitstreamVera, OFL-1.1
 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="cairo doc excel examples gtk2 gtk3 latex pyside qt5 test tk wxwidgets"
 
 PY2_FLAGS="|| ( $(python_gen_useflags python2_7) )"



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

2018-03-18 Thread Sergei Trofimovich
commit: 3c20711d04bdf06e02b641b4d6db065e0bd9ff1f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 23:49:47 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 23:49:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c20711d

dev-python/xcffib: keyworded 0.6.0 for ppc, bug #622420

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-python/xcffib/xcffib-0.6.0.ebuild 
b/dev-python/xcffib/xcffib-0.6.0.ebuild
index e71079b5ba8..575cd9b7bf2 100644
--- a/dev-python/xcffib/xcffib-0.6.0.ebuild
+++ b/dev-python/xcffib/xcffib-0.6.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 COMMON_DEPEND="x11-libs/libxcb"



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

2018-03-18 Thread Sergei Trofimovich
commit: 5bcaed2a090b9b16fd5e4cf342a72cd9a742d9b0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 23:49:32 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 23:49:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bcaed2a

dev-python/subprocess32: keyworded 3.2.7 for ppc, bug #622420

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-python/subprocess32/subprocess32-3.2.7.ebuild 
b/dev-python/subprocess32/subprocess32-3.2.7.ebuild
index 80b70d306c5..39e9a5df677 100644
--- a/dev-python/subprocess32/subprocess32-3.2.7.ebuild
+++ b/dev-python/subprocess32/subprocess32-3.2.7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
 IUSE="test"
 
 PATCHES=( "${FILESDIR}"/${P}-sandbox-test-fix.patch )



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

2018-03-18 Thread Sergei Trofimovich
commit: c9a696bad96e4d2eee61d4f869cb27243a833618
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 23:48:55 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 23:48:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a696ba

dev-python/kiwisolver: keyworded 1.0.1 for ppc, bug #622420

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-python/kiwisolver/kiwisolver-1.0.1.ebuild 
b/dev-python/kiwisolver/kiwisolver-1.0.1.ebuild
index 9723c93b6a9..3ac1def1c60 100644
--- a/dev-python/kiwisolver/kiwisolver-1.0.1.ebuild
+++ b/dev-python/kiwisolver/kiwisolver-1.0.1.ebuild
@@ -10,6 +10,6 @@ HOMEPAGE="https://github.com/nucleic/kiwi";
 SRC_URI="https://github.com/nucleic/kiwi/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Clear-BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 S="${WORKDIR}"/kiwi-${PV}



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

2018-03-18 Thread Sergei Trofimovich
commit: e6efdf85a2e6480c742d6c0835682053e79b04e5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 23:32:17 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 23:32:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6efdf85

sys-kernel/dracut: stable 046-r1 for ppc, bug #643808

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 sys-kernel/dracut/dracut-046-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/dracut/dracut-046-r1.ebuild 
b/sys-kernel/dracut/dracut-046-r1.ebuild
index 19dcdd2c1fe..c9eb00c37e5 100644
--- a/sys-kernel/dracut/dracut-046-r1.ebuild
+++ b/sys-kernel/dracut/dracut-046-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://dracut.wiki.kernel.org";
 SRC_URI="mirror://kernel/linux/utils/boot/${PN}/${P}.tar.xz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm ia64 ~mips ppc ~ppc64 sparc x86"
 IUSE="debug selinux"
 
 RESTRICT="test"



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

2018-03-18 Thread Sergei Trofimovich
commit: ff2c7b91695f91aa82e5cba3e10e56086f4ab74f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 23:25:41 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 23:25:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff2c7b91

sys-kernel/gentoo-sources: ia64 stable, bug #518130

Stabilize kernel with ptrace() fix as it fixes boot
for some types fo ia64 machines.

Bug: https://bugs.gentoo.org/579278
Bug: https://bugs.gentoo.org/518130
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-kernel/gentoo-sources/gentoo-sources-4.9.85.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.85.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.85.ebuild
index b3565447bd5..f9ba5bdf0c0 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.9.85.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.85.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-block/open-iscsi/

2018-03-18 Thread Sergei Trofimovich
commit: e9c3156f696821885fa386359622c7df3d1c7eab
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 23:19:18 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 23:19:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c3156f

sys-block/open-iscsi: stable 2.0.875 for ppc, bug #643122

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 sys-block/open-iscsi/open-iscsi-2.0.875.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/open-iscsi/open-iscsi-2.0.875.ebuild 
b/sys-block/open-iscsi/open-iscsi-2.0.875.ebuild
index 1b690bab83e..bd0412e127e 100644
--- a/sys-block/open-iscsi/open-iscsi-2.0.875.ebuild
+++ b/sys-block/open-iscsi/open-iscsi-2.0.875.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ia64 ~mips ppc ~ppc64 ~sparc ~x86"
 IUSE="debug infiniband +tcp rdma"
 
 DEPEND="sys-block/open-isns:=



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

2018-03-18 Thread Sergei Trofimovich
commit: 58342fb7353065ef71191bf602031bb46935def5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 23:19:01 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 23:19:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58342fb7

sys-block/open-isns: stable 0.98 for ppc, bug #643122

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 sys-block/open-isns/open-isns-0.98.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/open-isns/open-isns-0.98.ebuild 
b/sys-block/open-isns/open-isns-0.98.ebuild
index d860a3aa21c..7d5cff35102 100644
--- a/sys-block/open-isns/open-isns-0.98.ebuild
+++ b/sys-block/open-isns/open-isns-0.98.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/open-iscsi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ia64 ~mips ppc ~ppc64 ~sparc ~x86"
 IUSE="debug slp ssl static"
 
 DEPEND="



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

2018-03-18 Thread Jeroen Roovers
commit: 66b1315b113e7d2b365e12cd9069dabd423be69e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Mar 18 23:14:41 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Mar 18 23:14:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b1315b

dev-ruby/rrdtool-bindings: Old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/rrdtool-bindings/Manifest |  2 -
 .../rrdtool-bindings/rrdtool-bindings-1.4.8.ebuild | 46 
 .../rrdtool-bindings/rrdtool-bindings-1.5.5.ebuild | 63 --
 3 files changed, 111 deletions(-)

diff --git a/dev-ruby/rrdtool-bindings/Manifest 
b/dev-ruby/rrdtool-bindings/Manifest
index cfe251c3bea..7941d2a78d6 100644
--- a/dev-ruby/rrdtool-bindings/Manifest
+++ b/dev-ruby/rrdtool-bindings/Manifest
@@ -1,4 +1,2 @@
-DIST rrdtool-1.4.8.tar.gz 1379482 BLAKE2B 
32a12ac87dda70a2d4cde97b435f99e4ac930699d8881076adf44ff64f197f1f14f9f7b1839c0894704bb9e518d5eab411a65eb41eda6a4d9e09b55fc6d288c7
 SHA512 
c525978829508e1db393092c948d8db910554f42e1221acc4064a8f546ceac5d68943f603c6f0ef0e6510bbe5f606cfe6862672145ea1b630cd2b7fd07fa805b
-DIST rrdtool-1.5.5.tar.gz 2187685 BLAKE2B 
eeb887f705ae1ea84e9f84a46243a66c5d1b8756c2996ca6f34ee954095a26dfa4992aa976be9336d62e22c3ba399d69c59f11eeea3c510ffa9d05e2d5b98b21
 SHA512 
07fb0edb5fbc0b491f8a40844d4a914f26c6269b2d07ab91f4d54fdcfeb7899348362044ac632223341f30fc10e6748a59863977496801530f5cdd2d61f0e88c
 DIST rrdtool-1.6.0.tar.gz 2186538 BLAKE2B 
b56ef79b9d45a65cacd7c1d8da2158dcaaff3ebc2ffc0640081cdc2fa3ac643be1ce48a2cac60427a836dc3e457ddb042c95533d0ffbcdefa2978f5659150391
 SHA512 
45a8f16a2bda9d497c5f39de80236adb7a5bd054a14755c4d130f21cd6430bd0a76caef9632994be56fd1ea2364eb218687ea8ebf945a71ca411221c248f3ebd
 DIST rrdtool-1.7.0.tar.gz 2849994 BLAKE2B 
f7a91fa661728850af55356a69b61ea1d4343c79579823e025e0a0757d1dab0d2cda6387197ece20e07f33a657743350cadfaf6504500f13be472d18e8826a3f
 SHA512 
36d979561601135d74622eaf183701de15cba5e25118f7a308926a695ba84ecb33c3d16511bf4bc80cff055853e2eb85065bc4ed8aef19fc0277c6430ecd319f

diff --git a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.4.8.ebuild 
b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.4.8.ebuild
deleted file mode 100644
index 47c535cbaf5..000
--- a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.4.8.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-ng
-
-MY_P=${P/-bindings}
-
-DESCRIPTION="Ruby bindings for rrdtool"
-HOMEPAGE="http://oss.oetiker.ch/rrdtool/";
-SRC_URI="http://oss.oetiker.ch/rrdtool/pub/${MY_P}.tar.gz";
-RUBY_S="$MY_P"/bindings/ruby
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
-
-# Block on older versions of rrdtool that install the bindings themselves.
-# requires rrd_xport which requires rrd_graph
-RDEPEND="${RDEPEND} net-analyzer/rrdtool[graph] 
!!http://oss.oetiker.ch/rrdtool/";
-SRC_URI="http://oss.oetiker.ch/rrdtool/pub/${MY_P}.tar.gz";
-RUBY_S="$MY_P"/bindings/ruby
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~mips ~ppc ppc64 ~s390 ~sh ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
-IUSE="graph test"
-REQUIRED_USE="test? ( graph )"
-
-# Block on older versions of rrdtool that install the bindings themselves.
-# requires rrd_xport which requires rrd_graph
-RDEPEND="
-   ~net-analyzer/rrdtool-${PV}[graph=]
-"
-DEPEND="
-   test? ( ~net-analyzer/rrdtool-${PV}[graph] )
-"
-
-RUBY_PATCHES=(
-   "${FILESDIR}"/${PN}-1.4.8-graph-ruby.patch
-)
-
-each_ruby_configure() {
-   rm ../../src/rrd_config.h || die
-   touch ../../src/rrd_config.h || die
-
-   ${RUBY} extconf.rb \
-   --with-cflags="${CFLAGS} $(usex graph -DHAVE_RRD_GRAPH 
-UHAVE_RRD_GRAPH)" || die
-}
-
-each_ruby_compile() {
-   emake V=1 ABS_TOP_SRCDIR="${PWD}/../.."
-}
-
-each_ruby_test() {
-   if use graph; then
-   ${RUBY} -I. test.rb || die
-   fi
-}
-
-all_ruby_install() {
-   dodoc CHANGES README
-}
-
-each_ruby_install() {
-   DESTDIR=${D} emake install
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/rrdtool/, net-analyzer/rrdtool/files/

2018-03-18 Thread Jeroen Roovers
commit: 55faf214ff973fa7cf0e4995c111f435b1fe6167
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Mar 18 23:13:55 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Mar 18 23:13:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55faf214

net-analyzer/rrdtool: Old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-analyzer/rrdtool/Manifest  |   2 -
 .../rrdtool/files/rrdtool-1.4.7-configure.ac.patch |  21 ---
 .../rrdtool/files/rrdtool-1.5.5-rpn1.output|   3 -
 net-analyzer/rrdtool/rrdtool-1.4.8-r1.ebuild   | 161 --
 net-analyzer/rrdtool/rrdtool-1.5.5-r1.ebuild   | 185 -
 net-analyzer/rrdtool/rrdtool-1.5.5.ebuild  | 176 
 6 files changed, 548 deletions(-)

diff --git a/net-analyzer/rrdtool/Manifest b/net-analyzer/rrdtool/Manifest
index cfe251c3bea..7941d2a78d6 100644
--- a/net-analyzer/rrdtool/Manifest
+++ b/net-analyzer/rrdtool/Manifest
@@ -1,4 +1,2 @@
-DIST rrdtool-1.4.8.tar.gz 1379482 BLAKE2B 
32a12ac87dda70a2d4cde97b435f99e4ac930699d8881076adf44ff64f197f1f14f9f7b1839c0894704bb9e518d5eab411a65eb41eda6a4d9e09b55fc6d288c7
 SHA512 
c525978829508e1db393092c948d8db910554f42e1221acc4064a8f546ceac5d68943f603c6f0ef0e6510bbe5f606cfe6862672145ea1b630cd2b7fd07fa805b
-DIST rrdtool-1.5.5.tar.gz 2187685 BLAKE2B 
eeb887f705ae1ea84e9f84a46243a66c5d1b8756c2996ca6f34ee954095a26dfa4992aa976be9336d62e22c3ba399d69c59f11eeea3c510ffa9d05e2d5b98b21
 SHA512 
07fb0edb5fbc0b491f8a40844d4a914f26c6269b2d07ab91f4d54fdcfeb7899348362044ac632223341f30fc10e6748a59863977496801530f5cdd2d61f0e88c
 DIST rrdtool-1.6.0.tar.gz 2186538 BLAKE2B 
b56ef79b9d45a65cacd7c1d8da2158dcaaff3ebc2ffc0640081cdc2fa3ac643be1ce48a2cac60427a836dc3e457ddb042c95533d0ffbcdefa2978f5659150391
 SHA512 
45a8f16a2bda9d497c5f39de80236adb7a5bd054a14755c4d130f21cd6430bd0a76caef9632994be56fd1ea2364eb218687ea8ebf945a71ca411221c248f3ebd
 DIST rrdtool-1.7.0.tar.gz 2849994 BLAKE2B 
f7a91fa661728850af55356a69b61ea1d4343c79579823e025e0a0757d1dab0d2cda6387197ece20e07f33a657743350cadfaf6504500f13be472d18e8826a3f
 SHA512 
36d979561601135d74622eaf183701de15cba5e25118f7a308926a695ba84ecb33c3d16511bf4bc80cff055853e2eb85065bc4ed8aef19fc0277c6430ecd319f

diff --git a/net-analyzer/rrdtool/files/rrdtool-1.4.7-configure.ac.patch 
b/net-analyzer/rrdtool/files/rrdtool-1.4.7-configure.ac.patch
deleted file mode 100644
index 668adeee13e..000
--- a/net-analyzer/rrdtool/files/rrdtool-1.4.7-configure.ac.patch
+++ /dev/null
@@ -1,21 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -148,7 +148,7 @@
- AC_PROG_CPP
- AC_PROG_CC
- AM_PROG_CC_C_O
--AC_PROG_LIBTOOL
-+LT_INIT
- 
- dnl Try to detect/use GNU features
- CFLAGS="$CFLAGS -D_GNU_SOURCE"
-@@ -204,9 +204,6 @@
- AC_CHECK_FUNC(acos, , AC_CHECK_LIB(m, acos))
- 
- 
--dnl add pic flag in any case this makes sure all our code is relocatable
--eval `./libtool --config | grep pic_flag=` 
--CFLAGS="$CFLAGS $pic_flag"
- 
- 
- dnl Checks for library functions.

diff --git a/net-analyzer/rrdtool/files/rrdtool-1.5.5-rpn1.output 
b/net-analyzer/rrdtool/files/rrdtool-1.5.5-rpn1.output
deleted file mode 100644
index 4a7696dbcf0..000
--- a/net-analyzer/rrdtool/files/rrdtool-1.5.5-rpn1.output
+++ /dev/null
@@ -1,3 +0,0 @@
-print[0] = "30.769231"
-print[1] = "72.00"
-print[2] = "0.00"

diff --git a/net-analyzer/rrdtool/rrdtool-1.4.8-r1.ebuild 
b/net-analyzer/rrdtool/rrdtool-1.4.8-r1.ebuild
deleted file mode 100644
index 0d34b417da7..000
--- a/net-analyzer/rrdtool/rrdtool-1.4.8-r1.ebuild
+++ /dev/null
@@ -1,161 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DISTUTILS_OPTIONAL="true"
-GENTOO_DEPEND_ON_PERL="no"
-PYTHON_COMPAT=( python2_7 )
-inherit eutils distutils-r1 flag-o-matic multilib perl-module autotools
-
-DESCRIPTION="A system to store and display time-series data"
-HOMEPAGE="http://oss.oetiker.ch/rrdtool/";
-SRC_URI="http://oss.oetiker.ch/rrdtool/pub/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
-IUSE="dbi doc +graph lua perl python rrdcgi ruby static-libs tcl tcpd"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-CDEPEND="
-   >=dev-libs/glib-2.28.7:2[static-libs(+)?]
-   >=dev-libs/libxml2-2.7.8:2[static-libs(+)?]
-   dbi? ( dev-db/libdbi[static-libs(+)?] )
-   graph? (
-   >=media-libs/libpng-1.5.10:0=[static-libs(+)?]
-   >=x11-libs/cairo-1.10.2[svg,static-libs(+)?]
-   >=x11-libs/pango-1.28
-   )
-   lua? ( dev-lang/lua:*[deprecated] )
-   perl? ( dev-lang/perl:= )
-   python? ( ${PYTHON_DEPS} )
-   tcl? ( dev-lang/tcl:0= )
-   tcpd? ( sys-apps/tcp-wrappers )
-"
-
-DEPEND="
-   ${CDEPEND}
-   sys-apps/groff
-   virtual/pkgconfig
-   virtual/awk
-"
-RDEPE

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

2018-03-18 Thread Sergei Trofimovich
commit: a4674b6ad71da9ab8e881cc775572ae226bc4788
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 23:04:20 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 23:04:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4674b6a

www-client/links: stable 2.14-r1 for ppc, bug #642512

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 www-client/links/links-2.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/links/links-2.14-r1.ebuild 
b/www-client/links/links-2.14-r1.ebuild
index e22d2563eae..0b1d912a3b1 100644
--- a/www-client/links/links-2.14-r1.ebuild
+++ b/www-client/links/links-2.14-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://${PN}.twibright.com/download/${P}.tar.bz2
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~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 ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~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 ~x64-solaris ~x86-solaris"
 IUSE="bzip2 fbcon gpm ipv6 jpeg libevent libressl livecd lzma ssl suid svga 
tiff unicode X zlib"
 
 GRAPHICS_DEPEND="media-libs/libpng:0="



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

2018-03-18 Thread Sergei Trofimovich
commit: 49903ebfe73dc840575fc255f7ad997bd5bafdd1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 23:01:54 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 23:01:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49903ebf

sys-apps/qingy: stable 1.0.0-r3 for ppc, bug #642510

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 sys-apps/qingy/qingy-1.0.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/qingy/qingy-1.0.0-r3.ebuild 
b/sys-apps/qingy/qingy-1.0.0-r3.ebuild
index d478b600b05..46166334038 100644
--- a/sys-apps/qingy/qingy-1.0.0-r3.ebuild
+++ b/sys-apps/qingy/qingy-1.0.0-r3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="consolekit crypt emacs gpm opensslcrypt pam static X"
 
 RDEPEND="



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

2018-03-18 Thread Sergei Trofimovich
commit: 3a19f4f0473d6db7541b4d4d73370351a3063913
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 22:59:02 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 22:59:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a19f4f0

media-video/mplayer: stable 1.3.0-r4 for ppc, bug #642506

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 media-video/mplayer/mplayer-1.3.0-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/mplayer/mplayer-1.3.0-r4.ebuild 
b/media-video/mplayer/mplayer-1.3.0-r4.ebuild
index d2550372fca..50cd82d2ee4 100644
--- a/media-video/mplayer/mplayer-1.3.0-r4.ebuild
+++ b/media-video/mplayer/mplayer-1.3.0-r4.ebuild
@@ -155,9 +155,9 @@ RDEPEND+="
 SLOT="0"
 LICENSE="GPL-2"
 if [[ ${PV} != ** ]]; then
-   KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 else
-   KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 x86"
+   KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ~ppc64 x86"
 fi
 
 # faac codecs are nonfree



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

2018-03-18 Thread Sergei Trofimovich
commit: f5077ab74698a395f3d9ae4ab3c58791559f1c87
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 22:52:33 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 22:52:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5077ab7

media-libs/xine-lib: stable 1.2.9-r1 for ppc, bug #642500

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 media-libs/xine-lib/xine-lib-1.2.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/xine-lib/xine-lib-1.2.9-r1.ebuild 
b/media-libs/xine-lib/xine-lib-1.2.9-r1.ebuild
index 0f29cf20ff7..9e220e33df8 100644
--- a/media-libs/xine-lib/xine-lib-1.2.9-r1.ebuild
+++ b/media-libs/xine-lib/xine-lib-1.2.9-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == ** ]]; then
NLS_DEPEND="sys-devel/gettext"
NLS_RDEPEND="virtual/libintl"
 else
-   KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
+   KEYWORDS="amd64 ~arm64 ~hppa ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd"
SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
NLS_IUSE="nls"
NLS_DEPEND="nls? ( sys-devel/gettext )"



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

2018-03-18 Thread Sergei Trofimovich
commit: c5e111c85132cf8228403d7134b2321498482ee6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 22:45:38 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 22:45:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e111c8

dev-libs/dotconf: stable 1.3-r1 for ppc, bug #642274

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 dev-libs/dotconf/dotconf-1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/dotconf/dotconf-1.3-r1.ebuild 
b/dev-libs/dotconf/dotconf-1.3-r1.ebuild
index 323b5741c9f..7ac9cb9852b 100644
--- a/dev-libs/dotconf/dotconf-1.3-r1.ebuild
+++ b/dev-libs/dotconf/dotconf-1.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 DEPEND=">=sys-devel/autoconf-2.58"



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

2018-03-18 Thread Ulrich Müller
commit: c99988e3944d266b115fad17780639528a792601
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Mar 18 22:40:38 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Mar 18 22:41:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99988e3

app-editors/emact: Install in ED rather than D.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-editors/emact/emact-2.58.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/emact/emact-2.58.0.ebuild 
b/app-editors/emact/emact-2.58.0.ebuild
index b5c97fa..8d8b17864cc 100644
--- a/app-editors/emact/emact-2.58.0.ebuild
+++ b/app-editors/emact/emact-2.58.0.ebuild
@@ -21,6 +21,6 @@ src_configure() {
 }
 
 src_install() {
-   emake INSTALL="${D}"/usr install
+   emake INSTALL="${ED%/}"/usr install
#dodoc README
 }



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

2018-03-18 Thread Mike Pagano
commit: 26a2d99d3523d85c3e14e85fa003eb564f31662a
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Mar 18 22:38:58 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Mar 18 22:39:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a2d99d

sys-kernel/gentoo-sources: Linux patch 4.9.88

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 4d2d6877180..bb37cadd049 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -172,6 +172,9 @@ DIST genpatches-4.9-89.extras.tar.xz 17352 BLAKE2B 
492b2c9d3b5865b15e6be00e419d7
 DIST genpatches-4.9-90.base.tar.xz 1660088 BLAKE2B 
f8149c631938301b133ec97ac2ce6342c4eec8214b362a775fc6adb4f5d7baf67ff07bb94a6de4089deecdd57dbedc47a7ba94be2d02d2ef943f6ce44fa46a6c
 SHA512 
720b45fed5d5f8374947789495086115bca9d0459ea3af745da567000a3de02562b9566f571b0251baab3cadda36372dad1357d7d8a198cd5bd95a304f56
 DIST genpatches-4.9-90.experimental.tar.xz 106404 BLAKE2B 
cdb2003891ad215d84c770638ab21f1ab343ec594744f3b69a129318b7766e88452dd98bdfc9d9d716f4b1301c861354da6b4fcb9ce70f22a72cdd0769fc5281
 SHA512 
ab83178e9fac2ad3118ce7d08c37024f7452a113bcc98b783d038e4b31cc1773e93ff3e9d730a62ffd22db5a6c3ce9708d63acf55ea4fbc61ddccb5e70731248
 DIST genpatches-4.9-90.extras.tar.xz 17356 BLAKE2B 
f55389b1a34c0cc5e90d534130dfd502117edcc43e1d00e2a359f173fa7be613dd8bafe6d9922ea22652fe43e40803d86e9f103df6453a32a0e2862d3c546792
 SHA512 
04b6ef6224bf37e908efbc6ac2a6b12f20306b69ea87380da6a5858752c4409e49ae07cb334ebe18ecbc2ad46a9e1f7b480b2ca07f7ba5fdae5f4a99b7562996
+DIST genpatches-4.9-91.base.tar.xz 1680432 BLAKE2B 
b064368d0950708ba7e0ce80b272e1084c86e4699518affd02c95ed32ec1edbb60f79bd8f312f2c6c29f946a4febe7191b800f25a6bfb81a1bdd43829bbdf93e
 SHA512 
84c0e5bce96d1c1579c93f2113b0e70fab7a288d547c52cbce828c17be2a6dc6cf0e8153e1d1a1ea1cbed12d71d965ed4a25387c48ff74db58e493cbc1b44575
+DIST genpatches-4.9-91.experimental.tar.xz 106388 BLAKE2B 
8cbe9c141a9b83b51e22ec6554be31130ae8cc24e21ffaf4ba90ed7a961df547dd6c7108c06330cbf7bd5b43fb03b5af02bbe7ad15cbe8b2d248f4b8c6bc2247
 SHA512 
c83a8605d1907970ef24458e9269ca616535470db3933de5a1c2d33658be199e78a7dd94abe44e36236761065b037ddfcce66a2943a429f2ed941916144f7a75
+DIST genpatches-4.9-91.extras.tar.xz 17352 BLAKE2B 
cebd73ce2ff0719364f33fdc2a57a7c0cd852a6d0c69fa167db1c91e4e3026e9b54c6e5174facc26defd3dc790cb2dfda1a10ca3cf4fe9d352eb57e9d62f23cb
 SHA512 
a9383a591c30ad47ab4515a5756650f05786d791f6cdf45fd266b6bedd4a66a2e2bba3e85c49a7b56c0d8537fd464aabe5218ec7f9419d2a6fff8ef13a6c1459
 DIST linux-4.1.tar.xz 83017828 BLAKE2B 
d1dc4e458db191f16306b3d2d7eb60ef5e04307406c769cccdd88beb407f8de228ab1f095a44d6e992b06d01cd896fda31dec1cdf16667f4ca0b628da594aee3
 SHA512 
168ef84a4e67619f9f53f3574e438542a5747f9b43443363cb83597fcdac9f40d201625c66e375a23226745eaada9176eb006ca023613cec089349e91751f3c0
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.15.tar.xz 102181404 BLAKE2B 
5fd831356c2174d2779ab31033caec6929b2f47857f0bb82ef43ad1140c639d0dc5553e64d062f67486eeff780d5df8d971051fd5a626b51bed170067fea11e0
 SHA512 
c00d92659df815a53dcac7dde145b742b1f20867d380c07cb09ddb3295d6ff10f8931b21ef0b09d7156923a3957b39d74d87c883300173b2e20690d2b4ec35ea

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



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

2018-03-18 Thread Sergei Trofimovich
commit: 497be909be17cfcb45b71716024fb31ed1e8342d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 22:38:33 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 22:38:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=497be909

dev-util/cucumber: stable 2.4.0-r1 for ppc64, bug #636568

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 dev-util/cucumber/cucumber-2.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber/cucumber-2.4.0-r1.ebuild 
b/dev-util/cucumber/cucumber-2.4.0-r1.ebuild
index fd2b2e7bbc0..8db0b6276ea 100644
--- a/dev-util/cucumber/cucumber-2.4.0-r1.ebuild
+++ b/dev-util/cucumber/cucumber-2.4.0-r1.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="Executable feature scenarios"
 HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis";
 LICENSE="Ruby"
 
-KEYWORDS="amd64 arm ~arm64 ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ia64 ppc ppc64 sparc x86"
 SLOT="0"
 IUSE="examples test"
 



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

2018-03-18 Thread Sergei Trofimovich
commit: 5bceac93dd5e6e72528b19010e3c2ccde1f37240
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 22:37:30 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 22:37:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bceac93

dev-ruby/gherkin: stable 4.1.3 for ppc64, bug #636568

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 dev-ruby/gherkin/gherkin-4.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/gherkin/gherkin-4.1.3.ebuild 
b/dev-ruby/gherkin/gherkin-4.1.3.ebuild
index 39e92080f8a..4376c615b73 100644
--- a/dev-ruby/gherkin/gherkin-4.1.3.ebuild
+++ b/dev-ruby/gherkin/gherkin-4.1.3.ebuild
@@ -19,6 +19,6 @@ DESCRIPTION="Fast Gherkin lexer and parser"
 HOMEPAGE="https://github.com/cucumber/gherkin";
 LICENSE="MIT"
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
 SLOT="4"
 IUSE=""



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

2018-03-18 Thread Sergei Trofimovich
commit: aa5d085c721949f6b759857484bfc3e888701333
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 22:37:54 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 22:37:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5d085c

dev-util/cucumber-core: stable 1.5.0 for ppc64, bug #636568

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 dev-util/cucumber-core/cucumber-core-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-core/cucumber-core-1.5.0.ebuild 
b/dev-util/cucumber-core/cucumber-core-1.5.0.ebuild
index 150e89c907a..fbde874c740 100644
--- a/dev-util/cucumber-core/cucumber-core-1.5.0.ebuild
+++ b/dev-util/cucumber-core/cucumber-core-1.5.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Executable feature scenarios"
 HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis";
 LICENSE="Ruby"
 
-KEYWORDS="amd64 arm ~arm64 ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ia64 ppc ppc64 sparc x86"
 SLOT="0"
 IUSE="test"
 



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

2018-03-18 Thread Sergei Trofimovich
commit: 67388d4c96386785e1928b4ddc58cb0b2ba97d2f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 22:37:35 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 22:37:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67388d4c

dev-ruby/mime-types: stable 2.99.2 for ppc64, bug #636568

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 dev-ruby/mime-types/mime-types-2.99.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mime-types/mime-types-2.99.2.ebuild 
b/dev-ruby/mime-types/mime-types-2.99.2.ebuild
index 72313540ffa..36a3c3ff0c9 100644
--- a/dev-ruby/mime-types/mime-types-2.99.2.ebuild
+++ b/dev-ruby/mime-types/mime-types-2.99.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/mime-types/ruby-mime-types";
 
 LICENSE="MIT Artistic GPL-2"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"



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

2018-03-18 Thread Sergei Trofimovich
commit: cc11e48d08d7e8228891e499edc2b76b6badb3cc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 22:37:46 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 22:37:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc11e48d

dev-util/aruba: stable 0.6.2-r1 for ppc64, bug #636568

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 dev-util/aruba/aruba-0.6.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/aruba/aruba-0.6.2-r1.ebuild 
b/dev-util/aruba/aruba-0.6.2-r1.ebuild
index 3bf7a0876fe..a90f5606770 100644
--- a/dev-util/aruba/aruba-0.6.2-r1.ebuild
+++ b/dev-util/aruba/aruba-0.6.2-r1.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Cucumber steps for driving out command line 
applications"
 HOMEPAGE="https://github.com/cucumber/aruba";
 LICENSE="MIT"
 
-KEYWORDS="amd64 arm ~arm64 ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ia64 ppc ppc64 sparc x86"
 SLOT="0"
 IUSE=""
 



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

2018-03-18 Thread Sergei Trofimovich
commit: 0fb714b8ed8e0f0ecfeb3e4aa1260a0fa82a94e0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 22:37:58 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 22:37:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb714b8

dev-util/cucumber-wire: stable 0.0.1 for ppc64, bug #636568

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 dev-util/cucumber-wire/cucumber-wire-0.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-wire/cucumber-wire-0.0.1.ebuild 
b/dev-util/cucumber-wire/cucumber-wire-0.0.1.ebuild
index d0463744fd5..396115a717f 100644
--- a/dev-util/cucumber-wire/cucumber-wire-0.0.1.ebuild
+++ b/dev-util/cucumber-wire/cucumber-wire-0.0.1.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Executable feature scenarios"
 HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis";
 LICENSE="Ruby"
 
-KEYWORDS="amd64 arm ~arm64 ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ia64 ppc ppc64 sparc x86"
 SLOT="0"
 IUSE="test"
 



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

2018-03-18 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Mar 18 22:24:33 2018 +

New tag: 4.9-91




[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-fuzzy/, dev-lisp/rsm-fuzzy/files/

2018-03-18 Thread José María Alonso
commit: ee99ee48c0da553b3743970bab5045014f53a54b
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:24:10 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:24:10 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ee99ee48

dev-lisp/rsm-fuzzy: Drops package

 .../rsm-fuzzy/files/1.4-gentoo-format-args.patch   | 13 -
 dev-lisp/rsm-fuzzy/rsm-fuzzy-1.4.ebuild| 34 --
 2 files changed, 47 deletions(-)

diff --git a/dev-lisp/rsm-fuzzy/files/1.4-gentoo-format-args.patch 
b/dev-lisp/rsm-fuzzy/files/1.4-gentoo-format-args.patch
deleted file mode 100644
index 7c88a40d..
--- a/dev-lisp/rsm-fuzzy/files/1.4-gentoo-format-args.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -u cl-rsm-fuzzy-1.2.orig/check.lisp cl-rsm-fuzzy-1.2/check.lisp
 cl-rsm-fuzzy.orig/check.lisp   2003-09-11 12:29:29.0 -0500
-+++ cl-rsm-fuzzy/check.lisp2004-08-06 11:27:33.632557472 -0500
-@@ -31,7 +31,7 @@
-   (unless (and (>= y 0.0)
-(<= y 1.0))
- (return (values nil (format nil "~s has a y coordinate that is 
--not in the range [0,1]."))
-+not in the range [0,1]." func-spec))
-   pairs)))
- 
- (defun check-special-func (func-spec)
-Common subdirectories: cl-rsm-fuzzy-1.2.orig/debian and cl-rsm-fuzzy-1.2/debian

diff --git a/dev-lisp/rsm-fuzzy/rsm-fuzzy-1.4.ebuild 
b/dev-lisp/rsm-fuzzy/rsm-fuzzy-1.4.ebuild
deleted file mode 100644
index 82d517b9..
--- a/dev-lisp/rsm-fuzzy/rsm-fuzzy-1.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="R. Scott McIntire's Common Lisp Fuzzy Logic Library"
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-fuzzy";
-SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}"
-
-S="${WORKDIR}"/cl-${PN}
-
-src_unpack() {
-   unpack ${A}
-}
-
-src_prepare() {
-   eapply "${FILESDIR}"/${PV}-gentoo-format-args.patch
-   eapply_user
-}
-
-src_install() {
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   dohtml ${PN}.html
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-mod/

2018-03-18 Thread José María Alonso
commit: 812feeff9b828fbc5fcc0cca6f6bcf2d815611b4
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:24:10 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:24:10 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=812feeff

dev-lisp/rsm-mod: Drops package

 dev-lisp/rsm-mod/rsm-mod-1.4.ebuild | 25 -
 1 file changed, 25 deletions(-)

diff --git a/dev-lisp/rsm-mod/rsm-mod-1.4.ebuild 
b/dev-lisp/rsm-mod/rsm-mod-1.4.ebuild
deleted file mode 100644
index a6d018a4..
--- a/dev-lisp/rsm-mod/rsm-mod-1.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="R. Scott McIntire's Common Lisp Modular Arithmetic Library"
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-mod";
-SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}"
-
-S="${WORKDIR}"/cl-${PN}
-
-src_install() {
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   dohtml ${PN}.html
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-rand/

2018-03-18 Thread José María Alonso
commit: f192f259a47d0592b0f1cf2d75764d100a32aaf3
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:24:10 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:24:10 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f192f259

dev-lisp/rsm-rand: Drops package

 dev-lisp/rsm-rand/rsm-rand-1.4.ebuild | 25 -
 1 file changed, 25 deletions(-)

diff --git a/dev-lisp/rsm-rand/rsm-rand-1.4.ebuild 
b/dev-lisp/rsm-rand/rsm-rand-1.4.ebuild
deleted file mode 100644
index 4c381305..
--- a/dev-lisp/rsm-rand/rsm-rand-1.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="R. Scott McIntire's Common Lisp Discrete Random Number Library"
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-rand";
-SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV/_beta/b}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}"
-
-S="${WORKDIR}"/cl-${PN}
-
-src_install() {
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   dohtml ${PN}.html
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-finance/

2018-03-18 Thread José María Alonso
commit: 0d7f5aaafd8cb992665ff37e8f98a7f5cd5944c0
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:24:10 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:24:10 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0d7f5aaa

dev-lisp/rsm-finance: Drops package

 dev-lisp/rsm-finance/rsm-finance-1.3.ebuild | 25 -
 1 file changed, 25 deletions(-)

diff --git a/dev-lisp/rsm-finance/rsm-finance-1.3.ebuild 
b/dev-lisp/rsm-finance/rsm-finance-1.3.ebuild
deleted file mode 100644
index c8df1866..
--- a/dev-lisp/rsm-finance/rsm-finance-1.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="R. Scott McIntire's Common Lisp Finance Library."
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-finance";
-SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}"
-
-S="${WORKDIR}"/cl-${PN}
-
-src_install() {
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   dohtml ${PN}.html
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-queue/, dev-lisp/rsm-queue/files/

2018-03-18 Thread José María Alonso
commit: 2f371bbb298f103a764c2eeefc4ef4f77b0036b6
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:24:10 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:24:10 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2f371bbb

dev-lisp/rsm-queue: Drops package

 .../rsm-queue/files/gentoo-1.1c-fix-ftype.patch| 12 
 dev-lisp/rsm-queue/rsm-queue-1.1c.ebuild   | 34 --
 2 files changed, 46 deletions(-)

diff --git a/dev-lisp/rsm-queue/files/gentoo-1.1c-fix-ftype.patch 
b/dev-lisp/rsm-queue/files/gentoo-1.1c-fix-ftype.patch
deleted file mode 100644
index 061b2359..
--- a/dev-lisp/rsm-queue/files/gentoo-1.1c-fix-ftype.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur cl-rsm-queue.orig/queue.lisp cl-rsm-queue/queue.lisp
 cl-rsm-queue.orig/queue.lisp   2003-10-20 19:32:15.0 +0200
-+++ cl-rsm-queue/queue.lisp2008-12-16 00:26:42.0 +0100
-@@ -47,7 +47,7 @@
- que))
- 
- 
--(declaim (ftype (function () list) create))
-+(declaim (ftype (function (&optional t) list) create))
- 
- (defun create (&optional obj)
-   "Create a queue. If  is non nil queue it up. In order to create a queue

diff --git a/dev-lisp/rsm-queue/rsm-queue-1.1c.ebuild 
b/dev-lisp/rsm-queue/rsm-queue-1.1c.ebuild
deleted file mode 100644
index 5b9dbea0..
--- a/dev-lisp/rsm-queue/rsm-queue-1.1c.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 eutils
-
-DESCRIPTION="R. Scott McIntire's Common Lisp queue library."
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-queue";
-SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}"
-
-S="${WORKDIR}"/cl-${PN}
-
-src_unpack() {
-   unpack ${A}
-}
-
-src_prepare() {
-   eapply "${FILESDIR}"/gentoo-1.1c-fix-ftype.patch
-   eapply_user
-}
-
-src_install() {
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   dohtml ${PN}.html
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-random/

2018-03-18 Thread José María Alonso
commit: 212ba8c6bdd82428f8f42c4528c472f462c2af2b
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:24:10 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:24:10 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=212ba8c6

dev-lisp/rsm-random: Drops package

 dev-lisp/rsm-random/rsm-random-1.4.ebuild | 32 ---
 1 file changed, 32 deletions(-)

diff --git a/dev-lisp/rsm-random/rsm-random-1.4.ebuild 
b/dev-lisp/rsm-random/rsm-random-1.4.ebuild
deleted file mode 100644
index b3bc6fd9..
--- a/dev-lisp/rsm-random/rsm-random-1.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="R. Scott McIntire's Common Lisp Random Number Library."
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-random";
-SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-   dev-lisp/uffi"
-
-S="${WORKDIR}"/cl-${P}
-
-src_compile() {
-   make linux || die "Cannot compile FFI glue"
-}
-
-src_install() {
-   exeinto /usr/$(get_libdir)/${PN}
-   doexe random.so
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   dohtml ${PN}.html ob01.jpg
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-string/files/, dev-lisp/rsm-string/

2018-03-18 Thread José María Alonso
commit: 056c3a139fe168b5461dbbc112dff68c215bd019
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:24:10 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:24:10 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=056c3a13

dev-lisp/rsm-string: Drops package

 .../rsm-string/files/1.6-gentoo-fix-ftype.patch| 23 --
 dev-lisp/rsm-string/rsm-string-1.6.ebuild  | 35 --
 2 files changed, 58 deletions(-)

diff --git a/dev-lisp/rsm-string/files/1.6-gentoo-fix-ftype.patch 
b/dev-lisp/rsm-string/files/1.6-gentoo-fix-ftype.patch
deleted file mode 100644
index c5b582d4..
--- a/dev-lisp/rsm-string/files/1.6-gentoo-fix-ftype.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -Naur cl-rsm-string.orig/string.lisp cl-rsm-string/string.lisp
 cl-rsm-string.orig/string.lisp 2006-07-14 23:03:56.0 +0200
-+++ cl-rsm-string/string.lisp  2008-12-16 01:48:55.0 +0100
-@@ -75,8 +75,8 @@
-  (concatenate 'string s1 join-string s2)) str-list
- 
- 
--(declaim (ftype (function ((list string) (list string) 
-- &key (function t)) list)
-+(declaim (ftype (function ((or list string) (or list string)
-+   &key (function t)) list)
- contains))
- 
- (defun contains (str-list elem-list &key (contain-meaning #'some))
-@@ -92,7 +92,7 @@
-   collect str))
- 
- 
--(declaim (ftype (function (list string &key (:unique t)) list)
-+(declaim (ftype (function (list list &key (:unique t)) list)
- does-not-contain))
- 
- (defun does-not-contain (str-list str-elems &key (unique nil))

diff --git a/dev-lisp/rsm-string/rsm-string-1.6.ebuild 
b/dev-lisp/rsm-string/rsm-string-1.6.ebuild
deleted file mode 100644
index 8c65b773..
--- a/dev-lisp/rsm-string/rsm-string-1.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="R. Scott McIntire's Common Lisp String Library"
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-string";
-SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV/_beta/b}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}"
-
-S="${WORKDIR}"/cl-${PN}
-
-src_unpack() {
-   unpack ${A}
-}
-
-src_prepare() {
-   eapply "${FILESDIR}"/${PV}-gentoo-fix-ftype.patch
-   eapply_user
-
-}
-
-src_install() {
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   dohtml ${PN}.html
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-mpoly/

2018-03-18 Thread José María Alonso
commit: 3c01df81be96b9745f1fdc5aaf906fcab7f0b524
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:24:10 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:24:10 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3c01df81

dev-lisp/rsm-mpoly: Drops package

 dev-lisp/rsm-mpoly/rsm-mpoly-1.3.ebuild | 26 --
 1 file changed, 26 deletions(-)

diff --git a/dev-lisp/rsm-mpoly/rsm-mpoly-1.3.ebuild 
b/dev-lisp/rsm-mpoly/rsm-mpoly-1.3.ebuild
deleted file mode 100644
index 6cd4cedd..
--- a/dev-lisp/rsm-mpoly/rsm-mpoly-1.3.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
-
-inherit common-lisp-3
-
-DESCRIPTION="R. Scott McIntire's Common Lisp Multivariate Polynomial Library."
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-mpoly";
-SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-   dev-lisp/rsm-filter"
-
-S="${WORKDIR}"/cl-${PN}
-
-src_install() {
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   dohtml ${PN}.html
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-modal/, dev-lisp/rsm-modal/files/

2018-03-18 Thread José María Alonso
commit: e608f233f78ef2447afcdf819bf39631d041944d
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:24:10 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:24:10 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e608f233

dev-lisp/rsm-modal: Drops package

 .../files/1.2-gentoo-fix-defconstant.patch | 19 
 dev-lisp/rsm-modal/rsm-modal-1.2.ebuild| 35 --
 2 files changed, 54 deletions(-)

diff --git a/dev-lisp/rsm-modal/files/1.2-gentoo-fix-defconstant.patch 
b/dev-lisp/rsm-modal/files/1.2-gentoo-fix-defconstant.patch
deleted file mode 100644
index c515cdb1..
--- a/dev-lisp/rsm-modal/files/1.2-gentoo-fix-defconstant.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -Naur cl-rsm-modal.orig/modal.lisp cl-rsm-modal/modal.lisp
 cl-rsm-modal.orig/modal.lisp   2003-09-11 18:40:26.0 +0200
-+++ cl-rsm-modal/modal.lisp2008-12-16 01:36:17.0 +0100
-@@ -34,10 +34,11 @@
- (make-hash-table :test #'equalp)
-   "Stores modal systems by name.")
- 
--(defconstant +primitive-truth-function+
--#'(lambda (world prop)
--(declare (ignore world prop))
--nil)
-+(defun always-false (world prop)
-+  (declare (ignore world prop))
-+  nil)
-+
-+(defconstant +primitive-truth-function+ 'always-false
-   "The default function to compute the default value of 
- a proposition in a given world."
-   )

diff --git a/dev-lisp/rsm-modal/rsm-modal-1.2.ebuild 
b/dev-lisp/rsm-modal/rsm-modal-1.2.ebuild
deleted file mode 100644
index d2b67085..
--- a/dev-lisp/rsm-modal/rsm-modal-1.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="R. Scott McIntire's Common Lisp Modal Logic Library."
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-modal";
-SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-   dev-lisp/cl-plus"
-
-S="${WORKDIR}"/cl-${PN}
-
-src_unpack() {
-   unpack ${A}
-}
-
-src_prepare() {
-   eapply "${FILESDIR}"/${PV}-gentoo-fix-defconstant.patch
-   eapply_user
-}
-
-src_install() {
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   dohtml ${PN}.html
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-gen-prog/

2018-03-18 Thread José María Alonso
commit: 0afbfe4ebb1bbf61d05df4361014c3bd084121e8
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:24:10 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:24:10 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0afbfe4e

dev-lisp/rsm-gen-prog: Drops package

 dev-lisp/rsm-gen-prog/rsm-gen-prog-1.2.ebuild | 28 ---
 1 file changed, 28 deletions(-)

diff --git a/dev-lisp/rsm-gen-prog/rsm-gen-prog-1.2.ebuild 
b/dev-lisp/rsm-gen-prog/rsm-gen-prog-1.2.ebuild
deleted file mode 100644
index 54296111..
--- a/dev-lisp/rsm-gen-prog/rsm-gen-prog-1.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="R. Scott McIntire's Common Lisp Genetic Programming Library."
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-gen-prog";
-SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-   dev-lisp/rsm-filter
-   dev-lisp/rsm-cache
-   dev-lisp/rsm-random"
-
-S="${WORKDIR}"/cl-${PN}
-
-src_install() {
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   dohtml ${PN}.html
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-delayed/

2018-03-18 Thread José María Alonso
commit: ebbbc7b6d7c005e30d83a0257cffba0423dcce50
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:24:10 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:24:10 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ebbbc7b6

dev-lisp/rsm-delayed: Drops package

 dev-lisp/rsm-delayed/rsm-delayed-1.2.ebuild | 27 ---
 1 file changed, 27 deletions(-)

diff --git a/dev-lisp/rsm-delayed/rsm-delayed-1.2.ebuild 
b/dev-lisp/rsm-delayed/rsm-delayed-1.2.ebuild
deleted file mode 100644
index 81e8355d..
--- a/dev-lisp/rsm-delayed/rsm-delayed-1.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=6
-
-inherit common-lisp-3
-
-DESCRIPTION="R. Scott McIntire's Common Lisp Delayed Library."
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-delayed";
-SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-   dev-lisp/rsm-queue
-   dev-lisp/rsm-filter"
-
-S="${WORKDIR}"/cl-${PN}
-
-src_install() {
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   dohtml ${PN}.html
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-memo/

2018-03-18 Thread José María Alonso
commit: 1770494d6730ad4502a986c501e879efa89256bd
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:24:10 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:24:10 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1770494d

dev-lisp/rsm-memo: Drops package

 dev-lisp/rsm-memo/rsm-memo-1.1.3.ebuild | 25 -
 1 file changed, 25 deletions(-)

diff --git a/dev-lisp/rsm-memo/rsm-memo-1.1.3.ebuild 
b/dev-lisp/rsm-memo/rsm-memo-1.1.3.ebuild
deleted file mode 100644
index a7641357..
--- a/dev-lisp/rsm-memo/rsm-memo-1.1.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="R. Scott McIntire's Common Lisp Memoization Library."
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-memo";
-SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}"
-
-S="${WORKDIR}"/cl-${PN}
-
-src_install() {
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   dohtml ${PN}.html
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-genetic-alg/

2018-03-18 Thread José María Alonso
commit: 1ae5cc2724aa0ece98468b6d7277a0344d5e900e
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:24:10 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:24:10 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1ae5cc27

dev-lisp/rsm-genetic-alg: Drops package

 .../rsm-genetic-alg/rsm-genetic-alg-1.2.ebuild | 26 --
 1 file changed, 26 deletions(-)

diff --git a/dev-lisp/rsm-genetic-alg/rsm-genetic-alg-1.2.ebuild 
b/dev-lisp/rsm-genetic-alg/rsm-genetic-alg-1.2.ebuild
deleted file mode 100644
index 0e4dbe4a..
--- a/dev-lisp/rsm-genetic-alg/rsm-genetic-alg-1.2.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
-
-inherit common-lisp-3
-
-DESCRIPTION="R. Scott McIntire's Common Lisp Genetic Algorithm Library."
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-genetic-alg";
-SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-   dev-lisp/rsm-cache"
-
-S="${WORKDIR}"/cl-${PN}
-
-src_install() {
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   dohtml ${PN}.html
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-bool-comp/files/, dev-lisp/rsm-bool-comp/

2018-03-18 Thread José María Alonso
commit: cd82b84a385ab32f1ac500b3c8c721e130c16ce9
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:24:10 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:24:10 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cd82b84a

dev-lisp/rsm-bool-comp: Drops package

 .../files/1.2-gentoo-fix-type-declarations.patch   | 473 -
 dev-lisp/rsm-bool-comp/rsm-bool-comp-1.2.ebuild|  36 --
 2 files changed, 509 deletions(-)

diff --git 
a/dev-lisp/rsm-bool-comp/files/1.2-gentoo-fix-type-declarations.patch 
b/dev-lisp/rsm-bool-comp/files/1.2-gentoo-fix-type-declarations.patch
deleted file mode 100644
index 39582492..
--- a/dev-lisp/rsm-bool-comp/files/1.2-gentoo-fix-type-declarations.patch
+++ /dev/null
@@ -1,473 +0,0 @@
-diff -ur cl-rsm-bool-comp-1.0.orig/bool-comp.lisp 
cl-rsm-bool-comp-1.0/bool-comp.lisp
 cl-rsm-bool-comp.orig/bool-comp.lisp   2003-09-11 11:40:46.0 
-0500
-+++ cl-rsm-bool-comp/bool-comp.lisp2003-10-26 17:48:50.0 -0600
-@@ -151,7 +151,7 @@
- has all entries set to K.
- Returns t if at least one entry differs from K; otherwise nil."
-   (declare (type fixnum size)
--   (type vector (unsigned-byte 2) term))
-+   (type (vector (unsigned-byte 2) *) term))
-   (do ((i 0 (1+ i)))
-   ((= i size) nil)
- (declare (type fixnum i))
-@@ -164,7 +164,7 @@
-   (let* ((len (term-length args))
-  (term (make-array len :initial-element e 
-:element-type '(unsigned-byte 2
--(declare (type vector (unsigned-byte 2) term)
-+(declare (type (vector (unsigned-byte 2) *) term)
-  (type fixnum len))
- (do ((i 0 (1+ i))
-  (cur args (cdr cur)))
-@@ -176,10 +176,10 @@
- 
- (defun copy-term (term len)
-   "Copy a term."
--  (declare (type vector (unsigned-byte 2) term)
-+  (declare (type (vector (unsigned-byte 2) *) term)
-(type fixnum len))
-   (let ((new-term (make-identity-term len)))
--(declare (type vector (unsigned-byte 2) new-term))
-+(declare (type (vector (unsigned-byte 2) *) new-term))
- (do ((i 0 (1+ i)))
- ((= i len) new-term)
-   (declare (type fixnum i))
-@@ -189,18 +189,18 @@
- 
- (defun invert-term (term)
-   "Finds the logical negation of a term."
--  (declare (type vector (unsigned-byte 2) term))
-+  (declare (type (vector (unsigned-byte 2) *) term))
-   (let ((len (term-length term))
- (temp-term nil)
- (result nil))
--(declare (type vector (unsigned-byte 2) temp-term)
-+(declare (type (vector (unsigned-byte 2) *) temp-term)
-  (type fixnum len))
- (do ((i 0 (1+ i))
-  (new-term (make-identity-term (term-length term
- ((= len i) result)
-   (declare (type fixnum i)
--   (type vector (unsigned-byte 2) new-term)
--   (type vector (unsigned-byte 2) temp-term))
-+   (type (vector (unsigned-byte 2) *) new-term)
-+   (type (vector (unsigned-byte 2) *) temp-term))
-   (case (term-ref term i)
- (#.h (setf temp-term (copy-term new-term len))
-  (term-set new-term i h)
-@@ -215,13 +215,13 @@
- (defun term-mult (t1 t2 size)
-   "Takes the logical AND of two terms of the same size.
- Assumes both terms are of size ."
--  (declare (type vector (unsigned-byte 2) t1)
--   (type vector (unsigned-byte 2) t2)
-+  (declare (type (vector (unsigned-byte 2) *) t1)
-+   (type (vector (unsigned-byte 2) *) t2)
-(type fixnum size))
-   (let ((prod (make-identity-term size))
- val
- t2-cur)
--(declare (type vector (unsigned-byte 2) prod)
-+(declare (type (vector (unsigned-byte 2) *) prod)
-  (type (unsigned-byte 2) val)
-  (type (unsigned-byte 2) t2-cur))
- (do ((i 0 (1+ i)))
-@@ -244,7 +244,7 @@
- (defun term-list-mult (t1 tl2 t-len)
-   "Creates a new list by doing a term-wise AND of  with .
- Assumes  and each member of  have size ."
--  (declare (type vector (unsigned-byte 2) t1))
-+  (declare (type (vector (unsigned-byte 2) *) t1))
-   (if (or (null t1) (null tl2)) 
- (error "term-list-mult: null list")
- (progn
-@@ -253,7 +253,7 @@
- (prod nil))
- (do ((curj tl2 (cdr curj)))
- ((null curj) (or result zero-term))
--  (declare (type vector (unsigned-byte 2) prod))
-+  (declare (type (vector (unsigned-byte 2) *) prod))
-   (setf prod (term-mult t1 (car curj) t-len))
-   (when (not (is-zero-term prod)) (push prod result)))
- 
-@@ -268,13 +268,13 @@
- (result nil))
- (do ((curi tl1 (cdr curi)))
- ((null curi) (or result zero-term))
--  (declare (type vector (unsigned-byte 2) t1-item)
--   (type vector (unsigned-byte 2) prod))
-+  (declare (type (vector (unsigned-byte 2) *) t1-item)
-+   (type (vector (unsigned-byte 2) *) prod))
-   

[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-cache/

2018-03-18 Thread José María Alonso
commit: 75a6245eb9e0d476bc33ad072e536414a7677058
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:24:10 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:24:10 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=75a6245e

dev-lisp/rsm-cache: Drops package

 dev-lisp/rsm-cache/rsm-cache-1.1_beta3.ebuild | 26 --
 1 file changed, 26 deletions(-)

diff --git a/dev-lisp/rsm-cache/rsm-cache-1.1_beta3.ebuild 
b/dev-lisp/rsm-cache/rsm-cache-1.1_beta3.ebuild
deleted file mode 100644
index 288b02de..
--- a/dev-lisp/rsm-cache/rsm-cache-1.1_beta3.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
-
-inherit common-lisp-3
-
-DESCRIPTION="R. Scott McIntire's Common Lisp cache library."
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-cache";
-SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV/_beta/b}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-   dev-lisp/rsm-queue"
-
-S="${WORKDIR}"/cl-${PN/_beta/b}
-
-src_install() {
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   dohtml ${PN}.html
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-filter/files/, dev-lisp/rsm-filter/

2018-03-18 Thread José María Alonso
commit: 34655a11401e865e4ef24d5302527697cff15c80
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:24:10 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:24:10 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=34655a11

dev-lisp/rsm-filter: Drops package

 .../1.1_beta4-gentoo-fix-ftype-declarations.patch  | 21 -
 dev-lisp/rsm-filter/rsm-filter-1.1_beta4.ebuild| 35 --
 2 files changed, 56 deletions(-)

diff --git 
a/dev-lisp/rsm-filter/files/1.1_beta4-gentoo-fix-ftype-declarations.patch 
b/dev-lisp/rsm-filter/files/1.1_beta4-gentoo-fix-ftype-declarations.patch
deleted file mode 100644
index ec1cf970..
--- a/dev-lisp/rsm-filter/files/1.1_beta4-gentoo-fix-ftype-declarations.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Naur cl-rsm-filter-1.1b2.old/filter.lisp cl-rsm-filter-1.1b2/filter.lisp
 cl-rsm-filter.orig/filter.lisp 2003-09-24 05:14:55.0 +0200
-+++ cl-rsm-filter/filter.lisp  2007-11-24 21:17:45.0 +0100
-@@ -29,7 +29,7 @@
- (rsm.queue:enqueue el que)
- 
- 
--(declaim (ftype (function (list predicate) list) prune-tree))
-+(declaim (ftype (function (list function) list) prune-tree))
- 
- (defun prune-tree (tree pruner)
-   "Returns a pruned version of  where pruned elements satisfy the
-@@ -70,7 +70,7 @@
- (rec tree (rsm.queue:create
- 
- 
--(declaim (ftype (function (predicate function) function) tree-hom))
-+(declaim (ftype (function (function function) function) tree-hom))
- 
- (defun tree-hom (pruner transformer)
-   "Returns a function which takes a tree and returns a pruned, transformed 
copy.

diff --git a/dev-lisp/rsm-filter/rsm-filter-1.1_beta4.ebuild 
b/dev-lisp/rsm-filter/rsm-filter-1.1_beta4.ebuild
deleted file mode 100644
index f97827d7..
--- a/dev-lisp/rsm-filter/rsm-filter-1.1_beta4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 eutils
-
-DESCRIPTION="R. Scott McIntire's Common Lisp Filter Library."
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-filter";
-SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV/_beta/b}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-   dev-lisp/rsm-queue"
-
-S="${WORKDIR}"/cl-${PN/_beta/b}
-
-src_unpack() {
-   unpack ${A}
-}
-
-src_prepare() {
-   eapply "${FILESDIR}"/${PV}-gentoo-fix-ftype-declarations.patch
-   eapply_user
-}
-
-src_install() {
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   dohtml ${PN}.html
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-bitcomp/, dev-lisp/rsm-bitcomp/files/

2018-03-18 Thread José María Alonso
commit: f39ba8bef8f0041c5bdc8c2662cd2e5374a68f62
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:24:10 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:24:10 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f39ba8be

dev-lisp/rsm-bitcomp: Drops package

 .../files/1.3-gentoo-fix-defconstant.patch | 12 
 dev-lisp/rsm-bitcomp/rsm-bitcomp-1.3.ebuild| 36 --
 2 files changed, 48 deletions(-)

diff --git a/dev-lisp/rsm-bitcomp/files/1.3-gentoo-fix-defconstant.patch 
b/dev-lisp/rsm-bitcomp/files/1.3-gentoo-fix-defconstant.patch
deleted file mode 100644
index b2a58ee4..
--- a/dev-lisp/rsm-bitcomp/files/1.3-gentoo-fix-defconstant.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur cl-rsm-bitcomp.orig/bitcomp.lisp cl-rsm-bitcomp/bitcomp.lisp
 cl-rsm-bitcomp.orig/bitcomp.lisp   2008-03-13 22:09:40.0 +0100
-+++ cl-rsm-bitcomp/bitcomp.lisp2008-12-16 00:38:59.0 +0100
-@@ -22,7 +22,7 @@
- (:report (lambda (condition stream)
-(format stream "Warning: ~a~%" (message condition))
- 
--(defconstant +null-rep+ (make-condition 'null-compressed))
-+(defvar +null-rep+ (make-condition 'null-compressed))
- 
- 
-  Representation Layer.

diff --git a/dev-lisp/rsm-bitcomp/rsm-bitcomp-1.3.ebuild 
b/dev-lisp/rsm-bitcomp/rsm-bitcomp-1.3.ebuild
deleted file mode 100644
index 7ad621ed..
--- a/dev-lisp/rsm-bitcomp/rsm-bitcomp-1.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 eutils
-
-DESCRIPTION="McIntire's Common Lisp Bit Compression Library"
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-bitcomp";
-SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-   dev-lisp/rsm-queue"
-
-S="${WORKDIR}"/cl-${PN}
-
-src_unpack() {
-   unpack ${A}
-}
-
-src_prepare() {
-   eapply "${FILESDIR}"/${PV}-gentoo-fix-defconstant.patch
-   eapply_user
-
-}
-
-src_install() {
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   dohtml ${PN}.html
-}



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

2018-03-18 Thread Sergei Trofimovich
commit: f415ff2403c2e537e77a7f64227791fd936f6e14
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 22:22:51 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 22:23:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f415ff24

media-gfx/gimp: stable 2.8.22-r1 for ppc, bug #641954

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 media-gfx/gimp/gimp-2.8.22-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gimp/gimp-2.8.22-r1.ebuild 
b/media-gfx/gimp/gimp-2.8.22-r1.ebuild
index 1a3fccc66ae..d5d5534cef6 100644
--- a/media-gfx/gimp/gimp-2.8.22-r1.ebuild
+++ b/media-gfx/gimp/gimp-2.8.22-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gimp.org/";
 SRC_URI="mirror://gimp/v$(get_version_component_range 1-2)/${P}.tar.bz2"
 LICENSE="GPL-3 LGPL-3"
 SLOT="2"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 
 LANGS="am ar ast az be bg br ca ca@valencia cs csb da de dz el en_CA en_GB eo 
es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka kk km kn ko lt lv mk ml 
ms my nb nds ne nl nn oc pa pl pt pt_BR ro ru rw si sk sl sr sr@latin sv ta te 
th tr tt uk vi xh yi zh_CN zh_HK zh_TW"
 IUSE="alsa aalib altivec aqua bzip2 curl dbus debug doc exif gnome postscript 
jpeg jpeg2k lcms cpu_flags_x86_mmx mng pdf png python smp cpu_flags_x86_sse svg 
tiff udev wmf xpm"



[gentoo-commits] proj/lisp:master commit in: dev-lisp/lml/

2018-03-18 Thread José María Alonso
commit: 47fce8cc86f95fec13c6ec8d2f6d66c48235c02e
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:17:44 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:17:44 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=47fce8cc

dev-lisp/lml: Drops package

 dev-lisp/lml/lml-2.5.7.ebuild | 25 -
 1 file changed, 25 deletions(-)

diff --git a/dev-lisp/lml/lml-2.5.7.ebuild b/dev-lisp/lml/lml-2.5.7.ebuild
deleted file mode 100644
index 64ecf2af..
--- a/dev-lisp/lml/lml-2.5.7.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="Common Lisp package to provide a markup language for generation 
XHTML web pages"
-HOMEPAGE="http://lml.b9.com/
-   http://www.cliki.net/LML";
-SRC_URI="http://files.b9.com/${PN}/${P}.tar.gz";
-
-LICENSE="LLGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}"
-
-src_install() {
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   dohtml doc/readme.html
-   docinto examples && dodoc doc/readme.lml
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ftp/

2018-03-18 Thread José María Alonso
commit: 1b384364daf4e0b80abdf7dd6acad7efff6794ae
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:17:25 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:17:25 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1b384364

dev-lisp/cl-ftp: Drops package

 dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild | 28 
 dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild | 23 ---
 2 files changed, 51 deletions(-)

diff --git a/dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild 
b/dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild
deleted file mode 100644
index 950f4d81..
--- a/dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="FTP Client Functionality for Common Lisp"
-HOMEPAGE="http://code.kepibu.org/cl-ftp/
-   http://www.cliki.net/CL-FTP";
-SRC_URI="http://code.kepibu.org/cl-ftp/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/lml
-   dev-lisp/split-sequence
-   dev-lisp/usocket"
-
-S="${WORKDIR}/${PN}"
-
-src_install() {
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   dodoc api.lml
-}

diff --git a/dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild 
b/dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild
deleted file mode 100644
index 4cf000c1..
--- a/dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-MY_PV="VERSION_${PV}"
-
-DESCRIPTION="FTP Client Functionality for Common Lisp"
-HOMEPAGE="http://code.kepibu.org/cl-ftp/
-   http://www.cliki.net/CL-FTP";
-SRC_URI="https://github.com/pinterface/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/split-sequence
-   dev-lisp/usocket"
-
-S="${WORKDIR}/${PN}-${MY_PV}"



[gentoo-commits] proj/lisp:master commit in: dev-lisp/s-base64/

2018-03-18 Thread José María Alonso
commit: 0d107d2d7242776a16173c6120f975060cab25cf
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:15:41 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:15:41 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0d107d2d

dev-lisp/s-base64: Drops package

 dev-lisp/s-base64/s-base64-20060521.ebuild | 29 -
 1 file changed, 29 deletions(-)

diff --git a/dev-lisp/s-base64/s-base64-20060521.ebuild 
b/dev-lisp/s-base64/s-base64-20060521.ebuild
deleted file mode 100644
index aac5c70f..
--- a/dev-lisp/s-base64/s-base64-20060521.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="A Common Lisp implementation of Bse64 Encoding/Decoding."
-HOMEPAGE="http://homepage.mac.com/svc/s-base64/";
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="LLGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}"
-
-src_unpack() {
-   unpack ${A}
-   rm "${S}"/Makefile || die
-}
-
-src_install() {
-   common-lisp-install-sources src test
-   common-lisp-install-asdf
-   dohtml doc/*.html
-   dodoc README.txt
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/s-xml-rpc/

2018-03-18 Thread José María Alonso
commit: 922c9f75615d1b9c34dc92f572d0004b38a6d0de
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:15:06 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:15:06 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=922c9f75

dev-lisp/s-xml-rpc: Drops package

 dev-lisp/s-xml-rpc/s-xml-rpc-20060521.ebuild | 36 
 1 file changed, 36 deletions(-)

diff --git a/dev-lisp/s-xml-rpc/s-xml-rpc-20060521.ebuild 
b/dev-lisp/s-xml-rpc/s-xml-rpc-20060521.ebuild
deleted file mode 100644
index b09501b5..
--- a/dev-lisp/s-xml-rpc/s-xml-rpc-20060521.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="Implementation of XML-RPC in Common Lisp for both client and 
server."
-HOMEPAGE="http://www.common-lisp.net/project/s-xml-rpc/";
-SRC_URI="mirror://gentoo/${P}.tar.gz
-   http://common-lisp.net/project/${PN}/S-XML-RPC.html";
-
-LICENSE="LLGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-   dev-lisp/s-xml
-   dev-lisp/s-base64
-   dev-lisp/s-sysdeps"
-
-src_unpack() {
-   unpack ${A}
-}
-
-src_prepare() {
-   rm "${S}"/Makefile
-}
-
-src_install() {
-   common-lisp-install-sources src test
-   common-lisp-install-asdf
-   dohtml "${DISTDIR}"/S-XML-RPC.html
-   dodoc ChangeLog
-}



  1   2   3   4   >