[arch-commits] Commit in biber/repos/community-any (6 files)

Rémy Oudompheng remy at gemini.archlinux.org
Mon Mar 21 07:10:10 UTC 2022


    Date: Monday, March 21, 2022 @ 07:10:10
  Author: remy
Revision: 1166655

archrelease: copy trunk to community-any

Added:
  biber/repos/community-any/PKGBUILD
    (from rev 1166654, biber/trunk/PKGBUILD)
  biber/repos/community-any/test.bib
    (from rev 1166654, biber/trunk/test.bib)
  biber/repos/community-any/test.tex
    (from rev 1166654, biber/trunk/test.tex)
Deleted:
  biber/repos/community-any/PKGBUILD
  biber/repos/community-any/test.bib
  biber/repos/community-any/test.tex

----------+
 PKGBUILD |  172 ++++++++++++++++++++++++++++++-------------------------------
 test.bib |   32 +++++------
 test.tex |   30 +++++-----
 3 files changed, 117 insertions(+), 117 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 07:02:38 UTC (rev 1166654)
+++ PKGBUILD	2022-03-21 07:10:10 UTC (rev 1166655)
@@ -1,86 +0,0 @@
-# Maintainer: Rémy Oudompheng <remy at archlinux.org>
-
-pkgname=biber
-epoch=1
-pkgver=2.16
-pkgrel=1
-pkgdesc="A Unicode-capable BibTeX replacement for biblatex users"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-url="https://github.com/plk/biber"
-# Encode::* modules are not real dependencies.
-depends=('perl-autovivification'
-         'perl-business-isbn'
-         'perl-business-ismn'
-         'perl-business-issn'
-         'perl-class-accessor'
-         'perl-data-compare'
-         'perl-data-dump'
-         'perl-data-uniqid'
-         'perl-datetime-calendar-julian'
-         'perl-datetime-format-builder'
-         'perl-file-slurper'
-         'perl-io-string' # required by Biber::Output::bblxml
-         'perl-ipc-run3'
-         'perl-lingua-translit'
-         'perl-list-allutils'
-         'perl-log-log4perl'
-         'perl-lwp-protocol-https'
-         'perl-mozilla-ca'
-         'perl-parse-recdescent'
-         'perl-perlio-utf8-strict'
-         'perl-regexp-common'
-         'perl-sort-key'
-         'perl-text-bibtex'
-         'perl-text-csv'
-         'perl-text-roman'
-         'perl-unicode-linebreak'
-         'perl-xml-libxml-simple'
-         'perl-xml-libxslt'
-         'perl-xml-writer')
-# ExtUtils::LibBuilder and Config::AutoConf are not actual makedepends
-makedepends=('perl-module-build' 'perl-test-differences')
-checkdepends=('perl-capture-tiny' 'perl-file-which'
-              'texlive-bibtexextra'
-              'texlive-latexextra')
-options=('!emptydirs')
-# The sourceforge tarball is missing bblxml.pm
-source=("https://github.com/plk/biber/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
-        "test.tex"
-        "test.bib")
-sha512sums=('12b939c194e171f4e7d8e0341b6301b55be8376eab3aa3e14a72a780e5bd8f6d61fa601a95f99c9d17894b8c10a785ccc916b23593391ed00ef31e0a8c2a4662'
-            '06babeb4ec2fd76b8a339070eb208c3c8c16665a085e4674ef3b61b3816d4408ca636b925fabe467adc5c32bf8eeb23d357f7ef979ac0a1722dc7f91142ec541'
-            '68a00e41f200b8e24a674538b6581b88f84daef38a765790c1781365329203f60f4461a56dfa092bf336cc00c8801df1ee85f60d86fd384a8c039f913bdeeb2d')
-
-prepare() {
-  cd "${srcdir}/biber-${pkgver}"
-
-  mkdir -p "test"
-  cp "${srcdir}"/test.{tex,bib} test/
-}
-
-build() {
-  cd "${srcdir}/biber-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  perl Build.PL
-  ./Build
-}
-
-check() {
-  cd "${srcdir}/biber-${pkgver}"
-  # Test a sample file
-  pushd test
-  latex test
-  PERL5LIB=../blib/lib ../bin/biber test
-  latex test
-  popd
-  # Run test suite
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  LC_CTYPE=en_US.UTF-8 BIBER_DEV_TESTS=1 ./Build test
-}
-
-package() {
-  cd "${srcdir}/biber-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  ./Build install installdirs=vendor destdir="${pkgdir}"
-}

