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

2024-03-16 Thread Joonas Niilola
commit: 8eeaef45031ca39c281da6fab5cb8e006e125ab5
Author: orbea  riseup  net>
AuthorDate: Fri Feb 23 02:38:00 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Mar 16 08:49:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eeaef45

dev-libs/kpathsea: fix test with slibtool

Closes: https://bugs.gentoo.org/924405
Upstream-PR: https://github.com/TeX-Live/texlive-source/pull/65
Upstream-Commit: 
https://github.com/TeX-Live/texlive-source/commit/9c4aec9b1b85f3f0e336914d65d55ca6263c5526
Signed-off-by: orbea  riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/35494
Signed-off-by: Joonas Niilola  gentoo.org>

 ...pathsea-6.3.3_p20210325-Fix-slibtool-test.patch | 47 ++
 .../kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild|  3 +-
 2 files changed, 49 insertions(+), 1 deletion(-)

diff --git 
a/dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-slibtool-test.patch 
b/dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-slibtool-test.patch
new file mode 100644
index ..39a7fafb6fda
--- /dev/null
+++ b/dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-slibtool-test.patch
@@ -0,0 +1,47 @@
+https://bugs.gentoo.org/924405
+https://github.com/TeX-Live/texlive-source/pull/65
+https://github.com/TeX-Live/texlive-source/commit/9c4aec9b1b85f3f0e336914d65d55ca6263c5526
+
+From 9c4aec9b1b85f3f0e336914d65d55ca6263c5526 Mon Sep 17 00:00:00 2001
+From: Karl Berry 
+Date: Thu, 22 Feb 2024 23:41:54 +
+Subject: [PATCH] make kpsereadlink.test generic, instead of depending on
+ libtool
+
+git-svn-id: svn://tug.org/texlive/trunk/Build/source@70081 
c570f23f-e606-0410-a88d-b1316a301751
+---
+ texk/kpathsea/tests/kpsereadlink.test | 17 +
+ 1 files changed, 13 insertions(+), 4 deletions(-)
+
+diff --git a/tests/kpsereadlink.test b/tests/kpsereadlink.test
+index 3b3570aa8d..2e1a852494 100755
+--- a/tests/kpsereadlink.test
 b/tests/kpsereadlink.test
+@@ -1,14 +1,23 @@
+ #! /bin/sh -vx
+ # $Id$
+-# Copyright 2017 Karl Berry 
++# Copyright 2017-2024 Karl Berry 
+ # Copyright 2010 Peter Breitenlohner 
+ # You may freely use, modify and/or distribute this file.
+ 
++test -n "$LN_S" || LN_S="ln -s" # standalone testing
++
+ test "x$LN_S" = 'xln -s' || exit 77
+ 
+-./kpsereadlink $LT_OBJDIR/libkpathsea.lai && exit 1
++rm -f readlink_test_file readlink_test_symlink
++
++touch readlink_test_file
++
++$LN_S readlink_test_file readlink_test_symlink || exit 1
++
++./kpsereadlink readlink_test_file && exit 1
+ 
+-link=`./kpsereadlink $LT_OBJDIR/libkpathsea.la` || exit 1
++link=`./kpsereadlink readlink_test_symlink` || exit 1
+ 
+-test "x$link" = x../libkpathsea.la || exit 1
++test "x$link" = xreadlink_test_file || exit 1
+ 
++rm -f readlink_test_file readlink_test_symlink

