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

2019-09-27 Thread Joonas Niilola
commit: cfee274be187dc0e256e26178ab850370a2d7c7a
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Sep 28 05:56:08 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Sep 28 05:56:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfee274b

dev-libs/rlottie: disable -Werror (bug #695268)

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Joonas Niilola  gentoo.org>

 .../files/rlottie-0.0.1_pre20190920-disable-werror.patch  | 11 +++
 dev-libs/rlottie/rlottie-0.0.1_pre20190920.ebuild |  2 ++
 2 files changed, 13 insertions(+)

diff --git 
a/dev-libs/rlottie/files/rlottie-0.0.1_pre20190920-disable-werror.patch 
b/dev-libs/rlottie/files/rlottie-0.0.1_pre20190920-disable-werror.patch
new file mode 100644
index 000..60676f7f8e3
--- /dev/null
+++ b/dev-libs/rlottie/files/rlottie-0.0.1_pre20190920-disable-werror.patch
@@ -0,0 +1,11 @@
+diff -Naur a/meson.build b/meson.build
+--- a/meson.build  2019-09-28 08:38:12.810010842 +0300
 b/meson.build  2019-09-28 08:38:47.812649483 +0300
+@@ -1,6 +1,6 @@
+ project('rlottie',
+ 'cpp',
+-default_options : ['warning_level=3', 'werror=true', 'cpp_std=c++14', 
'optimization=s'],
++default_options : ['cpp_std=c++14', 'optimization=s'],
+ version : '0.0.1',
+ license : 'Apache')
+ 

diff --git a/dev-libs/rlottie/rlottie-0.0.1_pre20190920.ebuild 
b/dev-libs/rlottie/rlottie-0.0.1_pre20190920.ebuild
index db0b6fcd223..4a01fd362b8 100644
--- a/dev-libs/rlottie/rlottie-0.0.1_pre20190920.ebuild
+++ b/dev-libs/rlottie/rlottie-0.0.1_pre20190920.ebuild
@@ -22,6 +22,8 @@ DEPEND="test? ( dev-cpp/gtest )"
 
 S="${WORKDIR}/rlottie-${MY_COMMIT}"
 
+PATCHES=( "${FILESDIR}"/rlottie-0.0.1_pre20190920-disable-werror.patch )
+
 src_configure() {
local emesonargs=(
$(meson_use test)



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

2019-09-27 Thread Michał Górny
commit: b32023a27514e51957187da5f9b2de518a697cfc
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 28 05:44:53 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 28 05:52:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b32023a2

dev-util/debugedit: Bump to 4.15.0

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

 dev-util/debugedit/Manifest|  1 +
 dev-util/debugedit/debugedit-4.15.0.ebuild | 91 ++
 2 files changed, 92 insertions(+)

diff --git a/dev-util/debugedit/Manifest b/dev-util/debugedit/Manifest
index 355633f1484..4c309b61605 100644
--- a/dev-util/debugedit/Manifest
+++ b/dev-util/debugedit/Manifest
@@ -1 +1,2 @@
 DIST rpm-4.14.2.tar.bz2 4151934 BLAKE2B 
eb7e32dd736a195f2e5effc184ee8f2c700dcaf80477574c2112b6c96504d86a67c81e611f82ea35ce244e95fad339bd262eb51c35ada5eeffa8d306b6938cb7
 SHA512 
22e309e8be936e6070430cedd6f5ea0c3871db4c6aadd0d567a9c418796c178c8dd45d44920d7eaa66681790cc2821347affe471cb215d7a490fe7947fbf291c
+DIST rpm-4.15.0.tar.bz2 4205632 BLAKE2B 
3e9701582e82d4164a21374df78c7a9ab3ca4f9aeafc13706fd0aa27782a34d2a732d7ae9659589abc9f9b8a48ce5c2cdbbea72c46768f1baba28ded26817e5b
 SHA512 
bca9cc9ef0ad53fa5cd257c29a0a0b9447956afe4024835f5416b13926bc8bbaf8aacd481e721b4a28983bc57f98b75b91750d39dd72de4876efa9d6db53a26c

diff --git a/dev-util/debugedit/debugedit-4.15.0.ebuild 
b/dev-util/debugedit/debugedit-4.15.0.ebuild
new file mode 100644
index 000..7a6ec67dddc
--- /dev/null
+++ b/dev-util/debugedit/debugedit-4.15.0.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic
+
+MY_P=rpm-${PV}
+DESCRIPTION="Stand-alone debugedit from RPM"
+HOMEPAGE="https://rpm.org
+   https://github.com/rpm-software-management/rpm;
+SRC_URI="http://ftp.rpm.org/releases/rpm-$(ver_cut 1-2).x/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   sys-libs/zlib:=
+   >=dev-libs/popt-1.7
+   >=dev-libs/elfutils-0.176-r1
+   dev-libs/nss
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   eapply_user
+
+   # cheat it into believing we're bundling db
+   mkdir -p db/dist || die
+   touch db/dist/configure || die
+   chmod +x db/dist/configure || die
+   echo 'install:' > db3/Makefile || die
+
+   # TODO: why do we need to do this?
+   mkdir rpm || die
+   find -name '*.h' -exec cp {} rpm/ ';' || die
+}
+
+src_configure() {
+   append-cppflags -I"${EPREFIX}/usr/include/nss" 
-I"${EPREFIX}/usr/include/nspr"
+   local myconf=(
+   # force linking to static librpmio
+   --disable-shared
+
+   # disable linking compression libraries
+   ac_cv_header_bzlib_h=no
+   ac_cv_header_lzma_h=no
+   --disable-zstd
+
+   # fake some libraries we don't use
+   ac_cv_header_magic_h=yes
+   ac_cv_lib_magic_magic_open=yes
+
+   # use nss as crypto provider
+   --with-crypto=nss
+
+   # disable other stuff irrelevant to debugedit
+   --disable-bdb
+   --disable-nls
+   --disable-plugins
+   --disable-python
+   --without-acl
+   --without-archive
+   --without-cap
+   --without-external-db
+   --without-hackingdocs
+   --without-lua
+   --without-selinux
+   )
+   econf "${myconf[@]}"
+}
+
+src_compile() {
+   emake -C misc
+   emake -C rpmio
+   emake debugedit
+}
+
+src_test() {
+   :
+}
+
+src_install() {
+   dobin debugedit
+}



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

2019-09-27 Thread Hans de Graaff
commit: 6ac1c60d238c699c25a98ba90942e3ea86052b95
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep 28 05:43:02 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 28 05:45:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac1c60d

dev-ruby/ruby2ruby: add 2.4.4

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

 dev-ruby/ruby2ruby/Manifest   |  1 +
 dev-ruby/ruby2ruby/ruby2ruby-2.4.4.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/ruby2ruby/Manifest b/dev-ruby/ruby2ruby/Manifest
index 4401b5a0318..90e1868be2e 100644
--- a/dev-ruby/ruby2ruby/Manifest
+++ b/dev-ruby/ruby2ruby/Manifest
@@ -1,2 +1,3 @@
 DIST ruby2ruby-2.4.2.gem 26624 BLAKE2B 
c7ad5c63829bf03cc166d42f2ae67b47790b4652b1973367881a4c242866acffabf6783cc3296ca7ea91ff3e9967f703852be6c4bcb53dfaaff0f822b50747db
 SHA512 
ae8a34a77d48a97d29bd0ea9e2653e6189666564e971b985e7a459a562f8f03fdff4ec8775a2184cef578249aebbc8a050b57613b63d3c09b7a84aec5f727a7c
 DIST ruby2ruby-2.4.3.gem 26624 BLAKE2B 
fa8252e3e89fdef2c512e3f61dcea7e02ad000d0d65b14b5dcc2ee26d7ee6cc6243536bf3f745c44465c15cc557d1e5c2c9252421d3375da5142a2fe4b4ce1b1
 SHA512 
9858c2b8ceefe3604cbfedeb0c7c60ada2328d1bb7c5dbeb888936a3025af13718f33f498bb52ee5e659b021907a6e8c44117c6f3a4d42dfaa8ddd15601f
+DIST ruby2ruby-2.4.4.gem 26624 BLAKE2B 
d330cd65513218a96c9e35fe2b69d859fa103ad6dd1b8e8a671bddb9732f99cd65540b404632e671ababbe5842ed2be34a29c2b1fb3bc4c43935f5a7a0735d9e
 SHA512 
51728d702d2142e9a7599fe53c2b58906cd386be429fe97590f850df8cf461c046c67a99fc7b7e277551013b78e35d21609c8125fb568ef90270d146a685c04d

diff --git a/dev-ruby/ruby2ruby/ruby2ruby-2.4.4.ebuild 
b/dev-ruby/ruby2ruby/ruby2ruby-2.4.4.ebuild
new file mode 100644
index 000..7eba78503ce
--- /dev/null
+++ b/dev-ruby/ruby2ruby/ruby2ruby-2.4.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Generates readable ruby from ParseTree"
+HOMEPAGE="https://github.com/seattlerb/ruby2ruby;
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+IUSE="test"
+
+ruby_add_rdepend "
+   >=dev-ruby/sexp_processor-4.6.0:4
+   >=dev-ruby/ruby_parser-3.1:3
+   !=dev-ruby/minitest-5.3:5 
>=dev-ruby/sexp_processor-4.10.0:4 )"
+
+all_ruby_prepare() {
+   sed -i -e '/plugin :isolate/ s:^:#:' Rakefile || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
+}



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

2019-09-27 Thread Hans de Graaff
commit: fd591cd09b44a797fc774294b6571f7007270a27
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep 28 05:10:25 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 28 05:45:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd591cd0

dev-ruby/pkg-config: add 1.3.9

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

 dev-ruby/pkg-config/Manifest|  1 +
 dev-ruby/pkg-config/pkg-config-1.3.9.ebuild | 31 +
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/pkg-config/Manifest b/dev-ruby/pkg-config/Manifest
index 00c14c0a3d6..bbf240424fa 100644
--- a/dev-ruby/pkg-config/Manifest
+++ b/dev-ruby/pkg-config/Manifest
@@ -1,3 +1,4 @@
 DIST pkg-config-1.2.8.gem 20480 BLAKE2B 
cc11b5eff30f0f5e1a91e64902931ed540da108fd326fe731b71527c9c4310f55e9002617e1baae4f71a4b705b20cf10f6fa112f8ef56971e82868145d372a47
 SHA512 
d83a599a48c7d404946054c6846b6cfd9fce2a264c288519a6eccd9787f05d45397dd46300bf97c80700921456318154ea6d44ba32cd159803471073c2a2b065
 DIST pkg-config-1.3.7.gem 20992 BLAKE2B 
4927cbe744b88e11ece71e554b07092d671a1b0775aa0c647abab6718c1903b888d98aa97ce5eae89033c13a542e45880b28fc886225c226d6e525c0004ec05f
 SHA512 
cceef2b8f0b92582256660f50be21b446e6ef8ca9edd3c7736d2dbcbf2bf8ab60a1ef8f2fed21448d01ab155fd92fe9a3e8cf1f8bda4f80a8e0a8896f1eedd60
 DIST pkg-config-1.3.8.gem 21504 BLAKE2B 
6959487c26b562978e00c4f6b7362c84f78f83e3ad2821b27a23feb76d1bc948832d898b81cd1347a3dec0d04bce0abf427df96420280ec721ded45619339361
 SHA512 
893b8804abbc295bb678e539a22c23f4bac571b5d29cdeb825f0ed2b6be1efa7f50403b97718b38034bc3d1e5bc709d9fa6e26894fb90fe0d6789b8bcc4f19ee
+DIST pkg-config-1.3.9.gem 22016 BLAKE2B 
bb22881e07a251722e5e2344a8ebfea105456c4994da01b6cad53b93c5fab515537c04166be9985bac224944e89506040a2f89886f03c9f5d9c2227551e6e840
 SHA512 
ffec47956f59daea7eefe749474389cc43b500251b7d35cf268caed975d4b8483990c6c5cc0eb1cb918a7e09edd483fe88d6e7141c13496edeb4d4aac5ab3019

diff --git a/dev-ruby/pkg-config/pkg-config-1.3.9.ebuild 
b/dev-ruby/pkg-config/pkg-config-1.3.9.ebuild
new file mode 100644
index 000..a8f0cfce739
--- /dev/null
+++ b/dev-ruby/pkg-config/pkg-config-1.3.9.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A pkg-config implementation by Ruby"
+HOMEPAGE="https://github.com/rcairo/pkg-config;
+LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+SLOT="0"
+IUSE="test"
+
+ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
+# this is used for testing
+DEPEND+=" test? ( x11-libs/cairo )"
+
+all_ruby_prepare() {
+   # drop failing tests
+   sed -i -e "/test_cflags/,/end/d"\
+   -e "/test_cflags_only_I/,/end/d" test/test_pkg_config.rb || die
+}
+
+each_ruby_test() {
+   ruby-ng_testrb-2 -Ilib test/test_${PN/-/_}.rb || die
+}



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

2019-09-27 Thread Hans de Graaff
commit: 206fa5915b6cc18e3023858bf0b972d6f920c733
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep 28 05:29:57 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 28 05:45:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206fa591

dev-ruby/rake: add 13.0.0

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

 dev-ruby/rake/Manifest   |  1 +
 dev-ruby/rake/rake-13.0.0.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/dev-ruby/rake/Manifest b/dev-ruby/rake/Manifest
index ad60d73b25e..c982712953b 100644
--- a/dev-ruby/rake/Manifest
+++ b/dev-ruby/rake/Manifest
@@ -1,3 +1,4 @@
 DIST rake-12.3.1.tar.gz 120170 BLAKE2B 
c0d087911f33ccd5256462501d175e1f92fa104a3c89b62a5bc434836d5abb277a61fb12269778d0a6e3b9b831e78c0a94d9d1cd885906980fdb55e0402e398b
 SHA512 
49736059713d609b0786d4ea89866fd5d58076977aabeda30440f10edad708cc10ba91b5224f59a8ab87ee2ab8e2674e9115f90f035c16e1fa8cba3f7649
 DIST rake-12.3.2.tar.gz 121854 BLAKE2B 
76d52fbb08f626232bb829da5d125236f99ade886e26a65c8faa7126cb0a902659160971520b1106064371b55f1bf3f27f77ad10c6879200bfbc8e724d57874f
 SHA512 
ed96decf44140ea79726a5862c8850cbf4db56702a6a7326784249efe432b37f16d4d96ef2c2886fdd693966f5770838802f1bc3446b0724617b8d0869a4
 DIST rake-12.3.3.tar.gz 122233 BLAKE2B 
e6c913b833092ef5d4203265bb5daf725bfc34ff3abef5a4871845ba9ee322bb8ec668564ed7fe5a2d9ce219d5b7cb00fa22d0b76fb9721f2138d2d963f16c22
 SHA512 
de15ea4428e845de214d35ad2155bd55cab51354feb5c7ae4c2cde5365d7a3959ee96d913346bdafacdb0542ab2d0e4c2e905514a7f97cfb18e630794bba3a3b
+DIST rake-13.0.0.tar.gz 122378 BLAKE2B 
996990f061a2604bf031926670043773b029d03e092513be3566763b04474d88b9bd05c085f25fc9d66b26a55e191b45fa34dc4aa215376703ad28750d71a6b1
 SHA512 
56038199fedd952994459967173d298afb13ae7fe9d7873dfe18cd4030b37f841ff74c944835843379cd66da96a6d1ee8c38294203f9d8e514c4331d65f5db79

diff --git a/dev-ruby/rake/rake-13.0.0.ebuild b/dev-ruby/rake/rake-13.0.0.ebuild
new file mode 100644
index 000..87784d9ab79
--- /dev/null
+++ b/dev-ruby/rake/rake-13.0.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+RUBY_FAKEGEM_GEMSPEC="rake.gemspec"
+
+inherit bash-completion-r1 ruby-fakegem
+
+DESCRIPTION="Make-like scripting in Ruby"
+HOMEPAGE="https://github.com/ruby/rake;
+SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+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"
+IUSE="doc"
+
+DEPEND+=" app-arch/gzip"
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.8 )
+   doc? ( dev-ruby/rdoc )"
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}
+
+all_ruby_compile() {
+   if use doc; then
+   rdoc --title "Rake - Ruby Make" --main README.rdoc --out html 
lib *.rdoc doc/*/*.rdoc || die
+   rm -f html/js/*.js.gz
+   fi
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'gem "minitest", "~>5.8"; require 
"minitest/autorun"; Dir["test/test_*.rb"].each{|f| require f}' || die
+}
+
+all_ruby_install() {
+   ruby_fakegem_binwrapper rake
+
+   if use doc; then
+   pushd html
+   dodoc -r *
+   popd
+   fi
+
+   doman doc/rake.1
+
+   newbashcomp "${FILESDIR}"/rake.bash-completion ${PN}
+}



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

2019-09-27 Thread Hans de Graaff
commit: d36999afa3804f080dd5bb663b9871e56593287d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep 28 05:39:46 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 28 05:45:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36999af

dev-ruby/ruby_parser: add 3.14.0

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

 dev-ruby/ruby_parser/Manifest  |  1 +
 dev-ruby/ruby_parser/ruby_parser-3.14.0.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/ruby_parser/Manifest b/dev-ruby/ruby_parser/Manifest
index 618d8d5e323..a5e00e1e213 100644
--- a/dev-ruby/ruby_parser/Manifest
+++ b/dev-ruby/ruby_parser/Manifest
@@ -1 +1,2 @@
 DIST ruby_parser-3.13.1.gem 445952 BLAKE2B 
7df7bbfe3f7f700747d32bd5c66d94fdd7c57974e622969958dda39f4dc8656a4211378ba51c4b8e8eefafebf82e550ab73a775530eab06ff6419a3dee7f8f7b
 SHA512 
90c8b68245168c7df4ec8d0e6c62d9723d759945823768645614fe085f375c6811a15c35334c485cb59f32f6adb1aa0a06e7df043b09a48ef4e6102d93562b1b
+DIST ruby_parser-3.14.0.gem 467456 BLAKE2B 
0eca83b919a87306e35e0a6481b6518d5b7ca04e437f6953de278bc757e8fd53e15dd26d7049a715314fd88c01cbd4fc5123fdc98e3cfa7d063e291f92a39a93
 SHA512 
077cc4610a768430982735e174ddff762ac677a6d437e0e82ee6615c467997434ec6f556d6144593e548c0e7bb8f7e208485e64085858757c4ba2dc9e606e9b2

diff --git a/dev-ruby/ruby_parser/ruby_parser-3.14.0.ebuild 
b/dev-ruby/ruby_parser/ruby_parser-3.14.0.ebuild
new file mode 100644
index 000..28723147b1c
--- /dev/null
+++ b/dev-ruby/ruby_parser/ruby_parser-3.14.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A ruby parser written in pure ruby"
+HOMEPAGE="https://github.com/seattlerb/ruby_parser;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~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_rdepend ">=dev-ruby/sexp_processor-4.9.0:4
+   !=dev-ruby/minitest-4.3 
>=dev-ruby/sexp_processor-4.13.0:4 )"
+
+DEPEND+=" test? ( dev-util/unifdef )"
+
+all_ruby_prepare() {
+   # Remove reference to perforce method that is not in a released
+   # version of hoe-seattlerb.
+   #sed -i -e '/perforce/d' Rakefile || die
+   sed -i -e '/license/d' Rakefile || die
+   sed -i -e '/Hoe.plugin :isolate/ s:^:#:' Rakefile || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
+}



[gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-audio-sdl/

2019-09-27 Thread Michał Górny
commit: 5e911a189676f7d04d48c1ab047e60db17ce6370
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 28 05:33:51 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 28 05:35:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e911a18

games-emulation/mupen64plus-audio-sdl: Drop old (2.5)

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

 games-emulation/mupen64plus-audio-sdl/Manifest |  1 -
 .../mupen64plus-audio-sdl-2.5.ebuild   | 84 --
 2 files changed, 85 deletions(-)

diff --git a/games-emulation/mupen64plus-audio-sdl/Manifest 
b/games-emulation/mupen64plus-audio-sdl/Manifest
index aa7a496f84b..2ff374efa5f 100644
--- a/games-emulation/mupen64plus-audio-sdl/Manifest
+++ b/games-emulation/mupen64plus-audio-sdl/Manifest
@@ -1,2 +1 @@
 DIST mupen64plus-audio-sdl-src-2.5.9.tar.gz 28884 BLAKE2B 
a32aeff100e86f610e3b514718c6a4a786c6f88911f8782dcbc9b8a2d238c31984e5d119e31533363d8f848bf840ff7350ba41dea70e716d50cce14f2398c836
 SHA512 
624f7061b4909a5de071fbb8cf6432fd4b6ad390ea3f7dc7ae7a874dc922afee55352e53d48fba43d45a3282e9382e6b5774814c2a7d9724e134a01188596ea9
-DIST mupen64plus-audio-sdl-src-2.5.tar.gz 26147 BLAKE2B 
bcd0c76d1e4fffb55940889c329574760101177c7cc48bb6ea9a361be01515ec15261bf1254a8c605db2ebf8166d323b43620e8f7c978cc79603be3ad537a191
 SHA512 
0c63e16449c40f15abdeed968383a218ed9876a92b2c15cbeb6554b20008d6d12996c0fd3bc1c502084791596b8535340596e95a11fe5d27576342740e76db6a

diff --git 
a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.ebuild 
b/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.ebuild
deleted file mode 100644
index 09119f1b519..000
--- a/games-emulation/mupen64plus-audio-sdl/mupen64plus-audio-sdl-2.5.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P=${PN}-src-${PV}
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, SDL audio plugin"
-HOMEPAGE="https://www.mupen64plus.org/;
-SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.tar.gz;
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libsamplerate oss speex"
-
-RDEPEND=">=games-emulation/mupen64plus-core-2.5:0=
-   media-libs/libsdl2:0=[sound]
-   libsamplerate? ( media-libs/libsamplerate:0= )
-   speex? ( media-libs/speex:0= )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   epatch_user
-
-   # avoid implicitly appending CPU flags
-   sed -i -e 's:-mmmx::g' -e 's:-msse::g' projects/unix/Makefile || die
-}
-
-src_compile() {
-   MAKEARGS=(
-   # Note: please keep this in sync in all of mupen64plus-* 
packages
-
-   -C projects/unix
-
-   # this basically means: GNU userspace
-   UNAME=Linux
-
-   # verbose output
-   V=1
-
-   CROSS_COMPILE="${CHOST}-"
-   CC="$(tc-getCC)"
-   CXX="$(tc-getCXX)"
-   PKG_CONFIG="$(tc-getPKG_CONFIG)"
-   # usual CFLAGS, CXXFLAGS and LDFLAGS are respected
-   # so we can leave OPTFLAGS empty
-   OPTFLAGS=
-
-   # paths, some of them are used at compile time
-   PREFIX=/usr
-   LIBDIR=/usr/$(get_libdir)
-
-   # disable unwanted magic
-   LDCONFIG=:
-   INSTALL_STRIP_FLAG=
-
-   # Package-specific stuff
-
-   # CROSS_COMPILE causes it to look for ${CHOST}-sdl2-config...
-   SDL_CFLAGS="$($(tc-getPKG_CONFIG) --cflags sdl2)"
-   SDL_LDLIBS="$($(tc-getPKG_CONFIG) --libs sdl2)"
-
-   NO_SPEEX=$(usex speex 0 1)
-   NO_SRC=$(usex libsamplerate 0 1)
-   NO_OSS=$(usex oss 0 1)
-   # not packaged (https://github.com/nemomobile/libaudioresource)
-   USE_AUDIORESOURCE=0
-   )
-
-   use amd64 && MAKEARGS+=( HOST_CPU=x86_64 )
-   use x86 && MAKEARGS+=( HOST_CPU=i386 )
-
-   emake "${MAKEARGS[@]}" all
-}
-
-src_install() {
-   emake "${MAKEARGS[@]}" DESTDIR="${D}" install
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-rsp-hle/

2019-09-27 Thread Michał Górny
commit: bb56756c502252914a598b7e5ac0915592d27d73
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 28 05:33:30 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 28 05:35:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb56756c

games-emulation/mupen64plus-rsp-hle: Drop old (2.5)

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

 games-emulation/mupen64plus-rsp-hle/Manifest   |  1 -
 .../mupen64plus-rsp-hle-2.5.ebuild | 68 --
 2 files changed, 69 deletions(-)

diff --git a/games-emulation/mupen64plus-rsp-hle/Manifest 
b/games-emulation/mupen64plus-rsp-hle/Manifest
index 977842322c9..b2feef8e2ff 100644
--- a/games-emulation/mupen64plus-rsp-hle/Manifest
+++ b/games-emulation/mupen64plus-rsp-hle/Manifest
@@ -1,2 +1 @@
 DIST mupen64plus-rsp-hle-src-2.5.9.tar.gz 53889 BLAKE2B 
e66996ffbce1d4b2b40f1520f0806692652dbf7baa55a73f632f2dafe75f93093e0575bb1c7e63cc1cd8770c1cc0e6d59db9021fcb0fa2e34d707511dd3a40b0
 SHA512 
562f3a9d9eff01f11c13aca657fb6471f365fbfbe079ea5e1e6f0ad49b27ba04779bc86233bcacd20c95c79f7fa265f053b3fa4c2b12828c6a8992762c4b6963
-DIST mupen64plus-rsp-hle-src-2.5.tar.gz 46998 BLAKE2B 
3bb5ee627fa4c367e7dd1ef0ac0a1eae1267cf82ac66a35f4dcd972703b9cba832224cab1be20c75e9f61af2afae0c8eb7dd6ba806a47c57eef6e6c5da9e8a5a
 SHA512 
564d96050890cc61df05163f99a0be8198e870f0d4071e87828bf58b283b2be8ca7de20ed03482ea8c45725bdd6f6baea618c068cced407892cf2add6ef373c6

diff --git a/games-emulation/mupen64plus-rsp-hle/mupen64plus-rsp-hle-2.5.ebuild 
b/games-emulation/mupen64plus-rsp-hle/mupen64plus-rsp-hle-2.5.ebuild
deleted file mode 100644
index 8f6c7676bce..000
--- a/games-emulation/mupen64plus-rsp-hle/mupen64plus-rsp-hle-2.5.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P=${PN}-src-${PV}
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, HLE RSP plugin"
-HOMEPAGE="https://www.mupen64plus.org/;
-SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.tar.gz;
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=games-emulation/mupen64plus-core-2.0-r1:0="
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   epatch_user
-
-   # avoid implicitly appending CPU flags
-   sed -i -e 's:-mmmx::g' -e 's:-msse::g' projects/unix/Makefile || die
-}
-
-src_compile() {
-   MAKEARGS=(
-   # Note: please keep this in sync in all of mupen64plus-* 
packages
-
-   -C projects/unix
-
-   # this basically means: GNU userspace
-   UNAME=Linux
-
-   # verbose output
-   V=1
-
-   CROSS_COMPILE="${CHOST}-"
-   CC="$(tc-getCC)"
-   CXX="$(tc-getCXX)"
-   PKG_CONFIG="$(tc-getPKG_CONFIG)"
-   # usual CFLAGS, CXXFLAGS and LDFLAGS are respected
-   # so we can leave OPTFLAGS empty
-   OPTFLAGS=
-
-   # paths, some of them are used at compile time
-   PREFIX=/usr
-   LIBDIR=/usr/$(get_libdir)
-
-   # disable unwanted magic
-   LDCONFIG=:
-   INSTALL_STRIP_FLAG=
-   )
-
-   use amd64 && MAKEARGS+=( HOST_CPU=x86_64 )
-   use x86 && MAKEARGS+=( HOST_CPU=i386 )
-
-   emake "${MAKEARGS[@]}" all
-}
-
-src_install() {
-   emake "${MAKEARGS[@]}" DESTDIR="${D}" install
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-video-rice/

2019-09-27 Thread Michał Górny
commit: 720993404535e1d27a26d57f127d18bd92cdf847
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 28 05:31:47 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 28 05:35:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72099340

games-emulation/mupen64plus-video-rice: Drop old (2.5)

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

 games-emulation/mupen64plus-video-rice/Manifest|  1 -
 .../mupen64plus-video-rice-2.5.ebuild  | 81 --
 2 files changed, 82 deletions(-)

diff --git a/games-emulation/mupen64plus-video-rice/Manifest 
b/games-emulation/mupen64plus-video-rice/Manifest
index f23eafcb239..98740edb2f4 100644
--- a/games-emulation/mupen64plus-video-rice/Manifest
+++ b/games-emulation/mupen64plus-video-rice/Manifest
@@ -1,2 +1 @@
 DIST mupen64plus-video-rice-src-2.5.9.tar.gz 300964 BLAKE2B 
652d6642b743703488465883de2fe1e83e873316f133322fce343a6c8f3be37f351a1a91bad56ee1b4568afcafee55c1cb3cd6679159e24c552df63174751376
 SHA512 
98be11217024408e7c61120e7eb3cf83d6c9f666a029c7d0e85790c885c99e795336a8fa4f5029e546eba8cc139c6a5e84dd6c2ae5c60784a90c27ce58cd0603
-DIST mupen64plus-video-rice-src-2.5.tar.gz 339012 BLAKE2B 
861f350376e92c24a31955cc39ba33abef9930d4fd598619fd0a6b7ff746b1bb71e1644dfed3aebab902b09c4fcbd1a1755475b11676c6070fe92ea4f30b4802
 SHA512 
d3e9c3b3097ca9b9d896498bb34374a14ec1948fce8b795e755bb13a88f3066289fe2500666b4057e719bf3f1b38b840f8a60eaeccdcdddfab69b1986c953d61

diff --git 
a/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.5.ebuild 
b/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.5.ebuild
deleted file mode 100644
index d61c87c1789..000
--- a/games-emulation/mupen64plus-video-rice/mupen64plus-video-rice-2.5.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P=${PN}-src-${PV}
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, rice video plugin"
-HOMEPAGE="https://www.mupen64plus.org/;
-SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.tar.gz;
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gles2 cpu_flags_x86_sse"
-
-RDEPEND=">=games-emulation/mupen64plus-core-2.5:0=[gles2=]
-   media-libs/libpng:0=
-   media-libs/libsdl2:0=[video]
-   virtual/opengl:0="
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   epatch_user
-
-   # avoid implicitly appending CPU flags
-   sed -i -e 's:-mmmx::g' -e 's:-msse::g' projects/unix/Makefile || die
-}
-
-src_compile() {
-   MAKEARGS=(
-   # Note: please keep this in sync in all of mupen64plus-* 
packages
-
-   -C projects/unix
-
-   # this basically means: GNU userspace
-   UNAME=Linux
-
-   # verbose output
-   V=1
-
-   CROSS_COMPILE="${CHOST}-"
-   CC="$(tc-getCC)"
-   CXX="$(tc-getCXX)"
-   PKG_CONFIG="$(tc-getPKG_CONFIG)"
-   # usual CFLAGS, CXXFLAGS and LDFLAGS are respected
-   # so we can leave OPTFLAGS empty
-   OPTFLAGS=
-
-   # paths, some of them are used at compile time
-   PREFIX=/usr
-   LIBDIR=/usr/$(get_libdir)
-
-   # disable unwanted magic
-   LDCONFIG=:
-   INSTALL_STRIP_FLAG=
-
-   # Package-specific stuff
-
-   # CROSS_COMPILE causes it to look for ${CHOST}-sdl2-config...
-   SDL_CFLAGS="$($(tc-getPKG_CONFIG) --cflags sdl2)"
-   SDL_LDLIBS="$($(tc-getPKG_CONFIG) --libs sdl2)"
-
-   NO_ASM=$(usex cpu_flags_x86_sse 0 1)
-   USE_GLES=$(usex gles2 1 0)
-   )
-
-   use amd64 && MAKEARGS+=( HOST_CPU=x86_64 )
-   use x86 && MAKEARGS+=( HOST_CPU=i386 )
-
-   emake "${MAKEARGS[@]}" all
-}
-
-src_install() {
-   emake "${MAKEARGS[@]}" DESTDIR="${D}" install
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-ui-console/

2019-09-27 Thread Michał Górny
commit: 2c6e225b5db0dbcb3b1edf4c7ab61cf006d185e3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 28 05:33:19 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 28 05:35:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c6e225b

games-emulation/mupen64plus-ui-console: Drop old (2.5-r1)

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

 games-emulation/mupen64plus-ui-console/Manifest|  1 -
 .../mupen64plus-ui-console-2.5-r1.ebuild   | 90 --
 2 files changed, 91 deletions(-)

diff --git a/games-emulation/mupen64plus-ui-console/Manifest 
b/games-emulation/mupen64plus-ui-console/Manifest
index 890dfe76c96..eab78063b76 100644
--- a/games-emulation/mupen64plus-ui-console/Manifest
+++ b/games-emulation/mupen64plus-ui-console/Manifest
@@ -1,2 +1 @@
 DIST mupen64plus-ui-console-src-2.5.9.tar.gz 58934 BLAKE2B 
83fb9502ba910af75eff62a45ac490a7281db27cf7df4c666382eb922249e1483cbfcc204e79e3763d047c876558531021360078e81abb7995c855b274e182b9
 SHA512 
60be63e94c8a2e44a8f4f215f667bc980f62bee3ba629af53d281328f45e016dbadfc6b7596ac657fd434b9df283d43b54a058cba2cdce3fef4b865adbedd8ca
-DIST mupen64plus-ui-console-src-2.5.tar.gz 47852 BLAKE2B 
060d93c82b63c5870feffd665513d3a9046c3583103ccd16014865b621f33e2eafc93af5813332ab9416c4b01b6f767ed8b4ff4d08939abee60193638ce9cdb5
 SHA512 
70293a768c2bc5f80a2f71db229021d497d675536f5dc5eb098f91b62081f993f308d410adebce208a89880f57b037d5b42fa2f95c42ce94ffe2fca326a53046

diff --git 
a/games-emulation/mupen64plus-ui-console/mupen64plus-ui-console-2.5-r1.ebuild 
b/games-emulation/mupen64plus-ui-console/mupen64plus-ui-console-2.5-r1.ebuild
deleted file mode 100644
index 61ba3cd2e32..000
--- 
a/games-emulation/mupen64plus-ui-console/mupen64plus-ui-console-2.5-r1.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P=${PN}-src-${PV}
-inherit eutils gnome2-utils multilib toolchain-funcs xdg-utils
-
-DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, console UI"
-HOMEPAGE="https://www.mupen64plus.org/;
-SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.tar.gz;
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=games-emulation/mupen64plus-core-2.0-r1:0=
-   media-libs/libsdl2:0=
-   !

[gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-input-sdl/

2019-09-27 Thread Michał Górny
commit: adac1702ced83dc1fcbfa9a91832068181bc05b0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 28 05:33:40 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 28 05:35:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adac1702

games-emulation/mupen64plus-input-sdl: Drop old (2.5)

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

 games-emulation/mupen64plus-input-sdl/Manifest |  1 -
 .../mupen64plus-input-sdl-2.5.ebuild   | 76 --
 2 files changed, 77 deletions(-)

diff --git a/games-emulation/mupen64plus-input-sdl/Manifest 
b/games-emulation/mupen64plus-input-sdl/Manifest
index 6718157a50a..ab46c51db7a 100644
--- a/games-emulation/mupen64plus-input-sdl/Manifest
+++ b/games-emulation/mupen64plus-input-sdl/Manifest
@@ -1,2 +1 @@
 DIST mupen64plus-input-sdl-src-2.5.9.tar.gz 56403 BLAKE2B 
56d6c390783aa4a7f25f72a5295eb11f1ca2a69f2ffe4f0232d4a0c329e9c0eba0a2cbf46e66adfdf0462d2ec5337f7c6c4587ae29de346cd4cfe1d240f4d5fd
 SHA512 
b613396ee05e82aaaf15e955f83b5cb4e854df1fdb34d5e1c96cf0fddf0af79aa5af2ceb19cc9cfeaef707c2ecafd25e0814e3d7715a20b740482d0ece273f2f
-DIST mupen64plus-input-sdl-src-2.5.tar.gz 50580 BLAKE2B 
ab75c6e200c2979c75d35082a426266e7f835e0731058f8013d8788802ab9d65363b8820326fbfedc0b384facfaeccf6e04da66e01f79aee3d420f3ebe385461
 SHA512 
014a5e21feb88b14bcee44a74556a257393b799745308421a611eb3b6c11a390a589fdd393f07e69a128ca60426d4dcf8847bcbabed77b0d570be282550148d6

diff --git 
a/games-emulation/mupen64plus-input-sdl/mupen64plus-input-sdl-2.5.ebuild 
b/games-emulation/mupen64plus-input-sdl/mupen64plus-input-sdl-2.5.ebuild
deleted file mode 100644
index dd085bd0c45..000
--- a/games-emulation/mupen64plus-input-sdl/mupen64plus-input-sdl-2.5.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P=${PN}-src-${PV}
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, SDL input plugin"
-HOMEPAGE="https://www.mupen64plus.org/;
-SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.tar.gz;
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=games-emulation/mupen64plus-core-2.5:0=
-   media-libs/libsdl2:0=[joystick]"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   epatch_user
-
-   # avoid implicitly appending CPU flags
-   sed -i -e 's:-mmmx::g' -e 's:-msse::g' projects/unix/Makefile || die
-}
-
-src_compile() {
-   MAKEARGS=(
-   # Note: please keep this in sync in all of mupen64plus-* 
packages
-
-   -C projects/unix
-
-   # this basically means: GNU userspace
-   UNAME=Linux
-
-   # verbose output
-   V=1
-
-   CROSS_COMPILE="${CHOST}-"
-   CC="$(tc-getCC)"
-   CXX="$(tc-getCXX)"
-   PKG_CONFIG="$(tc-getPKG_CONFIG)"
-   # usual CFLAGS, CXXFLAGS and LDFLAGS are respected
-   # so we can leave OPTFLAGS empty
-   OPTFLAGS=
-
-   # paths, some of them are used at compile time
-   PREFIX=/usr
-   LIBDIR=/usr/$(get_libdir)
-
-   # disable unwanted magic
-   LDCONFIG=:
-   INSTALL_STRIP_FLAG=
-
-   # Package-specific stuff
-
-   # CROSS_COMPILE causes it to look for ${CHOST}-sdl2-config...
-   SDL_CFLAGS="$($(tc-getPKG_CONFIG) --cflags sdl2)"
-   SDL_LDLIBS="$($(tc-getPKG_CONFIG) --libs sdl2)"
-   )
-
-   use amd64 && MAKEARGS+=( HOST_CPU=x86_64 )
-   use x86 && MAKEARGS+=( HOST_CPU=i386 )
-
-   emake "${MAKEARGS[@]}" all
-}
-
-src_install() {
-   emake "${MAKEARGS[@]}" DESTDIR="${D}" install
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-video-glide64mk2/

2019-09-27 Thread Michał Górny
commit: 66a0cd2c537b5206412d7a36ff6c36daa5728df9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 28 05:32:02 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 28 05:35:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a0cd2c

games-emulation/mupen64plus-video-glide64mk2: Drop old (2.5)

Closes: https://bugs.gentoo.org/654470
Signed-off-by: Michał Górny  gentoo.org>

 .../mupen64plus-video-glide64mk2/Manifest  |  1 -
 .../mupen64plus-video-glide64mk2-2.5.ebuild| 88 --
 2 files changed, 89 deletions(-)

diff --git a/games-emulation/mupen64plus-video-glide64mk2/Manifest 
b/games-emulation/mupen64plus-video-glide64mk2/Manifest
index 8843f4f1c35..3a384ab175c 100644
--- a/games-emulation/mupen64plus-video-glide64mk2/Manifest
+++ b/games-emulation/mupen64plus-video-glide64mk2/Manifest
@@ -1,2 +1 @@
 DIST mupen64plus-video-glide64mk2-src-2.5.9.tar.gz 498350 BLAKE2B 
8378cfc9fe624b3441e290d44d600e30a85393aca5a5a5867fb778a665ea0718ae15ba67ce5b62930cd4feffb7b1ddce88be6434de9791c82a979aa8f022ecd1
 SHA512 
cc4cce1a1f036cdda0748cf9eb758f21ba08dbe83a2844cf92d3e781102aaa3556934ca01dbae248a2d93c65209932b858988030beaa29395d79df70bf479bd4
-DIST mupen64plus-video-glide64mk2-src-2.5.tar.gz 488988 BLAKE2B 
7d88125032190906bb39b93ae4c5b92e124a6e151d06e2e0d9650e86ffd3b2c455e30c9d801bbdb46cb3182078dd77fb624e3c80180e83b15f1feb57299ecb7a
 SHA512 
b62620a364ca9e6bf729e5dd07fb84a73745c6533b95468d3f5411c0556824282f760efefea0968b0a9282f77c315bbed8b0b8a59d771893b7fd0f5f24ad725d

diff --git 
a/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.ebuild
 
b/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.ebuild
deleted file mode 100644
index 0d399311a0c..000
--- 
a/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P=${PN}-src-${PV}
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, glide64mk2 video plugin"
-HOMEPAGE="https://www.mupen64plus.org/;
-SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.tar.gz;
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gles2 hires cpu_flags_x86_sse"
-
-RDEPEND=">=games-emulation/mupen64plus-core-2.5:0=[gles2=]
-   media-libs/libpng:0=
-   media-libs/libsdl2:0=
-   media-libs/libtxc_dxtn
-   sys-libs/zlib:0=
-   virtual/opengl:0=
-   hires? ( dev-libs/boost:0= )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   epatch_user
-
-   # avoid implicitly appending CPU flags
-   sed -i -e 's:-mmmx::g' -e 's:-msse::g' projects/unix/Makefile || die
-}
-
-src_compile() {
-   MAKEARGS=(
-   # Note: please keep this in sync in all of mupen64plus-* 
packages
-
-   -C projects/unix
-
-   # this basically means: GNU userspace
-   UNAME=Linux
-
-   # verbose output
-   V=1
-
-   CROSS_COMPILE="${CHOST}-"
-   CC="$(tc-getCC)"
-   CXX="$(tc-getCXX)"
-   PKG_CONFIG="$(tc-getPKG_CONFIG)"
-   # usual CFLAGS, CXXFLAGS and LDFLAGS are respected
-   # so we can leave OPTFLAGS empty
-   OPTFLAGS=
-
-   # paths, some of them are used at compile time
-   PREFIX=/usr
-   LIBDIR=/usr/$(get_libdir)
-
-   # disable unwanted magic
-   LDCONFIG=:
-   INSTALL_STRIP_FLAG=
-
-   # Package-specific stuff
-
-   # CROSS_COMPILE causes it to look for ${CHOST}-sdl2-config...
-   SDL_CFLAGS="$($(tc-getPKG_CONFIG) --cflags sdl2)"
-   SDL_LDLIBS="$($(tc-getPKG_CONFIG) --libs sdl2)"
-
-   NOSSE=$(usex cpu_flags_x86_sse 0 1)
-   HIRES=$(usex hires 1 0)
-   USE_FRAMESKIPPER=1
-   USE_GLES=$(usex gles2 1 0)
-   # use external lib
-   TXCDXTN=1
-   )
-
-   use amd64 && MAKEARGS+=( HOST_CPU=x86_64 )
-   use x86 && MAKEARGS+=( HOST_CPU=i386 )
-
-   emake "${MAKEARGS[@]}" all
-}
-
-src_install() {
-   emake "${MAKEARGS[@]}" DESTDIR="${D}" install
-   einstalldocs
-}



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

2019-09-27 Thread Michał Górny
commit: dde93a8d42b2aaebcd034045572b1a667b3fc119
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 28 05:34:03 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 28 05:35:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde93a8d

games-emulation/mupen64plus-core: Drop old (2.5)

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

 games-emulation/mupen64plus-core/Manifest  |   1 -
 .../mupen64plus-core-2.5-r1.ebuild | 111 -
 2 files changed, 112 deletions(-)

diff --git a/games-emulation/mupen64plus-core/Manifest 
b/games-emulation/mupen64plus-core/Manifest
index ed1096b9bff..986603232ba 100644
--- a/games-emulation/mupen64plus-core/Manifest
+++ b/games-emulation/mupen64plus-core/Manifest
@@ -1,2 +1 @@
 DIST mupen64plus-core-src-2.5.9.tar.gz 1618486 BLAKE2B 
6d43789873c6866dc7d268e4a2cc1febc4a8ce6615a51e4dabfc3d37156bf8d7c157ddccd45ae3b57852388c591b86d1cf401c7d78962ec6780272ef912d
 SHA512 
8087211eb3301e356e1529c1702c965aca5e9191a5a3efe604f2e2f7470da44c8c3be506ba1f0aa96b209baa8faf011ca153566540e96c278fe63a330b791f20
-DIST mupen64plus-core-src-2.5.tar.gz 895890 BLAKE2B 
08b55ff5b985838eed19b680635fec074d06aa20366bcc41c512173120b0f76b0cec691d0ee2b02b19eccce03f951c528df30ecbf440601629a5df92fa34db03
 SHA512 
1bf643798de4f17e2ce4f2a67dfd242a8b24d873c413b49cbcb280e4264131222e3f3bc02c46111868102b0b5174d117ababceab66551cb38b76b22b3a94f697

diff --git a/games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild 
b/games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild
deleted file mode 100644
index e79b922df9b..000
--- a/games-emulation/mupen64plus-core/mupen64plus-core-2.5-r1.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P=${PN}-src-${PV}
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, core library"
-HOMEPAGE="https://www.mupen64plus.org/;
-SRC_URI="https://github.com/mupen64plus/${PN}/releases/download/${PV}/${MY_P}.tar.gz;
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/2-sdl2"
-KEYWORDS="~amd64 ~x86"
-IUSE="debugger gles2 lirc new-dynarec +osd cpu_flags_x86_sse"
-
-RDEPEND="media-libs/libpng:0=
-   media-libs/libsdl2:0=[joystick,opengl,video]
-   sys-libs/zlib:0=[minizip]
-   lirc? ( app-misc/lirc:0 )
-   osd? (
-   media-fonts/dejavu
-   media-libs/freetype:2=
-   virtual/opengl:0=
-   virtual/glu:0=
-   )
-   !

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

2019-09-27 Thread Michał Górny
commit: 864d21da73e16854dbb5bbf250b553cb402349f6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 28 05:31:32 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 28 05:35:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864d21da

games-emulation/mupen64plus: Drop old (2.5)

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

 games-emulation/mupen64plus/mupen64plus-2.5.ebuild | 22 --
 1 file changed, 22 deletions(-)

diff --git a/games-emulation/mupen64plus/mupen64plus-2.5.ebuild 
b/games-emulation/mupen64plus/mupen64plus-2.5.ebuild
deleted file mode 100644
index ee21b07e89a..000
--- a/games-emulation/mupen64plus/mupen64plus-2.5.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, meta-package"
-HOMEPAGE="https://www.mupen64plus.org/;
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+audio-sdl +input-sdl +rsp-hle +ui-console +ui-m64py +video-glide64mk2 
+video-rice"
-
-RDEPEND=">=games-emulation/mupen64plus-core-2.5
-   audio-sdl? ( >=games-emulation/mupen64plus-audio-sdl-2.5 )
-   input-sdl? ( >=games-emulation/mupen64plus-input-sdl-2.5 )
-   rsp-hle? ( >=games-emulation/mupen64plus-rsp-hle-2.5 )
-   ui-console? ( >=games-emulation/mupen64plus-ui-console-2.5 )
-   ui-m64py? ( >=games-emulation/m64py-0.2.3-r1 )
-   video-glide64mk2? ( >=games-emulation/mupen64plus-video-glide64mk2-2.5 )
-   video-rice? ( >=games-emulation/mupen64plus-video-rice-2.5 )"



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

2019-09-27 Thread Tim Harder
commit: 349e1f145b1e9193716dcf28befc8393bdd0b7c9
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 28 03:59:46 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 28 03:59:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349e1f14

app-vim/syntastic: update redirected urls and bump to EAPI 7

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

 app-vim/syntastic/syntastic-3.9.0.ebuild | 10 +-
 app-vim/syntastic/syntastic-.ebuild  | 10 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/app-vim/syntastic/syntastic-3.9.0.ebuild 
b/app-vim/syntastic/syntastic-3.9.0.ebuild
index 6776db4e00e..80225618fcf 100644
--- a/app-vim/syntastic/syntastic-3.9.0.ebuild
+++ b/app-vim/syntastic/syntastic-3.9.0.ebuild
@@ -1,19 +1,19 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 inherit vim-plugin
 
 if [[ ${PV} == "" ]] ; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git;
+   EGIT_REPO_URI="https://github.com/vim-syntastic/syntastic.git;
 else
-   SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/vim-syntastic/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="vim plugin: syntax checking using external tools"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 
https://github.com/scrooloose/syntastic/;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 
https://github.com/vim-syntastic/syntastic/;
 LICENSE="WTFPL-2"
 
 VIM_PLUGIN_HELPFILES="${PN}"

diff --git a/app-vim/syntastic/syntastic-.ebuild 
b/app-vim/syntastic/syntastic-.ebuild
index 6776db4e00e..80225618fcf 100644
--- a/app-vim/syntastic/syntastic-.ebuild
+++ b/app-vim/syntastic/syntastic-.ebuild
@@ -1,19 +1,19 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 inherit vim-plugin
 
 if [[ ${PV} == "" ]] ; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git;
+   EGIT_REPO_URI="https://github.com/vim-syntastic/syntastic.git;
 else
-   SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/vim-syntastic/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="vim plugin: syntax checking using external tools"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 
https://github.com/scrooloose/syntastic/;
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 
https://github.com/vim-syntastic/syntastic/;
 LICENSE="WTFPL-2"
 
 VIM_PLUGIN_HELPFILES="${PN}"



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

2019-09-27 Thread Tim Harder
commit: db9639ea7aed8f453b6ce799ec2129932052803f
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 28 04:00:48 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 28 04:00:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9639ea

app-vim/syntastic: stabilize 3.9.0

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

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

diff --git a/app-vim/syntastic/syntastic-3.9.0.ebuild 
b/app-vim/syntastic/syntastic-3.9.0.ebuild
index 80225618fcf..df6c6fa1d27 100644
--- a/app-vim/syntastic/syntastic-3.9.0.ebuild
+++ b/app-vim/syntastic/syntastic-3.9.0.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/vim-syntastic/syntastic.git;
 else
SRC_URI="https://github.com/vim-syntastic/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="vim plugin: syntax checking using external tools"



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

2019-09-27 Thread Tim Harder
commit: a15d0f0526aa0dcb964abf8bef5e0348d577878e
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 28 04:00:59 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 28 04:00:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a15d0f05

app-vim/syntastic: remove old

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

 app-vim/syntastic/Manifest   |  1 -
 app-vim/syntastic/syntastic-3.8.0.ebuild | 33 
 2 files changed, 34 deletions(-)

diff --git a/app-vim/syntastic/Manifest b/app-vim/syntastic/Manifest
index 2ddcf65d0cc..815dca2da89 100644
--- a/app-vim/syntastic/Manifest
+++ b/app-vim/syntastic/Manifest
@@ -1,2 +1 @@
-DIST syntastic-3.8.0.tar.gz 253425 BLAKE2B 
a003b9166aba2915b5421ac02544d128b8befca0af4f15c880f56ad046fad0ca7c202e6f7dda44588a6ad4ac3b77a3ed3602613855c6755261b5941d45464eff
 SHA512 
b2f7fb07d457169a397a1ed42141e099cad14ded0b43f54a11060f2952843387396fcc539ffc9aaa1aa137ae62801e346a73c6de6035a0504706c59e40acef5c
 DIST syntastic-3.9.0.tar.gz 263275 BLAKE2B 
574cf958b859a108cdfdffed29b3ff0f0903dac5c7fbc497e2c69831ee35532d317bde0ab827dda828ee7cb3cc13ab9176c9ea6ea233e03e7b3fcb5b7c49757e
 SHA512 
04cee939226940bb95935434b7aba42a3419b8b7b73d5fa9052a6aaccec5d0724c4e3634edd56573d0080b31baf49c1a00811c6f88e4fbbdea7e761e5707dcb5

diff --git a/app-vim/syntastic/syntastic-3.8.0.ebuild 
b/app-vim/syntastic/syntastic-3.8.0.ebuild
deleted file mode 100644
index 2c2f54a9780..000
--- a/app-vim/syntastic/syntastic-3.8.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit vim-plugin
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git;
-else
-   SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="vim plugin: syntax checking using external tools"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 
https://github.com/scrooloose/syntastic/;
-LICENSE="WTFPL-2"
-
-VIM_PLUGIN_HELPFILES="${PN}"
-
-src_prepare() {
-   default
-   rm -r _assets LICENCE README.markdown || die
-}
-
-pkg_postinst() {
-   if [[ -z ${REPLACING_VERSIONS} ]] ; then
-   elog "Syntastic has many optional dependencies depending on the 
type"
-   elog "of syntax checking being performed. Look in the related 
files in"
-   elog "the syntax_checkers directory to help figure out what 
programs"
-   elog "different languages need."
-   fi
-}



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

2019-09-27 Thread Tim Harder
commit: 830827b05cf28b192102ea2d0d709831a1619420
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 28 03:52:02 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 28 03:52:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=830827b0

x11-wm/subtle: update HOMEPAGE to use https://

And add missing test RESTRICT.

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

 x11-wm/subtle/subtle-0.11.3244.ebuild | 5 +++--
 x11-wm/subtle/subtle-.ebuild  | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/x11-wm/subtle/subtle-0.11.3244.ebuild 
b/x11-wm/subtle/subtle-0.11.3244.ebuild
index e0a5b55666b..ef71c3fce45 100644
--- a/x11-wm/subtle/subtle-0.11.3244.ebuild
+++ b/x11-wm/subtle/subtle-0.11.3244.ebuild
@@ -7,7 +7,7 @@ USE_RUBY="ruby24 ruby25 ruby26"
 inherit ruby-ng toolchain-funcs
 
 if [[ ${PV} == "" ]]; then
-   EHG_REPO_URI="http://hg.subforge.org/subtle;
+   EHG_REPO_URI="https://hg.subforge.org/subtle;
EHG_CHECKOUT_DIR=${S}/all
inherit mercurial
 else
@@ -16,11 +16,12 @@ else
 fi
 
 DESCRIPTION="A manual tiling window manager"
-HOMEPAGE="http://subforge.org/projects/subtle/wiki;
+HOMEPAGE="https://subforge.org/projects/subtle/wiki;
 
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="debug doc +xft xinerama xpm +xrandr +xtest"
+RESTRICT="!test? ( test )"
 
 RDEPEND="x11-libs/libX11
xft? ( x11-libs/libXft )

diff --git a/x11-wm/subtle/subtle-.ebuild b/x11-wm/subtle/subtle-.ebuild
index e0a5b55666b..ef71c3fce45 100644
--- a/x11-wm/subtle/subtle-.ebuild
+++ b/x11-wm/subtle/subtle-.ebuild
@@ -7,7 +7,7 @@ USE_RUBY="ruby24 ruby25 ruby26"
 inherit ruby-ng toolchain-funcs
 
 if [[ ${PV} == "" ]]; then
-   EHG_REPO_URI="http://hg.subforge.org/subtle;
+   EHG_REPO_URI="https://hg.subforge.org/subtle;
EHG_CHECKOUT_DIR=${S}/all
inherit mercurial
 else
@@ -16,11 +16,12 @@ else
 fi
 
 DESCRIPTION="A manual tiling window manager"
-HOMEPAGE="http://subforge.org/projects/subtle/wiki;
+HOMEPAGE="https://subforge.org/projects/subtle/wiki;
 
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="debug doc +xft xinerama xpm +xrandr +xtest"
+RESTRICT="!test? ( test )"
 
 RDEPEND="x11-libs/libX11
xft? ( x11-libs/libXft )



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

2019-09-27 Thread Tim Harder
commit: dbd9c502f2c15163447c842a80006ddca31e3299
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 28 03:47:17 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 28 03:47:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd9c502

sys-fs/avfs: update redirected HOMEPAGE

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

 sys-fs/avfs/avfs-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/avfs/avfs-1.1.1.ebuild b/sys-fs/avfs/avfs-1.1.1.ebuild
index b89cc6aa4b3..77a619dcabb 100644
--- a/sys-fs/avfs/avfs-1.1.1.ebuild
+++ b/sys-fs/avfs/avfs-1.1.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DESCRIPTION="AVFS is a virtual filesystem that allows browsing of compressed 
files"
-HOMEPAGE="https://sourceforge.net/projects/avf;
+HOMEPAGE="https://sourceforge.net/projects/avf/;
 SRC_URI="mirror://sourceforge/avf/${P}.tar.bz2"
 
 LICENSE="GPL-2"



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

2019-09-27 Thread Tim Harder
commit: 07a843cc9b2054cd67f29155adbbebc64d7d4341
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 28 03:44:21 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 28 03:44:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a843cc

app-text/cpdf: update HOMEPAGE to use https://

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

 app-text/cpdf/cpdf-2.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/cpdf/cpdf-2.2.1.ebuild b/app-text/cpdf/cpdf-2.2.1.ebuild
index f65bcfcc216..fdbc8ccd6cd 100644
--- a/app-text/cpdf/cpdf-2.2.1.ebuild
+++ b/app-text/cpdf/cpdf-2.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit findlib
 
 DESCRIPTION="A command line tool for manipulating PDF files"
-HOMEPAGE="http://community.coherentpdf.com/ 
https://github.com/johnwhitington/cpdf-source/;
+HOMEPAGE="https://community.coherentpdf.com/ 
https://github.com/johnwhitington/cpdf-source/;
 SRC_URI="https://github.com/johnwhitington/cpdf-source/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 # BSD is only for xmlm.ml



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

2019-09-27 Thread Tim Harder
commit: 0883d204ffcfefe2ae047b96b2c093fe46c433ca
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 28 03:44:41 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 28 03:44:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0883d204

app-text/cpdf: remove old

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

 app-text/cpdf/Manifest |  1 -
 app-text/cpdf/cpdf-2.1.1-r1.ebuild | 41 --
 2 files changed, 42 deletions(-)

diff --git a/app-text/cpdf/Manifest b/app-text/cpdf/Manifest
index 610aa4c715a..e8e2f5b13de 100644
--- a/app-text/cpdf/Manifest
+++ b/app-text/cpdf/Manifest
@@ -1,2 +1 @@
-DIST cpdf-2.1.1.tar.gz 349536 BLAKE2B 
4064605890745ebaa24d32c3294a3293312dc8df6ab3989e1a7417989cdb19aca6b70faafb258c7c00d6febeba8b17379396c1f90628e72be0791cdefc579b6f
 SHA512 
aa06efaf098d3fe3f560ea30da9c3546e13d294b22d61c4cc3df553eb90e338d59ee1b51d14d7982ce52967bcf98c2afec9a5b5ae101e2183961f4be862c6517
 DIST cpdf-2.2.1.tar.gz 704730 BLAKE2B 
1767d2c9fdc645b4ff97b828b1d7bedb22aa645444f299e36ec4717015ea7b87dbbac4c9ec27bb508a7adb28b2c75c155bf9094a168567abbffa93887712241d
 SHA512 
3dda72513c551cca5d8cb60732b3f2c2e8ad400bd2c9fcf0c3b54a68e94385e3f19ec7713de95efa90eafb7b0077662097565a28616041019e03edf140b6af4f

diff --git a/app-text/cpdf/cpdf-2.1.1-r1.ebuild 
b/app-text/cpdf/cpdf-2.1.1-r1.ebuild
deleted file mode 100644
index 74a530638f3..000
--- a/app-text/cpdf/cpdf-2.1.1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="A command line tool for manipulating PDF files"
-HOMEPAGE="http://community.coherentpdf.com/ 
https://github.com/johnwhitington/cpdf-source/;
-SRC_URI="https://github.com/johnwhitington/cpdf-source/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-# BSD is only for xmlm.ml
-LICENSE="Coherent-Graphics BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-lang/ocaml-4:=
-   dev-ml/camlpdf:="
-DEPEND="${RDEPEND}"
-
-RESTRICT="mirror bindist"
-
-S=${WORKDIR}/${PN}-source-${PV}
-
-src_compile() {
-   # parallel make issues
-   emake -j1
-}
-
-src_install() {
-   findlib_src_install
-
-   dobin cpdf
-   dodoc Changes README.md
-
-   if use doc ; then
-   dodoc cpdfmanual.pdf
-   dohtml doc/cpdf/html/*
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/lnav/files/, app-admin/lnav/

2019-09-27 Thread Tim Harder
commit: 8ecc6eb23ca3dbc5e8fb6049edba3ab40f4e3974
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 28 03:38:28 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 28 03:38:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ecc6eb2

app-admin/lnav: remove old

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

 app-admin/lnav/Manifest|  2 --
 .../lnav/files/lnav-0.8.3-disable-tests.patch  | 32 --
 app-admin/lnav/lnav-0.8.3.ebuild   | 39 --
 app-admin/lnav/lnav-0.8.4.ebuild   | 39 --
 4 files changed, 112 deletions(-)

diff --git a/app-admin/lnav/Manifest b/app-admin/lnav/Manifest
index 3368bf03a07..5b8de860821 100644
--- a/app-admin/lnav/Manifest
+++ b/app-admin/lnav/Manifest
@@ -1,3 +1 @@
-DIST lnav-0.8.3.tar.gz 785911 BLAKE2B 
47800f27de0ad585082abaa2af3139d79506bc74d86c175040792eeaa89268711d8fd4b3737412a3dc59a566bb880f9c9fa248e48d665d25f24e1f139f9a1375
 SHA512 
21d0229abf9b572dcc426b6a5e87b8c84f4eb0a7f37ed62d0c08b7bd7c88868a13262f9c78b6af3f3a492b5853b68c8cf8f09ca8d24e77aaa2f2ad0f0f128022
-DIST lnav-0.8.4.tar.gz 840718 BLAKE2B 
3efa958bf8c8031a7c53db1a5277cf5cd17acfcc50583f0a9c5097ee7aa679bc3d9b8346e5fdecf91d053aba6ca320e5e9bcb827e0b0bf5c1a12d4d03c307b87
 SHA512 
79ef5712dbeea941f7d0a80652d25394ca4e278c983eef0b3ad9f22b90dee13dc50ae475632673575ace795f793bbb8e14b85ac4df786b94743e7a7596fb
 DIST lnav-0.8.5.tar.gz 908012 BLAKE2B 
a53e79d9403e5f3c731c88a171ddcb62027016b6d7d16fb618aeb9857ff86d1cc9c982d23bd172cc95f5e200afe84b488422ad4fc0aeb440cf2a96506829198e
 SHA512 
fbb61d454dc89388aeaaeca6ba1366f84cbd75260ef8e2f26a4208ab22f175886438dad7f40e4c21089209c7713c1ebcc3a722a248083c8d55f264cf139a79fe

diff --git a/app-admin/lnav/files/lnav-0.8.3-disable-tests.patch 
b/app-admin/lnav/files/lnav-0.8.3-disable-tests.patch
deleted file mode 100644
index 1f442afc3fd..000
--- a/app-admin/lnav/files/lnav-0.8.3-disable-tests.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Disable failing tests for bug #630916.
-
 lnav-0.8.3/test/Makefile.am
-+++ lnav-0.8.3/test/Makefile.am
-@@ -374,7 +374,6 @@
-   test_concise \
-   test_line_buffer2 \
-   test_line_buffer.sh \
--  test_listview.sh \
-   test_grep_proc.sh \
-   test_grep_proc2 \
-   test_hist_source \
-@@ -388,18 +387,15 @@
-   test_scripts.sh \
-   test_sessions.sh \
-   test_shlexer.sh \
--  test_sql.sh \
-   test_sql_coll_func.sh \
-   test_sql_json_func.sh \
-   test_sql_fs_func.sh \
-   test_sql_str_func.sh \
-   test_sql_time_func.sh \
--  test_view_colors.sh \
-   test_vt52_curses.sh \
-   test_top_status \
-   test_data_parser.sh \
--  test_yajlpp \
--  test_pretty_print.sh
-+  test_yajlpp
- 
- if HAVE_LIBCURL
- TESTS += \

diff --git a/app-admin/lnav/lnav-0.8.3.ebuild b/app-admin/lnav/lnav-0.8.3.ebuild
deleted file mode 100644
index 4cc902a0eb9..000
--- a/app-admin/lnav/lnav-0.8.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs autotools
-
-DESCRIPTION="A curses-based tool for viewing and analyzing log files"
-HOMEPAGE="http://lnav.org;
-SRC_URI="https://github.com/tstack/lnav/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="unicode"
-
-RDEPEND="
-   app-arch/bzip2
-   dev-db/sqlite:3
-   dev-libs/libpcre[cxx]
-   >=net-misc/curl-7.23.0
-   sys-libs/ncurses:0=[unicode?]
-   sys-libs/readline:0=
-   sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS NEWS README )
-PATCHES=( "${FILESDIR}"/${P}-disable-tests.patch )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --disable-static \
-   $(use_with unicode ncursesw)
-}

diff --git a/app-admin/lnav/lnav-0.8.4.ebuild b/app-admin/lnav/lnav-0.8.4.ebuild
deleted file mode 100644
index 0d788cfb299..000
--- a/app-admin/lnav/lnav-0.8.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs autotools
-
-DESCRIPTION="A curses-based tool for viewing and analyzing log files"
-HOMEPAGE="http://lnav.org;
-SRC_URI="https://github.com/tstack/lnav/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="unicode"
-
-RDEPEND="
-   app-arch/bzip2:0=
-   dev-db/sqlite:3
-   dev-libs/libpcre[cxx]
-   >=net-misc/curl-7.23.0
-   sys-libs/ncurses:0=[unicode?]
-   sys-libs/readline:0=
-   sys-libs/zlib:0="
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS NEWS README )
-PATCHES=( "${FILESDIR}"/${P}-disable-tests.patch )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   

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

2019-09-27 Thread Tim Harder
commit: 59e4a14b7d2d359935920b3bc6abd4917ece4482
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 28 03:41:44 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 28 03:41:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e4a14b

app-misc/dateutils: remove old

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

 app-misc/dateutils/Manifest   |  2 --
 app-misc/dateutils/dateutils-0.4.3.ebuild | 31 ---
 app-misc/dateutils/dateutils-0.4.5.ebuild | 31 ---
 3 files changed, 64 deletions(-)

diff --git a/app-misc/dateutils/Manifest b/app-misc/dateutils/Manifest
index 86ef1b0d30f..7d394ff680f 100644
--- a/app-misc/dateutils/Manifest
+++ b/app-misc/dateutils/Manifest
@@ -1,3 +1 @@
-DIST dateutils-0.4.3.tar.xz 631216 BLAKE2B 
1c9184e589eb01ff1da8be941afa5abb8095ef4b61a22d14e5c06f4faad175e2e9d8cf7077655f170033a125b7594d554e6996bbd0dd6f6508c16076d069e285
 SHA512 
0210ad1f47aec77b8b87a520da9155430b52068e53733ef7bb26dfa10e8651f2190171537d4317adf888733e9377f961d5ed070efacd8ca18139225fa8c185ca
-DIST dateutils-0.4.5.tar.xz 635908 BLAKE2B 
2766522f81ff94ec70772ff91d1a0a08f4b07c2d6f99fce85a0c3363c74e0caede4bedfcafbd610bf2a401ac2f027f9b2fcebe198e4bf94c7ffcb2048da4947e
 SHA512 
91d7b83dc70a0f46920c6bb5b1f456d6b3b5a8f9511218ac74888006501adef5c938f95e424ca8537e2a69bf632b2a08ef4a2536d89367089afb3da55cde70c7
 DIST dateutils-0.4.6.tar.xz 640552 BLAKE2B 
7f1b5bef1465063f46a7bc4b64ed1d645b3bf827aa17b7c962bf3e2731a031f8cf074970aad618157283f0303222413c7be80a72bdcc65bd0918120216542295
 SHA512 
014e8411774250d2862943bbbdd69cc7ec2ca934349272ae7c44b136a57ef30c23f841018cc38f86d49e2348b2199848076db224e3653d6d7337a3f17709c8cb

diff --git a/app-misc/dateutils/dateutils-0.4.3.ebuild 
b/app-misc/dateutils/dateutils-0.4.3.ebuild
deleted file mode 100644
index b894eb0de28..000
--- a/app-misc/dateutils/dateutils-0.4.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="command line date and time utilities"
-HOMEPAGE="https://hroptatyr.github.com/dateutils/;
-SRC_URI="https://bitbucket.org/hroptatyr/${PN}/downloads/${P}.tar.xz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="app-arch/xz-utils
-   sys-libs/timezone-data"
-
-# bug 429810
-RDEPEND="!sys-fabric/dapl"
-
-src_configure() {
-   econf --docdir=/usr/share/doc/${PF}
-}
-
-src_compile() {
-   emake CFLAGS="${CFLAGS}"
-}
-
-src_test() {
-   # parallel tests failure
-   emake CFLAGS="${CFLAGS}" -j1 check
-}

diff --git a/app-misc/dateutils/dateutils-0.4.5.ebuild 
b/app-misc/dateutils/dateutils-0.4.5.ebuild
deleted file mode 100644
index f9b6dad45b3..000
--- a/app-misc/dateutils/dateutils-0.4.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="command line date and time utilities"
-HOMEPAGE="https://hroptatyr.github.com/dateutils/;
-SRC_URI="https://bitbucket.org/hroptatyr/${PN}/downloads/${P}.tar.xz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="app-arch/xz-utils
-   sys-libs/timezone-data"
-
-# bug 429810
-RDEPEND="!sys-fabric/dapl"
-
-src_configure() {
-   econf --docdir=/usr/share/doc/${PF}
-}
-
-src_compile() {
-   emake CFLAGS="${CFLAGS}"
-}
-
-src_test() {
-   # parallel tests failure
-   emake CFLAGS="${CFLAGS}" -j1 check
-}



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

2019-09-27 Thread Tim Harder
commit: 92931ce20105a74612296c87ecb2540a2cdec574
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 28 03:36:00 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 28 03:36:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92931ce2

app-misc/binwalk: update redirected HOMEPAGE and SRC_URI urls

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

 app-misc/binwalk/binwalk-2.1.1.ebuild | 6 +++---
 app-misc/binwalk/binwalk-.ebuild  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-misc/binwalk/binwalk-2.1.1.ebuild 
b/app-misc/binwalk/binwalk-2.1.1.ebuild
index 0306c4e29bc..8fa53b9dd95 100644
--- a/app-misc/binwalk/binwalk-2.1.1.ebuild
+++ b/app-misc/binwalk/binwalk-2.1.1.ebuild
@@ -7,15 +7,15 @@ PYTHON_COMPAT=( python{2_7,3_5,3_6} )
 inherit distutils-r1
 
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/devttys0/binwalk.git;
+   EGIT_REPO_URI="https://github.com/ReFirmLabs/binwalk.git;
inherit git-r3
 else
-   SRC_URI="https://github.com/devttys0/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/ReFirmLabs/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="amd64 x86 ~x64-macos"
 fi
 
 DESCRIPTION="A tool for identifying files embedded inside firmware images"
-HOMEPAGE="https://github.com/devttys0/binwalk;
+HOMEPAGE="https://github.com/ReFirmLabs/binwalk;
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/app-misc/binwalk/binwalk-.ebuild 
b/app-misc/binwalk/binwalk-.ebuild
index c1bdfbf23cb..650ee2faadf 100644
--- a/app-misc/binwalk/binwalk-.ebuild
+++ b/app-misc/binwalk/binwalk-.ebuild
@@ -7,15 +7,15 @@ PYTHON_COMPAT=( python{2_7,3_5,3_6} )
 inherit distutils-r1
 
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/devttys0/binwalk.git;
+   EGIT_REPO_URI="https://github.com/ReFirmLabs/binwalk.git;
inherit git-r3
 else
-   SRC_URI="https://github.com/devttys0/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/ReFirmLabs/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86 ~x64-macos"
 fi
 
 DESCRIPTION="A tool for identifying files embedded inside firmware images"
-HOMEPAGE="https://github.com/devttys0/binwalk;
+HOMEPAGE="https://github.com/ReFirmLabs/binwalk;
 
 LICENSE="MIT"
 SLOT="0"



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

2019-09-27 Thread Tim Harder
commit: e6eccd870ae3bf249afa004b50b88e5adbe453c1
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 28 03:41:27 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 28 03:41:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6eccd87

app-misc/dateutils: update redirected HOMEPAGE

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

 app-misc/dateutils/dateutils-0.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/dateutils/dateutils-0.4.6.ebuild 
b/app-misc/dateutils/dateutils-0.4.6.ebuild
index 1cf97c2e0fb..56f3fe7bcb2 100644
--- a/app-misc/dateutils/dateutils-0.4.6.ebuild
+++ b/app-misc/dateutils/dateutils-0.4.6.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DESCRIPTION="command line date and time utilities"
-HOMEPAGE="https://hroptatyr.github.com/dateutils/;
+HOMEPAGE="https://www.fresse.org/dateutils/;
 SRC_URI="https://bitbucket.org/hroptatyr/${PN}/downloads/${P}.tar.xz;
 
 LICENSE="BSD"



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

2019-09-27 Thread Tim Harder
commit: 9d2fcde6e7e4785e54f27333afd9d11ad4d1d29e
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 28 03:39:50 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 28 03:39:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d2fcde6

app-arch/pigz: update HOMEPAGE and SRC_URI to use https://

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

 app-arch/pigz/pigz-2.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/pigz/pigz-2.4.ebuild b/app-arch/pigz/pigz-2.4.ebuild
index dfe5ab86335..300e5764323 100644
--- a/app-arch/pigz/pigz-2.4.ebuild
+++ b/app-arch/pigz/pigz-2.4.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit toolchain-funcs flag-o-matic
 
 DESCRIPTION="A parallel implementation of gzip"
-HOMEPAGE="http://www.zlib.net/pigz/;
-SRC_URI="http://www.zlib.net/pigz/${P}.tar.gz;
+HOMEPAGE="https://www.zlib.net/pigz/;
+SRC_URI="https://www.zlib.net/pigz/${P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"



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

2019-09-27 Thread Tim Harder
commit: e481ba709c0568e8692420c12723c736ec86481b
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 28 03:37:57 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 28 03:37:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e481ba70

app-admin/lnav: update HOMEPAGE to use https://

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

 app-admin/lnav/lnav-0.8.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/lnav/lnav-0.8.5.ebuild b/app-admin/lnav/lnav-0.8.5.ebuild
index 37f65085a57..8a803a78428 100644
--- a/app-admin/lnav/lnav-0.8.5.ebuild
+++ b/app-admin/lnav/lnav-0.8.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit toolchain-funcs autotools
 
 DESCRIPTION="A curses-based tool for viewing and analyzing log files"
-HOMEPAGE="http://lnav.org;
+HOMEPAGE="https://lnav.org;
 SRC_URI="https://github.com/tstack/lnav/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="BSD-2"



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

2019-09-27 Thread Tim Harder
commit: 4e46c742c45b84c65b3b66c4598fa79903552fa2
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 28 03:11:01 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 28 03:11:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e46c742

dev-util/icmake: remove old

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

 dev-util/icmake/Manifest  |  1 -
 dev-util/icmake/icmake-9.02.07.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/dev-util/icmake/Manifest b/dev-util/icmake/Manifest
index 0507f5f533c..22ee87b73a9 100644
--- a/dev-util/icmake/Manifest
+++ b/dev-util/icmake/Manifest
@@ -1,2 +1 @@
-DIST icmake-9.02.07.tar.gz 372605 BLAKE2B 
942edf17214d2646aa7146d19eff36e4c2035925d7279555ae660c96cec595ac83f32b658346d0c22ce0bfcba434b0022f10a55287a9e1efbefd07ca560b71c6
 SHA512 
9723dc9707e91fbd7cf075b461b0e6d9993891b6776be4b55265b5dce2359ae8232e9936ef6e0a9517783e652617851e7f9d5a9e58325b56da31239721054495
 DIST icmake-9.02.08.tar.gz 372630 BLAKE2B 
0c0437bd44c102a866eb85649df36badc52d0215f76d986bab818c6ad9ca28bcd9dff246f91e03ce623adc860ce434f37c4d1d00f74c8cf11200fb77aede9fe1
 SHA512 
8c4debbe236b2112f1a3bce6b4bd5f12f156067094af73bfec9f746b59d4fe218aeb9b3d5c82da99301d0f18e7a40cd46c76ec055d6887a72fbd3242c70cfcf4

diff --git a/dev-util/icmake/icmake-9.02.07.ebuild 
b/dev-util/icmake/icmake-9.02.07.ebuild
deleted file mode 100644
index bab99eab6fa..000
--- a/dev-util/icmake/icmake-9.02.07.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="Hybrid between a make utility and a shell scripting language"
-HOMEPAGE="https://fbb-git.github.io/icmake/ https://github.com/fbb-git/icmake;
-SRC_URI="https://github.com/fbb-git/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S=${WORKDIR}/${P}/${PN}
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-9.00.00-ar.patch
-   "${FILESDIR}"/${PN}-9.02.02-verbose-build.patch
-)
-
-src_prepare() {
-   default
-
-   sed -e "/^#define LIBDIR/s/lib/$(get_libdir)/" \
-   -e "/^#define DOCDIR/s/${PN}/${PF}/" \
-   -e "/^#define DOCDOCDIR/s/${PN}-doc/${PF}/" \
-   -i INSTALL.im || die
-
-   # fix build issues (bug #589896)
-   append-cflags -std=gnu99
-
-   tc-export AR CC
-}
-
-src_configure() {
-   ./icm_prepare "${EROOT}" || die
-}
-
-src_compile() {
-   ./icm_bootstrap "${EROOT}" || die
-}
-
-src_install() {
-   ./icm_install all "${ED}" || die
-}



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

2019-09-27 Thread Tim Harder
commit: b1ab36840577acce3cd6c0310b864189d7e03624
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 28 03:10:44 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 28 03:10:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ab3684

dev-util/icmake: use https:// for HOMEPAGE

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

 dev-util/icmake/icmake-9.02.08.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/icmake/icmake-9.02.08.ebuild 
b/dev-util/icmake/icmake-9.02.08.ebuild
index 31991a073ea..44c6eeb68a9 100644
--- a/dev-util/icmake/icmake-9.02.08.ebuild
+++ b/dev-util/icmake/icmake-9.02.08.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit toolchain-funcs flag-o-matic
 
 DESCRIPTION="Hybrid between a make utility and a shell scripting language"
-HOMEPAGE="http://fbb-git.gitlab.io/icmake/ https://gitlab.com/fbb-git/icmake;
+HOMEPAGE="https://fbb-git.gitlab.io/icmake/ https://gitlab.com/fbb-git/icmake;
 SRC_URI="https://gitlab.com/fbb-git/${PN}/-/archive/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-3"



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

2019-09-27 Thread Tim Harder
commit: 4385bd666739fe6b8cb660c8503f00d02e292973
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 28 03:07:20 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 28 03:07:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4385bd66

app-misc/fslurp: update to EAPI 7 and use https:// for HOMEPAGE

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

 app-misc/fslurp/fslurp-2.1.4.ebuild | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/app-misc/fslurp/fslurp-2.1.4.ebuild 
b/app-misc/fslurp/fslurp-2.1.4.ebuild
index b1e3a45e6a7..8b298571da0 100644
--- a/app-misc/fslurp/fslurp-2.1.4.ebuild
+++ b/app-misc/fslurp/fslurp-2.1.4.ebuild
@@ -1,21 +1,19 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="Read and display data from Fronius IG and IG Plus inverters"
-HOMEPAGE="http://fslurp.sourceforge.net/;
+HOMEPAGE="https://fslurp.sourceforge.io/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 x86"
 
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-makefile.patch
-}
+PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
 
 src_compile() {
emake CC="$(tc-getCXX)"



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

2019-09-27 Thread Tim Harder
commit: 34179ff46ca8be6356e5993005cc71c0f2ef05a2
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 28 02:57:42 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 28 02:57:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34179ff4

app-misc/jq: update HOMEPAGE redirect

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

 app-misc/jq/jq-1.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/jq/jq-1.6-r3.ebuild b/app-misc/jq/jq-1.6-r3.ebuild
index 4207cef20c7..5517556e8d5 100644
--- a/app-misc/jq/jq-1.6-r3.ebuild
+++ b/app-misc/jq/jq-1.6-r3.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit autotools
 
 DESCRIPTION="A lightweight and flexible command-line JSON processor"
-HOMEPAGE="https://stedolan.github.com/jq/;
+HOMEPAGE="https://stedolan.github.io/jq/;
 SRC_URI="https://github.com/stedolan/jq/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="MIT CC-BY-3.0"



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

2019-09-27 Thread Tim Harder
commit: 8846786b128a3b73b9dc44844101645bb236daf1
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 28 02:52:11 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 28 02:52:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8846786b

sys-fs/archivemount: update redirected HOMEPAGE

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

 sys-fs/archivemount/archivemount-0.8.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/archivemount/archivemount-0.8.12.ebuild 
b/sys-fs/archivemount/archivemount-0.8.12.ebuild
index 76c93396bb9..f8e3636bdeb 100644
--- a/sys-fs/archivemount/archivemount-0.8.12.ebuild
+++ b/sys-fs/archivemount/archivemount-0.8.12.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Mount archives using libarchive and FUSE"
-HOMEPAGE="https://www.cybernoia.de/software/archivemount.html 
https://github.com/cybernoid/archivemount.git;
+HOMEPAGE="https://www.cybernoia.de/software/archivemount.html 
https://github.com/cybernoid/archivemount;
 SRC_URI="https://www.cybernoia.de/software/archivemount/${P}.tar.gz;
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-mail/t-prot/

2019-09-27 Thread Tim Harder
commit: 4181c4f7a590d4f48ec3acc25f50522681bd10c0
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 28 02:49:30 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 28 02:49:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4181c4f7

net-mail/t-prot: bump to EAPI 7 and use https:// urls

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

 net-mail/t-prot/t-prot-3.4.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-mail/t-prot/t-prot-3.4.ebuild 
b/net-mail/t-prot/t-prot-3.4.ebuild
index e4bf5442e85..db55c5f5881 100644
--- a/net-mail/t-prot/t-prot-3.4.ebuild
+++ b/net-mail/t-prot/t-prot-3.4.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 DESCRIPTION="TOFU protection - display filter for RFC822 messages"
-HOMEPAGE="http://www.escape.de/~tolot/mutt/;
-SRC_URI="http://www.escape.de/~tolot/mutt/t-prot/downloads/${P}.tar.gz;
+HOMEPAGE="https://www.escape.de/~tolot/mutt/;
+SRC_URI="https://www.escape.de/~tolot/mutt/t-prot/downloads/${P}.tar.gz;
 
 LICENSE="BSD-4"
 SLOT="0"



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

2019-09-27 Thread Tim Harder
commit: 0fb89b9b1ddb90577a5e759dcc125a2de2784492
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 28 02:46:07 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 28 02:46:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb89b9b

www-client/lynx: version bump to 2.9.0_pre4

Use https:// URLs for HOMEPAGE and SRC_URI.

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

 www-client/lynx/Manifest   |   1 +
 www-client/lynx/lynx-2.9.0_pre4.ebuild | 105 +
 2 files changed, 106 insertions(+)

diff --git a/www-client/lynx/Manifest b/www-client/lynx/Manifest
index 1439eb79721..2d89cdb2310 100644
--- a/www-client/lynx/Manifest
+++ b/www-client/lynx/Manifest
@@ -1,2 +1,3 @@
 DIST lynx2.8.9rel.1.tar.bz2 2689171 BLAKE2B 
7cff536660e8fe77d40a56262c2f12e2093ffbb3e22a5ac8e7eab4410f0255e98df19e51f0c98d53aeb3ba63d0d1c2fcabe145242811bebcafb6e548a162a9fb
 SHA512 
61edbe082684fcbd91bdbf4f4d27c3baf92358811aaffc2f8af46adf23ca7b48aede1520fc5f2a8fc974a2f4bbf4e57e7e6027a187bfc6101e56878c98178e6d
 DIST lynx2.9.0dev.1.tar.bz2 2689103 BLAKE2B 
c82b208e8628efc0f01f35be554fa9c7de0f942cbd76307f7c8aa0d04638a9b89e206e84603c750096036e3469a310d274079caf6a535f15041e119046014845
 SHA512 
b17361de68fccb8f446210f806fb325468110354858353bc8aaf9b9ae38f9c9f33f592b9fc5ffd31738fe632032cc952347391cd77c5a7b5e5b85be579203e19
+DIST lynx2.9.0dev.4.tar.bz2 2723001 BLAKE2B 
aad4a5ad357d77b5f7e6d342178f0fe400d5494f5da8f394f05ff0363b5c09235ce17cba524a008aac821b23174f11528f6f4f8d504acd867449a4ebaa8fd039
 SHA512 
ea07de2d3d14bc5c79e308ba06436d7b9e37b6f316214821e539a454d0e2989327e2073757b951a7c82fb8db09d8867062a263fd684e1c49d89b8efa27fd611b

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

[gentoo-commits] repo/gentoo:master commit in: profiles/features/prefix/standalone/, profiles/features/prefix/rpath/, profiles/, ...

2019-09-27 Thread Benda XU
commit: b006a6fc53f2e545778f5ed516914bf07cacce5a
Author: Mo Zhou  gmail  com>
AuthorDate: Sat Aug 10 14:20:53 2019 +
Commit: Benda XU  gentoo  org>
CommitDate: Sat Sep 28 02:41:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b006a6fc

Prefix profile exp to dev migration.

  1. eudev, elogind and pam are available.
  2. Move rpath masks into features/prefix/rpath.
  3. Mask systemd and its reverse dependencies.

Closes: https://github.com/gentoo/gentoo/pull/12555
Closes: https://github.com/gentoo/gentoo/pull/12678
Signed-off-by: Benda Xu  gentoo.org>

 profiles/features/prefix/package.mask  | 42 --
 profiles/features/prefix/package.use.mask  | 12 ++-
 profiles/features/prefix/{ => rpath}/package.mask  | 10 +++---
 profiles/features/prefix/rpath/use.mask| 21 ---
 .../features/prefix/standalone/package.use.mask|  2 +-
 profiles/features/prefix/use.mask  | 11 ++
 profiles/profiles.desc |  2 +-
 7 files changed, 60 insertions(+), 40 deletions(-)

diff --git a/profiles/features/prefix/package.mask 
b/profiles/features/prefix/package.mask
index 6c331738314..c2367c0c1f8 100644
--- a/profiles/features/prefix/package.mask
+++ b/profiles/features/prefix/package.mask
@@ -1,22 +1,26 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Jeremy Olexa  (2009-06-30)
-# The PAM auth system just will not work in Gentoo Prefix, instead the host 
auth
-# system should be used.
-sys-libs/pam
-sys-auth/pambase
+# Benda Xu  (2019-08-20)
+# systemd is set to invade pid 1, which is not possible for Prefix.
+# The following are its reverse dependencies.
+sys-apps/systemd
+dev-libs/libreport
+app-admin/abrt
+app-admin/gnome-abrt
+app-admin/systemdgenie
+dev-python/python-systemd
+games-util/gamemode
+gnome-extra/gnome-logs
+gnome-extra/gnome-user-share
+gnome-extra/office-runner
+kde-misc/systemd-kcm
+ (2009-06-02)
-# If you have MacFuse or some other implementation of fuse installed, you can
-# probably use this by placing sys-fs/fuse in package.provided, bug 272210
-net-fs/curlftpfs
-
-# Jeremy Olexa  (2008-12-02)
-# Reported to work. However, you will need to package.provide some deps. 
-# See bug 248809 for more details.
-net-fs/openafs
-
-# Fabian Groffen  (2008-01-11)
-# Screws up things, see bug #204998
- (2019-08-20)
+# avoid gnome-extra/gnome-user-share, which depends on systemd.
+gnome-base/gnome-extra-apps share
+
+# Benda Xu  (2019-08-20)
+# avoid sys-apps/systemd
+net-analyzer/wireshark sdjournal
+sys-apps/dbus-broker launcher
+www-servers/uwsgi uwsgi_plugins_systemd_logger
+
 # Benda Xu  (2016-07-28)
 # Needs root privilege.
 sys-fs/eudev hwdb kmod

diff --git a/profiles/features/prefix/package.mask 
b/profiles/features/prefix/rpath/package.mask
similarity index 100%
copy from profiles/features/prefix/package.mask
copy to profiles/features/prefix/rpath/package.mask
index 6c331738314..e3f46170a20 100644
--- a/profiles/features/prefix/package.mask
+++ b/profiles/features/prefix/rpath/package.mask
@@ -7,16 +7,16 @@
 sys-libs/pam
 sys-auth/pambase
 
-# Jeremy Olexa  (2009-06-02)
-# If you have MacFuse or some other implementation of fuse installed, you can
-# probably use this by placing sys-fs/fuse in package.provided, bug 272210
-net-fs/curlftpfs
-
 # Jeremy Olexa  (2008-12-02)
 # Reported to work. However, you will need to package.provide some deps. 
 # See bug 248809 for more details.
 net-fs/openafs
 
+# Jeremy Olexa  (2009-06-02)
+# If you have MacFuse or some other implementation of fuse installed, you can
+# probably use this by placing sys-fs/fuse in package.provided, bug 272210
+net-fs/curlftpfs
+
 # Fabian Groffen  (2008-01-11)
 # Screws up things, see bug #204998
  (2019-08-20)
+# Migrated from features/prefix:
+# USE flags inherited by the base/use.defaults file that shouldn't be
+# in Prefix rpath.
+cups
+# USE=pam just does not make sense in Gentoo Prefix. Should be using the host
+# auth system.
+pam
+# USE=udev just does not make sense in Gentoo Prefix. bug 293480
+udev
+
+# Benda Xu  (2019-06-26)
+# Not supported
+eselect-ldso
+
 # prefix-guest USE flag should be set in prefix rpath profiles
 -prefix-guest
 
 # multilib is never going to work as expected in Prefix rpath
 multilib
-
-# Benda Xu  (2019-06-26)
-# Not supported
-eselect-ldso

diff --git a/profiles/features/prefix/standalone/package.use.mask 
b/profiles/features/prefix/standalone/package.use.mask
index 9b7d7871511..7653e7fd7c1 100644
--- a/profiles/features/prefix/standalone/package.use.mask
+++ b/profiles/features/prefix/standalone/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Benda Xu  (2019-01-26)

diff --git a/profiles/features/prefix/use.mask 

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

2019-09-27 Thread Tim Harder
commit: 17f2ce01977459bcca6c745ad2419f4895c43959
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 28 02:34:30 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Sep 28 02:34:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f2ce01

net-misc/autossh: use http:// for HOMEPAGE and SRC_URI

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

 net-misc/autossh/autossh-1.4g.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/autossh/autossh-1.4g.ebuild 
b/net-misc/autossh/autossh-1.4g.ebuild
index 14991df99f5..44afe463bad 100644
--- a/net-misc/autossh/autossh-1.4g.ebuild
+++ b/net-misc/autossh/autossh-1.4g.ebuild
@@ -4,8 +4,8 @@
 EAPI=7
 
 DESCRIPTION="Automatically restart SSH sessions and tunnels"
-HOMEPAGE="http://www.harding.motd.ca/autossh/;
-SRC_URI="http://www.harding.motd.ca/${PN}/${P}.tgz;
+HOMEPAGE="https://www.harding.motd.ca/autossh/;
+SRC_URI="https://www.harding.motd.ca/${PN}/${P}.tgz;
 
 LICENSE="BSD"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-visualization-starburst/

2019-09-27 Thread Craig Andrews
commit: 26239ce942e73192e8e8c1716b058ba71461d92c
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Sep 28 00:04:08 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Sep 28 00:04:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26239ce9

media-plugins/kodi-visualization-starburst: 2.0.0 version bump

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

 media-plugins/kodi-visualization-starburst/Manifest   | 1 +
 ...urst-.ebuild => kodi-visualization-starburst-2.0.0.ebuild} | 8 +---
 .../kodi-visualization-starburst-.ebuild  | 8 +---
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/media-plugins/kodi-visualization-starburst/Manifest 
b/media-plugins/kodi-visualization-starburst/Manifest
new file mode 100644
index 000..455dd2908bb
--- /dev/null
+++ b/media-plugins/kodi-visualization-starburst/Manifest
@@ -0,0 +1 @@
+DIST kodi-visualization-starburst-2.0.0.tar.gz 149618 BLAKE2B 
8afaba6236b8d2f70532e7fedcdccd7271dfcd7149b1d6e4a0f8a3c3591b984f51f0e4846ca9763968579a67277eb8547e16e8729656b32247ccbaf2a307803f
 SHA512 
7671288a9b24ca9ea2c7aae3d0bd31dd9d3ae47785d4ef2cd11a063270fd30b89115c4736ed34aea885bea011adf3aa3b0f19abf9c24a813bdeb55cc956e6610

diff --git 
a/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-.ebuild
 
b/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-2.0.0.ebuild
similarity index 78%
copy from 
media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-.ebuild
copy to 
media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-2.0.0.ebuild
index 044417ae7cd..6752d8e6f65 100644
--- 
a/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-.ebuild
+++ 
b/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-2.0.0.ebuild
@@ -17,8 +17,9 @@ case ${PV} in
;;
 *)
KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/notspiff/visualization.starburst/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/visualization.starburst-${PV}"
+   CODENAME="Leia"
+   
SRC_URI="https://github.com/notspiff/visualization.starburst/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/visualization.starburst-${PV}-${CODENAME}"
;;
 esac
 
@@ -27,7 +28,8 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-   media-tv/kodi
+   =media-tv/kodi-18*
+   media-libs/glm
virtual/opengl
"
 

diff --git 
a/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-.ebuild
 
b/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-.ebuild
index 044417ae7cd..5adff686360 100644
--- 
a/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-.ebuild
+++ 
b/media-plugins/kodi-visualization-starburst/kodi-visualization-starburst-.ebuild
@@ -17,8 +17,9 @@ case ${PV} in
;;
 *)
KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/notspiff/visualization.starburst/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/visualization.starburst-${PV}"
+   CODENAME="Leia"
+   
SRC_URI="https://github.com/notspiff/visualization.starburst/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/visualization.starburst-${PV}-${CODENAME}"
;;
 esac
 
@@ -27,7 +28,8 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-   media-tv/kodi
+   ~media-tv/kodi-
+   media-libs/glm
virtual/opengl
"
 



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

2019-09-27 Thread Georgy Yakovlev
commit: 674706223efe76f2df9df10b604bb51d22f87f0b
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Sep 27 20:03:27 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Sep 27 20:03:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67470622

dev-lang/rust: fix llvm max slot for 1.38.0

Closes: https://bugs.gentoo.org/695724
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/rust/rust-1.38.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/rust/rust-1.38.0.ebuild b/dev-lang/rust/rust-1.38.0.ebuild
index f1c41596a82..154fe53800a 100644
--- a/dev-lang/rust/rust-1.38.0.ebuild
+++ b/dev-lang/rust/rust-1.38.0.ebuild
@@ -53,7 +53,7 @@ LLVM_DEPEND="
)


[gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/

2019-09-27 Thread Craig Andrews
commit: 5d7793b6b058c1946776abe1119e2297f7db6b31
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Sep 27 19:38:51 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Sep 27 19:40:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d7793b6

net-p2p/cpuminer-opt: 3.9.8 version bump

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

 net-p2p/cpuminer-opt/Manifest  |  1 +
 net-p2p/cpuminer-opt/cpuminer-opt-3.9.8.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest
index 0fcf8ab2b1e..8ae8a99f315 100644
--- a/net-p2p/cpuminer-opt/Manifest
+++ b/net-p2p/cpuminer-opt/Manifest
@@ -1,2 +1,3 @@
 DIST cpuminer-opt-3.9.6.2.tar.gz 1796238 BLAKE2B 
5c9ef9e04897ac8e62196bb54606b407ae5df7f48074f91c202a7323f9ebfa5c44361df99ed83f9c67e69080580c9bf1e29607b491c872a2f1385c8c42444940
 SHA512 
92e96724fc40d974cd80d61c19c7d46b6581ec0e63328bf940cade12231240fa17f26639a6c344cf19c20ea6e6f7dc4178dea7db51a4c7ec85a66ab5e4a5e59d
 DIST cpuminer-opt-3.9.7.tar.gz 1797055 BLAKE2B 
33f978139a04e5bedd76bf37f20d55e1a910e38bb877adf611b9a3b5a9c83193bde6adf5a93562a57e5b12c5e05b59824709714143b9df9abffb751f20e9543d
 SHA512 
a696847b9c7283e1a05cfae2785311e82a1b84496ca1da2b30bb960d3fcc37991f9ab866b8e32125f66718d89b2b8ac3e680b53da2ec68deff910745603ce6d7
+DIST cpuminer-opt-3.9.8.tar.gz 1792693 BLAKE2B 
e08866a17e29491430ef2896b79336a78b8fd74696812c406be9454c59ec07c5d65237714375888a06d15cceaaf8465658004f73d0371f0e95f7954fae2c22fe
 SHA512 
af50d7cbc4890697cc006887053d7fe7ec516dc13709bdb61c77ba1322fa7c6ce0c942ea9fc1881ce9ae43524b20f7182d574e546ef4e0fc479a0827658329af

diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.9.8.ebuild 
b/net-p2p/cpuminer-opt/cpuminer-opt-3.9.8.ebuild
new file mode 100644
index 000..666d27ee1c0
--- /dev/null
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.9.8.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Optimized multi algo CPU miner"
+HOMEPAGE="https://github.com/JayDDee/cpuminer-opt;
+IUSE="cpu_flags_x86_sse2 curl libressl"
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="cpu_flags_x86_sse2"
+DEPEND="
+   dev-libs/gmp:0
+   dev-libs/jansson
+   >=net-misc/curl-7.15[ssl]
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+"
+RDEPEND="${DEPEND}"
+if [[ ${PV} == "" ]] ; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/JayDDee/${PN}.git;
+   inherit git-r3
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   econf --with-crypto --with-curl
+}
+
+src_install() {
+   default
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   insinto "/etc/${PN}"
+   doins cpuminer-conf.json
+}
+
+src_test() {
+   ./cpuminer --cputest || die
+}



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

2019-09-27 Thread Craig Andrews
commit: 5085ab8b0b87f6cfcf5acf46382519d74b05a92a
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Sep 27 19:39:40 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Fri Sep 27 19:40:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5085ab8b

dev-util/rocm-cmake: 2.8.0 version bump

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

 dev-util/rocm-cmake/Manifest|  1 +
 dev-util/rocm-cmake/rocm-cmake-2.8.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-util/rocm-cmake/Manifest b/dev-util/rocm-cmake/Manifest
index 28d53fcb6a8..bf72fe82c70 100644
--- a/dev-util/rocm-cmake/Manifest
+++ b/dev-util/rocm-cmake/Manifest
@@ -1,2 +1,3 @@
 DIST rocm-cmake-0.2.tar.gz 12729 BLAKE2B 
6380e077cdc0dcc8c40c487789bd4405a9104e0c55e68df0587c74ea140c329b28ef224bea0d9d529ddaca2c3b874e64be840f96191b8bae7d662de5854756b6
 SHA512 
b2ebd749fb99ac6dbeac005bb0de5ca57e12ae3590d560c0fd03371f2dd0fc6e7862e0bc96046b98b8248770852c6ee64dd349f22405e77d8a210884246213bd
 DIST rocm-cmake-2.7.0.tar.gz 13352 BLAKE2B 
1dd37f9beed98d2120a42505ef7463de672db01c1213262202819ea4ee76678a3126b7ca52e8738717618247a93af680534262ce56b718f7dc4ebb7f62acd358
 SHA512 
d08d08ea53c7242fccce808189048d195b8edbaa2a8f0a0fac4267a232dddaadab791f0bf2fe0c975f050cdac095531a2cabcab55157b5405f250f74fa0a01cc
+DIST rocm-cmake-2.8.0.tar.gz 13677 BLAKE2B 
24fdb6685190e06be0afe9184b048d1be36f66d0fd5033244d481fdc41db6333cde2d4b5e23808add0115018f23e80cf78e09e01f8aacf1f34eca2e9cf64e0b5
 SHA512 
61fa614acfdd5d18da617f73f6373e3c39ece22674fc9697e2f2d9595317fed179298672f98e178ddcfd73e7cad908189f32b7265a98f773750616abdd11a74c

diff --git a/dev-util/rocm-cmake/rocm-cmake-2.8.0.ebuild 
b/dev-util/rocm-cmake/rocm-cmake-2.8.0.ebuild
new file mode 100644
index 000..d6c02fff0fd
--- /dev/null
+++ b/dev-util/rocm-cmake/rocm-cmake-2.8.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/RadeonOpenCompute/rocm-cmake/;
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/RadeonOpenCompute/rocm-cmake/archive/roc-${PV}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/rocm-cmake-roc-${PV}"
+fi
+
+DESCRIPTION="Radeon Open Compute CMake Modules"
+HOMEPAGE="https://github.com/RadeonOpenCompute/rocm-cmake;
+LICENSE="MIT"
+SLOT="0"
+RESTRICT="test"
+
+src_prepare() {
+   sed -e "s:set(ROCM_INSTALL_LIBDIR lib):set(ROCM_INSTALL_LIBDIR 
$(get_libdir)):" -i "${S}/share/rocm/cmake/ROCMInstallTargets.cmake" || die
+   cmake-utils_src_prepare
+}



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

2019-09-27 Thread Mikle Kolyada
commit: 90914143aba54c5c6f550cd1c0eb97b5b010b738
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:32:28 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:32:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90914143

app-text/texlive: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/app-text/texlive/texlive-2019.ebuild 
b/app-text/texlive/texlive-2019.ebuild
index 4224d9c9805..c44916e25ef 100644
--- a/app-text/texlive/texlive-2019.ebuild
+++ b/app-text/texlive/texlive-2019.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~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 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="cjk context detex dvi2tty extra epspdf games graphics
 humanities jadetex luatex metapost music pdfannotextractor png pstricks 
publishers
 science tex4ht texi2html truetype xetex xindy xml X"



[gentoo-commits] repo/gentoo:master commit in: dev-tex/latex-beamer/

2019-09-27 Thread Mikle Kolyada
commit: b3c819a2f5cb5684810c53122bd0629e3b23c7ee
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:32:30 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:32:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c819a2

dev-tex/latex-beamer: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-tex/latex-beamer/latex-beamer-3.56.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex-beamer/latex-beamer-3.56.ebuild 
b/dev-tex/latex-beamer/latex-beamer-3.56.ebuild
index d55ee57b3e6..04fdea591aa 100644
--- a/dev-tex/latex-beamer/latex-beamer-3.56.ebuild
+++ b/dev-tex/latex-beamer/latex-beamer-3.56.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/josephwright/beamer/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-2 FDL-1.2 LPPL-1.3c"
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND="dev-texlive/texlive-latex"



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

2019-09-27 Thread Mikle Kolyada
commit: 86495e4065dee3d3e1b363a7d04dc3f9eed85f0a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:32:20 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:32:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86495e40

dev-texlive/texlive-pstricks: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-pstricks/texlive-pstricks-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-pstricks/texlive-pstricks-2019.ebuild 
b/dev-texlive/texlive-pstricks/texlive-pstricks-2019.ebuild
index 34623d3fbc1..e9e1acdf0b1 100644
--- a/dev-texlive/texlive-pstricks/texlive-pstricks-2019.ebuild
+++ b/dev-texlive/texlive-pstricks/texlive-pstricks-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive PSTricks"
 
 LICENSE=" GPL-1 GPL-2 LGPL-2 LGPL-3 LPPL-1.2 LPPL-1.3 LPPL-1.3c "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 >=dev-texlive/texlive-plaingeneric-2019



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

2019-09-27 Thread Mikle Kolyada
commit: 49122497fbfe7f82755cdaca79561d7ffd5c974f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:32:12 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:32:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49122497

dev-texlive/texlive-metapost: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-metapost/texlive-metapost-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-metapost/texlive-metapost-2019.ebuild 
b/dev-texlive/texlive-metapost/texlive-metapost-2019.ebuild
index b0e6a7bcf5e..e21baa9a0d2 100644
--- a/dev-texlive/texlive-metapost/texlive-metapost-2019.ebuild
+++ b/dev-texlive/texlive-metapost/texlive-metapost-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive MetaPost and Metafont packages"
 
 LICENSE=" CC-BY-SA-4.0 GPL-1 GPL-2 GPL-3+ LGPL-2 LPPL-1.3 MIT public-domain 
TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 "



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

2019-09-27 Thread Mikle Kolyada
commit: e7b0e2e281fb61562c02b8f626741aa06713e817
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:31:45 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:31:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7b0e2e2

dev-texlive/texlive-langitalian: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-langitalian/texlive-langitalian-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langitalian/texlive-langitalian-2019.ebuild 
b/dev-texlive/texlive-langitalian/texlive-langitalian-2019.ebuild
index 70b54ef5a75..4f0ebe64163 100644
--- a/dev-texlive/texlive-langitalian/texlive-langitalian-2019.ebuild
+++ b/dev-texlive/texlive-langitalian/texlive-langitalian-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Italian"
 
 LICENSE=" FDL-1.1 GPL-1 GPL-2 LGPL-2 LPPL-1.3 LPPL-1.3c TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 !

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

2019-09-27 Thread Mikle Kolyada
commit: 70dbc429c325f43b26f057abbb3b3290dc692a93
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:31:49 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:31:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70dbc429

dev-texlive/texlive-langkorean: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-langkorean/texlive-langkorean-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langkorean/texlive-langkorean-2019.ebuild 
b/dev-texlive/texlive-langkorean/texlive-langkorean-2019.ebuild
index a73e38c70f6..dace262eb21 100644
--- a/dev-texlive/texlive-langkorean/texlive-langkorean-2019.ebuild
+++ b/dev-texlive/texlive-langkorean/texlive-langkorean-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Korean"
 
 LICENSE=" FDL-1.1 GPL-2 LPPL-1.3 OFL TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-langcjk-2019
 !

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

2019-09-27 Thread Mikle Kolyada
commit: dce85d1177a15fa1fae8bcef63c155c8e76ea8dc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:32:16 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:32:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce85d11

dev-texlive/texlive-pictures: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-pictures/texlive-pictures-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-pictures/texlive-pictures-2019.ebuild 
b/dev-texlive/texlive-pictures/texlive-pictures-2019.ebuild
index 2c967076588..8e3955679f4 100644
--- a/dev-texlive/texlive-pictures/texlive-pictures-2019.ebuild
+++ b/dev-texlive/texlive-pictures/texlive-pictures-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Graphics, pictures, diagrams"
 
 LICENSE=" Apache-2.0 BSD-2 GPL-2 CC-BY-SA-4.0 "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 >=dev-tex/pgf-3.0.1



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

2019-09-27 Thread Mikle Kolyada
commit: 144f8c21440c111a3da3de2e2b0bfe1608aa7d7b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:32:23 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:32:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=144f8c21

dev-texlive/texlive-publishers: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-publishers/texlive-publishers-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-publishers/texlive-publishers-2019.ebuild 
b/dev-texlive/texlive-publishers/texlive-publishers-2019.ebuild
index 896ae94dd38..ad53c410e2d 100644
--- a/dev-texlive/texlive-publishers/texlive-publishers-2019.ebuild
+++ b/dev-texlive/texlive-publishers/texlive-publishers-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Publisher styles, theses, etc."
 
 LICENSE=" Apache-2.0 BSD GPL-2 CC0-1.0 "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2019"
 RDEPEND="${DEPEND} "



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

2019-09-27 Thread Mikle Kolyada
commit: 87ad60ffd45a6d89c54021cd3d5c2666c46759cd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:32:06 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:32:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ad60ff

dev-texlive/texlive-latexrecommended: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 .../texlive-latexrecommended/texlive-latexrecommended-2019.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2019.ebuild 
b/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2019.ebuild
index 4fe2fcb69df..5e522c5b674 100644
--- a/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2019.ebuild
+++ b/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX recommended packages"
 
 LICENSE=" GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 LPPL-1.3c public-domain TeX-other-free 
"
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2019
 !

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

2019-09-27 Thread Mikle Kolyada
commit: 9e8676e36c123405b5c50e5f8da2f077920def5a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:31:55 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:31:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e8676e3

dev-texlive/texlive-langportuguese: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-langportuguese/texlive-langportuguese-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-texlive/texlive-langportuguese/texlive-langportuguese-2019.ebuild 
b/dev-texlive/texlive-langportuguese/texlive-langportuguese-2019.ebuild
index ec619735b36..5b2d4445869 100644
--- a/dev-texlive/texlive-langportuguese/texlive-langportuguese-2019.ebuild
+++ b/dev-texlive/texlive-langportuguese/texlive-langportuguese-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Portuguese"
 
 LICENSE=" GPL-1 GPL-2+ LPPL-1.3 public-domain "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 !

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

2019-09-27 Thread Mikle Kolyada
commit: 4e6d10dcb151de06bc39d014eae2cea01e0b8c7f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:32:18 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:32:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e6d10dc

dev-texlive/texlive-plaingeneric: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2019.ebuild 
b/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2019.ebuild
index e3ee71a08a9..2ce8e947e6c 100644
--- a/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2019.ebuild
+++ b/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Plain (La)TeX packages"
 
 LICENSE=" GPL-1 GPL-2 GPL-3 LPPL-1.3 LPPL-1.3c public-domain TeX 
TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 !dev-texlive/texlive-genericextra



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

2019-09-27 Thread Mikle Kolyada
commit: e46fcddab7c87f02747423b3576d86587e066585
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:32:08 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:32:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46fcdda

dev-texlive/texlive-luatex: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-luatex/texlive-luatex-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-luatex/texlive-luatex-2019.ebuild 
b/dev-texlive/texlive-luatex/texlive-luatex-2019.ebuild
index 2d51098df16..71ed9e06bb1 100644
--- a/dev-texlive/texlive-luatex/texlive-luatex-2019.ebuild
+++ b/dev-texlive/texlive-luatex/texlive-luatex-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LuaTeX packages"
 
 LICENSE=" BSD FDL-1.1 GPL-2 LPPL-1.3 LPPL-1.3c MIT public-domain 
TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 "



[gentoo-commits] repo/gentoo:master commit in: dev-tex/pgf/

2019-09-27 Thread Mikle Kolyada
commit: 89bfd305b716010cbbe8469887c7bd0b7ef2eeca
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:32:32 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:32:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89bfd305

dev-tex/pgf: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-tex/pgf/pgf-3.1.4b-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/pgf/pgf-3.1.4b-r1.ebuild b/dev-tex/pgf/pgf-3.1.4b-r1.ebuild
index b7239d27b7b..1d7cec21119 100644
--- a/dev-tex/pgf/pgf-3.1.4b-r1.ebuild
+++ b/dev-tex/pgf/pgf-3.1.4b-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI=" 
https://github.com/pgf-tikz/pgf/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2 LPPL-1.3c FDL-1.2"
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE="doc source"
 
 RDEPEND="dev-texlive/texlive-latexrecommended



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

2019-09-27 Thread Mikle Kolyada
commit: 1f238478271071711297569ed212a9c0c2ce1cf7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:31:53 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:31:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f238478

dev-texlive/texlive-langpolish: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-langpolish/texlive-langpolish-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langpolish/texlive-langpolish-2019.ebuild 
b/dev-texlive/texlive-langpolish/texlive-langpolish-2019.ebuild
index be5a080a9ab..9ba9c7420ac 100644
--- a/dev-texlive/texlive-langpolish/texlive-langpolish-2019.ebuild
+++ b/dev-texlive/texlive-langpolish/texlive-langpolish-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Polish"
 
 LICENSE=" FDL-1.1 GPL-2 LPPL-1.2 LPPL-1.3 LPPL-1.3c public-domain TeX "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2019
 >=dev-texlive/texlive-basic-2019



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

2019-09-27 Thread Mikle Kolyada
commit: ca935eadf89a2ee00a4a0a567773187af58b63ed
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:31:43 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:31:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca935ead

dev-texlive/texlive-langgreek: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-langgreek/texlive-langgreek-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langgreek/texlive-langgreek-2019.ebuild 
b/dev-texlive/texlive-langgreek/texlive-langgreek-2019.ebuild
index 5245e9bb678..794a7d23f63 100644
--- a/dev-texlive/texlive-langgreek/texlive-langgreek-2019.ebuild
+++ b/dev-texlive/texlive-langgreek/texlive-langgreek-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Greek"
 
 LICENSE=" GPL-1 GPL-2 LGPL-3 LPPL-1.3 public-domain TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 !

[gentoo-commits] repo/gentoo:master commit in: dev-tex/latexdiff/

2019-09-27 Thread Mikle Kolyada
commit: c8db8fa62631fca589d7d381c67c3c4f98cc113b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:32:34 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:32:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8db8fa6

dev-tex/latexdiff: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-tex/latexdiff/latexdiff-1.3.0.ebuild 
b/dev-tex/latexdiff/latexdiff-1.3.0.ebuild
index 984289f1da6..dc62eba3261 100644
--- a/dev-tex/latexdiff/latexdiff-1.3.0.ebuild
+++ b/dev-tex/latexdiff/latexdiff-1.3.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/ftilmann/latexdiff.git;
 else
SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   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"
+   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"
 fi
 
 LICENSE="GPL-3"



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

2019-09-27 Thread Mikle Kolyada
commit: 0df77ee5155276b9e645bc76f6e8b00facb49194
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:32:14 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:32:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df77ee5

dev-texlive/texlive-music: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-music/texlive-music-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-music/texlive-music-2019.ebuild 
b/dev-texlive/texlive-music/texlive-music-2019.ebuild
index 2febf143a21..3d0e051cf14 100644
--- a/dev-texlive/texlive-music/texlive-music-2019.ebuild
+++ b/dev-texlive/texlive-music/texlive-music-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Music packages"
 
 LICENSE=" FDL-1.1 GPL-1 GPL-2 GPL-2+ "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2019
 !

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

2019-09-27 Thread Mikle Kolyada
commit: 044e31c61780b4c99fe925ac70a2aba759c65a81
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:32:10 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:32:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044e31c6

dev-texlive/texlive-mathscience: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-mathscience/texlive-mathscience-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-mathscience/texlive-mathscience-2019.ebuild 
b/dev-texlive/texlive-mathscience/texlive-mathscience-2019.ebuild
index a580bf479aa..6789f982ee1 100644
--- a/dev-texlive/texlive-mathscience/texlive-mathscience-2019.ebuild
+++ b/dev-texlive/texlive-mathscience/texlive-mathscience-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Mathematics, natural sciences, computer 
science packages"
 
 LICENSE=" BSD BSD-2 CC-BY-SA-4.0 GPL-1 GPL-2 GPL-3 GPL-3+ "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-fontsrecommended-2019
 >=dev-texlive/texlive-latex-2019



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

2019-09-27 Thread Mikle Kolyada
commit: 2647e44d8e7d23734b8af605faaea8099d8c8e7b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:31:59 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:31:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2647e44d

dev-texlive/texlive-latex: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-latex/texlive-latex-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-latex/texlive-latex-2019.ebuild 
b/dev-texlive/texlive-latex/texlive-latex-2019.ebuild
index 876fced76d8..0d60cf3fb98 100644
--- a/dev-texlive/texlive-latex/texlive-latex-2019.ebuild
+++ b/dev-texlive/texlive-latex/texlive-latex-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX fundamental packages"
 
 LICENSE=" GPL-2 LPPL-1.3 LPPL-1.3c public-domain "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 !!

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

2019-09-27 Thread Mikle Kolyada
commit: 214827489756f6278f9e757a3487596d395e19ff
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:32:04 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:32:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21482748

dev-texlive/texlive-latexextra: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild
index 3a3403361f5..fcffd23cb8c 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD CC-BY-SA-4.0 GPL-1 GPL-2 GPL-3 GPL-3+ LGPL-2 
LGPL-3 LPPL-1.2 LPPL-1.3 LPPL-1.3c MIT public-domain TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2019
 >=dev-texlive/texlive-pictures-2019



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

2019-09-27 Thread Mikle Kolyada
commit: de7a3c51788df50ed02b3041225c75e8364b6c20
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:32:25 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:32:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de7a3c51

dev-texlive/texlive-xetex: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-xetex/texlive-xetex-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-xetex/texlive-xetex-2019.ebuild 
b/dev-texlive/texlive-xetex/texlive-xetex-2019.ebuild
index 4e9af7ec655..88c9071bdd2 100644
--- a/dev-texlive/texlive-xetex/texlive-xetex-2019.ebuild
+++ b/dev-texlive/texlive-xetex/texlive-xetex-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive XeTeX and packages"
 
 LICENSE=" Apache-2.0 GPL-1 GPL-2 LGPL-2 LPPL-1.2 LPPL-1.3 LPPL-1.3c "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 >=dev-texlive/texlive-latexextra-2010



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

2019-09-27 Thread Mikle Kolyada
commit: 0bb3aaa0a6671e6910802bf5de5b38a83c5bb038
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:31:47 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:31:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb3aaa0

dev-texlive/texlive-langjapanese: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-langjapanese/texlive-langjapanese-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langjapanese/texlive-langjapanese-2019.ebuild 
b/dev-texlive/texlive-langjapanese/texlive-langjapanese-2019.ebuild
index 855cf1140df..5f8c6acfd2a 100644
--- a/dev-texlive/texlive-langjapanese/texlive-langjapanese-2019.ebuild
+++ b/dev-texlive/texlive-langjapanese/texlive-langjapanese-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Japanese"
 
 LICENSE=" BSD BSD-2 GPL-1 GPL-2 GPL-3 LPPL-1.3 MIT public-domain TeX 
TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-langcjk-2019
 !

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

2019-09-27 Thread Mikle Kolyada
commit: 2b9804a32fcebe9beb0f596a64fb7ad74697823a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:31:57 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:31:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b9804a3

dev-texlive/texlive-langspanish: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-langspanish/texlive-langspanish-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langspanish/texlive-langspanish-2019.ebuild 
b/dev-texlive/texlive-langspanish/texlive-langspanish-2019.ebuild
index c4154c2cc25..c89183ced34 100644
--- a/dev-texlive/texlive-langspanish/texlive-langspanish-2019.ebuild
+++ b/dev-texlive/texlive-langspanish/texlive-langspanish-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Spanish"
 
 LICENSE=" GPL-2 LPPL-1.3 public-domain TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 !

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

2019-09-27 Thread Mikle Kolyada
commit: 028cd503512821f2364f72806cac400c7289bc41
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:31:41 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:31:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=028cd503

dev-texlive/texlive-langgerman: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-langgerman/texlive-langgerman-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langgerman/texlive-langgerman-2019.ebuild 
b/dev-texlive/texlive-langgerman/texlive-langgerman-2019.ebuild
index 46e7e97d4a6..c56a6ce7dc4 100644
--- a/dev-texlive/texlive-langgerman/texlive-langgerman-2019.ebuild
+++ b/dev-texlive/texlive-langgerman/texlive-langgerman-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive German"
 
 LICENSE=" FDL-1.1 GPL-1 GPL-2 LPPL-1.3 LPPL-1.3c MIT OPL TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 !

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

2019-09-27 Thread Mikle Kolyada
commit: 8c217745abcbcd6ad78af7f16d8edcdaf6e3a01b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:31:51 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:31:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c217745

dev-texlive/texlive-langother: ppc64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-langother/texlive-langother-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langother/texlive-langother-2019.ebuild 
b/dev-texlive/texlive-langother/texlive-langother-2019.ebuild
index 1d9df0f0f5e..66c7db3cf18 100644
--- a/dev-texlive/texlive-langother/texlive-langother-2019.ebuild
+++ b/dev-texlive/texlive-langother/texlive-langother-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Other languages"
 
 LICENSE=" GPL-1 GPL-2 LGPL-2 LPPL-1.3 OFL public-domain TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 !dev-texlive/texlive-documentation-vietnamese



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

2019-09-27 Thread Mikle Kolyada
commit: 872de6471afdee748c96ef2c27cc39b5376a4273
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:29:34 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:29:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=872de647

app-text/texlive: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/app-text/texlive/texlive-2019.ebuild 
b/app-text/texlive/texlive-2019.ebuild
index e3e4766b2fc..4224d9c9805 100644
--- a/app-text/texlive/texlive-2019.ebuild
+++ b/app-text/texlive/texlive-2019.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~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 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="cjk context detex dvi2tty extra epspdf games graphics
 humanities jadetex luatex metapost music pdfannotextractor png pstricks 
publishers
 science tex4ht texi2html truetype xetex xindy xml X"



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

2019-09-27 Thread Mikle Kolyada
commit: 66bc25d66e4cf10f4a6efcb7a138ebe12cd97924
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:29:31 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:29:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66bc25d6

dev-texlive/texlive-xetex: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-xetex/texlive-xetex-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-xetex/texlive-xetex-2019.ebuild 
b/dev-texlive/texlive-xetex/texlive-xetex-2019.ebuild
index c7080bd073d..4e9af7ec655 100644
--- a/dev-texlive/texlive-xetex/texlive-xetex-2019.ebuild
+++ b/dev-texlive/texlive-xetex/texlive-xetex-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive XeTeX and packages"
 
 LICENSE=" Apache-2.0 GPL-1 GPL-2 LGPL-2 LPPL-1.2 LPPL-1.3 LPPL-1.3c "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 >=dev-texlive/texlive-latexextra-2010



[gentoo-commits] repo/gentoo:master commit in: dev-tex/latexdiff/

2019-09-27 Thread Mikle Kolyada
commit: acd706e5c9b27e287313389f6c05358f65c22057
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:29:38 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:29:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd706e5

dev-tex/latexdiff: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-tex/latexdiff/latexdiff-1.3.0.ebuild 
b/dev-tex/latexdiff/latexdiff-1.3.0.ebuild
index 43838589bf8..984289f1da6 100644
--- a/dev-tex/latexdiff/latexdiff-1.3.0.ebuild
+++ b/dev-tex/latexdiff/latexdiff-1.3.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/ftilmann/latexdiff.git;
 else
SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   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"
+   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"
 fi
 
 LICENSE="GPL-3"



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

2019-09-27 Thread Mikle Kolyada
commit: 87fb756fbcc65ed1b25b3dc42001536203291303
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:29:18 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:29:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87fb756f

dev-texlive/texlive-luatex: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-luatex/texlive-luatex-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-luatex/texlive-luatex-2019.ebuild 
b/dev-texlive/texlive-luatex/texlive-luatex-2019.ebuild
index 8728d95c665..2d51098df16 100644
--- a/dev-texlive/texlive-luatex/texlive-luatex-2019.ebuild
+++ b/dev-texlive/texlive-luatex/texlive-luatex-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LuaTeX packages"
 
 LICENSE=" BSD FDL-1.1 GPL-2 LPPL-1.3 LPPL-1.3c MIT public-domain 
TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 "



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

2019-09-27 Thread Mikle Kolyada
commit: 888b72de8029813d60558e6c465e6c693d6bacc3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:29:04 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:29:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888b72de

dev-texlive/texlive-langpolish: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-langpolish/texlive-langpolish-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langpolish/texlive-langpolish-2019.ebuild 
b/dev-texlive/texlive-langpolish/texlive-langpolish-2019.ebuild
index 547cb46282b..be5a080a9ab 100644
--- a/dev-texlive/texlive-langpolish/texlive-langpolish-2019.ebuild
+++ b/dev-texlive/texlive-langpolish/texlive-langpolish-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Polish"
 
 LICENSE=" FDL-1.1 GPL-2 LPPL-1.2 LPPL-1.3 LPPL-1.3c public-domain TeX "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2019
 >=dev-texlive/texlive-basic-2019



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

2019-09-27 Thread Mikle Kolyada
commit: 0713d3b89dd9ad637f14627c45ee033123a0fc04
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:29:07 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:29:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0713d3b8

dev-texlive/texlive-langspanish: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-langspanish/texlive-langspanish-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langspanish/texlive-langspanish-2019.ebuild 
b/dev-texlive/texlive-langspanish/texlive-langspanish-2019.ebuild
index 7dbed09b16b..c4154c2cc25 100644
--- a/dev-texlive/texlive-langspanish/texlive-langspanish-2019.ebuild
+++ b/dev-texlive/texlive-langspanish/texlive-langspanish-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Spanish"
 
 LICENSE=" GPL-2 LPPL-1.3 public-domain TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 !

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

2019-09-27 Thread Mikle Kolyada
commit: de2cb353fe85d1d5c15826087f8c9906647b7816
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:29:24 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:29:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2cb353

dev-texlive/texlive-pictures: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-pictures/texlive-pictures-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-pictures/texlive-pictures-2019.ebuild 
b/dev-texlive/texlive-pictures/texlive-pictures-2019.ebuild
index f70abb8391b..2c967076588 100644
--- a/dev-texlive/texlive-pictures/texlive-pictures-2019.ebuild
+++ b/dev-texlive/texlive-pictures/texlive-pictures-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Graphics, pictures, diagrams"
 
 LICENSE=" Apache-2.0 BSD-2 GPL-2 CC-BY-SA-4.0 "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 >=dev-tex/pgf-3.0.1



[gentoo-commits] repo/gentoo:master commit in: dev-tex/latex-beamer/

2019-09-27 Thread Mikle Kolyada
commit: 08b006628b41018cce409be59f414622ade87d05
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:29:35 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:29:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b00662

dev-tex/latex-beamer: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-tex/latex-beamer/latex-beamer-3.56.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex-beamer/latex-beamer-3.56.ebuild 
b/dev-tex/latex-beamer/latex-beamer-3.56.ebuild
index 1a33a4bb13d..d55ee57b3e6 100644
--- a/dev-tex/latex-beamer/latex-beamer-3.56.ebuild
+++ b/dev-tex/latex-beamer/latex-beamer-3.56.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/josephwright/beamer/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-2 FDL-1.2 LPPL-1.3c"
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND="dev-texlive/texlive-latex"



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

2019-09-27 Thread Mikle Kolyada
commit: a7c620df8f5239bccfc30df37e3085e5dcc0013b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:29:06 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:29:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c620df

dev-texlive/texlive-langportuguese: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-langportuguese/texlive-langportuguese-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-texlive/texlive-langportuguese/texlive-langportuguese-2019.ebuild 
b/dev-texlive/texlive-langportuguese/texlive-langportuguese-2019.ebuild
index 79790a6894b..ec619735b36 100644
--- a/dev-texlive/texlive-langportuguese/texlive-langportuguese-2019.ebuild
+++ b/dev-texlive/texlive-langportuguese/texlive-langportuguese-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Portuguese"
 
 LICENSE=" GPL-1 GPL-2+ LPPL-1.3 public-domain "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 !

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

2019-09-27 Thread Mikle Kolyada
commit: 32b46c50de141571af1a0c4caa26d3d44e48435b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:29:20 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:29:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b46c50

dev-texlive/texlive-mathscience: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-mathscience/texlive-mathscience-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-mathscience/texlive-mathscience-2019.ebuild 
b/dev-texlive/texlive-mathscience/texlive-mathscience-2019.ebuild
index 38fa9958de7..a580bf479aa 100644
--- a/dev-texlive/texlive-mathscience/texlive-mathscience-2019.ebuild
+++ b/dev-texlive/texlive-mathscience/texlive-mathscience-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Mathematics, natural sciences, computer 
science packages"
 
 LICENSE=" BSD BSD-2 CC-BY-SA-4.0 GPL-1 GPL-2 GPL-3 GPL-3+ "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-fontsrecommended-2019
 >=dev-texlive/texlive-latex-2019



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

2019-09-27 Thread Mikle Kolyada
commit: 4e50c08e0134b7a2358ce0027808d60ed4522858
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:28:53 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:28:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e50c08e

dev-texlive/texlive-langgerman: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-langgerman/texlive-langgerman-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langgerman/texlive-langgerman-2019.ebuild 
b/dev-texlive/texlive-langgerman/texlive-langgerman-2019.ebuild
index cac74ac3dd5..46e7e97d4a6 100644
--- a/dev-texlive/texlive-langgerman/texlive-langgerman-2019.ebuild
+++ b/dev-texlive/texlive-langgerman/texlive-langgerman-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive German"
 
 LICENSE=" FDL-1.1 GPL-1 GPL-2 LPPL-1.3 LPPL-1.3c MIT OPL TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 !

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

2019-09-27 Thread Mikle Kolyada
commit: d6cd691352d52ca22c139fed0b7f6fbccd863f7f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:29:29 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:29:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6cd6913

dev-texlive/texlive-publishers: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-publishers/texlive-publishers-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-publishers/texlive-publishers-2019.ebuild 
b/dev-texlive/texlive-publishers/texlive-publishers-2019.ebuild
index 473b05c0118..896ae94dd38 100644
--- a/dev-texlive/texlive-publishers/texlive-publishers-2019.ebuild
+++ b/dev-texlive/texlive-publishers/texlive-publishers-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Publisher styles, theses, etc."
 
 LICENSE=" Apache-2.0 BSD GPL-2 CC0-1.0 "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2019"
 RDEPEND="${DEPEND} "



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

2019-09-27 Thread Mikle Kolyada
commit: dd3bb0442014f5c00b312f0a265eed03e8fe29c7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:29:28 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:29:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3bb044

dev-texlive/texlive-pstricks: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-pstricks/texlive-pstricks-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-pstricks/texlive-pstricks-2019.ebuild 
b/dev-texlive/texlive-pstricks/texlive-pstricks-2019.ebuild
index 2eafb30556e..34623d3fbc1 100644
--- a/dev-texlive/texlive-pstricks/texlive-pstricks-2019.ebuild
+++ b/dev-texlive/texlive-pstricks/texlive-pstricks-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive PSTricks"
 
 LICENSE=" GPL-1 GPL-2 LGPL-2 LGPL-3 LPPL-1.2 LPPL-1.3 LPPL-1.3c "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 >=dev-texlive/texlive-plaingeneric-2019



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

2019-09-27 Thread Mikle Kolyada
commit: b69caea071703fe78f61648344801bf9a0b0f7bd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:29:21 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:29:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b69caea0

dev-texlive/texlive-metapost: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-metapost/texlive-metapost-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-metapost/texlive-metapost-2019.ebuild 
b/dev-texlive/texlive-metapost/texlive-metapost-2019.ebuild
index 4e471fdbc2f..b0e6a7bcf5e 100644
--- a/dev-texlive/texlive-metapost/texlive-metapost-2019.ebuild
+++ b/dev-texlive/texlive-metapost/texlive-metapost-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive MetaPost and Metafont packages"
 
 LICENSE=" CC-BY-SA-4.0 GPL-1 GPL-2 GPL-3+ LGPL-2 LPPL-1.3 MIT public-domain 
TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 "



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

2019-09-27 Thread Mikle Kolyada
commit: a7845a7ed0526dbe3286d58871441933d1cde867
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:29:14 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:29:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7845a7e

dev-texlive/texlive-latexextra: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild
index 270885bf101..3a3403361f5 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD CC-BY-SA-4.0 GPL-1 GPL-2 GPL-3 GPL-3+ LGPL-2 
LGPL-3 LPPL-1.2 LPPL-1.3 LPPL-1.3c MIT public-domain TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2019
 >=dev-texlive/texlive-pictures-2019



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

2019-09-27 Thread Mikle Kolyada
commit: f05f09ce6a758de89156e186cf87ae88795cd6cf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:29:02 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:29:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05f09ce

dev-texlive/texlive-langother: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-langother/texlive-langother-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langother/texlive-langother-2019.ebuild 
b/dev-texlive/texlive-langother/texlive-langother-2019.ebuild
index fb03574a92d..1d9df0f0f5e 100644
--- a/dev-texlive/texlive-langother/texlive-langother-2019.ebuild
+++ b/dev-texlive/texlive-langother/texlive-langother-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Other languages"
 
 LICENSE=" GPL-1 GPL-2 LGPL-2 LPPL-1.3 OFL public-domain TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 !dev-texlive/texlive-documentation-vietnamese



[gentoo-commits] repo/gentoo:master commit in: dev-tex/pgf/

2019-09-27 Thread Mikle Kolyada
commit: 65f96c80b3b4eb77b681d6c10ce3351864bd49e9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:29:37 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:29:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f96c80

dev-tex/pgf: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-tex/pgf/pgf-3.1.4b-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/pgf/pgf-3.1.4b-r1.ebuild b/dev-tex/pgf/pgf-3.1.4b-r1.ebuild
index ed3dc2f5b97..b7239d27b7b 100644
--- a/dev-tex/pgf/pgf-3.1.4b-r1.ebuild
+++ b/dev-tex/pgf/pgf-3.1.4b-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI=" 
https://github.com/pgf-tikz/pgf/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2 LPPL-1.3c FDL-1.2"
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE="doc source"
 
 RDEPEND="dev-texlive/texlive-latexrecommended



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

2019-09-27 Thread Mikle Kolyada
commit: 68748e2bbabdd769729935776a75ffeec732f7df
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:29:00 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:29:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68748e2b

dev-texlive/texlive-langkorean: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-langkorean/texlive-langkorean-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langkorean/texlive-langkorean-2019.ebuild 
b/dev-texlive/texlive-langkorean/texlive-langkorean-2019.ebuild
index 28956b684fa..a73e38c70f6 100644
--- a/dev-texlive/texlive-langkorean/texlive-langkorean-2019.ebuild
+++ b/dev-texlive/texlive-langkorean/texlive-langkorean-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Korean"
 
 LICENSE=" FDL-1.1 GPL-2 LPPL-1.3 OFL TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-langcjk-2019
 !

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

2019-09-27 Thread Mikle Kolyada
commit: efcfa6285c84f7ebf1a29e32aa5a6cc78292c855
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:29:09 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:29:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efcfa628

dev-texlive/texlive-latex: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-latex/texlive-latex-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-latex/texlive-latex-2019.ebuild 
b/dev-texlive/texlive-latex/texlive-latex-2019.ebuild
index fa200288e55..876fced76d8 100644
--- a/dev-texlive/texlive-latex/texlive-latex-2019.ebuild
+++ b/dev-texlive/texlive-latex/texlive-latex-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX fundamental packages"
 
 LICENSE=" GPL-2 LPPL-1.3 LPPL-1.3c public-domain "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 !!

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

2019-09-27 Thread Mikle Kolyada
commit: eb08e318767d502ac1b4910b1e9ada74b490e8dc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:29:26 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:29:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb08e318

dev-texlive/texlive-plaingeneric: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2019.ebuild 
b/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2019.ebuild
index f4b44cb680d..e3ee71a08a9 100644
--- a/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2019.ebuild
+++ b/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Plain (La)TeX packages"
 
 LICENSE=" GPL-1 GPL-2 GPL-3 LPPL-1.3 LPPL-1.3c public-domain TeX 
TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 !dev-texlive/texlive-genericextra



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

2019-09-27 Thread Mikle Kolyada
commit: 7f841fe6d2597cb86d7c4803d5ba38180e9ee09a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:28:54 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:28:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f841fe6

dev-texlive/texlive-langgreek: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-langgreek/texlive-langgreek-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langgreek/texlive-langgreek-2019.ebuild 
b/dev-texlive/texlive-langgreek/texlive-langgreek-2019.ebuild
index 07e35b2b907..5245e9bb678 100644
--- a/dev-texlive/texlive-langgreek/texlive-langgreek-2019.ebuild
+++ b/dev-texlive/texlive-langgreek/texlive-langgreek-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Greek"
 
 LICENSE=" GPL-1 GPL-2 LGPL-3 LPPL-1.3 public-domain TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 !

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

2019-09-27 Thread Mikle Kolyada
commit: 7580bef24722de86254f8bd53ece3b0b0944782e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:29:23 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:29:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7580bef2

dev-texlive/texlive-music: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-music/texlive-music-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-music/texlive-music-2019.ebuild 
b/dev-texlive/texlive-music/texlive-music-2019.ebuild
index ec4122080fc..2febf143a21 100644
--- a/dev-texlive/texlive-music/texlive-music-2019.ebuild
+++ b/dev-texlive/texlive-music/texlive-music-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Music packages"
 
 LICENSE=" FDL-1.1 GPL-1 GPL-2 GPL-2+ "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2019
 !

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

2019-09-27 Thread Mikle Kolyada
commit: cd8fdea74607e105a996947b5428e9e73af35229
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:29:16 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:29:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd8fdea7

dev-texlive/texlive-latexrecommended: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 .../texlive-latexrecommended/texlive-latexrecommended-2019.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2019.ebuild 
b/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2019.ebuild
index bd2677255a9..4fe2fcb69df 100644
--- a/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2019.ebuild
+++ b/dev-texlive/texlive-latexrecommended/texlive-latexrecommended-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX recommended packages"
 
 LICENSE=" GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 LPPL-1.3c public-domain TeX-other-free 
"
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2019
 !

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

2019-09-27 Thread Mikle Kolyada
commit: f07089807b6750dcbcc439f2c9ba138aebf0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:28:56 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:28:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f070

dev-texlive/texlive-langitalian: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-langitalian/texlive-langitalian-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langitalian/texlive-langitalian-2019.ebuild 
b/dev-texlive/texlive-langitalian/texlive-langitalian-2019.ebuild
index 245747b1702..70b54ef5a75 100644
--- a/dev-texlive/texlive-langitalian/texlive-langitalian-2019.ebuild
+++ b/dev-texlive/texlive-langitalian/texlive-langitalian-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Italian"
 
 LICENSE=" FDL-1.1 GPL-1 GPL-2 LGPL-2 LPPL-1.3 LPPL-1.3c TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 !

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

2019-09-27 Thread Mikle Kolyada
commit: 5b83e368bcdd50581da8c079009c1973d5ca0544
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:28:58 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:28:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b83e368

dev-texlive/texlive-langjapanese: ia64 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-langjapanese/texlive-langjapanese-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langjapanese/texlive-langjapanese-2019.ebuild 
b/dev-texlive/texlive-langjapanese/texlive-langjapanese-2019.ebuild
index 6f5ca0ccf60..855cf1140df 100644
--- a/dev-texlive/texlive-langjapanese/texlive-langjapanese-2019.ebuild
+++ b/dev-texlive/texlive-langjapanese/texlive-langjapanese-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Japanese"
 
 LICENSE=" BSD BSD-2 GPL-1 GPL-2 GPL-3 LPPL-1.3 MIT public-domain TeX 
TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-langcjk-2019
 !

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

2019-09-27 Thread Mikle Kolyada
commit: cae921e50a96bbebe0de9e9d1a22e9293f7c9a8f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:26:21 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:26:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae921e5

dev-texlive/texlive-langpolish: x86 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-langpolish/texlive-langpolish-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langpolish/texlive-langpolish-2019.ebuild 
b/dev-texlive/texlive-langpolish/texlive-langpolish-2019.ebuild
index 98808c2cbf1..547cb46282b 100644
--- a/dev-texlive/texlive-langpolish/texlive-langpolish-2019.ebuild
+++ b/dev-texlive/texlive-langpolish/texlive-langpolish-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Polish"
 
 LICENSE=" FDL-1.1 GPL-2 LPPL-1.2 LPPL-1.3 LPPL-1.3c public-domain TeX "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2019
 >=dev-texlive/texlive-basic-2019



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

2019-09-27 Thread Mikle Kolyada
commit: 17f0a898c62bd6d15e39de322b14d4df80401213
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:26:25 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:26:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f0a898

dev-texlive/texlive-langspanish: x86 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-langspanish/texlive-langspanish-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langspanish/texlive-langspanish-2019.ebuild 
b/dev-texlive/texlive-langspanish/texlive-langspanish-2019.ebuild
index c78ce3995a0..7dbed09b16b 100644
--- a/dev-texlive/texlive-langspanish/texlive-langspanish-2019.ebuild
+++ b/dev-texlive/texlive-langspanish/texlive-langspanish-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Spanish"
 
 LICENSE=" GPL-2 LPPL-1.3 public-domain TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 !

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

2019-09-27 Thread Mikle Kolyada
commit: b47bf5a9a25969de55f76cb22f2ff95c591bd9bd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:26:42 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:26:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b47bf5a9

dev-texlive/texlive-pictures: x86 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-pictures/texlive-pictures-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-pictures/texlive-pictures-2019.ebuild 
b/dev-texlive/texlive-pictures/texlive-pictures-2019.ebuild
index b69e6255521..f70abb8391b 100644
--- a/dev-texlive/texlive-pictures/texlive-pictures-2019.ebuild
+++ b/dev-texlive/texlive-pictures/texlive-pictures-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Graphics, pictures, diagrams"
 
 LICENSE=" Apache-2.0 BSD-2 GPL-2 CC-BY-SA-4.0 "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 >=dev-tex/pgf-3.0.1



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

2019-09-27 Thread Mikle Kolyada
commit: d1ab10810e270dc2eb4186bd8a30a5800db5a543
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:26:44 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:26:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ab1081

dev-texlive/texlive-plaingeneric: x86 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2019.ebuild 
b/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2019.ebuild
index db7ac5d2d7d..f4b44cb680d 100644
--- a/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2019.ebuild
+++ b/dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Plain (La)TeX packages"
 
 LICENSE=" GPL-1 GPL-2 GPL-3 LPPL-1.3 LPPL-1.3c public-domain TeX 
TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 !dev-texlive/texlive-genericextra



[gentoo-commits] repo/gentoo:master commit in: dev-tex/latexdiff/

2019-09-27 Thread Mikle Kolyada
commit: 23a27fac269f5dfa8c33a02f62eeac5fd5ac80de
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:27:00 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:27:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a27fac

dev-tex/latexdiff: x86 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-tex/latexdiff/latexdiff-1.3.0.ebuild 
b/dev-tex/latexdiff/latexdiff-1.3.0.ebuild
index af53eb011e9..43838589bf8 100644
--- a/dev-tex/latexdiff/latexdiff-1.3.0.ebuild
+++ b/dev-tex/latexdiff/latexdiff-1.3.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/ftilmann/latexdiff.git;
 else
SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   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"
+   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"
 fi
 
 LICENSE="GPL-3"



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

2019-09-27 Thread Mikle Kolyada
commit: 50e4d978f68246440e973f933a3674f3c7d8e394
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:26:51 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:26:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e4d978

dev-texlive/texlive-xetex: x86 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-xetex/texlive-xetex-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-xetex/texlive-xetex-2019.ebuild 
b/dev-texlive/texlive-xetex/texlive-xetex-2019.ebuild
index 4e444f51073..c7080bd073d 100644
--- a/dev-texlive/texlive-xetex/texlive-xetex-2019.ebuild
+++ b/dev-texlive/texlive-xetex/texlive-xetex-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive XeTeX and packages"
 
 LICENSE=" Apache-2.0 GPL-1 GPL-2 LGPL-2 LPPL-1.2 LPPL-1.3 LPPL-1.3c "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2019
 >=dev-texlive/texlive-latexextra-2010



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

2019-09-27 Thread Mikle Kolyada
commit: b235b1e00c97f9ab1a81780f40f024e2d5eac38c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:26:49 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:26:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b235b1e0

dev-texlive/texlive-publishers: x86 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-publishers/texlive-publishers-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-publishers/texlive-publishers-2019.ebuild 
b/dev-texlive/texlive-publishers/texlive-publishers-2019.ebuild
index 4cc535e60c3..473b05c0118 100644
--- a/dev-texlive/texlive-publishers/texlive-publishers-2019.ebuild
+++ b/dev-texlive/texlive-publishers/texlive-publishers-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Publisher styles, theses, etc."
 
 LICENSE=" Apache-2.0 BSD GPL-2 CC0-1.0 "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2019"
 RDEPEND="${DEPEND} "



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

2019-09-27 Thread Mikle Kolyada
commit: d5a6247896957c8313c5be041b72b959dccdf8ab
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:26:30 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:26:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a62478

dev-texlive/texlive-latexextra: x86 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild
index 3a8528f3b73..270885bf101 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD CC-BY-SA-4.0 GPL-1 GPL-2 GPL-3 GPL-3+ LGPL-2 
LGPL-3 LPPL-1.2 LPPL-1.3 LPPL-1.3c MIT public-domain TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2019
 >=dev-texlive/texlive-pictures-2019



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

2019-09-27 Thread Mikle Kolyada
commit: fbd5e6dff73d65ffdb5fc346a49cd4afaec4d2d7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:26:36 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:26:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd5e6df

dev-texlive/texlive-mathscience: x86 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-mathscience/texlive-mathscience-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-mathscience/texlive-mathscience-2019.ebuild 
b/dev-texlive/texlive-mathscience/texlive-mathscience-2019.ebuild
index f6b1d7f6506..38fa9958de7 100644
--- a/dev-texlive/texlive-mathscience/texlive-mathscience-2019.ebuild
+++ b/dev-texlive/texlive-mathscience/texlive-mathscience-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Mathematics, natural sciences, computer 
science packages"
 
 LICENSE=" BSD BSD-2 CC-BY-SA-4.0 GPL-1 GPL-2 GPL-3 GPL-3+ "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-fontsrecommended-2019
 >=dev-texlive/texlive-latex-2019



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

2019-09-27 Thread Mikle Kolyada
commit: 44f7bfc6c9fe939ca52d56b58efcecf82b553dcc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:26:16 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:26:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f7bfc6

dev-texlive/texlive-langkorean: x86 stable wrt bug #695752

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-langkorean/texlive-langkorean-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langkorean/texlive-langkorean-2019.ebuild 
b/dev-texlive/texlive-langkorean/texlive-langkorean-2019.ebuild
index 00b465206f5..28956b684fa 100644
--- a/dev-texlive/texlive-langkorean/texlive-langkorean-2019.ebuild
+++ b/dev-texlive/texlive-langkorean/texlive-langkorean-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Korean"
 
 LICENSE=" FDL-1.1 GPL-2 LPPL-1.3 OFL TeX-other-free "
 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 ~x64-solaris ~x86-solaris"
+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 ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-langcjk-2019
 !

  1   2   3   >