[arch-commits] Commit in texlive-latexextra/repos/testing-any (6 files)

2020-06-07 Thread Rémy Oudompheng via arch-commits
Date: Sunday, June 7, 2020 @ 22:38:32
  Author: remy
Revision: 388469

archrelease: copy trunk to testing-any

Added:
  texlive-latexextra/repos/testing-any/PKGBUILD
(from rev 388468, texlive-latexextra/trunk/PKGBUILD)
  texlive-latexextra/repos/testing-any/texlive-latexextra.fmts
(from rev 388468, texlive-latexextra/trunk/texlive-latexextra.fmts)
  texlive-latexextra/repos/testing-any/texlive-latexextra.maps
(from rev 388468, texlive-latexextra/trunk/texlive-latexextra.maps)
Deleted:
  texlive-latexextra/repos/testing-any/PKGBUILD
  texlive-latexextra/repos/testing-any/texlive-latexextra.fmts
  texlive-latexextra/repos/testing-any/texlive-latexextra.maps

-+
 PKGBUILD|  160 +++---
 texlive-latexextra.fmts |8 +-
 texlive-latexextra.maps |6 -
 3 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-07 22:38:29 UTC (rev 388468)
+++ PKGBUILD2020-06-07 22:38:32 UTC (rev 388469)
@@ -1,80 +0,0 @@
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-latexextra
-pkgver=2020.54584
-_revnr=${pkgver#2020.}
-pkgrel=1
-pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
-license=('GPL')
-arch=(any)
-depends=('texlive-core'
- 'perl-file-which' # for pdfannotextractor
-)
-optdepends=(
-  'python2-pygments: for pygmentex'
-  'texlive-genericextra: to use the calctab package'
-  'texlive-pictures: to use the package overpic'
-  'java-environment: to use pdfannotextractor'
-)
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;
-"$pkgname.maps"
-"$pkgname.fmts")
-options=('!emptydirs')
-sha256sums=('b3ea17f040ddc998a0a491386bbe9e9394f597173cfe5daa0eb3f39beb116686'
-'d53750a03a52472a1c7c5ba5142959ba382a5d69215471691c0b12c3663950ce'
-'828a9cf082b9a89a4aa0eec402a9c32b8056bb873e4a5dc92ce60aec2ea69435')
-
-build() {
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d "$pkgdir"/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
"$pkgdir"/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps "$pkgdir"/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d "$pkgdir"/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
"$pkgdir"/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
"$pkgdir"/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 "$pkgdir"/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' "$pkgdir"/usr/share/'{}' 
\;
-   fi
-   if [[ -d "$pkgdir"/usr/share/texmf-dist/scripts ]]; then
- find "$pkgdir"/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' 
\;
-   fi
-
-#add symlinks that were in texlive-bin:
-_linked_scripts="
-authorindex/authorindex
-exceltex/exceltex
-glossaries/makeglossaries
-glossaries/makeglossaries-lite.lua
-l3build/l3build.lua
-makedtx/makedtx.pl
-pax/pdfannotextractor.pl
-perltex/perltex.pl
-pygmentex/pygmentex.py
-splitindex/splitindex.pl
-svn-multi/svn-multi.pl
-vpe/vpe.pl
-webquiz/webquiz.py
-wordcount/wordcount.sh
-yplan/yplan
-"
-install -m755 -d "$pkgdir"/usr/bin
-for _script in ${_linked_scripts}; do
-_scriptbase=$(basename $_script)
-_scriptbase=${_scriptbase%.*}
-ln -s /usr/share/texmf-dist/scripts/${_script} 
"${pkgdir}/usr/bin/${_scriptbase}"
-done
-}