diff --git a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild
index e848216c3fca..5109ca86e025 100644
--- a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -37,6 +37,7 @@ TEXMF_PATH=/usr/share/texmf-dist
 
 PATCHES=(

"${FILESDIR}"/${PN}-6.3.3_p20210325-Fix-Wimplicit-function-declaration.patch
+   "${FILESDIR}"/${PN}-6.3.3_p20210325-Fix-slibtool-test.patch #924405
 )
 
 src_prepare() {



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

2023-07-07 Thread Conrad Kostecki
commit: 1651ea8b076a4290cf73bb9ba50d5e4f287f967d
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Jul  5 07:15:40 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  7 21:53:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1651ea8b

dev-libs/kpathsea: use HTTPS

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild
index 619e22876988..e848216c3fca 100644
--- a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild
@@ -8,7 +8,7 @@ inherit texlive-common libtool prefix tmpfiles
 TEXMFD_VERSION="11"
 
 DESCRIPTION="Path searching library for TeX-related files"
-HOMEPAGE="http://tug.org/texlive/;
+HOMEPAGE="https://tug.org/texlive/;
 
SRC_URI="https://dev.gentoo.org/~sam/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz

https://dev.gentoo.org/~sam/distfiles/texlive/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz;
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/kpathsea/, app-text/ps2pkm/, dev-libs/ptexenc/, dev-tex/bibtexu/, ...

2023-05-15 Thread Sam James
commit: dd259414e65bc83375438ec7a51fdec2278c357d
Author: Sam James  gentoo  org>
AuthorDate: Tue May 16 05:44:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 16 05:44:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd259414

*/*: fix texlive SRC_URI

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

 app-text/dvipsk/dvipsk-2021.1_p20210325-r1.ebuild|  6 +++---
 app-text/ps2pkm/ps2pkm-1.8_p20210325-r1.ebuild   |  2 +-
 app-text/texlive-core/texlive-core-2021-r2.ebuild| 12 ++--
 app-text/texlive-core/texlive-core-2021-r3.ebuild| 12 ++--
 app-text/texlive-core/texlive-core-2021-r6.ebuild| 12 ++--
 app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild|  2 +-
 dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild |  8 
 dev-libs/ptexenc/ptexenc-1.3.9_p20210325-r1.ebuild   |  2 +-
 dev-tex/bibtexu/bibtexu-3.71_p20210325.ebuild|  6 +++---
 9 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/app-text/dvipsk/dvipsk-2021.1_p20210325-r1.ebuild 
b/app-text/dvipsk/dvipsk-2021.1_p20210325-r1.ebuild
index 2db4040223d4..e2ff5b16715a 100644
--- a/app-text/dvipsk/dvipsk-2021.1_p20210325-r1.ebuild
+++ b/app-text/dvipsk/dvipsk-2021.1_p20210325-r1.ebuild
@@ -7,19 +7,19 @@ inherit texlive-common
 
 DESCRIPTION="DVI-to-PostScript translator"
 HOMEPAGE="http://tug.org/texlive/;
-SRC_URI="https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz;
+SRC_URI="https://dev.gentoo.org/~sam/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz;
 
 TL_VERSION=2021
 EXTRA_TL_MODULES="dvips"
 EXTRA_TL_DOC_MODULES="dvips.doc"
 
 for i in ${EXTRA_TL_MODULES} ; do
-   SRC_URI="${SRC_URI} 
https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz;
+   SRC_URI="${SRC_URI} 
https://dev.gentoo.org/~sam/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz;
 done
 
 SRC_URI="${SRC_URI} doc? ( "
 for i in ${EXTRA_TL_DOC_MODULES} ; do
-   SRC_URI="${SRC_URI} 
https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz;
+   SRC_URI="${SRC_URI} 
https://dev.gentoo.org/~sam/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz;
 done
 SRC_URI="${SRC_URI} ) "
 

diff --git a/app-text/ps2pkm/ps2pkm-1.8_p20210325-r1.ebuild 
b/app-text/ps2pkm/ps2pkm-1.8_p20210325-r1.ebuild
index 252d4f99d3ef..e90082c96694 100644
--- a/app-text/ps2pkm/ps2pkm-1.8_p20210325-r1.ebuild
+++ b/app-text/ps2pkm/ps2pkm-1.8_p20210325-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Tool that converts a PostScript type1 font into a corresponding 
TeX PK font"
 HOMEPAGE="http://tug.org/texlive/;
-SRC_URI="https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz;
+SRC_URI="https://dev.gentoo.org/~sam/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz;
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/app-text/texlive-core/texlive-core-2021-r2.ebuild 
b/app-text/texlive-core/texlive-core-2021-r2.ebuild
index ab7fa1955b85..ccbe7bcbde77 100644
--- a/app-text/texlive-core/texlive-core-2021-r2.ebuild
+++ b/app-text/texlive-core/texlive-core-2021-r2.ebuild
@@ -16,9 +16,9 @@ HOMEPAGE="https://tug.org/texlive/;
 SLOT="0"
 LICENSE="GPL-2 LPPL-1.3c TeX"
 
-SRC_URI="https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/${MY_P}.tar.xz
-   
https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/texlive-tlpdb-${PV}.tar.xz
-   
https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/${PN}-patches-${PV}-${PATCHLEVEL}.tar.xz;
+SRC_URI="https://dev.gentoo.org/~sam/distfiles/texlive/${MY_P}.tar.xz
+   https://dev.gentoo.org/~sam/distfiles/texlive/texlive-tlpdb-${PV}.tar.xz
+   
https://dev.gentoo.org/~sam/distfiles/texlive/${PN}-patches-${PV}-${PATCHLEVEL}.tar.xz;
 
 # We ship binextra collection alongside
 TL_CORE_BINEXTRA_MODULES="
@@ -61,17 +61,17 @@ TL_CORE_EXTRA_DOC_MODULES="gsftopk.doc texlive.infra.doc 
texlive-scripts.doc ${T
 TL_CORE_EXTRA_SRC_MODULES="${TL_CORE_BINEXTRA_SRC_MODULES}"
 
 for i in ${TL_CORE_EXTRA_MODULES}; do
-   SRC_URI="${SRC_URI} 
https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/tl-${i}-${PV}.tar.xz;
+   SRC_URI="${SRC_URI} 
https://dev.gentoo.org/~sam/distfiles/texlive/tl-${i}-${PV}.tar.xz;
 done
 
 SRC_URI="${SRC_URI} doc? ( "
 for i in ${TL_CORE_EXTRA_DOC_MODULES}; do
-   SRC_URI="${SRC_URI} 
https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/tl-${i}-${PV}.tar.xz;
+   SRC_URI="${SRC_URI} 
https://dev.gentoo.org/~sam/distfiles/texlive/tl-${i}-${PV}.tar.xz;
 done
 SRC_URI="${SRC_URI} )"
 SRC_URI="${SRC_URI} source? ( "
 for i in ${TL_CORE_EXTRA_SRC_MODULES}; do
-   SRC_URI="${SRC_URI} 
https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/tl-${i}-${PV}.tar.xz;
+   SRC_URI="${SRC_URI} 
https://dev.gentoo.org/~sam/distfiles/texlive/tl-${i}-${PV}.tar.xz;
 done
 SRC_URI="${SRC_URI} )"
 

diff --git a/app-text/texlive-core/texlive-core-2021-r3.ebuild 
b/app-text/texlive-core/texlive-core-2021-r3.ebuild

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

2023-03-19 Thread Sam James
commit: 9e78ac8188a9dfa6d08158636d4bbf05f2bc7efb
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 20 02:20:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 20 02:21:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e78ac81

dev-libs/kpathsea: update SRC_URI

I've mirrored the files to my devspace now.

Closes: https://bugs.gentoo.org/902093
Signed-off-by: Sam James  gentoo.org>

 dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild
index 45e773f12628..070d1bdb0646 100644
--- a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,8 +9,8 @@ TEXMFD_VERSION="11"
 
 DESCRIPTION="Path searching library for TeX-related files"
 HOMEPAGE="http://tug.org/texlive/;
-SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz
-   
https://dev.gentoo.org/~zlogene/distfiles/texlive/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz;
+SRC_URI="https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz
+   
https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
@@ -24,12 +24,12 @@ EXTRA_TL_MODULES="kpathsea"
 EXTRA_TL_DOC_MODULES="kpathsea.doc"
 
 for i in ${EXTRA_TL_MODULES} ; do
-   SRC_URI="${SRC_URI} 
https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz;
+   SRC_URI="${SRC_URI} 
https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz;
 done
 
 SRC_URI="${SRC_URI} doc? ( "
 for i in ${EXTRA_TL_DOC_MODULES} ; do
-   SRC_URI="${SRC_URI} 
https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz;
+   SRC_URI="${SRC_URI} 
https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz;
 done
 SRC_URI="${SRC_URI} ) "
 



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

2022-11-03 Thread Sam James
commit: fd7c76475ecd44f34e09b6421b281e4ec4243a86
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov  4 05:36:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov  4 05:37:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7c7647

dev-libs/kpathsea: add upstream comment

Also, add configure.ac part, but it doesn't get used because of the autotools 
quirks
wrt texlive in ebuilds right now anyway.

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

 ...210325-Fix-Wimplicit-function-declaration.patch | 23 --
 1 file changed, 21 insertions(+), 2 deletions(-)

diff --git 
a/dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-Wimplicit-function-declaration.patch
 
b/dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-Wimplicit-function-declaration.patch
index ad8dc0e33342..89cf314856ae 100644
--- 
a/dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-Wimplicit-function-declaration.patch
+++ 
b/dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-Wimplicit-function-declaration.patch
@@ -1,5 +1,24 @@
-diff --git a/configure b/configure
-index be42b2e..6a7efb0 100755
+Sent upstream to tlbuild mailing list. Not yet in archive.
+
+From: Sam James 
+Date: Fri, 4 Nov 2022 04:58:38 +
+Subject: [PATCH] Fix -Wimplicit-function-declaration
+
+Add  includes for exit(). Clang 16 makes 
-Wimplicit-function-declaration an error by default.
+
+Signed-off-by: Sam James 
+--- a/configure.ac
 b/configure.ac
+@@ -45,7 +45,8 @@ if test "x$ac_cv_func_getcwd" = xyes; then
+ # We only need to run this if we have getcwd.
+ AC_CACHE_CHECK([whether getcwd uses fork or vfork],
+[kb_cv_func_getcwd_forks],
+-   [AC_RUN_IFELSE([AC_LANG_PROGRAM([[int fork() { exit(1); }
++   [AC_RUN_IFELSE([AC_LANG_PROGRAM([[#include 
++ int fork() { exit(1); }
+  int vfork() { exit(1); }
+  extern char *getcwd();
+  char path[100];]],
 --- a/configure
 +++ b/configure
 @@ -13920,6 +13920,7 @@ else



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

2022-11-03 Thread Sam James
commit: 344cd785d060dc5d86d791416116cf5d4f89fbcb
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov  4 05:05:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov  4 05:05:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=344cd785

dev-libs/kpathsea: fix configure w/ clang 16

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

 ...-6.3.3_p20210325-Fix-Wimplicit-function-declaration.patch | 12 
 ...3_p20210325.ebuild => kpathsea-6.3.3_p20210325-r1.ebuild} |  4 
 2 files changed, 16 insertions(+)

diff --git 
a/dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-Wimplicit-function-declaration.patch
 
b/dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-Wimplicit-function-declaration.patch
new file mode 100644
index ..ad8dc0e33342
--- /dev/null
+++ 
b/dev-libs/kpathsea/files/kpathsea-6.3.3_p20210325-Fix-Wimplicit-function-declaration.patch
@@ -0,0 +1,12 @@
+diff --git a/configure b/configure
+index be42b2e..6a7efb0 100755
+--- a/configure
 b/configure
+@@ -13920,6 +13920,7 @@ else
+ else
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
++#include 
+ int fork() { exit(1); }
+  int vfork() { exit(1); }
+  extern char *getcwd();

diff --git a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild
similarity index 97%
rename from dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild
rename to dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild
index 43a961e05eb2..45e773f12628 100644
--- a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild
@@ -35,6 +35,10 @@ SRC_URI="${SRC_URI} ) "
 
 TEXMF_PATH=/usr/share/texmf-dist
 
+PATCHES=(
+   
"${FILESDIR}"/${PN}-6.3.3_p20210325-Fix-Wimplicit-function-declaration.patch
+)
+
 src_prepare() {
default
cd "${WORKDIR}/texlive-${PV#*_p}-source" || die



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

2022-11-03 Thread Sam James
commit: be42e6622232cb11b0fe88cd8048d3472c6fcb12
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov  4 05:14:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov  4 05:14:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be42e662

dev-libs/kpathsea: add github upstream metadata

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

 dev-libs/kpathsea/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/metadata.xml b/dev-libs/kpathsea/metadata.xml
index 52546db07960..08ee5edcf6b4 100644
--- a/dev-libs/kpathsea/metadata.xml
+++ b/dev-libs/kpathsea/metadata.xml
@@ -5,8 +5,11 @@
aball...@gentoo.org
Alexis Ballier

-
+   
t...@gentoo.org
Gentoo TeX Project

+   
+   TeX-Live/texlive-source
+   
 



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

2022-05-14 Thread WANG Xuerui
commit: 224bc8833e61b4ff8d5cd5649148ccd0ef9e7c27
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sat May 14 10:27:41 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sat May 14 10:28:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224bc883

dev-libs/kpathsea: keyword 6.3.3_p20210325 for ~loong

Tests passed on real hardware.

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

 dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild
index 8c4a6a6153cb..43a961e05eb2 100644
--- a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.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
@@ -14,7 +14,7 @@ 
SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/texlive/texlive-${PV#*_p}-sou
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-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 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}



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

2021-07-30 Thread David Seifert
commit: 677a4ed64627444922ec21f0dbb90bad04ffeb97
Author: David Seifert  gentoo  org>
AuthorDate: Fri Jul 30 22:55:05 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jul 30 22:55:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677a4ed6

dev-libs/kpathsea: consistent tmpfiles_process arguments

Signed-off-by: David Seifert  gentoo.org>

 dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild
index 82053a77e2e..8c4a6a6153c 100644
--- a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild
@@ -97,7 +97,7 @@ src_install() {
 }
 
 pkg_postinst() {
-   tmpfiles_process "${FILESDIR}"/kpathsea.conf
+   tmpfiles_process kpathsea.conf
etexmf-update
 }
 



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

2021-07-03 Thread Mikle Kolyada
commit: e250945fae23599f8f6cdf6572d2908302ff2589
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul  3 09:23:00 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul  3 09:30:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e250945f

dev-libs/kpathsea: Drop old

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

 dev-libs/kpathsea/Manifest|   4 -
 dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild | 107 --
 2 files changed, 111 deletions(-)

diff --git a/dev-libs/kpathsea/Manifest b/dev-libs/kpathsea/Manifest
index 886bc24dda3..de858079677 100644
--- a/dev-libs/kpathsea/Manifest
+++ b/dev-libs/kpathsea/Manifest
@@ -1,8 +1,4 @@
-DIST kpathsea-texmf.d-10.tar.xz 12784 BLAKE2B 
fcd9b46504c58da90babcbd1e5d4ea655d3cb85f4be0a7430da62758f9b11e68219adcafab9ae26756f3f9dfa97b460db3e8b8b1a27560d2f3a91e612336dc75
 SHA512 
f2cc6a1bbc7be463877fd57d5351fb9e7bda472f1094f93a6962e14f9d71067cdae87464b615818341728c9fbd32e67f060dc09a3590353715fbc31fe64f93ef
 DIST kpathsea-texmf.d-11.tar.xz 12616 BLAKE2B 
f64dcaae859d6c95d534907f69519428973fad5b7a734eec269b3cc89fc2ae527a459b4ae4d966a3394d6a95f40fac16841f59f9f6cabf2a07dcdcb98a14cba9
 SHA512 
eec72ecc35edd47bd9a5762f0d06212e4625eea1ee2ffc36f93885b548ca6c4e0eb65345a1ec050f3f838aed5128bb32eda509b5aadbad6643469b4955441f22
-DIST texlive-20200406-source.tar.xz 55383320 BLAKE2B 
3bc024166ebfc269389531c7cf818b062856cd2dcc27cf0a2e790f07cd941d9905c9c6a54566ea627ea1ca334d2b6da8d3e5bd1c686dc9d6f8ac15aac388c1e3
 SHA512 
65be52cb5e1b52f12feb62c6cf23e56c581b9dccb8d3b9ccc85c12c62b0cb67dd71de8d22d967d2cbf8403502c66bccb238523d13a0d081be104fc9f9c68b477
 DIST texlive-20210325-source.tar.xz 54837368 BLAKE2B 
66bd4bdd43ff53513004b9b9b90ababa0ab5efcf183a27864a3d39cde9cf90721456bda90c49ad6014f4b12d2e6293feaf9a8b152b85a89ffaa96bf5056347df
 SHA512 
afd6eb24efaeac7c58d43ff24162aece919079a9ae02934509f068c7a3828223c33c14d9db11ff7fea3560b08a06f352446ba7f845eefb4a56a87b96f088f213
-DIST tl-kpathsea-2020.tar.xz 32324 BLAKE2B 
bf4365d3ae47ce5344916d6622d40c121a34e722d166c983224f356c75d1b3e10216182ee79a76cf1dc703741e5302d8b427215a72af3060bae05b698ac0c316
 SHA512 
53887f73784f96528081bf9ce39fdaff3c94b2af1827cc2da7abddf2821c86c45f014ddcb624b24ed6265b7de25132dd106040f736fea180c122c9026f6cd101
 DIST tl-kpathsea-2021.tar.xz 32308 BLAKE2B 
83052cefc5699d46ce104e4379d39eee8e86b514d25245a6104fc9940accf131790ae144ca11dbd3b99a31a06017495bb5a53afb1e49da71a2c9eec008200653
 SHA512 
398358b84ecb81fece969fbd3521b093f7e791feec828c218e6371c26d57956491328999517a65711d45dfb04c83fd643ef0fad6a0153590866eddf485d5c575
-DIST tl-kpathsea.doc-2020.tar.xz 1066608 BLAKE2B 
02f9fd2e704392c6b82af9317418f4baeead00d02a204db0e7d58ba5eb9da6047a0bfd235123964c78bed5da68e79bd0964f943331f2ceb03ff591fd4efba266
 SHA512 
fd9d0de2cc576ced6ad5d0ba6dd07d0f8a1e63dc473de849148b5a7890277122f7a37ea6476db20ff3b56546cd467126a881505aa60ef66a86a232e35e3f3303
 DIST tl-kpathsea.doc-2021.tar.xz 1066608 BLAKE2B 
798ccf9953e4fa2037f81b56dfa30cf99c56c17e2942d5a0f2041b871958284f05150e5d7631b542896190f178327f009130e6bb07f60e8173ec1e9f12c4cda9
 SHA512 
8ecccee7ad99220f91139dcd9c2ce0bd19eb0e2fe74f0a965f68e59a28bd3de454624d6e014ef2a5c481a537acb95b08a9546a79abd8df429300043ecf973545

diff --git a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
deleted file mode 100644
index e3494ced7f7..000
--- a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit texlive-common libtool prefix tmpfiles
-
-TEXMFD_VERSION="10"
-
-DESCRIPTION="Path searching library for TeX-related files"
-HOMEPAGE="http://tug.org/texlive/;
-SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz
-   
https://dev.gentoo.org/~zlogene/distfiles/texlive/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0/${PV%_p*}"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="doc source static-libs"
-
-S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
-
-TL_VERSION=2020
-EXTRA_TL_MODULES="kpathsea"
-EXTRA_TL_DOC_MODULES="kpathsea.doc"
-
-for i in ${EXTRA_TL_MODULES} ; do
-   SRC_URI="${SRC_URI} 
https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz;
-done
-
-SRC_URI="${SRC_URI} doc? ( "
-for i in ${EXTRA_TL_DOC_MODULES} ; do
-   SRC_URI="${SRC_URI} 
https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz;
-done
-SRC_URI="${SRC_URI} ) "
-
-TEXMF_PATH=/usr/share/texmf-dist
-
-src_prepare() {
-   default
-   cd "${WORKDIR}/texlive-${PV#*_p}-source" || die
-   S="${WORKDIR}/texlive-${PV#*_p}-source" elibtoolize
-   

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

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

dev-libs/kpathsea: Stabilize 6.3.3_p20210325 hppa, #787911

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

 dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild
index 1b0d64cfebf..4ba0367c99e 100644
--- a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/texlive/texlive-${PV#*_p}-sou
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-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 ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}



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

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

dev-libs/kpathsea: Stabilize 6.3.3_p20210325 arm64, #787911

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

 dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild
index 9e99e804417..3a290991bff 100644
--- a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/texlive/texlive-${PV#*_p}-sou
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-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 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}



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

2021-04-02 Thread Mikle Kolyada
commit: e0d94f1d30f10d548c41e14c534045c8177ee951
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Apr  2 07:31:19 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Apr  2 07:31:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d94f1d

dev-libs/kpathsea: use correct versions

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

 dev-libs/kpathsea/Manifest| 3 +++
 dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-libs/kpathsea/Manifest b/dev-libs/kpathsea/Manifest
index 21b83650638..886bc24dda3 100644
--- a/dev-libs/kpathsea/Manifest
+++ b/dev-libs/kpathsea/Manifest
@@ -1,5 +1,8 @@
 DIST kpathsea-texmf.d-10.tar.xz 12784 BLAKE2B 
fcd9b46504c58da90babcbd1e5d4ea655d3cb85f4be0a7430da62758f9b11e68219adcafab9ae26756f3f9dfa97b460db3e8b8b1a27560d2f3a91e612336dc75
 SHA512 
f2cc6a1bbc7be463877fd57d5351fb9e7bda472f1094f93a6962e14f9d71067cdae87464b615818341728c9fbd32e67f060dc09a3590353715fbc31fe64f93ef
+DIST kpathsea-texmf.d-11.tar.xz 12616 BLAKE2B 
f64dcaae859d6c95d534907f69519428973fad5b7a734eec269b3cc89fc2ae527a459b4ae4d966a3394d6a95f40fac16841f59f9f6cabf2a07dcdcb98a14cba9
 SHA512 
eec72ecc35edd47bd9a5762f0d06212e4625eea1ee2ffc36f93885b548ca6c4e0eb65345a1ec050f3f838aed5128bb32eda509b5aadbad6643469b4955441f22
 DIST texlive-20200406-source.tar.xz 55383320 BLAKE2B 
3bc024166ebfc269389531c7cf818b062856cd2dcc27cf0a2e790f07cd941d9905c9c6a54566ea627ea1ca334d2b6da8d3e5bd1c686dc9d6f8ac15aac388c1e3
 SHA512 
65be52cb5e1b52f12feb62c6cf23e56c581b9dccb8d3b9ccc85c12c62b0cb67dd71de8d22d967d2cbf8403502c66bccb238523d13a0d081be104fc9f9c68b477
 DIST texlive-20210325-source.tar.xz 54837368 BLAKE2B 
66bd4bdd43ff53513004b9b9b90ababa0ab5efcf183a27864a3d39cde9cf90721456bda90c49ad6014f4b12d2e6293feaf9a8b152b85a89ffaa96bf5056347df
 SHA512 
afd6eb24efaeac7c58d43ff24162aece919079a9ae02934509f068c7a3828223c33c14d9db11ff7fea3560b08a06f352446ba7f845eefb4a56a87b96f088f213
 DIST tl-kpathsea-2020.tar.xz 32324 BLAKE2B 
bf4365d3ae47ce5344916d6622d40c121a34e722d166c983224f356c75d1b3e10216182ee79a76cf1dc703741e5302d8b427215a72af3060bae05b698ac0c316
 SHA512 
53887f73784f96528081bf9ce39fdaff3c94b2af1827cc2da7abddf2821c86c45f014ddcb624b24ed6265b7de25132dd106040f736fea180c122c9026f6cd101
+DIST tl-kpathsea-2021.tar.xz 32308 BLAKE2B 
83052cefc5699d46ce104e4379d39eee8e86b514d25245a6104fc9940accf131790ae144ca11dbd3b99a31a06017495bb5a53afb1e49da71a2c9eec008200653
 SHA512 
398358b84ecb81fece969fbd3521b093f7e791feec828c218e6371c26d57956491328999517a65711d45dfb04c83fd643ef0fad6a0153590866eddf485d5c575
 DIST tl-kpathsea.doc-2020.tar.xz 1066608 BLAKE2B 
02f9fd2e704392c6b82af9317418f4baeead00d02a204db0e7d58ba5eb9da6047a0bfd235123964c78bed5da68e79bd0964f943331f2ceb03ff591fd4efba266
 SHA512 
fd9d0de2cc576ced6ad5d0ba6dd07d0f8a1e63dc473de849148b5a7890277122f7a37ea6476db20ff3b56546cd467126a881505aa60ef66a86a232e35e3f3303
+DIST tl-kpathsea.doc-2021.tar.xz 1066608 BLAKE2B 
798ccf9953e4fa2037f81b56dfa30cf99c56c17e2942d5a0f2041b871958284f05150e5d7631b542896190f178327f009130e6bb07f60e8173ec1e9f12c4cda9
 SHA512 
8ecccee7ad99220f91139dcd9c2ce0bd19eb0e2fe74f0a965f68e59a28bd3de454624d6e014ef2a5c481a537acb95b08a9546a79abd8df429300043ecf973545

diff --git a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild
index 100fb4e9fb9..c5ab6c78239 100644
--- a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit texlive-common libtool prefix tmpfiles
 
-TEXMFD_VERSION="10"
+TEXMFD_VERSION="11"
 
 DESCRIPTION="Path searching library for TeX-related files"
 HOMEPAGE="http://tug.org/texlive/;
@@ -19,7 +19,7 @@ IUSE="doc source static-libs"
 
 S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
 
-TL_VERSION=2020
+TL_VERSION=2021
 EXTRA_TL_MODULES="kpathsea"
 EXTRA_TL_DOC_MODULES="kpathsea.doc"
 



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

2021-04-02 Thread Mikle Kolyada
commit: c61729fe85767e7f4fa54d99282f8dadd16e50df
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Apr  2 07:16:53 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Apr  2 07:20:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61729fe

dev-libs/kpathsea: Version bump (v6.3.3_p20210325)

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

 dev-libs/kpathsea/Manifest|   1 +
 dev-libs/kpathsea/files/kpathsea.conf |   1 +
 dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild | 106 ++
 3 files changed, 108 insertions(+)

diff --git a/dev-libs/kpathsea/Manifest b/dev-libs/kpathsea/Manifest
index 4ad13c50738..21b83650638 100644
--- a/dev-libs/kpathsea/Manifest
+++ b/dev-libs/kpathsea/Manifest
@@ -1,4 +1,5 @@
 DIST kpathsea-texmf.d-10.tar.xz 12784 BLAKE2B 
fcd9b46504c58da90babcbd1e5d4ea655d3cb85f4be0a7430da62758f9b11e68219adcafab9ae26756f3f9dfa97b460db3e8b8b1a27560d2f3a91e612336dc75
 SHA512 
f2cc6a1bbc7be463877fd57d5351fb9e7bda472f1094f93a6962e14f9d71067cdae87464b615818341728c9fbd32e67f060dc09a3590353715fbc31fe64f93ef
 DIST texlive-20200406-source.tar.xz 55383320 BLAKE2B 
3bc024166ebfc269389531c7cf818b062856cd2dcc27cf0a2e790f07cd941d9905c9c6a54566ea627ea1ca334d2b6da8d3e5bd1c686dc9d6f8ac15aac388c1e3
 SHA512 
65be52cb5e1b52f12feb62c6cf23e56c581b9dccb8d3b9ccc85c12c62b0cb67dd71de8d22d967d2cbf8403502c66bccb238523d13a0d081be104fc9f9c68b477
+DIST texlive-20210325-source.tar.xz 54837368 BLAKE2B 
66bd4bdd43ff53513004b9b9b90ababa0ab5efcf183a27864a3d39cde9cf90721456bda90c49ad6014f4b12d2e6293feaf9a8b152b85a89ffaa96bf5056347df
 SHA512 
afd6eb24efaeac7c58d43ff24162aece919079a9ae02934509f068c7a3828223c33c14d9db11ff7fea3560b08a06f352446ba7f845eefb4a56a87b96f088f213
 DIST tl-kpathsea-2020.tar.xz 32324 BLAKE2B 
bf4365d3ae47ce5344916d6622d40c121a34e722d166c983224f356c75d1b3e10216182ee79a76cf1dc703741e5302d8b427215a72af3060bae05b698ac0c316
 SHA512 
53887f73784f96528081bf9ce39fdaff3c94b2af1827cc2da7abddf2821c86c45f014ddcb624b24ed6265b7de25132dd106040f736fea180c122c9026f6cd101
 DIST tl-kpathsea.doc-2020.tar.xz 1066608 BLAKE2B 
02f9fd2e704392c6b82af9317418f4baeead00d02a204db0e7d58ba5eb9da6047a0bfd235123964c78bed5da68e79bd0964f943331f2ceb03ff591fd4efba266
 SHA512 
fd9d0de2cc576ced6ad5d0ba6dd07d0f8a1e63dc473de849148b5a7890277122f7a37ea6476db20ff3b56546cd467126a881505aa60ef66a86a232e35e3f3303

diff --git a/dev-libs/kpathsea/files/kpathsea.conf 
b/dev-libs/kpathsea/files/kpathsea.conf
new file mode 100644
index 000..f68f5d5e125
--- /dev/null
+++ b/dev-libs/kpathsea/files/kpathsea.conf
@@ -0,0 +1 @@
+d /var/cache/fonts 1777 root root -

diff --git a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild
new file mode 100644
index 000..100fb4e9fb9
--- /dev/null
+++ b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit texlive-common libtool prefix tmpfiles
+
+TEXMFD_VERSION="10"
+
+DESCRIPTION="Path searching library for TeX-related files"
+HOMEPAGE="http://tug.org/texlive/;
+SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz
+   
https://dev.gentoo.org/~zlogene/distfiles/texlive/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0/${PV%_p*}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc source static-libs"
+
+S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
+
+TL_VERSION=2020
+EXTRA_TL_MODULES="kpathsea"
+EXTRA_TL_DOC_MODULES="kpathsea.doc"
+
+for i in ${EXTRA_TL_MODULES} ; do
+   SRC_URI="${SRC_URI} 
https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz;
+done
+
+SRC_URI="${SRC_URI} doc? ( "
+for i in ${EXTRA_TL_DOC_MODULES} ; do
+   SRC_URI="${SRC_URI} 
https://dev.gentoo.org/~zlogene/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz;
+done
+SRC_URI="${SRC_URI} ) "
+
+TEXMF_PATH=/usr/share/texmf-dist
+
+src_prepare() {
+   default
+   cd "${WORKDIR}/texlive-${PV#*_p}-source" || die
+   S="${WORKDIR}/texlive-${PV#*_p}-source" elibtoolize
+   cp "${FILESDIR}/texmf-update-r2" "${S}"/texmf-update || die
+   eprefixify "${S}"/texmf-update
+}
+
+src_configure() {
+   # Too many regexps use A-Z a-z constructs, what causes problems with 
locales
+   # that don't have the same alphabetical order than ascii. Bug #347798
+   # So we set LC_ALL to C in order to avoid problems.
+   export LC_ALL=C
+
+   # Disable largefile because it seems to cause problems on big endian 32 
bits
+   # systems...
+   econf \
+   --disable-largefile \
+   $(use_enable static-libs static)
+}
+
+src_install() 

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

2021-04-02 Thread Mikle Kolyada
commit: 6c71f0cce20b1ba654b8ab81515231ce5796b24d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Apr  2 07:19:48 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Apr  2 07:20:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c71f0cc

dev-libs/kpathsea: Use tmpfiles for runtime dirs

Closes: https://bugs.gentoo.org/605364
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
index e2fd405ab8c..365d871b16e 100644
--- a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit texlive-common libtool prefix
+inherit texlive-common libtool prefix tmpfiles
 
 TEXMFD_VERSION="10"
 
@@ -68,8 +68,7 @@ src_install() {
 
# The default configuration expects it to be world writable, bug #266680
# People can still change it with texconfig though.
-   dodir /var/cache/fonts
-   fperms 1777 /var/cache/fonts
+   dotmpfiles "${FILESDIR}"/kpathsea.conf
 
# Take care of fmtutil.cnf and texmf.cnf
dodir /etc/texmf/{fmtutil.d,texmf.d}
@@ -98,6 +97,8 @@ src_install() {
 }
 
 pkg_postinst() {
+   tmpfiles_process "${FILESDIR}"/kpathsea.conf
+
etexmf-update
 }
 



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

2020-07-24 Thread Michał Górny
commit: bad1a3b37da5a0cc59f3910e175d9446c8a29cdc
Author: Mark J. Olah  users  noreply  github  
com>
AuthorDate: Fri Jul 24 23:57:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 25 05:05:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad1a3b3

dev-libs/kpathsea: Fix symlink targets

Closes: https://bugs.gentoo.org/710190
Signed-off-by: Mark J. Olah  cs.unm.edu>
Closes: https://github.com/gentoo/gentoo/pull/16808
Signed-off-by: Michał Górny  gentoo.org>

 dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
index 8a18b3f69af..b473c1a6add 100644
--- a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
@@ -86,8 +86,8 @@ src_install() {
# by texmf-update
rm -f "${ED}${TEXMF_PATH}/web2c/fmtutil.cnf"
 
-   dosym /../../../../etc/texmf/web2c/fmtutil.cnf 
${TEXMF_PATH}/web2c/fmtutil.cnf
-   dosym /../../../../etc/texmf/web2c/texmf.cnf 
${TEXMF_PATH}/web2c/texmf.cnf
+   dosym ../../../../etc/texmf/web2c/fmtutil.cnf 
${TEXMF_PATH}/web2c/fmtutil.cnf
+   dosym ../../../../etc/texmf/web2c/texmf.cnf 
${TEXMF_PATH}/web2c/texmf.cnf
 
newsbin "${S}/texmf-update" texmf-update
 



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

2020-05-31 Thread Sergei Trofimovich
commit: c55f4eb534b6524c30563af580d38e05f00b068a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun May 31 07:48:38 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun May 31 08:19:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55f4eb5

dev-libs/kpathsea: stable 6.3.2_p20200406 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-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
index 8972dbfc92e..e079c73914b 100644
--- a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/texlive/texlive-${PV#*_p}-sou
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-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 
~sparc64-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 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}



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

2020-05-20 Thread Mikle Kolyada
commit: 35a70cfb1622b0b707bf9aac5d63e90cff2262ea
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May 20 13:25:29 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May 20 13:25:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35a70cfb

dev-libs/kpathsea: 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-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
index 46f4a0d21ad..00d4613b1f1 100644
--- a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/texlive/texlive-${PV#*_p}-sou
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-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 
~sparc64-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 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}



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

2020-05-03 Thread Mikle Kolyada
commit: c78a4dfa9c2ffa1fea406a13b36111069b0bffda
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  3 11:54:37 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  3 13:06:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78a4dfa

dev-libs/kpathsea: remanifest

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

 dev-libs/kpathsea/Manifest| 8 
 dev-libs/kpathsea/kpathsea-6.3.1_p20190410.ebuild | 8 
 dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild | 4 ++--
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-libs/kpathsea/Manifest b/dev-libs/kpathsea/Manifest
index fc9922a7d24..9987e6fe5ce 100644
--- a/dev-libs/kpathsea/Manifest
+++ b/dev-libs/kpathsea/Manifest
@@ -2,7 +2,7 @@ DIST kpathsea-texmf.d-10.tar.xz 12784 BLAKE2B 
fcd9b46504c58da90babcbd1e5d4ea655d
 DIST kpathsea-texmf.d-9.tar.xz 12120 BLAKE2B 
80069cdb1c8e1edf8ae0b5af2de825afdf234840f9365c0033d7fb080a1e5e5692ae9ba4c191b83422724f35523a21551102ef91e8642f5cbd4df9e251357b11
 SHA512 
5718ef60d33013159b5913f198330f9ecb098ac4333dd536068e8c48bf6eb208039a9b29afba331b3e4942c0c77c46e6add1c116d273f1f53550116ac06e69aa
 DIST texlive-20190410-source.tar.xz 53783408 BLAKE2B 
8e34c7c2b74eab1c4d16ddbf7eddd8566593e6d68c42a2634760f11d86e68970698d8b9deddcf3297966968ede11ecf30e0b04ec19b708dc3e6d0a2abcc3799d
 SHA512 
7759d8e668e53c0c73e48907096da9d8fb6384dd9c3342ddfb05e17d077054c5351d35256cf4e63a6da502de2f09f521979bede7209cdd5bd8ae80eba0efed2e
 DIST texlive-20200406-source.tar.xz 55383320 BLAKE2B 
3bc024166ebfc269389531c7cf818b062856cd2dcc27cf0a2e790f07cd941d9905c9c6a54566ea627ea1ca334d2b6da8d3e5bd1c686dc9d6f8ac15aac388c1e3
 SHA512 
65be52cb5e1b52f12feb62c6cf23e56c581b9dccb8d3b9ccc85c12c62b0cb67dd71de8d22d967d2cbf8403502c66bccb238523d13a0d081be104fc9f9c68b477
-DIST texlive-module-kpathsea-2019.tar.xz 31480 BLAKE2B 
897ceb8cb536f2d4a54ead2529da891eba83e4480b9ca527ab99337ed030f680bc25a12d4286e101965d146567720e3bb5fb8ff18a240365be9eeb7471c970bc
 SHA512 
12676ea4b26af792c1abc2a3189c103357b6af4994d3131d8d98e507af24f5d9666bfe4d8abba0ec984eec1ba8c99ab7a6d35813c8e053c79c82a7baa88c973d
-DIST texlive-module-kpathsea-2020.tar.xz 32324 BLAKE2B 
bf4365d3ae47ce5344916d6622d40c121a34e722d166c983224f356c75d1b3e10216182ee79a76cf1dc703741e5302d8b427215a72af3060bae05b698ac0c316
 SHA512 
53887f73784f96528081bf9ce39fdaff3c94b2af1827cc2da7abddf2821c86c45f014ddcb624b24ed6265b7de25132dd106040f736fea180c122c9026f6cd101
-DIST texlive-module-kpathsea.doc-2019.tar.xz 1068236 BLAKE2B 
19ecf7d3e5dc1c7a537f59ad45188bb2cd23127682382e719d8bfced05a7f46704606be55c1ff3fe1374587b99866f441b67cb1b555dbf2e33f332d147e30dda
 SHA512 
bd13bb8a5740df0abda5d5f546138504bf3b6bd54caa95e5f1758cc540af4bbbd055e3868c494f65e9bebe108038205d8537fcffbc821a8f17bc51119e5d479c
-DIST texlive-module-kpathsea.doc-2020.tar.xz 1066608 BLAKE2B 
02f9fd2e704392c6b82af9317418f4baeead00d02a204db0e7d58ba5eb9da6047a0bfd235123964c78bed5da68e79bd0964f943331f2ceb03ff591fd4efba266
 SHA512 
fd9d0de2cc576ced6ad5d0ba6dd07d0f8a1e63dc473de849148b5a7890277122f7a37ea6476db20ff3b56546cd467126a881505aa60ef66a86a232e35e3f3303
+DIST tl-kpathsea-2019.tar.xz 31480 BLAKE2B 
897ceb8cb536f2d4a54ead2529da891eba83e4480b9ca527ab99337ed030f680bc25a12d4286e101965d146567720e3bb5fb8ff18a240365be9eeb7471c970bc
 SHA512 
12676ea4b26af792c1abc2a3189c103357b6af4994d3131d8d98e507af24f5d9666bfe4d8abba0ec984eec1ba8c99ab7a6d35813c8e053c79c82a7baa88c973d
+DIST tl-kpathsea-2020.tar.xz 32324 BLAKE2B 
bf4365d3ae47ce5344916d6622d40c121a34e722d166c983224f356c75d1b3e10216182ee79a76cf1dc703741e5302d8b427215a72af3060bae05b698ac0c316
 SHA512 
53887f73784f96528081bf9ce39fdaff3c94b2af1827cc2da7abddf2821c86c45f014ddcb624b24ed6265b7de25132dd106040f736fea180c122c9026f6cd101
+DIST tl-kpathsea.doc-2019.tar.xz 1068236 BLAKE2B 
19ecf7d3e5dc1c7a537f59ad45188bb2cd23127682382e719d8bfced05a7f46704606be55c1ff3fe1374587b99866f441b67cb1b555dbf2e33f332d147e30dda
 SHA512 
bd13bb8a5740df0abda5d5f546138504bf3b6bd54caa95e5f1758cc540af4bbbd055e3868c494f65e9bebe108038205d8537fcffbc821a8f17bc51119e5d479c
+DIST tl-kpathsea.doc-2020.tar.xz 1066608 BLAKE2B 
02f9fd2e704392c6b82af9317418f4baeead00d02a204db0e7d58ba5eb9da6047a0bfd235123964c78bed5da68e79bd0964f943331f2ceb03ff591fd4efba266
 SHA512 
fd9d0de2cc576ced6ad5d0ba6dd07d0f8a1e63dc473de849148b5a7890277122f7a37ea6476db20ff3b56546cd467126a881505aa60ef66a86a232e35e3f3303

diff --git a/dev-libs/kpathsea/kpathsea-6.3.1_p20190410.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.1_p20190410.ebuild
index 22797df38e6..0edd520c603 100644
--- a/dev-libs/kpathsea/kpathsea-6.3.1_p20190410.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.3.1_p20190410.ebuild
@@ -9,8 +9,8 @@ TEXMFD_VERSION="9"
 
 DESCRIPTION="Path searching library for TeX-related files"
 HOMEPAGE="http://tug.org/texlive/;
-SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
-   mirror://gentoo/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz"

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

2020-04-16 Thread Mikle Kolyada
commit: 9543a63ffa747e140cefab8f6e09d90e37399bf6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Apr 16 18:35:41 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Apr 16 18:36:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9543a63f

dev-libs/kpathsea: fix dosym

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

 dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
index dcbc8175045..74023b4cbb3 100644
--- a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
@@ -86,8 +86,8 @@ src_install() {
# by texmf-update
rm -f "${ED}${TEXMF_PATH}/web2c/fmtutil.cnf"
 
-   dosym ../texmf/web2c/fmtutil.cnf ${TEXMF_PATH}/web2c/fmtutil.cnf
-   dosym ../texmf/web2c/texmf.cnf ${TEXMF_PATH}/web2c/texmf.cnf
+   dosym /../../../../etc/texmf/web2c/fmtutil.cnf 
${TEXMF_PATH}/web2c/fmtutil.cnf
+   dosym /../../../../etc/texmf/web2c/texmf.cnf 
${TEXMF_PATH}/web2c/texmf.cnf
 
newsbin "${S}/texmf-update" texmf-update
 



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

2020-04-12 Thread Mikle Kolyada
commit: 0c79e65739b7b69cf0ff753d4ba0a9a2cf58090a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr 12 23:31:53 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr 12 23:34:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c79e657

dev-libs/kpathsea: use relative links

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

 dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
index 70543c7dfda..dcbc8175045 100644
--- a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
@@ -58,7 +58,7 @@ src_configure() {
 
 src_install() {
emake DESTDIR="${D}" web2cdir="${EPREFIX}/usr/share/texmf-dist/web2c" 
install
-   find "${D}" -name '*.la' -delete
+   find "${D}" -name '*.la' -delete || die
 
dodir /usr/share # just in case
cp -pR "${WORKDIR}"/texmf-dist "${ED}/usr/share/" || die "failed to 
install texmf trees"
@@ -86,8 +86,8 @@ src_install() {
# by texmf-update
rm -f "${ED}${TEXMF_PATH}/web2c/fmtutil.cnf"
 
-   dosym /etc/texmf/web2c/fmtutil.cnf ${TEXMF_PATH}/web2c/fmtutil.cnf
-   dosym /etc/texmf/web2c/texmf.cnf ${TEXMF_PATH}/web2c/texmf.cnf
+   dosym ../texmf/web2c/fmtutil.cnf ${TEXMF_PATH}/web2c/fmtutil.cnf
+   dosym ../texmf/web2c/texmf.cnf ${TEXMF_PATH}/web2c/texmf.cnf
 
newsbin "${S}/texmf-update" texmf-update
 



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

2020-04-12 Thread Mikle Kolyada
commit: bc49b4d617170f7ba59e4c541fdb00028b9d0d4b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr 12 19:23:18 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr 12 19:23:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc49b4d6

dev-libs/kpathsea: Version bump (v6.3.2_p20200406)

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

 dev-libs/kpathsea/Manifest|   4 +
 dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild | 106 ++
 2 files changed, 110 insertions(+)

diff --git a/dev-libs/kpathsea/Manifest b/dev-libs/kpathsea/Manifest
index a53a19f68ef..fc9922a7d24 100644
--- a/dev-libs/kpathsea/Manifest
+++ b/dev-libs/kpathsea/Manifest
@@ -1,4 +1,8 @@
+DIST kpathsea-texmf.d-10.tar.xz 12784 BLAKE2B 
fcd9b46504c58da90babcbd1e5d4ea655d3cb85f4be0a7430da62758f9b11e68219adcafab9ae26756f3f9dfa97b460db3e8b8b1a27560d2f3a91e612336dc75
 SHA512 
f2cc6a1bbc7be463877fd57d5351fb9e7bda472f1094f93a6962e14f9d71067cdae87464b615818341728c9fbd32e67f060dc09a3590353715fbc31fe64f93ef
 DIST kpathsea-texmf.d-9.tar.xz 12120 BLAKE2B 
80069cdb1c8e1edf8ae0b5af2de825afdf234840f9365c0033d7fb080a1e5e5692ae9ba4c191b83422724f35523a21551102ef91e8642f5cbd4df9e251357b11
 SHA512 
5718ef60d33013159b5913f198330f9ecb098ac4333dd536068e8c48bf6eb208039a9b29afba331b3e4942c0c77c46e6add1c116d273f1f53550116ac06e69aa
 DIST texlive-20190410-source.tar.xz 53783408 BLAKE2B 
8e34c7c2b74eab1c4d16ddbf7eddd8566593e6d68c42a2634760f11d86e68970698d8b9deddcf3297966968ede11ecf30e0b04ec19b708dc3e6d0a2abcc3799d
 SHA512 
7759d8e668e53c0c73e48907096da9d8fb6384dd9c3342ddfb05e17d077054c5351d35256cf4e63a6da502de2f09f521979bede7209cdd5bd8ae80eba0efed2e
+DIST texlive-20200406-source.tar.xz 55383320 BLAKE2B 
3bc024166ebfc269389531c7cf818b062856cd2dcc27cf0a2e790f07cd941d9905c9c6a54566ea627ea1ca334d2b6da8d3e5bd1c686dc9d6f8ac15aac388c1e3
 SHA512 
65be52cb5e1b52f12feb62c6cf23e56c581b9dccb8d3b9ccc85c12c62b0cb67dd71de8d22d967d2cbf8403502c66bccb238523d13a0d081be104fc9f9c68b477
 DIST texlive-module-kpathsea-2019.tar.xz 31480 BLAKE2B 
897ceb8cb536f2d4a54ead2529da891eba83e4480b9ca527ab99337ed030f680bc25a12d4286e101965d146567720e3bb5fb8ff18a240365be9eeb7471c970bc
 SHA512 
12676ea4b26af792c1abc2a3189c103357b6af4994d3131d8d98e507af24f5d9666bfe4d8abba0ec984eec1ba8c99ab7a6d35813c8e053c79c82a7baa88c973d
+DIST texlive-module-kpathsea-2020.tar.xz 32324 BLAKE2B 
bf4365d3ae47ce5344916d6622d40c121a34e722d166c983224f356c75d1b3e10216182ee79a76cf1dc703741e5302d8b427215a72af3060bae05b698ac0c316
 SHA512 
53887f73784f96528081bf9ce39fdaff3c94b2af1827cc2da7abddf2821c86c45f014ddcb624b24ed6265b7de25132dd106040f736fea180c122c9026f6cd101
 DIST texlive-module-kpathsea.doc-2019.tar.xz 1068236 BLAKE2B 
19ecf7d3e5dc1c7a537f59ad45188bb2cd23127682382e719d8bfced05a7f46704606be55c1ff3fe1374587b99866f441b67cb1b555dbf2e33f332d147e30dda
 SHA512 
bd13bb8a5740df0abda5d5f546138504bf3b6bd54caa95e5f1758cc540af4bbbd055e3868c494f65e9bebe108038205d8537fcffbc821a8f17bc51119e5d479c
+DIST texlive-module-kpathsea.doc-2020.tar.xz 1066608 BLAKE2B 
02f9fd2e704392c6b82af9317418f4baeead00d02a204db0e7d58ba5eb9da6047a0bfd235123964c78bed5da68e79bd0964f943331f2ceb03ff591fd4efba266
 SHA512 
fd9d0de2cc576ced6ad5d0ba6dd07d0f8a1e63dc473de849148b5a7890277122f7a37ea6476db20ff3b56546cd467126a881505aa60ef66a86a232e35e3f3303

diff --git a/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
new file mode 100644
index 000..70543c7dfda
--- /dev/null
+++ b/dev-libs/kpathsea/kpathsea-6.3.2_p20200406.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit texlive-common libtool prefix
+
+TEXMFD_VERSION="10"
+
+DESCRIPTION="Path searching library for TeX-related files"
+HOMEPAGE="http://tug.org/texlive/;
+SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz
+   
https://dev.gentoo.org/~zlogene/distfiles/texlive/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0/${PV%_p*}"
+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 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc source static-libs"
+
+S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
+
+TL_VERSION=2020
+EXTRA_TL_MODULES="kpathsea"
+EXTRA_TL_DOC_MODULES="kpathsea.doc"
+
+for i in ${EXTRA_TL_MODULES} ; do
+   SRC_URI="${SRC_URI} 
https://dev.gentoo.org/~zlogene/distfiles/texlive/texlive-module-${i}-${TL_VERSION}.tar.xz;
+done
+
+SRC_URI="${SRC_URI} doc? ( "
+for i in ${EXTRA_TL_DOC_MODULES} ; do
+   SRC_URI="${SRC_URI} 
https://dev.gentoo.org/~zlogene/distfiles/texlive/texlive-module-${i}-${TL_VERSION}.tar.xz;
+done
+SRC_URI="${SRC_URI} ) "
+
+TEXMF_PATH=/usr/share/texmf-dist
+
+src_prepare() {
+   default
+   cd 

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

2019-10-10 Thread Mikle Kolyada
commit: 2d337a98434572f0a046ecc6a32c08ed3453984d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Oct 10 17:55:15 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Oct 10 18:05:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d337a98

dev-libs/kpathsea: Drop old

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

 dev-libs/kpathsea/Manifest |   7 --
 .../kpathsea/files/insecure_tmp_mktexlsr.patch |  17 
 dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild  | 110 -
 dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild  | 110 -
 4 files changed, 244 deletions(-)

diff --git a/dev-libs/kpathsea/Manifest b/dev-libs/kpathsea/Manifest
index b417eca96f4..a53a19f68ef 100644
--- a/dev-libs/kpathsea/Manifest
+++ b/dev-libs/kpathsea/Manifest
@@ -1,11 +1,4 @@
-DIST kpathsea-texmf.d-8.tar.xz 11456 BLAKE2B 
e631ebcae97494b963dbe4bc03d7ba19ce0a38392dca8c171a40738cd7c6ea46ee821f993ab3ce8f4beb068cc485cb1c84adc7a07dd13c58c68bf9a0c17dff5e
 SHA512 
496ef6e3134f1b0507b15729416de86d72f41b518f4d382c78c2f39b0d603d3d44f8c8befdab2351d38d2a26fd87e5a73570a67b11dbb3f307b006f409a6f036
 DIST kpathsea-texmf.d-9.tar.xz 12120 BLAKE2B 
80069cdb1c8e1edf8ae0b5af2de825afdf234840f9365c0033d7fb080a1e5e5692ae9ba4c191b83422724f35523a21551102ef91e8642f5cbd4df9e251357b11
 SHA512 
5718ef60d33013159b5913f198330f9ecb098ac4333dd536068e8c48bf6eb208039a9b29afba331b3e4942c0c77c46e6add1c116d273f1f53550116ac06e69aa
-DIST texlive-20160523-source.tar.xz 45941100 BLAKE2B 
8752212d41d6bbabc725d9b1dcc187dd4dbb34df4271c768e83c13a2dd4e7170aa162d01a15d87fa02bc1b5abee648a2d35e3aa1380569851cc21d6f33f2f109
 SHA512 
915fa2f5e2099dd385ef81033db7aafdf09558c0c200fed0748a8a42fd61f69d3eaac9decea334e30981af739dd81061a9b1d6853c7f6d00285fe0be40e26c3e
-DIST texlive-20170524-source.tar.xz 63483372 BLAKE2B 
44669d1228f5be27e9d93672a4f4ead40f7f4c6cf386f2db6fef54d64f8b8a743a485fe1170904d8117b9745f71ec77db8434caa6cdd79359b1f3f387130a3b4
 SHA512 
18c18940992ab94ce22e22ccd4ad798253ea14ac2ab296a10ea5e9a8da9f33989f2e2641b42b564d1d5fb53bd371da3e68726b676d706b469016ad146cd19daa
 DIST texlive-20190410-source.tar.xz 53783408 BLAKE2B 
8e34c7c2b74eab1c4d16ddbf7eddd8566593e6d68c42a2634760f11d86e68970698d8b9deddcf3297966968ede11ecf30e0b04ec19b708dc3e6d0a2abcc3799d
 SHA512 
7759d8e668e53c0c73e48907096da9d8fb6384dd9c3342ddfb05e17d077054c5351d35256cf4e63a6da502de2f09f521979bede7209cdd5bd8ae80eba0efed2e
-DIST texlive-module-kpathsea-2016.tar.xz 30696 BLAKE2B 
066f5586c93b07db1c07ee0e9a31465e24564faa30b0abf40e31212a1048527a54c58d516c5af139931df2f7d32b6c9c679080acc93f71f05245b2c4f0bb9530
 SHA512 
330254cf76fd30bf3686dd48710f21c4804f2f6ea9b14e6033b2741c3e6ba627e51efe96da9a1089120d474e36aad1c052285a7ea394b76ee2d4d335b86095fd
-DIST texlive-module-kpathsea-2017.tar.xz 30956 BLAKE2B 
f9f7d70a6d814996a211a5f3d9c6ee1f477497f84e4716af915bf1171018243094f11d131d2f51930575129b6e16e5fe5e907c0d74be1a182ba7e573be0eadb5
 SHA512 
df4bc2175394bb6e9726b2c09ccf04e2787f73d584dd6944a25b3aab1eb6e8b4bdcd14ca043b7fe4f6e240ede1bd7e9003b83e34dd3df8c685658b8dcddc83c9
 DIST texlive-module-kpathsea-2019.tar.xz 31480 BLAKE2B 
897ceb8cb536f2d4a54ead2529da891eba83e4480b9ca527ab99337ed030f680bc25a12d4286e101965d146567720e3bb5fb8ff18a240365be9eeb7471c970bc
 SHA512 
12676ea4b26af792c1abc2a3189c103357b6af4994d3131d8d98e507af24f5d9666bfe4d8abba0ec984eec1ba8c99ab7a6d35813c8e053c79c82a7baa88c973d
-DIST texlive-module-kpathsea.doc-2016.tar.xz 1128872 BLAKE2B 
e3b2e5c2c14e2d67fba3c89d31169b2af13bd6767983302ca302369ee8cf790655b248cc1069cfd59e4044562627eb83bca6ffe368d5c1b38832e08fcc53b678
 SHA512 
1cfbb4b5a8647bf5da46b04c9bc911091aa3322b154d65544aa3a1163e24b6906d7e5420549ab0ba023250e6dfa90e75d3a20dffd2e7360fba068a5c3cece885
-DIST texlive-module-kpathsea.doc-2017.tar.xz 1128868 BLAKE2B 
d1f6bb2f9a893616cc9e090671a7a3c2aaab0f942eed0824a60826b75ee0a62ded33cad197d0bb953100a02ecead1f8d84bf7374889bdba9fc36a26b23440a9c
 SHA512 
af829f666c815da49b59bbe678a2c1e9fe45cbc528f484dfb6e43a1e52bbf0245a4e571505f5be2cc7cf7f5ebcdb06b862ac6e9f9b5390489f0fab10a11fd997
 DIST texlive-module-kpathsea.doc-2019.tar.xz 1068236 BLAKE2B 
19ecf7d3e5dc1c7a537f59ad45188bb2cd23127682382e719d8bfced05a7f46704606be55c1ff3fe1374587b99866f441b67cb1b555dbf2e33f332d147e30dda
 SHA512 
bd13bb8a5740df0abda5d5f546138504bf3b6bd54caa95e5f1758cc540af4bbbd055e3868c494f65e9bebe108038205d8537fcffbc821a8f17bc51119e5d479c

diff --git a/dev-libs/kpathsea/files/insecure_tmp_mktexlsr.patch 
b/dev-libs/kpathsea/files/insecure_tmp_mktexlsr.patch
deleted file mode 100644
index 36d2094cddf..000
--- a/dev-libs/kpathsea/files/insecure_tmp_mktexlsr.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-https://bugzilla.redhat.com/show_bug.cgi?id=1181167
-https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775139
-https://bugs.gentoo.org/show_bug.cgi?id=536454
-
-Index: kpathsea/mktexlsr

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

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

dev-libs/kpathsea: 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-libs/kpathsea/kpathsea-6.3.1_p20190410.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.3.1_p20190410.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.1_p20190410.ebuild
index a433709310d..156da31eec8 100644
--- a/dev-libs/kpathsea/kpathsea-6.3.1_p20190410.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.3.1_p20190410.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}



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

2019-05-31 Thread Mikle Kolyada
commit: 82fda0037c1114aeb0fbdf2f503e2fd08e16dd24
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri May 31 10:12:57 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri May 31 10:13:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82fda003

dev-libs/kpathsea: Version bump

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

 dev-libs/kpathsea/Manifest|   4 +
 dev-libs/kpathsea/kpathsea-6.3.1_p20190410.ebuild | 106 ++
 2 files changed, 110 insertions(+)

diff --git a/dev-libs/kpathsea/Manifest b/dev-libs/kpathsea/Manifest
index 26102b9df6c..b417eca96f4 100644
--- a/dev-libs/kpathsea/Manifest
+++ b/dev-libs/kpathsea/Manifest
@@ -1,7 +1,11 @@
 DIST kpathsea-texmf.d-8.tar.xz 11456 BLAKE2B 
e631ebcae97494b963dbe4bc03d7ba19ce0a38392dca8c171a40738cd7c6ea46ee821f993ab3ce8f4beb068cc485cb1c84adc7a07dd13c58c68bf9a0c17dff5e
 SHA512 
496ef6e3134f1b0507b15729416de86d72f41b518f4d382c78c2f39b0d603d3d44f8c8befdab2351d38d2a26fd87e5a73570a67b11dbb3f307b006f409a6f036
+DIST kpathsea-texmf.d-9.tar.xz 12120 BLAKE2B 
80069cdb1c8e1edf8ae0b5af2de825afdf234840f9365c0033d7fb080a1e5e5692ae9ba4c191b83422724f35523a21551102ef91e8642f5cbd4df9e251357b11
 SHA512 
5718ef60d33013159b5913f198330f9ecb098ac4333dd536068e8c48bf6eb208039a9b29afba331b3e4942c0c77c46e6add1c116d273f1f53550116ac06e69aa
 DIST texlive-20160523-source.tar.xz 45941100 BLAKE2B 
8752212d41d6bbabc725d9b1dcc187dd4dbb34df4271c768e83c13a2dd4e7170aa162d01a15d87fa02bc1b5abee648a2d35e3aa1380569851cc21d6f33f2f109
 SHA512 
915fa2f5e2099dd385ef81033db7aafdf09558c0c200fed0748a8a42fd61f69d3eaac9decea334e30981af739dd81061a9b1d6853c7f6d00285fe0be40e26c3e
 DIST texlive-20170524-source.tar.xz 63483372 BLAKE2B 
44669d1228f5be27e9d93672a4f4ead40f7f4c6cf386f2db6fef54d64f8b8a743a485fe1170904d8117b9745f71ec77db8434caa6cdd79359b1f3f387130a3b4
 SHA512 
18c18940992ab94ce22e22ccd4ad798253ea14ac2ab296a10ea5e9a8da9f33989f2e2641b42b564d1d5fb53bd371da3e68726b676d706b469016ad146cd19daa
+DIST texlive-20190410-source.tar.xz 53783408 BLAKE2B 
8e34c7c2b74eab1c4d16ddbf7eddd8566593e6d68c42a2634760f11d86e68970698d8b9deddcf3297966968ede11ecf30e0b04ec19b708dc3e6d0a2abcc3799d
 SHA512 
7759d8e668e53c0c73e48907096da9d8fb6384dd9c3342ddfb05e17d077054c5351d35256cf4e63a6da502de2f09f521979bede7209cdd5bd8ae80eba0efed2e
 DIST texlive-module-kpathsea-2016.tar.xz 30696 BLAKE2B 
066f5586c93b07db1c07ee0e9a31465e24564faa30b0abf40e31212a1048527a54c58d516c5af139931df2f7d32b6c9c679080acc93f71f05245b2c4f0bb9530
 SHA512 
330254cf76fd30bf3686dd48710f21c4804f2f6ea9b14e6033b2741c3e6ba627e51efe96da9a1089120d474e36aad1c052285a7ea394b76ee2d4d335b86095fd
 DIST texlive-module-kpathsea-2017.tar.xz 30956 BLAKE2B 
f9f7d70a6d814996a211a5f3d9c6ee1f477497f84e4716af915bf1171018243094f11d131d2f51930575129b6e16e5fe5e907c0d74be1a182ba7e573be0eadb5
 SHA512 
df4bc2175394bb6e9726b2c09ccf04e2787f73d584dd6944a25b3aab1eb6e8b4bdcd14ca043b7fe4f6e240ede1bd7e9003b83e34dd3df8c685658b8dcddc83c9
+DIST texlive-module-kpathsea-2019.tar.xz 31480 BLAKE2B 
897ceb8cb536f2d4a54ead2529da891eba83e4480b9ca527ab99337ed030f680bc25a12d4286e101965d146567720e3bb5fb8ff18a240365be9eeb7471c970bc
 SHA512 
12676ea4b26af792c1abc2a3189c103357b6af4994d3131d8d98e507af24f5d9666bfe4d8abba0ec984eec1ba8c99ab7a6d35813c8e053c79c82a7baa88c973d
 DIST texlive-module-kpathsea.doc-2016.tar.xz 1128872 BLAKE2B 
e3b2e5c2c14e2d67fba3c89d31169b2af13bd6767983302ca302369ee8cf790655b248cc1069cfd59e4044562627eb83bca6ffe368d5c1b38832e08fcc53b678
 SHA512 
1cfbb4b5a8647bf5da46b04c9bc911091aa3322b154d65544aa3a1163e24b6906d7e5420549ab0ba023250e6dfa90e75d3a20dffd2e7360fba068a5c3cece885
 DIST texlive-module-kpathsea.doc-2017.tar.xz 1128868 BLAKE2B 
d1f6bb2f9a893616cc9e090671a7a3c2aaab0f942eed0824a60826b75ee0a62ded33cad197d0bb953100a02ecead1f8d84bf7374889bdba9fc36a26b23440a9c
 SHA512 
af829f666c815da49b59bbe678a2c1e9fe45cbc528f484dfb6e43a1e52bbf0245a4e571505f5be2cc7cf7f5ebcdb06b862ac6e9f9b5390489f0fab10a11fd997
+DIST texlive-module-kpathsea.doc-2019.tar.xz 1068236 BLAKE2B 
19ecf7d3e5dc1c7a537f59ad45188bb2cd23127682382e719d8bfced05a7f46704606be55c1ff3fe1374587b99866f441b67cb1b555dbf2e33f332d147e30dda
 SHA512 
bd13bb8a5740df0abda5d5f546138504bf3b6bd54caa95e5f1758cc540af4bbbd055e3868c494f65e9bebe108038205d8537fcffbc821a8f17bc51119e5d479c

diff --git a/dev-libs/kpathsea/kpathsea-6.3.1_p20190410.ebuild 
b/dev-libs/kpathsea/kpathsea-6.3.1_p20190410.ebuild
new file mode 100644
index 000..bb7bc257e98
--- /dev/null
+++ b/dev-libs/kpathsea/kpathsea-6.3.1_p20190410.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit texlive-common libtool prefix
+
+TEXMFD_VERSION="9"
+
+DESCRIPTION="Path searching library for TeX-related files"
+HOMEPAGE="http://tug.org/texlive/;
+SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
+   mirror://gentoo/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz"
+

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

2018-12-27 Thread Fabian Groffen
commit: f50b5ba48f54140dc1c4a92809a049fc7ff3efb2
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Dec 27 19:02:57 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Dec 27 19:09:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50b5ba4

dev-libs/kpathsea: added prefix keywords, bug #667266

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

 dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
index 00ea871064c..c5c3c142508 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-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 ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!

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

2018-06-28 Thread Mikle Kolyada
commit: aeff32a6d974df0a2c3bb718d864ab489507b01c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jun 28 14:34:26 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jun 28 14:36:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeff32a6

dev-libs/kpathsea: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
index 05f4938a34b..00ea871064c 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!

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

2018-04-08 Thread Mart Raudsepp
commit: e9afbb0e41e540e3ff44a3930db4e8bfd492f085
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  8 13:42:45 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  8 15:07:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9afbb0e

dev-libs/kpathsea-6.2.3_p20170524: arm64 stable (bug #624172)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
index 5ea57830ec0..05f4938a34b 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!

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

2017-11-12 Thread Sergei Trofimovich
commit: b367332b38dff284eac37295b287b85a150c1509
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Nov 13 07:54:16 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov 13 07:54:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b367332b

dev-libs/kpathsea: stable 6.2.3_p20170524 for sparc, bug #624172 (thanks to 
Rolf Eike Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

 dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
index 416f656014b..83753bacbc2 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!

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

2017-10-29 Thread Sergei Trofimovich
commit: 75df52dd413a97270cd050d24791ce37f63957dc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Oct 29 10:45:01 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Oct 29 10:45:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75df52dd

dev-libs/kpathsea: stable 6.2.3_p20170524 for ppc64, bug #624172

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ppc64"

 dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
index c298d1a14b9..416f656014b 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!

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

2017-10-17 Thread Sergei Trofimovich
commit: dbd2d1cf3e9e4e6670395806fb29b87844260c7e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct 17 10:21:13 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 17 10:21:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd2d1cf

dev-libs/kpathsea: stable 6.2.3_p20170524 for ppc, bug #624172 (thanks to 
ernsteiswuerfel)

Package-Manager: Portage-2.3.11, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
index 6769ee34e6b..c298d1a14b9 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!

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

2017-08-18 Thread Thomas Deutschmann
commit: 08b6aad21a44716565f711b4d1f0407b642b9eb4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 22:36:45 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 23:25:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b6aad2

dev-libs/kpathsea: x86 stable (bug #624172)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
index d34db2ea2bc..6769ee34e6b 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!

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

2017-07-15 Thread Tobias Klausmann
commit: 5505351d760a5014046cfe1d8fea94d2483dbfee
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Jul 15 16:41:12 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Jul 15 16:41:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5505351d

dev-libs/kpathsea-6.2.3_p20170524-r0: add amd64 keyword

Gentoo-Bug: 624172

 dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
index 2918dabaaa5..958c4474fff 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!

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

2017-07-14 Thread Markus Meier
commit: d07d6080543e4c616fa390762bc4b725ff591c58
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Jul 15 05:04:08 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Jul 15 05:04:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07d6080

dev-libs/kpathsea: arm stable, bug #624172

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

 dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
index 3363338f1ed..2918dabaaa5 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!

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

2017-07-08 Thread Sergei Trofimovich
commit: c1cafa838be1cdd399aa56415ce681230008e090
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul  8 09:36:18 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul  8 09:36:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1cafa83

dev-libs/kpathsea: ia64 stable, bug #624172

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

 dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
index 5ed3e151604..3363338f1ed 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!

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

2017-06-05 Thread Alexis Ballier
commit: e8e619ca803de9755d1807653072190dfa69d4ea
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun  5 12:53:12 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun  5 13:02:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8e619ca

dev-libs/kpathsea: bump to texlive 2017 version

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-libs/kpathsea/Manifest|   3 +
 dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild | 110 ++
 2 files changed, 113 insertions(+)

diff --git a/dev-libs/kpathsea/Manifest b/dev-libs/kpathsea/Manifest
index 1d7767a3ee8..1a79398c512 100644
--- a/dev-libs/kpathsea/Manifest
+++ b/dev-libs/kpathsea/Manifest
@@ -1,4 +1,7 @@
 DIST kpathsea-texmf.d-8.tar.xz 11456 SHA256 
054471f13f001f5f24c6aea24fa57d82a3fb349c362be545b5443e0d4db25364 SHA512 
496ef6e3134f1b0507b15729416de86d72f41b518f4d382c78c2f39b0d603d3d44f8c8befdab2351d38d2a26fd87e5a73570a67b11dbb3f307b006f409a6f036
 WHIRLPOOL 
a2ed25416b3a5c72b19f5a0ca4308af51496161f68152e471e4a78a1c0f0a5779973bcd3fa4edb37ebb1ca37039f19bb090b772c5913c1449a56c85faccea6b0
 DIST texlive-20160523-source.tar.xz 45941100 SHA256 
a8b32ca47f0a403661a09e202f4567a995beb718c18d8f81ca6d76daa1da21ed SHA512 
915fa2f5e2099dd385ef81033db7aafdf09558c0c200fed0748a8a42fd61f69d3eaac9decea334e30981af739dd81061a9b1d6853c7f6d00285fe0be40e26c3e
 WHIRLPOOL 
25d27fb7a7bdb47d40ddf951394e36546b184d71f2e09adb20698bd0f960e54841ddd0313a87510cb2ef43953eb4d9d05d30b88d25d15762dd774575c88fedbe
+DIST texlive-20170524-source.tar.xz 63483372 SHA256 
0161695304e941334dc0b3b5dabcf8edf46c09b7bc33eea8229b5ead7ccfb2aa SHA512 
18c18940992ab94ce22e22ccd4ad798253ea14ac2ab296a10ea5e9a8da9f33989f2e2641b42b564d1d5fb53bd371da3e68726b676d706b469016ad146cd19daa
 WHIRLPOOL 
c4edaf427f0249942b36db105a65474e833735d6e9954682fe7e15ab327b26ccafb9174bf806d0b6c629b0f2a6b55e80022af291d9a2f377b82dff4fdec42d3d
 DIST texlive-module-kpathsea-2016.tar.xz 30696 SHA256 
4a2e801e167d7d0b50c67e510b730ad92b8ad63cce5e28d7f35e3cc1ed931552 SHA512 
330254cf76fd30bf3686dd48710f21c4804f2f6ea9b14e6033b2741c3e6ba627e51efe96da9a1089120d474e36aad1c052285a7ea394b76ee2d4d335b86095fd
 WHIRLPOOL 
02ad551bd1af49e25f5fc35cddd59f65afed9e6c1899a14000cdedf0c4227edfa8b1038ec90f783f28090594164016f9c9ebbd1158dee048d24e81b1e8a9a446
+DIST texlive-module-kpathsea-2017.tar.xz 30956 SHA256 
8fc4f5b9cfda255b4847f410ee6b04d984ee541d9242d664060b6861f44e9ce5 SHA512 
df4bc2175394bb6e9726b2c09ccf04e2787f73d584dd6944a25b3aab1eb6e8b4bdcd14ca043b7fe4f6e240ede1bd7e9003b83e34dd3df8c685658b8dcddc83c9
 WHIRLPOOL 
c28ecd85f7cb355c2be48078d6e3c91f0418d616f421fa7af35450fba6915c3f60b7c879c5c5dd41c9fc8c422dbbb92a53ee3ab72096f55f3f053472a4df1b80
 DIST texlive-module-kpathsea.doc-2016.tar.xz 1128872 SHA256 
f65ba5c972f2a1d837027dab288615344cbae70b961b110884b8de6008fa75be SHA512 
1cfbb4b5a8647bf5da46b04c9bc911091aa3322b154d65544aa3a1163e24b6906d7e5420549ab0ba023250e6dfa90e75d3a20dffd2e7360fba068a5c3cece885
 WHIRLPOOL 
f680b54f64b04b2722ec702c532678db894a6465261546fbbb3469adbf561413c1c34c08bbf96b62950ca733c3a52517d3a3007e3e1c157bc4cd7ebced08b5cb
+DIST texlive-module-kpathsea.doc-2017.tar.xz 1128868 SHA256 
e86fae197d4caaac87eaca3b2e9484a769879a93d51528feaf3fc60cc2f929c1 SHA512 
af829f666c815da49b59bbe678a2c1e9fe45cbc528f484dfb6e43a1e52bbf0245a4e571505f5be2cc7cf7f5ebcdb06b862ac6e9f9b5390489f0fab10a11fd997
 WHIRLPOOL 
7803d0edaac93fd0297d5b3cd3d42f9690fc44b0f982b6cf857733cd1dcb5213f67e3ea33252c894749a1e1072cea9dd3853f848f4c07463bb113afea4c0b2d3

diff --git a/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
new file mode 100644
index 000..5ed3e151604
--- /dev/null
+++ b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit texlive-common eutils libtool prefix
+
+TEXMFD_VERSION="8"
+
+DESCRIPTION="Path searching library for TeX-related files"
+HOMEPAGE="http://tug.org/texlive/;
+SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
+   mirror://gentoo/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0/${PV%_p*}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc source static-libs"
+
+DEPEND="!

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

2017-05-06 Thread David Seifert
commit: f298d483560975be23ebee587f368ddb76e550c9
Author: Harri Nieminen  gmail  com>
AuthorDate: Sat May  6 17:14:32 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May  6 22:19:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f298d483

dev-libs/kpathsea: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517

 dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
index 8a53414f6b7..5b99104d2fe 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
@@ -7,7 +7,7 @@ inherit texlive-common eutils libtool prefix
 
 TEXMFD_VERSION="8"
 
-DESCRIPTION="Library implementing generic path searching, configuration, and 
TeX-specific file searching"
+DESCRIPTION="Path searching library for TeX-related files"
 HOMEPAGE="http://tug.org/texlive/;
 SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
mirror://gentoo/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz"



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

2017-03-28 Thread Michael Weber
commit: 4daa5635110026e7fd3062e2d2e8cd893cbeb917
Author: Michael Weber  gentoo  org>
AuthorDate: Tue Mar 28 22:42:16 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue Mar 28 22:42:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4daa5635

dev-libs/kpathsea: arm64 stable.

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

 dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
index b0ed2908c74..8a53414f6b7 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!

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

2017-03-14 Thread Alexis Ballier
commit: 114220236b337d9a7a2de42c99b3db018fd64b63
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Mar 14 17:54:43 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Mar 14 17:54:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11422023

dev-libs/kpathsea: remove old

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-libs/kpathsea/Manifest |  16 --
 dev-libs/kpathsea/files/texmf-update   | 165 -
 dev-libs/kpathsea/files/texmf-update-r1| 165 -
 dev-libs/kpathsea/kpathsea-6.1.0_p20120701.ebuild  | 103 -
 dev-libs/kpathsea/kpathsea-6.1.1_p20130530.ebuild  | 109 --
 dev-libs/kpathsea/kpathsea-6.2.0_p20140525.ebuild  | 109 --
 .../kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild| 110 --
 7 files changed, 777 deletions(-)

diff --git a/dev-libs/kpathsea/Manifest b/dev-libs/kpathsea/Manifest
index 1aa54e336da..1d7767a3ee8 100644
--- a/dev-libs/kpathsea/Manifest
+++ b/dev-libs/kpathsea/Manifest
@@ -1,20 +1,4 @@
-DIST kpathsea-texmf.d-4.tar.xz 11148 SHA256 
d5cc455db13afb9a229892380f835e57e932aedf8d02c8f12895ce682888b88e SHA512 
a2906e4f8ec0fdbe31d618878a0633ab52f8dc71ef31d7608190d1f37bf3003b6d2c204520edc249c0c49b8f7308f24a283ca9510033378442093a8194a7bea5
 WHIRLPOOL 
ba1a9aec8f5c040f7124d0720d2600bdb9253d82c859249c871576ac1c5255b81d0b14c3cd381ff8b2e5aae021e694383f93fee3459603615f7187daef35ec2e
-DIST kpathsea-texmf.d-5.tar.xz 11180 SHA256 
85d9e1ed697859952a3ba273314f8670454016f3cd1988f0ea17f0cab8630a19 SHA512 
23e8134340ae6f10baddef91f642a34c9289d84ccf791bd66779e794cfeed4eeadebd8cb1062e2e545a042e9c64cc9121f893279ddf776aae11c30baffc7f3af
 WHIRLPOOL 
b432effa293c410d019b20fa9dc848f3e67b71bb66af27b4e41ed814df688b933ffb30831411358222e170f75c38d2733e671c8224025516cc9c2aed0be8599d
-DIST kpathsea-texmf.d-6.tar.xz 11232 SHA256 
9aeccecaf9ba51d25147605b10150047e1f8353942e288a4529b6f28bda2bda8 SHA512 
7073c7fb25a53414604395ef02f526e556049b4d296d762fe0b78858d82e0122f0b1fa0b8342e8f81c603e1c1f799702235dcdff08bf56797798e29a15581a9e
 WHIRLPOOL 
919281c784c2efe49e7b0b88c2915ebeadda90251718cfa612a98f9dfa4ed01f4e6b5d3de13fc22f22b4b589f77feeb6d3955e461ea54572f283be20f6246ead
-DIST kpathsea-texmf.d-7.tar.xz 11292 SHA256 
9cc7563b54ffc5f75f88e120e5eae21643eae5e97a804bea2bee1f2e33bb4472 SHA512 
972a370bcc3534542a8392f0e0066d277bd83f68e684f7a02cf46fa490bec6f2a1f9dde04081f965178a019adb220cf44bc8e4d5862ac70597de64ea8a7e5902
 WHIRLPOOL 
2ac681e84ac5818bb2332bf5ed15d74c3a09f6b78dced71158ecd0a5b4f49991c10bf143c44c1766c80e784d39199a84319dbec4ff8e86eba58f71268613f949
 DIST kpathsea-texmf.d-8.tar.xz 11456 SHA256 
054471f13f001f5f24c6aea24fa57d82a3fb349c362be545b5443e0d4db25364 SHA512 
496ef6e3134f1b0507b15729416de86d72f41b518f4d382c78c2f39b0d603d3d44f8c8befdab2351d38d2a26fd87e5a73570a67b11dbb3f307b006f409a6f036
 WHIRLPOOL 
a2ed25416b3a5c72b19f5a0ca4308af51496161f68152e471e4a78a1c0f0a5779973bcd3fa4edb37ebb1ca37039f19bb090b772c5913c1449a56c85faccea6b0
-DIST texlive-20120701-source.tar.xz 131904044 SHA256 
917d5dac3e82578e696835cc9f251ee0a56d162d86dff08659ac5dcb6c81 SHA512 
0e8653aa21094e079900d17256f0768ac5514690a3725d96923d5fdc7633484d611441df1af8c674b38b9ce6a8845a9004976cd00635742dfc6837aa433caf5f
 WHIRLPOOL 
9d570a1bd58cca8baed399ab53eb767c7c3db607c00363ce563e14dfccdd235703c538e6a651aa7f2934adf21f845f1547f9e7f3d957b89af644c89bcb57
-DIST texlive-20130530-source.tar.xz 179963948 SHA256 
a905832e4c04dd1cb16db4bb7baacb78fbc19682bd33ac2697a3a85ce78d79d4 SHA512 
4aa85273a675af2453f09777b7cb348c18add77410d72f562c6586f6814d4e7c34b6f3690e3453020654fb0a265339fcabf590d9155367d52846224499af334c
 WHIRLPOOL 
3affaf25d3936505d971599092964b0f0e97d107d22dbac6a85ad547e1d2726a6a09c5075fecb0c6ff8c88bc1bd09d78f95902f76eb76c608f8a7bc42dd6bc33
-DIST texlive-20140525-source.tar.xz 41657688 SHA256 
08bb4eb02923ac65ce1183612c6b64da185904f26a1660f5ca4f902d055795be SHA512 
09169af15d806abd721e55ffc20ed684c0a7ad60783272d49fabfe9c88857c4abd15b60f30e3f5511ceda1982fdc1d33db8265f97e374bfa5b250dbb5612f8ad
 WHIRLPOOL 
fd7fffeeaf319bca5333f6d5d8d9cc6517f76ffe5b2793a73604d844cb7474d83c23826f98d4d11ea5e1a35c0f273e12b2fe6f5945f9880a9577fedad6625014
-DIST texlive-20150521-source.tar.xz 45459552 SHA256 
ed9bcd7bdce899c3c27c16a8c5c3017c4f09e1d7fd097038351b72497e9d4669 SHA512 
9d06bb88c489715787ce619c4c6b5e2d4251e1db8d48ae7fe2d1a253634c76bc6d7282ef9c93c77847845cae01eafb58dfb37ba3fb83a6d223f0d7fe8f5d3855
 WHIRLPOOL 
e19e4cf9c6122e8a2e80d3ad62171591a2d53317792ce69d7b2afdd6978d397c873565d597b1457d23ba6f5b5de33750955690a92fb6c34d814c075397b67a0b
 DIST texlive-20160523-source.tar.xz 45941100 SHA256 
a8b32ca47f0a403661a09e202f4567a995beb718c18d8f81ca6d76daa1da21ed SHA512 
915fa2f5e2099dd385ef81033db7aafdf09558c0c200fed0748a8a42fd61f69d3eaac9decea334e30981af739dd81061a9b1d6853c7f6d00285fe0be40e26c3e
 WHIRLPOOL 

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

2017-03-14 Thread Jeroen Roovers
commit: d05ed08686e31d13e48ea0ce9716fcbd8bdcbc9f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Mar 14 16:27:06 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Mar 14 16:27:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d05ed086

dev-libs/kpathsea: Stable for HPPA (bug #612328).

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
index 3f0f000edd8..b0ed2908c74 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="alpha amd64 arm ~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 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!

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

2017-03-07 Thread Michael Weber
commit: 2c883d1d080a6a5e1001960c0faff4c6941f06b4
Author: Michael Weber  gentoo  org>
AuthorDate: Tue Mar  7 10:02:08 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue Mar  7 10:03:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c883d1d

dev-libs/kpathsea: ppc ppc64 stable (bug 611076).

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
index d53935cba41..0ea0ce41e38 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="alpha amd64 arm ~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 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!

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

2017-03-03 Thread Markus Meier
commit: 4be16e8c151fdb1ae144dfeba476925d14685841
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Mar  3 18:59:26 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Mar  3 18:59:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be16e8c

dev-libs/kpathsea: arm stable, bug #611076

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

 dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
index 62483946659..6f0e0eea2d6 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="alpha amd64 ~arm ~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 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!

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

2017-03-02 Thread Agostino Sarubbo
commit: 5321a3f057f167e9815eb7be1448f431c20f9d38
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar  2 10:25:50 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar  2 10:25:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5321a3f0

dev-libs/kpathsea: amd64 stable wrt bug #611076

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

 dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
index 4deea84946e..517aab4393f 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="alpha ~amd64 ~arm ~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 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!

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

2017-02-28 Thread Tobias Klausmann
commit: 97443b624118b2f9c036fd5867140c0d83fa0886
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Feb 28 11:21:33 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Feb 28 11:21:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97443b62

dev-libs/kpathsea-6.2.2_p20160523-r0: add alpha keyword

Gentoo-Bug: 611076

 dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
index 1d3bbea48c..5d0a166ba4 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="~alpha ~amd64 ~arm ~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 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!

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

2017-02-17 Thread Michael Weber
commit: 207955e6dc4bf6b743d664ee4c4ff4a531b04f2d
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 17 08:13:42 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 17 08:17:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=207955e6

dev-libs/kpathsea: ppc64 stable (bug 432144)

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

 dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild
index a093a13927..12a62d1051 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="alpha amd64 ~arm 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 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!

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

2017-01-29 Thread Fabian Groffen
commit: 185a43a3c7016be02867fbdcf8d4dfcdca023b92
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 16:03:49 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jan 29 16:03:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185a43a3

dev-libs/kpathsea: dropped ~x86-freebsd

Package-Manager: portage-2.3.3

 dev-libs/kpathsea/kpathsea-6.1.0_p20120701.ebuild| 4 ++--
 dev-libs/kpathsea/kpathsea-6.1.1_p20130530.ebuild| 4 ++--
 dev-libs/kpathsea/kpathsea-6.2.0_p20140525.ebuild| 4 ++--
 dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild | 2 +-
 dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild| 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.1.0_p20120701.ebuild 
b/dev-libs/kpathsea/kpathsea-6.1.0_p20120701.ebuild
index 677e3a0..6557db4 100644
--- a/dev-libs/kpathsea/kpathsea-6.1.0_p20120701.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.1.0_p20120701.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 

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

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

dev-libs/kpathsea: ppc stable wrt bug #432144

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

 dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild
index 9864c81..897890d 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!

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

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

dev-libs/kpathsea-6.2.1_p20150521-r2: stable on alpha

Gentoo-Bug: 432144

 dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild
index a1023f7..9864c81 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!

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

2017-01-21 Thread Agostino Sarubbo
commit: 37928a15e39365613f11dce8d0c397b4d083f99f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:52:36 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:53:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37928a15

dev-libs/kpathsea: x86 stable wrt bug #432144

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

 dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild
index 4268474..a1023f7 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!

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

2017-01-21 Thread Agostino Sarubbo
commit: 8f6913c343364960049ec32bcdf070cc8e437123
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 21 21:40:35 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 21 21:40:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6913c3

dev-libs/kpathsea: amd64 stable wrt bug #432144

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

 dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild
index a678e17..4268474 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.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$
 
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!

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

2017-01-20 Thread Alexis Ballier
commit: 334ecee559f23c98289d9bbcd20e7c1fed1bedba
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jan 20 10:07:33 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jan 20 10:28:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=334ecee5

dev-libs/kpathsea: bump to TeX Live 2016 version.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/kpathsea/Manifest|   4 +
 dev-libs/kpathsea/kpathsea-6.2.2_p20160523.ebuild | 111 ++
 2 files changed, 115 insertions(+)

diff --git a/dev-libs/kpathsea/Manifest b/dev-libs/kpathsea/Manifest
index 1414e9f..1aa54e3 100644
--- a/dev-libs/kpathsea/Manifest
+++ b/dev-libs/kpathsea/Manifest
@@ -2,15 +2,19 @@ DIST kpathsea-texmf.d-4.tar.xz 11148 SHA256 
d5cc455db13afb9a229892380f835e57e932
 DIST kpathsea-texmf.d-5.tar.xz 11180 SHA256 
85d9e1ed697859952a3ba273314f8670454016f3cd1988f0ea17f0cab8630a19 SHA512 
23e8134340ae6f10baddef91f642a34c9289d84ccf791bd66779e794cfeed4eeadebd8cb1062e2e545a042e9c64cc9121f893279ddf776aae11c30baffc7f3af
 WHIRLPOOL 
b432effa293c410d019b20fa9dc848f3e67b71bb66af27b4e41ed814df688b933ffb30831411358222e170f75c38d2733e671c8224025516cc9c2aed0be8599d
 DIST kpathsea-texmf.d-6.tar.xz 11232 SHA256 
9aeccecaf9ba51d25147605b10150047e1f8353942e288a4529b6f28bda2bda8 SHA512 
7073c7fb25a53414604395ef02f526e556049b4d296d762fe0b78858d82e0122f0b1fa0b8342e8f81c603e1c1f799702235dcdff08bf56797798e29a15581a9e
 WHIRLPOOL 
919281c784c2efe49e7b0b88c2915ebeadda90251718cfa612a98f9dfa4ed01f4e6b5d3de13fc22f22b4b589f77feeb6d3955e461ea54572f283be20f6246ead
 DIST kpathsea-texmf.d-7.tar.xz 11292 SHA256 
9cc7563b54ffc5f75f88e120e5eae21643eae5e97a804bea2bee1f2e33bb4472 SHA512 
972a370bcc3534542a8392f0e0066d277bd83f68e684f7a02cf46fa490bec6f2a1f9dde04081f965178a019adb220cf44bc8e4d5862ac70597de64ea8a7e5902
 WHIRLPOOL 
2ac681e84ac5818bb2332bf5ed15d74c3a09f6b78dced71158ecd0a5b4f49991c10bf143c44c1766c80e784d39199a84319dbec4ff8e86eba58f71268613f949
+DIST kpathsea-texmf.d-8.tar.xz 11456 SHA256 
054471f13f001f5f24c6aea24fa57d82a3fb349c362be545b5443e0d4db25364 SHA512 
496ef6e3134f1b0507b15729416de86d72f41b518f4d382c78c2f39b0d603d3d44f8c8befdab2351d38d2a26fd87e5a73570a67b11dbb3f307b006f409a6f036
 WHIRLPOOL 
a2ed25416b3a5c72b19f5a0ca4308af51496161f68152e471e4a78a1c0f0a5779973bcd3fa4edb37ebb1ca37039f19bb090b772c5913c1449a56c85faccea6b0
 DIST texlive-20120701-source.tar.xz 131904044 SHA256 
917d5dac3e82578e696835cc9f251ee0a56d162d86dff08659ac5dcb6c81 SHA512 
0e8653aa21094e079900d17256f0768ac5514690a3725d96923d5fdc7633484d611441df1af8c674b38b9ce6a8845a9004976cd00635742dfc6837aa433caf5f
 WHIRLPOOL 
9d570a1bd58cca8baed399ab53eb767c7c3db607c00363ce563e14dfccdd235703c538e6a651aa7f2934adf21f845f1547f9e7f3d957b89af644c89bcb57
 DIST texlive-20130530-source.tar.xz 179963948 SHA256 
a905832e4c04dd1cb16db4bb7baacb78fbc19682bd33ac2697a3a85ce78d79d4 SHA512 
4aa85273a675af2453f09777b7cb348c18add77410d72f562c6586f6814d4e7c34b6f3690e3453020654fb0a265339fcabf590d9155367d52846224499af334c
 WHIRLPOOL 
3affaf25d3936505d971599092964b0f0e97d107d22dbac6a85ad547e1d2726a6a09c5075fecb0c6ff8c88bc1bd09d78f95902f76eb76c608f8a7bc42dd6bc33
 DIST texlive-20140525-source.tar.xz 41657688 SHA256 
08bb4eb02923ac65ce1183612c6b64da185904f26a1660f5ca4f902d055795be SHA512 
09169af15d806abd721e55ffc20ed684c0a7ad60783272d49fabfe9c88857c4abd15b60f30e3f5511ceda1982fdc1d33db8265f97e374bfa5b250dbb5612f8ad
 WHIRLPOOL 
fd7fffeeaf319bca5333f6d5d8d9cc6517f76ffe5b2793a73604d844cb7474d83c23826f98d4d11ea5e1a35c0f273e12b2fe6f5945f9880a9577fedad6625014
 DIST texlive-20150521-source.tar.xz 45459552 SHA256 
ed9bcd7bdce899c3c27c16a8c5c3017c4f09e1d7fd097038351b72497e9d4669 SHA512 
9d06bb88c489715787ce619c4c6b5e2d4251e1db8d48ae7fe2d1a253634c76bc6d7282ef9c93c77847845cae01eafb58dfb37ba3fb83a6d223f0d7fe8f5d3855
 WHIRLPOOL 
e19e4cf9c6122e8a2e80d3ad62171591a2d53317792ce69d7b2afdd6978d397c873565d597b1457d23ba6f5b5de33750955690a92fb6c34d814c075397b67a0b
+DIST texlive-20160523-source.tar.xz 45941100 SHA256 
a8b32ca47f0a403661a09e202f4567a995beb718c18d8f81ca6d76daa1da21ed SHA512 
915fa2f5e2099dd385ef81033db7aafdf09558c0c200fed0748a8a42fd61f69d3eaac9decea334e30981af739dd81061a9b1d6853c7f6d00285fe0be40e26c3e
 WHIRLPOOL 
25d27fb7a7bdb47d40ddf951394e36546b184d71f2e09adb20698bd0f960e54841ddd0313a87510cb2ef43953eb4d9d05d30b88d25d15762dd774575c88fedbe
 DIST texlive-module-kpathsea-2012.tar.xz 30060 SHA256 
528044bcea040d00016c5b22c10a856774368ff4d030907a84647a05dadafc08 SHA512 
e89d4a37c0b4555a38f20bf9020355f01416a2483ff2b9535343b678442ec8547663da5e2a2fb84c32d4db621bebf7fb878df52e20fb32123985aaa9d61e44cb
 WHIRLPOOL 
3f332ae9f5409370f9966e29418d22a57af7e1e483c6b24828afaeac8644a73dd658418e1d45d487bf8325770113a3c5593351c39852a7374bf85a481179bfc8
 DIST texlive-module-kpathsea-2013.tar.xz 30120 SHA256 
1891e7c6b57aca72d2b6d749526ee49bffe62f10736875c886d7bc1e02eeb8a0 SHA512 

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

2016-12-01 Thread Alexis Ballier
commit: 9649e2aae8ded6f8f43aa6e85bc53e048a77c9c4
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Dec  1 17:36:31 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Dec  1 17:36:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9649e2aa

dev-libs/kpathsea: fix insecure use of /tmp, bug #536454

Package-Manager: portage-2.3.2

 dev-libs/kpathsea/files/insecure_tmp_mktexlsr.patch | 17 +
 ...521-r1.ebuild => kpathsea-6.2.1_p20150521-r2.ebuild} |  1 +
 2 files changed, 18 insertions(+)

diff --git a/dev-libs/kpathsea/files/insecure_tmp_mktexlsr.patch 
b/dev-libs/kpathsea/files/insecure_tmp_mktexlsr.patch
new file mode 100644
index ..36d2094
--- /dev/null
+++ b/dev-libs/kpathsea/files/insecure_tmp_mktexlsr.patch
@@ -0,0 +1,17 @@
+https://bugzilla.redhat.com/show_bug.cgi?id=1181167
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775139
+https://bugs.gentoo.org/show_bug.cgi?id=536454
+
+Index: kpathsea/mktexlsr
+===
+--- kpathsea.orig/mktexlsr
 kpathsea/mktexlsr
+@@ -73,7 +73,7 @@ if tty -s; then verbose=true; else verbo
+ dry_run=false
+ trees=
+ 
+-treefile="${TMPDIR-/tmp}/mktexlsrtrees$$.tmp"
++treefile=`mktemp --tmpdir mktexlsrtrees.XX` || exit 1
+ trap 'cd /; rm -f $treefile; test -z "$db_dir_tmp" || rm -rf "$db_dir_tmp"; 
+   exit' 0 1 2 3 7 13 15
+ 

diff --git a/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r1.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild
similarity index 98%
rename from dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r1.ebuild
rename to dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild
index 7829ed5..a678e17 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r1.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.1_p20150521-r2.ebuild
@@ -41,6 +41,7 @@ SRC_URI="${SRC_URI} ) "
 TEXMF_PATH=/usr/share/texmf-dist
 
 src_prepare() {
+   epatch "${FILESDIR}/insecure_tmp_mktexlsr.patch"
cd "${WORKDIR}/texlive-${PV#*_p}-source"
S="${WORKDIR}/texlive-${PV#*_p}-source" elibtoolize #sane .so 
versionning on gfbsd
cp "${FILESDIR}/texmf-update-r2" "${S}"/texmf-update



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

2016-09-07 Thread Alexis Ballier
commit: 1fa5388b497e221dc646edf32cb696732176041a
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Sep  3 16:05:02 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Sep  3 16:05:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa5388b

dev-libs/kpathsea: remove unused patch

 dev-libs/kpathsea/files/invocname.patch | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/dev-libs/kpathsea/files/invocname.patch 
b/dev-libs/kpathsea/files/invocname.patch
deleted file mode 100644
index 28ccc55..
--- a/dev-libs/kpathsea/files/invocname.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Preserve API for now. This has been renamed for TeX Live 2011.
-
-Index: texlive-20110627-source/texk/kpathsea/types.h
-===
 texlive-20110627-source.orig/texk/kpathsea/types.h
-+++ texlive-20110627-source/texk/kpathsea/types.h
-@@ -280,8 +280,12 @@ extern KPSEDLL kpathsea kpse_def;
- 
- #undef kpse_invocation_name
- #define kpse_invocation_name kpse_def_inst.invocation_name
-+#undef program_invocation_name
-+#define program_invocation_name  kpse_def_inst.invocation_name
- #undef kpse_invocation_short_name
- #define kpse_invocation_short_name   kpse_def_inst.invocation_short_name
-+#undef program_invocation_short_name
-+#define program_invocation_short_name kpse_def_inst.invocation_short_name
- 
- #endif /* KPSE_COMPAT_API */
- 



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

2016-08-03 Thread Alexis Ballier
commit: 496d7b353665993c9551946f25409fde51532b0b
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug  3 10:20:45 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Aug  3 10:20:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496d7b35

dev-libs/kpathsea: Set LC_COLLATE=C in texmf-update script to ensure reliable 
order when  processing files.

Fixes bug #579018

Package-Manager: portage-2.3.0

 dev-libs/kpathsea/files/texmf-update-r2| 168 +
 ...1.ebuild => kpathsea-6.2.1_p20150521-r1.ebuild} |   4 +-
 2 files changed, 170 insertions(+), 2 deletions(-)

