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

2024-04-10 Thread Florian Schmaus
commit: fac3ab92f5b88a3b9674cd76f708aeda67f8803f
Author: Tomas Fabrizio Orsi  fi  uba  ar>
AuthorDate: Thu Apr  4 13:50:04 2024 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Apr 10 18:01:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac3ab92

dev-texlive/texlive-latexextra: Added optfeature message for svg support

Closes: https://bugs.gentoo.org/928388
Closes: https://github.com/gentoo/gentoo/pull/36099
Signed-off-by: Tomas Fabrizio Orsi  fi.uba.ar>
Signed-off-by: Florian Schmaus  gentoo.org>

 .../texlive-latexextra/texlive-latexextra-2023_p69752-r2.ebuild| 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git 
a/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r2.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r2.ebuild
index 9a77c3d755a8..34a57e0799b0 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r2.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r2.ebuild
@@ -3947,7 +3947,7 @@ TEXLIVE_MODULE_SRC_CONTENTS="
zref-vario.source.r68846
 "
 
-inherit texlive-module
+inherit optfeature texlive-module
 
 DESCRIPTION="TeXLive LaTeX additional packages"
 
@@ -3991,3 +3991,8 @@ TEXLIVE_MODULE_BINSCRIPTS="
texmf-dist/scripts/wordcount/wordcount.sh
texmf-dist/scripts/yplan/yplan
 "
+
+pkg_postinst() {
+   # https://bugs.gentoo.org/928388
+   optfeature "Install for SVG (Scalable Vector Graphics) support" 
media-gfx/inkscape
+}



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

2024-03-24 Thread Florian Schmaus
commit: 83eecb3322e2da155b691cd02e681341e7b5472c
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sun Mar 24 19:20:37 2024 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Mar 24 19:33:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83eecb33

dev-texlive/texlive-latexextra: ensure that texlive-latex version is on par 
with texlive-latexextra

Closes: https://bugs.gentoo.org/927092
Signed-off-by: Florian Schmaus  gentoo.org>

 ...ra-2023_p69752-r1.ebuild => texlive-latexextra-2023_p69752-r2.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r1.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r2.ebuild
similarity index 99%
rename from 
dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r1.ebuild
rename to 
dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r2.ebuild
index 047e4a79e657..9a77c3d755a8 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r1.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r2.ebuild
@@ -3970,6 +3970,7 @@ PDEPEND="
 DEPEND="
${COMMON_DEPEND}
>=dev-texlive/texlive-basic-2023
+   >=dev-texlive/texlive-latex-2023
 "
 
 TEXLIVE_MODULE_BINSCRIPTS="



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

2024-03-17 Thread Florian Schmaus
commit: d7615412a7ed3660d63080c894002828a32a8752
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sun Mar 17 18:14:40 2024 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Mar 17 18:14:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7615412

dev-texlive/texlive-latexextra: add weak blockers to avoid file collisions

Some packages where moved around with TexLive 2023, either by us or upstream. 
Avoid
collisions by declaring weak blockers.

Thanks to Yuan "Leon3418" Liao for reporting this.

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r1.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r1.ebuild
index 6de98b743529..047e4a79e657 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r1.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r1.ebuild
@@ -3961,6 +3961,7 @@ COMMON_DEPEND="
 "
 RDEPEND="
${COMMON_DEPEND}
+   !=dev-tex/minted-2.9
 "
 PDEPEND="



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

2024-03-05 Thread Florian Schmaus
commit: bc69dbb23ca8d0b8a6fa715f768aa2b449382e3c
Author: Florian Schmaus  gentoo  org>
AuthorDate: Tue Mar  5 14:30:41 2024 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Mar  5 14:33:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc69dbb2

dev-texlive/texlive-latexextra: udpate TexLive license mapping, map LPPL-1.0

Signed-off-by: Florian Schmaus  gentoo.org>

 ...xtra-2023_p69752.ebuild => texlive-latexextra-2023_p69752-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r1.ebuild
similarity index 99%
rename from dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752.ebuild
rename to 
dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r1.ebuild
index c61232c90c4e..6de98b743529 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2023_p69752-r1.ebuild
@@ -3951,7 +3951,7 @@ inherit texlive-module
 
 DESCRIPTION="TeXLive LaTeX additional packages"
 
-LICENSE="Apache-2.0 Artistic BSD BSD-2 CC-BY-2.0 CC-BY-4.0 CC-BY-SA-3.0 
CC-BY-SA-4.0 CC0-1.0 FDL-1.1 GPL-1 GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL-2 LGPL-3 
LPPL-1.2 LPPL-1.3 LPPL-1.3a LPPL-1.3c MIT OFL TeX-other-free public-domain"
+LICENSE="Apache-2.0 Artistic BSD BSD-2 CC-BY-2.0 CC-BY-4.0 CC-BY-SA-3.0 
CC-BY-SA-4.0 CC0-1.0 FDL-1.1 GPL-1 GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL-2 LGPL-3 
LPPL-1.0 LPPL-1.2 LPPL-1.3 LPPL-1.3a LPPL-1.3c MIT OFL TeX-other-free 
public-domain"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~ppc ~riscv ~x86"
 COMMON_DEPEND="



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

2022-12-04 Thread WANG Xuerui
commit: f09bc15bddd714fcfa671b89ecf2edcf4dbf8781
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sat Dec  3 10:14:30 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Dec  4 09:22:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f09bc15b

dev-texlive/texlive-latexextra: keyword 2021 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
index 06f47114a9cf..2908f900ee6b 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-2 CC0-1.0 "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2021
 >=dev-texlive/texlive-pictures-2021



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

2021-07-15 Thread Marek Szuba
commit: 8d65b7d2a464778ab2c72bc7c171b71f800d86fa
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Jul 15 10:25:38 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Jul 15 10:25:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d65b7d2

dev-texlive/texlive-latexextra: keyword 2021 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
index dbcf962a794..06f47114a9c 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-2 CC0-1.0 "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2021
 >=dev-texlive/texlive-pictures-2021



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

2021-07-10 Thread Conrad Kostecki
commit: dbc20e5f0a861149f100d741ec26b02bbb21f635
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Jul  4 11:29:58 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 21:15:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc20e5f

dev-texlive/texlive-latexextra: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/21522
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../texlive-latexextra/files/lstlinebgrd-syntax.patch| 16 
 1 file changed, 16 deletions(-)

diff --git a/dev-texlive/texlive-latexextra/files/lstlinebgrd-syntax.patch 
b/dev-texlive/texlive-latexextra/files/lstlinebgrd-syntax.patch
deleted file mode 100644
index 16f9da12d05..000
--- a/dev-texlive/texlive-latexextra/files/lstlinebgrd-syntax.patch
+++ /dev/null
@@ -1,16 +0,0 @@
 a/texmf-dist/tex/latex/lstaddons/lstlinebgrd.sty   2019-06-21 