Copied: texlive-latexextra/repos/testing-any/PKGBUILD (from rev 388468, 
texlive-latexextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-07 22:38:32 UTC (rev 388469)
@@ -0,0 +1,80 @@
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-latexextra
+pkgver=2020.55418
+_revnr=${pkgver#2020.}
+pkgrel=1
+pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
+license=('GPL')
+arch=(any)
+depends=('texlive-core'
+ 'perl-file-which' # for pdfannotextractor
+)
+optdepends=(
+  'python2-pygments: for pygmentex'
+  'texlive-genericextra: to use the calctab package'
+  'texlive-pictures: to use the package overpic'
+  'java-environment: to use pdfannotextractor'
+)
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;
+"$pkgname.maps"
+"$pkgname.fmts")
+options=('!emptydirs')
+sha256sums=('a2ee21a2a6f00def6bec620a85bb8116de97a16dcd98adaa308eb455fe0e7fcb'
+  

[arch-commits] Commit in texlive-latexextra/repos/testing-any (4 files)

2019-05-11 Thread Rémy Oudompheng via arch-commits
Date: Saturday, May 11, 2019 @ 21:13:35
  Author: remy
Revision: 352881

archrelease: copy trunk to testing-any

Added:
  texlive-latexextra/repos/testing-any/PKGBUILD
(from rev 352880, texlive-latexextra/trunk/PKGBUILD)
  texlive-latexextra/repos/testing-any/texlive-latexextra.maps
(from rev 352880, texlive-latexextra/trunk/texlive-latexextra.maps)
Deleted:
  texlive-latexextra/repos/testing-any/PKGBUILD
  texlive-latexextra/repos/testing-any/texlive-latexextra.maps

-+
 PKGBUILD|  160 +++---
 texlive-latexextra.maps |6 -
 2 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-11 21:13:14 UTC (rev 352880)
+++ PKGBUILD2019-05-11 21:13:35 UTC (rev 352881)
@@ -1,80 +0,0 @@
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-latexextra
-pkgver=2019.50920
-_revnr=${pkgver#2019.}
-pkgrel=1
-pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
-license=('GPL')
-arch=(any)
-depends=('texlive-core'
- 'perl-file-which' # for pdfannotextractor
-)
-optdepends=(
-  'python2-pygments: for pygmentex'
-  'texlive-genericextra: to use the calctab package'
-  'texlive-pictures: to use the package overpic'
-  'java-environment: to use pdfannotextractor'
-)
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;
-"$pkgname.maps")
-options=('!emptydirs')
-sha256sums=('362fe75eafe2cdc8e6fd3bd7eb3b40420966ad87a264f2c553de93a41d7d455b'
-'d53750a03a52472a1c7c5ba5142959ba382a5d69215471691c0b12c3663950ce')
-
-build() {
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d "$pkgdir"/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
"$pkgdir"/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps "$pkgdir"/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d "$pkgdir"/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
"$pkgdir"/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
"$pkgdir"/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 "$pkgdir"/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' "$pkgdir"/usr/share/'{}' 
\;
-   fi
-   if [[ -d "$pkgdir"/usr/share/texmf-dist/scripts ]]; then
- find "$pkgdir"/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' 
\;
-   fi
-
-#add symlinks that were in texlive-bin:
-_linked_scripts="
-authorindex/authorindex
-exceltex/exceltex
-glossaries/makeglossaries
-glossaries/makeglossaries-lite.lua
-l3build/l3build.lua
-makedtx/makedtx.pl
-pax/pdfannotextractor.pl
-perltex/perltex.pl
-pygmentex/pygmentex.py
-splitindex/splitindex.pl
-svn-multi/svn-multi.pl
-vpe/vpe.pl
-webquiz/webquiz.py
-wordcount/wordcount.sh
-yplan/yplan
-"
-install -m755 -d "$pkgdir"/usr/bin
-for _script in ${_linked_scripts}; do
-_scriptbase=$(basename $_script)
-_scriptbase=${_scriptbase%.*}
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
-done
-
-rm "$pkgdir"/usr/share/texmf-dist/scripts/shipunov/biokey2html.bat
-}

Copied: texlive-latexextra/repos/testing-any/PKGBUILD (from rev 352880, 
texlive-latexextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-11 21:13:35 UTC (rev 352881)
@@ -0,0 +1,80 @@
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-latexextra
+pkgver=2019.50920
+_revnr=${pkgver#2019.}
+pkgrel=1
+pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
+license=('GPL')
+arch=(any)
+depends=('texlive-core'
+ 'perl-file-which' # for pdfannotextractor
+)
+optdepends=(
+  'python2-pygments: for pygmentex'
+  'texlive-genericextra: to use the calctab package'
+  'texlive-pictures: to use the package overpic'
+  'java-environment: to use pdfannotextractor'
+)
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;
+"$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('362fe75eafe2cdc8e6fd3bd7eb3b40420966ad87a264f2c553de93a41d7d455b'
+'d53750a03a52472a1c7c5ba5142959ba382a5d69215471691c0b12c3663950ce')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d "$pkgdir"/var/lib/texmf/arch/installedpkgs
+   sed -i 

[arch-commits] Commit in texlive-latexextra/repos/testing-any (5 files)

2016-08-03 Thread Rémy Oudompheng
Date: Wednesday, August 3, 2016 @ 06:30:22
  Author: remy
Revision: 272941

archrelease: copy trunk to testing-any

Added:
  texlive-latexextra/repos/testing-any/PKGBUILD
(from rev 272940, texlive-latexextra/trunk/PKGBUILD)
  texlive-latexextra/repos/testing-any/texlive-latexextra.maps
(from rev 272940, texlive-latexextra/trunk/texlive-latexextra.maps)
Deleted:
  texlive-latexextra/repos/testing-any/PKGBUILD
  texlive-latexextra/repos/testing-any/texlive-latexextra.maps
  texlive-latexextra/repos/testing-any/texlive.install

-+
 PKGBUILD|  157 ++
 texlive-latexextra.maps |4 -
 texlive.install |   52 ---
 3 files changed, 80 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-03 06:30:21 UTC (rev 272940)
+++ PKGBUILD2016-08-03 06:30:22 UTC (rev 272941)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-latexextra
-pkgver=2016.41473
-_revnr=${pkgver#2016.}
-pkgrel=1
-pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
-license=('GPL')
-arch=(any)
-depends=('texlive-core'
- 'perl-file-which' # for pdfannotextractor
-)
-optdepends=(
-  'texlive-genericextra: to use the calctab package'
-  'texlive-pictures: to use the package overpic'
-  'java-environment: to use pdfannotextractor'
-)
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
-options=('!emptydirs')
-install=texlive.install
-md5sums=('04e9310f60d2936ce08747dba24ceadc'
- '017fc9ed83747aa8884ca9ae0767531f')
-
-build() {
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d "$pkgdir"/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
"$pkgdir"/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps "$pkgdir"/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d "$pkgdir"/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
"$pkgdir"/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
"$pkgdir"/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 "$pkgdir"/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' "$pkgdir"/usr/share/'{}' 
\;
-   fi
-   if [[ -d "$pkgdir"/usr/share/texmf-dist/scripts ]]; then
- find "$pkgdir"/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' 
\;
-   fi
-
-#add symlinks that were in texlive-bin:
-_linked_scripts="
-authorindex/authorindex
-exceltex/exceltex
-glossaries/makeglossaries
-glossaries/makeglossaries-lite.lua
-makedtx/makedtx.pl
-pax/pdfannotextractor.pl
-perltex/perltex.pl
-pst-pdf/ps4pdf
-splitindex/splitindex.pl
-svn-multi/svn-multi.pl
-vpe/vpe.pl
-yplan/yplan
-"
-install -m755 -d "$pkgdir"/usr/bin
-for _script in ${_linked_scripts}; do
-_scriptbase=$(basename $_script)
-_scriptbase=${_scriptbase%.*}
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
-done
-
-rm "$pkgdir"/usr/share/texmf-dist/scripts/glossaries/makeglossaries.bat
-rm "$pkgdir"/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf.bat*
-rm "$pkgdir"/usr/share/texmf-dist/scripts/shipunov/biokey2html.bat
-}

Copied: texlive-latexextra/repos/testing-any/PKGBUILD (from rev 272940, 
texlive-latexextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-03 06:30:22 UTC (rev 272941)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-latexextra
+pkgver=2016.41473
+_revnr=${pkgver#2016.}
+pkgrel=2
+pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
+license=('GPL')
+arch=(any)
+depends=('texlive-core'
+ 'perl-file-which' # for pdfannotextractor
+)
+optdepends=(
+  'texlive-genericextra: to use the calctab package'
+  'texlive-pictures: to use the package overpic'
+  'java-environment: to use pdfannotextractor'
+)
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+md5sums=('04e9310f60d2936ce08747dba24ceadc'
+ '017fc9ed83747aa8884ca9ae0767531f')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d 

[arch-commits] Commit in texlive-latexextra/repos (testing-any)

2011-07-24 Thread Rémy Oudompheng
Date: Sunday, July 24, 2011 @ 12:45:12
  Author: remy
Revision: 132438

archrelease: remove testing-any

Deleted:
  texlive-latexextra/repos/testing-any/



[arch-commits] Commit in texlive-latexextra/repos (testing-any)

2011-07-24 Thread Rémy Oudompheng
Date: Sunday, July 24, 2011 @ 12:45:25
  Author: remy
Revision: 132439

archrelease: copy trunk to testing-any

Added:
  texlive-latexextra/repos/testing-any/



[arch-commits] Commit in texlive-latexextra/repos (testing-any)

2011-06-05 Thread Rémy Oudompheng
Date: Sunday, June 5, 2011 @ 03:07:35
  Author: remy
Revision: 126398

archrelease: copy trunk to testing-any

Added:
  texlive-latexextra/repos/testing-any/



[arch-commits] Commit in texlive-latexextra/repos (testing-any)

2011-04-23 Thread Rémy Oudompheng
Date: Saturday, April 23, 2011 @ 18:55:48
  Author: remy
Revision: 120455

archrelease: copy trunk to testing-any

Added:
  texlive-latexextra/repos/testing-any/



[arch-commits] Commit in texlive-latexextra/repos (testing-any)

2011-01-10 Thread Rémy Oudompheng
Date: Monday, January 10, 2011 @ 06:33:53
  Author: remy
Revision: 105560

archrelease: remove testing-any

Deleted:
  texlive-latexextra/repos/testing-any/



[arch-commits] Commit in texlive-latexextra/repos (testing-any)

2011-01-10 Thread Rémy Oudompheng
Date: Monday, January 10, 2011 @ 06:34:08
  Author: remy
Revision: 105561

archrelease: copy trunk to testing-any

Added:
  texlive-latexextra/repos/testing-any/



[arch-commits] Commit in texlive-latexextra/repos (testing-any)

2011-01-09 Thread Rémy Oudompheng
Date: Sunday, January 9, 2011 @ 05:14:46
  Author: remy
Revision: 105481

archrelease: copy trunk to testing-any

Added:
  texlive-latexextra/repos/testing-any/



[arch-commits] Commit in texlive-latexextra/repos (testing-any)

2010-09-26 Thread Rémy Oudompheng
Date: Sunday, September 26, 2010 @ 15:44:00
  Author: remy
Revision: 91365

archrelease: remove testing-any

Deleted:
  texlive-latexextra/repos/testing-any/



[arch-commits] Commit in texlive-latexextra/repos (testing-any)

2010-09-26 Thread Rémy Oudompheng
Date: Sunday, September 26, 2010 @ 15:44:13
  Author: remy
Revision: 91366

archrelease: copy trunk to testing-any

Added:
  texlive-latexextra/repos/testing-any/



[arch-commits] Commit in texlive-latexextra/repos (testing-any)

2010-06-26 Thread François Charette
Date: Saturday, June 26, 2010 @ 12:40:35
  Author: francois
Revision: 84148

archrelease: copy trunk to testing-any

Added:
  texlive-latexextra/repos/testing-any/