Copied: biber/repos/community-any/PKGBUILD (from rev 1166654, biber/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-21 07:10:10 UTC (rev 1166655)
@@ -0,0 +1,86 @@
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=biber
+epoch=1
+pkgver=2.17
+pkgrel=1
+pkgdesc="A Unicode-capable BibTeX replacement for biblatex users"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url="https://github.com/plk/biber"
+# Encode::* modules are not real dependencies.
+depends=('perl-autovivification'
+         'perl-business-isbn'
+         'perl-business-ismn'
+         'perl-business-issn'
+         'perl-class-accessor'
+         'perl-data-compare'
+         'perl-data-dump'
+         'perl-data-uniqid'
+         'perl-datetime-calendar-julian'
+         'perl-datetime-format-builder'
+         'perl-file-slurper'
+         'perl-io-string' # required by Biber::Output::bblxml
+         'perl-ipc-run3'
+         'perl-lingua-translit'
+         'perl-list-allutils'
+         'perl-log-log4perl'
+         'perl-lwp-protocol-https'
+         'perl-mozilla-ca'
+         'perl-parse-recdescent'
+         'perl-perlio-utf8-strict'
+         'perl-regexp-common'
+         'perl-sort-key'
+         'perl-text-bibtex'
+         'perl-text-csv'
+         'perl-text-roman'
+         'perl-unicode-linebreak'
+         'perl-xml-libxml-simple'
+         'perl-xml-libxslt'
+         'perl-xml-writer')
+# ExtUtils::LibBuilder and Config::AutoConf are not actual makedepends
+makedepends=('perl-module-build' 'perl-test-differences')
+checkdepends=('perl-capture-tiny' 'perl-file-which'
+              'texlive-bibtexextra'
+              'texlive-latexextra')
+options=('!emptydirs')
+# The sourceforge tarball is missing bblxml.pm
+source=("https://github.com/plk/biber/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
+        "test.tex"
+        "test.bib")
+sha512sums=('5dc076b6a2e42986e54dbadbcdab5ff9c01235e301f8bd4e9b52b0b823f1939ebe881810fb138de9b6c2f06bb1e894e934769a6946da42ce1cba96415de06430'
+            '06babeb4ec2fd76b8a339070eb208c3c8c16665a085e4674ef3b61b3816d4408ca636b925fabe467adc5c32bf8eeb23d357f7ef979ac0a1722dc7f91142ec541'
+            '68a00e41f200b8e24a674538b6581b88f84daef38a765790c1781365329203f60f4461a56dfa092bf336cc00c8801df1ee85f60d86fd384a8c039f913bdeeb2d')
+
+prepare() {
+  cd "${srcdir}/biber-${pkgver}"
+
+  mkdir -p "test"
+  cp "${srcdir}"/test.{tex,bib} test/
+}
+
+build() {
+  cd "${srcdir}/biber-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  perl Build.PL
+  ./Build
+}
+
+check() {
+  cd "${srcdir}/biber-${pkgver}"
+  # Test a sample file
+  pushd test
+  latex test
+  PERL5LIB=../blib/lib ../bin/biber test
+  latex test
+  popd
+  # Run test suite
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  LC_CTYPE=en_US.UTF-8 BIBER_DEV_TESTS=1 ./Build test
+}
+
+package() {
+  cd "${srcdir}/biber-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  ./Build install installdirs=vendor destdir="${pkgdir}"
+}

Deleted: test.bib
===================================================================
--- test.bib	2022-03-21 07:02:38 UTC (rev 1166654)
+++ test.bib	2022-03-21 07:10:10 UTC (rev 1166655)
@@ -1,16 +0,0 @@
- at misc{rfc793,
-  shorthand="RFC793",
-  presort="RFC0793",
-  author="J. Postel",
-  title="{Transmission Control Protocol}",
-  series="Request for Comments",
-  number="793",
-  howpublished="RFC 793 (Standard)",
-  publisher="IETF",
-  organization="Internet Engineering Task Force",
-  year=1981,
-  month=sep,
-    note="Updated by RFCs 1122, 3168, 6093, 6528",
-  url="http://www.ietf.org/rfc/rfc793.txt",
-}
-

Copied: biber/repos/community-any/test.bib (from rev 1166654, biber/trunk/test.bib)
===================================================================
--- test.bib	                        (rev 0)
+++ test.bib	2022-03-21 07:10:10 UTC (rev 1166655)
@@ -0,0 +1,16 @@
+ at misc{rfc793,
+  shorthand="RFC793",
+  presort="RFC0793",
+  author="J. Postel",
+  title="{Transmission Control Protocol}",
+  series="Request for Comments",
+  number="793",
+  howpublished="RFC 793 (Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=sep,
+    note="Updated by RFCs 1122, 3168, 6093, 6528",
+  url="http://www.ietf.org/rfc/rfc793.txt",
+}
+

Deleted: test.tex
===================================================================
--- test.tex	2022-03-21 07:02:38 UTC (rev 1166654)
+++ test.tex	2022-03-21 07:10:10 UTC (rev 1166655)
@@ -1,15 +0,0 @@
-\documentclass{article}
-\usepackage{biblatex}
-\title{Biber test}
-\author{Toke Høiland-Jørgensen}
-\date{\today}
-\bibliography{test}
-
-\begin{document}
-\maketitle
-
-See \cite{rfc793}.
-
-\printbibliography
-
-\end{document}

Copied: biber/repos/community-any/test.tex (from rev 1166654, biber/trunk/test.tex)
===================================================================
--- test.tex	                        (rev 0)
+++ test.tex	2022-03-21 07:10:10 UTC (rev 1166655)
@@ -0,0 +1,15 @@
+\documentclass{article}
+\usepackage{biblatex}
+\title{Biber test}
+\author{Toke Høiland-Jørgensen}
+\date{\today}
+\bibliography{test}
+
+\begin{document}
+\maketitle
+
+See \cite{rfc793}.
+
+\printbibliography
+
+\end{document}



More information about the arch-commits mailing list