[arch-commits] Commit in biber/repos/community-any (6 files)
Rémy Oudompheng
remy at archlinux.org
Sun Dec 6 10:02:36 UTC 2020
Date: Sunday, December 6, 2020 @ 10:02:36
Author: remy
Revision: 771018
archrelease: copy trunk to community-any
Added:
biber/repos/community-any/PKGBUILD
(from rev 771017, biber/trunk/PKGBUILD)
biber/repos/community-any/test.bib
(from rev 771017, biber/trunk/test.bib)
biber/repos/community-any/test.tex
(from rev 771017, 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 2020-12-06 10:02:33 UTC (rev 771017)
+++ PKGBUILD 2020-12-06 10:02:36 UTC (rev 771018)
@@ -1,86 +0,0 @@
-# Maintainer: Rémy Oudompheng <remy at archlinux.org>
-
-pkgname=biber
-epoch=1
-pkgver=2.14
-pkgrel=2
-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}.tar.gz"
- "test.tex"
- "test.bib")
-sha512sums=('dd42aabdb8f469ea759a4a7bb97cbe27ebe57e46d1b6dde7d293d1b046a55e20ac889bf9c8c6b6219ee827b162a280bf7aca239af1f357ee1ccc90600a5dcfc1'
- '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 771017, biber/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-06 10:02:36 UTC (rev 771018)
@@ -0,0 +1,86 @@
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=biber
+epoch=1
+pkgver=2.15
+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}.tar.gz"
+ "test.tex"
+ "test.bib")
+sha512sums=('34a1856ada40eba205cc1b6f504da8cf40d628abc1a17826b9160b70f8f02d36ee3a3075e690f493fb354b70ba11a72d44a96054b8c25ae08122f2417f289b93'
+ '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 2020-12-06 10:02:33 UTC (rev 771017)
+++ test.bib 2020-12-06 10:02:36 UTC (rev 771018)
@@ -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 771017, biber/trunk/test.bib)
===================================================================
--- test.bib (rev 0)
+++ test.bib 2020-12-06 10:02:36 UTC (rev 771018)
@@ -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 2020-12-06 10:02:33 UTC (rev 771017)
+++ test.tex 2020-12-06 10:02:36 UTC (rev 771018)
@@ -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 771017, biber/trunk/test.tex)
===================================================================
--- test.tex (rev 0)
+++ test.tex 2020-12-06 10:02:36 UTC (rev 771018)
@@ -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