diff --git a/dev-libs/kpathsea/files/texmf-update-r2 
b/dev-libs/kpathsea/files/texmf-update-r2
new file mode 100644
index 000..d30cbd3
--- /dev/null
+++ b/dev-libs/kpathsea/files/texmf-update-r2
@@ -0,0 +1,168 @@
+#!@GENTOO_PORTAGE_EPREFIX@/bin/bash
+#
+# Utility to update Gentoo TeXLive distribution configuration files
+#
+
+echo "Configuring TeXLive ..."
+
+PATH="@GENTOO_PORTAGE_EPREFIX@"/bin:"@GENTOO_PORTAGE_EPREFIX@"/usr/bin
+
+# Fix for all those with altered umask for root
+umask 022
+
+# Ensure reliable order when concatenating files, bug #579018
+LC_COLLATE=C
+
+# Make sure we have a correct environment, bug #30432
+# The list of env. vars is taken from the INSTALL file
+for texvar in AFMFONTS BIBINPUTS BSTINPUTS DVILJFONTS DVIPSFONTS \
+   DVIPSHEADERS GFFONTS GLYPHFONTS INDEXSTYLE MFBASES MFINPUTS \
+   MFPOOL MFTINPUTS MPINPUTS MPMEMS MPPOOL MPSUPPORT OCPINPUTS \
+   OFMFONTS OPLFONTS OTPINPUTS OVFFONTS OVPFONTS PKFONTS PSHEADERS \
+   T1FONTS T1INPUTS TEXBIB TEXCONFIG TEXDOCS TEXFONTMAPS TEXFONTS \
+   TEXFORMATS TEXINDEXSTYLE TEXINPUTS TEXMFCNF TEXMFDBS TEXMFINI \
+   TEXPICTS TEXPKS TEXPOOL TEXPSHEADERS TEXSOURCES TFMFONTS TRFONTS \
+   VFFONTS XDVIFONTS XDVIVFS ; do
+
+   if [ "${!texvar}" ]; then
+   if ! $(echo ${!texvar} | grep '^:\|::\|:$' &>/dev/null) ; then
+   export ${texvar}="${!texvar}:"
+   fi
+   fi
+done
+
+if [ "$TEXINPUTS" ]; then
+   if $(echo ${TEXINPUTS} | grep 
'@GENTOO_PORTAGE_EPREFIX@/usr/share/texmf' &>/dev/null) ; then
+   export TEXINPUTS=$(echo ${TEXINPUTS} | sed -e 
's|@GENTOO_PORTAGE_EPREFIX@/usr/share/texmf/*:\?||g')
+   elif $(echo ${TEXINPUTS} | grep 
'@GENTOO_PORTAGE_EPREFIX@/var/lib/texmf' &>/dev/null) ; then
+   export TEXINPUTS=$(echo ${TEXINPUTS} | sed -e 
's|@GENTOO_PORTAGE_EPREFIX@/var/lib/texmf/*:\?||g')
+   fi
+fi
+
+MKTEMP_COMMAND="mktemp -t tmp.XX"
+DIFF_COMMAND="cmp -s"
+TEMP_FILE="`${MKTEMP_COMMAND}`"
+
+if [ -z "${TEMP_FILE}" ]; then
+exit
+fi
+
+# check whether config files for fmtutil and updmap have changed
+STATUS_FMTUTIL="0"
+STATUS_UPDMAP="0"
+
+if [ -d "@GENTOO_PORTAGE_EPREFIX@"/etc/texmf/texmf.d ]; then
+echo "Generating @GENTOO_PORTAGE_EPREFIX@/etc/texmf/web2c/texmf.cnf from 
@GENTOO_PORTAGE_EPREFIX@/etc/texmf/texmf.d ..."
+cat "@GENTOO_PORTAGE_EPREFIX@"/etc/texmf/texmf.d/*.cnf > 
"@GENTOO_PORTAGE_EPREFIX@/etc/texmf/web2c/texmf.cnf"
+fi
+
+if [ -d "@GENTOO_PORTAGE_EPREFIX@"/etc/texmf/fmtutil.d ]; then
+echo "Generating @GENTOO_PORTAGE_EPREFIX@/etc/texmf/web2c/fmtutil.cnf from 
@GENTOO_PORTAGE_EPREFIX@/etc/texmf/fmtutil.d ..."
+if [ -f "@GENTOO_PORTAGE_EPREFIX@"/etc/texmf/web2c/fmtutil.cnf ]; then
+   cp -f "@GENTOO_PORTAGE_EPREFIX@"/etc/texmf/web2c/fmtutil.cnf 
${TEMP_FILE}
+else
+   touch ${TEMP_FILE}
+fi
+cat "@GENTOO_PORTAGE_EPREFIX@"/etc/texmf/fmtutil.d/*.cnf > 
"@GENTOO_PORTAGE_EPREFIX@/etc/texmf/web2c/fmtutil.cnf"
+${DIFF_COMMAND} "@GENTOO_PORTAGE_EPREFIX@"/etc/texmf/web2c/fmtutil.cnf 
${TEMP_FILE}
+STATUS_FMTUTIL="${STATUS_FMTUTIL}$?"
+else
+# if no regeneration took place:
+# always regenerate the formats to be on the safe side
+STATUS_FMTUTIL="${STATUS_FMTUTIL}3"
+fi
+
+if [ -d "@GENTOO_PORTAGE_EPREFIX@"/etc/texmf/updmap.d ]; then
+if [ -f "@GENTOO_PORTAGE_EPREFIX@"/etc/texmf/web2c/updmap.cfg ]; then
+   cp -f "@GENTOO_PORTAGE_EPREFIX@"/etc/texmf/web2c/updmap.cfg ${TEMP_FILE}
+else
+   touch ${TEMP_FILE}
+fi
+echo "Generating @GENTOO_PORTAGE_EPREFIX@/etc/texmf/web2c/updmap.cfg from 
@GENTOO_PORTAGE_EPREFIX@/etc/texmf/updmap.d ..."
+cat "@GENTOO_PORTAGE_EPREFIX@"/etc/texmf/updmap.d/*.cfg > 
"@GENTOO_PORTAGE_EPREFIX@/etc/texmf/web2c/updmap.cfg"
+${DIFF_COMMAND} "@GENTOO_PORTAGE_EPREFIX@"/etc/texmf/web2c/updmap.cfg 
${TEMP_FILE}
+STATUS_UPDMAP="${STATUS_UPDMAP}$?"
+else
+# if no regeneration could be done:
+# always regenerate the maps to be on the safe side
+STATUS_UPDMAP="${STATUS_UPDMAP}3"
+fi
+
+echo "Generating ls-R files"
+mktexlsr &>/dev/null
+
+# Generate language.dat file, from texlive install-pkg.sh
+X=`kpsewhich language.dat`
+Z=`dirname $X`
+if [ -n "$X" -a -f "$Z/language.dat" -a -f "$Z/language.us" ] ; then
+echo "Generating language.dat file"
+
+# Save 

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

2015-12-06 Thread Markus Meier
commit: 0447f070e2cdf6839b7d686eea8af9bf24875a9b
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Dec  6 12:09:34 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Dec  6 12:09:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0447f070

dev-libs/kpathsea: arm stable, bug #550840

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

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

diff --git a/dev-libs/kpathsea/kpathsea-6.2.0_p20140525.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.0_p20140525.ebuild
index 2d0cb5f..0dedb5c 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.0_p20140525.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.0_p20140525.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!