16:32:09.158990775 +0200
-+++ b/texmf-dist/tex/latex/lstaddons/lstlinebgrd.sty   2019-06-21 
16:31:45.408991817 +0200
-@@ -27,10 +27,10 @@
- \lst@Key{numbers}{none}{%
- \def\lst@PlaceNumber{\lst@linebgrd}%
- \lstKV@SwitchCases{#1}%
--{none&\\%
-- left&\def\lst@PlaceNumber{\llap{\normalfont
-+{none:\\%
-+ left:\def\lst@PlaceNumber{\llap{\normalfont
- 
\lst@numberstyle{\thelstnumber}\kern\lst@numbersep}\lst@linebgrd}\\%
-- right&\def\lst@PlaceNumber{\rlap{\normalfont
-+ right:\def\lst@PlaceNumber{\rlap{\normalfont
- \kern\linewidth \kern\lst@numbersep
- \lst@numberstyle{\thelstnumber}}\lst@linebgrd}%
- }{\PackageError{Listings}{Numbers #1 unknown}\@ehc}}



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

2021-06-05 Thread Mikle Kolyada
commit: d555898469f4de2d6a3034a7111f946be2936961
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun  5 11:32:08 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun  5 11:32:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5558984

dev-texlive/texlive-latexextra: Stabilize 2021 ppc64, #787911

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

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
index 1eb9c18c267..dbcf962a794 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-2 CC0-1.0 "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2021
 >=dev-texlive/texlive-pictures-2021



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

2021-06-05 Thread Mikle Kolyada
commit: e02c6998ea05a85d44ce8bbaa6e7c347fa3af9e6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun  5 11:30:49 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun  5 11:30:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02c6998

dev-texlive/texlive-latexextra: Stabilize 2021 ppc, #787911

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

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
index a1fda11367b..1eb9c18c267 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-2 CC0-1.0 "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2021
 >=dev-texlive/texlive-pictures-2021



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

2021-06-05 Thread Mikle Kolyada
commit: 26a2d468efdc5c83ff43e3bb779c3150140071b6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun  5 11:29:42 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun  5 11:29:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a2d468

dev-texlive/texlive-latexextra: Stabilize 2021 hppa, #787911

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

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
index 765cb99cc19..a1fda11367b 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-2 CC0-1.0 "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2021
 >=dev-texlive/texlive-pictures-2021



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

2021-06-05 Thread Mikle Kolyada
commit: 08b03b144dab16baf9f223866dd3cb242fa85223
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun  5 11:28:25 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun  5 11:28:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b03b14

dev-texlive/texlive-latexextra: Stabilize 2021 sparc, #787911

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

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
index a016cbf4945..765cb99cc19 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-2 CC0-1.0 "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2021
 >=dev-texlive/texlive-pictures-2021



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

2021-06-05 Thread Mikle Kolyada
commit: e2e5741c2b77ff132d282de7a042b8fb2bd795c5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun  5 11:26:50 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun  5 11:26:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e5741c

dev-texlive/texlive-latexextra: Stabilize 2021 arm64, #787911

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

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
index f4c32536e07..a016cbf4945 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-2 CC0-1.0 "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2021
 >=dev-texlive/texlive-pictures-2021



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

2021-06-05 Thread Mikle Kolyada
commit: cc87f212335c1ad739119fdfa3b93830bd0126fe
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun  5 11:25:42 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun  5 11:25:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc87f212

dev-texlive/texlive-latexextra: Stabilize 2021 arm, #787911

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

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
index acc9d169309..f4c32536e07 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-2 CC0-1.0 "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2021
 >=dev-texlive/texlive-pictures-2021



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

2021-06-05 Thread Mikle Kolyada
commit: 361c5ece52e873634f4c60f504dd6c113e1ad9b6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun  5 11:24:32 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun  5 11:24:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361c5ece

dev-texlive/texlive-latexextra: Stabilize 2021 x86, #787911

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

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
index 7a05ebad9c2..acc9d169309 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-2 CC0-1.0 "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2021
 >=dev-texlive/texlive-pictures-2021



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

2021-06-05 Thread Mikle Kolyada
commit: 9d62e15a57560ca1893637470faaf4fac550a40f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun  5 11:23:00 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun  5 11:23:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d62e15a

dev-texlive/texlive-latexextra: Stabilize 2021 amd64, #787911

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

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
index 5e67a4b082b..7a05ebad9c2 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2021.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-2 CC0-1.0 "
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2021
 >=dev-texlive/texlive-pictures-2021



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

2021-01-06 Thread Fabian Groffen
commit: 113c9f08ae18ca03201f59ad3b1113d6ed313d7c
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 22:42:27 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 22:42:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=113c9f08

dev-texlive/texlive-latexextra: drop x86-macos

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

 dev-texlive/texlive-latexextra/texlive-latexextra-2020-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2020-r2.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2020-r2.ebuild
index f615f068f06..3c74b3fd7b2 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2020-r2.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2020-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD CC-BY-SA-4.0 GPL-1 GPL-2 GPL-3 GPL-3+ 
LPPL-1.3 "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2020
 >=dev-texlive/texlive-pictures-2020



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

2020-07-23 Thread Kent Fredric
commit: 7d7bd06f9c99e725ca8a9beca4430bfafe8bb790
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Jul 23 11:48:13 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Jul 23 12:46:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d7bd06f

dev-texlive/texlive-latexextra: Drop sparc-solaris re bug #690140

Depends:
- dev-perl/Spreadsheet-ParseExcel

Bug: https://bugs.gentoo.org/690140
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2020-r2.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2020-r2.ebuild
index 8a104003426..f615f068f06 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2020-r2.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2020-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+ 
LPPL-1.3 "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2020
 >=dev-texlive/texlive-pictures-2020



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

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

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

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

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

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

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

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

2020-06-24 Thread Ulrich Müller
commit: e863b9f82d2dd8217e684c3b0419d333580196ec
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Jun 24 10:29:59 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Jun 24 10:43:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e863b9f8

dev-texlive/texlive-latexextra: Include the leaflet package.

This is intended as a replacement for stand-alone dev-tex/leaflet.

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

 dev-texlive/texlive-latexextra/Manifest | 3 +++
 ...ive-latexextra-2020.ebuild => texlive-latexextra-2020-r1.ebuild} | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-texlive/texlive-latexextra/Manifest 
b/dev-texlive/texlive-latexextra/Manifest
index 7c4a396459e..da27f602509 100644
--- a/dev-texlive/texlive-latexextra/Manifest
+++ b/dev-texlive/texlive-latexextra/Manifest
@@ -1703,6 +1703,9 @@ DIST tl-lcg.source-2020.tar.xz 6444 BLAKE2B 
a78cdc666fa5f8cd83f4f8d9e67c22d5f0f1
 DIST tl-leading-2020.tar.xz 1140 BLAKE2B 
19c6c35cf18b0e1fb9a36401fb3d4439fcc86b139130df3259a7fb2c673a253c526aff953feee5d1ee35f84711ad0fe238cf372c894f3efcba5dd728c7ec9ffe
 SHA512 
c326950e6c4b07782148ee4c9ac5b22f7e42512e0bc6e5e1f75be6ed757ca90ebf2bb6b30b91ceaac32c761d595ba5799f0f40ca15954f150d481ea366f1c72d
 DIST tl-leading.doc-2020.tar.xz 84128 BLAKE2B 
04dba80a709c81b55ab0ce70ad74ff5c299afb3b11312b11466f3b2fa5b7f211761b58c77f46b61acf5a811d0816217db1905a0b17ed4bb0a4366309f6c5ec47
 SHA512 
3ede6910ccb0a30c3ae9c78b86cf00cd7e2c5d8905b648861d2113d0af6225b2ffdc30509a72a5f69dd9e1164525c3225cd4ecaa04471ddf5c346a862fe097e4
 DIST tl-leading.source-2020.tar.xz 3576 BLAKE2B 
852c501597713c3f6ee8fc607ff399d30fb8d46550dea2ab937e3a249eacb0902db08d33bfcf71e1551407b6e5ca1f1f87951a3ce60689c9276668795cec8b1e
 SHA512 
b42b230efc2508f4b3901de791424251c6e0ff003bb342fa11ea282f46b2dfd5c68a63c95fbb9aee146839944586218a3cec0ef182575a9760d3ed3f5924d78f
+DIST tl-leaflet-2020.tar.xz 5480 BLAKE2B 
63cbd9b896b655bd00a2ef401ddde466606113a31b39938a997d2aaeb49d0647b1ff50f069c7de8a3c005d0a7fc704708b61c7aabcd64a6a39dfe669226cbf6d
 SHA512 
b819cae65ac9f38d7170f4aec4f94adfc547afdeadc345091fad170def744247ed46d653975e493aa64a28117e89a5414463f693a4b2f7e28b9bf998b8859915
+DIST tl-leaflet.doc-2020.tar.xz 339136 BLAKE2B 
e1fd8f8f033bf27d57904556b35653564ba9b62c45e9603edf4c40280843826b37a4c135b39d558729b97281c068e2034724548506ab0ff8e641cb61c66d6cb9
 SHA512 
d2355c9b93ae490f4087bca09ed3acc815abb714fa7508b64155d8b5994c967b7296b79f8b3d68cd59d082d7d3d7c618c0d4d0fa50df23724ed50718f0433f8d
+DIST tl-leaflet.source-2020.tar.xz 13800 BLAKE2B 
8c3b0c1b2183aff9bb448aadf3aa8e71b97a30d7adf3f4e97a0af0989d4f1c043de049a5c4c88c2f149b2f1a66a7114a75be5d603c57aa537bbc84d755375928
 SHA512 
38cdcd9b452afc6ff98e946d162119615e44f372322664894a479130035a2a05520b7b1e7f616f17b04914c5caac6910ff18fd71c06a31dae9d4e044c6106627
 DIST tl-lectures-2020.tar.xz 6740 BLAKE2B 
b43b167ca2af8dfd3950551f4b565c9b95206ff98d8f58d993529a3fca4c410ecbe0e522e25ea7d36b05704e36b310746e103c1050db2dc4598ed1a80b35920d
 SHA512 
e3fb80a67dcb5198503050d61266cbd3890c91c1c5c93042a17f2aa410223c3943e3dcb73d7d6e7a4d5888d87ae9613fc89025f0435c122ab44a8f822732250f
 DIST tl-lectures.doc-2020.tar.xz 2080 BLAKE2B 
f876d5a86d9472149b679a61dcb409195a5f75f995c725a29f836431bbdda8cc06cf55846319e340bc1c523114aa8dbe4f10e554e79fe54f269d414605745ca6
 SHA512 
bc50485fd0a8782095bbc37b9185bbc61df2a6bdccaef359f2cedd553cedc14ffd0bb8e6690578f1d57b85e2efa650a68af3b579a7c360a737791ddd74373424
 DIST tl-leftidx-2020.tar.xz 944 BLAKE2B 
091a10674c42eaeb09e13add126150a5a25fb824f2256fd74274f05ce4b12c42c8fea8cf776eeb9f57f58da9b9cb5ea7b500975bbc8c8425f79a84f4ea6b098b
 SHA512 
a01d085af4ac4048b5659e7f2f1692dd787b7c4cc9a0c06acf9852ad9d5aaa9790bdad6db7a76ec2f1a268af520ac35975a7fc55ef0d6373f244c85b8b6e116c

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2020-r1.ebuild
similarity index 54%
rename from dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
rename to dev-texlive/texlive-latexextra/texlive-latexextra-2020-r1.ebuild
index 5e722703a37..64343b39bd3 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2020-r1.ebuild
@@ -3,10 +3,10 @@
 
 EAPI="7"
 
-TEXLIVE_MODULE_CONTENTS="2up ESIEEcv GS1 HA-prosper Tabbing a0poster a4wide 
a5comb abraces abstract accessibility accsupp achemso acro acronym acroterm 
actuarialangle actuarialsymbol addfont addlines adjmulticol adjustbox adrconv 
advdate akktex akletter alertmessage alnumsec alphalph altfont amsaddr animate 
anonchap answers anyfontsize appendix appendixnumberbeamer apptools arabicfront 
arcs arraycols arrayjobx arraysort arydshln asciilist askinclude assignment 
assoccnt atenddvi attachfile aurl authoraftertitle authorarchive authorindex 
autofancyhdr autonum autopdf avremu axessibility 

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

2020-06-15 Thread Aaron Bauman
commit: a126ef77802ac9fa5d8591f5f47c8a6256236d92
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Jun 15 12:56:37 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jun 15 16:39:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a126ef77

dev-texlive/texlive-latexextra: remove unused patches

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16252
Signed-off-by: Aaron Bauman  gentoo.org>

 .../texlive-latexextra/files/exsheets-syntax.patch   | 20 
 .../texlive-latexextra/files/vpe_invocation.patch| 14 --
 2 files changed, 34 deletions(-)

diff --git a/dev-texlive/texlive-latexextra/files/exsheets-syntax.patch 
b/dev-texlive/texlive-latexextra/files/exsheets-syntax.patch
deleted file mode 100644
index 3b6763488a6..000
--- a/dev-texlive/texlive-latexextra/files/exsheets-syntax.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 a/texmf-dist/tex/latex/exsheets/exsheets.sty   2017-02-11 
00:30:33.0 +0100
-+++ b/texmf-dist/tex/latex/exsheets/exsheets.sty   2019-06-09 
10:13:30.917543183 +0200
-@@ -2760,7 +2760,7 @@
-   }
-   }
-   
--\cs_new_protected:Npn \__exsheets_blank_skip:N #1
-+\cs_new_protected:Npn \__exsheets_blank_skip:n #1
-   {
- \bool_if:NTF \l__exsheets_blank_width_bool
-   { \dim_set:Nn \l__exsheets_tmpa_dim {#1} }
-@@ -2791,7 +2791,7 @@
-   }
-   { \exsheets_write_blank:n { \skip_horizontal:N \l__exsheets_tmpa_dim } }
-   }
--\cs_generate_variant:Nn \__exsheets_blank_skip:N { n }
-+\cs_generate_variant:Nn \__exsheets_blank_skip:n { n, V }
- 
- % the following code from Heiko Oberdieck in d.c.t.t served as inspiration
- % and basis for the \blank command:

diff --git a/dev-texlive/texlive-latexextra/files/vpe_invocation.patch 
b/dev-texlive/texlive-latexextra/files/vpe_invocation.patch
deleted file mode 100644
index 06f4534fd5b..000
--- a/dev-texlive/texlive-latexextra/files/vpe_invocation.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Use a shebang:
-https://bugs.gentoo.org/show_bug.cgi?id=289818
-
-Index: work/texmf-dist/scripts/vpe/vpe.pl
-===
 a/texmf-dist/scripts/vpe/vpe.pl
-+++ b/texmf-dist/scripts/vpe/vpe.pl
-@@ -1,5 +1,4 @@
--eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S 
$0 $argv:q'
--  if 0;
-+#!/usr/bin/perl -w
- use strict;
- #
- # vpe.pl



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

2020-06-04 Thread Sergei Trofimovich
commit: 321783141dd47ef060b9057c3f72264ec169fc59
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun  4 13:54:20 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun  4 14:28:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32178314

dev-texlive/texlive-latexextra: stable 2020 for hppa, bug #723404

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

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
index a7a3a473e9a..5e722703a37 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2020.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+ 
LPPL-1.3 "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2020
 >=dev-texlive/texlive-pictures-2020



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

2020-05-31 Thread Mikle Kolyada
commit: 7c815b4524435440db9b04cbaa9ae0ea95ba39ee
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May 31 16:14:30 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May 31 16:14:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c815b45

dev-texlive/texlive-latexextra: s390 stable wrt bug #723404

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="s390"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
index 3dac1a48b0d..a7a3a473e9a 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2020.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+ 
LPPL-1.3 "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2020
 >=dev-texlive/texlive-pictures-2020



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

2020-05-31 Thread Mikle Kolyada
commit: 1f0aab5935da36c17edd9c540be5b2fd468872e8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May 31 16:10:00 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May 31 16:10:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f0aab59

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

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

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
index eebe83f138b..3dac1a48b0d 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2020.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+ 
LPPL-1.3 "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2020
 >=dev-texlive/texlive-pictures-2020



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

2020-05-31 Thread Mikle Kolyada
commit: 7d663cf7fc947aeb0044e7cf66617b368b42b5ee
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May 31 15:43:25 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May 31 15:45:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d663cf7

dev-texlive/texlive-latexextra: ppc stable wrt bug #723404

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
index 8c8a07d35a0..eebe83f138b 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2020.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+ 
LPPL-1.3 "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2020
 >=dev-texlive/texlive-pictures-2020



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

2020-05-20 Thread Mikle Kolyada
commit: 5e052ed18709c4147bcf41ef0916ddd7028df737
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 14:45:06 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 14:45:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e052ed1

dev-texlive/texlive-latexextra: sparc stable wrt bug #723404

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
index 198ce3a37e1..8c8a07d35a0 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2020.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+ 
LPPL-1.3 "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2020
 >=dev-texlive/texlive-pictures-2020



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

2020-05-20 Thread Mikle Kolyada
commit: bb5980fc2ba017f0b1de6d0c46d931cf672828e5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 13:26:07 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 13:26:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb5980fc

dev-texlive/texlive-latexextra: arm64 stable wrt bug #723404

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
index 04fd9c862b2..198ce3a37e1 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2020.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+ 
LPPL-1.3 "
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2020
 >=dev-texlive/texlive-pictures-2020



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

2020-05-20 Thread Mikle Kolyada
commit: df562348638a389302a8d21c60c0611629fc6999
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 13:23:42 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 13:23:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df562348

dev-texlive/texlive-latexextra: arm stable wrt bug #723404

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
index 6686bc51a18..04fd9c862b2 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2020.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+ 
LPPL-1.3 "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2020
 >=dev-texlive/texlive-pictures-2020



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

2020-05-20 Thread Mikle Kolyada
commit: 0d103a95bbb76012d96d249a0897fb1e5144b2e3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 13:19:58 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 13:21:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d103a95

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

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

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
index ce4e1d0d969..6686bc51a18 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2020.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+ 
LPPL-1.3 "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2020
 >=dev-texlive/texlive-pictures-2020



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

2020-05-20 Thread Agostino Sarubbo
commit: 226e182fd04ff7b5ec34e91c641da2e8f72546b5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 20 07:51:52 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 20 07:53:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=226e182f

dev-texlive/texlive-latexextra: amd64 stable wrt bug #723404

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
index b2b03e2420b..ce4e1d0d969 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2020.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+ 
LPPL-1.3 "
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2020
 >=dev-texlive/texlive-pictures-2020



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

2020-05-03 Thread Mikle Kolyada
commit: 255d11af11f48ae3f9561b9531b70c7708f22835
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  3 19:55:41 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  3 19:56:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255d11af

dev-texlive/texlive-latexextra: restore lstlinebgrd patch

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

 dev-texlive/texlive-latexextra/Manifest   | 2 +-
 dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-latexextra/Manifest 
b/dev-texlive/texlive-latexextra/Manifest
index 2239f706e52..2349a99e3b7 100644
--- a/dev-texlive/texlive-latexextra/Manifest
+++ b/dev-texlive/texlive-latexextra/Manifest
@@ -27,7 +27,7 @@ DIST tl-Tabbing.doc-2020.tar.xz 216508 BLAKE2B 
2c93eb4e54f7ab6cc3a1cd4ff21195913
 DIST tl-Tabbing.source-2019.tar.xz 3728 BLAKE2B 
6a3c89c55f7b575001ed4a045fbbda98bb58601c0b22f32b5e7bed76393d3d4c0648e25638aaa0bfd866b1edf1775cc8ce7eed74d5429f12ccaff883b4e369f9
 SHA512 
a4c7b558e6e5ad9eeb8b4e3d81c20edb09d66cd8aaec2b501224fb7f93a40c3771f8e23d2fbfb910158464f98d8172bc691787ef1c2256066fb85e96068f368a
 DIST tl-Tabbing.source-2020.tar.xz 3728 BLAKE2B 
6a3c89c55f7b575001ed4a045fbbda98bb58601c0b22f32b5e7bed76393d3d4c0648e25638aaa0bfd866b1edf1775cc8ce7eed74d5429f12ccaff883b4e369f9
 SHA512 
a4c7b558e6e5ad9eeb8b4e3d81c20edb09d66cd8aaec2b501224fb7f93a40c3771f8e23d2fbfb910158464f98d8172bc691787ef1c2256066fb85e96068f368a
 DIST tl-a0poster-2019.tar.xz 3328 BLAKE2B 
490459fde8c2424c3bc2102da97bd5f57911999acd53bd0d0c2d1e183b84a4d65b8d4133b1eb98316dae96068e1d2050cc9992553d2617ce819c4b505598c414
 SHA512 
95c13cc0fc3e4c8b76e02aef0622af10a420b9b536807effad3fa99822ebe1babdc7219536178a349aeb671f3bbdcf9e339ddcfa73c7afc71dafc2b2d7486996
-DIST tl-a0poster-2020.tar.xz 3308 BLAKE2B 
5beb2a46fcd2b387b1a356b973e10cc24aff0ce510746842eb41a0e8a30cf3f61916fb2851234b9db2b2bffa21498fef89bfab4367d65a31853259ea7a172195
 SHA512 
038623ef39540340a9c9de228ff0787512fb34916ee5a250dbc6d9327b9249d51c633b8ed0dd725c90db462ed7c96290ea7d6fd60e299e787d0e5cf585efb5f5
+DIST tl-a0poster-2020.tar.xz 3328 BLAKE2B 
490459fde8c2424c3bc2102da97bd5f57911999acd53bd0d0c2d1e183b84a4d65b8d4133b1eb98316dae96068e1d2050cc9992553d2617ce819c4b505598c414
 SHA512 
95c13cc0fc3e4c8b76e02aef0622af10a420b9b536807effad3fa99822ebe1babdc7219536178a349aeb671f3bbdcf9e339ddcfa73c7afc71dafc2b2d7486996
 DIST tl-a0poster.doc-2019.tar.xz 118124 BLAKE2B 
ea7afd6b08086e41d9c32bc153d78fae26d5cb35ba0bae8fbeb8c0aff37cff4a3ac93070d645640681e310a3c8b648f3a1259d99e1122bc9726a248935451cd5
 SHA512 
d17f3a87682008d8110bb5562aefee406d84b15e3678e165cc3f50e0280aad0736ff0b9b9847d9dc47cf08d3db9a28be71b76f9a5c61c8f3dad0aac187b23434
 DIST tl-a0poster.doc-2020.tar.xz 118124 BLAKE2B 
ea7afd6b08086e41d9c32bc153d78fae26d5cb35ba0bae8fbeb8c0aff37cff4a3ac93070d645640681e310a3c8b648f3a1259d99e1122bc9726a248935451cd5
 SHA512 
d17f3a87682008d8110bb5562aefee406d84b15e3678e165cc3f50e0280aad0736ff0b9b9847d9dc47cf08d3db9a28be71b76f9a5c61c8f3dad0aac187b23434
 DIST tl-a4wide-2019.tar.xz 1012 BLAKE2B 
db31dd6fd2c30d80602fc8dae3e99f5de8e510289c5ada01fad8f5fbaa324f091010979e03940b66c1cccae8e5263c4eeb4ff677cc706745ae67d52d33603195
 SHA512 
e0f1f95bf660760683d6c5a917d75e537a0347837eb4388eded8194c6ca5371b2ad9be9829fcaaff1e24b7d8baefd287db6add752c19a57a6cf0737017e311e3

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
index 038b79c9d1d..b2b03e2420b 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2020.ebuild
@@ -28,3 +28,5 @@ TEXLIVE_MODULE_BINSCRIPTS="
texmf-dist/scripts/exceltex/exceltex
texmf-dist/tex/latex/pygmentex
 "
+
+PATCHES=( "${FILESDIR}"/lstlinebgrd-syntax.patch )



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

2019-10-11 Thread Michał Górny
commit: bd2aeb1f9e02a0481fd408a8253d89396b5ae110
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:35:08 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:35:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2aeb1f

dev-texlive: Remove *-fbsd KEYWORDS

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

 dev-texlive/texlive-basic/texlive-basic-2019-r1.ebuild  | 2 +-
 dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2019.ebuild | 2 +-
 dev-texlive/texlive-context/texlive-context-2019.ebuild | 2 +-
 dev-texlive/texlive-fontsextra/texlive-fontsextra-2019.ebuild   | 2 +-
 .../texlive-fontsrecommended/texlive-fontsrecommended-2019.ebuild   | 2 +-
 dev-texlive/texlive-fontutils/texlive-fontutils-2019.ebuild | 2 +-
 dev-texlive/texlive-formatsextra/texlive-formatsextra-2019.ebuild   | 2 +-
 dev-texlive/texlive-games/texlive-games-2019.ebuild | 2 +-
 dev-texlive/texlive-humanities/texlive-humanities-2019.ebuild   | 2 +-
 dev-texlive/texlive-langarabic/texlive-langarabic-2019.ebuild   | 2 +-
 dev-texlive/texlive-langchinese/texlive-langchinese-2019.ebuild | 2 +-
 dev-texlive/texlive-langcjk/texlive-langcjk-2019.ebuild | 2 +-
 dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2019.ebuild   | 2 +-
 .../texlive-langczechslovak/texlive-langczechslovak-2019-r1.ebuild  | 2 +-
 dev-texlive/texlive-langenglish/texlive-langenglish-2019.ebuild | 2 +-
 dev-texlive/texlive-langeuropean/texlive-langeuropean-2019.ebuild   | 2 +-
 dev-texlive/texlive-langfrench/texlive-langfrench-2019.ebuild   | 2 +-
 dev-texlive/texlive-langgerman/texlive-langgerman-2019.ebuild   | 2 +-
 dev-texlive/texlive-langgreek/texlive-langgreek-2019.ebuild | 2 +-
 dev-texlive/texlive-langitalian/texlive-langitalian-2019.ebuild | 2 +-
 dev-texlive/texlive-langjapanese/texlive-langjapanese-2019.ebuild   | 2 +-
 dev-texlive/texlive-langkorean/texlive-langkorean-2019.ebuild   | 2 +-
 dev-texlive/texlive-langother/texlive-langother-2019.ebuild | 2 +-
 dev-texlive/texlive-langpolish/texlive-langpolish-2019.ebuild   | 2 +-
 dev-texlive/texlive-langportuguese/texlive-langportuguese-2019.ebuild   | 2 +-
 dev-texlive/texlive-langspanish/texlive-langspanish-2019.ebuild | 2 +-
 dev-texlive/texlive-latex/texlive-latex-2019.ebuild | 2 +-
 dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild| 2 +-
 .../texlive-latexrecommended/texlive-latexrecommended-2019.ebuild   | 2 +-
 dev-texlive/texlive-luatex/texlive-luatex-2019.ebuild   | 2 +-
 dev-texlive/texlive-mathscience/texlive-mathscience-2019.ebuild | 2 +-
 dev-texlive/texlive-metapost/texlive-metapost-2019.ebuild   | 2 +-
 dev-texlive/texlive-music/texlive-music-2019.ebuild | 2 +-
 dev-texlive/texlive-pictures/texlive-pictures-2019.ebuild   | 2 +-
 dev-texlive/texlive-plaingeneric/texlive-plaingeneric-2019.ebuild   | 2 +-
 dev-texlive/texlive-pstricks/texlive-pstricks-2019.ebuild   | 2 +-
 dev-texlive/texlive-publishers/texlive-publishers-2019.ebuild   | 2 +-
 dev-texlive/texlive-xetex/texlive-xetex-2019.ebuild | 2 +-
 38 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/dev-texlive/texlive-basic/texlive-basic-2019-r1.ebuild 
b/dev-texlive/texlive-basic/texlive-basic-2019-r1.ebuild
index 1f95db6724f..dd3739d5a44 100644
--- a/dev-texlive/texlive-basic/texlive-basic-2019-r1.ebuild
+++ b/dev-texlive/texlive-basic/texlive-basic-2019-r1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="TeXLive Essential programs and files"
 
 LICENSE=" GPL-1 GPL-2 LPPL-1.3 LPPL-1.3c MIT OFL 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-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND="!=app-text/texlive-core-2019[luajittex?]"

diff --git a/dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2019.ebuild 
b/dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2019.ebuild
index 960f452306a..c8718513c4e 100644
--- a/dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2019.ebuild
+++ b/dev-texlive/texlive-bibtexextra/texlive-bibtexextra-2019.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive BibTeX additional styles"
 
 LICENSE=" Artistic GPL-1 GPL-2 GPL-3 BSD-4 LPPL-1.2 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 

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

2019-10-06 Thread Mikle Kolyada
commit: 9a93cda447e18e514811a68855056a44e81ee7c2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct  6 06:02:45 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct  6 06:02:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a93cda4

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

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"
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 0047c46c127..314897e6dac 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-latexextra/

2019-10-02 Thread Mikle Kolyada
commit: 023d664677633aa925a0aa89654db305849215be
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Oct  2 10:40:18 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Oct  2 10:42:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023d6646

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

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="s390"
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 8ceca398076..0047c46c127 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-latexextra/

2019-09-29 Thread Mikle Kolyada
commit: 9000d98fd18ce79d785f1d179a7933f24da69d99
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Sep 30 05:41:06 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Sep 30 05:41:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9000d98f

dev-texlive/texlive-latexextra: Add missing blocker on humanities

Closes: https://bugs.gentoo.org/695842
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild
index 870fb267996..4f199520dee 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild
@@ -17,6 +17,7 @@ IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2019
 >=dev-texlive/texlive-pictures-2019
 >=dev-texlive/texlive-fontsrecommended-2014
+!=dev-texlive/texlive-humanities-2017*
 !=dev-texlive/texlive-pstricks-2017*
 !=dev-texlive/texlive-mathscience-2017*
 dev-perl/Spreadsheet-ParseExcel



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

2019-09-29 Thread Mikle Kolyada
commit: 699178412bd635bcc1fe706a4ccebd4b5cfd6740
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Sep 29 10:30:36 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Sep 29 10:30:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69917841

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

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
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 52ecd50838b..870fb267996 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-latexextra/

2019-09-29 Thread Mikle Kolyada
commit: d26f495415b0352797816c9470b22b0a49303a05
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Sep 29 10:27:29 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Sep 29 10:28:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d26f4954

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

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
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 70b0ba41500..52ecd50838b 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-latexextra/

2019-09-29 Thread Mikle Kolyada
commit: d630da7bf897c9c7e72bb8179f1fa0207546b82f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Sep 29 10:21:58 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Sep 29 10:21:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d630da7b

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

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
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 db7e22528e1..70b0ba41500 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-latexextra/

2019-09-29 Thread Mikle Kolyada
commit: 5e8cd9893347e197a174ca72a82452716b61a7ea
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Sep 29 10:19:03 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Sep 29 10:19:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e8cd989

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

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
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 fcffd23cb8c..db7e22528e1 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-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-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-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-latexextra/

2019-09-27 Thread Mikle Kolyada
commit: 759bc928033d23882fbcc040bfb6583b2124b11a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 19:17:33 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 19:19:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=759bc928

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

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
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 a502b0ca90f..3a8528f3b73 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-latexextra/

2019-09-27 Thread Mikle Kolyada
commit: eb9bddd2b469ffda40f372b484161db9c99065b1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 27 18:48:51 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 27 18:49:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9bddd2

dev-texlive/texlive-latexextra: Drop old blockers

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

 dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild | 6 --
 1 file changed, 6 deletions(-)

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild
index e9ab3f8e003..a502b0ca90f 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild
@@ -17,12 +17,6 @@ IUSE=""
 DEPEND=">=dev-texlive/texlive-latexrecommended-2019
 >=dev-texlive/texlive-pictures-2019
 >=dev-texlive/texlive-fontsrecommended-2014
-!dev-tex/achemso
-!dev-tex/prosper
-!dev-tex/ha-prosper
-!dev-tex/texpower
-!dev-tex/cdcover
-!dev-tex/ppower4
 !=dev-texlive/texlive-pstricks-2017*
 !=dev-texlive/texlive-mathscience-2017*
 dev-perl/Spreadsheet-ParseExcel



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

2019-06-24 Thread Mikle Kolyada
commit: 9663606f52800daf15bf2c51d484534ee0dda2c9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jun 24 14:20:15 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jun 24 14:21:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9663606f

dev-texlive/texlive-latexextra: fix exsheets macro syntax

Closes: https://bugs.gentoo.org/687706
Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 .../texlive-latexextra/files/exsheets-syntax.patch   | 20 
 .../texlive-latexextra-2019-r2.ebuild|  5 +++--
 2 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-latexextra/files/exsheets-syntax.patch 
b/dev-texlive/texlive-latexextra/files/exsheets-syntax.patch
new file mode 100644
index 000..3b6763488a6
--- /dev/null
+++ b/dev-texlive/texlive-latexextra/files/exsheets-syntax.patch
@@ -0,0 +1,20 @@
+--- a/texmf-dist/tex/latex/exsheets/exsheets.sty   2017-02-11 
00:30:33.0 +0100
 b/texmf-dist/tex/latex/exsheets/exsheets.sty   2019-06-09 
10:13:30.917543183 +0200
+@@ -2760,7 +2760,7 @@
+   }
+   }
+   
+-\cs_new_protected:Npn \__exsheets_blank_skip:N #1
++\cs_new_protected:Npn \__exsheets_blank_skip:n #1
+   {
+ \bool_if:NTF \l__exsheets_blank_width_bool
+   { \dim_set:Nn \l__exsheets_tmpa_dim {#1} }
+@@ -2791,7 +2791,7 @@
+   }
+   { \exsheets_write_blank:n { \skip_horizontal:N \l__exsheets_tmpa_dim } }
+   }
+-\cs_generate_variant:Nn \__exsheets_blank_skip:N { n }
++\cs_generate_variant:Nn \__exsheets_blank_skip:n { n, V }
+ 
+ % the following code from Heiko Oberdieck in d.c.t.t served as inspiration
+ % and basis for the \blank command:

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild
index a7bff807dcb..e9ab3f8e003 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild
@@ -38,5 +38,6 @@ TEXLIVE_MODULE_BINSCRIPTS="
texmf-dist/scripts/makedtx/makedtx.pl
 "
 
-PATCHES=( "${FILESDIR}"/lstlinebgrd-syntax.patch
- "${FILESDIR}"/vpe_invocation.patch )
+PATCHES=( "${FILESDIR}"/exsheets-syntax.patch
+   "${FILESDIR}"/lstlinebgrd-syntax.patch
+   "${FILESDIR}"/vpe_invocation.patch )



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

2019-06-24 Thread Mikle Kolyada
commit: a22e5824478b5209f9e89b7c149a1599333b16ad
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jun 24 11:17:43 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jun 24 11:18:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22e5824

dev-texlive/texlive-latexextra: Drop old

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

 .../texlive-latexextra-2019-r1.ebuild  | 39 --
 1 file changed, 39 deletions(-)

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r1.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r1.ebuild
deleted file mode 100644
index 964814d4935..000
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-TEXLIVE_MODULE_CONTENTS="2up ESIEEcv GS1 HA-prosper Tabbing a0poster a4wide 
a5comb abraces abstract achemso acro acronym acroterm actuarialangle 
actuarialsymbol addfont addlines adjmulticol adjustbox adrconv advdate akktex 
akletter alertmessage alnumsec alterqcm altfont amsaddr animate anonchap 
answers anyfontsize appendix appendixnumberbeamer apptools arcs arrayjobx 
arraysort arydshln asciilist assignment assoccnt attachfile aurl 
authoraftertitle authorarchive authorindex autonum autopdf avremu background 
bankstatement bashful basicarith bchart beamer2thesis beamer-rl beameraudience 
beamerauxtheme beamercolorthemeowl beamerdarkthemes beamerposter beamersubframe 
beamertheme-cuerna beamertheme-detlevcm beamertheme-epyt beamertheme-focus 
beamertheme-light beamertheme-metropolis beamertheme-npbt beamertheme-phnompenh 
beamertheme-saintpetersburg beamertheme-upenn-bc beamerthemejltree 
beamerthemenirma beton bewerbung bez123 bezos bhcexam bibletext bigfoot bigints 
biochemistry-colors bizc
 ard blindtext blkarray block blowup bnumexpr boites bold-extra bookcover 
bookest booklet boolexpr bophook boxedminipage boxedminipage2e boxhandler 
bracketkey braket breakurl bullcntr bxcalc bxdpx-beamer bxdvidriver bxenclose 
bxnewfont bxpapersize bxpdfver bxtexlogo calcage calctab calculator calrsfs 
cals cal- cancel canoniclayout capt-of captcont captdef carbohydrates 
cases casyl catchfilebetweentags catechis catoptions cbcoptic ccaption 
cclicenses cd cd-cover cdpbundl cellprops cellspace censor centeredline 
changebar changelayout changelog changepage changes chappg chapterfolder 
cheatsheet chet chextras childdoc chkfloat chletter chngcntr chronology circ 
classics classpack clefval cleveref clipboard clock cloze clrdblpg clrstrip 
cmdstring cmdtrack cmsd cnltx cntformats cntperchap codedoc codepage 
codesection collcell collectbox colophon colordoc colorinfo coloring colorspace 
colortab colorwav colorweb colourchange combelow combine comma commado commedit 
comment competences 
 concepts concprog constants continue contour contracard conv-xkv cooking 
cooking-units cool coollist coolstr coolthms cooltooltips coordsys copyedit 
copyrightbox coseoul counttexruns courseoutline coursepaper coverpage cprotect 
crbox crossreference crossreftools csquotes css-colors csvsimple cuisine 
currency currfile cutwin cv cv4tw cweb-latex cyber cybercic dashbox dashrule 
dashundergaps dataref datatool dateiliste datenumber datetime datetime2 
datetime2-bahasai datetime2-basque datetime2-breton datetime2-bulgarian 
datetime2-catalan datetime2-croatian datetime2-czech datetime2-danish 
datetime2-dutch datetime2-en-fulltext datetime2-english datetime2-esperanto 
datetime2-estonian datetime2-finnish datetime2-french datetime2-galician 
datetime2-german datetime2-greek datetime2-hebrew datetime2-icelandic 
datetime2-irish datetime2-italian datetime2-it-fulltext datetime2-latin 
datetime2-lsorbian datetime2-magyar datetime2-norsk datetime2-polish 
datetime2-portuges datetime2-romanian datetim
 e2-russian datetime2-samin datetime2-scottish datetime2-serbian 
datetime2-slovak datetime2-slovene datetime2-spanish datetime2-swedish 
datetime2-turkish datetime2-ukrainian datetime2-usorbian datetime2-welsh 
dblfloatfix decimal decorule delimtxt denisbdoc diagbox diagnose dialogl 
dichokey dinbrief directory dirtytalk dlfltxb dnaseq doclicense docmfp docmute 
doctools documentation doi dotarrow dotseqn download dox dpfloat dprogress drac 
draftcopy draftfigure draftwatermark dtk dtxdescribe dtxgallery duckuments 
ducksay dvdcoll dynamicnumber dynblocks ean13isbn easy easy-todo easyfig 
easyformat easylist easyreview ebezier ecclesiastic ecv ed edmargin eemeir 
efbox egplot ehhline elegantbook elegantnote elegantpaper elements ellipsis 
elmath elocalloc elpres elzcards emarks embedall embrac emptypage emulateapj 
endfloat endheads endnotes engpron engrec enotez enumitem enumitem-zref envbig 
environ epigraph epiolmec eqell eqlist eqnalign eqname eqparbox errata erw-l3 
esami 

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

2019-06-24 Thread Mikle Kolyada
commit: 4bc7d2ce2619faaebd20de59b34d7700244fa6fb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jun 24 11:16:30 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jun 24 11:18:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc7d2ce

dev-texlive/texlive-latexextra: fix lstlinebgrd macro

Closes: https://bugs.gentoo.org/688440
Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 .../files/lstlinebgrd-syntax.patch | 16 +
 .../texlive-latexextra/files/vpe_invocation.patch  |  4 +--
 .../texlive-latexextra-2019-r2.ebuild  | 42 ++
 3 files changed, 60 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-latexextra/files/lstlinebgrd-syntax.patch 
b/dev-texlive/texlive-latexextra/files/lstlinebgrd-syntax.patch
new file mode 100644
index 000..16f9da12d05
--- /dev/null
+++ b/dev-texlive/texlive-latexextra/files/lstlinebgrd-syntax.patch
@@ -0,0 +1,16 @@
+--- a/texmf-dist/tex/latex/lstaddons/lstlinebgrd.sty   2019-06-21 
16:32:09.158990775 +0200
 b/texmf-dist/tex/latex/lstaddons/lstlinebgrd.sty   2019-06-21 
16:31:45.408991817 +0200
+@@ -27,10 +27,10 @@
+ \lst@Key{numbers}{none}{%
+ \def\lst@PlaceNumber{\lst@linebgrd}%
+ \lstKV@SwitchCases{#1}%
+-{none&\\%
+- left&\def\lst@PlaceNumber{\llap{\normalfont
++{none:\\%
++ left:\def\lst@PlaceNumber{\llap{\normalfont
+ 
\lst@numberstyle{\thelstnumber}\kern\lst@numbersep}\lst@linebgrd}\\%
+- right&\def\lst@PlaceNumber{\rlap{\normalfont
++ right:\def\lst@PlaceNumber{\rlap{\normalfont
+ \kern\linewidth \kern\lst@numbersep
+ \lst@numberstyle{\thelstnumber}}\lst@linebgrd}%
+ }{\PackageError{Listings}{Numbers #1 unknown}\@ehc}}

diff --git a/dev-texlive/texlive-latexextra/files/vpe_invocation.patch 
b/dev-texlive/texlive-latexextra/files/vpe_invocation.patch
index e4c114ec1a0..06f4534fd5b 100644
--- a/dev-texlive/texlive-latexextra/files/vpe_invocation.patch
+++ b/dev-texlive/texlive-latexextra/files/vpe_invocation.patch
@@ -3,8 +3,8 @@ https://bugs.gentoo.org/show_bug.cgi?id=289818
 
 Index: work/texmf-dist/scripts/vpe/vpe.pl
 ===
 work.orig/texmf-dist/scripts/vpe/vpe.pl
-+++ work/texmf-dist/scripts/vpe/vpe.pl
+--- a/texmf-dist/scripts/vpe/vpe.pl
 b/texmf-dist/scripts/vpe/vpe.pl
 @@ -1,5 +1,4 @@
 -eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S 
$0 $argv:q'
 -  if 0;

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild
new file mode 100644
index 000..a7bff807dcb
--- /dev/null
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+TEXLIVE_MODULE_CONTENTS="2up ESIEEcv GS1 HA-prosper Tabbing a0poster a4wide 
a5comb abraces abstract achemso acro acronym acroterm actuarialangle 
actuarialsymbol addfont addlines adjmulticol adjustbox adrconv advdate akktex 
akletter alertmessage alnumsec alterqcm altfont amsaddr animate anonchap 
answers anyfontsize appendix appendixnumberbeamer apptools arcs arrayjobx 
arraysort arydshln asciilist assignment assoccnt attachfile aurl 
authoraftertitle authorarchive authorindex autonum autopdf avremu background 
bankstatement bashful basicarith bchart beamer2thesis beamer-rl beameraudience 
beamerauxtheme beamercolorthemeowl beamerdarkthemes beamerposter beamersubframe 
beamertheme-cuerna beamertheme-detlevcm beamertheme-epyt beamertheme-focus 
beamertheme-light beamertheme-metropolis beamertheme-npbt beamertheme-phnompenh 
beamertheme-saintpetersburg beamertheme-upenn-bc beamerthemejltree 
beamerthemenirma beton bewerbung bez123 bezos bhcexam bibletext bigfoot bigints 
biochemistry-colors bizc
 ard blindtext blkarray block blowup bnumexpr boites bold-extra bookcover 
bookest booklet boolexpr bophook boxedminipage boxedminipage2e boxhandler 
bracketkey braket breakurl bullcntr bxcalc bxdpx-beamer bxdvidriver bxenclose 
bxnewfont bxpapersize bxpdfver bxtexlogo calcage calctab calculator calrsfs 
cals cal- cancel canoniclayout capt-of captcont captdef carbohydrates 
cases casyl catchfilebetweentags catechis catoptions cbcoptic ccaption 
cclicenses cd cd-cover cdpbundl cellprops cellspace censor centeredline 
changebar changelayout changelog changepage changes chappg chapterfolder 
cheatsheet chet chextras childdoc chkfloat chletter chngcntr chronology circ 
classics classpack clefval cleveref clipboard clock cloze clrdblpg clrstrip 
cmdstring cmdtrack cmsd cnltx cntformats cntperchap codedoc codepage 
codesection collcell collectbox colophon colordoc colorinfo coloring colorspace 
colortab colorwav colorweb colourchange combelow combine 

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

2019-06-08 Thread Mikle Kolyada
commit: 2bfd8865064252618bebc7a9379aac934eebb4f4
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jun  8 10:10:06 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun  8 13:16:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bfd8865

dev-texlive/texlive-latexextra: Remove nonfree module, fix LICENSE.

Remove the axessibility module, which is distributed under the
non-free CC-BY-NC-4.0 license, and whichhas been removed upstream:
https://www.tug.org/svn/texlive?view=revision=51319

Fix LICENSE which was missing several entries.

Closes: https://bugs.gentoo.org/687328
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Ulrich Müller  gentoo.org>
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-texlive/texlive-latexextra/Manifest|  3 --
 .../texlive-latexextra-2019-r1.ebuild  | 39 ++
 .../texlive-latexextra-2019.ebuild | 39 --
 3 files changed, 39 insertions(+), 42 deletions(-)

diff --git a/dev-texlive/texlive-latexextra/Manifest 
b/dev-texlive/texlive-latexextra/Manifest
index e88a0038890..c9a7aba6d8e 100644
--- a/dev-texlive/texlive-latexextra/Manifest
+++ b/dev-texlive/texlive-latexextra/Manifest
@@ -260,9 +260,6 @@ DIST texlive-module-avremu.doc-2017.tar.xz 147960 BLAKE2B 
0d606123c74b48edfd31b5
 DIST texlive-module-avremu.doc-2019.tar.xz 147960 BLAKE2B 
3b4c7b72e56796ffaf2a97612dc27dee60536c8c2933cc2a6f4368a0b359a873fd10496cd7784e81f3a4a3517b03c551f8d2eb8be38895a95d0d52e9e9b63186
 SHA512 
12c97e23dc853a971b27258a7666753d019620e832a06b10a49a26f0f30d7c6fde83c0e328e1579b62376f2e9cd10b0b3950fd6c4ca89041a988fedd4c604acb
 DIST texlive-module-avremu.source-2017.tar.xz 22328 BLAKE2B 
1d782b849faf024b8153c2de6c1414c39f39be089fd60b48f006135ff7cad83ad0dd77a309c6f9323c95af5659b8bb930fbe7b01f7211592f43dfd456fe6c50a
 SHA512 
cb1fc7287b19f8f2ab17e0cbf196543f68b55b63a8ffa70fbe88f349fb0b39008ec9ca7dce7f3891b69231881289ff8b86295794fab9d05f97357ff3ebfab2c8
 DIST texlive-module-avremu.source-2019.tar.xz 22324 BLAKE2B 
39835086b223ba46c0ef52801740b4b40ee09cc451bbb5c4af525ac980df7020e0aa6f81bf06d70b51d17ed98480eeecb4bce0845a2fd35d7e78568741b9b543
 SHA512 
1d6a7f16cacd937490ae5e7416f43f4f9eafbf053f6e35d498a26b8d4092ffe79740a12d96503ee5636c4d1d8b3bd02653b4839b957cb91cca672914bbe98899
-DIST texlive-module-axessibility-2019.tar.xz 2000 BLAKE2B 
47dc52d6acff46b4481bce499435e12ffa7e3b69a0a97159b38d4ef7e23efc199734900ed2bac149b0e3977b2900224fd255bb08d7873244cac317646975409d
 SHA512 
c9292be5e6c1d580a738131fcf9a2094085380692c0ae22f0600722a3278f2ab05b386bb18ed997caaff2f56d273a3d986d4a0421939de78d0df355040769149
-DIST texlive-module-axessibility.doc-2019.tar.xz 180824 BLAKE2B 
b72ab68dd11b9a49f1ba3d7c595bd5ee3c4355345084b68442b0d1f6df06854e7706f1f73bf4c036de91f23361eabec90b81839846da3d8d609380eeeff65a97
 SHA512 
4cd3864b110679228fdd9ad31a51b7ef3d7bf6a2e4ebdce6b0a179b01fbe1fc43fc582ae14ad0911a0125b8d430dd15c1374dd1c6535fd8869cdc6de6e8007af
-DIST texlive-module-axessibility.source-2019.tar.xz 5756 BLAKE2B 
4e0b2bcdda9ee6bde1e92baaa2992fd94dbd408974abe5e0389b7448a4b8740ab741058c5f917989fba145ce8eb9575b1a32dd1a2303fdeafcdae0342f892fcf
 SHA512 
71164bed4e7273920a3e4a067ad38ae9d8a9d65f889076d34b0cd099451e83d730cf2c2d78e5eed3e6cea889635c8efc8a5b74312ffd0b7d1a430eb2a1e5627c
 DIST texlive-module-background-2017.tar.xz 2080 BLAKE2B 
9347ba9eff3740a73ed4e74d458f67e703c42d9a42e54d27fb03902b35638a815e103a772d5ab62d6fcfd05641c1ff090649b46d117ab9d442f491c5b1089ba2
 SHA512 
75b46e0aaadd0f4f04beef314b85d37deb62ee3a79da097ab700fd1e9211c89c99f06b835e7bc0db9722f83925f45180153b3bc6f6951af7c6dae1d4f9e67a20
 DIST texlive-module-background-2019.tar.xz 2080 BLAKE2B 
8e2eb831a2a313a1627d4f3bafc120307f32ba1659b6190443b51772f21aa8c0665fb38032311632498931aa9b291661dffe00120f18d793bcc628557a0f8808
 SHA512 
e9fd9b5e680082aa3e9f0482ebe41a753088a1e61b85876a9685942172cb9d5b6c9819ac2d61e0274f988b46d4f96ce0afeac2827630edc728125761f214
 DIST texlive-module-background.doc-2017.tar.xz 115788 BLAKE2B 
9eef579125c0b722031af574dde4ea9f1d8359edcde6faed5d2ef0cdda509ce594ee5c124e1fe62715f82737d8df5a06b94250851dcbd6eab2f7b0f3ccf3507c
 SHA512 
021a8dc59df8a8f6061418fae4767f72033ea32abfb6b3b0e6f234a11a7a407974c00a343c6fb5076138bffb82095cbefae0937ab8d63fa0260adbbd68da58bc

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r1.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r1.ebuild
new file mode 100644
index 000..964814d4935
--- /dev/null
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2019-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+TEXLIVE_MODULE_CONTENTS="2up ESIEEcv GS1 HA-prosper Tabbing a0poster a4wide 
a5comb abraces abstract achemso acro acronym acroterm actuarialangle 
actuarialsymbol addfont addlines adjmulticol adjustbox adrconv advdate akktex 
akletter alertmessage 

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

2019-06-06 Thread Mikle Kolyada
commit: 063ac53f0e4073e40190a23092dee496e51537ee
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jun  6 16:18:26 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jun  6 16:19:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063ac53f

dev-texlive/texlive-latexextra: Add more blockers

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

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2019.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2019.ebuild
index 735b7c6ce2d..494c49d1ac7 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2019.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2019.ebuild
@@ -24,6 +24,7 @@ DEPEND=">=dev-texlive/texlive-latexrecommended-2019
 !dev-tex/cdcover
 !dev-tex/ppower4
 !=dev-texlive/texlive-pstricks-2017*
+!=dev-texlive/texlive-mathscience-2017*
 dev-perl/Spreadsheet-ParseExcel
 "
 RDEPEND="${DEPEND} "



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

2019-06-06 Thread Mikle Kolyada
commit: 5dcd1744ede6b022f00a2bda91e469728f97b014
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jun  6 14:55:42 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jun  6 14:55:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dcd1744

dev-texlive/texlive-latexextra: Add more blockers

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

 dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
index 8dd6cb0f441..ea3e942a7d9 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
@@ -30,6 +30,7 @@ DEPEND=">=dev-texlive/texlive-latexrecommended-2017
 !

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

2019-06-05 Thread Mikle Kolyada
commit: 21b60f4a65dc278eb06539c73cdf95961b578f90
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jun  6 05:48:56 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jun  6 05:51:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b60f4a

dev-texlive/texlive-latexextra: fix a blocker typo

Closes: https://bugs.gentoo.org/687490
Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2019.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2019.ebuild
index 52182b6b0ee..735b7c6ce2d 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2019.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2019.ebuild
@@ -23,7 +23,7 @@ DEPEND=">=dev-texlive/texlive-latexrecommended-2019
 !dev-tex/texpower
 !dev-tex/cdcover
 !dev-tex/ppower4
-!=dev-texlive/texlive-pstricks-2019*
+!=dev-texlive/texlive-pstricks-2017*
 dev-perl/Spreadsheet-ParseExcel
 "
 RDEPEND="${DEPEND} "



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

2019-06-05 Thread Mikle Kolyada
commit: 947d21a24919c6215a709f27c34cd854a06ed1ab
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Jun  5 20:16:17 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Jun  5 20:16:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947d21a2

dev-texlive/texlive-latexextra: add more blockers

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

 dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
index 36240205870..8dd6cb0f441 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
@@ -29,6 +29,7 @@ DEPEND=">=dev-texlive/texlive-latexrecommended-2017
 !

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

2019-06-05 Thread Mikle Kolyada
commit: 50114201c04e1d2d359fb6d7d0edac1db4b6be93
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Jun  5 20:09:59 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Jun  5 20:10:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50114201

dev-texlive/texlive-latexextra: add more blockers

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

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2019.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2019.ebuild
index c016e7b6c18..52182b6b0ee 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2019.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2019.ebuild
@@ -23,6 +23,7 @@ DEPEND=">=dev-texlive/texlive-latexrecommended-2019
 !dev-tex/texpower
 !dev-tex/cdcover
 !dev-tex/ppower4
+!=dev-texlive/texlive-pstricks-2019*
 dev-perl/Spreadsheet-ParseExcel
 "
 RDEPEND="${DEPEND} "



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

2019-05-14 Thread Aaron Bauman
commit: c1fb70a4292a2abb8c1c95b960f98a054a77a84b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 14 17:50:37 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 14 17:53:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1fb70a4

dev-texlive/texlive-latexextra: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
index 316c7d9b41a..36240205870 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 GPL-3+ LGPL-2 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-2017
 >=dev-texlive/texlive-pictures-2017



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

2018-07-09 Thread Mikle Kolyada
commit: f82ac5388f01e03fb66edd62c83359bfd03b39e1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jul  9 22:11:57 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jul  9 22:11:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82ac538

dev-texlive/texlive-latexextra: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
index aca99b04143..316c7d9b41a 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 GPL-3+ LGPL-2 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-2017
 >=dev-texlive/texlive-pictures-2017



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

2018-03-25 Thread Sergei Trofimovich
commit: 4edd62875b9fc434157ce363068fd81646da18c8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Mar 25 10:23:59 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 25 11:45:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4edd6287

dev-texlive/texlive-latexextra: stable 2017 for sparc, bug #646638

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

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
index 1a87c8d1686..aca99b04143 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 GPL-3+ LGPL-2 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-2017
 >=dev-texlive/texlive-pictures-2017



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

2018-03-21 Thread Matt Turner
commit: c68fe98516ef553131342f1b92c349f3b3ecd25b
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Mar 21 06:47:53 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 21 06:47:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68fe985

dev-texlive/texlive-latexextra-2017: hppa stable, bug 646638

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
index d73db524a80..1a87c8d1686 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 GPL-3+ LGPL-2 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-2017
 >=dev-texlive/texlive-pictures-2017



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

2018-03-12 Thread Matt Turner
commit: 5a3829b5aa050a6da7aa8e9887ac9d5db68cd1cc
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 06:43:37 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 07:24:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a3829b5

dev-texlive/texlive-latexextra-2017: ppc64 stable, bug 646638

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
index 42ef4f7e037..a1b173b6ee1 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 GPL-3+ LGPL-2 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-2017
 >=dev-texlive/texlive-pictures-2017



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

2018-03-04 Thread Tobias Klausmann
commit: d037bf77dacf171fc60ca2b121e0716b49228c32
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Mar  4 17:36:14 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Mar  4 23:04:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d037bf77

dev-texlive/texlive-latexextra-2017-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/646638

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
index 029df83310b..a351c0cdf9d 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 GPL-3+ LGPL-2 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-2017
 >=dev-texlive/texlive-pictures-2017



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

2018-02-07 Thread Sergei Trofimovich
commit: 099160334847b5a639dac7af6de60df4d56980ef
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb  7 20:24:38 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb  7 21:30:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09916033

dev-texlive/texlive-latexextra: stable 2017 for ia64, bug #646638

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

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
index 6b92b3da3d7..b1385d2f84d 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 GPL-3+ LGPL-2 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-2017
 >=dev-texlive/texlive-pictures-2017



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

2017-07-07 Thread Agostino Sarubbo
commit: 09f883ffb556b06da23070a86bbda27b4a0a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul  7 14:47:56 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul  7 14:49:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f8

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

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
index cf3f61e5b3c..b686b9bb247 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.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-latexrecommended-2016
 >=dev-texlive/texlive-pictures-2016



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

2017-07-07 Thread Agostino Sarubbo
commit: 4ea1f396cdb3f1b2896557f3086abfdbeeda65fd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul  7 13:22:24 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul  7 13:24:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ea1f396

dev-texlive/texlive-latexextra: ppc stable wrt bug #621308

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
index 1c253ade766..cf3f61e5b3c 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.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-latexrecommended-2016
 >=dev-texlive/texlive-pictures-2016



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

2017-07-07 Thread Agostino Sarubbo
commit: 9493afbdda8412ddebc26a81b2ac77467071954c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul  7 09:06:11 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul  7 09:06:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9493afbd

dev-texlive/texlive-latexextra: sparc stable wrt bug #621308

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
index ad0ff043649..1c253ade766 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3 
MIT public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 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-2016
 >=dev-texlive/texlive-pictures-2016



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

2017-06-25 Thread Markus Meier
commit: ddd45a64276f17446a30fe188a5f382d40a56657
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Jun 25 18:35:54 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Jun 25 18:35:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd45a64

dev-texlive/texlive-latexextra: arm stable, bug #621308

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
index 8c306ce5cc8..ad0ff043649 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3 
MIT public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 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 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-2016
 >=dev-texlive/texlive-pictures-2016



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

2017-06-20 Thread Tobias Klausmann
commit: 048a96a8e6f350fbb83af7202e3e586e5998dc5d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jun 20 14:52:15 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jun 20 14:52:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=048a96a8

dev-texlive/texlive-latexextra-2016-r0: add alpha keyword

Gentoo-Bug: 621308

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
index ae453dead94..8c306ce5cc8 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3 
MIT public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 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 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-2016
 >=dev-texlive/texlive-pictures-2016



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

2017-06-17 Thread Sergei Trofimovich
commit: 0045331691d698e6d0fb1647c0d227315613653c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun 17 17:08:55 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun 17 19:15:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00453316

dev-texlive/texlive-latexextra: ia64 stable, bug #621308

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
index 042927bb4b1..ae453dead94 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3 
MIT public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh 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 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-2016
 >=dev-texlive/texlive-pictures-2016



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

2017-06-12 Thread Agostino Sarubbo
commit: c22abc6db3c780b3b5d1bf186422f9befb31ac43
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 12 12:53:32 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 12 12:53:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c22abc6d

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

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
index aeee23604a2..042927bb4b1 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3 
MIT public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~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 ~mips ~ppc ~ppc64 ~s390 ~sh 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-2016
 >=dev-texlive/texlive-pictures-2016



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

2017-06-10 Thread Agostino Sarubbo
commit: a2496f9551a477cac7aed1735163a1e7e26b0d49
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jun 10 17:10:28 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jun 10 17:10:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2496f95

dev-texlive/texlive-latexextra: amd64 stable wrt bug #621308

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
index 15372edda1d..aeee23604a2 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3 
MIT public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~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 ~mips ~ppc ~ppc64 ~s390 ~sh ~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-2016
 >=dev-texlive/texlive-pictures-2016



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

2017-05-18 Thread Michael Weber
commit: a269dca8a40a298a1d4fbb2f043aa2ca94e1c94d
Author: Michael Weber  gentoo  org>
AuthorDate: Fri May 19 01:49:05 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri May 19 01:49:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a269dca8

dev-texlive/texlive-latexextra: add ~arm64 keyword.

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm64"

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
index 8baab63710a..15372edda1d 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2016.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3 
MIT public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~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 ~mips ~ppc ~ppc64 ~s390 ~sh ~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-2016
 >=dev-texlive/texlive-pictures-2016



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

2017-02-20 Thread Michael Weber
commit: 67c7fc8cbb5c410c0105f7fc81d9ee40def0553f
Author: Michael Weber  gentoo  org>
AuthorDate: Mon Feb 20 14:15:43 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Mon Feb 20 14:19:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67c7fc8c

dev-texlive/texlive-latexextra: arm stable (bug 432144)

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
index c901d962cd..0b586a253b 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3 
public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 ~s390 ~sh 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 hppa ~mips ppc ppc64 ~s390 ~sh 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-2015
 >=dev-texlive/texlive-pictures-2015



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

2017-02-17 Thread Michael Weber
commit: b6c3b4a16782ec44103e612ab18d8978fa5ee873
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 17 08:12:00 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 17 08:16:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c3b4a1

dev-texlive/texlive-latexextra: ppc64 stable (bug 432144)

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
index 516a1796f4..c901d962cd 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3 
public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ~ppc64 ~s390 ~sh 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 hppa ~mips ppc ppc64 ~s390 ~sh 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-2015
 >=dev-texlive/texlive-pictures-2015



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

2017-01-31 Thread Jeroen Roovers
commit: 2792eab96e05130e2ec76b1fc49be4cc0a0962fe
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 31 15:42:55 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 31 15:50:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2792eab9

dev-texlive/texlive-latexextra: Stable for HPPA (bug #432144).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
index 37f5703..516a179 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3 
public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~mips ppc ~ppc64 ~s390 ~sh 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 hppa ~mips ppc ~ppc64 ~s390 ~sh 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-2015
 >=dev-texlive/texlive-pictures-2015



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

2017-01-22 Thread Agostino Sarubbo
commit: 01a4c72708e452d88f4ff246b8a247ae53a5c436
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jan 22 15:22:39 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jan 22 15:22:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a4c727

dev-texlive/texlive-latexextra: ppc stable wrt bug #432144

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
index 341880a..37f5703 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3 
public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh 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 ~hppa ~mips ppc ~ppc64 ~s390 ~sh 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-2015
 >=dev-texlive/texlive-pictures-2015



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

2017-01-22 Thread Tobias Klausmann
commit: a802e993893caf1e746658381759ea10185c0865
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jan 22 08:17:48 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jan 22 08:17:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a802e993

dev-texlive/texlive-latexextra-2015-r1: stable on alpha

Gentoo-Bug: 432144

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
index 563b564..341880a 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3 
public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh 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 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh 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-2015
 >=dev-texlive/texlive-pictures-2015



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

2017-01-21 Thread Agostino Sarubbo
commit: 06db5ac7037afe92c596e0244b0653adfed734cc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:51:20 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06db5ac7

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

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
index ac4a4e4..563b564 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3 
public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~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 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh 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-2015
 >=dev-texlive/texlive-pictures-2015



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

2017-01-21 Thread Agostino Sarubbo
commit: 3fe3bd21489cbbb25ef8869b1df0162c714a5d22
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:39:10 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:39:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe3bd21

dev-texlive/texlive-latexextra: amd64 stable wrt bug #432144

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
index ded95ca..ac4a4e4 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3 
public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~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 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~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-2015
 >=dev-texlive/texlive-pictures-2015



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

2016-06-09 Thread Alexis Ballier
commit: 373e3e4fb983d1e0f85a86252f0c819494a3e67b
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Jun  9 13:26:05 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Jun  9 13:26:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=373e3e4f

dev-texlive/texlive-latexextra: update moderncv to version 2.0.0 to fix bug 
#584938

Package-Manager: portage-2.3.0_rc1

 dev-texlive/texlive-latexextra/Manifest|  2 +
 .../texlive-latexextra-2015-r1.ebuild  | 45 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-texlive/texlive-latexextra/Manifest 
b/dev-texlive/texlive-latexextra/Manifest
index b8ef822..b687263 100644
--- a/dev-texlive/texlive-latexextra/Manifest
+++ b/dev-texlive/texlive-latexextra/Manifest
@@ -5379,6 +5379,8 @@ DIST texlive-module-moderncv.doc-2012.tar.xz 457608 
SHA256 7d2e9b1c73efae8cd0da6
 DIST texlive-module-moderncv.doc-2013.tar.xz 734224 SHA256 
166b1f481f3db964c5819df28fa1d848b44bbfe75cca058c80cb69446ac5bddf SHA512 
cde88b1d1dba625ebf124bacb79012efaf97231d271f865128c7cd1c72b4517fa46618ee43a57d5dc4f13df6216841ef03aa8daa3dd352f7b1cd0472dc2c521c
 WHIRLPOOL 
dd87df2ae35143fd2ec71f161cc571a230391e1622f002b584f329de799b6e4fc53ff6f19ec882a7c827dad67134924f68688bb97b9b142f2c6d327e4de7aec5
 DIST texlive-module-moderncv.doc-2014.tar.xz 734228 SHA256 
140221b277a1aa36b5434fe2e007a9efec61b26d16902ec768380a1cc859ab7e SHA512 
87442bbcd49c78f7ea69904b19a93d30f410821653ef9aa5647652f3c355d472d4b24b17ce58e3c4a75c07dd46834dad1a45aad9590034e2461ee0f0edf4409a
 WHIRLPOOL 
b8e69a690219aa162798f51b051fb353423aa4ad7aa3fa7c40ee9ccdb82d1942b009f0dc5693c66fec0234edd1abe9bdf2625842fc9787896f28228106c06836
 DIST texlive-module-moderncv.doc-2015.tar.xz 734224 SHA256 
3b04abf2cf0b94318ffced3ff33e7ceb0ebba8750d052b8b3d02d82fb3861803 SHA512 
4a65c81d5654dbfd925ca127d31ae0761ff866612f8171e9bc1c241f5692497f1a610d1861df2af25b4a690ad1a5b402a65a6eea35d4a3de1d38c878c56e6efe
 WHIRLPOOL 
875207dd67e55182278c0eeb4e6f066727bf760b28b26bfa7d18475ee06180bb24c64513b381bcc2e6eaaef3aed842a205dac16f48a6978f0b7bd267dc520de4
+DIST texlive-module-moderncv2-2015.tar.xz 21916 SHA256 
156506f8da0f1a67dc2eec222be7eaa2f6a78d7aed60d1ce945f3222bc9ef4af SHA512 
d6696ef60b49732e3c94ed96da08baa0b9e3892b3415c0338b1281be54026548d110724aae6d47d222db044770297f10b0b3fa19cf58abcaf36f2756fe4a17b0
 WHIRLPOOL 
19d3e72b7e4848417aa45e71c02d091bddbdd45ecbdae0e6524f2fd9bdec0b6aec7f7e1698366c140d2ee8dcfc000f34fc9d694f3b84edd5b9443fb7c405
+DIST texlive-module-moderncv2.doc-2015.tar.xz 839420 SHA256 
583d2e9b9a92fa82a72962d4904651ea9ad2bd963d38e893ada9b0fd9f4e644a SHA512 
8ea126fa1f87c634fb436e249f374d41ed5a7661576b2f484d6bb86734bfb46599b2054ed6256da002c8cbf18f5ded929c0780832286ebc75a87c6f84bccfcd4
 WHIRLPOOL 
cf3408c5e7003f1ec6b18da4db09f0a0939da9f315db372480fe4e6cb9b5995ec3e994e0b9c1a970981b88c913020cf015d2f80158fd8d52963259ed5d13b51d
 DIST texlive-module-moderntimeline-2012.tar.xz 1832 SHA256 
2f561714dfe8f083c9e1a0af18f264e36fe09224f14a1843c2844120bc4fe17e SHA512 
32eae40b629892a2f415b02c717b09edb20dd57cba579367fa2763c8f1e1a2209a06885669e241dff8d31327dbd2eaf6f22fabd5cf5088604bf109f388ab5dcf
 WHIRLPOOL 
a79b91f3f5db4c061e962ad57a31a6374ac28c97529566503e0b42abfa9b9ec08afc09c06c99db918a3f76b08fc49c74f8054a0ed65f4448d99c3ee071c9aebd
 DIST texlive-module-moderntimeline-2013.tar.xz 1832 SHA256 
2f561714dfe8f083c9e1a0af18f264e36fe09224f14a1843c2844120bc4fe17e SHA512 
32eae40b629892a2f415b02c717b09edb20dd57cba579367fa2763c8f1e1a2209a06885669e241dff8d31327dbd2eaf6f22fabd5cf5088604bf109f388ab5dcf
 WHIRLPOOL 
a79b91f3f5db4c061e962ad57a31a6374ac28c97529566503e0b42abfa9b9ec08afc09c06c99db918a3f76b08fc49c74f8054a0ed65f4448d99c3ee071c9aebd
 DIST texlive-module-moderntimeline-2014.tar.xz 1840 SHA256 
2b46ecb94cabf9bd351642f417aa04044fb26cfe5270cc0af8e53b514c8f7343 SHA512 
879035ab2e8e5e6ba9346dbaa402d7104f0f932da2a4492b6cafef1be5351ecf0a6252403ba85a8c0ed1d1f4d4bd74cdf7af68c21febd578b80ddb751b5aaddd
 WHIRLPOOL 
b09acfed7d6bb7554d9b519b7af4a68aa18897e995c19a9a439e22f7439e26b610bcc2f0a22e3f53d4c8aeab411f57b905bedef909e5a0bee204a347a7bf6d16

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
new file mode 100644
index 000..ded95ca
--- /dev/null
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2015-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+TEXLIVE_MODULE_CONTENTS="2up ESIEEcv GS1 HA-prosper Tabbing a0poster a4wide 
a5comb abraces abstract achemso acro acronym acroterm actuarialangle addlines 
adjmulticol adjustbox adrconv advdate akktex akletter alnumsec alterqcm altfont 
amsaddr animate anonchap answers anyfontsize appendix appendixnumberbeamer 
apptools arcs arrayjobx arraysort arydshln assignment assoccnt attachfile 
authoraftertitle authorindex autonum 

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

2015-12-06 Thread Markus Meier
commit: 3cf88d61911dc0b3746cd1cfc70aaad39ea9e05f
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Dec  6 12:46:16 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Dec  6 12:46:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf88d61

dev-texlive/texlive-latexextra: arm stable, bug #550840

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-texlive/texlive-latexextra/texlive-latexextra-2014.ebuild 
b/dev-texlive/texlive-latexextra/texlive-latexextra-2014.ebuild
index 4fe96af..b5f2367 100644
--- a/dev-texlive/texlive-latexextra/texlive-latexextra-2014.ebuild
+++ b/dev-texlive/texlive-latexextra/texlive-latexextra-2014.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="TeXLive LaTeX additional packages"
 
 LICENSE=" Apache-2.0 Artistic BSD GPL-1 GPL-2 GPL-3 LGPL-2 LPPL-1.2 LPPL-1.3 
public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ppc ~ppc64 ~s390 ~sh 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 ~hppa ~mips ppc ~ppc64 ~s390 ~sh 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-2014
 >=dev-texlive/texlive-pictures-2014